301 status 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 status 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: myaqc.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.myaqc.com/', AccountUUID: '9b900da801ce4bf8a77455b58643b861', SystemID: 'US_DIRECT_PRODUCTION', SiteAlias: '9682ceb6', SiteType: atob('RFVEQU9ORQ=='), PublicationDate: 'Tue Jan 14 20:07:51 UTC 2025', ExternalUid: null, IsSiteMultilingual: false, InitialPostAlias: '', InitialPostPageUuid: '', InitialDynamicItem: '', DynamicPageInfo: { isDynamicPage: false, base64JsonRowData: 'null', }, InitialPageAlias: 'home', InitialPageUuid: '3ec1509cb63b4e6e93982479550e75ba', InitialPageId: '1168981843', InitialEncodedPageAlias: 'aG9tZQ==', InitialHeaderUuid: '1143138e50d34229b3ba81746c181fad', CurrentPageUrl: '', IsCurrentHomePage: true, AllowAjax: false, AfterAjaxCommand: null, HomeLinkText: 'Back To Home', UseGalleryModule: false, CurrentThemeName: 'Layout Theme', ThemeVersion: '51040', 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: 'LEFT', currentLanguage: 'en', currentLocale: 'en', NavItems: '{}', errors: { general: 'There was an error connecting to the page.<br/> Make sure you are not offline.', password: 'Incorrect name/password combination', tryAgain: 'Try again' }, NavigationAreaParams: { ShowBackToHomeOnInnerPages: true, NavbarSize: 4, NavbarLiveHomePage: 'https://www.myaqc.com/', BlockContainerSelector: '.dmBody', NavbarSelector: '#dmNav:has(a)', SubNavbarSelector: '#subnav_main' }, hasCustomCode: true, planID: '1541', 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] = 25; window.Parameters.LayoutVariationID = {}; window.Parameters.LayoutVariationID[window._currentDevice] = 5; </script> <!-- Injecting site-wide to the head --> <!-- End Injecting site-wide to the head --> <!-- Inject secured cdn script --> <!-- ========= Meta Tags ========= --> <!-- PWA settings --> <script> function toHash(str) { var hash = 5381, i = str.length; while (i) { hash = hash * 33 ^ str.charCodeAt(--i) } return hash >>> 0 } </script> <script> (function (global) { //const cacheKey = global.cacheKey; const isOffline = 'onLine' in navigator && navigator.onLine === false; const hasServiceWorkerSupport = 'serviceWorker' in navigator; if (isOffline) { console.log('offline mode'); } if (!hasServiceWorkerSupport) { console.log('service worker is not supported'); } if (hasServiceWorkerSupport && !isOffline) { window.addEventListener('load', function () { const serviceWorkerPath = '/runtime-service-worker.js?v=3'; navigator.serviceWorker .register(serviceWorkerPath, { scope: './' }) .then( function (registration) { // Registration was successful console.log( 'ServiceWorker registration successful with scope: ', registration.scope ); }, function (err) { // registration failed :( console.log('ServiceWorker registration failed: ', err); } ) .catch(function (err) { console.log(err); }); }); // helper function to refresh the page var refreshPage = (function () { var refreshing; return function () { if (refreshing) return; // prevent multiple refreshes var refreshkey = 'refreshed' + location.href; var prevRefresh = localStorage.getItem(refreshkey); if (prevRefresh) { localStorage.removeItem(refreshkey); if (Date.now() - prevRefresh < 30000) { return; // dont go into a refresh loop } } refreshing = true; localStorage.setItem(refreshkey, Date.now()); console.log('refereshing page'); window.location.reload(); }; })(); function messageServiceWorker(data) { return new Promise(function (resolve, reject) { if (navigator.serviceWorker.controller) { var worker = navigator.serviceWorker.controller; var messageChannel = new MessageChannel(); messageChannel.port1.onmessage = replyHandler; worker.postMessage(data, [messageChannel.port2]); function replyHandler(event) { resolve(event.data); } } else { resolve(); } }); } } })(window); </script> <!-- Add manifest --> <!-- End PWA settings --> <link rel="canonical" href="https://www.myaqc.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://irp.cdn-website.com/9682ceb6/site_favicon_16_1729833065955.ico"/> <!-- End favorite icons --> <link rel="preconnect" href="https://lirp.cdn-website.com/"/> <!-- render the required CSS and JS in the head section --> <script id='d-js-dmapi'> window.SystemID = 'US_DIRECT_PRODUCTION'; if (!window.dmAPI) { window.dmAPI = { registerExternalRuntimeComponent: function () { }, getCurrentDeviceType: function () { return window._currentDevice; }, runOnReady: (ns, fn) => { const safeFn = dmAPI.toSafeFn(fn); ns = ns || 'global_' + Math.random().toString(36).slice(2, 11); const eventName = 'afterAjax.' + ns; if (document.readyState === 'complete') { $.DM.events.off(eventName).on(eventName, safeFn); setTimeout(function () { safeFn({ isAjax: false, }); }, 0); } else { window?.waitForDeferred?.('dmAjax', () => { $.DM.events.off(eventName).on(eventName, safeFn); safeFn({ isAjax: false, }); }); } }, toSafeFn: (fn) => { if (fn?.safe) { return fn; } const safeFn = function (...args) { try { return fn?.apply(null, args); } catch (e) { console.log('function failed ' + e.message); } }; safeFn.safe = true; return safeFn; } }; } if (!window.requestIdleCallback) { window.requestIdleCallback = function (fn) { setTimeout(fn, 0); } } </script> <!-- loadCSS function header.jsp--> <script id="d-js-load-css"> /** * There are a few <link> tags with CSS resource in them that are preloaded in the page * in each of those there is a "onload" handler which invokes the loadCSS callback * defined here. * We are monitoring 3 main CSS files - the runtime, the global and the page. * When each load we check to see if we can append them all in a batch. If threre * is no page css (which may happen on inner pages) then we do not wait for it */ (function () { let cssLinks = {}; function loadCssLink(link) { link.onload = null; link.rel = "stylesheet"; link.type = "text/css"; } function checkCss() { const pageCssLink = document.querySelector("[id*='CssLink']"); const widgetCssLink = document.querySelector("[id*='widgetCSS']"); if (cssLinks && cssLinks.runtime && cssLinks.global && (!pageCssLink || cssLinks.page) && (!widgetCssLink || cssLinks.widget)) { const storedRuntimeCssLink = cssLinks.runtime; const storedPageCssLink = cssLinks.page; const storedGlobalCssLink = cssLinks.global; const storedWidgetCssLink = cssLinks.widget; storedGlobalCssLink.disabled = true; loadCssLink(storedGlobalCssLink); if (storedPageCssLink) { storedPageCssLink.disabled = true; loadCssLink(storedPageCssLink); } if(storedWidgetCssLink) { storedWidgetCssLink.disabled = true; loadCssLink(storedWidgetCssLink); } storedRuntimeCssLink.disabled = true; loadCssLink(storedRuntimeCssLink); requestAnimationFrame(() => { setTimeout(() => { storedRuntimeCssLink.disabled = false; storedGlobalCssLink.disabled = false; if (storedPageCssLink) { storedPageCssLink.disabled = false; } if (storedWidgetCssLink) { storedWidgetCssLink.disabled = false; } // (SUP-4179) Clear the accumulated cssLinks only when we're // sure that the document has finished loading and the document // has been parsed. if(document.readyState === 'interactive') { cssLinks = null; } }, 0); }); } } function loadCSS(link) { try { var urlParams = new URLSearchParams(window.location.search); var noCSS = !!urlParams.get("nocss"); var cssTimeout = urlParams.get("cssTimeout") || 0; if (noCSS) { return; } if (link.href && link.href.includes("d-css-runtime")) { cssLinks.runtime = link; checkCss(); } else if (link.id === "siteGlobalCss") { cssLinks.global = link; checkCss(); } else if (link.id && link.id.includes("CssLink")) { cssLinks.page = link; checkCss(); } else if (link.id && link.id.includes("widgetCSS")) { cssLinks.widget = link; checkCss(); } else { requestIdleCallback(function () { window.setTimeout(function () { loadCssLink(link); }, parseInt(cssTimeout, 10)); }); } } catch (e) { throw e } } window.loadCSS = window.loadCSS || loadCSS; })(); </script> <script data-role="deferred-init" type="text/javascript"> /* usage: window.getDeferred(<deferred name>).resolve() or window.getDeferred(<deferred name>).promise.then(...)*/ function Def() { this.promise = new Promise((function (a, b) { this.resolve = a, this.reject = b }).bind(this)) } const defs = {}; window.getDeferred = function (a) { return null == defs[a] && (defs[a] = new Def), defs[a] } window.waitForDeferred = function (b, a, c) { let d = window?.getDeferred?.(b); d ? d.promise.then(a) : c && ["complete", "interactive"].includes(document.readyState) ? setTimeout(a, 1) : c ? document.addEventListener("DOMContentLoaded", a) : console.error(`Deferred does not exist`); }; </script> <style id="forceCssIncludes"> /* This file is auto-generated from a `scss` file with the same name */ .videobgwrapper{overflow:hidden;position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;pointer-events:none;border-radius:inherit}.videobgframe{position:absolute;width:101%;height:100%;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);object-fit:fill}#dm video.videobgframe{margin:0}@media (max-width:767px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:80vh}}@media (min-width:1025px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}@media (min-width:768px) and (max-width:1024px){.responsiveTablet .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}#dm [data-show-on-page-only]{display:none!important}#dmRoot div.stickyHeaderFix div.site_content{margin-top:0!important}#dmRoot div.stickyHeaderFix div.hamburger-header-container{position:relative} </style> <style id="cssVariables" type="text/css"> </style> <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";@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfBBc4.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:FontAwesome;font-display:block;src:url(https://static.cdn-website.com/fonts/fontawesome-webfont.eot?v=6);src:url(https://static.cdn-website.com/fonts/fontawesome-webfont.eot?#iefix&v=6) format("embedded-opentype"),url(https://static.cdn-website.com/fonts/fontawesome-webfont.woff?v=6) format("woff"),url(https://static.cdn-website.com/fonts/fontawesome-webfont.ttf?v=6) format("truetype"),url(https://static.cdn-website.com/fonts/fontawesome-webfont.svg#fontawesomeregular?v=6) format("svg");font-weight:400;font-style:normal}@font-face{font-family:'Lexend Deca';font-style:normal;font-weight:100 900;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/lexenddeca/v21/K2F1fZFYk-dHSE0UPPuwQ5qnJy8.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}@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}}.dmInner{min-height:100vh!important;position:relative;min-width:768px!important}.dmPopup,.dmPopupMask{position:fixed;left:0}[dmtemplateid*=amburger] .dmLayoutWrapper{overflow:hidden}.clearfix:after{clear:both;visibility:hidden;line-height:0;height:0}.clearfix:after,.clearfix:before{content:' ';display:table}.clearfix{display:inline-block}.dmDesktopBody .shadowEffectToChildren li{box-shadow:none!important}#dm .dmWidget .icon{font-size:26px}body.dmRoot #dm .dmOuter .dmInner .dmWidget .icon.hasFontIcon{height:26px;margin-top:-13px;line-height:normal;text-align:center;background-image:none}.dmRoot .hasFontIcon{background-image:none!important}.dmPopupMask{margin:0;display:none;width:10px;z-index:1000000999;top:0}#dmRoot .dmPopup,.dmPopup,.dmPopupClose:before,[data-display-type=block]{display:block}.dmPopup{text-align:left;top:10px;width:93%;z-index:1000009999!important;box-sizing:border-box;background:#f5f5f5;overflow-y:auto;height:100%}.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}.lh-1{line-height:normal}.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}#siteSidebar>.sbcontainer{width:100%}#dmRoot{text-decoration-skip-ink:none}.dmform-title{padding-right:15px;padding-left:15px}@media (min-width:1025px){#dmRoot.responsiveTablet #dm #dmStyle_outerContainer #dmStyle_innerContainer .showOnMedium,#dmRoot.responsiveTablet #dm .dmInner .hide-for-large{display:none!important}:root{--btn-text-font-size:16px}}@media (min-width:768px) and (max-width:1024px){#dmRoot.responsiveTablet #dm #dmStyle_outerContainer #dmStyle_innerContainer .showOnLarge,#dmRoot.responsiveTablet #dm .dmInner .hide-for-medium{display:none!important}#dmRoot.responsiveTablet .header-over-content[dmtemplateid*=amburger] .sidebarLeft #desktopBodyBox{margin-top:0!important}:root{--btn-text-font-size:16px}}@media (max-width:767px){#dmRoot.responsiveTablet #dm #dmStyle_outerContainer #dmStyle_innerContainer .showOnLarge,#dmRoot.responsiveTablet #dm .dmInner .hide-for-small{display:none!important}}body{-webkit-overflow-scrolling:touch}:not(.runtime-module-container) .layout-drawer,:not(.runtime-module-container) .layout-drawer-hamburger,:not(.runtime-module-container) .layout-drawer-overlay{visibility:hidden}:not(.runtime-module-container) .layout-drawer{position:fixed;transform:translate(-100%,-100%)}:not(.runtime-module-container) .layout-drawer[data-origin=side-reverse]{transform:translate(100%,0)}:not(.runtime-module-container) .layout-drawer-overlay{opacity:0}body:not([data-flex-site]) .layout-drawer .dmRespRow:not(:first-of-type):not(:last-of-type){flex:1 1 auto}.layout-drawer-hamburger{background:0 0;-webkit-appearance:none;appearance:none;position:fixed;left:18px;margin-left:env(safe-area-inset-left);padding:17px 11px;z-index:14;width:52px;height:52px;color:#787878;display:flex;flex-direction:column;border:0;justify-content:space-between;align-items:stretch;top:18px;border-radius:0}.layout-drawer-hamburger:not(:focus){outline:unset}.layout-drawer-hamburger .hamburger__slice{display:block;height:0;width:100%;border:1px solid currentColor;transform-origin:center}@media (max-width:767px){.layout-drawer-hamburger{background:0 0;-webkit-appearance:none;appearance:none;position:fixed;left:10px;margin-left:env(safe-area-inset-left);padding:13px 9px;z-index:14;width:40px;height:40px;color:#787878;display:flex;flex-direction:column;border:0;justify-content:space-between;align-items:stretch;top:10px;border-radius:0}.layout-drawer-hamburger:not(:focus){outline:unset}.layout-drawer-hamburger .hamburger__slice{display:block;height:0;width:100%;border:1px solid currentColor;transform-origin:center}}.hamburger-reverse .layout-drawer-hamburger{left:auto;right:10px;margin-right:env(safe-area-inset-right)}#dm-outer-wrapper #hamburger-header-container #hamburger-header .dmRespCol{display:flex;flex-direction:column;justify-content:center}nav{display:block}html{font-family:Source Sans Pro;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}img{border:0;max-width:100%;-ms-interpolation-mode:bicubic;display:inline-block}svg:not(:root){overflow:hidden}button,input{font-family:inherit;font-size:100%;margin:0;line-height:normal}button{text-transform:none;-webkit-appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}*,:after,:before{box-sizing:border-box}.dmRespRow{padding-top:15px;padding-bottom:15px}.dmRespRow:after,.dmRespRow:before{content:' ';display:table}.dmRespRow:after{clear:both}.dmRespRow,.dmRespRow .dmRespColsWrapper{max-width:960px;position:relative;margin:0 auto;width:100%}@media screen and (min-width:1200px){.rows-1200 .dmRespRow:not(.fullBleedMode) .dmRespColsWrapper{max-width:1200px}}.dmRespRow .dmRespCol{position:relative;width:100%;display:inline-block;vertical-align:top;float:left}.dmRespRow .dmRespCol>*{max-width:100%}.dmDesktopBody .dmRespRow .large-4{position:relative;width:33.33333%}.dmDesktopBody .dmRespRow .large-6{position:relative;width:50%}.dmDesktopBody .dmRespRow .large-12{position:relative;width:100%}.sideheader{position:relative!important}.socialHubIcon,[class*=' dm-common-icons-'],[class*=' dm-social-icons-']{font-family:dm-social-icons!important;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}.dm-social-icons-facebook:before{content:'\ea90'}[class*=' dm-common-icons-']{font-family:dm-common-icons!important}.dm-common-icons-close:before{content:'\e901'}#dm div.dmContent [class*=' icon-'],[class*=' icon-']{font-family:FontAwesome!important;font-weight:400;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased}[class*=' icon-']:before{text-decoration:none;display:inline-block;speak:none}a [class*=' icon-']{display:inline}[class*=' icon-']{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0}.icon-star:before{content:'\f005'}.icon-pinterest:before{content:'\f0d2'}.icon-linkedin:before{content:'\f0e1'}.icon-angle-down:before{content:'\f107'}#dm .dmRespRow .dmRespCol>.dmWidget{overflow:initial}@media (min-width:768px){.hamburger-reverse .layout-drawer-hamburger{right:18px}#dm .dmRespRow .dmRespCol>.dmWidget{width:280px;max-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{text-decoration:none;margin:10px 0;clear:both;position:relative;text-align:center;line-height:22px;box-shadow:none;background-image:none;padding:0;height:auto;border-style:solid;white-space:nowrap}#dm .dmInner .dmWidget:after{content:'';display:inline-block;height:100%;vertical-align:middle;width:0;margin-right:-.25em}#dm .dmInner .dmWidget .iconBg{position:absolute;left:0;width:50px;top:50%;margin-top:-13px}#dm .dmWidget .text{display:inline-block;vertical-align:middle;font-size:1.125em;line-height:normal;white-space:normal;padding:10px 7px;max-width:98%}.dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:30vh}.hasGenericSidebar .dmLayoutWrapper{flex-grow:1;width:75%}#dmRoot .dmInner .hasGenericSidebar #dmFirstContainer,.dmLargeBody #dm .hasGenericSidebar.hasGenericSidebar.sidebarLeft #dmFirstContainer{width:100%}.hasGenericSidebar .dmLayoutWrapper #iscrollBody{overflow-x:initial;overflow-y:initial}#dm .hasGenericSidebar{-js-display:flex;display:flex;max-width:none}#dm .hasGenericSidebar .genericSidebar{width:25%;flex:0 0 auto;-ms-flex-positive:0}#dm .hasGenericSidebar.sidebarLeft .genericSidebar{order:0}#dm .hasGenericSidebar.sidebarLeft .dmLayoutWrapper{flex-grow:1;width:75%;min-width:auto}#dm .hasGenericSidebar.sidebarLeft .dmLayoutWrapper .dmRespRowsWrapper,#dm .hasGenericSidebar.sidebarLeft .dmLayoutWrapper .dmRespRowsWrapper .dmRespRow{max-width:none}#dm .hasGenericSidebar.sidebarLeft #siteSidebar.genericSidebar{display:block!important}#dm .hasGenericSidebar #siteSidebar.genericSidebar{position:fixed!important;height:100%;width:25%;z-index:1;min-width:64px}#dm .hasGenericSidebar #siteSidebar.genericSidebar #sbcontainer{display:flex;flex-direction:column;justify-content:space-between;height:100%;overflow:auto}#dm .hasGenericSidebar #siteSidebar.genericSidebar #sbcontainer .dmRespRow{padding-left:20px;padding-right:20px}#dm .hasGenericSidebar #siteSidebar.genericSidebar #sbcontainer .dmRespRow:not(:first-child):not(:last-of-type){flex:1}#dm .hasGenericSidebar #siteSidebar.genericSidebar #sidebarHamburger{opacity:0;position:absolute;top:50%;left:50%;transform:translate(-50%);padding:13px 9px;z-index:7;width:40px;height:40px;background-color:transparent;color:#787878;display:flex;flex-direction:column;border:0;justify-content:space-between;align-items:stretch;outline:0;border-radius:0}#dm .hasGenericSidebar #siteSidebar.genericSidebar #sidebarHamburger .hamburger__slice{display:block;height:0;width:100%;border:1px solid currentColor;transform-origin:center}#dm .hasGenericSidebar #siteSidebarSpacer{width:25%;min-width:64px}@media screen and (max-width:1259px){#dm .hasGenericSidebar:not(.sidebarExpanded) #siteSidebar.genericSidebar,#dm .hasGenericSidebar:not(.sidebarExpanded) #siteSidebarSpacer{max-width:calc(100% - 960px)}#dm .hasGenericSidebar:not(.sidebarExpanded) #siteSidebar.genericSidebar .dmRespRow{padding-left:10px!important;padding-right:10px!important}}@media screen and (max-width:1150px){#dm .hasGenericSidebar:not(.sidebarExpanded):not(.forceSidebarFull) #siteSidebar.genericSidebar,#dm .hasGenericSidebar:not(.sidebarExpanded):not(.forceSidebarFull) #siteSidebarSpacer{max-width:64px}#dm .hasGenericSidebar:not(.sidebarExpanded):not(.forceSidebarFull) #siteSidebar .dmNewParagraph,#dm .hasGenericSidebar:not(.sidebarExpanded):not(.forceSidebarFull) #siteSidebar [data-element-type]{display:none!important}#dm .hasGenericSidebar:not(.sidebarExpanded):not(.forceSidebarFull) #siteSidebar .dmRespRow{padding-left:4px!important;padding-right:4px!important}#dm .hasGenericSidebar:not(.sidebarExpanded):not(.forceSidebarFull) #siteSidebar .dmRespRow:first-of-type [data-element-type=image]:first-of-type{display:inline-block!important;min-width:100%!important}#dm .hasGenericSidebar:not(.sidebarExpanded):not(.forceSidebarFull) #sidebarHamburger{opacity:1!important}}.graphicWidget{width:200px;height:200px;margin:10px auto;text-align:center}.graphicWidget svg.svg{width:100%;height:100%;color:#000;fill:#000}.socialHubIcon{display:flex!important;align-items:center;justify-content:center}.dmNewParagraph[data-version]{line-height:initial}.dmNewParagraph[data-version] .text-align-left{text-align:left!important}.dmNewParagraph[data-version] .text-align-center{text-align:center!important}.dmNewParagraph[data-version] .text-align-right{text-align:right!important}.dmNewParagraph[data-version] h2,.dmNewParagraph[data-version] p{margin-top:0;margin-bottom:0}@media (max-width:767px){.dmRoot .dmNewParagraph[data-version] .m-text-align-center{text-align:center!important}}.dmPhotoGallery{margin:10px 0;width:100%;overflow:hidden;min-height:1px;clear:both}.dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs .image-container{height:100%}.dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs{width:58px;height:58px;margin:2px;display:inline-block;vertical-align:middle;text-align:center;overflow:hidden}.dmPhotoGalleryResp.dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs img{box-shadow:0 0 3px #888}.dmPhotoGalleryResp.dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs{margin:0;padding:10px}.dmPhotoGalleryHolder{text-align:center}.dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs img{display:inline!important;margin:0!important;vertical-align:middle;text-align:center;position:relative}.dmPhotoGallery .image-container{position:relative}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .caption-container .caption-inner div,#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .caption-container .caption-inner h3,.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner{text-align:center}.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 li{list-style:none}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .caption-container .caption-inner{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;z-index:1;background-color:rgba(255,255,255,.9);color:#333;padding:15px;height:100%;box-sizing:border-box}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryViewAll{box-shadow:0 0!important;font-size:inherit!important;margin:0!important}#dm .dmPhotoGallery.newPhotoGallery .dmPhotoGalleryHolder{width:100%;padding:0;display:none}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs{position:relative}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .image-container{overflow:hidden}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .image-container a{background-repeat:no-repeat;background-position:center}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .caption-container .caption-inner .caption-button{margin:10px auto;max-width:100%}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .caption-container .caption-inner .caption-button .text{padding:10px 20px!important}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .caption-container .caption-inner .caption-button.displayNone{display:none}#dm .dmPhotoGallery.newPhotoGallery[data-image-hover-effect=zoomout] .photoGalleryThumbs .image-container{-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}#dm .dmPhotoGallery.newPhotoGallery[data-link-gallery=true] .image-container a.has-link{z-index:1px}#dm div.dmInner .dmform[data-layout=layout-3] .dmforminput>:not(label):not(div):not(small):not(.frc-banner){background:0;border:0;border-radius:0;-webkit-appearance:none;border-bottom:1px solid;height:30px}.imageWidget{position:relative}.imageWidget a{font-style:italic;text-align:center}*{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}h2,h3,ul{margin-left:0;margin-right:0}.displayNone{display:none}.dmInner *{-webkit-font-smoothing:antialiased}span.oneIcon:before{display:inline-block}.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;outline:0;vertical-align:inherit}.dmInner ul:not(.defaultList){padding:0}DIV.dmBody{padding:0;clear:both}.dmContent{margin:0;padding:0}#site_content ul:not(.defaultList){-webkit-padding-start:0;-moz-padding-start:0;list-style-position:inside}.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%}#dm .dmRespColsWrapper,.dmStandardDesktop{display:block}.imageWidget:not(.displayNone) img{width:100%}h3{font-weight:400;font-size:23px}.dmNewParagraph{text-align:left;margin:8px 0;padding:2px 0}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol{padding-left:.75%;padding-right:.75%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:first-child{padding-left:0;padding-right:1.5%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:last-child{padding-right:0;padding-left:1.5%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:only-child{padding-left:0;padding-right:0}.dmLargeBody .dmFooterResp>.dmRespRow .dmRespCol{padding-left:.75%;padding-right:.75%}.dmLargeBody .dmFooterResp>.dmRespRow .dmRespCol:first-child{padding-left:0;padding-right:1.5%}.dmLargeBody .dmFooterResp>.dmRespRow .dmRespCol:last-child{padding-right:0;padding-left:1.5%}.dmLargeBody .dmFooterResp>.dmRespRow .dmRespCol:only-child{padding-left:0;padding-right:0}#dmFirstContainer .dmRespRowsWrapper:after,#dmFirstContainer .dmRespRowsWrapper:before{content:"";display:table}.dmLinksMenu>ul{display:block;margin:0;font-size:inherit}.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespColsWrapper .dmRespCol:not(.content-removed).empty-column,.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespColsWrapper .dmRespCol:not(.content-removed):only-child:empty{min-height:100px}.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespCol:not(.content-removed).empty-column,.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespCol:not(.content-removed):empty{min-height:1px}.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespColsWrapper .dmRespCol:not(.content-removed):only-child.empty-column{min-height:100px}#dm h3.dmwidget-title[hide=true]{display:none}#dm .dmwidget-title{margin:10px 0;font-size:23px;text-shadow:none;text-transform:capitalize;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-wrap:normal}.dmSpacer{border:0;height:15px}.dmPhotoGalleryHolder{font-size:medium!important;margin:0;list-style:none}#dm .dmPhotoGallery .dmPhotoGalleryHolder,#dm .dmPhotoGallery .dmPhotoGalleryHolder>li{width:100%;padding:0}#dm .dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs{background:url(https://dd-cdn.multiscreensite.com/runtime-img/galleryLoader.gif) 50% 50% no-repeat #eee;float:left;clear:none;padding:0;margin:0;width:100%}#dm .dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs img{display:none!important}.dmDesktopBody .dmPhotoGallery .photoGalleryViewAll{background:0 0;border:none;padding:3px 0;font-size:16px;width:auto;height:auto;line-height:normal;box-shadow:0 -2px 0 0;display:block;margin:40px 0;text-align:left}.dmSocialHub{clear:both}#dm .dmSocialHub a{display:inline-block;text-decoration:none;margin:0;vertical-align:bottom}.dmSocialHub>div{text-align:inherit}a span.socialHubIcon{width:36px;height:36px;font-size:31px;display:inline-block;text-align:center;margin-right:0;margin-bottom:5px;line-height:36px;box-sizing:content-box;background-image:none!important}.socialHubIcon.style5{color:#fff}#dm .dmSocialHub .socialHubWrapper{display:inline-block;max-width:100%}body{background-color:#eee}.dmPhotoGallery:not(.dmFacebookGallery) .dmPhotoGalleryHolder:not(.ready) li.photoGalleryThumbs{display:inline!important;visibility:hidden}.main-navigation.unifiednav{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{display:flex;justify-content:flex-start;list-style:none}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap{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:'';-ms-grid-row-align:center;align-self:center;font-weight:700}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item{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}#dm .dmWidget:not([data-buttonstyle]) .iconBg,.main-navigation.unifiednav .unifiednav__container .unifiednav__item:not(.unifiednav__item_has-sub-nav) .icon{display:none}.main-navigation.unifiednav.effect-text-color{padding:12px 15px}.main-navigation.unifiednav.unifiednav_vertical .unifiednav__container>.unifiednav__item-wrap:not(:last-child)::after{content:''!important}.main-navigation.unifiednav.unifiednav_vertical .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item{flex:1 1 auto}.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[data-nav-structure=VERTICAL] .unifiednav__container{flex-direction:column;flex:1 1 100%}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item{padding:8px 0;margin:0}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item .nav-item-text{white-space:initial}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap{flex-direction:column}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::after{content:''!important;width:100%;height:0;color:#d1d1d1;align-self:flex-start;border:0 solid currentColor}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL][layout-main=vertical_nav_layout_1] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding:15px 0}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL][layout-main=vertical_nav_layout_2] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding:5px 0}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL][layout-main=vertical_nav_layout_1] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::after{border-top-width:1px}#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}#dm div.dmRespCol>*{line-height:normal}#dm div.dmInner,#dm div.dmInner .dmRespCol{color:rgba(147,147,147,1);font-weight:300;font-style:normal}#dm .dmNewParagraph,#dm .dmwidget-title,#dm h2,#dm h3{direction:ltr;text-align:left}.newPhotoGallery .photoGalleryViewAll.link{text-decoration:underline;color:rgba(212,212,212,1)}.dmLargeBody .dmBody .dmRespRowsWrapper{background-color:transparent}#dm div.dmContent h2,#dm div.dmContent h3{data-inject:tb-font;color:#000;direction:ltr;font-family:Archivo,#000;font-weight:700;font-style:normal;text-decoration:none}#dm .dmContent .dmRespRow,#dm .dmFooter .dmRespRow{background-color:rgba(0,0,0,0);padding-right:30px;padding-left:30px}#dm div.dmContent .dmNewParagraph[data-version] h2{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h2 *{text-decoration:none}#dm DIV.dmOuter DIV.dmInner{background-color:rgba(255,255,255,1)}#dm div.dmContent h2{font-size:45px}#dm div.dmContent h3{font-size:25px}#dm div.dmInner,#dm div.dmInner .dmRespCol{font-size:16px}#dm .dmRespCol div.dmNewParagraph,#dm div.dmInner,#dm div.dmInner .dmRespCol,.dmPhotoGallery .caption-text.caption-text{font-family:"Lexend Deca","Lexend Deca Fallback";font-size:18px}@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:4px;--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:rgb(0, 0, 0);--btn-border-color:rgb(255, 255, 255);--btn-border-tr-radius:var(--btn-border-radius);--btn-border-r-width:var(--btn-border-width);--btn-bg-image:none;--btn-border-b-color:var(--btn-border-color);--btn-border-l-width:var(--btn-border-width);--btn-border-t-color:var(--btn-border-color);--btn-text-align:center;--btn-text-color:rgb(255, 255, 255);--btn-text-decoration:none;--btn-text-font-weight:700;--btn-text-font-family:Roboto,"Roboto 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:var(--btn-bg-color);--btn-hover-border-t-color:var(--btn-hover-border-color);--btn-hover-border-r-color:var(--btn-hover-border-color);--btn-hover-border-l-color:var(--btn-hover-border-color);--btn-hover-border-color:rgba(0, 0, 0, 0);--btn-hover-text-color:rgb(253, 253, 253);--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:16px}}#dm .dmWidget:not([data-buttonstyle]){border-radius:50px}#dm .dmWidget:not([data-buttonstyle]) .text{padding:10px 0}#dm div.dmInner #site_content .dmWidget{background-color:var(--btn-bg-color);background-image:var(--btn-bg-image);border-color:var(--btn-border-color);border-bottom-color:var(--btn-border-b-color);border-left-color:var(--btn-border-l-color);border-right-color:var(--btn-border-r-color);border-top-color:var(--btn-border-t-color);border-radius:var(--btn-border-radius);border-bottom-left-radius:var(--btn-border-bl-radius);border-bottom-right-radius:var(--btn-border-br-radius);border-top-left-radius:var(--btn-border-tl-radius);border-top-right-radius:var(--btn-border-tr-radius);border-width:var(--btn-border-width);border-bottom-width:var(--btn-border-b-width);border-left-width:var(--btn-border-l-width);border-right-width:var(--btn-border-r-width);border-top-width:var(--btn-border-t-width);direction:var(--btn-text-direction);text-align:var(--btn-text-align)}#dm div.dmInner #site_content .dmWidget span.text{color:var(--btn-text-color);font-family:var(--btn-text-font-family);font-size:var(--btn-text-font-size);font-weight:var(--btn-text-font-weight);text-decoration:var(--btn-text-decoration)}#dm div.dmInner #site_content .dmWidget span.icon{color:var(--btn-icon-color);fill:var(--btn-icon-fill)}#dm div.dmInner #site_content .dmWidget:not([data-buttonstyle]) .iconBg{display:var(--btn-icon-wrpr-display)}#dm .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{font-size:12px!important}#dm .p_hfcontainer nav.u_1957734737{color:#fff!important}#dm .p_hfcontainer .u_1957734737.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{justify-content:flex-start!important;text-align:left!important;padding-top:12px!important;padding-bottom:12px!important}#dm .p_hfcontainer .u_1957734737.main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::after{align-self:flex-start!important}#dm .p_hfcontainer nav.u_1957734737.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{color:#b8b8b8!important;font-weight:400!important;font-size:16px!important}#dm .p_hfcontainer div.u_1800471303 img{border-style:solid!important;border-width:0!important;border-color:rgba(255,255,255,1)!important}#dm .p_hfcontainer div.u_1712997034 img{box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}#dm .p_hfcontainer div.sbcontainer{background-color:rgba(245,245,245,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_1915653482.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{text-align:center!important;justify-content:center!important;padding:15px 30px!important}#dm .p_hfcontainer .u_1915653482.main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::after{align-self:center!important}#dm .p_hfcontainer div.u_1702860228 img{border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important}#dm .p_hfcontainer div.u_1402796044{background-color:rgba(0,0,0,0)!important;border-top-width:1px!important;border-top-style:solid!important;border-top-color:transparent!important}#dm .p_hfcontainer nav.u_1915653482.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{color:rgba(0,0,0,1)!important}#dm .p_hfcontainer nav.u_1915653482{color:#000!important}.hasGenericSidebar #siteSidebarSpacer,.hasGenericSidebar .u_sideheader{width:10%!important}#dm .p_hfcontainer div.u_1169361916,#dm .p_hfcontainer nav.u_1957734737{width:100%!important;max-width:calc(100% - 0px)!important;min-width:25px!important;position:relative!important;float:none!important;height:auto!important;left:0!important}#dm .p_hfcontainer div.u_1657874853{padding:0!important;margin:0!important}#dm .p_hfcontainer div.u_1363528691{margin-top:0!important;padding:0!important}#dm .p_hfcontainer div.u_1169361916{display:block!important;top:0!important;padding:2px 0!important;margin:16px auto 8px!important}div[dmtemplateid=Hamburger] .layout-drawer-overlay{background-color:rgba(0,0,0,.22)!important}#dm .p_hfcontainer div.u_1962649878{padding-top:30px!important;margin-top:0!important;padding-right:50px!important;padding-left:70px!important}#dm .p_hfcontainer div.u_1636368023{margin-top:0!important;padding:0 50px 100px 70px!important}#dm .p_hfcontainer nav.u_1957734737{top:0!important;justify-content:flex-start!important;align-items:stretch!important;text-align:start!important;padding:0!important;margin:58px 0 0!important}#dm .p_hfcontainer #hamburger-drawer.layout-drawer:not([data-origin=top]){width:50vw!important}#dm .p_hfcontainer div.u_1976198127{float:none!important;top:0!important;left:0!important;width:100%!important;position:relative!important;height:auto!important;max-width:none!important;min-width:0!important;text-align:center!important;margin:0 auto!important;padding:15.5px 70px 15.5px 40px!important}#dm .p_hfcontainer div.u_1112559146,#dm .p_hfcontainer div.u_1712997034,#dm .p_hfcontainer div.u_1800471303{display:block!important;top:0!important;position:relative!important;max-width:calc(100% - 0px)!important;min-width:25px!important}#dm .p_hfcontainer .u_1112559146 .socialHubInnerDiv a{margin-right:4px!important}#dm .p_hfcontainer div.u_1112559146{float:none!important;left:0!important;width:100%!important;height:auto!important;text-align:left!important;padding:0!important;margin:47px auto 0!important}#dm .p_hfcontainer div.u_1555413429,#dm .p_hfcontainer div.u_1712997034,#dm .p_hfcontainer div.u_1781914223,#dm .p_hfcontainer div.u_1800471303{text-align:center!important;float:none!important}#dm .p_hfcontainer .u_1112559146 .socialHubIcon{width:26px!important;height:26px!important;font-size:17.33px!important;line-height:26px!important}#dm .p_hfcontainer .u_1112559146 .socialHubIcon:after{width:34px!important;height:26px!important}#dm .p_hfcontainer div.u_1800471303{width:129.83px!important;left:0!important;height:auto!important;padding:0!important;margin:57px 554px 0 0!important}[dmtemplateid=Hamburger] .layout-drawer-hamburger.hamburger-on-header{color:rgba(240,240,240,1)!important;background-color:rgba(0,0,0,0)!important}#dm .p_hfcontainer div#hamburger-drawer.layout-drawer{background-color:rgba(66,66,66,1)!important}#dm .p_hfcontainer div.u_1712997034{width:179.23px!important;left:0!important;padding:0!important;margin:0 409.66px 0 0!important}#dm .p_hfcontainer div#hamburger-header{box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;border-style:solid!important;border-width:0!important;background-color:rgba(0,0,0,0)!important;background-image:none!important;background-repeat:repeat!important;background-size:auto!important;background-position:0 0!important}#dm .p_hfcontainer div.u_1661387821{padding:0!important;margin:0!important}#dm .p_hfcontainer div.u_1555413429,#dm .p_hfcontainer div.u_1702860228{top:0!important;left:0!important;position:relative!important;height:auto!important;margin:0 auto!important}#dm .p_hfcontainer nav.u_1915653482.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{font-size:15px!important}#dm .p_hfcontainer div.u_1555413429{width:100%!important;max-width:none!important;min-width:0!important;padding:21px 0!important}#dm .p_hfcontainer div.u_1781914223{top:0!important;left:0!important;width:100%!important;position:relative!important;height:auto!important;max-width:none!important;min-width:0!important;padding:30px 40px 15px!important;margin:0!important}#dm .p_hfcontainer div.u_1702860228{float:none!important;width:100px!important;max-width:calc(100% - 47px)!important;min-width:25px!important;text-align:center!important;display:block!important;padding:0!important}#dm .p_hfcontainer div.u_1047688159,#dm .p_hfcontainer div.u_1181612493,#dm .p_hfcontainer div.u_1651844949,#dm .p_hfcontainer div.u_1704554890,#dm .p_hfcontainer div.u_1806026528,#dm .p_hfcontainer div.u_1886295249{min-width:0!important;text-align:center!important;float:none!important;display:block!important;top:0!important;left:0!important;position:relative!important}#dm .p_hfcontainer div.u_1402796044{padding:15px 10px 30px!important}#dm .p_hfcontainer div.u_1047688159{width:65px!important;height:39px!important;max-width:100%!important;padding:0!important;margin:10px auto!important}#dm .p_hfcontainer div.u_1704554890{width:91.92px!important;height:auto!important;max-width:100%!important;padding:2px 0!important;margin:-8px auto 8px!important}#dm .p_hfcontainer div.u_1886295249{width:65px!important;height:39px!important;max-width:100%!important;padding:0!important;margin:10px auto!important}#dm .p_hfcontainer div.u_1651844949,#dm .p_hfcontainer div.u_1806026528{width:91.92px!important;height:auto!important;max-width:100%!important;padding:2px 0!important;margin:-8px auto 8px!important}#dm .p_hfcontainer div.u_1181612493{width:65px!important;height:39px!important;max-width:100%!important;padding:0!important;margin:10px auto!important}#dm .p_hfcontainer div.sbcontainer{margin:0!important;padding:0!important}#dm .p_hfcontainer nav.u_1915653482{float:none!important;top:0!important;left:0!important;width:calc(100% - 0px)!important;position:relative!important;height:auto!important;max-width:180.5px!important;justify-content:flex-start!important;align-items:center!important;min-width:25px!important;text-align:start!important;min-height:auto!important;padding:0!important;margin:11px 0 0!important}#dm .dmBody a.u_1444114109,#dm .dmBody div.u_1077129838,#dm .dmBody div.u_1090956558,#dm .dmBody div.u_1894689016,#dm .dmBody div.u_ggggg{float:none!important;max-width:100%!important}#dm .dmBody .u_1894689016,#dm .dmBody .u_ggggg{text-align:CENTER!important}a[href*=About] .nav-item-text{data-inject:tb-about;display:block!important}a[href*=Services] .nav-item-text{data-inject:tb-service;display:block!important}a[href*=Gallery] .nav-item-text{data-inject:tb-gallery;display:none!important}a[href*=Testimonials] .nav-item-text{data-inject:tb-testimonial;display:block!important}a[href*=Contact] .nav-item-text{data-inject:tb-contact;display:block!important}#Gallery,#Social{display:none!important}#Gallery{data-inject:tb-gallery}#Social{data-inject:tb-social}#Features li.photoGalleryThumbs .caption-container .caption-inner,#Testimonials li.photoGalleryThumbs .caption-container .caption-inner{justify-content:start!important;height:auto!important}#Testimonials .image-container{width:120px!important;margin:0 auto!important}.nav-item-text{margin-top:10px!important}#dm .dmBody div.u_1894689016{color:rgba(0,0,0,1)!important;font-weight:700!important}#dm .dmBody div.u_ggggg{font-weight:700!important;color:rgba(0,0,0,1)!important}#dm .dmBody div.u_1149993602 .caption-inner,#dm .dmBody div.u_1592695025 .caption-inner{border-style:solid!important;border-width:0!important;border-color:rgba(216,216,216,1)!important;background-color:rgba(0,0,0,0)!important}#dm .dmBody .u_1149993602 .photoGalleryThumbs .image-container a{background-size:contain!important}#dm .dmBody div.u_1149993602 .photoGalleryThumbs .image-container{border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important}#dm .dmBody div.u_1149993602 .caption-container .caption-title{color:rgba(0,0,0,1)!important;font-weight:700!important}#dm .dmBody div.u_1149993602 .caption-container .caption-text,#dm .dmBody div.u_1592695025 .caption-container .caption-text{font-weight:400!important;color:rgba(147,147,147,1)!important;font-family:Muli!important}#dm .dmBody .u_1551588245:before{opacity:.5!important;background-color:#0f0f0f!important}#dm .p_hfcontainer nav.main-navigation{height:100%!important;align-items:center!important}#dm .p_hfcontainer div.imageWidget{display:inline-block!important}#dm .dmBody div.u_1592695025 .caption-container .caption-title{color:rgba(117,117,117,1)!important;font-weight:700!important;font-family:'Source Sans Pro'!important}#dm .dmBody div.u_1592695025 .photoGalleryThumbs .image-container{border-radius:100%!important;-moz-border-radius:100%!important;-webkit-border-radius:100%!important}#dm .dmBody div.u_1090956558 .caption-inner{background-color:rgba(0,0,0,0)!important}#dm .dmBody div.u_Social{background-color:rgba(249,250,251,1)!important}#dm .dmBody .u_1090956558 .caption-inner{-webkit-border-top-right-radius:0!important;-webkit-border-bottom-right-radius:0!important;-webkit-border-bottom-left-radius:0!important;-webkit-border-top-left-radius:0!important;border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important}#dm .dmBody div.u_1551588245{background-image:url(https://lirp.cdn-website.com/9682ceb6/dms3rep/multi/opt/926937_91d3723e-9d9b-4e4e-8dfd-f3bc2309e68d-bf16d7e0-cf83535a-1920w.jpg),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important}#dm .dmBody div.u_1551588245:before{background-color:rgba(0,0,0,1)!important;opacity:.11!important}#Testimonials li.photoGalleryThumbs .caption-container .caption-inner h3.caption-title{text-align:center!important;margin:0 auto!important}#dm .dmBody div.u_1480390991{margin-right:0!important;padding-left:0!important}#dm .d-page-1716942098 DIV.dmInner{background-repeat:no-repeat!important;background-image:none!important;background-size:cover!important;background-attachment:fixed!important;background-position:50% 50%!important;background-color:rgba(255,255,255,1)!important}#dm .dmBody div.u_1090956558 .caption-container .caption-title{font-size:25px!important}#dm .dmBody div.u_1090956558 .caption-button{width:131px!important}#dm .dmBody div.u_1149993602 .caption-button,#dm .dmBody div.u_1592695025 .caption-button{width:129px!important}#dm .dmBody div.u_1851443529{margin:0!important;padding:0!important}#dm .dmBody .u_1592695025 .caption-inner{padding-left:10px!important;padding-right:10px!important}#dm .dmBody .u_1149993602 .photoGalleryThumbs{padding:10px!important}#dm .dmBody .u_1149993602 .photoGalleryViewAll{padding:0 20px!important}#dm .dmBody .u_1149993602 .caption-inner{padding-left:10px!important;padding-right:10px!important}#dm .dmBody .u_1149993602 .photoGalleryThumbs .image-container a{padding-top:107px!important}#dm .dmBody div.u_1149993602 .caption-container .caption-text,#dm .dmBody div.u_1592695025 .caption-container .caption-text{font-size:18px!important}#dm .dmBody div.u_1596092050{height:5px!important}#dm .dmBody div.u_1149993602 .caption-container .caption-title,#dm .dmBody div.u_1592695025 .caption-container .caption-title{font-size:20px!important}#dm .dmBody div.u_1090956558{top:0!important;left:0!important;width:calc(100% - 0px)!important;position:relative!important;height:auto!important;min-width:25px!important;text-align:center!important;padding:0!important;margin:10px 0!important}#dm .dmBody a.u_1444114109,#dm .dmBody div.u_1894689016,#dm .dmBody div.u_Social,#dm .dmBody div.u_ggggg{top:0!important;left:0!important;position:relative!important;min-width:0!important}#dm .dmBody .u_1592695025 .photoGalleryThumbs{padding:10px!important}#dm .dmBody .u_1592695025 .photoGalleryViewAll{padding:0 20px!important}#dm .dmBody .u_1592695025 .photoGalleryThumbs .image-container a{background-size:cover!important;padding-top:120px!important}#dm .dmBody div.u_Social{float:none!important;width:auto!important;height:auto!important;max-width:none!important;text-align:center!important;padding:42px 40px!important;margin:0!important}#dm .dmBody div.u_1077129838{top:0!important;left:0!important;width:calc(100% - 0px)!important;position:relative!important;height:auto!important;min-width:25px!important;text-align:left!important;display:block!important;margin:0!important;padding:50px 0!important}#dm .dmBody div.u_1894689016{display:block!important;width:100%!important;height:auto!important;font-size:45px!important;padding:45px 20px 45px 0!important;margin:0!important}#dm .dmBody .u_1090956558 .photoGalleryThumbs{padding:5px!important}#dm .dmBody .u_1090956558 .photoGalleryViewAll{padding:0 10px!important}#dm .dmBody div.u_Gallery{width:auto!important;padding:30px 50px 80px!important;margin:0!important}#dm .dmBody a.u_1444114109{display:block!important;width:222px!important;height:56px!important;text-align:center!important;padding:0!important;margin:50px auto 10px!important}#dm .dmBody .u_1090956558 .photoGalleryThumbs .image-container a{padding-top:427px!important}#dm .dmBody div.u_ggggg{display:block!important;width:1200px!important;height:auto!important;font-size:45px!important;padding:0!important;margin:0 auto!important}#dm .dmBody div.u_1551588245,#dm .dmBody div.u_first{float:none!important;top:0!important;left:0!important;width:auto!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:0!important;min-height:auto!important;margin:0!important}#dm .dmBody div.u_first{text-align:start!important;padding:66px 30px!important}#dm .dmBody div.u_1551588245{text-align:center!important;background-attachment:fixed!important;background-size:cover!important;padding:300px 40px 563px!important}.font-size-16,.size-16{font-size:16px!important}.font-size-14{font-size:14px!important}#\31 183515630,#\31 189196218,#\31 401791351,#\31 519176222,#\31 570152601,#\31 686406197,#\31 830246780,#\31 848182343,#\31 963915072,#hamburger-drawer,#sbcontainer,#sidebarHamburger{order:0}#\31 183515630,#\31 189196218,#\31 401791351,#\31 963915072{flex-direction:row}#\31 019191139,#\31 024346002,#\31 131173890,#\31 154024154,#\31 160770666,#\31 169274963,#\31 222094904,#\31 255968817,#\31 256861638,#\31 358086068,#\31 445979630,#\31 485903433,#\31 538503926,#\31 565685411,#\31 620557938,#\31 661244316,#\31 668147588,#\31 699279030,#\31 872565694,#\31 915653482,#\31 926464566,#\31 957734737,#\31 965470064,#\31 976435098{order:0;flex-direction:row} #dm .dmPhotoGallery.newPhotoGallery .dmPhotoGalleryHolder {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: "Alex Brush Fallback"; src: local('Arial'); ascent-override: 115.2406%; descent-override: 59.3663%; size-adjust: 71.5894%; line-gap-override: 0%; }@font-face { font-family: "Permanent Marker Fallback"; src: local('Arial'); ascent-override: 96.8026%; descent-override: 27.6944%; line-gap-override: 2.6416%; size-adjust: 114.6018%; }@font-face { font-family: "Vast Shadow Fallback"; src: local('Arial'); ascent-override: 58.656%; descent-override: 21.429%; size-adjust: 156.0841%; line-gap-override: 0%; }@font-face { font-family: "Advent Pro Fallback"; src: local('Arial'); ascent-override: 115.6292%; descent-override: 27.8278%; size-adjust: 83.3699%; line-gap-override: 0%; }@font-face { font-family: "Alfa Slab One Fallback"; src: local('Arial'); ascent-override: 85.4761%; descent-override: 27.4744%; size-adjust: 121.2035%; line-gap-override: 0%; }@font-face { font-family: "Roboto Fallback"; src: local('Arial'); ascent-override: 92.6709%; descent-override: 24.3871%; size-adjust: 100.1106%; line-gap-override: 0%; }@font-face { font-family: "Chelsea Market Fallback"; src: local('Arial'); ascent-override: 80.5332%; descent-override: 21.4442%; size-adjust: 124.7788%; line-gap-override: 0%; }@font-face { font-family: "Oswald Fallback"; src: local('Arial'); ascent-override: 145.0682%; descent-override: 35.1423%; size-adjust: 82.2372%; line-gap-override: 0%; }@font-face { font-family: "Lexend Deca Fallback"; src: local('Arial'); ascent-override: 90.4521%; descent-override: 22.613%; size-adjust: 110.5558%; line-gap-override: 0%; }@font-face { font-family: "Bad Script Fallback"; src: local('Arial'); ascent-override: 152.5779%; descent-override: 74.7125%; size-adjust: 86.7257%; line-gap-override: 0%; }@font-face { font-family: "Contrail One Fallback"; src: local('Arial'); ascent-override: 102.5014%; descent-override: 33.0394%; size-adjust: 92.3673%; line-gap-override: 0%; }@font-face { font-family: "Great Vibes Fallback"; src: local('Arial'); ascent-override: 130.4294%; descent-override: 61.4597%; size-adjust: 65.246%; line-gap-override: 0%; }@font-face { font-family: "Abril Fatface Fallback"; src: local('Arial'); ascent-override: 102.6391%; descent-override: 28.2306%; size-adjust: 103.0796%; line-gap-override: 0%; }@font-face { font-family: "Notable Fallback"; src: local('Arial'); ascent-override: 65.9513%; descent-override: 9.0589%; size-adjust: 173.3097%; line-gap-override: 0%; }@font-face { font-family: "Archivo Black Fallback"; src: local('Arial'); ascent-override: 70.3366%; descent-override: 16.8231%; size-adjust: 124.8283%; line-gap-override: 0%; }@font-face { font-family: "Lato Fallback"; src: local('Arial'); ascent-override: 101.3181%; descent-override: 21.865%; size-adjust: 97.4159%; line-gap-override: 0%; }@font-face { font-family: "Gloria Hallelujah Fallback"; src: local('Arial'); ascent-override: 122.386%; descent-override: 50.2642%; size-adjust: 114.823%; line-gap-override: 0%; }@font-face { font-family: "Luckiest Guy Fallback"; src: local('Arial'); ascent-override: 60.7672%; descent-override: 25.6573%; size-adjust: 115.708%; line-gap-override: 0%; }@font-face { font-family: "Big Shoulders Display Fallback"; src: local('Arial'); ascent-override: 144.5403%; descent-override: 31.2877%; size-adjust: 68.0779%; line-gap-override: 0%; } </style> <!-- End render the required css and JS in the head section --> <link type="application/rss+xml" rel="alternate" href="https://www.myaqc.com/feed/rss2"/> <link type="application/atom+xml" rel="alternate" href="https://www.myaqc.com/feed/atom"/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://www.myaqc.com/"/> <script type="application/ld+json"> { "@context" : "https://schema.org", "@type" : "WebSite", "name" : "Air Quality Control LLC", "url" : "https://www.myaqc.com/" } </script> <meta property="og:image" content="https://dewey.tailorbrands.com/production/brand_version_mockup_image/44/4542531044_d6d4a250-c307-4bff-9df1-71e002307045.png?cb=1612047797"/> <title> Air Quality Control llc </title> <meta name="description" content="Air Quality Control llc"/> <meta name="twitter:card" content="summary"/> <meta name="twitter:title" content="Air Quality Control llc"/> <meta name="twitter:description" content="Air Quality Control llc"/> <meta property="og:description" content="Air Quality Control llc"/> <meta property="og:title" content="Air Quality Control llc"/> <script type="application/ld+json"> { "@context" : { "@vocab" : "http://schema.org/" }, "@type" : "HVACBusiness", "name" : "Air Quality Control LLC", "address" : { "@type" : "PostalAddress", "addressLocality" : "Newton", "addressRegion" : "KS", "postalCode" : "67114", "addressCountry" : "US" }, "geo" : { "@type" : "GeoCoordinates", "latitude" : "38.05329", "longitude" : "-97.34513" }, "url" : "https://www.myaqc.com", "telephone" : "316-285-3304", "email" : "[email protected]", "logo" : "https://irp.cdn-website.com/9682ceb6/dms3rep/multi/926937_91d3723e-9d9b-4e4e-8dfd-f3bc2309e68d-bf16d7e0-cf83535a.jpg", "image" : [ "https://irp.cdn-website.com/9682ceb6/dms3rep/multi/926937_0f802573-e9dd-400a-8604-18d06046ceb0-83bb11b6.jpg", "https://dewey.tailorbrands.com/production/brand_version_mockup_image/44/4542531044_d6d4a250-c307-4bff-9df1-71e002307045.png?cb=1612047797" ], "@id" : "https://www.myaqc.com" } </script> <!-- SYS- VVNfRElSRUNUX1BST0RVQ1RJT04= --> </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 fullSidebarLayout-var5 null fullSidebarLayout"> <div dmwrapped="true" id="1901957768" class="dm-home-page" themewaschanged="true"> <div dmtemplateid="Hamburger" data-responsive-name="ResponsiveDesktopSideBarTabletHamburger" class="fullSidebarLayout dm-bfs dm-layout-home hasAnimations inMiniHeaderMode hasStickyHeader rows-1200 hamburger-reverse header-over-content 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 id="site_content"> <div class="p_hfcontainer showOnMedium"> <div id="hamburger-drawer" class="hamburger-drawer layout-drawer" layout="e9d510f4eb904e939c2be8efaf777e6e===header" data-origin="side-reverse"> <div class="u_1363528691 dmRespRow" style="text-align: center;" id="1363528691"> <div class="dmRespColsWrapper" id="1183515630"> <div class="u_1657874853 dmRespCol small-12 medium-12 large-12 empty-column" id="1657874853"></div> </div> </div> <div class="u_1962649878 dmRespRow middleDrawerRow" style="text-align: center;" id="1962649878"> <div class="dmRespColsWrapper" id="1131173890"> <div class="dmRespCol small-12 u_1186505347 medium-12 large-12" id="1186505347"> <div class="u_1800471303 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1800471303"> <a href="/" id="1167486000"><img src="https://irp-cdn.multiscreensite.com/md/dmtmpl/72636a6b-a692-4171-801b-0c27f91c8c21/dms3rep/multi/blank_logo.svg" id="1087298337" class="" data-dm-image-path="https://irp-cdn.multiscreensite.com/md/dmtmpl/72636a6b-a692-4171-801b-0c27f91c8c21/dms3rep/multi/blank_logo.svg" onerror="handleImageLoadError(this)" height="0.0" width="0.0"/></a> </div> <nav class="u_1957734737 effect-text-color main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_2" layout-sub="" data-show-vertical-sub-items="HIDE" id="1957734737" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="" alt="" data-nav-structure="VERTICAL" 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="/#About" class="unifiednav__item dmUDNavigationItem_010101665041 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" About " data-auto="page-text-style">About<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/#Services" class="unifiednav__item dmUDNavigationItem_010101829665 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Services " data-auto="page-text-style">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="/#Gallery" class="unifiednav__item dmUDNavigationItem_010101482732 " 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-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/#Testimonials" class="unifiednav__item dmUDNavigationItem_010101137497 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Testimonials " data-auto="page-text-style">Testimonials<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/#Contact" class="unifiednav__item dmUDNavigationItem_010101938803 " 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> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/contact-us" class="unifiednav__item dmUDNavigationItem_010101211489 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Contact Us " data-auto="page-text-style">Contact Us<span class="icon icon-angle-down"></span> </span> </a> </li> </ul> </nav> </div> </div> </div> <div class="dmRespRow u_1636368023" style="text-align: center;" id="1636368023"> <div class="dmRespColsWrapper" id="1445979630"> <div class="u_1452291049 dmRespCol small-12 medium-12 large-12" id="1452291049"> <div class="u_1169361916 dmNewParagraph" id="1169361916" style="line-height:initial;" data-version="5"><p class="text-align-left size-16"><span class="font-size-16" style="font-weight: 400; color: rgb(212, 212, 212); display: initial;">555-555-5555</span></p><p class="text-align-left size-16"><span class="font-size-16" style="font-weight: 400; color: rgb(212, 212, 212); display: initial;">[email protected]</span></p></div> <div class="u_1112559146 align-center text-align-center dmSocialHub gapSpacing" id="1112559146" dmle_extension="social_hub" data-element-type="social_hub" wr="true" networks="" icon="true" surround="true" adwords=""> <div class="socialHubWrapper"> <div class="socialHubInnerDiv "> <a href="https://facebook.com/" 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 style5" aria-hidden="true" data-hover-effect=""></span> </a> <a href="http://linkedin.com/" target="_blank" dm_dont_rewrite_url="true" aria-label="linkedin" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Linkedin')"> <span class="dmSocialLinkedin icon-linkedin oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> <a href="http://pinterest.com/" target="_blank" dm_dont_rewrite_url="true" aria-label="pinterest" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Pinterest')"> <span class="dmSocialPinterest icon-pinterest oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> </div> </div> </div> </div> </div> </div> </div> <div class="layout-drawer-overlay" id="layout-drawer-overlay"></div> </div> <div id="hamburger-header-container" class="showOnMedium hamburger-header-container p_hfcontainer"> <div id="hamburger-header" class="hamburger-header p_hfcontainer" layout="44dc38f951e9489490b055748e10ba9f===header" data-scrollable-target="body" data-scroll-responder-id="hamburger-header"> <div class="u_1976198127 dmRespRow fullBleedChanged fullBleedMode" style="text-align: center;" id="1976198127"> <div class="dmRespColsWrapper" id="1668147588"> <div class="dmRespCol small-12 medium-4 large-4" id="1686406197"> <div class="u_1712997034 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1712997034" data-binding="W3siYmluZGluZ05hbWUiOiJpbWFnZSIsInZhbHVlIjoic2l0ZV9pbWFnZXMubG9nbyJ9XQ=="> <a href="/" id="1966456529"><img src="https://lirp.cdn-website.com/9682ceb6/dms3rep/multi/opt/926937_91d3723e-9d9b-4e4e-8dfd-f3bc2309e68d-bf16d7e0-cf83535a-1920w.jpg" id="1257419461" class="" data-dm-image-path="https://irp.cdn-website.com/9682ceb6/dms3rep/multi/926937_91d3723e-9d9b-4e4e-8dfd-f3bc2309e68d-bf16d7e0-cf83535a.jpg" data-diy-image="" alt="" onerror="handleImageLoadError(this)" height="0.0" width="0.0"/></a> </div> </div> <div class="dmRespCol small-12 u_1570152601 medium-4 large-4 content-removed" id="1570152601"> <div data-element-type="spacer" class="dmSpacer" id="1217067626"></div> </div> <div class="dmRespCol small-12 medium-4 large-4" id="1519176222"> <div data-element-type="spacer" class="dmSpacer" id="1202175876"></div> </div> </div> </div> </div> </div> <button class="showOnMedium layout-drawer-hamburger hamburger-on-header" id="layout-drawer-hamburger" aria-label="menu"> <span class="hamburger__slice"></span> <span class="hamburger__slice"></span> <span class="hamburger__slice"></span> </button> <div class="hasGenericSidebar sidebarLeft"> <div id="siteSidebar" class="genericSidebar sideheader u_sideheader u_siteSidebar p_hfcontainer showOnLarge" data-global-position="true" data-no-rows-wrapper="true" data-no-full-height="true" data-has-layouts="true" data-has-small-screen="true"> <div id="sbcontainer" class="sbcontainer" layout="33f00891f20542ca853f0a123caccc1b===header"> <div class="u_1781914223 dmRespRow" style="text-align: center;" id="1781914223"> <div class="dmRespColsWrapper" id="1401791351"> <div class="dmRespCol small-12 medium-12 large-12" id="1708811390"> <div class="u_1702860228 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1702860228"><img src="https://lirp.cdn-website.com/9682ceb6/dms3rep/multi/opt/926937_91d3723e-9d9b-4e4e-8dfd-f3bc2309e68d-bf16d7e0-cf83535a-a71d1ef8-183f82ab-d8d5b1f0-5b3b75bd-1920w.jpg" id="1247059953" class="" data-dm-image-path="https://lirp.cdn-website.com/9682ceb6/dms3rep/multi/opt/926937_91d3723e-9d9b-4e4e-8dfd-f3bc2309e68d-bf16d7e0-cf83535a-a71d1ef8-183f82ab-d8d5b1f0-5b3b75bd-1920w.jpg" onerror="handleImageLoadError(this)" height="23.1875" width="65.0"/></div> </div> </div> </div> <div class="u_1555413429 dmRespRow middleDrawerRow" style="text-align: center;" id="1555413429"> <div class="dmRespColsWrapper" id="1620557938"> <div class="dmRespCol small-12 medium-12 large-12 u_1661387821 content-removed" id="1661387821"> <nav class="u_1915653482 unifiednav_vertical effect-text-color main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_1" layout-sub="" data-show-vertical-sub-items="HOVER" id="1915653482" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" alt="" data-nav-structure="VERTICAL" 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="/#About" class="unifiednav__item dmUDNavigationItem_010101665041 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" About " data-auto="page-text-style">About<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/#Services" class="unifiednav__item dmUDNavigationItem_010101829665 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Services " data-auto="page-text-style">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="/#Gallery" class="unifiednav__item dmUDNavigationItem_010101482732 " 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-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/#Testimonials" class="unifiednav__item dmUDNavigationItem_010101137497 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Testimonials " data-auto="page-text-style">Testimonials<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/#Contact" class="unifiednav__item dmUDNavigationItem_010101938803 " 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> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/contact-us" class="unifiednav__item dmUDNavigationItem_010101211489 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Contact Us " data-auto="page-text-style">Contact Us<span class="icon icon-angle-down"></span> </span> </a> </li> </ul> </nav> </div> </div> </div> <div class="dmRespRow u_1402796044" style="text-align: center;" id="1402796044"> <div class="dmRespColsWrapper" id="1255968817"> <div class="dmRespCol small-12 medium-4 large-4" id="1468123845"> <div class="u_1181612493 graphicWidget" data-element-type="graphic" data-widget-type="graphic" id="1181612493"> <a href="tel:1555555555" id="1852012612" file="false"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 70 70" id="1018653499" class="svg u_1018653499" data-icon-name="wp-phone_thin"> <g id="1211945926"> <path d="M21,14h2.4l0,0c1,0,1.9,0.6,2.2,1.6l3,9.5c0.3,0.8,0,1.7-0.6,2.3l-3.5,3.5c-0.1,0.1-0.1,0.2-0.1,0.4c0.8,1.5,2.8,4.4,6.3,8 c3.5,3.5,6.5,5.5,8,6.3c0.1,0.1,0.3,0,0.4-0.1l3.5-3.5c0.6-0.6,1.5-0.8,2.3-0.6l9.5,3c1,0.3,1.6,1.2,1.6,2.2V49c0,2-6,7-10,7 c-2.3,0-10.8-0.8-21-11l0,0C14.8,34.8,14,26.3,14,24C14,20.1,18.9,14,21,14z M26.4,43.5L26.4,43.5C36.1,53.2,43.9,54,46,54 c3,0,7.6-3.9,8-5v-2.3c0-0.1-0.1-0.3-0.2-0.3l-9.5-3c-0.1,0-0.2,0-0.3,0.1L40.5,47c-0.7,0.7-1.9,0.9-2.8,0.4 c-1.5-0.9-4.7-2.9-8.4-6.6c-3.7-3.7-5.7-6.9-6.6-8.4c-0.5-0.9-0.4-2,0.4-2.8l3.5-3.5c0.1-0.1,0.1-0.2,0.1-0.3l-3-9.5 c0-0.1-0.2-0.2-0.3-0.2l0,0L21,16c-1.1,0.4-5,4.9-5,8C16,26.1,16.8,33.9,26.4,43.5z" id="1883650805"></path> </g> </svg> </a> </div> <div class="u_1651844949 dmNewParagraph" id="1651844949" style="transition: opacity 1s ease-in-out;"> <font style="color:rgb(0, 0, 0);"> <span class="font-size-14 lh-1" style="font-weight:300;"> <div> <span style="font-weight: 300;" class="font-size-14 lh-1"> <font style="color: rgb(0, 0, 0);">Call us</font> </span> </div> </span> </font> </div></div> <div class="dmRespCol small-12 medium-4 large-4" id="1731204891"> <div class="u_1886295249 graphicWidget" data-element-type="graphic" data-widget-type="graphic" id="1886295249"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" id="1322445273" class="svg u_1322445273" data-icon-name="li-map-marker"> <g id="1924246435"> <path d="M69.1,25.3C64,20.2,57.2,17.4,50,17.4c-7.2,0-14,2.8-19.1,7.9c-10.5,10.5-10.5,27.6,0,38.2L50,82.6l19.1-19.1 C79.6,53,79.6,35.8,69.1,25.3z M67.6,62L50,79.6L32.4,62c-9.7-9.7-9.7-25.5,0-35.2c4.7-4.7,11-7.3,17.6-7.3 c6.7,0,12.9,2.6,17.6,7.3C77.3,36.5,77.3,52.3,67.6,62z" id="1532020044"></path> <path d="M50,33c-6.3,0-11.4,5.1-11.4,11.4c0,6.3,5.1,11.4,11.4,11.4c6.3,0,11.4-5.1,11.4-11.4C61.4,38.1,56.3,33,50,33z M50,53.8 c-5.2,0-9.3-4.2-9.3-9.3c0-5.2,4.2-9.3,9.3-9.3c5.2,0,9.3,4.2,9.3,9.3C59.3,49.6,55.2,53.8,50,53.8z" id="1388792113"></path> </g> </svg> </div> <div class="u_1806026528 dmNewParagraph" id="1806026528" style="transition: opacity 1s ease-in-out;"> <font style="color:rgb(0, 0, 0);"> <span class="font-size-14 lh-1" style="font-weight:300;"> <div> <span style="font-weight: 300;" class="font-size-14 lh-1"> <font style="color: rgb(0, 0, 0);">Find us</font> </span> </div> </span> </font> </div></div> <div class="dmRespCol small-12 medium-4 large-4" id="1574795982"> <div class="u_1047688159 graphicWidget" data-element-type="graphic" data-widget-type="graphic" id="1047688159"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" id="1267118175" class="svg u_1267118175" data-icon-name="li-envelope"> <path d="M17.8,28.2v43.6h64.4V28.2H17.8z M77.7,30.3L50,48.8L22.3,30.3H77.7z M19.9,69.7V31.2L50,51.2l30.1-20.1v38.5H19.9z" id="1826211852"></path> </svg> </div> <div class="u_1704554890 dmNewParagraph" id="1704554890" style="transition: none;"> <font style="color:rgb(0, 0, 0);"> <span class="font-size-14 lh-1" style="font-weight:300;"> <div> <span style="font-weight: 300;" class="font-size-14 lh-1"> <font style="color: rgb(0, 0, 0);">Email us</font> </span> </div> </span> </font> </div></div> </div> </div> </div> <div id="sidebarHamburger" class="u_sidebarHamburger"> <span class="hamburger__slice"></span> <span class="hamburger__slice"></span> <span class="hamburger__slice"></span> </div> </div> <div id="siteSidebarSpacer" class="showOnLarge"></div> <div class="dmLayoutWrapper standard-var dmStandardDesktop"> <div id="desktopBodyBox"> <div id="iscrollBody"> <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_1551588245 dmRespRow dmSectionParallaxNew hasBackgroundOverlay fullBleedChanged fullBleedMode" style="text-align: center; background-image: url('https://lirp.cdn-website.com/9682ceb6/dms3rep/multi/opt/926937_91d3723e-9d9b-4e4e-8dfd-f3bc2309e68d-bf16d7e0-cf83535a-1920w.jpg') !important;" id="1551588245" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9pcnQtY2RuLm11bHRpc2NyZWVuc2l0ZS5jb20vbWQvdW5zcGxhc2gvZG1zM3JlcC9tdWx0aS9waG90by0xNDU1NTg3NzM0OTU1LTA4MWIyMjA3NDg4Mi5qcGciXSwic3BlZWQiOiI1IiwidHJhbnNpdGlvbiI6InNsaWRlUmlnaHQifQ==" data-binding="W3siYmluZGluZ05hbWUiOiJiYWNrZ3JvdW5kIiwidmFsdWUiOiJzaXRlX2ltYWdlcy5sb2dvIn1d"> <div class="dmRespColsWrapper" id="1189196218"> <div class="u_1480390991 dmRespCol small-12 medium-12 large-12 empty-column" id="1480390991" data-anim-desktop="none"></div> </div> </div> <div class="u_first dmRespRow" id="first" data-anchor="first"> <div class="dmRespColsWrapper" id="1169274963"> <div class="dmRespCol large-12 medium-12 small-12" id="1138369836"> <div data-element-type="spacer" class="dmSpacer u_1596092050" id="1596092050"></div> </div> </div> </div> <div class="u_About dmRespRow" style="text-align: center;" id="About" data-anchor="About"> <div class="dmRespColsWrapper" id="1965470064"> <div class="u_1715995284 dmRespCol small-12 dmSectionNoParallax medium-12 large-12" id="1715995284" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9pcnQtY2RuLm11bHRpc2NyZWVuc2l0ZS5jb20vbWQvdW5zcGxhc2gvZG1zM3JlcC9tdWx0aS9waG90by0xNTAyMTIwNDkyNjA2LWZiYTEzY2M2MzcyMS5qcGciXX0="> <div class="u_1681907021 dmNewParagraph" data-element-type="paragraph" id="1681907021" style="transition: none 0s ease 0s; text-align: left;" data-version="5" new-inline-bind-applied="true" data-diy-text=""> <h2 class="text-align-center"><span style="display: initial;"><span class="inline-data-binding" data-encoded-value="QWJvdXQ=" data-inline-binding="site_text.about headline">About</span></span></h2> </div> <div class="u_1522085955 dmNewParagraph" id="1522085955" style="transition: none; display: block;" data-version="5" new-inline-bind-applied="true" data-binding="W3siYmluZGluZ05hbWUiOiJ0ZXh0IiwidmFsdWUiOiJzaXRlX3RleHQuYWJvdXRfdXMifV0=" data-diy-text=""><p class="text-align-center"><span style="display: initial;"><span class="inline-data-binding" data-encoded-value="V2UncmUgdGhlIGJlc3QgaW4gb3VyIGZpZWxkLCBhbmQgaXQncyBhbGwgdGhhbmtzIHRvIHRoZSBpbmNyZWRpYmxlIHJlbGF0aW9uc2hpcHMgd2UndmUgZm9ybWVkIHdpdGggb3VyIGNsaWVudHMuIFdlIGFyZSBpbnZlc3RlZCBpbiBkZXZlbG9waW5nIGEgcGVyc29uYWwgY29ubmVjdGlvbiB3aXRoIGVhY2ggYW5kIGV2ZXJ5IG9uZSBvZiBvdXIgY3VzdG9tZXJzLCBieSBwcm92aWRpbmcgcXVhbGl0eSBzZXJ2aWNlIGFuZCBiZWluZyBhdmFpbGFibGUgdG8geW91IDI0LzcuIFJlYWNoIG91dCBmb3IgeW91ciBmcmVlIHF1b3RlIHRvZGF5IQ==" data-inline-binding="site_text.about_us">We're the best in our field, and it's all thanks to the incredible relationships we've formed with our clients. We are invested in developing a personal connection with each and every one of our customers, by providing quality service and being available to you 24/7. Reach out for your free quote today!</span></span></p></div> <a data-display-type="block" class="u_1122861294 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1122861294 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="mailto:[email protected]" data-element-type="dButtonLinkId" id="1122861294" data-binding="W3siYmluZGluZ05hbWUiOiJidXR0b25fdGV4dCIsInZhbHVlIjoic2l0ZV90ZXh0LmFib3V0IGN0YSJ9LHsiYmluZGluZ05hbWUiOiJsaW5rIiwidmFsdWUiOiJjb250ZW50X2xpYnJhcnkuZ2xvYmFsLmVtYWlsLjIwODM1MDEzIn1d" data-diy-link=""> <span class="iconBg" id="1390619735"> <span class="icon hasFontIcon icon-star" id="1223252256"></span> </span> <span class="text" id="1172036118" data-diy-text=""> <ul class="rteBlock defaultList"> <li>Call 316-285-3304 or click <span style="text-decoration:underline"> <strong>HERE</strong> </span> to email </li> </ul> </span> </a> </div> </div> </div> <div class="u_Services dmRespRow" style="text-align: center;" id="Services" data-anchor="Services"> <div class="dmRespColsWrapper" id="1485903433"> <div class="dmRespCol small-12 medium-12 large-12 u_1555125168 dmSectionNoParallax empty-column" id="1555125168" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS85NjgyY2ViNi9kbXMzcmVwL211bHRpL29wdC9JTUdfMjAyMTA3MjJfMTQ0ODAxNTczLTE5MjB3LmpwZyIsImh0dHBzOi8vbGlycC5jZG4td2Vic2l0ZS5jb20vOTY4MmNlYjYvZG1zM3JlcC9tdWx0aS9vcHQvdHJhdmlzK2FxYytvbityb29mK3BpYytmb3Ird2Vic2l0ZS0xOTIwdy5qcGciLCJodHRwczovL2xpcnAuY2RuLXdlYnNpdGUuY29tLzk2ODJjZWI2L2RtczNyZXAvbXVsdGkvb3B0L3dlYnNpdGUrcGljLTE5MjB3LmpwZyIsImh0dHBzOi8vbGlycC5jZG4td2Vic2l0ZS5jb20vOTY4MmNlYjYvZG1zM3JlcC9tdWx0aS9vcHQvd2Vic2l0ZStwaWMrZnVybmFjZS0xOTIwdy5qcGciLCJodHRwczovL2xpcnAuY2RuLXdlYnNpdGUuY29tLzk2ODJjZWI2L2RtczNyZXAvbXVsdGkvb3B0L0lNR18yMDIxMDcyMl8xMDQzMDA3MTQtMTkyMHcuanBnIiwiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS85NjgyY2ViNi9kbXMzcmVwL211bHRpL29wdC9JTUdfMjAyMTA3MjJfMTIwNTAzMDMxLTE5MjB3LmpwZyIsImh0dHBzOi8vbGlycC5jZG4td2Vic2l0ZS5jb20vOTY4MmNlYjYvZG1zM3JlcC9tdWx0aS9vcHQvSU1HXzIwMjEwNzIyXzExNDcwOTM5OS0xOTIwdy5qcGciLCJodHRwczovL2xpcnAuY2RuLXdlYnNpdGUuY29tLzk2ODJjZWI2L2RtczNyZXAvbXVsdGkvb3B0L0lNR18yMDIxMDcyMl8xMTUyMjQzNzktMTkyMHcuanBnIl0sInNwZWVkIjoiNiJ9"></div> </div> </div> <div class="dmRespRow fullBleedChanged fullBleedMode u_Gallery" style="text-align: center;" id="Gallery" data-anchor="Gallery"> <div class="dmRespColsWrapper" id="1024346002"> <div class="dmRespCol small-12 medium-12 large-12" id="1577015324"> <div class="u_ggggg dmNewParagraph" data-element-type="paragraph" id="ggggg" style="transition: none 0s ease 0s; text-align: left;" data-version="5" data-anchor="ggggg" new-inline-bind-applied="true" data-diy-text=""> <h2 class="text-align-center"><span style="display: initial;"><span class="inline-data-binding" data-encoded-value="R2FsbGVyeQ==" data-inline-binding="site_text.gallery headline">Gallery</span></span></h2> </div> <div class="u_1090956558 dmPhotoGallery newPhotoGallery dmPhotoGalleryResp photo-gallery-done text-layout-fixed captionAlignment-bottom_left photoGallery" galleryoptionsparams="{thumbnailsPerRow: 3, rowsToShow: 3, imageScaleMethod: true}" data-desktop-layout="square" data-desktop-columns="4" data-element-type="dPhotoGalleryId" data-desktop-text-layout="fixed" id="1090956558" data-rows-to-show="100" data-desktop-caption-alignment="bottom_left" data-image-hover-effect="zoomout" data-tablet-text-layout="fixed" data-tablet-caption-alignment="bottom_left" data-mobile-text-layout="fixed" data-mobile-caption-alignment="bottom_left" data-binding="W3siYmluZGluZ05hbWUiOiJwaG90b19nYWxsZXJ5IiwidmFsdWUiOiJzaXRlX2NvbGxlY3Rpb24uZ2FsbGVyeSJ9XQ==" data-binding-metadata="eyJpbWFnZSI6ImltYWdlIiwiYWx0X3RleHQiOiJhbHQtdGV4dCIsImxpbmsiOiIiLCJkZXNjcmlwdGlvbiI6ImRlc2NyaXB0aW9uIiwidGl0bGUiOiJ0aXRsZSIsImxpbmtfdGV4dCI6IiJ9" data-auto-adjust-columns="true" data-paginate-total-elements="5"> <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-5" 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_" data-image-url="https://irp.cdn-website.com/9682ceb6/dms3rep/multi/IMG_20210722_104300714.jpg" style="background-image: url('https://lirp.cdn-website.com/9682ceb6/dms3rep/multi/opt/IMG_20210722_104300714-640w.jpg');"><img id="" data-src="https://lirp.cdn-website.com/9682ceb6/dms3rep/multi/opt/IMG_20210722_104300714-1920w.jpg" alt="" onerror="handleImageLoadError(this)"/></a> </div> </div> </div> </div> <div class="photogallery-column column-5" 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_" data-image-url="https://irp.cdn-website.com/9682ceb6/dms3rep/multi/IMG_20210722_144801573.jpg" style="background-image: url('https://lirp.cdn-website.com/9682ceb6/dms3rep/multi/opt/IMG_20210722_144801573-640w.jpg');"><img id="" data-src="https://lirp.cdn-website.com/9682ceb6/dms3rep/multi/opt/IMG_20210722_144801573-1920w.jpg" alt="" onerror="handleImageLoadError(this)"/></a> </div> </div> </div> </div> <div class="photogallery-column column-5" data-index="2"> <div index="2" class="photoGalleryThumbs animated " data-index="2"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_" data-image-url="https://irp.cdn-website.com/9682ceb6/dms3rep/multi/IMG_20210722_114709399.jpg" style="background-image: url('https://lirp.cdn-website.com/9682ceb6/dms3rep/multi/opt/IMG_20210722_114709399-640w.jpg');"><img id="" data-src="https://lirp.cdn-website.com/9682ceb6/dms3rep/multi/opt/IMG_20210722_114709399-1920w.jpg" alt="" onerror="handleImageLoadError(this)"/></a> </div> </div> </div> </div> <div class="photogallery-column column-5" data-index="3"> <div index="3" class="photoGalleryThumbs animated " data-index="3"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_" data-image-url="https://irp.cdn-website.com/9682ceb6/dms3rep/multi/IMG_20210722_120503031.jpg" style="background-image: url('https://lirp.cdn-website.com/9682ceb6/dms3rep/multi/opt/IMG_20210722_120503031-640w.jpg');"><img id="" data-src="https://lirp.cdn-website.com/9682ceb6/dms3rep/multi/opt/IMG_20210722_120503031-1920w.jpg" alt="" onerror="handleImageLoadError(this)"/></a> </div> </div> </div> </div> <div class="photogallery-column column-5" data-index="4"> <div index="4" class="photoGalleryThumbs animated " data-index="4"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_" data-image-url="https://irp.cdn-website.com/9682ceb6/dms3rep/multi/IMG_20210722_115224379.jpg" style="background-image: url('https://lirp.cdn-website.com/9682ceb6/dms3rep/multi/opt/IMG_20210722_115224379-640w.jpg');"><img id="" data-src="https://lirp.cdn-website.com/9682ceb6/dms3rep/multi/opt/IMG_20210722_115224379-1920w.jpg" alt="" onerror="handleImageLoadError(this)"/></a> </div> </div> </div> </div> </div> </div> </div> <a data-display-type="block" class="u_1444114109 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1444114109 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/#Contact" data-element-type="dButtonLinkId" id="1444114109" data-binding="W3siYmluZGluZ05hbWUiOiJidXR0b25fdGV4dCIsInZhbHVlIjoic2l0ZV90ZXh0LmdhbGxlcnkgY3RhIn1d" data-diy-link=""> <span class="iconBg" id="1019059969"> <span class="icon hasFontIcon icon-star" id="1161476085"></span> </span> <span class="text" id="1211214094" data-diy-text="">Get it</span> </a> </div> </div> </div> <div class="dmRespRow" id="1106357006"> <div class="dmRespColsWrapper" id="1538503926"> <div class="dmRespCol large-12 medium-12 small-12" id="1467041122"> <div class="u_1120357773 dmNewParagraph" data-element-type="paragraph" id="1120357773" style="transition: none; text-align: left; display: block;" data-version="5" new-inline-bind-applied="true" data-diy-text=""> <h2 class="text-align-center"><span style="display: initial;"><span class="inline-data-binding" data-encoded-value="T3VyIHNlcnZpY2Vz" data-inline-binding="site_text.service headline">Our services</span></span></h2> </div></div> </div> </div> <div class="u_1077374898 dmRespRow fullBleedChanged fullBleedMode" style="text-align: center;" id="1077374898" data-page-element-type="section" data-page-element-id="1100082708"> <div class="dmRespColsWrapper" id="1019191139"> <div class="dmRespCol small-12 medium-6 large-6 dmSectionNoParallax u_1746237131 empty-column" id="1746237131" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9pcnQtY2RuLm11bHRpc2NyZWVuc2l0ZS5jb20vbWQvZG1pcC9kbXMzcmVwL211bHRpL2hvbWUtZGVjb3ItZGl5LmpwZyJdfQ=="></div> <div class="dmRespCol small-12 medium-6 large-6 u_1601353810" id="1601353810"> <div class="dmNewParagraph u_1344934678" id="1344934678" style="transition: opacity 1s ease-in-out; display: block;" data-element-type="paragraph" data-version="5"> <h2 class="text-align-center"><span class="" style="display: initial; font-weight: 400;"><span style="display: initial; font-weight: 400;"> </span> </span></h2> <h2 class="text-align-center"><span style="display: initial;"><br/></span></h2> <h2 class="text-align-center"><span style="display: initial;"><br/></span></h2> <h2 class="text-align-center"><span style="font-weight: 400; color: rgb(160, 156, 156); display: initial;">Quality parts and equipment from brands you can trust with the best warranties.</span></h2> <h2 class="text-align-center"><span style="display: initial;"><br/></span></h2> <h2 class="text-align-center"><span style="display: initial;"><br/></span></h2> <h2 class="text-align-justify"><span style="display: initial;"><br/></span></h2> </div></div> </div> </div> <div class="u_1832117976 dmRespRow fullBleedChanged fullBleedMode mobile-columns-reversed" style="text-align: center;" id="1832117976" data-page-element-type="section" data-page-element-id="1100082708"> <div class="dmRespColsWrapper" id="1222094904"> <div class="dmRespCol small-12 dmSectionNoParallax u_1856148379 medium-12 large-12 empty-column" id="1856148379" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9pcnQtY2RuLm11bHRpc2NyZWVuc2l0ZS5jb20vbWQvZG1pcC9kbXMzcmVwL211bHRpL2hvbWUtZGVjb3ItZGl5LmpwZyJdfQ=="></div> </div> </div> <div class="u_Testimonials dmRespRow" id="Testimonials" data-anchor="Testimonials"> <div class="dmRespColsWrapper" id="1565685411"> <div class="dmRespCol large-12 medium-12 small-12" id="1015219297"> <div class="dmRespRow" id="1404939041"> <div class="dmRespColsWrapper" id="1160770666"> <div class="dmRespCol small-12 medium-12 large-12" id="1299078465"> <div class="u_1422148251 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1422148251" style="transition: opacity 1s ease-in-out 0s; text-align: left; display: block;" new-inline-bind-applied="true" data-diy-text=""> <h2 class="text-align-center"><span style="display: initial;"> <span class="inline-data-binding" data-encoded-value="dGVzdGltb25pYWwgaGVhZGVy" data-inline-binding="site_text.testimonial headline">Customer reviews</span></span></h2> </div> <div class="u_1592695025 dmPhotoGallery newPhotoGallery dmPhotoGalleryResp photo-gallery-done text-layout-bottom captionAlignment-center_center photoGallery" galleryoptionsparams="{thumbnailsPerRow: 3, rowsToShow: 3, imageScaleMethod: true}" data-desktop-layout="classic-rounded" data-desktop-columns="4" data-element-type="dPhotoGalleryId" data-desktop-text-layout="bottom" id="1592695025" data-rows-to-show="100" data-desktop-caption-alignment="center_center" data-image-hover-effect="none" data-tablet-text-layout="bottom" data-tablet-caption-alignment="center_left" data-mobile-text-layout="bottom" data-mobile-caption-alignment="center_center" data-binding="W3siYmluZGluZ05hbWUiOiJwaG90b19nYWxsZXJ5IiwidmFsdWUiOiJzaXRlX2NvbGxlY3Rpb24udGVzdGltb25pYWxzIn1d" data-binding-metadata="eyJpbWFnZSI6ImltYWdlIiwiYWx0X3RleHQiOiJhbHQtdGV4dCIsImxpbmsiOiJsaW5rIiwiZGVzY3JpcHRpb24iOiJkZXNjcmlwdGlvbiIsInRpdGxlIjoidGl0bGUiLCJsaW5rX3RleHQiOiJsaW5rLXRleHQifQ==" data-auto-adjust-columns="true" data-image-animation="none" data-mobile-columns="1" data-link-gallery="true" data-paginate-total-elements="1"> <div class="dmPhotoGalleryHolder clearfix gallery shadowEffectToChildren gallery4inArow" id="1362986591"></div> <div class="layout-container classic-rounded"> <div class="photogallery-row " data-index=""> <div class="photogallery-column column-1" 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_ has-link" href="/#Contact" data-image-url="https://irp.cdn-website.com/9682ceb6/dms3rep/multi/photo-1577974291737-faf660945d53.jpg" style="background-image: url('https://lirp.cdn-website.com/9682ceb6/dms3rep/multi/opt/photo-1577974291737-faf660945d53-640w.jpg');"><img id="" data-src="https://lirp.cdn-website.com/9682ceb6/dms3rep/multi/opt/photo-1577974291737-faf660945d53-1920w.jpg" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="" class="caption-container u_" style=""> <span class="caption-inner"> <h3 id="" class="caption-title u_">Alexander R.</h3> <div id="" class="caption-text u_">These guys went out of their way to take care of our A/C problem in their busiest time of the year. Travis gave us multiple service options to choose from to stay as cost effective as possible. They did great work and were fast! Their honesty, integrity, knowledge and overall professionalism is why I recommend them.</div> </span> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="dmRespRow u_Features" id="Features" data-anchor="Features"> <div class="dmRespColsWrapper" id="1661244316"> <div class="dmRespCol large-12 medium-12 small-12" id="1527722583"> <div class="u_1441744178 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1441744178" style="text-align: left; display: block;" new-inline-bind-applied="true" data-diy-text=""> <h2 class="text-align-center"><span style="display: initial;"><span class="inline-data-binding" data-encoded-value="U3BlY2lhbCBmZWF0dXJlcw==" data-inline-binding="site_text.feature headline">Attributes</span></span></h2> </div> <div class="u_1149993602 dmPhotoGallery newPhotoGallery dmPhotoGalleryResp photo-gallery-done text-layout-bottom captionAlignment-center_center photoGallery" galleryoptionsparams="{thumbnailsPerRow: 3, rowsToShow: 3, imageScaleMethod: true}" data-desktop-layout="classic-rounded" data-desktop-columns="4" data-element-type="dPhotoGalleryId" data-desktop-text-layout="bottom" id="1149993602" data-rows-to-show="100" data-desktop-caption-alignment="center_center" data-image-hover-effect="none" data-tablet-text-layout="bottom" data-tablet-caption-alignment="center_center" data-mobile-text-layout="bottom" data-mobile-caption-alignment="center_center" data-binding="W3siYmluZGluZ05hbWUiOiJwaG90b19nYWxsZXJ5IiwidmFsdWUiOiJzaXRlX2NvbGxlY3Rpb24uZmVhdHVyZXMifV0=" data-binding-metadata="eyJpbWFnZSI6ImltYWdlIiwiYWx0X3RleHQiOiIiLCJsaW5rIjoibGluayIsImRlc2NyaXB0aW9uIjoiZGVzY3JpcHRpb24iLCJ0aXRsZSI6InRpdGxlIiwibGlua190ZXh0IjoiIn0=" data-auto-adjust-columns="true" data-image-animation="none" data-mobile-columns="1" data-link-gallery="true" data-paginate-total-elements="4"> <div class="dmPhotoGalleryHolder clearfix gallery shadowEffectToChildren gallery4inArow" id="1362986591"></div> <div class="layout-container classic-rounded"> <div class="photogallery-row " data-index=""> <div class="photogallery-column column-4" 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_ has-link" href="/#Contact" data-image-url="https://irp-cdn.multiscreensite.com/da7d9096/dms3rep/multi/best_quality.png" style="background-image: url('https://lirp.cdn-website.com/da7d9096/dms3rep/multi/opt/best_quality-640w.png');"><img id="" data-src="https://lirp.cdn-website.com/da7d9096/dms3rep/multi/opt/best_quality-1920w.png" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="" class="caption-container u_" style=""> <span class="caption-inner"> <h3 id="" class="caption-title u_">Best quality</h3> <div id="" class="caption-text u_">We guarantee your full satisfaction</div> </span> </div> </div> </div> </div> <div class="photogallery-column column-4" 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_ has-link" href="/#Contact" data-image-url="https://irp-cdn.multiscreensite.com/da7d9096/dms3rep/multi/247_Support.png" style="background-image: url('https://lirp.cdn-website.com/da7d9096/dms3rep/multi/opt/247_Support-640w.png');"><img id="" data-src="https://lirp.cdn-website.com/da7d9096/dms3rep/multi/opt/247_Support-1920w.png" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="" class="caption-container u_" style=""> <span class="caption-inner"> <h3 id="" class="caption-title u_">Competitive pricing</h3> <div id="" class="caption-text u_">The best value for money</div> </span> </div> </div> </div> </div> <div class="photogallery-column column-4" data-index="2"> <div index="2" class="photoGalleryThumbs animated " data-index="2"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_" data-image-url="https://irp-cdn.multiscreensite.com/da7d9096/dms3rep/multi/licensed_professional.png" style="background-image: url('https://lirp.cdn-website.com/da7d9096/dms3rep/multi/opt/licensed_professional-640w.png');"><img id="" data-src="https://lirp.cdn-website.com/da7d9096/dms3rep/multi/opt/licensed_professional-1920w.png" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="" class="caption-container u_" style=""> <span class="caption-inner"> <h3 id="" class="caption-title u_">Licensed professional</h3> <div id="" class="caption-text u_">Fully qualified in our field</div> </span> </div> </div> </div> </div> <div class="photogallery-column column-4" data-index="3"> <div index="3" class="photoGalleryThumbs animated " data-index="3"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_" data-image-url="https://irp-cdn.multiscreensite.com/da7d9096/dms3rep/multi/trust.png" style="background-image: url('https://lirp.cdn-website.com/da7d9096/dms3rep/multi/opt/trust-640w.png');"><img id="" data-src="https://lirp.cdn-website.com/da7d9096/dms3rep/multi/opt/trust-1920w.png" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="" class="caption-container u_" style=""> <span class="caption-inner"> <h3 id="" class="caption-title u_">Trust</h3> <div id="" class="caption-text u_">We are responsible and careful</div> </span> </div> </div> </div> </div> </div> </div> </div> <a data-display-type="block" class="u_1745059479 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1745059479 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/#Contact" data-element-type="dButtonLinkId" id="1745059479" data-binding="W3siYmluZGluZ05hbWUiOiJidXR0b25fdGV4dCIsInZhbHVlIjoic2l0ZV90ZXh0LmZlYXR1cmUgY3RhIn1d" data-diy-link=""> <span class="iconBg" id="1418558412"> <span class="icon hasFontIcon icon-star" id="1561731347"></span> </span> <span class="text" id="1259367600" data-diy-text="">Contact us</span> </a> </div> </div> </div> <div class="u_Social dmRespRow" style="text-align: center;" id="Social" data-anchor="Social"> <div class="dmRespColsWrapper" id="1976435098"> <div class="dmRespCol small-12 u_1851443529 large-6 medium-6" id="1851443529"> <span id="1853472481"></span> <div class="u_1894689016 dmNewParagraph" data-element-type="paragraph" id="1894689016" style="transition: none 0s ease 0s; text-align: center;" data-version="5" new-inline-bind-applied="true" data-diy-text=""> <h2 class="m-text-align-center text-align-right"><span style="display: initial;"><span class="inline-data-binding" data-encoded-value="Rm9sbG93" data-inline-binding="site_text.social headline">Follow</span></span></h2> </div></div> <div class="dmRespCol large-6 medium-6 small-12 content-removed" id="1786043609"></div> </div> </div> <div class="u_Contact dmRespRow fullBleedChanged fullBleedMode mobile-columns-reversed" style="text-align: center;" id="Contact" data-anchor="Contact"> <div class="dmRespColsWrapper" id="1294601171"> <div class="dmRespCol small-12 u_1386873621 medium-12 large-12" id="1386873621"> <span id="1480637885"></span> <div class="u_1262836307 dmNewParagraph" data-element-type="paragraph" id="1262836307" style="transition: none 0s ease 0s; text-align: left;" data-version="5" new-inline-bind-applied="true" data-diy-text=""> <h2 class="text-align-center"><span style="display: initial;"><span class="inline-data-binding" data-encoded-value="Q29udGFjdCBVcw==" data-inline-binding="site_text.contact headline">Contact us</span></span></h2> </div> <div class="u_1726220259 dmNewParagraph" id="1726220259" style="" data-binding="W3siYmluZGluZ05hbWUiOiJ0ZXh0IiwidmFsdWUiOiJzaXRlX3RleHQuY29udGFjdCBkZXNjcmlwdGlvbiJ9XQ==" data-diy-text="">We're here to help! Send any questions you have over to us. We look forward to hearing from you.</div> <div class="u_1800723276 dmform default native-inputs" id="1800723276" data-layout="layout-3" data-element-type="dContactUsRespId"> <h3 class="dmform-title dmwidget-title" id="1098854604" hide="true">Contact Us</h3> <div class="dmform-wrapper" id="1669256078" captcha-lang="en"> <form method="post" class="dmRespDesignRow" locale="ENGLISH" id="1514920105"> <div class="dmforminput required small-12 dmRespDesignCol medium-6 large-6" id="1546007169"> <label data-inject="tb-contact-name" for="1155746887" id="1823583895" data-dm-for="dmform-0">Name</label> <input type="text" class="" name="dmform-0" id="1155746887"/><input type="hidden" name="label-dmform-0" value="Name" id="1348223816" class=""/></div> <div class="dmforminput small-12 dmRespDesignCol medium-6 large-6" id="1602925062"> <label data-inject="tb-contact-phone" for="1720521482" id="1587257161" data-dm-for="dmform-3">Phone</label> <input type="text" name="dmform-3" id="1720521482"/><input type="hidden" name="label-dmform-3" value="Phone" id="1373000382" class=""/></div> <div class="dmforminput required small-12 dmRespDesignCol medium-12 large-12" id="1479543562"> <label data-inject="tb-contact-email" for="1028507893" id="1582877613" data-dm-for="dmform-1">Email</label> <input type="email" class="" name="dmform-1" id="1028507893"/><input type="hidden" name="label-dmform-1" value="Email" id="1688796059" class=""/></div> <div class="dmforminput small-12 dmRespDesignCol medium-12 large-12" id="1478239007"> <label data-inject="tb-contact-message" for="1325021015" id="1175500935" data-dm-for="dmform-2">Message</label> <input type="text" name="dmform-2" id="1325021015"/><input type="hidden" name="label-dmform-2" value="Message" id="1104608538" class=""/></div> <div class="dmformsubmit dmWidget R" id="1594685320"><input data-inject="tb-submit-button" class="" name="submit" type="submit" value="Submit" id="1254160350"/></div> <input name="dmformsendto" type="hidden" value="O0wrseIfFLvtvun3gcF0fxylosWOZCHKFCLmZlKznH3/2iZ+cXjCLo+UQE/B82JXuLcvUbpsAUA=" id="1931862808" data-dec="true"/><input class="dmActionInput" type="hidden" name="action" value="/_dm/s/rt/widgets/dmform.submit.jsp" id="1391701456"/><input name="dmformsubject" type="hidden" value="Form Message" id="1429747912"/><input name="dmformsubmitparams" type="hidden" value="8mpKnCSiNQXK/d9M7IDrSyut/Rg88+TMNkkYtQykCPJhiyYtWdPywL28L5BJDtXtFWNtX/G0hNJypk8I1FHNSvE5ekULoUBGSwwivv7asuOlQyzT0CwF69qGh7Cr6eMrNiEyY95lUCQy3HcTf+BbPSuRDS+igKuin4GEPBYvnON8yWCp38cqpP2HGz6vfqBkVlFWD15wsdQ=" data-dec="true"/><input type="hidden" name="page_uuid" value="3ec1509cb63b4e6e93982479550e75ba"/></form> </div> <div class="dmform-success" style="display:none" id="1348033165">Thank you for contacting us.<br id="1613635778"/>We will get back to you as soon as possible</div> <div class="dmform-error" style="display:none" id="1759126178">Oops, there was an error sending your message.<br id="1207979947"/>Please try again later</div> </div> </div> </div> </div> <div class="u_footer dmRespRow" id="footer" data-anchor="footer"> <div class="dmRespColsWrapper" id="1256861638"> <div class="dmRespCol large-12 medium-12 small-12" id="1106029932"> <div data-element-type="spacer" class="dmSpacer" id="1448637645"></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" id="1252720150" style="display:none"> <div class="dmRespColsWrapper" id="1154024154"> <div class="dmRespCol large-12 medium-12 small-12" id="1266859547"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1412459510" style="transition: opacity 1s ease-in-out 0s;"><p><span style="display:unset;font-family:'Permanent Marker', 'Permanent Marker Fallback';">a</span><span single-space="true" class="" style="display: unset;"> <span style="display: unset;"></span> </span><span style="font-weight:300;display:unset;font-family:'Advent Pro', 'Advent Pro Fallback';">b</span><span single-space="true" class="" style="display: unset;"> <span style="display: unset;"></span> </span><span style="font-weight:400;display:unset;font-family:'Big Shoulders Display', 'Big Shoulders Display Fallback';">c</span><span single-space="true" class="" style="display: unset;"> <span style="display: unset;"></span> </span><span style="display:unset;font-family:'Alex Brush', 'Alex Brush Fallback';">d</span><span single-space="true" class="" style="display: unset;"> <span style="display: unset;"></span> </span><span style="display:unset;font-family:'Luckiest Guy', 'Luckiest Guy Fallback';">e</span><span single-space="true" class="" style="display: unset;"> <span style="display: unset;"></span> </span><span style="display:unset;font-family:'Bad Script', 'Bad Script Fallback';">f</span><span single-space="true" class="" style="display: unset;"> <span style="display: unset;"></span> </span><span style="display:unset;font-family:'Fredoka One';">g</span><span single-space="true" class="" style="display: unset;"> <span style="display: unset;"></span> </span><span style="display:unset;font-family:Notable, 'Notable Fallback';">h</span><span single-space="true" class="" style="display: unset;"> <span style="display: unset;"></span> </span><span style="display:unset;font-family:'Archivo Black', 'Archivo Black Fallback';">i</span><span single-space="true" class="" style="display: unset;"> <span style="display: unset;"></span> </span><span style="display:unset;font-family:'Vast Shadow', 'Vast Shadow Fallback';">j</span><span single-space="true" class="" style="display: unset;"> <span style="display: unset;"></span> </span><span style="display:unset;font-family:'Great Vibes', 'Great Vibes Fallback';">k</span><span single-space="true" class="" style="display: unset;"> <span style="display: unset;"></span> </span><span style="display:unset;font-family:'Alfa Slab One', 'Alfa Slab One Fallback';">l</span><span single-space="true" class="" style="display: unset;"> <span style="display: unset;"></span> </span><span style="display:unset;font-family:'Abril Fatface', 'Abril Fatface Fallback';">m</span><span single-space="true" class="" style="display: unset;"> <span style="display: unset;"></span> </span><span style="display:unset;font-family:'Gloria Hallelujah', 'Gloria Hallelujah Fallback';">n</span><span single-space="true" class="" style="display: unset;"> <span style="display: unset;"></span> </span><span style="display:unset;font-family:'Chelsea Market', 'Chelsea Market Fallback';">o</span><span class="" style="display: unset;"> <span style="display: unset;">- Do not remove from template!!! it is important to support different fonts</span> </span></p></div> </div> </div> </div> <div class="u_1725049324 dmRespRow" style="text-align: center;" id="1725049324"> <div class="dmRespColsWrapper" id="1358086068"> <div class="u_1848182343 dmRespCol small-12 footer-widgets-items hasBackgroundOverlay large-7 medium-7 empty-column" id="1848182343"></div> <div class="u_1830246780 dmRespCol small-12 footer-widgets-items large-5 medium-5" id="1830246780"> <div class="u_1546430134 dmRespRow" id="1546430134"> <div class="dmRespColsWrapper" id="1963915072"> <div class="u_1887934272 dmRespCol small-12 medium-12 large-12" id="1887934272"> <div class="u_1926464566 widget-927ae4 dmCustomWidget" data-lazy-load="true" data-title="" id="1926464566" dmle_extension="custom_extension" data-element-type="custom_extension" data-binding="W3siYmluZGluZ05hbWUiOiJ0ZXh0IiwidmFsdWUiOiJzaXRlX3RleHQuZm9vdGVyIHBob25lIn1d" icon="false" surround="false" data-widget-id="927ae4df6db84621873fd6adcbab5f24" data-widget-version="14" data-widget-config="eyJpY29uIjoiPHN2ZyB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCIgdmlld0JveD1cIjAgMCA3MCA3MFwiPlxuPGc+XG5cdDxwYXRoIGQ9XCJNMjEsMTRoMi40bDAsMGMxLDAsMS45LDAuNiwyLjIsMS42bDMsOS41YzAuMywwLjgsMCwxLjctMC42LDIuM2wtMy41LDMuNWMtMC4xLDAuMS0wLjEsMC4yLTAuMSwwLjRjMC44LDEuNSwyLjgsNC40LDYuMyw4JiMxMDsmIzk7JiM5O2MzLjUsMy41LDYuNSw1LjUsOCw2LjNjMC4xLDAuMSwwLjMsMCwwLjQtMC4xbDMuNS0zLjVjMC42LTAuNiwxLjUtMC44LDIuMy0wLjZsOS41LDNjMSwwLjMsMS42LDEuMiwxLjYsMi4yVjQ5YzAsMi02LDctMTAsNyYjMTA7JiM5OyYjOTtjLTIuMywwLTEwLjgtMC44LTIxLTExbDAsMEMxNC44LDM0LjgsMTQsMjYuMywxNCwyNEMxNCwyMC4xLDE4LjksMTQsMjEsMTR6IE0yNi40LDQzLjVMMjYuNCw0My41QzM2LjEsNTMuMiw0My45LDU0LDQ2LDU0JiMxMDsmIzk7JiM5O2MzLDAsNy42LTMuOSw4LTV2LTIuM2MwLTAuMS0wLjEtMC4zLTAuMi0wLjNsLTkuNS0zYy0wLjEsMC0wLjIsMC0wLjMsMC4xTDQwLjUsNDdjLTAuNywwLjctMS45LDAuOS0yLjgsMC40JiMxMDsmIzk7JiM5O2MtMS41LTAuOS00LjctMi45LTguNC02LjZjLTMuNy0zLjctNS43LTYuOS02LjYtOC40Yy0wLjUtMC45LTAuNC0yLDAuNC0yLjhsMy41LTMuNWMwLjEtMC4xLDAuMS0wLjIsMC4xLTAuM2wtMy05LjUmIzEwOyYjOTsmIzk7YzAtMC4xLTAuMi0wLjItMC4zLTAuMmwwLDBMMjEsMTZjLTEuMSwwLjQtNSw0LjktNSw4QzE2LDI2LjEsMTYuOCwzMy45LDI2LjQsNDMuNXpcIi8+XG48L2c+XG5cbjwvc3ZnPiIsInRleHQiOiIzMTYtMjg1LTMzMDQifQ=="> <div class="icon-container"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 70 70"> <g> <path d="M21,14h2.4l0,0c1,0,1.9,0.6,2.2,1.6l3,9.5c0.3,0.8,0,1.7-0.6,2.3l-3.5,3.5c-0.1,0.1-0.1,0.2-0.1,0.4c0.8,1.5,2.8,4.4,6.3,8 c3.5,3.5,6.5,5.5,8,6.3c0.1,0.1,0.3,0,0.4-0.1l3.5-3.5c0.6-0.6,1.5-0.8,2.3-0.6l9.5,3c1,0.3,1.6,1.2,1.6,2.2V49c0,2-6,7-10,7 c-2.3,0-10.8-0.8-21-11l0,0C14.8,34.8,14,26.3,14,24C14,20.1,18.9,14,21,14z M26.4,43.5L26.4,43.5C36.1,53.2,43.9,54,46,54 c3,0,7.6-3.9,8-5v-2.3c0-0.1-0.1-0.3-0.2-0.3l-9.5-3c-0.1,0-0.2,0-0.3,0.1L40.5,47c-0.7,0.7-1.9,0.9-2.8,0.4 c-1.5-0.9-4.7-2.9-8.4-6.6c-3.7-3.7-5.7-6.9-6.6-8.4c-0.5-0.9-0.4-2,0.4-2.8l3.5-3.5c0.1-0.1,0.1-0.2,0.1-0.3l-3-9.5 c0-0.1-0.2-0.2-0.3-0.2l0,0L21,16c-1.1,0.4-5,4.9-5,8C16,26.1,16.8,33.9,26.4,43.5z"></path> </g> </svg> </div> <div class="text-container">316-285-3304</div> </div> </div> </div> </div> <div class="u_1066794535 dmRespRow" id="1066794535"> <div class="dmRespColsWrapper" id="1699279030"> <div class="u_1353305367 dmRespCol small-12 medium-12 large-12" id="1353305367"> <div class="u_1872565694 widget-927ae4 dmCustomWidget" data-lazy-load="true" data-title="" id="1872565694" dmle_extension="custom_extension" data-element-type="custom_extension" data-binding="W3siYmluZGluZ05hbWUiOiJ0ZXh0IiwidmFsdWUiOiJzaXRlX3RleHQuZm9vdGVyIGVtYWlsIn1d" icon="false" surround="false" data-widget-id="927ae4df6db84621873fd6adcbab5f24" data-widget-version="14" data-widget-config="eyJpY29uIjoiPHN2ZyB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCIgdmlld0JveD1cIjAgMCAxMDAgMTAwXCI+XG48cGF0aCBkPVwiTTE3LjgsMjguMnY0My42aDY0LjRWMjguMkgxNy44eiBNNzcuNywzMC4zTDUwLDQ4LjhMMjIuMywzMC4zSDc3Ljd6IE0xOS45LDY5LjdWMzEuMkw1MCw1MS4ybDMwLjEtMjAuMXYzOC41SDE5Ljl6XCIvPlxuXG48L3N2Zz4iLCJ0ZXh0IjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPjxzdHJvbmc+YXFjaGVhdGluZ2FuZGFpckBnbWFpbC5jb208L3N0cm9uZz48L3A+In0="> <div class="icon-container"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100"> <path d="M17.8,28.2v43.6h64.4V28.2H17.8z M77.7,30.3L50,48.8L22.3,30.3H77.7z M19.9,69.7V31.2L50,51.2l30.1-20.1v38.5H19.9z"></path> </svg> </div> <div class="text-container"><p class="rteBlock"><strong>[email protected]</strong></p></div> </div> <div class="u_1059903801 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1059903801" background-image":""}"="" data-styletopreserve="{"background-image":""}"> <h4><span style="display: unset;">305 Old Main St.</span></h4> <h4><span style="display: unset;">Newton, Ks 67114</span></h4> </div> </div> </div> </div> </div> </div> </div> </div> <div id="1236746004" dmle_extension="powered_by" data-element-type="powered_by" icon="true" surround="false"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- Add full CSS and Javascript before the close tag of the body if needed --> <!-- Google Fonts Include --> <!-- loadCSS function fonts.jsp--> <link rel="preload" href="https://irp.cdn-website.com/fonts/css2?family=Alex+Brush:wght@400&family=Permanent+Marker:wght@400&family=Vast+Shadow:wght@400&family=Advent+Pro:[email protected]&family=Alfa+Slab+One:wght@400&family=Roboto:wght@100;300;400;500;700;900&family=Chelsea+Market:wght@400&family=Oswald:[email protected]&family=Lexend+Deca:[email protected]&family=Muli:wght@200;300;400;600;700;800;900&family=Bad+Script:wght@400&family=Contrail+One:wght@400&family=Great+Vibes:wght@400&family=Abril+Fatface:wght@400&family=Notable:wght@400&family=Archivo+Black:wght@400&family=Lato:wght@100;300;400;700;900&family=Gloria+Hallelujah:wght@400&family=Luckiest+Guy:wght@400&family=Source+Sans+Pro:wght@200;300;400;600;700;900&family=Big+Shoulders+Display:[email protected]&subset=latin-ext&display=swap" as="style" fetchpriority="low" onload="loadCSS(this)" /> <style> @font-face { font-family: "Rubik-Light"; src: url("https://irp.cdn-website.com/9682ceb6/fonts/Rubik-Light-5c41_400.ttf"); font-weight: 400; font-style: normal; } </style> <!-- RT CSS Include d-css-runtime-desktop-one-package-structured-global--> <link rel="preload" as="style" fetchpriority="low" onload="loadCSS(this)" href="https://static.cdn-website.com/mnlt/production/5411/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-structured-global.min.css" /> <!-- End of RT CSS Include --> <link rel="preload" href="https://irp.cdn-website.com/WIDGET_CSS/26c165706cb733a7ee05e013baa4f124.css" id="widgetCSS" as="style" fetchpriority="low" onload="loadCSS(this)" /> <!-- Support `img` size attributes --> <style>img[width][height] { height: auto; }</style> <!-- Support showing sticky element on page only --> <style> body[data-page-alias="home"] #dm [data-show-on-page-only="home"] { display: block !important; } </style> <!-- This is populated in Ajax navigation --> <style id="pageAdditionalWidgetsCss" type="text/css"> </style> <!-- Site CSS --> <link rel="preload" href="https://irp.cdn-website.com/9682ceb6/files/9682ceb6_withFlex_1.min.css?v=24" id="siteGlobalCss" as="style" fetchpriority="low" onload="loadCSS(this)" /> <style id="customWidgetStyle" type="text/css"> </style> <style id="innerPagesStyle" type="text/css"> </style> <style id="additionalGlobalCss" type="text/css" > </style> <!-- Page CSS --> <link rel="preload" href="https://irp.cdn-website.com/9682ceb6/files/9682ceb6_home_withFlex_1.min.css?v=24" 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-14, .size-14, .size-14 > font { font-size: 14px !important; } </style> <style id="pageFontSizeStyle" type="text/css"> </style> <!-- ========= JS Section ========= --> <script> var isWLR = true; window.customWidgetsFunctions = {}; window.customWidgetsStrings = {}; window.collections = {}; window.currentLanguage = "ENGLISH" window.isSitePreview = false; </script> <script> window.customWidgetsFunctions["927ae4df6db84621873fd6adcbab5f24~14"] = function (element, data, api) { null }; </script> <script type="text/javascript"> var d_version = "production_5411"; var build = "2025-04-23T12_49_21"; window['v' + 'ersion'] = d_version; function buildEditorParent() { window.isMultiScreen = true; window.editorParent = {}; window.previewParent = {}; window.assetsCacheQueryParam = "?version=2025-04-23T12_49_21"; try { var _p = window.parent; if (_p && _p.document && _p.$ && _p.$.dmfw) { window.editorParent = _p; } else if (_p.isSitePreview) { window.previewParent = _p; } } catch (e) { } } buildEditorParent(); </script> <!-- Load jQuery --> <script type="text/javascript" id='d-js-jquery' src="https://static.cdn-website.com/libs/jquery/jquery-3.7.0.min.js"></script> <!-- End Load jQuery --> <!-- Injecting site-wide before scripts --> <!-- End Injecting site-wide to the head --> <script> var _jquery = window.$; var jqueryAliases = ['$', 'jquery', 'jQuery']; jqueryAliases.forEach((alias) => { Object.defineProperty(window, alias, { get() { return _jquery; }, set() { console.warn("Trying to over-write the global jquery object!"); } }); }); window.jQuery.migrateMute = true; </script> <script> window.cookiesNotificationMarkupPreview = 'null'; </script> <!-- HEAD RT JS Include --> <script id='d-js-params'> window.INSITE = window.INSITE || {}; window.INSITE.device = "desktop"; window.rtCommonProps = {}; rtCommonProps["rt.ajax.ajaxScriptsFix"] =true; rtCommonProps["rt.pushnotifs.sslframe.encoded"] = 'aHR0cHM6Ly97c3ViZG9tYWlufS5wdXNoLW5vdGlmcy5jb20='; rtCommonProps["runtimecollector.url"] = 'https://rtc.multiscreensite.com'; rtCommonProps["performance.tabletPreview.removeScroll"] = 'false'; rtCommonProps["inlineEditGrid.snap"] =true; rtCommonProps["popup.insite.cookie.ttl"] = '0.5'; rtCommonProps["rt.pushnotifs.force.button"] =true; rtCommonProps["common.mapbox.token"] = 'pk.eyJ1IjoiZGFubnliMTIzIiwiYSI6ImNqMGljZ256dzAwMDAycXBkdWxwbDgzeXYifQ.Ck5P-0NKPVKAZ6SH98gxxw'; rtCommonProps["common.mapbox.js.override"] =false; rtCommonProps["common.here.appId"] = 'iYvDjIQ2quyEu0rg0hLo'; rtCommonProps["common.here.appCode"] = '1hcIxLJcbybmtBYTD9Z1UA'; rtCommonProps["isCoverage.test"] =false; rtCommonProps["ecommerce.ecwid.script"] = 'https://app.multiscreenstore.com/script.js'; rtCommonProps["feature.flag.mappy.kml"] =false; rtCommonProps["common.resources.dist.cdn"] =true; rtCommonProps["common.build.dist.folder"] = 'production/5411'; rtCommonProps["common.resources.cdn.host"] = 'https://static.cdn-website.com'; rtCommonProps["common.resources.folder"] = 'https://static.cdn-website.com/mnlt/production/5411'; rtCommonProps["feature.flag.runtime.backgroundSlider.preload.slowly"] =true; rtCommonProps["feature.flag.runtime.newAnimation.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.respectCssAnimationProps.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.jitAnimation.enabled"] =true; rtCommonProps["feature.flag.sites.google.analytics.gtag"] =true; rtCommonProps["feature.flag.runOnReadyNewTask"] =true; rtCommonProps["isAutomation.test"] =false; rtCommonProps['common.mapsProvider'] = 'mapbox'; rtCommonProps['common.mapsProvider.version'] = '0.52.0'; rtCommonProps['common.geocodeProvider'] = 'mapbox'; rtCommonProps['common.map.defaults.radiusSize'] = '1500'; rtCommonProps['common.map.defaults.radiusBg'] = 'rgba(255, 255, 255, 0.4)'; rtCommonProps['common.map.defaults.strokeColor'] = 'rgba(255, 255, 255, 1)'; rtCommonProps['common.map.defaults.strokeSize'] = '2'; rtCommonProps['server.for.resources'] = ''; rtCommonProps['feature.flag.lazy.widgets'] = true; rtCommonProps['feature.flag.single.wow'] = false; rtCommonProps['feature.flag.disallowPopupsInEditor'] = true; rtCommonProps['feature.flag.mark.anchors'] = true; rtCommonProps['captcha.public.key'] = '6LffcBsUAAAAAMU-MYacU-6QHY4iDtUEYv_Ppwlz'; rtCommonProps['captcha.invisible.public.key'] = '6LeiWB8UAAAAAHYnVJM7_-7ap6bXCUNGiv7bBPME'; rtCommonProps["images.sizes.small"] =160; rtCommonProps["images.sizes.mobile"] =640; rtCommonProps["images.sizes.tablet"] =1280; rtCommonProps["images.sizes.desktop"] =1920; rtCommonProps["modules.resources.cdn"] =true; rtCommonProps["import.images.storage.imageCDN"] = 'https://lirp.cdn-website.com/'; rtCommonProps["feature.flag.runtime.inp.threshold"] =150; rtCommonProps["feature.flag.performance.logs"] =true; rtCommonProps["site.widget.form.captcha.type"] = 'g_recaptcha'; rtCommonProps["friendly.captcha.site.key"] = 'FCMGSQG9GVNMFS8K'; rtCommonProps["cookiebot.mapbox.consent.category"] = 'marketing'; // feature flags that's used out of runtime module (in legacy files) rtCommonProps["platform.monolith.personalization.dateTimeCondition.popupMsgAction.moveToclient.enabled"] =true; window.rtFlags = {}; rtFlags["unsuspendEcwidStoreOnRuntime.enabled"] =true; rtFlags["scripts.widgetCount.enabled"] =true; rtFlags["ecom.ecwidNewUrlStructure.enabled"] = false; rtFlags["ecom.ecwid.storefrontV3.enabled"] = false; rtFlags["ecom.ecwid.old.store.fix.facebook.share"] = true; rtFlags["feature.flag.photo.gallery.exact.size"] =true; rtFlags["geocode.search.localize"] =false; rtFlags["feature.flag.runtime.newAnimation.asyncInit.setTimeout.enabled"] =false; rtFlags["twitter.heightLimit.enabled"] = true; rtFlags["editor.classicHybrid.photogallery.fix"] =true; rtFlags["runtime.lottieOverflow"] =false; rtFlags["runtime.monitoring.sentry.ignoreErrors"] = ""; rtFlags["contact.form.browserValidation.enabled"] =true; rtFlags["feature.flag.notifications.push.from.top"] =true; rtFlags["streamline.monolith.personalization.supportMultipleConditions.enabled"] =false; rtFlags["runtime.cwv.report.cls.enabled"] =true; rtFlags["editor.link.on.container"] =false; rtFlags["flex.runtime.popup.with.show"] =true; rtFlags["contact.form.useActiveForm"] =true; rtFlags["runtime.ssr.productStore.internal.observer"] =true; rtFlags["runtime.ssr.productCustomizations"] =true; rtFlags["flex.megaMenu.a11y"] =false; </script> <script src="https://static.cdn-website.com/mnlt/production/5411/_dm/s/rt/dist/scripts/d-js-one-runtime-unified-desktop.min.js" id="d-js-core"></script> <!-- End of HEAD RT JS Include --> <script src="https://static.cdn-website.com/mnlt/production/5411/_dm/s/rt/dist/scripts/d-js-jquery-migrate.min.js" ></script> <script> $(window).bind("orientationchange", function (e) { $.layoutManager.initLayout(); }); $(document).resize(function () { }); </script> <script type="text/javascript" id="d_track_campaign"> (function() { if (!window.location.search) { return; } const cleanParams = window.location.search.substring(1); // Strip ? const queryParams = cleanParams.split('&'); const expires = 'expires=' + new Date().getTime() + 24 * 60 * 60 * 1000; const domain = 'domain=' + window.location.hostname; const path = "path=/"; queryParams.forEach((param) => { const [key, value = ''] = param.split('='); if (key.startsWith('utm_')) { const cookieName = "_dm_rt_" + key.substring(4); const cookie = cookieName + "=" + value; const joined = [cookie, expires, domain, path].join(";"); document.cookie = joined; } }); }()); </script> <script type="text/javascript" > var _dm_gaq = {}; var _gaq = _gaq || []; var _dm_insite = []; </script> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-7265702-9"></script> <script type="text/javascript" id="d_track_ga"> _dm_gaq.siteAlias = '9682ceb6'; _dm_gaq.systemAggregatedGaqID = 'UA-7265702-9'; _dm_gaq.externalGaqID = ''; _dm_gaq.gaAggregatedEventAttributes = { 'site_alias': _dm_gaq.siteAlias, 'product': 'DM_DIRECT', 'plan': 'TB_Business', 'dfooter': 'false', 'sitetype': '1', 'pwaEnabled': 'true' } _dm_gaq.pushEvent = function(trackingId, event, category, label, value, additionalParams = {}) { const eventProps = { send_to: trackingId, event_category: category, event_label: label, value, ...additionalParams, ...(trackingId === _dm_gaq.systemAggregatedGaqID ? _dm_gaq.gaAggregatedEventAttributes : {}) }; gtag('event', event, eventProps); } window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); function pushInsiteImpressions(id) { _dm_insite.forEach((rule) => { _dm_gaq.pushEvent(id, 'insite_impression', 'insite', rule.ruleType + '__' + rule.ruleId); }); } if(_dm_gaq.systemAggregatedGaqID){ // track aggregated account gtag('config', 'UA-7265702-9', { '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('UA-7265702-9', 'page_view'); pushInsiteImpressions(_dm_gaq.systemAggregatedGaqID); } if(_dm_gaq.externalGaqID && _dm_gaq.externalGaqID!= '') { gtag('config', 'null', { 'send_page_view': false, 'anonymize_ip': true, 'transport_type': 'beacon', 'linker': { 'domains': ['myaqc.com'] } }); _dm_gaq.pushEvent('null', '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: '9682ceb6' }); // 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: 9682ceb6 --> <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 --> <div id="tb-language" data-lang="en" data-inject="tb-default-language"> </div> <script> //<![CDATA[ window.onload = function () { const navItems = document.querySelectorAll('.nav-item-text'); const tbLanguage = document.getElementById("tb-language"); const siteLang = tbLanguage.dataset.lang; class topMenu { constructor(navItems, siteLang) { this.navItems = navItems; this.siteLang = siteLang; } sortItems() { for (const item of this.navItems) { let style = getComputedStyle(item) if(style.display === 'none'){ item.closest("li").style.display = 'none'; }else { this.update_nav_lang(item); } } } hideMobileMenu() { const menuIcon = document.getElementById('layout-drawer-hamburger'); for (const item of this.navItems) { let style = getComputedStyle(item) if(style.display != 'none') return; } menuIcon.style.display = 'none' } update_nav_lang (item) { let text = item.textContent; text = this.extractItem(text); if (!text) { item.closest("li").style.display = 'none'; } item.textContent = text; } extractItem (text) { const section = document.getElementById(text.trim()); let headlineText = section.querySelector('h2 span.inline-data-binding')?.textContent if (!headlineText) { headlineText = section.querySelector('h2 span')?.textContent } if (!headlineText) { headlineText = section.querySelector('h2')?.textContent } return headlineText; } clearEmptyTextFromWidgets() { const widgetsItems = document.querySelectorAll('.footer-widgets-items .dmCustomWidget'); const emptyText = "This is a placeholder and won't appear on the live site." if(!widgetsItems) return; for (const item of widgetsItems) { let textElement = item.getElementsByClassName("text-container") if (!textElement.length || textElement[0].textContent.trim() === emptyText) { item.style.display = 'none'; } } } } topMenuIns = new topMenu(navItems, siteLang); topMenuIns.sortItems(); topMenuIns.clearEmptyTextFromWidgets(); topMenuIns.hideMobileMenu(); } //]]> </script> <!-- End Body End Markup --> <!-- Site Wide Html Markup --> <!-- Site Wide Html Markup --> </body> </html>