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: acr1.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.acr1.com/', AccountUUID: '24b0cb9d31844d52a2c6064698f78667', SystemID: 'US_DIRECT_PRODUCTION', SiteAlias: 'f4938549', SiteType: atob('RFVEQU9ORQ=='), PublicationDate: 'Wed Feb 19 07:44:45 UTC 2025', ExternalUid: null, IsSiteMultilingual: false, InitialPostAlias: '', InitialPostPageUuid: '', InitialDynamicItem: '', DynamicPageInfo: { isDynamicPage: false, base64JsonRowData: 'null', }, InitialPageAlias: 'home', InitialPageUuid: '211f25ced10a42ab95951a31b7984c42', InitialPageId: '1169191490', InitialEncodedPageAlias: 'aG9tZQ==', InitialHeaderUuid: '542fc331c20a4505a70050dc97f00fa7', CurrentPageUrl: '', IsCurrentHomePage: true, AllowAjax: false, AfterAjaxCommand: null, HomeLinkText: 'Back To Home', UseGalleryModule: false, CurrentThemeName: 'Layout Theme', ThemeVersion: '52060', DefaultPageAlias: '', RemoveDID: true, WidgetStyleID: null, IsHeaderFixed: false, IsHeaderSkinny: false, IsBfs: true, StorePageAlias: 'null', StorePagesUrls: 'e30=', IsNewStore: 'false', StorePath: '', StoreId: 'null', StoreVersion: 0, StoreBaseUrl: '', StoreCleanUrl: true, StoreDisableScrolling: true, IsStoreSuspended: false, HasCustomDomain: true, SimpleSite: false, showCookieNotification: false, cookiesNotificationMarkup: 'null', translatedPageUrl: '', isFastMigrationSite: false, sidebarPosition: 'NA', currentLanguage: 'en', currentLocale: 'en', NavItems: '{}', errors: { general: 'There was an error connecting to the page.<br/> Make sure you are not offline.', password: 'Incorrect name/password combination', tryAgain: 'Try again' }, NavigationAreaParams: { ShowBackToHomeOnInnerPages: true, NavbarSize: 4, NavbarLiveHomePage: 'https://www.acr1.com/', BlockContainerSelector: '.dmBody', NavbarSelector: '#dmNav:has(a)', SubNavbarSelector: '#subnav_main' }, hasCustomCode: true, planID: '802', customTemplateId: 'null', siteTemplateId: 'null', productId: 'DM_DIRECT', disableTracking: false, pageType: 'FROM_SCRATCH', isRuntimeServer: true, isInEditor: false, hasNativeStore: false, defaultLang: 'en', hamburgerMigration: null, isFlexSite : false }; window.Parameters.LayoutID = {}; window.Parameters.LayoutID[window._currentDevice] = 6; window.Parameters.LayoutVariationID = {}; window.Parameters.LayoutVariationID[window._currentDevice] = 5; </script> <!-- Injecting site-wide to the head --> <!-- End Injecting site-wide to the head --> <!-- Inject secured cdn script --> <!-- ========= Meta Tags ========= --> <!-- PWA settings --> <script> function toHash(str) { var hash = 5381, i = str.length; while (i) { hash = hash * 33 ^ str.charCodeAt(--i) } return hash >>> 0 } </script> <script> (function (global) { //const cacheKey = global.cacheKey; const isOffline = 'onLine' in navigator && navigator.onLine === false; const hasServiceWorkerSupport = 'serviceWorker' in navigator; if (isOffline) { console.log('offline mode'); } if (!hasServiceWorkerSupport) { console.log('service worker is not supported'); } if (hasServiceWorkerSupport && !isOffline) { window.addEventListener('load', function () { const serviceWorkerPath = '/runtime-service-worker.js?v=3'; navigator.serviceWorker .register(serviceWorkerPath, { scope: './' }) .then( function (registration) { // Registration was successful console.log( 'ServiceWorker registration successful with scope: ', registration.scope ); }, function (err) { // registration failed :( console.log('ServiceWorker registration failed: ', err); } ) .catch(function (err) { console.log(err); }); }); // helper function to refresh the page var refreshPage = (function () { var refreshing; return function () { if (refreshing) return; // prevent multiple refreshes var refreshkey = 'refreshed' + location.href; var prevRefresh = localStorage.getItem(refreshkey); if (prevRefresh) { localStorage.removeItem(refreshkey); if (Date.now() - prevRefresh < 30000) { return; // dont go into a refresh loop } } refreshing = true; localStorage.setItem(refreshkey, Date.now()); console.log('refereshing page'); window.location.reload(); }; })(); function messageServiceWorker(data) { return new Promise(function (resolve, reject) { if (navigator.serviceWorker.controller) { var worker = navigator.serviceWorker.controller; var messageChannel = new MessageChannel(); messageChannel.port1.onmessage = replyHandler; worker.postMessage(data, [messageChannel.port2]); function replyHandler(event) { resolve(event.data); } } else { resolve(); } }); } } })(window); </script> <!-- Add manifest --> <!-- End PWA settings --> <link rel="canonical" href="https://www.acr1.com/"> <meta id="view" name="viewport" content="initial-scale=1, minimum-scale=1, maximum-scale=5, viewport-fit=cover"> <meta name="apple-mobile-web-app-capable" content="yes"> <!--Add favorites icons--> <link rel="apple-touch-icon" href="https://irp.cdn-website.com/f4938549/dms3rep/multi/ACR1.COM+roofing+-+Social+Media+Profile.jpg"/> <link rel="icon" type="image/x-icon" href="https://irp.cdn-website.com/f4938549/site_favicon_16_1737058775439.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"> :root { --color_1: rgba(0,0,0,1); --color_2: rgba(247,247,247,1); --color_3: rgba(209,32,45,1); --color_4: rgba(33, 64, 144, 1); --color_5: rgba(49,49,49,1); --color_6: rgba(3,31,81,1); --color_7: rgba(155,155,155,1); --color_8: rgba(39,42,47,1); } </style> <style id="hideAnimFix"> .dmDesktopBody:not(.editGrid) [data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) [data-anim-extended] { visibility: hidden; } .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-extended] { visibility: hidden !important; } #dmRoot:not(.editGrid) .flex-element [data-anim-extended] { visibility: hidden; } </style> <style id="criticalCss"> @charset "UTF-8";.display_None,.dmPopupMask{display:none}@font-face{font-family:'Open Sans';font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.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:'Source Sans Pro';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.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:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--color_1:rgba(0,0,0,1);--color_2:rgba(247,247,247,1);--color_3:rgba(209,32,45,1);--color_4:rgba(33, 64, 144, 1);--color_5:rgba(49,49,49,1);--color_6:rgba(3,31,81,1);--color_7:rgba(155,155,155,1);--color_8:rgba(39,42,47,1)}.dmInner{min-height:100vh!important;position:relative;min-width:768px!important}.dmPopup,.dmPopupMask{position:fixed;left:0}.dmDisplay_None{display:none!important}.clearfix:after{clear:both;visibility:hidden;line-height:0;height:0}.clearfix:after,.clearfix:before{content:' ';display:table}.clearfix{display:inline-block}.dmDesktopBody .shadowEffectToChildren li{box-shadow:none!important}#dm .dmWidget .icon{font-size:26px}body.dmRoot #dm .dmOuter .dmInner .dmWidget .icon.hasFontIcon{height:26px;margin-top:-13px;line-height:normal;text-align:center;background-image:none}.dmRoot .hasFontIcon{background-image:none!important}.dmPopupMask{margin:0;width:10px;z-index:1000000999;top:0}#dmRoot .dmPopup,.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}.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 .dmInner .dmWidget.align-center,.align-center{margin-left:auto;margin-right:auto}body.fix-mobile-scrolling{overflow:initial}#dmRoot{text-decoration-skip-ink:none}.dmform-title{padding-right:15px;padding-left:15px}@media (min-width:1025px) and (max-width:1399px){[data-hidden-on-desktop]{display:none!important}}body{-webkit-overflow-scrolling:touch}@media (min-width:768px) and (max-width:1024px){#dmRoot.responsiveTablet #dm .dmInner .hide-for-medium,[data-hidden-on-tablet]{display:none!important}:root{--btn-text-font-size:22px}.button_2{--btn-text-font-size:16px}}nav{display:block}html{font-family:Source Sans Pro;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}h1{font-size:2em;margin:.67em 0}strong{font-weight:700}hr{box-sizing:content-box;height:0}img{border:0;max-width:100%;-ms-interpolation-mode:bicubic;display:inline-block}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.dmRespRowNoPadding{padding:0}.dmRespRow{padding-top:15px;padding-bottom:15px}.dmRespRow:after,.dmRespRow:before{content:' ';display:table}.dmRespRow:after{clear:both}.dmRespRow,.dmRespRow .dmRespColsWrapper{max-width:960px;position:relative;margin:0 auto;width:100%}@media screen and (min-width:1200px){.rows-1200 .dmRespRow:not(.fullBleedMode) .dmRespColsWrapper{max-width:1200px}}.dmRespRow .dmRespCol{position:relative;width:100%;display:inline-block;vertical-align:top;float:left}.dmRespRow .dmRespCol>*{max-width:100%}.dmDesktopBody .dmRespRow .large-2{position:relative;width:16.66667%}.dmDesktopBody .dmRespRow .large-3{position:relative;width:25%}.dmDesktopBody .dmRespRow .large-4{position:relative;width:33.33333%}.dmDesktopBody .dmRespRow .large-5{position:relative;width:41.66667%}.dmDesktopBody .dmRespRow .large-7{position:relative;width:58.33333%}.dmDesktopBody .dmRespRow .large-9{position:relative;width:75%}.dmDesktopBody .dmRespRow .large-10{position:relative;width:83.33333%}.dmDesktopBody .dmRespRow .large-12{position:relative;width:100%}[class*=' dm-common-icons-']{speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:dm-common-icons!important}.dm-common-icons-close:before{content:'\e901'}#dm div.dmContent [class*=' icon-'],[class*=' icon-']{font-family:FontAwesome!important;font-weight:400;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased}[class*=' icon-']:before{text-decoration:none;display:inline-block;speak:none}a [class*=' icon-']{display:inline}[class*=' icon-']{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0}.icon-star:before{content:'\f005'}.icon-angle-right:before{content:'\f105'}.icon-angle-down:before{content:'\f107'}#dm .dmRespRow .dmRespCol>.dmWidget{overflow:initial}@media (min-width:768px){#dm .dmRespRow .dmRespCol>.dmWidget{width:280px;max-width:100%}#dm .dmRespRow .dmRespCol.large-2>.dmWidget,#dm .dmRespRow .dmRespCol.large-3>.dmWidget{width:100%}}@media (max-width:767px){#dm .dmInner .dmWidget{width:100%}}#dm .dmInner .dmWidget:not(.displayNone){display:inline-block}#dm .dmInner .dmWidget:not(.flexButton):not(.displayNone)[data-display-type=block]{display:block}#dm .dmInner .dmWidget{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%}p.rteBlock{margin:0}html:not(.ios-preview) #dm .hasStickyHeader .dmInner div.dmHeaderContainer{position:fixed!important;z-index:101;width:100%;min-width:768px}.imageWidget{position:relative}.imageWidget a{font-style:italic;text-align:center}.imageWidget img[width][height]{height:auto}.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 .gallery.photogalleryPaddingThumbnails li{border-style:none!important}.dmPhotoGallery .image-container{position:relative}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner div,#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner h3,#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner p,.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner{text-align:center}.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner h3,.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner p{margin:0;line-height:normal}.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner h3{font-size:21px}.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner p{font-size:14px}.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .caption-text,.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .caption-title{max-width:100%}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs{list-style:none;position:relative}#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 .photoGalleryThumbs .image-container{overflow:hidden}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .image-container a{background-repeat:no-repeat;background-position:center}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;z-index:1;background-color:rgba(255,255,255,.9);color:#333;padding:15px;height:100%;box-sizing:border-box}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .rteBlock{font-size:14px}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .caption-button{margin:10px auto;max-width:100%}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .caption-button .text{padding:10px 20px!important}#dm .dmPhotoGallery.newPhotoGallery[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}.dmNewParagraph[data-version]{line-height:initial}.dmNewParagraph[data-version] .text-align-left{text-align:left!important}.dmNewParagraph[data-version] h1,.dmNewParagraph[data-version] h2,.dmNewParagraph[data-version] h3,.dmNewParagraph[data-version] h4,.dmNewParagraph[data-version] p{margin-top:0;margin-bottom:0}img[width][height]{height:auto}*{border:0 solid #333;scrollbar-arrow-color:#fff;scrollbar-track-color:#F2F2F2;scrollbar-face-color:silver;scrollbar-highlight-color:silver;scrollbar-3dlight-color:silver;scrollbar-shadow-color:silver;scrollbar-darkshadow-color:silver;scrollbar-width:12px}body{width:100%;overflow:hidden;-webkit-text-size-adjust:100%!important;-ms-text-size-adjust:100%!important}A IMG{border:none}h1,h2,h3,h4,ul{margin-left:0;margin-right:0}.dmInner *{-webkit-font-smoothing:antialiased}.clearfix,a,img,li,ul{vertical-align:top}#iscrollBody,#site_content{position:relative}.dmOuter{word-wrap:break-word}.dmInner{font-size:16px;background:#fff;color:#111}.dmDesktopBody .dmInner{min-width:960px}.dmInner a{color:#031f51}.dmInner ul:not(.defaultList){padding:0}.dmHeader{background:#a80022;color:#f7f7f7;text-align:center;position:relative;width:100%;max-width:100%}DIV.dmBody{padding:0;clear:both}.dmContent{margin:0;padding:0}#site_content ul:not(.defaultList){-webkit-padding-start:0;-moz-padding-start:0;list-style-position:inside}#innerBar{position:relative;height:36px;width:100%;font-size:20px;margin:0;z-index:80}#dm .dmRespRow.dmRespRowNoPadding{padding:0}.dmLargeBody .dmBody .dmRespRowsWrapper{background-color:#fff}.dmRespRowsWrapper{max-width:960px;margin:0 auto}.dmLargeBody .imageWidget:not(.displayNone){display:inline-block;max-width:100%}.imageWidget:not(.displayNone) img{width:100%}h3{font-weight:400;font-size:23px}#dm .dmRespColsWrapper{display:block}.dmNewParagraph{text-align:left;margin:8px 0;padding:2px 0}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol,.dmLargeBody .fHeader .dmRespRow .dmRespCol{padding-left:.75%;padding-right:.75%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:first-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:first-child{padding-left:0;padding-right:1.5%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:last-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:last-child{padding-right:0;padding-left:1.5%}#innerBar.lineInnerBar{display:table;width:100%;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;font-size:20px;margin-top:30px;margin-bottom:30px;background-color:transparent;color:#111}#innerBar .titleLine{display:table-cell;vertical-align:middle;width:50%}.dmPageTitleRow:not(#innerBar){display:none}.titleLine hr{min-height:1px;background-color:rgba(17,17,17,.2)}.dmStandardDesktop{display:block}.standardHeaderLayout .dmHeader{float:none}#dmFirstContainer .dmRespRowsWrapper:after,#dmFirstContainer .dmRespRowsWrapper:before{content:"";display:table}.dmInner a{outline:0;vertical-align:inherit}.dmLinksMenu>ul{display:block;margin:0;font-size:inherit}.dmStandardDesktop{margin:0 auto}#dm h3.dmwidget-title[hide=true]{display:none}#dm .dmwidget-title{margin:10px 0;font-size:23px;text-shadow:none;text-align:left;text-transform:capitalize;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-wrap:normal}.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}body{background-color:#eee}.dmPhotoGallery:not(.dmFacebookGallery) .dmPhotoGalleryHolder:not(.ready) li.photoGalleryThumbs{display:inline!important;visibility:hidden}.dmPhotoGallery li.photoGalleryThumbs .caption-container .caption-inner p{white-space:pre-line}.main-navigation.unifiednav{-js-display:flex;display:flex;justify-content:flex-start;align-items:stretch;overflow:visible}.main-navigation.unifiednav ul{list-style:none;padding:0;margin:0;font-size:1rem}.main-navigation.unifiednav .unifiednav__container{-js-display:flex;display:flex;justify-content:flex-start;list-style:none}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap{-js-display:flex;display:flex;justify-content:flex-start;position:relative;font-weight:400}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::before{content:'';align-self:center;font-weight:700}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item{-js-display:flex;display:flex;justify-content:flex-start;align-items:center;flex-direction:row;color:inherit;text-decoration:none;position:relative;padding:12px 15px;margin:0;font-weight:inherit;letter-spacing:.03em}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding:0 15px}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item .nav-item-text{white-space:nowrap}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{content:'';width:100%;height:0;border:0 solid transparent;border-top-color:currentColor;display:block;opacity:0}#dm .dmWidget.button_2:not([data-buttonstyle]) .iconBg,#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__container[data-depth='1']{min-width:100%}.main-navigation.unifiednav .unifiednav__container[data-depth]{position:absolute;top:0;left:0;flex-direction:column;opacity:0;z-index:100;background-color:#faf9f9}.main-navigation.unifiednav .unifiednav__container[data-depth='0']{top:100%;transform:translateY(-10px)}.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container[data-depth='0']{left:15px}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap .unifiednav__container>.unifiednav__item-wrap{flex-direction:column}.main-navigation.unifiednav .unifiednav__container[data-depth]>.unifiednav__item-wrap .unifiednav__item{padding:15px 30px 15px 15px;margin:0}.main-navigation.unifiednav .unifiednav__container[data-depth]>.unifiednav__item-wrap:not(:last-child)::after{content:''!important;width:100%;height:0;color:#ececec;align-self:center;border:0 solid currentColor}.main-navigation.unifiednav[layout-sub=submenu_horizontal_1] .unifiednav__container[data-depth]{color:#999}.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container[data-depth='1']{transform:translateX(-10%) translateY(0);left:100%}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item.unifiednav__item_has-sub-nav .icon{display:initial;padding-left:10px;margin-left:0}.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item_has-sub-nav .icon{transform:rotate(0)}.main-navigation.unifiednav:not(.unifiednav_vertical)>.unifiednav__container{justify-content:inherit}#dm .p_hfcontainer nav.main-navigation.unifiednav{min-width:9em!important;text-align:initial!important}#dm .main-navigation.unifiednav .unifiednav__container[data-depth]{background-color:transparent}#dm .main-navigation.unifiednav[layout-sub=submenu_horizontal_1] .unifiednav__container[data-depth]{background-color:#faf9f9}#dm .main-navigation.unifiednav .unifiednav__container[data-depth]>.unifiednav__item-wrap:not(:last-child)::after{color:#d1d1d1}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])>.unifiednav__container{flex-wrap:wrap;justify-content:inherit}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])>.unifiednav__container .nav-item-text::before{text-align:left}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{content:''}.dmRoot:not(.dmTabletBody):not(.dmMobileBody) #dm .main-navigation.unifiednav:not([data-nav-structure=SPLIT]) .unifiednav__container[data-depth='1']{max-height:65vh;overflow-y:auto}.dmRoot:not(.dmTabletBody):not(.dmMobileBody) #dm .main-navigation.unifiednav:not([data-nav-structure=SPLIT]) .unifiednav__container[data-depth='1'] .unifiednav__item-wrap{flex-shrink:0}#dm .dmBody .dmRespRowsWrapper{max-width:none;background-color:transparent}.dmLargeBody .dmRespRow{width:100%;max-width:none;margin-left:0;margin-right:0;padding-left:40px;padding-right:40px}.dm-bfs.dm-layout-home div.dmInner{background-color:#fff}.dmStandardDesktop .dmHeader{background-color:#a80022;max-width:100%}.standardHeaderLayout .dmHeader{display:block;height:auto}#dm div.dmInner h1,#dm div.dmInner h2,#dm div.dmInner h3{font-family:Belgrano,"Belgrano Fallback"}#dm div.dmInner h4{font-family:Helvetica,"Helvetica Fallback"}#dm div.dmContent A,#dm div.dmContent A *{text-decoration:none}#dm div.dmRespCol>*,#dm div.dmRespCol>[data-version]{line-height:1.5}#dm .dmRespCol div.dmNewParagraph,#dm div.dmInner,#dm div.dmInner .dmRespCol,.dmPhotoGallery .caption-text.caption-text{font-family:Montserrat,"Montserrat Fallback";color:rgba(0,0,0,1);font-weight:700}#dm div.dmContent h1{color:#000;direction:ltr;font-family:Montserrat,"Montserrat Fallback";font-weight:800;font-style:normal;text-decoration:none;letter-spacing:initial}#dm div.dmContent h3,#dm div.dmContent h4,#dm div.dmFooter h3,#dm div.p_hfcontainer h2,#dm div.p_hfcontainer h3{font-weight:900;font-family:Montserrat,"Montserrat Fallback";font-style:normal}#dm div.dmContent .dmNewParagraph[data-version] h1{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h1 *{text-decoration:none}#dm div.p_hfcontainer h2{color:#000;direction:ltr;text-decoration:none}#dm div.p_hfcontainer .dmNewParagraph[data-version] h2{text-decoration:inherit}#dm div.p_hfcontainer .dmNewParagraph[data-version] h2 *{text-decoration:none}#dm div.dmContent h3,#dm div.dmFooter h3,#dm div.p_hfcontainer h3{color:var(--color_4);direction:ltr;text-decoration:none}#dm div.dmContent .dmNewParagraph[data-version] h3{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h3 *,#dm div.dmContent h4{text-decoration:none}#dm div.dmContent h4{color:#000;direction:ltr}#dm div.dmContent .dmNewParagraph[data-version] h4{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h4 *{text-decoration:none}.newPhotoGallery .photoGalleryViewAll.link{color:rgba(33,64,144,1)}#dm div.dmNewParagraph p{color:#000;direction:ltr;font-family:Montserrat,"Montserrat Fallback";font-weight:600;font-style:normal;text-decoration:none;line-height:1.5}#dm div.dmContent h1,#dm div.dmContent h1 *{font-size:60px}#dm div.dmContent h3,#dm div.dmContent h3 *,#dm div.dmFooter h3{font-size:35px}#dm div.dmContent h4,#dm div.dmContent h4 *{font-size:30px}#dm .dmRespCol div.dmNewParagraph,#dm div.dmInner,#dm div.dmInner .dmRespCol,.dmPhotoGallery .caption-text.caption-text{font-size:18px}#dm .dmContent .dmRespRow .dmRespCol{margin:0;padding:0 15px}#dm .dmContent .dmRespRow{margin:0;padding:60px}@media all{:root{--btn-text-direction:ltr;--btn-border-r-color:var(--btn-border-color);--btn-border-l-color:var(--btn-border-color);--btn-border-b-width:var(--btn-border-width);--btn-border-width:0px;--btn-border-radius:0px;--btn-border-t-width:var(--btn-border-width);--btn-border-tl-radius:var(--btn-border-radius);--btn-border-br-radius:var(--btn-border-radius);--btn-border-bl-radius:var(--btn-border-radius);--btn-bg-color:var(--color_4);--btn-border-color:var(--color_6);--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:var(--color_2);--btn-text-decoration:none;--btn-text-font-weight:bold;--btn-text-font-family:Montserrat,"Montserrat Fallback";--btn-icon-color:var(--color_2);--btn-icon-fill:var(--color_2);--btn-icon-wrpr-display:none;--btn-hover-border-b-color:var(--btn-hover-border-color);--btn-hover-bg:rgba(209,32,45,1);--btn-hover-border-t-color:var(--btn-hover-border-color);--btn-hover-border-r-color:var(--btn-hover-border-color);--btn-hover-border-l-color:var(--btn-hover-border-color);--btn-hover-border-color:var(--color_3);--btn-hover-text-color:var(--color_2);--btn-hover-text-font-weight:var(--btn-text-font-weight);--btn-hover-text-decoration:var(--btn-text-decoration);--btn-hover-text-font-style:var(--btn-text-font-style)}.button_2{--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:2px;--btn-border-radius:0px;--btn-border-t-width:var(--btn-border-width);--btn-border-tl-radius:var(--btn-border-radius);--btn-border-br-radius:var(--btn-border-radius);--btn-border-bl-radius:var(--btn-border-radius);--btn-bg-color:rgba(0, 0, 0, 0);--btn-border-color:var(--color_3);--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:var(--color_3);--btn-text-decoration:none;--btn-text-font-weight:700;--btn-text-font-family:Montserrat,"Montserrat Fallback";--btn-icon-color:var(--color_2);--btn-icon-fill:var(--color_2);--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:var(--btn-border-color);--btn-hover-text-color:var(--color_6);--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){.button_2,:root{--btn-text-font-size:16px}}#dm .dmWidget.button_2:not([data-buttonstyle]),#dm .dmWidget:not([data-buttonstyle]){background-clip:border-box;border-radius:0}#dm .dmWidget.button_2:not([data-buttonstyle]) .text,#dm .dmWidget:not([data-buttonstyle]) .text{padding:10px 7px}#dm div.dmInner #site_content .dmWidget,#dm div.dmInner .dmHeader .dmWidget{background-color:var(--btn-bg-color);background-image:var(--btn-bg-image);border-color:var(--btn-border-color);border-bottom-color:var(--btn-border-b-color);border-left-color:var(--btn-border-l-color);border-right-color:var(--btn-border-r-color);border-top-color:var(--btn-border-t-color);border-radius:var(--btn-border-radius);border-bottom-left-radius:var(--btn-border-bl-radius);border-bottom-right-radius:var(--btn-border-br-radius);border-top-left-radius:var(--btn-border-tl-radius);border-top-right-radius:var(--btn-border-tr-radius);border-width:var(--btn-border-width);border-bottom-width:var(--btn-border-b-width);border-left-width:var(--btn-border-l-width);border-right-width:var(--btn-border-r-width);border-top-width:var(--btn-border-t-width);direction:var(--btn-text-direction);text-align:var(--btn-text-align)}#dm .dmBody div.u_1460070525,#dm .dmBody div.u_1582614097 .caption-inner,#dm .dmBody div.u_1640415924,#dm .dmInner div.u_hcontainer{border-style:solid!important;border-width:0!important}#dm div.dmInner #site_content .dmWidget span.text{color:var(--btn-text-color);font-family:var(--btn-text-font-family);font-size:var(--btn-text-font-size);font-weight:var(--btn-text-font-weight);text-decoration:var(--btn-text-decoration)}#dm div.dmInner #site_content .dmWidget span.icon,#dm div.dmInner .dmHeader .dmWidget span.icon{color:var(--btn-icon-color);fill:var(--btn-icon-fill)}#dm div.dmInner #site_content .dmWidget:not([data-buttonstyle]) .iconBg,#dm div.dmInner .dmHeader .dmWidget:not([data-buttonstyle]) .iconBg{display:var(--btn-icon-wrpr-display)}div.u_1113618117 input:not([type=submit]){border-color:var(--color_3)!important}#dm .p_hfcontainer .u_1113618117 .dmform-success{text-align:CENTER!important}#dm .p_hfcontainer .u_1525055537.main-navigation.unifiednav .unifiednav__container[data-depth="0"]{top:calc(100% - 0px - 0px)!important}#dm .p_hfcontainer .u_1525055537.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child) .unifiednav__container[data-depth="0"]{left:30px!important}#dm .p_hfcontainer div.u_1943562697 img{border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important}#dm .p_hfcontainer .u_1525055537.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .u_1525055537.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{font-size:14px!important}#dm .p_hfcontainer div.u_1641003811{background-color:var(--color_4)!important}#dm .p_hfcontainer a.u_1716914923{background-color:rgba(149,149,149,1)!important}#dm .dmBody div.u_1612661398,#dm .p_hfcontainer a.u_1109260182{background-color:rgba(209,32,45,1)!important}#dm .p_hfcontainer .u_1943562697{width:100%!important}#dm .p_hfcontainer nav.u_1525055537{color:#000!important}#dm .p_hfcontainer a.u_1109260182 span.text{font-family:Montserrat!important;font-weight:800!important}#dm .p_hfcontainer a.u_1716914923 span.text{font-weight:800!important}#dm .p_hfcontainer nav.u_1525055537.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{color:rgba(0,0,0,1)!important;font-weight:900!important;font-family:Montserrat!important}#dm .p_hfcontainer .u_1525055537.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .u_1525055537.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{font-size:20px!important}#dm .p_hfcontainer nav.u_1525055537.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item{color:rgba(255,255,255,1)!important;font-weight:900!important;font-size:14px!important}#dm .p_hfcontainer .u_1525055537.main-navigation.unifiednav:not([image]) .unifiednav__container[data-depth="0"]{top:calc(100% - 0px - 0px)!important}#dm .p_hfcontainer .u_1525055537.main-navigation.unifiednav[data-nav-structure=HORIZONTAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child) .unifiednav__container[data-depth="0"]{left:15px!important}#dm .p_hfcontainer nav.u_1525055537.main-navigation.unifiednav .unifiednav__container[data-depth]{background-color:var(--color_4)!important}#dm .p_hfcontainer nav.u_1525055537.main-navigation.unifiednav .unifiednav__container[data-depth]>.unifiednav__item-wrap:not(:last-child)::after{border-top-style:solid!important;border-top-width:0!important;border-top-color:rgba(255,255,255,1)!important}#dm .p_hfcontainer .u_1525055537.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding:0 15px!important;margin:0!important}#dm .p_hfcontainer nav.u_1525055537.main-navigation.unifiednav{background-color:rgba(255,255,255,0)!important}#dm .dmInner div.u_hcontainer{border-color:#e8db51!important;border-bottom-color:var(--color_4)!important;background-image:initial!important;background-color:rgba(149,149,149,1)!important}#dm .dmInner div.dmHeader,#dm .dmInner div.dmHeader.u_hcontainer{border-bottom-style:solid!important;border-bottom-color:var(--color_4)!important;border-bottom-width:0!important;background-image:initial!important;background-color:rgba(149,149,149,1)!important}#dm .dmInner div.fHeader .dmHeader[freeheader=true]{padding:15px 0!important}.fHeader #hcontainer.dmHeader[freeheader=true]{padding-top:initial!important;padding-bottom:initial!important}#dm .p_hfcontainer div.u_1173892067,#dm .p_hfcontainer div.u_1641003811,#dm .p_hfcontainer div.u_1999602729{padding:0!important;margin:0!important}#dm .p_hfcontainer nav.u_1525055537.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer nav.u_1525055537.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{padding-top:0!important;padding-bottom:0!important;margin-top:0!important;margin-bottom:0!important}.stickyHeaderSpacer{height:172.94px!important}@media (min-width:1025px){:root{--btn-text-font-size:22px}.responsiveTablet .stickyHeaderSpacer{height:146.35px!important}}#dm .p_hfcontainer div.u_1641003811{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;text-align:center!important}#dm .p_hfcontainer div.u_1057692852,#dm .p_hfcontainer div.u_1943562697,#dm .p_hfcontainer nav.u_1525055537{float:none!important;top:0!important;left:0!important;width:calc(100% - 0px)!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:25px!important}#dm .p_hfcontainer div.u_1641671570{padding-left:10px!important}#dm .p_hfcontainer div.u_1916039949{padding:0!important}#dm .p_hfcontainer a.u_1109260182 span.text{font-size:24px!important}#dm .p_hfcontainer nav.u_1525055537.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{font-size:20px!important}#dm .p_hfcontainer div.u_1943562697{text-align:center!important;display:block!important;padding:10px 0 0!important;margin:0!important}#dm .p_hfcontainer nav.u_1525055537{justify-content:center!important;align-items:stretch!important;text-align:start!important;padding:7px 15px 6.8px!important;margin:6px auto 0!important}#dm .p_hfcontainer div.u_1057692852{padding:2px 0!important;margin:8px auto!important}#dm .p_hfcontainer a.u_1109260182,#dm .p_hfcontainer a.u_1716914923{width:calc(100% - 0px)!important;max-width:100%!important;min-width:25px!important;margin:0 auto!important;padding:0!important;top:0!important;left:0!important;position:relative!important;float:none!important;text-align:center!important}#dm .p_hfcontainer a.u_1716914923{height:62px!important}#dm .p_hfcontainer a.u_1109260182{height:61.96px!important}#dm .p_hfcontainer div.u_1264929504{background-image:initial!important;background-color:rgba(255,255,255,1)!important;float:none!important;top:0!important;left:0!important;width:auto!important;position:relative!important;height:auto!important;max-width:none!important;min-width:0!important;text-align:center!important;padding:15px!important;margin:0!important}#dm .dmBody div.u_1648008916,#dm .dmBody div.u_1941485941{top:0!important;min-width:25px!important;left:0!important;position:relative!important}#dm .dmInner div.fHeader.dmHeaderContainer #hcontainer.dmHeader[freeheader=true]{margin:0!important;padding:0!important}@media (min-width:768px) and (max-width:1024px){.responsiveTablet .stickyHeaderSpacer{height:171.78px!important}}#dm .p_hfcontainer div.u_1428842696{margin:0!important;padding:0 10px 0 40px!important}#dm .dmBody .u_1640415924:before{opacity:.5!important;background-color:var(--color_2)!important}#dm .dmBody div.u_1460070525{background-color:rgba(34,35,35,0)!important;border-color:var(--color_2)!important}#dm .dmBody div.u_1582614097 .caption-title{font-weight:400!important}#dm .dmBody div.u_1582614097 .caption-text{font-weight:700!important;font-size:14px!important}#dm .dmBody div.u_1640415924{background-image:url(https://lirp.cdn-website.com/f4938549/dms3rep/multi/opt/banner-img-e1603917660831+%281%29-1920w.jpg),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important;background-color:rgba(0,0,0,0)!important;border-color:var(--color_2)!important}#dm .dmBody div.u_1640415924:before{background-color:rgba(33,64,144,1)!important}#dm .dmBody a.u_1866334344,#dm .dmBody div.u_1582614097 .caption-inner{background-color:rgba(255,255,255,1)!important}#dm .dmBody div.u_1510681726{background-repeat:no-repeat!important;background-image:url(https://lirp.cdn-website.com/f4938549/dms3rep/multi/opt/IMG_2025-e1602704710503-1920w.jpg),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important;background-size:cover!important}#dm .dmBody div.u_1560034655{background-repeat:no-repeat!important;background-image:url(https://lirp.cdn-website.com/f4938549/dms3rep/multi/opt/carrer-img-1920w.jpg),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important;background-size:cover!important}#dm .dmBody div.u_1897792197{background-repeat:no-repeat!important;background-image:url(https://lirp.cdn-website.com/f4938549/dms3rep/multi/opt/monument-indianapolis-e1602706131213-1920w.jpg),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important;background-size:cover!important}#dm .dmBody .u_1121493802,#dm .dmBody .u_1631532332{display:block!important}#dm .dmBody div.u_1582614097 .caption-container .caption-title{color:rgba(33,64,144,1)!important;font-weight:900!important}#dm .dmBody div.u_1582614097 .caption-container .caption-text,#dm .dmBody div.u_1582614097 .caption-container .caption-text .rteBlock{font-weight:900!important}#dm .dmBody div.u_1582614097 .caption-button span.text{font-weight:800!important;font-size:19px!important}#dm .dmBody a.u_1866334344 span.text,#dm .dmBody div.u_1582614097 .caption-container .caption-title,.font-size-24,.size-24{font-size:24px!important}#dm .dmBody .u_1895808007{display:block!important}#dm .dmBody div.u_1582614097 .caption-inner{border-color:transparent!important}#dm .dmBody .u_1763969316{display:block!important}#dm .dmBody .u_1310694271{display:none!important}#dm .dmBody div.u_1759555995 .caption-container .caption-title{color:rgba(33,64,144,1)!important}#dm .dmBody div.u_1759555995 .caption-container .caption-text,#dm .dmBody div.u_1759555995 .caption-container .caption-text .rteBlock{font-style:italic!important;font-weight:700!important}#dm .dmBody .u_1438952271{display:block!important}#dm .dmBody .u_1767686521{display:none!important}#dm .dmBody .u_1082348990{display:block!important}#dm .dmBody .u_1765970455{display:none!important}#dm .dmBody div.u_1512585098{background-color:rgba(33,64,144,.67)!important}#dm .dmBody a.u_1280603128{background-color:var(--color_3)!important}#dm .dmBody a.u_1866334344 span.text{color:rgba(33,64,144,1)!important;font-weight:800!important}#dm .dmBody a.u_1280603128 span.text{color:rgba(255,255,255,1)!important;font-weight:700!important}#dm .dmBody .u_1582614097 .photoGalleryThumbs .image-container a{padding-top:323px!important}#dm .dmBody .u_1582614097 .photoGalleryThumbs{padding:7.5px!important}#dm .dmBody .u_1582614097 .photoGalleryViewAll{padding:0 15px!important}#dm .dmBody div.u_1941485941{float:none!important;width:calc(100% - 0px)!important;height:auto!important;max-width:100%!important;padding:2px 0!important;margin:8px 0!important}#dm .dmBody div.u_1057518712{margin:0!important;padding:0 60px 0 0!important}#dm .dmBody div.u_1612661398{width:auto!important;margin:0!important;padding:5px 60px!important}#dm .dmBody div.u_1510681726,#dm .dmBody div.u_1798315880{padding:0!important;margin:0!important}#dm .dmBody div.u_1001960470,#dm .dmBody div.u_1022797619,#dm .dmBody div.u_1303899708{height:310px!important}#dm .dmBody div.u_1798315880{width:auto!important}#dm .dmBody div.u_1582614097 .caption-container .caption-text,#dm .dmBody div.u_1582614097 .caption-container .caption-text .rteBlock{font-size:16px!important}#dm .dmBody div.u_1582614097 .caption-button{width:200px!important;height:53px!important}#dm .dmBody .u_1687237224 .photoGalleryThumbs{padding:10px!important}#dm .dmBody .u_1687237224 .photoGalleryViewAll{padding:0 20px!important}#dm .dmBody .u_1687237224 .photoGalleryThumbs .image-container a{background-size:contain!important;padding-top:123px!important}#dm .dmBody .u_1759555995 .photoGalleryThumbs,#dm .dmBody .u_1759555995 .photoGalleryViewAll{padding:0!important}#dm .dmBody div.u_1759555995 .caption-container .caption-title{font-size:25px!important}#dm .dmBody div.u_1759555995 .caption-container .caption-text,#dm .dmBody div.u_1759555995 .caption-container .caption-text .rteBlock{font-size:18px!important}#dm .dmBody .u_1759555995 .photoGalleryThumbs .image-container a{background-size:contain!important;padding-top:180px!important}#dm .dmBody div.u_1512585098{margin:0!important;padding:25px 15px 25px 60px!important}#dm .dmBody div.u_1648008916{float:none!important;width:calc(100% - 0px)!important;height:auto!important;max-width:688.75px!important;padding:2px 0!important;margin:0 0 8px!important}#dm .dmBody div.u_1640415924{float:none!important;top:auto!important;max-width:none!important;left:0!important;width:auto!important;position:relative!important;min-width:0!important;text-align:center!important;height:auto!important;background-repeat:no-repeat!important;background-size:cover!important;background-attachment:initial!important;background-position:0 50%!important;padding:97px 40px 97px 0!important;margin:0!important}#dm .dmBody a.u_1280603128,#dm .dmBody a.u_1866334344{padding:0!important;float:none!important;top:0!important;left:0!important;position:relative!important;min-width:25px!important}#dm .dmBody a.u_1280603128{width:250px!important;height:50px!important;max-width:293.97px!important;text-align:center!important;margin:14px 204.38px 10px 0!important}#dm .dmBody a.u_1866334344{height:60px!important;width:243px!important;max-width:243px!important;text-align:center!important;margin:27px auto 10px!important}#dm .dmBody div.u_1560034655{background-position:100% 50%!important}#dm .dmBody div.u_1460070525{float:none!important;top:0!important;max-width:714.75px!important;left:0!important;width:calc(100% - 0px)!important;position:relative!important;min-width:25px!important;height:auto!important;display:block!important;min-height:auto!important;padding:20px 20px 20px 0!important;margin:0 41.5px 0 0!important}.font-size-50,.size-50{font-size:50px!important}.font-size-40,.size-40{font-size:40px!important}#\31 069480074,#\31 182151141,#\31 232479396,#\31 304263166,#\31 499026113,#\31 525055537,#\31 548003476,#\31 550635079,#\31 621151475,#\31 634868199,#\31 666929630,#\31 766075663,#\31 843967307,#\31 935143822,#\31 951314015,#\31 956852902{order:0;flex-direction:row}#\31 030572212,#\31 107821182,#\31 160113271,#\31 174969108,#\31 223799256,#\31 264977321,#\31 268203319,#\31 296666943,#\31 339498654,#\31 456681673,#\31 553264973,#\31 648149984,#\31 703725158{order:0}#\31 268203319,#\31 339498654,#\31 553264973{flex-direction:row} #dm .dmPhotoGallery.newPhotoGallery .dmPhotoGalleryHolder:not(.photo-gallery-done) {display: none;} @media (max-width:767px){ [data-hidden-on-mobile] {display:none!important}} .dmDesktopBody [data-anim-desktop]:not([data-anim-desktop='none']) { visibility: hidden; } </style> <style id="fontFallbacks"> @font-face { font-family: "Belgrano Fallback"; src: local('Arial'); ascent-override: 87.5736%; descent-override: 24.5914%; size-adjust: 113.0478%; line-gap-override: 0%; }@font-face { font-family: "Montserrat Fallback"; src: local('Arial'); ascent-override: 84.9466%; descent-override: 22.0264%; size-adjust: 113.954%; line-gap-override: 0%; }@font-face { font-family: "Helvetica Fallback"; src: local('Arial'); ascent-override: 77.002%; descent-override: 22.998%; line-gap-override: 0%; }@font-face { font-family: "Josefin Sans Fallback"; src: local('Arial'); ascent-override: 72.9195%; descent-override: 24.3065%; size-adjust: 102.8531%; line-gap-override: 0%; }@font-face { font-family: "Open Sans Fallback"; src: local('Arial'); ascent-override: 101.1768%; descent-override: 27.7323%; size-adjust: 105.6416%; line-gap-override: 0%; } </style> <!-- End render the required css and JS in the head section --> <link type="application/rss+xml" rel="alternate" href="https://www.acr1.com/feed/rss2"/> <link type="application/atom+xml" rel="alternate" href="https://www.acr1.com/feed/atom"/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://www.acr1.com/"/> <script type="application/ld+json"> { "@context" : "https://schema.org", "@type" : "WebSite", "name" : "ACR1", "url" : "https://www.acr1.com/" } </script> <title> Commercial Roofing Experts - ACR1 Commercial Roofing </title> <meta name="description" content="ACR1 specializes in completing commercial roofing, using high-quality materials and expert techniques. Contact us for a free roof inspection."/> <!-- HI Tracking Codes --> <!-- Google Tag Manager --> <script> (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-ND3V252'); </script> <!-- End Google Tag Manager --> <!-- HI Pixel --> <script type="text/javascript" async=""> r(function () { var xmlHttp = new XMLHttpRequest(); xmlHttp.onreadystatechange = function () { if (xmlHttp.readyState == 4 && xmlHttp.status == 200) callback(xmlHttp.responseText); }; var curURL = window.location.href; var theUrl = "https://ipapi.optiryte.com/api/IP?Token=KHFWXSWQLM"; var data = curURL; xmlHttp.open("POST", theUrl, true); xmlHttp.setRequestHeader("content-type", "application/x-www-form-urlencoded"); xmlHttp.send(data);});function r(f) { /in/.test(document.readyState) ? setTimeout("r(" + f + ")", 9) : f() } </script> <!-- END HI Pixel --> <!-- Global site tag (gtag.js) - Google Ads: 647343731 --> <script async="" src="https://www.googletagmanager.com/gtag/js?id=AW-647343731"> </script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-647343731'); </script> <!-- END Global site tag (gtag.js) - Google Ads: 647343731 --> <!-- Advanced Custom Fields Webtracker Conversion --> <!-- Advanced Custom Fields Webtracker Conversion End --> <!-- END HI Tracking Codes --> <meta name="twitter:card" content="summary"/> <meta name="twitter:title" content="Commercial Roofing Experts - ACR1 Commercial Roofing"/> <meta name="twitter:description" content="ACR1 specializes in completing commercial roofing, using high-quality materials and expert techniques. Contact us for a free roof inspection."/> <meta name="twitter:image" content="https://lirp.cdn-website.com/f4938549/dms3rep/multi/opt/ACR+-+Since+1984+Logo-1920w.jpg"/> <meta property="og:description" content="ACR1 specializes in completing commercial roofing, using high-quality materials and expert techniques. Contact us for a free roof inspection."/> <meta property="og:title" content="Commercial Roofing Experts - ACR1 Commercial Roofing"/> <meta property="og:image" content="https://lirp.cdn-website.com/f4938549/dms3rep/multi/opt/ACR+-+Since+1984+Logo-1920w.jpg"/> <script type="application/ld+json"> { "@context" : { "@vocab" : "http://schema.org/" }, "@type" : "RoofingContractor", "name" : "ACR1", "address" : { "@type" : "PostalAddress", "streetAddress" : "1924 N Elm St", "addressLocality" : "Muncie", "addressRegion" : "IN", "postalCode" : "47303", "addressCountry" : "US" }, "geo" : { "@type" : "GeoCoordinates", "latitude" : "40.21071", "longitude" : "-85.37851" }, "url" : "https://www.acr1.com", "telephone" : "888-578-2943", "email" : "[email protected]", "logo" : "https://irp.cdn-website.com/f4938549/dms3rep/multi/logo.png", "openingHoursSpecification" : [ { "@type" : "OpeningHoursSpecification", "dayOfWeek" : [ "Monday", "Tuesday", "Wednesday", "Thursday", "Friday" ], "opens" : "08:00", "closes" : "17:00" } ], "@id" : "https://www.acr1.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 standard-var5 widgetStyle-3 standard"> <div dmwrapped="true" id="1651065671" class="dm-home-page" themewaschanged="true"> <div dmtemplateid="StandardLayoutMultiD" class="standardHeaderLayout dm-bfs dm-layout-home hasAnimations hasStickyHeader rows-1200 dmPageBody d-page-1989995030 dmFreeHeader" id="dm-outer-wrapper" data-page-class="1989995030" data-soch="true" data-background-parallax-selector=".dmHomeSection1, .dmSectionParallex"> <div id="dmStyle_outerContainer" class="dmOuter"> <div id="dmStyle_innerContainer" class="dmInner"> <div class="dmLayoutWrapper standard-var dmStandardDesktop"> <div> <div id="iscrollBody"> <div id="site_content"> <div class="dmHeaderContainer fHeader d-header-wrapper"> <div id="hcontainer" class="u_hcontainer dmHeader p_hfcontainer" freeheader="true" layout="3e258119881349f1b0afec8887fc1e4b===header" data-scrollable-target="body" data-scrollable-target-threshold="1" data-scroll-responder-id="1" logo-size-target="100%" mini-header-show-only-navigation-row="true"> <div dm:templateorder="85" class="dmHeaderResp dmHeaderStack noSwitch" id="1551526899"> <div class="u_1641003811 dmRespRow fullBleedChanged fullBleedMode" id="1641003811"> <div class="dmRespColsWrapper" id="1548003476"> <div class="u_1428842696 dmRespCol small-12 large-3 medium-3" id="1428842696"> <div class="u_1057692852 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1057692852" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-19 size-24"><span style="color:rgb(255, 255, 255);font-weight:800;display:unset;font-family:Montserrat, 'Montserrat Fallback';" class="m-font-size-19 font-size-24">888-578-2943</span></p></div> </div> <div class="u_1380784009 dmRespCol small-12 large-5 medium-5" id="1380784009"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1265972932" style="transition: opacity 1s ease-in-out 0s;"> <h2><span style="color:rgb(255, 255, 255);font-weight:800;display:unset;font-family:Montserrat, 'Montserrat Fallback';">ROOFING SINCE 1920</span></h2> </div> </div> <div class="u_1999602729 dmRespCol small-12 large-2 medium-2" id="1999602729"> <a data-display-type="block" class="u_1109260182 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/careers" data-element-type="dButtonLinkId" id="1109260182"> <span class="iconBg" aria-hidden="true" id="1346592424"> <span class="icon hasFontIcon icon-star" id="1225878214"></span> </span> <span class="text" id="1592329234">CAREERS</span> </a> </div> <div class="u_1173892067 dmRespCol small-12 large-2 medium-2" id="1173892067"> <a data-display-type="block" class="u_1716914923 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/blog" data-element-type="dButtonLinkId" id="1716914923"> <span class="iconBg" aria-hidden="true" id="1118209141"> <span class="icon hasFontIcon icon-star" id="1913854168"></span> </span> <span class="text" id="1094723878">NEWS</span> </a> </div> </div> </div> <div class="u_1264929504 dmRespRow dmDefaultListContentRow fullBleedChanged fullBleedMode" style="text-align:center" id="1264929504"> <div class="dmRespColsWrapper" id="1766075663"> <div class="u_1641671570 dmRespCol small-12 large-2 medium-2" id="1641671570"> <div class="u_1943562697 imageWidget align-center" data-widget-type="image" id="1943562697" data-element-type="image"> <a href="/" id="1016754561" file="false"><img src="https://lirp.cdn-website.com/f4938549/dms3rep/multi/opt/logo-331w.png" id="1253622941" class="" data-dm-image-path="https://irp.cdn-website.com/f4938549/dms3rep/multi/logo.png" width="358" height="70" alt="ACR1 Commercial Roofing" onerror="handleImageLoadError(this)"/></a> </div> </div> <div class="u_1916039949 small-12 dmRespCol large-10 medium-10" id="1916039949"> <nav class="u_1525055537 effect-text-color main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_1" layout-sub="submenu_horizontal_1" data-show-vertical-sub-items="HOVER" id="1525055537" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="https://lirp.cdn-website.com/f4938549/dms3rep/multi/opt/logo-1920w.png" data-nav-structure="HORIZONTAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item dmUDNavigationItem_010101450701 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="ABOUT" data-auto="page-text-style">ABOUT<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/history-of-the-jacksons" class="unifiednav__item dmUDNavigationItem_010101348130 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="HISTORY OF THE JACKSONS" data-auto="page-text-style">HISTORY OF THE JACKSONS<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/safety-standards" class="unifiednav__item dmUDNavigationItem_010101832353 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="OUR SAFETY STANDARDS" data-auto="page-text-style">OUR SAFETY STANDARDS<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/why-choose-acr1" class="unifiednav__item dmUDNavigationItem_010101888385 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="OUR VALUES" data-auto="page-text-style">OUR VALUES<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/warranty" class="unifiednav__item dmUDNavigationItem_01010176091 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="WARRANTY" data-auto="page-text-style">WARRANTY<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item dmUDNavigationItem_010101879736 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="ROOFING" data-auto="page-text-style">ROOFING<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/roofing/monolithic-roofing" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" MONOLITHIC ROOFING" data-auto="page-text-style">MONOLITHIC ROOFING<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/roofing/builtup-roofing" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" BUILT-UP ROOFING" data-auto="page-text-style">BUILT-UP ROOFING<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/roofing/spf-roofing" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" SPRAYED POLYURETHANE FOAM (SPF) ROOFING" data-auto="page-text-style">SPRAYED POLYURETHANE FOAM (SPF) ROOFING<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/roofing/modified-bitumen-roofing" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" MODIFIED BITUMEN ROOFING" data-auto="page-text-style">MODIFIED BITUMEN ROOFING<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/roofing/rubber-roofing" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" RUBBER ROOFING" data-auto="page-text-style">RUBBER ROOFING<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/roofing/pvc-tpo-roofing" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" PVC/TPO ROOFING" data-auto="page-text-style">PVC/TPO ROOFING<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/roofing/metal-roofing" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" METAL ROOFING" data-auto="page-text-style">METAL ROOFING<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/roofing/rolled-roofing" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" ROLLED ROOFING" data-auto="page-text-style">ROLLED ROOFING<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item dmUDNavigationItem_01010178918 unifiednav__item_has-sub-nav" 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> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/commercial-roof-installation" class="unifiednav__item dmUDNavigationItem_010101743411 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="INSTALLATION" data-auto="page-text-style">INSTALLATION<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/commercial-roof-replacement" class="unifiednav__item dmUDNavigationItem_010101117019 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="REPLACEMENT" data-auto="page-text-style">REPLACEMENT<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/commercial-roof-repair" class="unifiednav__item dmUDNavigationItem_010101976174 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="REPAIR" data-auto="page-text-style">REPAIR<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/contact-us#LOCATIONS" class="unifiednav__item dmUDNavigationItem_010101882479 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="LOCATIONS" data-auto="page-text-style">LOCATIONS<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/atlanta-commercial-roofing" class="unifiednav__item dmUDNavigationItem_010101921787 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="ATLANTA" data-auto="page-text-style">ATLANTA<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/chicago-commercial-roofers" class="unifiednav__item dmUDNavigationItem_010101237878 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="CHICAGO" data-auto="page-text-style">CHICAGO<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/detroit-commercial-roofers" class="unifiednav__item dmUDNavigationItem_010101420115 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="DETROIT" data-auto="page-text-style">DETROIT<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/orlando-fl-commercial-roofers" class="unifiednav__item dmUDNavigationItem_010101680629 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="FL, ORLANDO" data-auto="page-text-style">FL, ORLANDO<span class="icon icon-angle-right"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="1" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/orlando/sky-lake-orlando" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" SKY LAKE" data-auto="page-text-style">SKY LAKE<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/orlando/belle-isle-orlando" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" BELLE ISLE" data-auto="page-text-style">BELLE ISLE<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/orlando/pine-hills-orlando" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" PINE HILLS " data-auto="page-text-style">PINE HILLS <span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/orlando/oak-ridge-orlando" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" OAK RIDGE" data-auto="page-text-style">OAK RIDGE<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/orlando/airport-north-orlando" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" AIRPORT NORTH" data-auto="page-text-style">AIRPORT NORTH<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/orlando/winter-haven-orlando" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" WINTER HAVEN" data-auto="page-text-style">WINTER HAVEN<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/orlando/south-apopka-orlando" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" SOUTH APOPKA" data-auto="page-text-style">SOUTH APOPKA<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/orlando/azalea-park-orlando" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="AZALEA PARK" data-auto="page-text-style">AZALEA PARK<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/orlando/lockhart-orlando" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" LOCKHART" data-auto="page-text-style">LOCKHART<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/jacksonville-commercial-roofers" class="unifiednav__item dmUDNavigationItem_010101398511 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="FL, JACKSONVILLE" data-auto="page-text-style">FL, JACKSONVILLE<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/tampa-commercial-roofers" class="unifiednav__item dmUDNavigationItem_010101752967 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="FL, TAMPA" data-auto="page-text-style">FL, TAMPA<span class="icon icon-angle-right"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="1" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/tampa/lakeland-florida" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" LAKELAND" data-auto="page-text-style">LAKELAND<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/tampa/jacksonville-florida" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" JACKSONVILLE " data-auto="page-text-style">JACKSONVILLE <span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/indianapolis-coomercial-roofing" class="unifiednav__item dmUDNavigationItem_010101729372 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="IN, INDIANAPOLIS" data-auto="page-text-style">IN, INDIANAPOLIS<span class="icon icon-angle-right"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="1" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/indianapolis/muncie-indiana" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" MUNCIE" data-auto="page-text-style">MUNCIE<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/indianapolis/lafayette-indianapolis" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" LAFAYETTE" data-auto="page-text-style">LAFAYETTE<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/indianapolis/carmel-indianapolis" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" CARMEL" data-auto="page-text-style">CARMEL<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/indianapolis/plainfield-indianapolis" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" PLAINFIELD" data-auto="page-text-style">PLAINFIELD<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/indianapolis/greenwood-indianapolis" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" GREENWOOD" data-auto="page-text-style">GREENWOOD<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/louisville-commercial-roofing" class="unifiednav__item dmUDNavigationItem_010101882329 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="LOUISVILLE" data-auto="page-text-style">LOUISVILLE<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/columbus-roofing-company" class="unifiednav__item dmUDNavigationItem_010101343934 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="OH, COLUMBUS" data-auto="page-text-style">OH, COLUMBUS<span class="icon icon-angle-right"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="1" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/columbus-commercial-roofing/far-south-columbus" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" FAR SOUTH" data-auto="page-text-style">FAR SOUTH<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/columbus-commercial-roofing/green-village-columbus" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" GERMAN VILLAGE" data-auto="page-text-style">GERMAN VILLAGE<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/columbus-commercial-roofing/whitehall-columbus" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" WHITEHALL" data-auto="page-text-style">WHITEHALL<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/columbus-commercial-roofing/grandview-heights-columbus" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" GRANDVIEW HEIGHTS" data-auto="page-text-style">GRANDVIEW HEIGHTS<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/columbus-commercial-roofing/easton-columbus" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" EASTON " data-auto="page-text-style">EASTON <span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/cincinnati-commercial-roofers" class="unifiednav__item dmUDNavigationItem_010101369099 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="OH, CINCINNATI" data-auto="page-text-style">OH, CINCINNATI<span class="icon icon-angle-right"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="1" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/cincinnati/fairfield-cincinatti" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" FAIRFIELD" data-auto="page-text-style">FAIRFIELD<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/cincinnati/norwood-cincinnati" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" NORWOOD" data-auto="page-text-style">NORWOOD<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/cincinnati/madisonville-cincinnati" class="unifiednav__item " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" MADISONVILLE" data-auto="page-text-style">MADISONVILLE<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/north-carolina-commercial-roofers" class="unifiednav__item dmUDNavigationItem_010101455856 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="NORTH CAROLINA" data-auto="page-text-style">NORTH CAROLINA<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/pittsburgh-commercial-roofers" class="unifiednav__item dmUDNavigationItem_010101886426 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="PITTSBURGH" data-auto="page-text-style">PITTSBURGH<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/west-virginia-commercial-roofers" class="unifiednav__item dmUDNavigationItem_010101172921 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="WEST VIRGINIA" data-auto="page-text-style">WEST VIRGINIA<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item dmUDNavigationItem_010101293326 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="OUR WORK" data-auto="page-text-style">OUR WORK<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/boone-distributor-warehouse" class="unifiednav__item dmUDNavigationItem_010101161440 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="BOONE DISTRIBUTOR WAREHOUSE" data-auto="page-text-style">BOONE DISTRIBUTOR WAREHOUSE<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/blue-grass-manufacturing" class="unifiednav__item dmUDNavigationItem_01010145536 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="BLUE GRASS MANUFACTURING" data-auto="page-text-style">BLUE GRASS MANUFACTURING<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/chase-street" class="unifiednav__item dmUDNavigationItem_01010199617 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="CHASE STREET" data-auto="page-text-style">CHASE STREET<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/contact-us" class="unifiednav__item dmUDNavigationItem_010101856666 " 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" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </nav> </div> </div> </div> </div> </div> </div> <div class="stickyHeaderSpacer" id="stickyHeaderSpacer" data-new="true"></div> <div class="dmRespRow dmRespRowStable dmRespRowNoPadding dmPageTitleRow "> <div class="dmRespColsWrapper"> <div class="large-12 dmRespCol"> <div id="innerBar" class="innerBar lineInnerBar dmDisplay_None"> <div class="titleLine display_None"><hr/></div> <!-- Page title is hidden in css for new responsive sites. It is left here only so we don't break old sites. Don't copy it to new layouts --> <div id="pageTitleText"></div> <div class="titleLine display_None"><hr/></div> </div> </div> </div> </div> <div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_home dm-home-page" themewaschanged="true"> <div id="allWrapper" class="allWrapper"><!-- navigation placeholders --> <div id="dm_content" class="dmContent" role="main"> <div dm:templateorder="170" class="dmHomeRespTmpl mainBorder dmRespRowsWrapper dmFullRowRespTmpl dmHeaderResp noSwitch" id="1989995030"> <div class="u_1640415924 dmRespRow fullBleedChanged fullBleedMode dmSectionNoParallax" style="text-align: center;" id="1640415924"> <div class="dmRespColsWrapper" id="1550635079"> <div class="u_1512585098 dmRespCol small-12 large-7 medium-7" id="1512585098"> <div class="u_1460070525 dmNewParagraph custom-cursor-on-hover" id="1460070525" style="display: block; text-align: center; transition: none;" data-element-type="paragraph" data-version="5"> <h1 style="line-height: 55px; letter-spacing: initial;" class="text-align-left m-size-38 size-50"><strong style="color:rgb(255, 255, 255);font-weight:900;display:initial;font-family:Montserrat, 'Montserrat Fallback';" class="font-size-50 m-font-size-38" m-font-size-set="true">COMMERCIAL ROOFING EXPERTS</strong></h1> </div> <div class="u_1648008916 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1648008916" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h4 class="m-size-19 size-24"><span class="font-size-24 m-font-size-19" style="color:rgb(255, 255, 255);font-weight:700;display:unset;font-family:Montserrat, 'Montserrat Fallback';">Advantage Systems Commercial</span></h4> <h4 class="m-size-19 size-24"><span class="font-size-24 m-font-size-19" style="color:rgb(255, 255, 255);font-weight:700;display:unset;font-family:Montserrat, 'Montserrat Fallback';">Roofing System</span></h4> </div> <a data-display-type="block" class="u_1280603128 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient button_2" file="false" href="/contact-us" data-element-type="dButtonLinkId" id="1280603128"> <span class="iconBg" aria-hidden="true" id="1627961078"> <span class="icon hasFontIcon icon-star" id="1349200668"></span> </span> <span class="text" id="1419146015">CONTACT US</span> </a> </div> <div class="u_1690732120 dmRespCol small-12 large-5 medium-5" id="1690732120"> <div data-element-type="spacer" class="dmSpacer" id="1231755475"></div> </div> </div> </div> <div class="u_1612661398 dmRespRow fullBleedChanged fullBleedMode hide-for-medium" id="1612661398"> <div class="dmRespColsWrapper" id="1499026113"> <div class="u_1057518712 dmRespCol small-12 large-9 medium-9" id="1057518712"> <div class="dmNewParagraph u_1941485941" data-element-type="paragraph" data-version="5" id="1941485941" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h3 class="m-size-32 size-40" style="line-height: initial;"><span class="m-font-size-32 font-size-40" style="color:rgb(255, 255, 255);font-weight:900;display:initial;font-family:Montserrat, 'Montserrat Fallback';">ARE YOU LOOKING FOR A SEAMLESS,<br/>HIGHLY REFLECTIVE ROOFING SYSTEM?</span></h3> </div> </div> <div class="u_1659767446 dmRespCol small-12 large-3 medium-3" id="1659767446"> <a data-display-type="block" class="u_1866334344 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/contact-us" data-element-type="dButtonLinkId" id="1866334344"> <span class="iconBg" aria-hidden="true" id="1789247737"> <span class="icon hasFontIcon icon-star" id="1673263117"></span> </span> <span class="text" id="1224608144">GET A QUOTE</span> </a> </div> </div> </div> <div class="dmRespRow u_1798315880 fullBleedChanged fullBleedMode" id="1798315880"> <div class="dmRespColsWrapper" id="1621151475"> <div class="dmRespCol small-12 large-4 medium-4 u_1510681726" id="1510681726"> <div data-element-type="spacer" class="dmSpacer u_1022797619" id="1022797619"></div> <a data-display-type="block" class="u_1222489959 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/commercial-roof-replacement" data-element-type="dButtonLinkId" id="1222489959"> <span class="iconBg" aria-hidden="true" id="1754705313"> <span class="icon hasFontIcon icon-star" id="1815097925"></span> </span> <span class="text" id="1578507817">SERVICES</span> </a> </div> <div class="dmRespCol small-12 large-4 medium-4 u_1560034655" id="1560034655"> <div data-element-type="spacer" class="dmSpacer u_1001960470" id="1001960470"></div> <a data-display-type="block" class="u_1404309687 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/careers" data-element-type="dButtonLinkId" id="1404309687"> <span class="iconBg" aria-hidden="true" id="1580936631"> <span class="icon hasFontIcon icon-star" id="1547603825"></span> </span> <span class="text" id="1987215879">CAREERS</span> </a> </div> <div class="dmRespCol large-4 medium-4 small-12 u_1897792197" id="1897792197"> <div data-element-type="spacer" class="dmSpacer u_1303899708" id="1303899708"></div> <a data-display-type="block" class="u_1086303147 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/contact-us" data-element-type="dButtonLinkId" id="1086303147"> <span class="iconBg" aria-hidden="true" id="1249429094"> <span class="icon hasFontIcon icon-star" id="1502629244"></span> </span> <span class="text" id="1593954908">LOCATIONS</span> </a> </div> </div> </div> <div class="u_1368378097 dmRespRow fullBleedChanged" style="text-align: center;" id="1368378097"> <div class="dmRespColsWrapper" id="1951314015"> <div class="u_1655803422 dmRespCol small-12 medium-12 large-12" id="1655803422"> <div class="u_1268974027 dmNewParagraph" id="1268974027" data-element-type="paragraph" data-version="5" style="text-align: center;"> <h2><span style="display: initial;">FULL SERVICE COMMERCIAL ROOFING</span></h2> </div> <div class="u_1958459940 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1958459940"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1308255013"/></div> <div class="u_1655445321 dmNewParagraph" id="1655445321" style="display: block; text-align: center; transition: none;" data-version="5"><p><span style="display: initial;">ACR1.COM Commercial Roofing specializes in completing your commercial roofing projects on time and on budget, using high-quality materials and expert techniques. Using our four generations of roofing experience, we are experts in helping our commercial roofing clients solve their most difficult roofing issues with a free roof inspection, written report, and quote. You can discover how our experienced team can provide you with the most cost-effective solutions in order to solve your roofing issues.</span></p><p><span style="display: initial;"><br/></span></p><p><span style="display: initial;">From repairs to re-roofing, maintenance, and more, </span><a href="https://www.acr1.com/" target="_blank" runtime_url="https://www.acr1.com/" style="display: initial;">ACR</a><span class="" style="display: initial;"> <span style="display: initial;">is your one-stop shop for all of your commercial roofing needs.</span></span></p></div></div> </div> </div> <div class="dmRespRow u_services" id="services" data-anchor="services"> <div class="dmRespColsWrapper" id="1069480074"> <div class="dmRespCol large-12 medium-12 small-12" id="1608135267"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1744129524" style="transition: opacity 1s ease-in-out 0s;"> <h2 class="text-align-center"><span style="font-weight:900;display:unset;font-family:Montserrat, 'Montserrat Fallback';">FEATURED PROJECTS</span></h2> </div> <div class="u_1871426021 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1871426021"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1322321063"/></div> </div> </div> </div> <div class="dmRespRow fullBleedChanged fullBleedMode u_1325535966" id="1325535966"> <div class="dmRespColsWrapper" id="1935143822"> <div class="dmRespCol large-12 medium-12 small-12 u_1027605675" id="1027605675"> <div class="u_1582614097 dmPhotoGallery dmPhotoGalleryResp newPhotoGallery hasFullWidth photo-gallery-done text-layout-bottom captionAlignment-center_center photoGallery" id="1582614097" data-caption-padding="20px" data-image-hover-effect="zoomout" data-desktop-layout="square" data-desktop-columns="3" data-mobile-columns="1" data-rows-to-show="100" data-desktop-text-layout="bottom" data-tablet-layout="pinterest" data-mobile-layout="square" data-element-type="dPhotoGalleryId" data-desktop-caption-alignment="center_center" data-placeholder="false" data-link-gallery="true"> <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-3" 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_1423263020" data-image-url="https://irp.cdn-website.com/f4938549/dms3rep/multi/IMG_0068-scaled-min.jpeg" style="background-image: url('https://lirp.cdn-website.com/f4938549/dms3rep/multi/opt/IMG_0068-scaled-min-640w.jpeg');"><img id="1254462318" data-src="https://lirp.cdn-website.com/f4938549/dms3rep/multi/opt/IMG_0068-scaled-min-1920w.jpeg" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1121493802" class="caption-container u_1121493802" style="display:none"> <span class="caption-inner"> <h3 id="1704354086" class="caption-title u_1704354086">BOONE DISTRIBUTOR WAREHOUSE</h3> <div id="1985264416" class="caption-text u_1985264416"><p class="rteBlock"><span style="font-weight:normal">This metal roof in Orlando was beginning to show its age. The customer was doing their best to maintain this metal roof.</span></p><br/></div> <a id="1794292618" class="caption-button dmWidget clearfix u_1794292618" href="/boone-distributor-warehouse" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">VIEW PROJECT</span> </a> </span> </div> </div> </div> </div> <div class="photogallery-column column-3" 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_1330960822" data-image-url="https://irp.cdn-website.com/f4938549/dms3rep/multi/Blue-Grass-Manufacturing-after-pic-2cropped.jpg" style="background-image: url('https://lirp.cdn-website.com/f4938549/dms3rep/multi/opt/Blue-Grass-Manufacturing-after-pic-2cropped-640w.jpg');"><img id="1031517968" data-src="https://lirp.cdn-website.com/f4938549/dms3rep/multi/opt/Blue-Grass-Manufacturing-after-pic-2cropped-1920w.jpg" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1631532332" class="caption-container u_1631532332" style="display:none"> <span class="caption-inner"> <h3 id="1275106333" class="caption-title u_1275106333">BLUE GRASS MANUFACTURING</h3> <div id="1708692584" class="caption-text u_1708692584"><p class="rteBlock"><span style="font-weight:normal">This manufacturing plant is in Lexington, KY. This is a rubber (EPDM) roof that was well past its useful life.</span></p><br/><br/></div> <a id="1449595979" class="caption-button dmWidget clearfix u_1449595979" href="/blue-grass-manufacturing" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">VIEW PROJECT</span> </a> </span> </div> </div> </div> </div> <div class="photogallery-column column-3" 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_1404676802" data-image-url="https://irp.cdn-website.com/f4938549/dms3rep/multi/after.jpg" style="background-image: url('https://lirp.cdn-website.com/f4938549/dms3rep/multi/opt/after-640w.jpg');"><img id="1471880009" data-src="https://lirp.cdn-website.com/f4938549/dms3rep/multi/opt/after-1920w.jpg" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1895808007" class="caption-container u_1895808007" style="display:none"> <span class="caption-inner"> <h3 id="1702850142" class="caption-title u_1702850142">CHASE STREET</h3> <div id="1042202046" class="caption-text u_1042202046"><p class="rteBlock"><span style="font-weight:normal">Chase Street Industrial was an old shut down steel mill that had been neglected for several years with a mostly old rubber roof.</span></p><br/><br/></div> <a id="1383491755" class="caption-button dmWidget clearfix u_1383491755" href="/chase-street" target="_blank" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">VIEW PROJECT</span> </a> </span> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="dmRespRow u_1942943418" id="1942943418"> <div class="dmRespColsWrapper" id="1339498654"> <div class="dmRespCol large-12 medium-12 small-12" id="1158317751"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1121208293" style="transition: opacity 1s ease-in-out 0s;"> <h2 class="text-align-center"><span class="" style="color: rgb(255, 255, 255); display: unset;"><span style="color: rgb(255, 255, 255); display: unset;">INDUSTRIES WE'VE SERVICED</span> </span></h2> </div> <div class="u_1415467692 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1415467692"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1265026532"/></div> </div> </div> </div> <div class="dmRespRow u_1623919090 fullBleedChanged fullBleedMode" id="1623919090"> <div class="dmRespColsWrapper" id="1666929630"> <div class="u_1206098795 dmRespCol small-12 large-6 medium-6" id="1206098795"> <div class="widget-832a29 u_1467862912 dmCustomWidget" data-lazy-load="" data-title="" id="1467862912" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="832a29738c2b44fdb4e63369b1bf458a" data-widget-version="78" data-widget-config="eyJpdGVtcyI6W3sidGl0bGUiOiJXYXJlaG91c2VzIiwiaGVhZGluZ1R5cGUiOiJoMyIsImRlc2NyaXB0aW9uIjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPndlIHVuZGVyc3RhbmQgdGhlIHVuaXF1ZSBjaGFsbGVuZ2VzIHRoYXQgY29tZSB3aXRoIG1haW50YWluaW5nIGFuZCByZXBhaXJpbmcgd2FyZWhvdXNlIHJvb2ZzLiBPdXIgdGVhbSBvZiBzZWFzb25lZCBwcm9mZXNzaW9uYWxzIG9mZmVycyBjb21wcmVoZW5zaXZlIHJvb2Zpbmcgc2VydmljZXMgc3BlY2lmaWNhbGx5IGRlc2lnbmVkIHRvIG1lZXQgdGhlIG5lZWRzIG9mIGNvbW1lcmNpYWwgd2FyZWhvdXNlcy4gRnJvbSByb3V0aW5lIG1haW50ZW5hbmNlIGNoZWNrcyB0byBmdWxsLXNjYWxlIHJlcGxhY2VtZW50cywgd2UgdXNlIGluZHVzdHJ5LWxlYWRpbmcgdGVjaG5pcXVlcyBhbmQgc3RhdGUtb2YtdGhlLWFydCBtYXRlcmlhbHMgdG8gZW5zdXJlIHlvdXIgd2FyZWhvdXNlIGlzIHByb3RlY3RlZCBmcm9tIHRoZSBlbGVtZW50cy7CoDwvcD4iLCJpY29uIjoiPHN2ZyB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCIgd2lkdGg9XCIxMDAlXCIgaGVpZ2h0PVwiMTAwJVwiIHZpZXdCb3g9XCIwIDAgMTc5MiAxNzkyXCI+PHBhdGggZmlsbD1cImluaGVyaXRcIiBkPVwiTTE2NzEgNTY2cTAgNDAtMjggNjhsLTcyNCA3MjQtMTM2IDEzNnEtMjggMjgtNjggMjh0LTY4LTI4bC0xMzYtMTM2LTM2Mi0zNjJxLTI4LTI4LTI4LTY4dDI4LTY4bDEzNi0xMzZxMjgtMjggNjgtMjh0NjggMjhsMjk0IDI5NSA2NTYtNjU3cTI4LTI4IDY4LTI4dDY4IDI4bDEzNiAxMzZxMjggMjggMjggNjh6XCIgLz48L3N2Zz4ifSx7InRpdGxlIjoiU3RlZWwgTWlsbHMgIiwiaGVhZGluZ1R5cGUiOiJoMyIsImRlc2NyaXB0aW9uIjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPkluIHRoZSBzdGVlbCBpbmR1c3RyeSwgdGhlIHN0cnVjdHVyYWwgaW50ZWdyaXR5IG9mIHlvdXIgZmFjaWxpdGllcywgaW5jbHVkaW5nIHJvb2ZzLCBpcyBwYXJhbW91bnQuIEF0IEFDUjEgQ29tbWVyY2lhbCBSb29maW5nLCB3ZSByZWNvZ25pemUgdGhlIHVuaXF1ZSBjaGFsbGVuZ2VzIGFzc29jaWF0ZWQgd2l0aCBzdGVlbCBtaWxsIHJvb2ZpbmcgLSBmcm9tIHRoZSBjb25zdGFudCBleHBvc3VyZSB0byBleHRyZW1lIHRlbXBlcmF0dXJlcyBhbmQgaGFyc2ggd2VhdGhlciBjb25kaXRpb25zIHRvIHRoZSBuZWVkIGZvciByb2J1c3QsIGZpcmUtcmVzaXN0YW50IG1hdGVyaWFscy4gT3VyIHRlYW0gb2YgZXhwZXJ0cyBpcyBlcXVpcHBlZCB3aXRoIHNwZWNpYWxpemVkIGtub3dsZWRnZSBhbmQgeWVhcnMgb2YgZXhwZXJpZW5jZSBhZGRyZXNzaW5nIHRoZXNlIHNwZWNpZmljIHBhaW4gcG9pbnRzLCBlbnN1cmluZyB3ZSBkZWxpdmVyIHRvcC1ub3RjaCByb29maW5nIHNvbHV0aW9ucyB0aGF0IG1lZXQgeW91ciBleGFjdCByZXF1aXJlbWVudHMuPC9wPjxicj48YnI+PHAgY2xhc3M9XCJydGVCbG9ja1wiPk91ciBzZXJ2aWNlcyByYW5nZSBmcm9tIHJlZ3VsYXIgbWFpbnRlbmFuY2UgYW5kIHRpbWVseSByZXBhaXJzIHRvIGNvbXBsZXRlIHJvb2YgcmVwbGFjZW1lbnRzLiBXZSB0YWlsb3Igb3VyIHNlcnZpY2VzIGFjY29yZGluZ2x5LCBvZmZlcmluZyBwZXJzb25hbGl6ZWQgc29sdXRpb25zIHRoYXQgZW5zdXJlIHlvdXIgc3RlZWwgbWlsbCBpcyB3ZWxsLXByb3RlY3RlZCBhZ2FpbnN0IGFsbCB0eXBlcyBvZiB3ZWF0aGVyIGNvbmRpdGlvbnMuIENvbnRhY3QgQUNSMSBDb21tZXJjaWFsIFJvb2ZpbmcgdG9kYXkgZm9yIGEgZnJlZSByb29mIGluc3BlY3Rpb24gYW5kIGxldCBvdXIgZXhwZXJ0cyBwcm92aWRlIHlvdSB3aXRoIGEgcm9vZmluZyBzb2x1dGlvbiB0aGF0IHN0YW5kcyB0aGUgdGVzdCBvZiB0aW1lLjwvcD4iLCJpY29uIjoiPHN2ZyB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCIgd2lkdGg9XCIxMDAlXCIgaGVpZ2h0PVwiMTAwJVwiIHZpZXdCb3g9XCIwIDAgMTc5MiAxNzkyXCI+PHBhdGggZmlsbD1cImluaGVyaXRcIiBkPVwiTTE2NzEgNTY2cTAgNDAtMjggNjhsLTcyNCA3MjQtMTM2IDEzNnEtMjggMjgtNjggMjh0LTY4LTI4bC0xMzYtMTM2LTM2Mi0zNjJxLTI4LTI4LTI4LTY4dDI4LTY4bDEzNi0xMzZxMjgtMjggNjgtMjh0NjggMjhsMjk0IDI5NSA2NTYtNjU3cTI4LTI4IDY4LTI4dDY4IDI4bDEzNiAxMzZxMjggMjggMjggNjh6XCIgLz48L3N2Zz4ifSx7InRpdGxlIjoiTWFudWZhY3R1cmluZyBQbGFudHMiLCJoZWFkaW5nVHlwZSI6ImgzIiwiZGVzY3JpcHRpb24iOiI8cCBjbGFzcz1cInJ0ZUJsb2NrXCI+VGhlIHJvb2Zpbmcgc3lzdGVtIG9mIGEgbWFudWZhY3R1cmluZyBwbGFudCBwbGF5cyBhIGNydWNpYWwgcm9sZSBpbiBtYWludGFpbmluZyB0aGUgc3RydWN0dXJhbCBpbnRlZ3JpdHkgYW5kIG9wZXJhdGlvbmFsIGVmZmljaWVuY3kgb2YgdGhlIGZhY2lsaXR5LiBXZSB1bmRlcnN0YW5kIHRoZSBjaGFsbGVuZ2VzIGFzc29jaWF0ZWQgd2l0aCBjb21tZXJjaWFsIHJvb2ZpbmcgZm9yIG1hbnVmYWN0dXJpbmcgcGxhbnRzLiBPdXIgZXhwZXJ0aXNlIGV4dGVuZHMgdG8gYWRkcmVzc2luZyBzcGVjaWZpYyBjb25jZXJucyBzdWNoIGFzIGVuc3VyaW5nIHJvYnVzdCBkdXJhYmlsaXR5IGFnYWluc3QgZXh0cmVtZSB3ZWF0aGVyIGNvbmRpdGlvbnMsIHByb3ZpZGluZyBlZmZpY2llbnQgaW5zdWxhdGlvbiBmb3IgZW5lcmd5IGNvbnNlcnZhdGlvbiwgYW5kIGltcGxlbWVudGluZyBmaXJlLXJlc2lzdGFudCBtYXRlcmlhbHMgZm9yIGVuaGFuY2VkIHNhZmV0eS4gV2l0aCB5ZWFycyBvZiBleHBlcmllbmNlIHVuZGVyIG91ciBiZWx0LCB3ZSBhcmUgd2VsbC1lcXVpcHBlZCB0byBwcm92aWRlIHNvbHV0aW9ucyB0aGF0IGNhdGVyIHRvIHRoZXNlIHNwZWNpZmljIHBhaW4gcG9pbnRzLCBlbnN1cmluZyB5b3VyIG1hbnVmYWN0dXJpbmcgcGxhbnQgY2FuIGZ1bmN0aW9uIG9wdGltYWxseS48L3A+PGJyPjxicj48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+T3VyIGNvbXByZWhlbnNpdmUgc3VpdGUgb2Ygc2VydmljZXMgZW5jb21wYXNzZXMgcm91dGluZSBtYWludGVuYW5jZSwgdGltZWx5IHJlcGFpcnMsIGFuZCBjb21wbGV0ZSByb29mIHJlcGxhY2VtZW50cy4gV2Uga25vdyB0aGF0IGV2ZXJ5IG1hbnVmYWN0dXJpbmcgcGxhbnQgaGFzIGl0cyBvd24gcmVxdWlyZW1lbnRzLCBhbmQgd2UgdGFpbG9yIG91ciBzZXJ2aWNlcyBhY2NvcmRpbmdseSwgZGVsaXZlcmluZyBzb2x1dGlvbnMgdGhhdCBhbGlnbiB3aXRoIHlvdXIgc3BlY2lmaWMgbmVlZHMuIFdpdGggQUNSMSBDb21tZXJjaWFsIFJvb2ZpbmcsIHlvdSByZWNlaXZlIG1vcmUgdGhhbiBqdXN0IGEgc2VydmljZSAtIHlvdSBnYWluIGEgcGFydG5lciBjb21taXR0ZWQgdG8gc2FmZWd1YXJkaW5nIHRoZSBsb25nZXZpdHkgYW5kIHJlbGlhYmlsaXR5IG9mIHlvdXIgbWFudWZhY3R1cmluZyBwbGFudCYjeDI3O3Mgcm9vZmluZyBzeXN0ZW0uwqA8L3A+IiwiaWNvbiI6IjxzdmcgeG1sbnM9XCJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Z1wiIHdpZHRoPVwiMTAwJVwiIGhlaWdodD1cIjEwMCVcIiB2aWV3Qm94PVwiMCAwIDE3OTIgMTc5MlwiPjxwYXRoIGZpbGw9XCJpbmhlcml0XCIgZD1cIk0xNjcxIDU2NnEwIDQwLTI4IDY4bC03MjQgNzI0LTEzNiAxMzZxLTI4IDI4LTY4IDI4dC02OC0yOGwtMTM2LTEzNi0zNjItMzYycS0yOC0yOC0yOC02OHQyOC02OGwxMzYtMTM2cTI4LTI4IDY4LTI4dDY4IDI4bDI5NCAyOTUgNjU2LTY1N3EyOC0yOCA2OC0yOHQ2OCAyOGwxMzYgMTM2cTI4IDI4IDI4IDY4elwiIC8+PC9zdmc+In0seyJ0aXRsZSI6Ik1pbmVzICYgTWluZXJhbCBQbGFudHMiLCJoZWFkaW5nVHlwZSI6ImgzIiwiZGVzY3JpcHRpb24iOiI8cCBjbGFzcz1cInJ0ZUJsb2NrXCI+Q29tbWVyY2lhbCByb29maW5nIHBsYXlzIGEgcGl2b3RhbCByb2xlIGluIHRoZSBtaW5pbmcgYW5kIG1pbmVyYWxzIGluZHVzdHJ5LiBJdCBub3Qgb25seSBwcm90ZWN0cyB2YWx1YWJsZSBlcXVpcG1lbnQgZnJvbSBlbnZpcm9ubWVudGFsIGVsZW1lbnRzIGJ1dCBhbHNvIGNvbnRyaWJ1dGVzIHRvIHRoZSBzYWZldHkgYW5kIGVmZmljaWVuY3kgb2Ygb3BlcmF0aW9ucy4gV3dlIGFyZSB3ZWxsLXZlcnNlZCB3aXRoIHRoZSBjaGFsbGVuZ2VzIGFzc29jaWF0ZWQgd2l0aCByb29maW5nIGZvciBtaW5lcyBhbmQgbWluZXJhbCBwbGFudHMuIFRoZXNlIGNoYWxsZW5nZXMgaW5jbHVkZSB0aGUgbmVlZCBmb3Igcm9idXN0IGR1cmFiaWxpdHkgYWdhaW5zdCBoYXJzaCB3ZWF0aGVyIGNvbmRpdGlvbnMsIHByb3ZpZGluZyBlZmZlY3RpdmUgaW5zdWxhdGlvbiBmb3IgZW5lcmd5IGNvbnNlcnZhdGlvbiwgYW5kIGVuc3VyaW5nIHRoZSB1c2Ugb2YgZmlyZS1yZXNpc3RhbnQgbWF0ZXJpYWxzIGZvciBlbmhhbmNlZCBzYWZldHkuwqA8L3A+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5XZSBvZmZlciBhIGNvbXByZWhlbnNpdmUgc3VpdGUgb2Ygc2VydmljZXMgdGhhdCBpbmNsdWRlcyByb3V0aW5lIG1haW50ZW5hbmNlLCB0aW1lbHkgcmVwYWlycywgYW5kIGNvbXBsZXRlIHJvb2YgcmVwbGFjZW1lbnRzLiBVdGlsaXppbmcgYWR2YW5jZWQgdGVjaG5pcXVlcyBhbmQgaGlnaC1xdWFsaXR5IG1hdGVyaWFscywgd2UgZGVsaXZlciByb29maW5nIHNvbHV0aW9ucyB0aGF0IHN0YW5kIHRoZSB0ZXN0IG9mIHRpbWUuIFdpdGggQUNSMSBDb21tZXJjaWFsIFJvb2ZpbmcsIHlvdSBnZXQgbW9yZSB0aGFuIGp1c3QgYSBzZXJ2aWNlIHByb3ZpZGVyOyB5b3UgZ2FpbiBhIHBhcnRuZXIgY29tbWl0dGVkIHRvIHNhZmVndWFyZGluZyB0aGUgbG9uZ2V2aXR5IGFuZCByZWxpYWJpbGl0eSBvZiB5b3VyIGZhY2lsaXR5JiN4Mjc7cyByb29maW5nIHN5c3RlbS7CoDwvcD4iLCJpY29uIjoiPHN2ZyB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCIgd2lkdGg9XCIxMDAlXCIgaGVpZ2h0PVwiMTAwJVwiIHZpZXdCb3g9XCIwIDAgMTc5MiAxNzkyXCI+PHBhdGggZmlsbD1cImluaGVyaXRcIiBkPVwiTTE2NzEgNTY2cTAgNDAtMjggNjhsLTcyNCA3MjQtMTM2IDEzNnEtMjggMjgtNjggMjh0LTY4LTI4bC0xMzYtMTM2LTM2Mi0zNjJxLTI4LTI4LTI4LTY4dDI4LTY4bDEzNi0xMzZxMjgtMjggNjgtMjh0NjggMjhsMjk0IDI5NSA2NTYtNjU3cTI4LTI4IDY4LTI4dDY4IDI4bDEzNiAxMzZxMjggMjggMjggNjh6XCIgLz48L3N2Zz4ifSx7InRpdGxlIjoiQW5kIE1vcmUhICIsImhlYWRpbmdUeXBlIjoiaDMiLCJkZXNjcmlwdGlvbiI6IjxwIGNsYXNzPVwicnRlQmxvY2tcIj5XaGlsZSBvdXIgZXhwZXJ0aXNlIHNwYW5zIGFjcm9zcyBhIHBsZXRob3JhIG9mIGluZHVzdHJpZXMsIHdlIGF0IEFDUjEgQ29tbWVyY2lhbCBSb29maW5nIHVuZGVyc3RhbmQgdGhhdCBldmVyeSBjb21tZXJjaWFsIGJ1aWxkaW5nIHByZXNlbnRzIHVuaXF1ZSBjaGFsbGVuZ2VzIGFuZCByZXF1aXJlbWVudHMgd2hlbiBpdCBjb21lcyB0byByb29maW5nLiBXZSBhcmUgbm90IGxpbWl0ZWQgYnkgaW5kdXN0cnktc3BlY2lmaWMgZXhwZXJpZW5jZSBhbmQgaGF2ZSBhIHByb3ZlbiB0cmFjayByZWNvcmQgaW4gdGFja2xpbmcgY29tcGxleCByb29maW5nIHByb2plY3RzIGFjcm9zcyB2YXJpb3VzIHNlY3RvcnMuPC9wPjxicj48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+T3VyIHRlYW0gb2Ygcm9vZmluZyBzcGVjaWFsaXN0cyBwb3NzZXNzZXMgdGhlIHRlY2huaWNhbCBrbm93LWhvdyBhbmQgcHJhY3RpY2FsIHNraWxscyB0byBhZGRyZXNzIHlvdXIgc3BlY2lmaWMgcm9vZmluZyBjb25jZXJucywgcmVnYXJkbGVzcyBvZiB5b3VyIGluZHVzdHJ5LiBXZSBvZmZlciBhbiBhcnJheSBvZiBzZXJ2aWNlcyBmcm9tIHJvb2YgcmVwYWlyIGFuZCBtYWludGVuYW5jZSB0byBjb21wbGV0ZSByb29mIHJlcGxhY2VtZW50LCBhbGwgdGFpbG9yZWQgdG8gbWVldCB5b3VyIGluZGl2aWR1YWwgbmVlZHMuPC9wPjxicj48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+RG8geW91IGhhdmUgcXVlcmllcyBhYm91dCBvdXIgYWJpbGl0eSB0byBjYXRlciB0byB5b3VyIHNwZWNpZmljIHJvb2ZpbmcgcmVxdWlyZW1lbnRzPyBXZSBlbmNvdXJhZ2UgeW91IHRvIGdldCBpbiB0b3VjaCB3aXRoIHVzLiBPdXIgcm9vZmluZyBzcGVjaWFsaXN0cyBhcmUgYWx3YXlzIHJlYWR5IHRvIHByb3ZpZGUgeW91IHdpdGggY29tcHJlaGVuc2l2ZSBpbnNpZ2h0cyBpbnRvIG91ciBjYXBhYmlsaXRpZXMgYW5kIGhvdyB3ZSBjYW4gYXNzaXN0IHdpdGggeW91ciByb29maW5nIG5lZWRzLiBDb250YWN0IHVzIHRvZGF5IGZvciBhIGRldGFpbGVkIGNvbnN1bHRhdGlvbi48L3A+IiwiaWNvbiI6IjxzdmcgeG1sbnM9XCJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Z1wiIHdpZHRoPVwiMTAwJVwiIGhlaWdodD1cIjEwMCVcIiB2aWV3Qm94PVwiMCAwIDE3OTIgMTc5MlwiPjxwYXRoIGZpbGw9XCJpbmhlcml0XCIgZD1cIk0xNjcxIDU2NnEwIDQwLTI4IDY4bC03MjQgNzI0LTEzNiAxMzZxLTI4IDI4LTY4IDI4dC02OC0yOGwtMTM2LTEzNi0zNjItMzYycS0yOC0yOC0yOC02OHQyOC02OGwxMzYtMTM2cTI4LTI4IDY4LTI4dDY4IDI4bDI5NCAyOTUgNjU2LTY1N3EyOC0yOCA2OC0yOHQ2OCAyOGwxMzYgMTM2cTI4IDI4IDI4IDY4elwiIC8+PC9zdmc+In1dLCJleHBhbmRGaXJzdEl0ZW0iOmZhbHNlLCJjb2xsYXBzZU90aGVycyI6dHJ1ZSwibGF5b3V0IjoibGVmdEljb25zIn0="> <ul class="accordion-wrapper leftIcons " data-first-expanded="false"> <li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <div class="title-icon"> <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewbox="0 0 1792 1792"> <path fill="inherit" d="M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z"></path> </svg> </div> <h3>Warehouses</h3> </div> <div class="arrow-wrapper"> <div class="arrow"> <svg class="close" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1152 1792" style="background-color:inherit !important" fill="currentColor"> <path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path> </svg> </div> </div> </div> <div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">we understand the unique challenges that come with maintaining and repairing warehouse roofs. Our team of seasoned professionals offers comprehensive roofing services specifically designed to meet the needs of commercial warehouses. From routine maintenance checks to full-scale replacements, we use industry-leading techniques and state-of-the-art materials to ensure your warehouse is protected from the elements. </p></div> </div> </div> </li> <li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <div class="title-icon"> <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewbox="0 0 1792 1792"> <path fill="inherit" d="M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z"></path> </svg> </div> <h3>Steel Mills</h3> </div> <div class="arrow-wrapper"> <div class="arrow"> <svg class="close" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1152 1792" style="background-color:inherit !important" fill="currentColor"> <path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path> </svg> </div> </div> </div> <div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">In the steel industry, the structural integrity of your facilities, including roofs, is paramount. At ACR1 Commercial Roofing, we recognize the unique challenges associated with steel mill roofing - from the constant exposure to extreme temperatures and harsh weather conditions to the need for robust, fire-resistant materials. Our team of experts is equipped with specialized knowledge and years of experience addressing these specific pain points, ensuring we deliver top-notch roofing solutions that meet your exact requirements.</p><br/><br/><p class="rteBlock">Our services range from regular maintenance and timely repairs to complete roof replacements. We tailor our services accordingly, offering personalized solutions that ensure your steel mill is well-protected against all types of weather conditions. Contact ACR1 Commercial Roofing today for a free roof inspection and let our experts provide you with a roofing solution that stands the test of time.</p></div> </div> </div> </li> <li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <div class="title-icon"> <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewbox="0 0 1792 1792"> <path fill="inherit" d="M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z"></path> </svg> </div> <h3>Manufacturing Plants</h3> </div> <div class="arrow-wrapper"> <div class="arrow"> <svg class="close" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1152 1792" style="background-color:inherit !important" fill="currentColor"> <path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path> </svg> </div> </div> </div> <div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">The roofing system of a manufacturing plant plays a crucial role in maintaining the structural integrity and operational efficiency of the facility. We understand the challenges associated with commercial roofing for manufacturing plants. Our expertise extends to addressing specific concerns such as ensuring robust durability against extreme weather conditions, providing efficient insulation for energy conservation, and implementing fire-resistant materials for enhanced safety. With years of experience under our belt, we are well-equipped to provide solutions that cater to these specific pain points, ensuring your manufacturing plant can function optimally.</p><br/><br/><p class="rteBlock">Our comprehensive suite of services encompasses routine maintenance, timely repairs, and complete roof replacements. We know that every manufacturing plant has its own requirements, and we tailor our services accordingly, delivering solutions that align with your specific needs. With ACR1 Commercial Roofing, you receive more than just a service - you gain a partner committed to safeguarding the longevity and reliability of your manufacturing plant's roofing system. </p></div> </div> </div> </li> <li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <div class="title-icon"> <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewbox="0 0 1792 1792"> <path fill="inherit" d="M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z"></path> </svg> </div> <h3>Mines & Mineral Plants</h3> </div> <div class="arrow-wrapper"> <div class="arrow"> <svg class="close" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1152 1792" style="background-color:inherit !important" fill="currentColor"> <path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path> </svg> </div> </div> </div> <div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">Commercial roofing plays a pivotal role in the mining and minerals industry. It not only protects valuable equipment from environmental elements but also contributes to the safety and efficiency of operations. Wwe are well-versed with the challenges associated with roofing for mines and mineral plants. These challenges include the need for robust durability against harsh weather conditions, providing effective insulation for energy conservation, and ensuring the use of fire-resistant materials for enhanced safety. </p><br/><p class="rteBlock">We offer a comprehensive suite of services that includes routine maintenance, timely repairs, and complete roof replacements. Utilizing advanced techniques and high-quality materials, we deliver roofing solutions that stand the test of time. With ACR1 Commercial Roofing, you get more than just a service provider; you gain a partner committed to safeguarding the longevity and reliability of your facility's roofing system. </p></div> </div> </div> </li> <li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <div class="title-icon"> <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewbox="0 0 1792 1792"> <path fill="inherit" d="M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z"></path> </svg> </div> <h3>And More!</h3> </div> <div class="arrow-wrapper"> <div class="arrow"> <svg class="close" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1152 1792" style="background-color:inherit !important" fill="currentColor"> <path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path> </svg> </div> </div> </div> <div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">While our expertise spans across a plethora of industries, we at ACR1 Commercial Roofing understand that every commercial building presents unique challenges and requirements when it comes to roofing. We are not limited by industry-specific experience and have a proven track record in tackling complex roofing projects across various sectors.</p><br/><p class="rteBlock">Our team of roofing specialists possesses the technical know-how and practical skills to address your specific roofing concerns, regardless of your industry. We offer an array of services from roof repair and maintenance to complete roof replacement, all tailored to meet your individual needs.</p><br/><p class="rteBlock">Do you have queries about our ability to cater to your specific roofing requirements? We encourage you to get in touch with us. Our roofing specialists are always ready to provide you with comprehensive insights into our capabilities and how we can assist with your roofing needs. Contact us today for a detailed consultation.</p></div> </div> </div> </li> </ul> </div> </div> <div class="u_1696658415 dmRespCol small-12 large-6 medium-6" id="1696658415"> <div data-element-type="dYouTubeId" class="u_1438565677 youtubeExt dmNoMark youtube-padding-fix" id="1438565677" data-video-uploaded="true"> <div class="innerYoutubeExt" id="1151222393"> <video src="https://vid.cdn-website.com/f4938549/videos/EtMyOkiTFaPLZB6e0ywA_Your-Facebook-Video-fbdown.net_-v.mp4" data-src="https://vid.cdn-website.com/f4938549/videos/EtMyOkiTFaPLZB6e0ywA_Your-Facebook-Video-fbdown.net_-v.mp4" poster="https://irp.cdn-website.com/f4938549/dms3rep/multi/EtMyOkiTFaPLZB6e0ywA_Your-Facebook-Video-fbdown.net_.v2.0000000.jpg" controls="" id="1238008375" data-upload-date="1698242684586"></video> </div> </div> </div> </div> </div> <div class="dmRespRow u_1616463825" id="1616463825" data-anchor="OurWork"> <div class="dmRespColsWrapper" id="1304263166"> <div class="dmRespCol large-12 medium-12 small-12" id="1805627334"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1446976133" style="transition: opacity 1s ease-in-out 0s;"> <h2 class="text-align-center"><span style="display: unset;">TESTIMONIALS</span></h2> </div> <div class="u_1759555995 dmPhotoGallery newPhotoGallery dmPhotoGalleryResp photo-gallery-done text-layout-bottom captionAlignment-center_center photoGallery" galleryoptionsparams="{thumbnailsPerRow: 3, rowsToShow: 3, imageScaleMethod: true}" data-desktop-layout="square" data-desktop-columns="3" data-element-type="dPhotoGalleryId" data-desktop-text-layout="bottom" id="1759555995" data-placeholder="false" data-desktop-caption-alignment="center_center"> <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-3" 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_1560502653" data-image-url="https://irp.cdn-website.com/f4938549/dms3rep/multi/testi-3.jpg" style="background-image: url('https://lirp.cdn-website.com/f4938549/dms3rep/multi/opt/testi-3-640w.jpg');"><img id="1729160907" data-src="https://lirp.cdn-website.com/f4938549/dms3rep/multi/opt/testi-3-1920w.jpg" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1763969316" class="caption-container u_1763969316" style="display:none"> <span class="caption-inner"> <h3 id="1230316889" class="caption-title u_1230316889">Nayyar Ansari</h3> <div id="1947236734" class="caption-text u_1947236734"><p class="rteBlock">Nayyar Ansari, Field Operation Manager, Ocean Air Enterprises</p></div> <a id="1310694271" class="caption-button dmWidget clearfix u_1310694271" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> <div class="photogallery-column column-3" 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_1647456183" data-image-url="https://irp.cdn-website.com/f4938549/dms3rep/multi/testi-2.jpg" style="background-image: url('https://lirp.cdn-website.com/f4938549/dms3rep/multi/opt/testi-2-640w.jpg');"><img id="1974492465" data-src="https://lirp.cdn-website.com/f4938549/dms3rep/multi/opt/testi-2-1920w.jpg" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1438952271" class="caption-container u_1438952271" style="display:none"> <span class="caption-inner"> <h3 id="1784682173" class="caption-title u_1784682173">Roger Whitty</h3> <div id="1288055004" class="caption-text u_1288055004"><p class="rteBlock">Roger Whitty, CFO, The Nassal Company</p></div> <a id="1767686521" class="caption-button dmWidget clearfix u_1767686521" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> <div class="photogallery-column column-3" 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_1302929925" data-image-url="https://irp.cdn-website.com/f4938549/dms3rep/multi/testi-1.jpg" style="background-image: url('https://lirp.cdn-website.com/f4938549/dms3rep/multi/opt/testi-1-640w.jpg');"><img id="1007371058" data-src="https://lirp.cdn-website.com/f4938549/dms3rep/multi/opt/testi-1-1920w.jpg" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1082348990" class="caption-container u_1082348990" style="display:none"> <span class="caption-inner"> <h3 id="1963675372" class="caption-title u_1963675372">Rodney Posey</h3> <div id="1439893898" class="caption-text u_1439893898"><p class="rteBlock">Rodney Posey, Service & Facilities Manager, Mears Transportation Group</p></div> <a id="1765970455" class="caption-button dmWidget clearfix u_1765970455" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="u_1138836578 dmRespRow fullBleedChanged fullBleedMode mobile-columns-reversed" style="text-align: center;" id="1138836578"> <div class="dmRespColsWrapper" id="1268203319"> <div class="dmRespCol small-12 medium-6 large-6 u_1519939573" id="1519939573"> <div class="dmNewParagraph u_1833439310" data-element-type="paragraph" data-version="5" id="1833439310" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h3 style="letter-spacing: 2px; line-height: 48px;" class="text-align-center size-40 m-size-32"><span style="color:rgb(255, 255, 255);font-weight:900;display:initial;font-family:Montserrat, 'Montserrat Fallback';" class="font-size-40 m-font-size-32">EMERGENCY<br/>RESPONSE AVAILABLE</span></h3> </div> <div class="u_1246258696 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1246258696"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1362871157"/></div> <div class="dmNewParagraph u_1256631736" data-element-type="paragraph" data-version="5" id="1256631736" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h3 class="text-align-center"><a href="https://www.acr1.com/service-warranty/" target="_blank" runtime_url="https://www.acr1.com/service-warranty/" style="color:rgb(255, 255, 255);font-weight:900;display:initial;font-family:Montserrat, 'Montserrat Fallback';">SERVICE WARRANTY</a></h3> <h4 class="m-size-20 text-align-center size-25"><span class="m-font-size-20 font-size-25" style="color:rgb(255, 255, 255);font-weight:600;display:initial;font-family:Montserrat, 'Montserrat Fallback';"><span class="m-font-size-20 font-size-25" style="color:rgb(255, 255, 255);font-weight:600;display:initial;font-family:Montserrat, 'Montserrat Fallback';">Count on our comprehensive warranty to protect your commercial roof.</span> </span><span style="display: initial; font-weight: normal;"><br/></span></h4> </div> </div> <div class="dmRespCol small-12 medium-6 large-6 dmSectionNoParallax u_1730730031" id="1730730031" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9pcnQtY2RuLm11bHRpc2NyZWVuc2l0ZS5jb20vbWQvZG1pcC9kbXMzcmVwL211bHRpL2hvbWUtZGVjb3ItZGl5LmpwZyJdfQ=="> <div class="dmNewParagraph u_1203860799" data-element-type="paragraph" data-version="5" id="1203860799" data-styletopreserve="{" background-image":""}"=""> <h3 style="line-height: 48px; letter-spacing: 2px;" class="m-size-32 text-align-center size-40"><span style="color:rgb(255, 255, 255);font-weight:900;display:initial;font-family:Montserrat, 'Montserrat Fallback';" class="m-font-size-32 font-size-40">LICENSED, BONDED<br/>& FULLY INSURED</span></h3> </div> <div class="u_1371827715 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1371827715"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1173165004"/></div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1216901485" style="transition: opacity 1s ease-in-out 0s;"> <h3 class="text-align-center"><a href="https://www.acr1.com/service-warranty/" target="_blank" style="text-transform:uppercase;color:rgb(255, 255, 255);font-weight:900;display:unset;font-family:Montserrat, 'Montserrat Fallback';">HIGHEST STANDARDS</a></h3> <h4 class="m-size-20 text-align-center size-25"><span class="m-font-size-20 font-size-25" style="color:rgb(255, 255, 255);font-weight:600;display:unset;font-family:Montserrat, 'Montserrat Fallback';"><span style="color:rgb(255, 255, 255);font-weight:600;display:unset;font-family:Montserrat, 'Montserrat Fallback';" class="m-font-size-20 font-size-25">In most scenarios, we are able to repair your roof promptly and efficiently.</span> </span></h4> </div> </div> </div> </div> <div class="u_1089762251 dmRespRow fullBleedChanged fullBleedMode mobile-columns-reversed" style="text-align: center;" id="1089762251"> <div class="dmRespColsWrapper" id="1232479396"> <div class="dmRespCol small-12 u_1490702646 medium-12 large-12" id="1490702646"> <div class="dmNewParagraph u_1080543795" data-element-type="paragraph" data-version="5" id="1080543795" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h3 style="line-height: 48px; letter-spacing: 2px;" class="text-align-center"><font color="#ffffff" style="font-weight:900;display:initial;font-family:Montserrat, 'Montserrat Fallback';">AW<span class="ql-cursor"></span>ARDS & PARTNERS</font></h3> </div> <div class="u_1495973883 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1495973883"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1178098969"/></div> <div class="dmNewParagraph u_1005606623" data-element-type="paragraph" data-version="5" id="1005606623" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h4 class="text-align-center"><a href="https://www.acr1.com/service-warranty/" target="_blank" runtime_url="https://www.acr1.com/service-warranty/" style="text-transform:capitalize;color:rgb(255, 255, 255);font-weight:500;display:initial;font-family:Montserrat, 'Montserrat Fallback';">At ACR, We Take Pride In Providing Our Clients With The Best Commercial Roofing Services By Holding Our Workers To A Strict List Of Quality Standards. We Also Work With Renowned Partners In Our Industry To Ensure Our Clients Receive The High-Quality Service They Expect.</a><span style="font-weight: normal; display: initial;"><br/></span></h4> </div> <div class="u_1687237224 dmPhotoGallery newPhotoGallery dmPhotoGalleryResp photo-gallery-done text-layout-over captionAlignment-center_center photoGallery" galleryoptionsparams="{thumbnailsPerRow: 3, rowsToShow: 3, imageScaleMethod: true}" data-desktop-layout="square" data-desktop-columns="4" data-element-type="dPhotoGalleryId" data-desktop-text-layout="over" id="1687237224" data-placeholder="false" data-link-gallery="true"> <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-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_1810328835" data-image-url="https://irp.cdn-website.com/f4938549/dms3rep/multi/compliance-depot-logo.png" style="background-image: url('https://lirp.cdn-website.com/f4938549/dms3rep/multi/opt/compliance-depot-logo-640w.png');"><img id="1359533642" data-src="https://lirp.cdn-website.com/f4938549/dms3rep/multi/opt/compliance-depot-logo-1920w.png" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1902908749" class="caption-container u_1902908749" style="display:none"> <span class="caption-inner"> <a id="1263246055" class="caption-button dmWidget clearfix u_1263246055" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> <div class="photogallery-column column-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_1606615317" data-image-url="https://irp.cdn-website.com/f4938549/dms3rep/multi/credential-key.jpg" style="background-image: url('https://lirp.cdn-website.com/f4938549/dms3rep/multi/opt/credential-key-640w.jpg');"><img id="1105242678" data-src="https://lirp.cdn-website.com/f4938549/dms3rep/multi/opt/credential-key-1920w.jpg" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1407239389" class="caption-container u_1407239389" style="display:none"> <span class="caption-inner"> <a id="1841896558" class="caption-button dmWidget clearfix u_1841896558" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> <div class="photogallery-column column-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_1498137979" data-image-url="https://irp.cdn-website.com/f4938549/dms3rep/multi/Avetta-member.jpg" style="background-image: url('https://lirp.cdn-website.com/f4938549/dms3rep/multi/opt/Avetta-member-640w.jpg');"><img id="1497755504" data-src="https://lirp.cdn-website.com/f4938549/dms3rep/multi/opt/Avetta-member-1920w.jpg" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1860368508" class="caption-container u_1860368508" style="display:none"> <span class="caption-inner"> <a id="1473147020" class="caption-button dmWidget clearfix u_1473147020" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> <div class="photogallery-column column-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_1948848794 has-link" href="https://www.bbb.org/us/in/muncie/profile/commercial-roofing/acr1com-commercial-roofing-0382-3175" data-image-url="https://irp.cdn-website.com/f4938549/dms3rep/multi/Accredited-Seals-US_Blue-VerticalABSeal-e1633966626233-85c198dc.png" target="_blank" style="background-image: url('https://lirp.cdn-website.com/f4938549/dms3rep/multi/opt/Accredited-Seals-US_Blue-VerticalABSeal-e1633966626233-85c198dc-640w.png');"><img id="1145013035" data-src="https://lirp.cdn-website.com/f4938549/dms3rep/multi/opt/Accredited-Seals-US_Blue-VerticalABSeal-e1633966626233-85c198dc-1920w.png" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1949633092" class="caption-container u_1949633092" style="display:none"> <span class="caption-inner"> <a id="1499572768" class="caption-button dmWidget clearfix u_1499572768" href="https://www.bbb.org/us/in/muncie/profile/commercial-roofing/acr1com-commercial-roofing-0382-3175" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="dmRespRow u_1400702206" id="1400702206"> <div class="dmRespColsWrapper" id="1553264973"> <div class="dmRespCol large-12 medium-12 small-12 u_1490469243" id="1490469243"> <div class="dmNewParagraph u_1271382160" data-element-type="paragraph" id="1271382160" style="transition: none 0s ease 0s; text-align: center; display: block;" data-version="5"> <h2 class="text-align-center"><span style="display: initial;">THREE IMPORTANT DECISIONS<br/></span></h2> </div> <div class="u_1316234827 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1316234827"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1658027450"/></div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1713389097" style="transition: opacity 1s ease-in-out 0s;"><p class="text-align-center" style="letter-spacing: 1px;"><span style="display: initial;">When it comes time to make a decision on your roof, there are really<br/>three decisions you'll be making.</span></p><p class="text-align-center"><span style="display: initial;"><br/></span></p> <h4 class="text-align-center"><span style="color: var(--color_3); display: initial;">1. COMPANY DECISION</span></h4> <p class="m-size-20 text-align-center size-25" style="letter-spacing: 1px;"><span style="font-weight:600;display:initial;font-family:Montserrat, 'Montserrat Fallback';" class="font-size-25 m-font-size-20">PROFESSIONAL, RELIABLE, AND ESTABLISHED</span></p><p class="text-align-center"><span style="display: initial;"><br/></span></p> <h4 class="text-align-center"><span style="color: var(--color_3); display: initial;">2. ROOF SYSTEM DECISION</span></h4> <p class="m-size-20 text-align-center size-25" style="letter-spacing: 1px;"><span style="font-weight:600;display:initial;font-family:Montserrat, 'Montserrat Fallback';" class="font-size-25 m-font-size-20">GOOD, BETTER, AND BEST</span></p><p class="text-align-center"><span style="display: initial;"><br/></span></p> <h4 class="text-align-center"><span style="color:var(--color_3);font-weight:900;display:initial;font-family:Montserrat, 'Montserrat Fallback';">3. VALUE DECISION</span></h4> <p class="m-size-20 text-align-center size-25" style="letter-spacing: 1px;"><span style="font-weight:600;display:initial;font-family:Montserrat, 'Montserrat Fallback';" class="font-size-25 m-font-size-20">PRICE, QUALITY, WARRANTY, AND PAYBACK</span></p></div> </div> </div> </div> </div> </div> </div> </div> <div class="dmFooterContainer"> <div id="fcontainer" class="f_hcontainer dmFooter p_hfcontainer"> <div dm:templateorder="250" class="dmFooterResp generalFooter" id="1242999262"> <div class="u_1327571971 dmRespRow fullBleedChanged dmSectionNoParallax hasBackgroundOverlay" style="text-align: center;" id="1327571971"> <div class="dmRespColsWrapper" id="1843967307"> <div class="u_1157508342 dmRespCol small-12 large-8 medium-8" id="1157508342"> <div class="u_1930157187 dmNewParagraph" id="1930157187" data-element-type="paragraph" style="transition: none 0s ease 0s; text-align: left; display: block;" data-version="5"> <h2><span style="color: var(--color_1); display: initial;">CONTACT US</span></h2> <p><span style="display: initial;"><br/></span></p><p><span class="" style="display: initial;"><span style="display: initial;">Leaky roof? Want an estimate or roof inspection for your building? Contact us to schedule your service! </span> </span></p></div> <div class="dmform default native-inputs u_1113618117" data-element-type="dContactUsRespId" captcha="true" data-require-captcha="true" data-captcha-position="checkbox" id="1113618117"> <h3 class="dmform-title dmwidget-title" id="1853579273" hide="true">Contact Us</h3> <div class="dmform-wrapper" id="1237403325" captcha-lang="en"> <form method="post" class="dmRespDesignRow" locale="ENGLISH" id="1363558527"> <div class="dmforminput required small-12 dmRespDesignCol medium-12 large-12" id="1631997301"> <label for="1475108653" id="1228781734" data-dm-for="dmform-0">Name:</label> <input type="text" class="" name="dmform-0" id="1475108653"/><input type="hidden" name="label-dmform-0" value="Name:" id="1577860800" class=""/></div> <div class="dmforminput required small-12 dmRespDesignCol medium-6 large-6" id="1157297588"> <label for="1225720111" id="1758641559" data-dm-for="dmform-1">Email:</label> <input type="email" class="" name="dmform-1" id="1225720111"/><input type="hidden" name="label-dmform-1" value="Email" id="1360868201"/></div> <div class="dmforminput required small-12 dmRespDesignCol medium-6 large-6" id="1270649346"> <label for="1004070897" id="1805096112" data-dm-for="dmform-2">Phone:</label> <input type="tel" class="" name="dmform-2" id="1004070897"/><input type="hidden" name="label-dmform-2" value="Phone" id="1220426534"/></div> <div class="dmforminput small-12 dmRespDesignCol required medium-12 large-12" id="1220887164"> <label for="1503667487" id="1368233738" data-dm-for="dmform-4">Street Address</label> <input type="text" name="dmform-4" id="1503667487"/><input type="hidden" name="label-dmform-4" value="Street Address" id="1343421265" class=""/></div> <div class="dmforminput small-12 dmRespDesignCol medium-5 large-5" id="1408892139"> <label for="1829898630" id="1955233683" data-dm-for="dmform-5">City</label> <input type="text" name="dmform-5" id="1829898630"/><input type="hidden" name="label-dmform-5" value="City" id="1350538115" class=""/></div> <div class="dmforminput small-12 medium-4 large-4 dmRespDesignCol" id="1381683291"> <label for="1884746301" id="1747974302" data-dm-for="dmform-7">State</label> <input type="text" name="dmform-7" id="1884746301" class=""/><input type="hidden" name="label-dmform-7" value="State" id="1948311622" class=""/></div> <div class="dmforminput small-12 dmRespDesignCol medium-3 large-3 required" id="1042651466"> <label for="1812691650" id="1228134350" data-dm-for="dmform-6">Zip</label> <input type="text" name="dmform-6" id="1812691650"/><input type="hidden" name="label-dmform-6" value="Zip" id="1100732476" class=""/></div> <div class="dmforminput large-12 medium-12 dmRespDesignCol" id="1649840204"> <label for="1694430411" id="1942920672" data-dm-for="dmform-3">Message:</label> <textarea name="dmform-3" id="1694430411"></textarea> <input type="hidden" name="label-dmform-3" value="Message" id="1416590680"/></div> <span id="undefined_clear" class="dmWidgetClear"></span> <div class="dmformsubmit dmWidget R" id="1106488508"><input class="" name="submit" type="submit" value="Send Message" id="1196933351"/></div> <input name="dmformsendto" type="hidden" id="1410272256" class="" value="O0wrseIfFLvq32ojXBSz8JzMTq9CwG7Xq3EgZ36Iv1H9qzMEcmcbJBSD+CCuxNJslYLMj4nHEnk=" data-dec="true"/><input class="dmActionInput" type="hidden" name="action" value="/_dm/s/rt/widgets/dmform.submit.jsp" id="1722828910"/><input name="dmformsubject" type="hidden" value="ACR1 Web Form Submission" id="1429719979" class="" data-email-subject="ACR1 Web Form Submission"/><input name="dmformfrom" type="hidden" id="1933412261" class="" value="Higher Images Websites"/><input name="dmformautoreplyenabled" type="hidden" value="true" id="1727717103"/><input name="dmformautoreplyfrom" type="hidden" value="Form Submission" id="1117533722" class=""/><input name="dmformautoreplysubject" type="hidden" value="Thank you for your submission" id="1913335047"/><input name="dmformautoreplymsg" type="hidden" value="V2UndmUgcmVjZWl2ZWQgeW91ciBtZXNzYWdlIC0gdGhhbmsgeW91LiBPbmUgb2Ygb3VyIHRlYW0gbWVtYmVycyB3aWxsIGdldCBiYWNrIHRvIHlvdSBzb29uLg==" id="1430858074"/><input name="dmformautoreplyincludeformcopy" type="hidden" value="true" id="1234418408"/><input type="hidden" name="webhookURI" value="https://www.webmarketingconsole.com/api/Rocket/receive_rocket_lead.php?api_key=6c2c81f7-6c2c-6c2c-6c2c-6c2c81ff-e16&business_id=2066" id="1899123857" class=""/><input name="dmformsubmitparams" type="hidden" value="8mpKnCSiNQXK/d9M7IDrSyut/Rg88+TMAVCVHp0nwaDXDB24AL2IBpNjakHnvcHy7ycH42Ept+A8Tm+D/0N5nA3mjAGq1YrsDDv7eSaUL8C/KyF/45RpFpiTOFLtspCzz9GovU7TUI2PQTeToyhAdrYxdeRFIu20WTKF3bl/O+QQbBm+yyWyXtonoKOELOCeL/9+wyZ03rOhu2yIW8DenC2iOeZZsRqhcNp0kjaJZ3CGZCZBj0TzBQuVzVqTmE99fCxxwbg5MXzJUlogQqReAGaZheFr+iXkfmnE8AhW3tGYkgBWK1u9eoBC9cdIbECok8/ZgSe/GGyZWczsZjc+TYnAHAMuhIxhT89KMD6wn7KL0pfCoQbG9RxcV57Sn08MYGESgvYkbX9ZMoXduX875BBsGb7LJbJe6gmCIjjLfaeKsGBXqTfIR3Q0jOu2RU+hAdklqtH5P7nP6CGHj39Uh3bWpFIcnSdrPjEt2GCsH/7DZ+VxQZmWsmaOrtpFPNF5PjEt2GCsH/7W6/AHYP4DLpwrxoECUVENP+9KR3PNaiX9qzMEcmcbJKpFaQLMLKkq" data-dec="true"/><input type="hidden" name="page_uuid" value="542fc331c20a4505a70050dc97f00fa7"/></form> </div> <div class="dmform-success" style="display:none" id="1144598476" data-success-page="thank-you">Thank you for contacting us.<br id="1907565751"/>We will get back to you as soon as possible.</div> <div class="dmform-error" style="display:none" id="1304347561">Oops, there was an error sending your message.<br id="1978978838"/>Please try again later.</div> </div> </div> <div class="u_1337622178 dmRespCol small-12 large-4 medium-4 empty-column" id="1337622178"></div> </div> </div> <div class="u_1743088944 dmRespRow dmSectionNoParallax fullBleedChanged fullBleedMode" style="text-align: center;" id="1743088944" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9pcnQtY2RuLm11bHRpc2NyZWVuc2l0ZS5jb20vbWQvdW5zcGxhc2gvZG1zM3JlcC9tdWx0aS9waG90by0xNTAyOTE5MDg4NzgzLTExYzg0NTQ1NWNiOS5qcGciXX0="> <div class="dmRespColsWrapper" id="1634868199"> <div class="u_1876527064 dmRespCol small-12 large-3 medium-3" id="1876527064"> <div class="u_1334633780 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1334633780"><img src="https://lirp.cdn-website.com/f4938549/dms3rep/multi/opt/logo-16e2b0d2-395w.png" id="1341168563" class="" data-dm-image-path="https://irp.cdn-website.com/f4938549/dms3rep/multi/logo-16e2b0d2.png" width="333" height="70" onerror="handleImageLoadError(this)"/></div> <a data-display-type="block" class="u_1340931573 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="tel:412-481-2155" data-element-type="dButtonLinkId" id="1340931573"> <span class="iconBg" aria-hidden="true" id="1575869430"> <span class="icon hasFontIcon icon-star" id="1357980203"></span> </span> <span class="text" id="1470822038">888-578-2943</span> </a> </div> <div class="u_1611046903 dmRespCol small-12 large-3 medium-3" id="1611046903"> <div class="u_1008464947 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1008464947" style="transition: none 0s ease 0s; text-align: left; display: block;"><p><span class="" style="text-decoration: none; font-weight: bold; display: initial;"><span style="text-decoration: none; font-weight: bold; display: initial;">Headquarters:</span> </span></p></div> <div class="u_1235603339 dmNewParagraph" data-element-type="paragraph" id="1235603339" style="transition: none 0s ease 0s; text-align: left; display: block;" data-version="5"><p class="m-size-13 size-16" style="line-height: 2;"><span class="font-size-16 m-font-size-13" style="font-weight: bold; display: initial;">INDIANA OFFICE</span></p><p class="size-14 m-size-11"><span class="font-size-14 m-font-size-11" style="display: initial;">1924 N ELM ST</span></p><p class="size-14 m-size-11"><span class="font-size-14 m-font-size-11" style="display: initial;">MUNCIE, IN 47303</span></p><p class="size-14 m-size-11"><span class="font-size-14 m-font-size-11" style="display: initial;">(317)820-2418</span></p></div></div> <div class="u_1549532138 dmRespCol small-12 large-3 medium-3" id="1549532138"> <div class="u_1696398283 dmNewParagraph" data-element-type="paragraph" id="1696398283" style="transition: none 0s ease 0s; text-align: left; display: block;" data-version="5"><p><span style="font-weight: bold; display: initial;">Quick Links</span></p></div> <nav class="u_1182151141 unifiednav_vertical effect-text-color main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_4" layout-sub="" data-show-vertical-sub-items="HOVER" id="1182151141" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="https://irp-cdn.multiscreensite.com/md/dmtmpl/5d5e38ed-97f3-47f1-87a8-5cdfcc6b6809/dms3rep/multi/desktop/logo-02.svg" 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="/commercial-roof-installation" class="unifiednav__item " target="" data-target-page-alias="residential-painting"> <span class="nav-item-text " data-link-text="INSTALLATION" data-auto="page-text-style">INSTALLATION<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/commercial-roof-replacement" class="unifiednav__item " target="" data-target-page-alias="replacement"> <span class="nav-item-text " data-link-text="REPLACEMENT" data-auto="page-text-style">REPLACEMENT<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/commercial-roof-repair" class="unifiednav__item " target="" data-target-page-alias="repair"> <span class="nav-item-text " data-link-text="REPAIR" data-auto="page-text-style">REPAIR<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></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 " target="" data-target-page-alias="contact"> <span class="nav-item-text " data-link-text="CONTACT US" data-auto="page-text-style">CONTACT US<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/privacy-policy" class="unifiednav__item " target="" data-target-page-alias="privacy-policy"> <span class="nav-item-text " data-link-text="PRIVACY POLICY" data-auto="page-text-style">PRIVACY POLICY<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </nav> </div> <div class="u_1230038807 dmRespCol small-12 large-3 medium-3" id="1230038807"> <a data-display-type="block" class="u_1598113101 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/contact-us" data-element-type="dButtonLinkId" id="1598113101"> <span class="iconBg" aria-hidden="true" id="1990037512"> <span class="icon hasFontIcon icon-star" id="1635387708"></span> </span> <span class="text" id="1175522018">LOCATIONS</span> </a> <a data-display-type="block" class="u_1853536036 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/service-request" data-element-type="dButtonLinkId" id="1853536036"> <span class="iconBg" aria-hidden="true" id="1548439111"> <span class="icon hasFontIcon icon-star" id="1859189027"></span> </span> <span class="text" id="1569723747">SERVICE REQUEST</span> </a> <a data-display-type="block" class="u_1070927377 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/warranty" data-element-type="dButtonLinkId" id="1070927377"> <span class="iconBg" aria-hidden="true" id="1456999898"> <span class="icon hasFontIcon icon-star" id="1895264286"></span> </span> <span class="text" id="1937789074">WARRANTIES</span> </a> </div> </div> </div> <div class="dmRespRow u_1080609298" style="text-align: center;" id="1080609298"> <div class="dmRespColsWrapper" id="1956852902"> <div class="dmRespCol small-12 medium-6 large-6" id="1984915420"> <div class="dmNewParagraph" data-element-type="paragraph" id="1753772227" style="transition:opacity 1s ease-in-out;line-height:initial;" data-version="5"> <h5 class="size-15" aria-level="1"><span style="display: initial; font-weight: bold; color: var(--color_2);" class="font-size-15">© 2024 All rights reserved - ACR1.COM Commercial Roofing</span></h5> </div></div> <div class="dmRespCol small-12 medium-6 large-6" id="1622028422"> <div class="dmNewParagraph u_1185639852" data-element-type="paragraph" id="1185639852" style="transition: opacity 1s ease-in-out 0s; line-height: initial; text-align: right;" data-version="5"> <h5 class="text-align-right size-15"><span style="display: initial; font-weight: bold; color: var(--color_2);" class="font-size-15">Website Design & Marketing by Higher Images</span></h5> </div></div> </div> </div> </div> <div id="1236746004" dmle_extension="powered_by" data-element-type="powered_by" icon="true" surround="false"></div> </div> </div> <div id="swh-10d4131a86554f36b1e290ebe3070687"> <div data-wrapper-source="appstore"> <script> if (window.location.search.match(/[?,&]preview=true/) && window.top !== window) { window.__AudioEyePreviewMode=true; } </script> <script type="text/javascript">!function(){ var b=function(){ window.__AudioEyeSiteHash = "f6469891f753a123d6863960405ffa3e"; window.__AudioEyeInstallSource = "duda"; var a=document.createElement("script"); a.src="https://wsmcdn.audioeye.com/aem.js"; a.type="text/javascript"; a.setAttribute("async",""); document.getElementsByTagName("body")[0].appendChild(a)}; "complete"!==document.readyState?window.addEventListener?window.addEventListener("load",b):window.attachEvent&&window.attachEvent("onload",b):b()}(); </script> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- Add full CSS and Javascript before the close tag of the body if needed --> <!-- Google Fonts Include --> <!-- loadCSS function fonts.jsp--> <link rel="preload" href="https://irp.cdn-website.com/fonts/css2?family=Belgrano:wght@400&family=Montserrat:[email protected]&family=Josefin+Sans:[email protected]&family=Source+Sans+Pro:wght@200;300;400;600;700;900&family=Open+Sans:[email protected]&subset=latin-ext&display=swap" as="style" fetchpriority="low" onload="loadCSS(this)" /> <!-- RT CSS Include d-css-runtime-desktop-one-package-structured-global--> <link rel="preload" as="style" fetchpriority="low" onload="loadCSS(this)" href="https://static.cdn-website.com/mnlt/production/5435/_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/ffc1a8fc7b7c9627b2140e71e3945727.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/f4938549/files/f4938549_withFlex_1.min.css?v=219" 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/f4938549/files/f4938549_home_withFlex_1.min.css?v=219" 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-24, .size-24, .size-24 > font { font-size: 24px !important; }.font-size-50, .size-50, .size-50 > font { font-size: 50px !important; }.font-size-40, .size-40, .size-40 > font { font-size: 40px !important; }.font-size-25, .size-25, .size-25 > font { font-size: 25px !important; }.font-size-16, .size-16, .size-16 > font { font-size: 16px !important; }.font-size-14, .size-14, .size-14 > font { font-size: 14px !important; }.font-size-15, .size-15, .size-15 > font { font-size: 15px !important; } </style> <style id="pageFontSizeStyle" type="text/css"> </style> <!-- ========= JS Section ========= --> <script> var isWLR = true; window.customWidgetsFunctions = {}; window.customWidgetsStrings = {}; window.collections = {}; window.currentLanguage = "ENGLISH" window.isSitePreview = false; </script> <script> window.customWidgetsFunctions["832a29738c2b44fdb4e63369b1bf458a~78"] = function (element, data, api) { $(element).find('[data-first-expanded="true"]').attr('data-first-expanded', 'false').find('.accordion-item').eq(0).addClass('expanded'); $(element).off('click.toggle').on('click.toggle', '.accordion-title', function(){ if(data.config.collapseOthers){ $(this).parents('.accordion-item').siblings().removeClass('expanded'); // $(element).find('.accordion-item').not(this).removeClass('expanded'); } $(this).parents('.accordion-item').toggleClass('expanded'); }); }; </script> <script type="text/javascript"> var d_version = "production_5435"; var build = "2025-05-04T12_52_34"; window['v' + 'ersion'] = d_version; function buildEditorParent() { window.isMultiScreen = true; window.editorParent = {}; window.previewParent = {}; window.assetsCacheQueryParam = "?version=2025-05-04T12_52_34"; 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 --> <script data-swh-uuid="a8fdb329388d4acbb62024c3c3c55a53"> if (window.location.search.match(/[?,&]preview=true/) && window.top !== window) { window.__AudioEyePreviewMode=true; } </script> <script type="text/javascript" data-swh-uuid="a8fdb329388d4acbb62024c3c3c55a53"> !function(){ var b=function(){ window.__AudioEyeSiteHash = "f6469891f753a123d6863960405ffa3e"; var a=document.createElement("script"); a.src="https://wsmcdn.audioeye.com/aem.js"; a.type="text/javascript"; document.getElementsByTagName("body")[0].appendChild(a)}; "complete"!==document.readyState?window.addEventListener?window.addEventListener("load",b):window.attachEvent&&window.attachEvent("onload",b):b()}(); </script> <!-- End Injecting site-wide to the head --> <script> var _jquery = window.$; var jqueryAliases = ['$', 'jquery', 'jQuery']; jqueryAliases.forEach((alias) => { Object.defineProperty(window, alias, { get() { return _jquery; }, set() { console.warn("Trying to over-write the global jquery object!"); } }); }); window.jQuery.migrateMute = true; </script> <script> 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/5435'; rtCommonProps["common.resources.cdn.host"] = 'https://static.cdn-website.com'; rtCommonProps["common.resources.folder"] = 'https://static.cdn-website.com/mnlt/production/5435'; rtCommonProps["feature.flag.runtime.backgroundSlider.preload.slowly"] =true; rtCommonProps["feature.flag.runtime.newAnimation.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.jitAnimation.enabled"] =true; rtCommonProps["feature.flag.sites.google.analytics.gtag"] =true; rtCommonProps["feature.flag.runOnReadyNewTask"] =true; rtCommonProps["isAutomation.test"] =false; rtCommonProps['common.mapsProvider'] = 'mapbox'; rtCommonProps['common.mapsProvider.version'] = '0.52.0'; rtCommonProps['common.geocodeProvider'] = 'mapbox'; rtCommonProps['common.map.defaults.radiusSize'] = '1500'; rtCommonProps['common.map.defaults.radiusBg'] = 'rgba(255, 255, 255, 0.4)'; rtCommonProps['common.map.defaults.strokeColor'] = 'rgba(255, 255, 255, 1)'; rtCommonProps['common.map.defaults.strokeSize'] = '2'; rtCommonProps['server.for.resources'] = ''; rtCommonProps['feature.flag.lazy.widgets'] = true; rtCommonProps['feature.flag.single.wow'] = false; rtCommonProps['feature.flag.disallowPopupsInEditor'] = true; rtCommonProps['feature.flag.mark.anchors'] = true; rtCommonProps['captcha.public.key'] = '6LffcBsUAAAAAMU-MYacU-6QHY4iDtUEYv_Ppwlz'; rtCommonProps['captcha.invisible.public.key'] = '6LeiWB8UAAAAAHYnVJM7_-7ap6bXCUNGiv7bBPME'; rtCommonProps["images.sizes.small"] =160; rtCommonProps["images.sizes.mobile"] =640; rtCommonProps["images.sizes.tablet"] =1280; rtCommonProps["images.sizes.desktop"] =1920; rtCommonProps["modules.resources.cdn"] =true; rtCommonProps["import.images.storage.imageCDN"] = 'https://lirp.cdn-website.com/'; rtCommonProps["feature.flag.runtime.inp.threshold"] =150; rtCommonProps["feature.flag.performance.logs"] =true; rtCommonProps["site.widget.form.captcha.type"] = 'g_recaptcha'; rtCommonProps["friendly.captcha.site.key"] = 'FCMGSQG9GVNMFS8K'; rtCommonProps["cookiebot.mapbox.consent.category"] = 'marketing'; // feature flags that's used out of runtime module (in legacy files) rtCommonProps["platform.monolith.personalization.dateTimeCondition.popupMsgAction.moveToclient.enabled"] =true; window.rtFlags = {}; rtFlags["unsuspendEcwidStoreOnRuntime.enabled"] =true; rtFlags["scripts.widgetCount.enabled"] =true; rtFlags["ecom.ecwidNewUrlStructure.enabled"] = false; rtFlags["ecom.ecwid.storefrontV3.enabled"] = false; rtFlags["ecom.ecwid.old.store.fix.facebook.share"] = true; rtFlags["feature.flag.photo.gallery.exact.size"] =true; rtFlags["geocode.search.localize"] =false; rtFlags["feature.flag.runtime.newAnimation.asyncInit.setTimeout.enabled"] =false; rtFlags["twitter.heightLimit.enabled"] = true; rtFlags["editor.classicHybrid.photogallery.fix"] =true; rtFlags["runtime.lottieOverflow"] =false; rtFlags["runtime.monitoring.sentry.ignoreErrors"] = ""; rtFlags["contact.form.browserValidation.enabled"] =true; rtFlags["streamline.monolith.personalization.supportMultipleConditions.enabled"] =false; rtFlags["runtime.cwv.report.cls.enabled"] =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/5435/_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/5435/_dm/s/rt/dist/scripts/d-js-jquery-migrate.min.js" ></script> <script> $(window).bind("orientationchange", function (e) { $.layoutManager.initLayout(); }); $(document).resize(function () { }); </script> <script type="text/javascript" id="d_track_campaign"> (function() { if (!window.location.search) { return; } const cleanParams = window.location.search.substring(1); // Strip ? const queryParams = cleanParams.split('&'); const expires = 'expires=' + new Date().getTime() + 24 * 60 * 60 * 1000; const domain = 'domain=' + window.location.hostname; const path = "path=/"; queryParams.forEach((param) => { const [key, value = ''] = param.split('='); if (key.startsWith('utm_')) { const cookieName = "_dm_rt_" + key.substring(4); const cookie = cookieName + "=" + value; const joined = [cookie, expires, domain, path].join(";"); document.cookie = joined; } }); }()); </script> <script type="text/javascript" > var _dm_gaq = {}; var _gaq = _gaq || []; var _dm_insite = []; </script> <script type="text/javascript" id="d_track_sp"> ;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[]; p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments) };p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1; n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","//d32hwlnfiv2gyn.cloudfront.net/sp-2.0.0-dm-0.1.min.js","snowplow")); window.dmsnowplow = window.snowplow; dmsnowplow('newTracker', 'cf', 'd32hwlnfiv2gyn.cloudfront.net', { // Initialise a tracker appId: 'f4938549' }); // 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: f4938549 --> <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 --> <!-- Higher Images Tracking Codes --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-ND3V252" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- End Higher Images Tracking Codes --> <!-- End Body End Markup --> <!-- Site Wide Html Markup --> <!-- Site Wide Html Markup --> </body> </html>