

<!DOCTYPE html>
<html lang="en" class="">
<head prefix="og:http://ogp.me/ns#">
    <meta charset="utf-8" />
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, user-scalable=yes" />
    <title>Winona Lighting</title>
    <meta property="og:title" content="Winona Lighting" />
    <meta property="og:site_name" content="Acuity Brands" />
    <meta property="og:description" content="Winona Lighting Custom Solution Product Support Information" />
    <meta name="image" property="og:image" content="/-/media/abl/acuitybrands/images/social-logos/ab-green-logo.png" />
    <meta name="description" content="Winona Lighting Custom Solution Product Support Information" />
        <meta name="robots" content="INDEX, FOLLOW" />
    <meta http-equiv="content-language" content="en" />
    <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
    <meta http-equiv="last-modified" content="2025-03-11T18:14:15.000Z" />
    <link rel="canonical" href="https://www.acuitybrands.com/winona-lighting" />
            <link rel="alternate" hreflang="en" href="https://www.acuitybrands.com/en/winona-lighting" />
            <link rel="alternate" hreflang="fr-CA" href="https://www.acuitybrands.com/fr-ca/winona-lighting" />
            <link rel="alternate" hreflang="x-default" href="https://www.acuitybrands.com/winona-lighting" />

    <meta property="og:url" content="https://www.acuitybrands.com/winona-lighting" />

    <script src="https://consent.trustarc.com/autoblockasset/core.min.39652c2.js?domain=acuitybrands-ayi.com"></script>
<script src="//consent.trustarc.com/autoblockoptout?domain=acuitybrands-ayi.com"></script>
<script async="async" type="text/javascript" crossorigin="" src='//consent.trustarc.com/notice?domain=acuitybrands-ayi.com&c=teconsent&js=nj&noticeType=bb&gtm=1&text=true&pcookie'></script>
<!-- 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-KV9GH9');</script><!-- End Google Tag Manager -->
    
        <link rel="icon" href=/-/media/abl/shared-content/images/favicons/favicon_green.ico type="image/x-icon" />
    


<div id="myDiv"> </div>
<script>
    function handle404Error(el, failed) {
        if (failed || (el.sheet.cssRules && !el.sheet.cssRules.length)) {
            document.getElementById("myDiv").innerHTML = '<link rel="stylesheet" type="text/css" href="">';
            var link = document.createElement("link");
            link.href = "/Assets/css/fallback/bootstrap.min.css";
            link.type = "text/css";
            link.rel = "stylesheet";
            link.media = "screen,print";

            document.getElementsByTagName("head")[0].appendChild(link);
        }
        else {
        }
    }
</script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.4.2/css/all.css" integrity="sha384-blOohCVdhjmtROpu8+CfTnUWham9nkX7P7OZQMst+RUnhtoY/9qemFAkIKOYxDI3" crossorigin="anonymous" />
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous" onload="handle404Error(this)" onerror="handle404Error(this, true)" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/lightgallery/1.6.12/css/lightgallery.min.css">
<link rel="stylesheet" href="https://vjs.zencdn.net/4.12/video-js.css">

<link href="/bundles/brandStyles/acuitybrands?v=DJTae-KUmhBik7nORQg87rFrmdGEI8rCBSxaDPJ0nSA1" rel="stylesheet"/>



    <script src="/bundles/startupScripts?v=1UHA9jcK6V7llGlZ23ZsMPctBiQKYjSgor2zRe5Q9xo1"></script>

    




<script>
    window.dataLayer = window.dataLayer || [];

    window.addEventListener('load', function () {
        //Utility navigation
        $(".info-bar a").click(function (e) {
            window.dataLayer.push({
                'event': 'utility_nav',
                'data': {
                    'utilityNavData': {
                        'navSelection': $(e.target).text()
                    }
                }
            });
        });

        //Header navigation
        function headerNavInteract(e) {
            var linkItem = $(e.target);
            var subNav = linkItem.parents("ul.header__main__sub-nav");
            var tertiaryNav = linkItem.parents("ul.header__main__tertiary-nav");

            var level1Text = subNav.length ? subNav.prev().text().trim()
                : tertiaryNav.length ? tertiaryNav.prev().text().trim()
                    : linkItem.text().trim();
            var level2Text = tertiaryNav.length ? tertiaryNav.prev().text().trim()
                : subNav.length ? linkItem.text().trim()
                    : '';
            var level3Text = tertiaryNav.length ? linkItem.text().trim()
                : '';

            headerNavData = {};
            if (level1Text)
                headerNavData['level1Nav'] = level1Text;
            if (level2Text)
                headerNavData['level1Nav2'] = level2Text;
            if (level3Text)
                headerNavData['level1Nav3'] = level3Text;

            window.dataLayer.push({
                'event': 'header_nav',
                'data': {
                    'headerNavData': headerNavData
                }
            });
        }
        $(".header__main nav>ul.unlisted a[href]").click(headerNavInteract);
        $(".header__main nav>ul.unlisted a[href] span").click(headerNavInteract);


    });
</script>


<script>
    //How to buy "Find Location or Agent" event
    var app = app || {};
    app.sqlmaps = app.sqlmaps || {};
    window.dataLayer = window.dataLayer || [];

    var addLocationDataLayer = function (filterBubbleSelection, locationIdentifier, locationValue) {
        var isFromProduct = false;
        var locData = {};
        if (isFromProduct) {
            locData = {
                'productName': '',
                'productId': '',
            }
        }

        if (filterBubbleSelection)
            locData["filterBubbleSelection"] = filterBubbleSelection;
        if (locationIdentifier)
            locData["locationIdentifier"] = locationIdentifier;
        if (locationValue)
            locData["locationValue"] = locationValue;

        window.dataLayer.push({
            'event': 'find_location_or_agent',
            'data': {
                'locationData': locData
            }
        });
    }

    window.addEventListener('load', function () {
        var processHowToBuyEvent = function () {
            var filterBubbleSelection = '';
            var locationIdentifier = '';
            var locationValue = '';

            locationValue = $(".how-to-buy-2__search div.form-group:visible input").val();
            var selectVal = $(".how-to-buy-2__search div.form-group:visible select").val();
            if (selectVal)
                locationValue += ", " + selectVal;

            locationIdentifier = $(".how-to-buy-2__search #dropdown-search-type button#dropdownSearchTypeButton").text().trim();
            if (locationIdentifier === "Search By")
                locationIdentifier = "";

            filterBubbleSelection = $(".how-to-buy-2__filters .radiobtn label input[type='radio']:checked").parent().text().trim();


            if (filterBubbleSelection == "Mexico/LATAM Agents" ||
                filterBubbleSelection == "Heavy Industrial / DOT" ||
                filterBubbleSelection == "Utility" ||
                filterBubbleSelection == "Non-Utility") {
                locationIdentifier = 'acuitybrands';
            }

            if (filterBubbleSelection && locationIdentifier && locationValue) {
                addLocationDataLayer(filterBubbleSelection, locationIdentifier, locationValue);
            }
        }

        if ($("#how-to-buy-container").length) {
            $(".how-to-buy-2__search #map-search-button").click(() => processHowToBuyEvent());
            $('.how-to-buy-2__search .form-control').bind("enterKey", () => processHowToBuyEvent());
        }
    });
</script>

    
    <!-- headtag placeholder -->
    
</head>
<body ng-app="acuityApp">
    <!-- Skip links for accessibility -->
    <a href="#nav-content" class="skip-link">Skip to Navigation Content</a>
    <a href="#main-content" class="skip-link">Skip to Main Content</a>
    <a href="#footer-content" class="skip-link">Skip to Footer Content</a>
    
    <input type="hidden" id="currentLanguage" value="en" />

    <!-- Google Tag Manager (noscript) --><noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KV9GH9"height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><!-- End Google Tag Manager (noscript) -->        <script>
            window.dataLayer = window.dataLayer || [];
            window.dataLayer.push({
            'ItemId': '{4944B094-8CAC-487A-AA83-1E0FD92ED1F4}',
                'Culture': 'en',
                'ItemVersion': '1',
                'ItemName': 'Winona Lighting'
            });
        </script>
    

    


    <script>
        var app = app || {};
        app.cookieLifetime = 0;
    </script>
    <div id="cookie-disclosure" class="cookie-disclosure-footer">
        <script src="https://sdk.ceros.com/embedded-player-sdk-v5.min.js"></script>
<div id="consent_blackbar"></div>
<script>
         const currentPageUrl = window.location.href;
        // Ignore luminis.com AND nightingalelighting.com nightingalelighting-cm
       const ignoreConsent = currentPageUrl.includes("luminis.com") || currentPageUrl.includes("luminis-cm") || currentPageUrl.includes("nightingalelighting.com") || currentPageUrl.includes("nightingalelighting-cm");
        //applyConsent() code from Ceros documentation
        function applyConsent(hasConsent) {
          if(ignoreConsent) return null;

  var foundExperienceInterval = setInterval(function () {
    var cerosFrames = document.querySelectorAll("iframe.ceros-experience");

    // If no iframes found, exit early and wait for next interval
    if (!cerosFrames.length) return;

  var cerosContainer = cerosFrames[0] ? cerosFrames[0].parentNode : null;
  if (!cerosContainer || !cerosContainer.getAttribute("id")) return;

    // Safeguard: make sure the container exists and has an ID
    if (cerosContainer && cerosContainer.getAttribute("id")) {
      var expId = cerosContainer.getAttribute("id");

      clearInterval(foundExperienceInterval); // Stop the loop

      // Wait for CerosSDK to be available before trying to find experience (with timeout)
      var sdkWaitTime = 0;
      var sdkInterval = setInterval(function () {
        if (typeof CerosSDK !== "undefined") {
          clearInterval(sdkInterval);

          CerosSDK.findExperience(expId)
            .done(function (experience) {
              experience.setUserConsentForAnalytics(hasConsent);
            })
            .fail(function (error) {
              console.error(error);
            });
        } else {
          sdkWaitTime += 200;
          if (sdkWaitTime >= 5000) { // stop after 5 seconds
            clearInterval(sdkInterval);
            console.warn("CerosSDK not available after 5 seconds.");
          }
        }
      }, 200);


    }
  }, 500);
}
       
        // Add event listener for TrustArc consent preference changes
        window.addEventListener("message", (event) => {
            let eventDataJson = null;
 
            try {
                eventDataJson = JSON.parse(event.data);
            } catch {
                // If parsing fails, it's not a TrustArc event
                // TrustArc always sends JSON-encoded data
            }
 
            // Check if the event is from TrustArc preference manager
            if (eventDataJson && eventDataJson.source === "preference_manager") {
                // Check if the event indicates preferences were submitted
                if (eventDataJson.message === "submit_preferences") {
                    // Reload the page to apply new preferences
                    window.location.reload();
                }
            }
        }, false);
 
        // Function to check if TrustArc is fully loaded
        function isTrustArcLoaded() {
            // Check if all required TrustArc objects and properties exist
            return typeof truste !== 'undefined' &&
                   truste.eu &&
                   truste.eu.bindMap &&
                   truste.eu.bindMap.behaviorManager &&
                   truste.cma;
        }
 
        // Function to wait for TrustArc to load with timeout
        function waitForTrustArc(callback, interval = 100, timeout = 5000) {
            // Track elapsed time
            let elapsedTime = 0;
            
            // Set up interval to check TrustArc loading status
            const checkInterval = setInterval(function() {
                // Check if TrustArc is loaded
                if (isTrustArcLoaded()) {
                    // Clear the interval as we don't need to check anymore
                    clearInterval(checkInterval);
                    console.log('TrustArc has fully loaded');
                    
                    // Execute the callback if one was provided
                    if (typeof callback === 'function') {
                        try {
                            callback();
                        } catch (error) {
                            // Log any errors that occur during callback execution
                            console.error('Error executing TrustArc callback:', error);
                        }
                    }
                } else {
                    // Increment elapsed time
                    elapsedTime += interval;
                    
                    // Check if we've exceeded the timeout
                    if (elapsedTime >= timeout) {
                        // Clear the interval and log a warning
                        clearInterval(checkInterval);
                        console.warn('Timeout: TrustArc did not load within expected time (5 seconds)');
                    }
                }
            }, interval);
        }
 
        // Function to check consent status and apply it
        function checkConsent() {
            try {
                // Initialize consent status as false
                let hasConsent = false;
                // Get consent decision from TrustArc
                const response = truste.cma.callApi("getGDPRConsentDecision", "kkw4tu");
 
                // Check consent based on response source
                if (response.source === "asserted") {
                    // For asserted consent, check if consentDecision includes value 2
                    hasConsent = response.consentDecision.includes(2);
                }
 
                // Log the consent status
                console.log("Applying consent", hasConsent);
                // Apply the consent status to the Ceros experience
                applyConsent(hasConsent);
            } catch (error) {
                // Log any errors that occur during consent checking
                console.error('Error checking consent:', error);
            }
        }
 
        if(!ignoreConsent) {
           // Wait for TrustArc to load and then initialize consent checking
           waitForTrustArc(function() {
            checkConsent();
        });
        }
 
        // Run it once to kick off the SDK loading; we are going to comment this out as it call it elsewhere now
        //applyConsent(false);
       </script>
    </div>

<div class="content-area">
    <link rel="stylesheet" href="https://static.cloud.coveo.com/searchui/v2.10089/css/CoveoFullSearch.css" />
<link rel="stylesheet" href="https://static.cloud.coveo.com/coveoforsitecore/ui/v0.55.8/css/CoveoForSitecore.css" />
<script class="coveo-script" type="text/javascript" src='https://static.cloud.coveo.com/searchui/v2.10089/js/CoveoJsSearch.Lazy.min.js'></script>
<script class="coveo-for-sitecore-script" type="text/javascript" src='https://static.cloud.coveo.com/coveoforsitecore/ui/v0.55.8/js/CoveoForSitecore.Lazy.min.js'></script>
<script type="text/javascript" src="https://static.cloud.coveo.com/searchui/v2.10089/js/cultures/en.js"></script>

<div>


    
    
    <!-- Resources -->
    <div id="coveo3a949f41"
         class="CoveoForSitecoreContext"
                    data-sc-should-have-analytics-component='true'
            data-sc-analytics-enabled='true'
            data-sc-current-language='en'
            data-prebind-sc-language-field-name='fieldTranslator'
            data-sc-language-field-name='_language'
            data-sc-labels='{&quot;Template&quot; : &quot;Template&quot; , &quot;Uniform resource identifier&quot; : &quot;URI&quot; , &quot;Created&quot; : &quot;Created&quot; , &quot;Updated By&quot; : &quot;Updated by&quot; , &quot;Language&quot; : &quot;Language&quot; , &quot;Last Time Modified&quot; : &quot;Last time modified.&quot; , &quot;Created By&quot; : &quot;Created by&quot; , &quot;Creation Time&quot; : &quot;Creation time.&quot; , &quot;Search is currently unavailable&quot; : &quot;Oops! Something went wrong on the server.&quot; , &quot;If the problem persists contact the administrator.&quot; : &quot;If the problem persists contact the administrator.&quot; , &quot;Ascending&quot; : &quot;Ascending&quot; , &quot;Descending&quot; : &quot;Descending&quot;}'
            data-sc-maximum-age='900000'
            data-sc-page-name='Flush-Surface Mounts'
            data-sc-page-name-full-path='/sitecore/content/AcuityBrands/Products/Residential/Flush-Surface Mounts'
            data-sc-index-source-name='Coveo_web_index - abltech'
            data-sc-is-in-experience-editor='false'
            data-sc-is-user-anonymous='true'
            data-sc-item-uri='sitecore://web/{C30CD487-F5C2-422F-954E-14EB22143E8C}?lang=en&amp;ver=2'
            data-sc-item-id='c30cd487-f5c2-422f-954e-14eb22143e8c'
            data-prebind-sc-latest-version-field-name='fieldTranslator'
            data-sc-latest-version-field-name='_latestversion'
            data-sc-rest-endpoint-uri='/coveo/rest'
            data-sc-analytics-endpoint-uri='/coveo/rest/ua'
            data-sc-site-name='AcuityBrands'
            data-sc-field-prefix='f'
            data-sc-field-suffix='26781'
            data-sc-prefer-source-specific-fields='false'
            data-sc-external-fields='[{&quot;fieldName&quot;:&quot;permanentid&quot;,&quot;shouldEscape&quot;:false}]'
            data-sc-source-specific-fields='[{&quot;fieldName&quot;:&quot;attachmentparentid&quot;},{&quot;fieldName&quot;:&quot;author&quot;},{&quot;fieldName&quot;:&quot;clickableuri&quot;},{&quot;fieldName&quot;:&quot;collection&quot;},{&quot;fieldName&quot;:&quot;concepts&quot;},{&quot;fieldName&quot;:&quot;date&quot;},{&quot;fieldName&quot;:&quot;filetype&quot;},{&quot;fieldName&quot;:&quot;indexeddate&quot;},{&quot;fieldName&quot;:&quot;isattachment&quot;},{&quot;fieldName&quot;:&quot;language&quot;},{&quot;fieldName&quot;:&quot;printableuri&quot;},{&quot;fieldName&quot;:&quot;rowid&quot;},{&quot;fieldName&quot;:&quot;size&quot;},{&quot;fieldName&quot;:&quot;source&quot;},{&quot;fieldName&quot;:&quot;title&quot;},{&quot;fieldName&quot;:&quot;topparent&quot;},{&quot;fieldName&quot;:&quot;topparentid&quot;},{&quot;fieldName&quot;:&quot;transactionid&quot;},{&quot;fieldName&quot;:&quot;uri&quot;},{&quot;fieldName&quot;:&quot;urihash&quot;}]'
>
    </div>
    <script type="text/javascript">
        var endpointConfiguration = {
            itemUri: "sitecore://web/{C30CD487-F5C2-422F-954E-14EB22143E8C}?lang=en&amp;ver=2",
            siteName: "AcuityBrands",
            restEndpointUri: "/coveo/rest"
        };
        if (typeof (CoveoForSitecore) !== "undefined") {
            CoveoForSitecore.SearchEndpoint.configureSitecoreEndpoint(endpointConfiguration);
            CoveoForSitecore.version = "5.0.1039.1";
            var context = document.getElementById("coveo3a949f41");
            if (!!context) {
                CoveoForSitecore.Context.configureContext(context);
            }
        }
    </script>
</div>

    <div class="" >
        

<div class="hamburger">
    <button type="button" class="tcon tcon-menu--xcross" aria-label="toggle menu">
        <span class="tcon-menu__lines" aria-hidden="true"></span>
        <span class="tcon-visuallyhidden">toggle menu</span>
    </button>
</div>

    <svg class="mobile-search-trigger" xmlns="http://www.w3.org/2000/svg" version="1.1" x="0" y="0" viewBox="0 0 16 16" xml:space="preserve"><g><path fill="#68737a" d="M6.6 0C3 0 0 3 0 6.6c0 3.7 3 6.6 6.6 6.6 1.5 0 2.8-0.5 3.9-1.3l3.7 3.7c0.2 0.2 0.4 0.3 0.7 0.3s0.5-0.1 0.7-0.3c0.4-0.4 0.4-1 0-1.4L12 10.6c0.8-1.1 1.3-2.5 1.3-3.9C13.3 3 10.3 0 6.6 0L6.6 0zM6.6 11.6c-2.7 0-5-2.2-5-5 0-2.7 2.2-5 5-5 2.7 0 5 2.2 5 5C11.6 9.4 9.4 11.6 6.6 11.6L6.6 11.6z" /></g></svg>

<div class="shade"></div>

<div >


    <header  data-pageId="{4944B094-8CAC-487A-AA83-1E0FD92ED1F4}">

        
            <div class="info-bar">
                <div class="container-fluid h-100">
                    <div class="row h-100">
                        <div class="col-md-3">
                            
                            

    <div class="info-bar__ticker" style="padding-top:9px;">
        
    </div>


                        </div>
                        <div class="col-9">
                            <ul class="info-bar__links unlisted inline text-right">
        <li class="info-bar__links__mobile-hide">
            <a href="/support/how-to-buy" class="" >How to Buy</a>
        </li>
        <li class="info-bar__links__mobile-hide">
            <a href="https://www.acuityinc.com/resources/our-newsroom" class="" target="_blank" aria-label="Navigate to external site" >Our Newsroom</a>
        </li>
        <li class="info-bar__links__mobile-hide">
            <a href="https://www.acuityinc.com/careers" class="" target="_blank" aria-label="Navigate to external site" >Join Our Team</a>
        </li>
        <li class="info-bar__links__with-dropdown info-bar__links__mobile-hide">
<a href="/login" class="login-link" role="link" aria-label="Navigate to external site, opens in existing" >Login</a>
            <div class="info-bar__links__dropdown">
                <ul class="unlisted">
        <li >
<a href="/login" class="" >                        <i class="fa fa-sign-in-alt" role="presentation"></i>
Login/Register</a>
        </li>
                </ul>
            </div>
        </li>
            <li class="info-bar__links__with-dropdown info-bar__links__mobile-hide">
<a role="presentation"></a>
                    <u style="text-decoration:none">United States - English</u>
                    <i role='button' aria-label='Hover over language selector' class="fa-solid fa-caret-down" style="color: #fafafa;"></i>

                <div class="info-bar__links__dropdown">
                    <ul class="unlisted">
                                <li>
                                    <a href="/en/winona-lighting">United States - English</a>
                                </li>
                                <li>
                                    <a href="/fr-ca/winona-lighting">Canada - Francais</a>
                                </li>

                    </ul>
                </div>
            </li>

                            </ul>
                        </div>
                    </div>
                </div>
            </div>

            <div id="nav-content" tabindex="-1" class="header__main">
                <div class="header__main__shade"></div>
                <div class="container-fluid">
                    <div class="row">
                        <div class="col-auto">
                            <a class="header__main__logo" href="/"><img src="/-/media/abl/acuitybrands/images/home/new-acuity-brands-logo-green-220x70.png?h=70&amp;w=220&amp;la=en&amp;hash=3AA54071025D0D22CB8DDE5AF22D2F14" alt="site logo" /></a>
                        </div>
                        <div class="col header__main__nav-wrapper">
                            <nav>
                                <div class="info-bar info-bar__height info-bar--nav">
                                    <ul class="info-bar__links__mobile unlisted inline text-right">
                                    </ul>
                                </div>
                                <ul class="unlisted">
        <li class="  has-sub-nav">
            <a class="has-sub-nav__mobile-trigger"><span>Who We Are</span><i class="fas fa-chevron-right" role="presentation"></i></a>
<a href="/who-we-are" class="has-sub-nav__desktop-link" aria-expanded="false" aria-haspopup="true" >                <span>Who We Are</span>
</a>            <ul class="header__main__sub-nav unlisted">
                <li class="back"><a><i class="fas fa-chevron-left" role="presentation"></i>Back</a></li>
                <li class="section-link">
<a href="/who-we-are" class="" >Who We Are</a>                </li>
        <li class="first-with-sub-nav" style="">
<a href="/who-we-are/our-brands" class="" style="" >Our Brands</a>        </li>
        <li class="" style="">
<a href="https://www.acuityinc.com/resources/our-newsroom" class="" style="" target="_blank" >Our Newsroom</a>        </li>
        <li class="" style="">
<a href="https://www.acuityinc.com" class="" style="" target="_blank" >Our Parent Company</a>        </li>
            </ul>
        </li>
        <li class="  has-sub-nav">
            <a class="has-sub-nav__mobile-trigger"><span>Products</span><i class="fas fa-chevron-right" role="presentation"></i></a>
<a href="/products" class="has-sub-nav__desktop-link" aria-expanded="false" aria-haspopup="true" >                <span>Products</span>
</a>            <ul class="header__main__sub-nav unlisted">
                <li class="back"><a><i class="fas fa-chevron-left" role="presentation"></i>Back</a></li>
                <li class="section-link">
<a href="/products" class="" >Products</a>                </li>
        <li class="first-with-sub-nav" style="color: #007239 !important;font-weight: Bold;">
<a href="/products/our-new-products" class="" style="color: #007239 !important;font-weight: Bold;" >NEW PRODUCTS</a>        </li>
        <li class="has-tertiary-nav ">
            <a class="has-tertiary-nav__mobile-trigger"><span>Indoor</span><i class="fas fa-chevron-right" role="presentation"></i></a>
<a href="/products/indoor" class="has-sub-nav__desktop-link" aria-expanded="false" aria-haspopup="true" >                <span style="">Indoor</span>
</a>            <ul class="header__main__tertiary-nav unlisted">
                <li class="back"><a><i class="fas fa-chevron-left" role="presentation"></i>Back</a></li>
                <li class="section-link">
<a href="/products/indoor" class="" >Indoor</a>                </li>
    <li  style="">
<a href="/products/indoor/architectural" class="" style="" >Architectural</a>    </li>
    <li  style="">
<a href="/products/indoor/decorative" class="" style="" >Decorative</a>    </li>
    <li  style="">
<a href="/products/indoor/downlights-cylinders" class="" style="" >Downlights / Cylinders</a>    </li>
    <li  style="">
<a href="/products/indoor/linear" class="" style="" >Linear</a>    </li>
    <li  style="">
<a href="/products/indoor/commercial-modular-wiring" class="" style="" >Modular Wiring</a>    </li>
    <li  style="">
<a href="/products/indoor/multiples" class="" style="" >Multiples</a>    </li>
    <li  style="">
<a href="/products/indoor/panels" class="" style="" >Panels</a>    </li>
    <li  style="">
<a href="/products/indoor/shop-lights" class="" style="" >Shop Lights</a>    </li>
    <li  style="">
<a href="/products/indoor/commercial-strip-lights" class="" style="" >Strip Lights</a>    </li>
    <li  style="">
<a href="https://juno.acuitybrands.com/products/led-tapelight" class="" style="" target="_blank" >Tapelight</a>    </li>
    <li  style="">
<a href="/products/indoor/commercial-track-fixtures" class="" style="" >Track Fixtures</a>    </li>
    <li  style="">
<a href="/products/indoor/commercial-track-systems" class="" style="" >Track Systems</a>    </li>
    <li  style="">
<a href="/products/indoor/troffers" class="" style="" >Troffers</a>    </li>
    <li  style="">
<a href="/products/indoor/wall-brackets" class="" style="" >Wall Brackets</a>    </li>
    <li  style="">
<a href="/products/indoor/wraps" class="" style="" >Wraps</a>    </li>
            </ul>
        </li>
        <li class="has-tertiary-nav ">
            <a class="has-tertiary-nav__mobile-trigger"><span>Residential</span><i class="fas fa-chevron-right" role="presentation"></i></a>
<a href="/products/residential" class="has-sub-nav__desktop-link" aria-expanded="false" aria-haspopup="true" >                <span style="">Residential</span>
</a>            <ul class="header__main__tertiary-nav unlisted">
                <li class="back"><a><i class="fas fa-chevron-left" role="presentation"></i>Back</a></li>
                <li class="section-link">
<a href="/products/residential" class="" >Residential</a>                </li>
    <li  style="">
<a href="/products/residential/decorative-linear" class="" style="" >Decorative Linear</a>    </li>
    <li  style="">
<a href="/products/downlights" class="" style="" >Downlights</a>    </li>
    <li  style="">
<a href="/products/residential/flush-surface-mounts" class="" style="" >Flush/Surface Mounts</a>    </li>
    <li  style="">
<a href="/products/residential/linear-accent" class="" style="" >Linear Accent</a>    </li>
    <li  style="">
<a href="/products/residential/pendants-semi-flush" class="" style="" >Pendants/Semi-Flush</a>    </li>
    <li  style="">
<a href="/products/residential/sconces" class="" style="" >Sconces</a>    </li>
    <li  style="">
<a href="/products/downlights/smart-downlights" class="" style="" >Smart Home</a>    </li>
    <li  style="">
<a href="/products/residential/residential-step-lights" class="" style="" >Step Lights</a>    </li>
    <li  style="">
<a href="https://juno.acuitybrands.com/products/led-tapelight" class="" style="" target="_blank" >Tapelight</a>    </li>
    <li  style="">
<a href="/products/residential/residential-track-fixtures" class="" style="" >Track Fixtures</a>    </li>
    <li  style="">
<a href="/products/residential/residential-track-systems" class="" style="" >Track Systems</a>    </li>
    <li  style="">
<a href="/products/residential/undercabinet-task" class="" style="" >Undercabinet/Task</a>    </li>
    <li  style="">
<a href="/products/residential/utility-closet" class="" style="" >Utility/Closet</a>    </li>
    <li  style="">
<a href="/products/residential/vanity" class="" style="" >Vanity</a>    </li>
            </ul>
        </li>
        <li class="has-tertiary-nav ">
            <a class="has-tertiary-nav__mobile-trigger"><span>Industrial</span><i class="fas fa-chevron-right" role="presentation"></i></a>
<a href="/products/industrial" class="has-sub-nav__desktop-link" aria-expanded="false" aria-haspopup="true" >                <span style="">Industrial</span>
</a>            <ul class="header__main__tertiary-nav unlisted">
                <li class="back"><a><i class="fas fa-chevron-left" role="presentation"></i>Back</a></li>
                <li class="section-link">
<a href="/products/industrial" class="" >Industrial</a>                </li>
    <li  style="">
<a href="/products/industrial/linear-high-bays" class="" style="" >Linear High Bays</a>    </li>
    <li  style="">
<a href="/products/industrial/low-bays" class="" style="" >Low Bays</a>    </li>
    <li  style="">
<a href="/products/industrial/industrial-modular-wiring" class="" style="" >Modular Wiring</a>    </li>
    <li  style="">
<a href="/products/industrial/round-high-bays" class="" style="" >Round High Bays</a>    </li>
    <li  style="">
<a href="/products/industrial/special-applications" class="" style="" >Special Applications</a>    </li>
    <li  style="">
<a href="/products/industrial/industrial-strip-lights" class="" style="" >Strip Lights</a>    </li>
            </ul>
        </li>
        <li class="has-tertiary-nav ">
            <a class="has-tertiary-nav__mobile-trigger"><span>Outdoor</span><i class="fas fa-chevron-right" role="presentation"></i></a>
<a href="/products/outdoor" class="has-sub-nav__desktop-link" aria-expanded="false" aria-haspopup="true" >                <span style="">Outdoor</span>
</a>            <ul class="header__main__tertiary-nav unlisted">
                <li class="back"><a><i class="fas fa-chevron-left" role="presentation"></i>Back</a></li>
                <li class="section-link">
<a href="/products/outdoor" class="" >Outdoor</a>                </li>
    <li  style="">
<a href="/products/outdoor/area-site" class="" style="" >Area &amp; Site</a>    </li>
    <li  style="">
<a href="/products/outdoor/bollards" class="" style="" >Bollards</a>    </li>
    <li  style="">
<a href="/products/outdoor/building-mount" class="" style="" >Building Mount</a>    </li>
    <li  style="">
<a href="/products/outdoor/floodlighting-landscape" class="" style="" >Floodlighting &amp; Landscape</a>    </li>
    <li  style="">
<a href="/products/outdoor/garage-canopy" class="" style="" >Garage &amp; Canopy</a>    </li>
    <li  style="">
<a href="/products/outdoor/ingrade" class="" style="" >Ingrade</a>    </li>
    <li  style="">
<a href="/products/outdoor/period-lighting" class="" style="" >Period Lighting</a>    </li>
    <li  style="">
<a href="/products/outdoor/commercial-lighting-poles-arms" class="" style="" >Poles and Arms</a>    </li>
    <li  style="">
<a href="/products/outdoor/roadway" class="" style="" >Roadway</a>    </li>
    <li  style="">
<a href="/products/outdoor/sports-lighting" class="" style="" >Sports Lighting</a>    </li>
    <li  style="">
<a href="/products/outdoor/outdoor-step-lights" class="" style="" >Step Lights</a>    </li>
    <li  style="">
<a href="/products/outdoor/underwater" class="" style="" >Underwater</a>    </li>
            </ul>
        </li>
        <li class="" style="">
<a href="/resources/programs/contractor-select" class="" style="" >Contractor Select</a>        </li>
        <li class="" style="">
<a href="/resources/programs/design-select" class="" style="" >Design Select</a>        </li>
        <li class="has-tertiary-nav ">
            <a class="has-tertiary-nav__mobile-trigger"><span>Confinement / Vandal</span><i class="fas fa-chevron-right" role="presentation"></i></a>
<a href="/products/confinement-vandal" class="has-sub-nav__desktop-link" aria-expanded="false" aria-haspopup="true" >                <span style="">Confinement / Vandal</span>
</a>            <ul class="header__main__tertiary-nav unlisted">
                <li class="back"><a><i class="fas fa-chevron-left" role="presentation"></i>Back</a></li>
                <li class="section-link">
<a href="/products/confinement-vandal" class="" >Confinement / Vandal</a>                </li>
    <li  style="">
<a href="/products/confinement-vandal/confinement" class="" style="" >Confinement</a>    </li>
    <li  style="">
<a href="/products/confinement-vandal/downlight-housing" class="" style="" >Downlight / Housing </a>    </li>
    <li  style="">
<a href="/products/confinement-vandal/emergency-exit-sign" class="" style="" >Emergency Exit Sign</a>    </li>
    <li  style="">
<a href="/products/detail/2142243/luminaire-led/vrp-vandal-resistant-panel/vrp-features-ik10-followed-by-ip66-rating-and-ligature-resistant-design-for-behavioral-health-and-vandal-prone-environments" class="" style="" >Flat Panel</a>    </li>
    <li  style="">
<a href="/products/confinement-vandal/floodlight" class="" style="" >Floodlight</a>    </li>
    <li  style="">
<a href="/products/confinement-vandal/linear" class="" style="" >Linear</a>    </li>
    <li  style="">
<a href="/products/confinement-vandal/sconce" class="" style="" >Sconce</a>    </li>
    <li  style="">
<a href="/products/confinement-vandal/surface-light" class="" style="" >Surface Light</a>    </li>
    <li  style="">
<a href="/products/confinement-vandal/troffer" class="" style="" >Troffer</a>    </li>
    <li  style="">
<a href="/products/confinement-vandal/wallpack" class="" style="" >Wallpack</a>    </li>
            </ul>
        </li>
        <li class="has-tertiary-nav ">
            <a class="has-tertiary-nav__mobile-trigger"><span>Life Safety</span><i class="fas fa-chevron-right" role="presentation"></i></a>
<a href="/products/life-safety" class="has-sub-nav__desktop-link" aria-expanded="false" aria-haspopup="true" >                <span style="">Life Safety</span>
</a>            <ul class="header__main__tertiary-nav unlisted">
                <li class="back"><a><i class="fas fa-chevron-left" role="presentation"></i>Back</a></li>
                <li class="section-link">
<a href="/products/life-safety" class="" >Life Safety</a>                </li>
    <li  style="">
<a href="/products/life-safety/canadian-life-safety-products" class="" style="" >Canadian Life Safety Products</a>    </li>
    <li  style="">
<a href="/products/life-safety/emergency-ac-inverters" class="" style="" >Emergency AC Inverters</a>    </li>
    <li  style="">
<a href="/products/life-safety/emergency-ballasts-drivers" class="" style="" >Emergency Ballasts &amp; Drivers</a>    </li>
    <li  style="">
<a href="/products/life-safety/emergency-control-devices" class="" style="" >Emergency Control Devices</a>    </li>
    <li  style="">
<a href="/products/life-safety/emergency-lighting-units-remotes" class="" style="" >Emergency Lighting Units &amp; Remotes</a>    </li>
    <li  style="">
<a href="/products/life-safety/exit-signs-combos" class="" style="" >Exit Signs &amp; Combos</a>    </li>
    <li  style="">
<a href="/products/family/star-emergency-lighting-testing" class="" style="" >STAR Emergency Lighting Testing</a>    </li>
    <li  style="">
<a href="/products/family/lithonia-life-safety" class="" style="" >Lithonia Lighting&#174; Life Safety Solutions</a>    </li>
            </ul>
        </li>
        <li class="has-tertiary-nav ">
            <a class="has-tertiary-nav__mobile-trigger"><span>Lighting Controls</span><i class="fas fa-chevron-right" role="presentation"></i></a>
<a href="/products/controls" class="has-sub-nav__desktop-link" aria-expanded="false" aria-haspopup="true" >                <span style="">Lighting Controls</span>
</a>            <ul class="header__main__tertiary-nav unlisted">
                <li class="back"><a><i class="fas fa-chevron-left" role="presentation"></i>Back</a></li>
                <li class="section-link">
<a href="/products/controls" class="" >Lighting Controls</a>                </li>
    <li  style="">
<a href="/products/controls/accessories" class="" style="" >Accessories</a>    </li>
    <li  style="">
<a href="/products/controls/controllers" class="" style="" >Controllers</a>    </li>
    <li  style="">
<a href="/products/controls/daylight-sensors" class="" style="" >Daylight Sensors</a>    </li>
    <li  style="">
<a href="/products/controls/embedded-controls" class="" style="" >Embedded Controls</a>    </li>
    <li  style="">
<a href="/products/controls/load-controllers" class="" style="" >Load Controllers</a>    </li>
    <li  style="">
<a href="/products/luminaires-with-embedded-controls" class="" style="" >Luminaires with Embedded Controls</a>    </li>
    <li  style="">
<a href="/products/controls/occupancy-sensors" class="" style="" >Occupancy Sensors</a>    </li>
    <li  style="">
<a href="/products/controls/outdoor-photocontrols-and-sensors" class="" style="" >Outdoor Photocontrols and Sensors</a>    </li>
    <li  style="">
<a href="/products/controls/panels" class="" style="" >Panels</a>    </li>
    <li  style="">
<a href="/support/lighting-controls-services" class="" style="" title="Services" >Services</a>    </li>
    <li  style="">
<a href="/products/controls/software-and-mobile-apps" class="" style="" >Software and Mobile Apps</a>    </li>
    <li  style="">
<a href="/products/controls/wall-stations-and-switches" class="" style="" >Wall Stations and Switches</a>    </li>
    <li  style="">
<a href="/who-we-are/acuity-brands-lighting/lighting-controls" class="" style="" >Bringing Controls to Light</a>    </li>
            </ul>
        </li>
        <li class="has-tertiary-nav ">
            <a class="has-tertiary-nav__mobile-trigger"><span>Drivers and Components</span><i class="fas fa-chevron-right" role="presentation"></i></a>
<a href="/products/drivers-and-components" class="has-sub-nav__desktop-link" aria-expanded="false" aria-haspopup="true" >                <span style="">Drivers and Components</span>
</a>            <ul class="header__main__tertiary-nav unlisted">
                <li class="back"><a><i class="fas fa-chevron-left" role="presentation"></i>Back</a></li>
                <li class="section-link">
<a href="/products/drivers-and-components" class="" >Drivers and Components</a>                </li>
    <li  style="">
<a href="https://www.eldoled.com/products/family/eldoled-fieldset-programmable-led-drivers" class="" style="" target="_blank" >FieldSET Programmable LED Drivers</a>    </li>
    <li  style="">
<a href="https://www.iotaengineering.com/" class="" style="" target="_blank" >Inverters &amp; Emergency Drivers</a>    </li>
    <li  style="">
<a href="https://www.eldoled.com/" class="" style="" target="_blank" >LED Drivers</a>    </li>
    <li  style="">
<a href="https://www.whiteoptics.com/" class="" style="" target="_blank" >Lenses &amp; Optical Films</a>    </li>
    <li  style="">
<a href="/oem" class="" style="" >OEM Solutions</a>    </li>
            </ul>
        </li>
        <li class="has-tertiary-nav ">
            <a class="has-tertiary-nav__mobile-trigger"><span>DMX Networking &amp; Controls</span><i class="fas fa-chevron-right" role="presentation"></i></a>
<a href="/products/dmx-networking-controls" class="has-sub-nav__desktop-link" aria-expanded="false" aria-haspopup="true" >                <span style="">DMX Networking &amp; Controls</span>
</a>            <ul class="header__main__tertiary-nav unlisted">
                <li class="back"><a><i class="fas fa-chevron-left" role="presentation"></i>Back</a></li>
                <li class="section-link">
<a href="/products/dmx-networking-controls" class="" >DMX Networking &amp; Controls</a>                </li>
    <li  style="">
<a href="/products/dmx-networking-controls/accessories" class="" style="" >Accessories</a>    </li>
    <li  style="">
<a href="/products/dmx-networking-controls/controls-and-consoles" class="" style="" >Controls and Consoles</a>    </li>
    <li  style="">
<a href="/products/dmx-networking-controls/data-receptacles" class="" style="" >Data Receptacles</a>    </li>
    <li  style="">
<a href="/products/dmx-networking-controls/ethernet-switches" class="" style="" >Ethernet Switches</a>    </li>
    <li  style="">
<a href="/products/dmx-networking-controls/gateways-dmx-rdm" class="" style="" >Gateways DMX RDM</a>    </li>
    <li  style="">
<a href="/products/dmx-networking-controls/interfaces-dmx" class="" style="" >Interfaces DMX</a>    </li>
    <li  style="">
<a href="/products/dmx-networking-controls/panels" class="" style="" >Panels</a>    </li>
    <li  style="">
<a href="https://pathway.acuitybrands.com/products/pathscape-dmx-software" class="" style="" >Pathscape Software</a>    </li>
    <li  style="">
<a href="/products/detail/1602941/pathway/pwelink-lighting-protocol-router/elink-network-protocol-converter-router" class="" style="" >Protocol Converter Router</a>    </li>
    <li  style="">
<a href="/products/dmx-networking-controls/splitters-dmx-rdm" class="" style="" >Splitters DMX RDM</a>    </li>
            </ul>
        </li>
        <li class="" style="">
<a href="/resources/markets/healthcare/care-collection-products" class="" style="" >Healthcare</a>        </li>
        <li class="" style="">
<a href="/verjure-horticulture-lighting" class="" style="" >Horticulture Lighting</a>        </li>
            </ul>
        </li>
        <li class="  has-sub-nav">
            <a class="has-sub-nav__mobile-trigger"><span>Resources</span><i class="fas fa-chevron-right" role="presentation"></i></a>
<a href="/resources" class="has-sub-nav__desktop-link" aria-expanded="false" aria-haspopup="true" >                <span>Resources</span>
</a>            <ul class="header__main__sub-nav unlisted">
                <li class="back"><a><i class="fas fa-chevron-left" role="presentation"></i>Back</a></li>
                <li class="section-link">
<a href="/resources" class="" >Resources</a>                </li>
        <li class="has-tertiary-nav first-with-sub-nav">
            <a class="has-tertiary-nav__mobile-trigger"><span>Markets</span><i class="fas fa-chevron-right" role="presentation"></i></a>
<a href="/resources/markets" class="has-sub-nav__desktop-link" aria-expanded="false" aria-haspopup="true" >                <span style="">Markets</span>
</a>            <ul class="header__main__tertiary-nav unlisted">
                <li class="back"><a><i class="fas fa-chevron-left" role="presentation"></i>Back</a></li>
                <li class="section-link">
<a href="/resources/markets" class="" >Markets</a>                </li>
    <li  style="">
<a href="/resources/markets/data-centers" class="" style="" >Data Centers</a>    </li>
    <li  style="">
<a href="/resources/markets/education" class="" style="" >Education</a>    </li>
    <li  style="">
<a href="/resources/markets/healthcare" class="" style="" >Healthcare</a>    </li>
    <li  style="">
<a href="/verjure-horticulture-lighting" class="" style="" >Horticulture</a>    </li>
    <li  style="">
<a href="/resources/markets/infrastructure" class="" style="" >Infrastructure</a>    </li>
    <li  style="">
<a href="/resources/markets/gas-station-lights-and-convenience-store-lighting" class="" style="" >Refueling</a>    </li>
    <li  style="">
<a href="https://www.acuitybrands.com/resources/markets#allmarkets" class="" style="" >All Markets</a>    </li>
            </ul>
        </li>
        <li class="has-tertiary-nav ">
            <a class="has-tertiary-nav__mobile-trigger"><span>Programs</span><i class="fas fa-chevron-right" role="presentation"></i></a>
<a href="/resources/programs" class="has-sub-nav__desktop-link" aria-expanded="false" aria-haspopup="true" >                <span style="">Programs</span>
</a>            <ul class="header__main__tertiary-nav unlisted">
                <li class="back"><a><i class="fas fa-chevron-left" role="presentation"></i>Back</a></li>
                <li class="section-link">
<a href="/resources/programs" class="" >Programs</a>                </li>
    <li  style="">
<a href="/resources/programs/contractor-select" class="" style="" >Contractor Select</a>    </li>
    <li  style="">
<a href="/resources/programs/design-select" class="" style="" >Design Select</a>    </li>
            </ul>
        </li>
        <li class="has-tertiary-nav ">
            <a class="has-tertiary-nav__mobile-trigger"><span>Customer Tools</span><i class="fas fa-chevron-right" role="presentation"></i></a>
<a href="/resources/customer-tools" class="has-sub-nav__desktop-link" aria-expanded="false" aria-haspopup="true" >                <span style="">Customer Tools</span>
</a>            <ul class="header__main__tertiary-nav unlisted">
                <li class="back"><a><i class="fas fa-chevron-left" role="presentation"></i>Back</a></li>
                <li class="section-link">
<a href="/resources/customer-tools" class="" >Customer Tools</a>                </li>
    <li  style="">
<a href="/resources/customer-tools/ar" class="" style="" >Acuity Brands AR App</a>    </li>
    <li  style="">
<a href="/resources/customer-tools/connected-distributor-tools" class="" style="" >Connected Distributor</a>    </li>
    <li  style="">
<a href="/resources/customer-tools/contractor-resources" class="" style="" >Contractor Resources</a>    </li>
    <li  style="">
<a href="/resources/customer-tools/customer-financial-assistance" class="" style="" >Customer Financial Assistance</a>    </li>
    <li  style="">
<a href="/resources/customer-tools/electrical-distributors" class="" style="" >Distributor Advantage</a>    </li>
    <li  style="">
<a href="/resources/customer-tools/retrofit-and-renovation/energy-efficient-products" class="" style="" >Energy Efficient Lookup</a>    </li>
    <li  style="">
<a href="/resources/customer-tools/life-safety-resources" class="" style="" >Life Safety Resource Center</a>    </li>
    <li  style="">
<a href="/resources/customer-tools/lighting-design-resources" class="" style="" >Lighting Design Resources</a>    </li>
    <li  style="">
<a href="/resources/customer-tools/literature-library" class="" style="" >Literature Library</a>    </li>
    <li  style="">
<a href="/resources/customer-tools/national-accounts" class="" style="" >National Accounts</a>    </li>
    <li  style="">
<a href="/resources/customer-tools/paint-colors" class="" style="" >Paint Colors</a>    </li>
    <li  style="">
<a href="/resources/customer-tools/retrofit-and-renovation" class="" style="" >Retrofit Solutions</a>    </li>
    <li  style="">
<a href="/resources/customer-tools/supplier-resources" class="" style="" >Supplier Resources</a>    </li>
            </ul>
        </li>
        <li class="" style="">
<a href="https://www.acuityinc.com/earthlight-report-2024" class="" style="" target="_blank" >EarthLIGHT Report 2024</a>        </li>
        <li class="has-tertiary-nav ">
            <a class="has-tertiary-nav__mobile-trigger"><span>Featured Technologies</span><i class="fas fa-chevron-right" role="presentation"></i></a>
<a href="/resources/featured-technologies" class="has-sub-nav__desktop-link" aria-expanded="false" aria-haspopup="true" >                <span style="">Featured Technologies</span>
</a>            <ul class="header__main__tertiary-nav unlisted">
                <li class="back"><a><i class="fas fa-chevron-left" role="presentation"></i>Back</a></li>
                <li class="section-link">
<a href="/resources/featured-technologies" class="" >Featured Technologies</a>                </li>
    <li  style="">
<a href="/resources/featured-technologies/cellconnect" class="" style="" >Cell Connect</a>    </li>
    <li  style="">
<a href="/resources/featured-technologies/dc2dc" class="" style="" >DC2DC Architecture</a>    </li>
    <li  style="">
<a href="/products/controls/embedded-controls" class="" style="" >Embedded Controls</a>    </li>
    <li  style="">
<a href="/resources/featured-technologies/empowering-technologies" class="" style="" >Empowering Technologies</a>    </li>
    <li  style="">
<a href="/resources/featured-technologies/led-drivers" class="" style="" >LED Drivers</a>    </li>
    <li  style="">
<a href="/resources/featured-technologies/mainstream-dynamic" class="" style="" >Mainstream Dynamic</a>    </li>
    <li  style="">
<a href="/products/family/star-emergency-lighting-testing" class="" style="" >STAR</a>    </li>
    <li  style="">
<a href="/resources/featured-technologies/turtle-friendly-lighting" class="" style="" >Turtle-Friendly Lighting</a>    </li>
            </ul>
        </li>
        <li class="" style="">
<a href="/resources/inspiration-gallery" class="" style="" >Inspiration Gallery</a>        </li>
        <li class="" style="">
<a href="/resources/education-and-enablement" class="" style="" >Education and Enablement</a>        </li>
        <li class="has-tertiary-nav ">
            <a class="has-tertiary-nav__mobile-trigger"><span>Technical Resources</span><i class="fas fa-chevron-right" role="presentation"></i></a>
<a href="/resources/technical-resources" class="has-sub-nav__desktop-link" aria-expanded="false" aria-haspopup="true" >                <span style="">Technical Resources</span>
</a>            <ul class="header__main__tertiary-nav unlisted">
                <li class="back"><a><i class="fas fa-chevron-left" role="presentation"></i>Back</a></li>
                <li class="section-link">
<a href="/resources/technical-resources" class="" >Technical Resources</a>                </li>
    <li  style="">
<a href="/resources/technical-resources/bim-downloads" class="" style="" >BIM Downloads by Brand</a>    </li>
    <li  style="">
<a href="/resources/technical-resources/ies-downloads" class="" style="" >IES Downloads by Brand</a>    </li>
    <li  style="">
<a href="/resources/technical-resources/pole-resources" class="" style="" >POLESCENTRAL</a>    </li>
    <li  style="">
<a href="/resources/technical-resources/typicals" class="" style="" >Typicals</a>    </li>
            </ul>
        </li>
        <li class="has-tertiary-nav ">
            <a class="has-tertiary-nav__mobile-trigger"><span>Trending Topics</span><i class="fas fa-chevron-right" role="presentation"></i></a>
<a href="/resources/trending-topics" class="has-sub-nav__desktop-link" aria-expanded="false" aria-haspopup="true" >                <span style="">Trending Topics</span>
</a>            <ul class="header__main__tertiary-nav unlisted">
                <li class="back"><a><i class="fas fa-chevron-left" role="presentation"></i>Back</a></li>
                <li class="section-link">
<a href="/resources/trending-topics" class="" >Trending Topics</a>                </li>
    <li  style="">
<a href="/resources/trending-topics/building-certification-programs" class="" style="" >Building Certification Programs</a>    </li>
    <li class="hide-in-ca" style="">
<a href="/resources/trending-topics/buy-american" class="" style="" >BAA and BABA</a>    </li>
    <li  style="">
<a href="/resources/trending-topics/california-compliance" class="" style="" title="California Compliance" >California Energy Compliance</a>    </li>
    <li  style="">
<a href="/resources/trending-topics/humanistic-lighting" class="" style="" >Humanistic Lighting</a>    </li>
    <li  style="">
<a href="" class="" style="" >Infrastructure Investment and Jobs Act</a>    </li>
    <li  style="">
<a href="/resources/trending-topics/find-low-ugr-products" class="" style="" >Low UGR</a>    </li>
            </ul>
        </li>
        <li class="" style="">
<a href="https://insights.acuitybrands.com/" class="" style="" target="_blank" >Insights Blog</a>        </li>
        <li class="has-tertiary-nav ">
            <a class="has-tertiary-nav__mobile-trigger"><span>Product Security</span><i class="fas fa-chevron-right" role="presentation"></i></a>
<a href="/resources/product-security" class="has-sub-nav__desktop-link" aria-expanded="false" aria-haspopup="true" >                <span style="">Product Security</span>
</a>            <ul class="header__main__tertiary-nav unlisted">
                <li class="back"><a><i class="fas fa-chevron-left" role="presentation"></i>Back</a></li>
                <li class="section-link">
<a href="/resources/product-security" class="" >Product Security</a>                </li>
    <li  style="">
<a href="/resources/product-security/product-security-bulletins" class="" style="" >Product Security Bulletins</a>    </li>
    <li  style="">
<a href="/resources/product-security/product-security-vulnerability-policy" class="" style="" >Product Security Vulnerability Policy</a>    </li>
            </ul>
        </li>
            </ul>
        </li>
        <li class="">
<a href="/support" class="" >                <span>Support</span>
</a>        </li>
        <li class="last-on-desktop">
<a href="/contact" class="" >                <span>Contact Us</span>
</a>        </li>

                                    
        <li class="has-sub-nav has-sub-nav--hidden-desktop ">
<a href="/support/how-to-buy" class="" >How to Buy</a>        </li>
        <li class="has-sub-nav has-sub-nav--hidden-desktop ">
<a href="https://www.acuityinc.com/resources/our-newsroom" class="" target="_blank" >Our Newsroom</a>        </li>
        <li class="has-sub-nav has-sub-nav--hidden-desktop ">
<a href="https://www.acuityinc.com/careers" class="" target="_blank" >Join Our Team</a>        </li>
        <li class="has-sub-nav has-sub-nav--hidden-desktop ">
                <a class="d-lg-none"><span>Login</span><i class="fas fa-chevron-right" role="presentation"></i></a>
            <a href="/login" class="has-sub-nav__desktop-link login-link" >                <span>Login</span>
</a>            <ul class="header__main__sub-nav unlisted">
                <li class="back d-lg-none"><a><i class="fas fa-chevron-left" role="presentation"></i>Back</a></li>
                    <li class="section-link">
<a href="/login" class="login-link" >Login</a>                    </li>
                <li>
<a href="/login" class="" >                                <i class="fa fa-sign-in-alt" role="presentation" style="display: none"></i>
                                <span>
                                    Login/Register
                                </span>
</a>                </li>
            </ul>
        </li>
        <li class="has-sub-nav has-sub-nav--hidden-desktop ">
            <a class="d-lg-none"><span>United States - English</span><i class="fas fa-chevron-right" role="presentation"></i></a>
            <ul class="header__main__sub-nav unlisted">
                <li class="back d-lg-none"><a><i class="fas fa-chevron-left" role="presentation"></i>Back</a></li>
                <li class="section-link" style="text-transform: uppercase;">
United States - English                </li>
                <li>
                        <a href="/en/winona-lighting">
                            <i class="fa fa-cog" role="presentation" style="display: none"></i>
                            <span>
                                United States - English
                            </span>
                        </a>
                        <a href="/fr-ca/winona-lighting">
                            <i class="fa fa-cog" role="presentation" style="display: none"></i>
                            <span>
                                Canada - Francais
                            </span>
                        </a>
                </li>
            </ul>
        </li>
                                                                    </ul>
                            </nav>
                        </div>
                            <div class="col header__main__search-bar">
        <div class="search-bar form-group">
            <img class="mobile-search-close" src="/Assets/img/close-modal-blue-grey.png" alt="Close Mobile Search Bar" />
            <div class="form-group col-search">
                <div class="ablCoveoSearchbox">
                    <div class="ab-global-searchbox-container">
    
    

        <div id="_4C7A652E-1CA1-4B0D-8C93-ABE0512B5797"
               data-search-interface-id='coveo670bcc2f'
>

            <div class='coveo-search-section'>
                



<script>
    document.addEventListener("CoveoSearchEndpointInitialized", function() {
        var searchboxElement = document.getElementById("_185F67BF-1D73-4AEE-9564-FDE5B0EB24D9");
        searchboxElement.addEventListener("CoveoComponentInitialized", function() {
            CoveoForSitecore.initSearchboxIfStandalone(searchboxElement, "/search");
        });
    })
</script><div id="_185F67BF-1D73-4AEE-9564-FDE5B0EB24D9_container"
       data-prebind-maximum-age='currentMaximumAge'
  data-pipeline='AcuityBrands-pipeline'
>

    <div id="_185F67BF-1D73-4AEE-9564-FDE5B0EB24D9"
         class="CoveoSearchbox"
           data-enable-omnibox='true'
  data-prebind-maximum-age='currentMaximumAge'
  data-pipeline='AcuityBrands-pipeline'
  data-placeholder='Search'
  data-clear-filters-on-new-query='false'
>
        
        
<script type="text/javascript">
    document.addEventListener("CoveoSearchEndpointInitialized", function() {
        var componentId = "_185F67BF-1D73-4AEE-9564-FDE5B0EB24D9";
        var componentElement = document.getElementById(componentId);

        function showError(error) {
                console.error(error);
        }

        function areCoveoResourcesIncluded() {
            return typeof (Coveo) !== "undefined";
        }

        if (areCoveoResourcesIncluded()) {
            var event = document.createEvent("CustomEvent");
            event.initEvent("CoveoComponentInitialized", false, true);
            
            setTimeout(function() {
                componentElement.dispatchEvent(event);
            }, 0);
        } else {
            componentElement.classList.add("invalid");
            showError("The Coveo Resources component must be included in this page.");
        }
    });
</script>
        <div class="CoveoForSitecoreExpressions"></div>
        <div class="CoveoForSitecoreConfigureSearchHub" data-sc-search-hub="Search"></div>
    </div>



    <div class="CoveoForSitecoreAnalytics"
                    data-sc-analytics-custom-metadata='{&quot;hostpageid&quot; : &quot;{7161E863-D64E-4687-AD91-E78691520B43}&quot;}'
            data-component-type='globalsearch'
>
    </div>
<div>
    

        <div class="CoveoAnalytics"
                            data-prebind-endpoint='coveoForSitecoreAnalyticsEndpoint'
                data-prebind-anonymous='isAnonymous'
                data-prebind-search-hub='currentPageName'
                data-prebind-send-to-cloud='analyticsEnabled'
                data-component-type='globalsearch'
>
        </div>
</div>
    <div>
    
    

    <div class="CoveoForSitecoreLocalExpression"
                    data-sc-filter-on-sitecore-context-database='true'
            data-sc-filter-on-current-language='true'
            data-sc-filter-on-latest-version='true'
>
    </div>
</div>

    <div>
    
    

        <div class="CoveoForSitecoreFilterExpression"
                                         data-sc-filter-scope-node='{&quot;advanced&quot; : {&quot;type&quot; : &quot;and&quot; , &quot;left&quot; : {&quot;type&quot; : &quot;or&quot; , &quot;left&quot; : {&quot;type&quot; : &quot;or&quot; , &quot;left&quot; : {&quot;type&quot; : &quot;or&quot; , &quot;left&quot; : {&quot;type&quot; : &quot;or&quot; , &quot;left&quot; : {&quot;type&quot; : &quot;or&quot; , &quot;left&quot; : {&quot;type&quot; : &quot;and&quot; , &quot;left&quot; : {&quot;type&quot; : &quot;field&quot; , &quot;fieldName&quot; : &quot;HasLayout&quot; , &quot;operator&quot; : {&quot;name&quot; : &quot;==&quot; , &quot;value&quot; : 1},&quot;fieldValueType&quot; : {&quot;name&quot; : &quot;boolean&quot; , &quot;value&quot; : 0},&quot;fieldValues&quot; : [true]},&quot;right&quot; : {&quot;type&quot; : &quot;and&quot; , &quot;left&quot; : {&quot;type&quot; : &quot;field&quot; , &quot;fieldName&quot; : &quot;site&quot; , &quot;operator&quot; : {&quot;name&quot; : &quot;==&quot; , &quot;value&quot; : 1},&quot;fieldValueType&quot; : {&quot;name&quot; : &quot;string&quot; , &quot;value&quot; : 3},&quot;fieldValues&quot; : [&quot;AcuityBrands&quot;]},&quot;right&quot; : {&quot;type&quot; : &quot;and&quot; , &quot;left&quot; : {&quot;type&quot; : &quot;not&quot; , &quot;operand&quot; : {&quot;type&quot; : &quot;field&quot; , &quot;fieldName&quot; : &quot;site&quot; , &quot;operator&quot; : {&quot;name&quot; : &quot;==&quot; , &quot;value&quot; : 1},&quot;fieldValueType&quot; : {&quot;name&quot; : &quot;string&quot; , &quot;value&quot; : 3},&quot;fieldValues&quot; : [&quot;AcuityBrandsToronto&quot;]}},&quot;right&quot; : {&quot;type&quot; : &quot;not&quot; , &quot;operand&quot; : {&quot;type&quot; : &quot;field&quot; , &quot;fieldName&quot; : &quot;site&quot; , &quot;operator&quot; : {&quot;name&quot; : &quot;==&quot; , &quot;value&quot; : 1},&quot;fieldValueType&quot; : {&quot;name&quot; : &quot;string&quot; , &quot;value&quot; : 3},&quot;fieldValues&quot; : [&quot;AcuityBrandsMX&quot;]}}}}},&quot;right&quot; : {&quot;type&quot; : &quot;and&quot; , &quot;left&quot; : {&quot;type&quot; : &quot;field&quot; , &quot;fieldName&quot; : &quot;_template&quot; , &quot;operator&quot; : {&quot;name&quot; : &quot;==&quot; , &quot;value&quot; : 1},&quot;fieldValueType&quot; : {&quot;name&quot; : &quot;string&quot; , &quot;value&quot; : 3},&quot;fieldValues&quot; : [&quot;68D7070A0D8248959EEA08DC14EFAC70&quot;]},&quot;right&quot; : {&quot;type&quot; : &quot;field&quot; , &quot;fieldName&quot; : &quot;excludefromsearchresults&quot; , &quot;operator&quot; : {&quot;name&quot; : &quot;==&quot; , &quot;value&quot; : 1},&quot;fieldValueType&quot; : {&quot;name&quot; : &quot;string&quot; , &quot;value&quot; : 3},&quot;fieldValues&quot; : [&quot;0&quot;]}}},&quot;right&quot; : {&quot;type&quot; : &quot;and&quot; , &quot;left&quot; : {&quot;type&quot; : &quot;field&quot; , &quot;fieldName&quot; : &quot;_template&quot; , &quot;operator&quot; : {&quot;name&quot; : &quot;==&quot; , &quot;value&quot; : 1},&quot;fieldValueType&quot; : {&quot;name&quot; : &quot;string&quot; , &quot;value&quot; : 3},&quot;fieldValues&quot; : [&quot;752A91FCE8F241ABB633697F2BE3164B&quot;]},&quot;right&quot; : {&quot;type&quot; : &quot;field&quot; , &quot;fieldName&quot; : &quot;excludefromsearchresults&quot; , &quot;operator&quot; : {&quot;name&quot; : &quot;==&quot; , &quot;value&quot; : 1},&quot;fieldValueType&quot; : {&quot;name&quot; : &quot;string&quot; , &quot;value&quot; : 3},&quot;fieldValues&quot; : [&quot;0&quot;]}}},&quot;right&quot; : {&quot;type&quot; : &quot;and&quot; , &quot;left&quot; : {&quot;type&quot; : &quot;field&quot; , &quot;fieldName&quot; : &quot;_template&quot; , &quot;operator&quot; : {&quot;name&quot; : &quot;==&quot; , &quot;value&quot; : 1},&quot;fieldValueType&quot; : {&quot;name&quot; : &quot;string&quot; , &quot;value&quot; : 3},&quot;fieldValues&quot; : [&quot;6114CAAF458F46CDAF316B631FE1EA7E&quot;]},&quot;right&quot; : {&quot;type&quot; : &quot;field&quot; , &quot;fieldName&quot; : &quot;excludefromsearchresults&quot; , &quot;operator&quot; : {&quot;name&quot; : &quot;==&quot; , &quot;value&quot; : 1},&quot;fieldValueType&quot; : {&quot;name&quot; : &quot;string&quot; , &quot;value&quot; : 3},&quot;fieldValues&quot; : [&quot;0&quot;]}}},&quot;right&quot; : {&quot;type&quot; : &quot;and&quot; , &quot;left&quot; : {&quot;type&quot; : &quot;field&quot; , &quot;fieldName&quot; : &quot;_template&quot; , &quot;operator&quot; : {&quot;name&quot; : &quot;==&quot; , &quot;value&quot; : 1},&quot;fieldValueType&quot; : {&quot;name&quot; : &quot;string&quot; , &quot;value&quot; : 3},&quot;fieldValues&quot; : [&quot;3D46F5D8090346E2AC1289EC3B705359&quot;]},&quot;right&quot; : {&quot;type&quot; : &quot;not&quot; , &quot;operand&quot; : {&quot;type&quot; : &quot;field&quot; , &quot;fieldName&quot; : &quot;excludefromsearchresults&quot; , &quot;operator&quot; : {&quot;name&quot; : &quot;==&quot; , &quot;value&quot; : 1},&quot;fieldValueType&quot; : {&quot;name&quot; : &quot;string&quot; , &quot;value&quot; : 3},&quot;fieldValues&quot; : [&quot;0&quot;]}}}},&quot;right&quot; : {&quot;type&quot; : &quot;field&quot; , &quot;fieldName&quot; : &quot;_template&quot; , &quot;operator&quot; : {&quot;name&quot; : &quot;==&quot; , &quot;value&quot; : 1},&quot;fieldValueType&quot; : {&quot;name&quot; : &quot;string&quot; , &quot;value&quot; : 3},&quot;fieldValues&quot; : [&quot;C5A64F6A9BD84F419EE8F775B297DFB0&quot;]}},&quot;right&quot; : {&quot;type&quot; : &quot;and&quot; , &quot;left&quot; : {&quot;type&quot; : &quot;not&quot; , &quot;operand&quot; : {&quot;type&quot; : &quot;field&quot; , &quot;fieldName&quot; : &quot;productbrandname&quot; , &quot;operator&quot; : {&quot;name&quot; : &quot;==&quot; , &quot;value&quot; : 1},&quot;fieldValueType&quot; : {&quot;name&quot; : &quot;string&quot; , &quot;value&quot; : 3},&quot;fieldValues&quot; : [&quot;Distech Controls&quot;]}},&quot;right&quot; : {&quot;type&quot; : &quot;not&quot; , &quot;operand&quot; : {&quot;type&quot; : &quot;field&quot; , &quot;fieldName&quot; : &quot;productbrandname&quot; , &quot;operator&quot; : {&quot;name&quot; : &quot;==&quot; , &quot;value&quot; : 1},&quot;fieldValueType&quot; : {&quot;name&quot; : &quot;string&quot; , &quot;value&quot; : 3},&quot;fieldValues&quot; : [&quot;Atrius&quot;]}}}}}'
>
        </div>
</div>

</div>

            </div>
        </div>
</div>

    <script type="text/javascript">
        document.addEventListener("DOMContentLoaded", function() {

            if (Coveo.$('#coveo670bcc2f').length > 0) {
                var externalComponentsSection = document.getElementById("_4C7A652E-1CA1-4B0D-8C93-ABE0512B5797");
                     CoveoForSitecore.initExternalComponentsSection(externalComponentsSection);
            }
        });
    </script>

                </div>
            </div>
        </div>
    </div>

                    </div>
                </div>
            </div>
    </header>
</div>

<script>
    if (app && app.setReturnUrl && app.setReturnUrl instanceof Function) {
        app.setReturnUrl();
    }
</script>







    </div>
        <div class="scroll-to-top"><img src="/-/media/abl/shared-content/images/top-of-page-button/ab_top_icon_60x60.png" alt="Scroll To Top"></div>


    
    <div class="compare-list">
        <div class="container-fluid">
            <div class="row">
                <div class="col-12">
                    <div class="compare-list__wrapper">
                        <ul class="compare-list__products unlisted inline">
                                <li>
                                    <div class="remove-compare"><img src="/Assets/img/compare-remove.png" alt="Remove Compare"></div>
                                    <a class="compare-link"></a>
                                </li>
                                <li>
                                    <div class="remove-compare"><img src="/Assets/img/compare-remove.png" alt="Remove Compare"></div>
                                    <a class="compare-link"></a>
                                </li>
                                <li>
                                    <div class="remove-compare"><img src="/Assets/img/compare-remove.png" alt="Remove Compare"></div>
                                    <a class="compare-link"></a>
                                </li>
                                <li>
                                    <div class="remove-compare"><img src="/Assets/img/compare-remove.png" alt="Remove Compare"></div>
                                    <a class="compare-link"></a>
                                </li>
                        </ul>
                        <button class="btn btn-blue">Compare</button>
                        <a href="" class="clear-all-compare">Clear All</a>
                    </div>
                </div>
            </div>
        </div>
    </div>

    <div id="main-content" tabindex="-1" role="main" >
        <section class="page-intro">
    <div class="container-fluid">
        <div class="row">
            <nav aria-label="Breadcrumb" class="col-12">
                <ul class="page-intro__breadcrumbs unlisted inline" style="max-width: 60%;" itemscope itemtype="https://schema.org/BreadcrumbList">
                            <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
                                <a href="/" itemprop="item"><span itemprop="name">Acuity Brands Lighting</span></a>
                                <meta itemprop="position" content="1" />
                            </li>
                            <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
                                <a href="/winona-lighting" itemprop="item"><span itemprop="name">Winona Lighting</span></a>
                                <meta itemprop="position" content="2" />
                            </li>

                </ul>
            </nav>
        </div>
    </div>
</section>

        <section   style="" class="no-background-color-content-area "  ng-controller="HeadingController" ng-init="init('')" ng-show="displayHeading">
            <div class="container-fluid ">
                <div class="row">
                    <div id="heading-{{$id}}" class="col-12" ng-init="animation=''">
                        <h1 class='align-center ' style='font-weight: 450;font-size: 36px;line-height: initial; '>Winona custom solution products are no longer available.</h1>
                    </div>
                </div>
            </div>
        </section>




<div class="d-flex align-items-center padded-hr" style="margin:0;padding:0;width:100%;height:25px;">
    <hr class="w-100" style="margin:0;padding:0;display:block;border-width:1px;border-color:#ccc;height:px;" />
</div>


        <section  class="no-background-color-content-area  ">
            <div class="container-fluid  " >
                <div class="row">
                    <div class="col-12">
<p style="text-align: center;">Previously purchased products can be supported through our Product / Technical or Post Sales teams.  Below are the emails for both of these two support groups:</p>
<p style="text-align: center;"><strong>Winona - Product / Technical Support</strong><br />
<a href="/cdn-cgi/l/email-protection#297e40474647486a5c5a5d4644767d4c4a417a5c5959465b5d69684a5c405d506b5b48474d5a074a4644"><span class="__cf_email__" data-cfemail="7b2c121514151a380e080f1416242f1e1813280e0b0b14090f3b3a180e120f0239091a151f0855181416">[email&#160;protected]</span></a></p>
<p style="text-align: center;"><strong>Winona - Post Sales</strong><br />
<a href="/cdn-cgi/l/email-protection#5d0a343332333c1e282e293230020d322e290e3c31382e1d1c3e283429241f2f3c33392e733e3230"><span class="__cf_email__" data-cfemail="5c0b353233323d1f292f283331030c332f280f3d30392f1c1d3f293528251e2e3d32382f723f3331">[email&#160;protected]</span></a></p>                    </div>
                </div>
            </div>
        </section>



<div class="d-flex align-items-center padded-hr" style="margin:0;padding:0;width:100%;height:40px;">
    <hr class="w-100" style="margin:0;padding:0;display:none;border-width:2px;border-color:#000;height:px;" />
</div>




    <div class="ixp-floating-button-wrapper">
        <button class="ixp-floating-button" aria-label="IPX help pop-up modal button" id="openIPXDialog" style="background-color: #007239">
            <img class="ipx-button-image" src="/-/media/abl/shared-content/images/ipx/ab-ipx-help.png" alt="" />
        </button>
    </div>
    <dialog id="productInfoModal" class="ixp-container">
        <div class="ipx-dialog-content">
            <div class="ipx-dialog-header">
                <div class="ipx-logo-container">
                    <div class="ipx-logo">
                        <img class="ipx-header-logo" src="/-/media/abl/shared-content/images/ipx/ab-ipx-help.png" />
                    </div>
                    <div class="ipx-dialog-title">
                        <h2>Product Information Help</h2>
                        <span>Use this search tool to quickly locate product documents, knowledge base articles and specific product details.</span>
                    </div>
                </div>
                <button class="ipx-close-button" id="closeIPXDialog">×</button>
            </div>
            <div class="ipx-dialog-body">
                <!-- Replace <p> tag with Coveo widget -->
                <p id="ipx-component-container" style="text-align: center">
                    
                </p>
            </div>
        </div>
    </dialog>
    <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
        /* ########### Coveo IPX ############# */
    document.addEventListener("DOMContentLoaded", function () {

        const modal = document.getElementById('productInfoModal');
        const openButton = document.getElementById('openIPXDialog');
        const closeButton = document.getElementById('closeIPXDialog');

        // Open modal
        openButton.addEventListener('click', function () {
            activateCoveoIPXTool();
            modal.showModal();
        });

        // Close modal with animation
        function closeModalWithAnimation() {
            modal.classList.add('ipx-closing');
            modal.addEventListener('animationend', function handler() {
                modal.close();
                modal.classList.remove('ipx-closing');
                modal.removeEventListener('animationend', handler);
            }, { once: true });

            resetIPXComponent();
        }

        // Close modal when close button is clicked
        closeButton.addEventListener('click', function () {
            closeModalWithAnimation();
        });

        // Close modal when clicking on the backdrop (anywhere outside)
        modal.addEventListener('click', function (event) {
            const rect = modal.getBoundingClientRect();
            const isInDialog = (
                rect.top <= event.clientY &&
                event.clientY <= rect.top + rect.height &&
                rect.left <= event.clientX &&
                event.clientX <= rect.left + rect.width
            );

            if (!isInDialog) {
                closeModalWithAnimation();
            }
        });

        // Prevent propagation from dialog content to dialog
        document.querySelector('.ipx-dialog-content').addEventListener('click', function (event) {
            event.stopPropagation();
        });

        // Add escape key handler
        document.addEventListener('keydown', function (event) {
            if (event.key === 'Escape' && modal.hasAttribute('open')) {
                event.preventDefault();
                closeModalWithAnimation();
            }
        });


        if ($("#ipxScript").length == 0 ) {
            var newScriptElement = document.createElement("script");
            newScriptElement.type = "text/javascript";
            newScriptElement.src = "https://search.cloud.coveo.com/rest/organizations/acuitybrands/ipxinterface/v1/interfaces/c617fb4e-47fa-4137-b487-d5486e5df79f/loader";
            newScriptElement.id = "ipxScript";

            //Coveo recommends adding script tag to head
            $("head").append(newScriptElement);
        }

        $(".launch-ipx").on("click", function (e) {
            e.preventDefault();
            $("#openIPXDialog").trigger("click");
        });

    });

    function activateCoveoIPXTool() {

        var newRecommendationsLabel = 'How can we help?';

        $('#ipxScript').ready(function () {

            //This makes sure we only execute the code inside one time
            if ($('[id^=coveo-ipx-]').length == 0) {

                CoveoIPX.initialize('xx7fb70965-0711-4903-98d8-17f26e0a6cc7');

                //Default Coveo label wil be used if new label is not provided
                if (newRecommendationsLabel.length > 1) {

                    setTimeout(function () {
                        var covIpx = document.querySelector('coveo-ipx');

                        if (covIpx) {
                            covIpx.shadowRoot.querySelector('atomic-recs-interface > atomic-recs-list').setAttribute('label', newRecommendationsLabel);
                        }

                    }, 200);
                }

                setTimeout(function () {
                    var covIpx = document.querySelector('coveo-ipx');

                    if (covIpx) {
                        covIpx.shadowRoot.querySelectorAll('atomic-ipx-embedded .footer-slot a').forEach(e => e.setAttribute('style', 'font-weight:bold'));
                    }

                }, 200);

                logIPXClickEvent();

            }

            $("#ipx-component-container").focus();
        });

    }

    function resetIPXComponent() {
        if(document.querySelector("#coveo-ipx-" + "xx7fb70965-0711-4903-98d8-17f26e0a6cc7")!=null){
            CoveoIPX.reset();
        }
    }

    function logIPXClickEvent() {

        //IPX is initialized at this point, but we also need to make sure the data is loaded before submitting analytics
        setTimeout(function () {
            var covIpx = document.querySelector('coveo-ipx');
            if (!covIpx) return;
            var ipxInterfaceElement = covIpx.shadowRoot.querySelector('atomic-search-interface');
            var coveoSearchInterface = Coveo.$$(document).find('.CoveoSearchInterface');

            if (ipxInterfaceElement) {
                var ipxHub = ipxInterfaceElement.attributes.getNamedItem('search-hub');
                var ipxHubName = ipxHub ? ipxHub.value: "";
                var actionCause = 'IPXComponentTriggered';
                var actionType = 'IPX Component Triggered';

                var metadata = {
                    page_id: ipxInterfaceElement.id,
                    page_title: $(document).attr('title'),
                    page_url: window.location.href,
                    page_hub: ipxHubName
                };

                let customEventCause = { name: actionCause, type: actionType };

                Coveo.logCustomEvent(coveoSearchInterface, customEventCause, metadata);
            }

        }, 1500);

    }

    // Debounce - not sure if this is needed. Leaving this method in place in case marketing decides they want a delay.
    function debounce(func, time = 50) {

        var timer;
        return function (event) {
            if (timer) clearTimeout(timer);
            timer = setTimeout(func, time, event);
        };
    }

    </script>

    </div>
    <div id="footer-content" tabindex="-1"  class="footer-container">
        



<footer  class="footer-v2 ">

        <div class="container-fluid footer__hide-on-mobile">
                    <div class="row justify-content-center" >
                        <div class="col-12 footer-border"><div class="footer-divider-brand-primary"></div></div>
                        <div class="footer__link-list footer__brand-info col-12 col-md-3">
                            <div class="site-logo"><img src="/-/media/abl/acuitybrands/images/home/new-acuity-brands-logo-green-220x70.png?h=70&amp;w=220&amp;la=en&amp;hash=3AA54071025D0D22CB8DDE5AF22D2F14" alt="site logo" /></div>

                                <hr class="footer__brand-info-divider" />

                            <div class="footer__brand-info-socials">
                                        <ul class="unlisted inline" >
                                                    <li >
<a href="https://www.facebook.com/acuityincofficial" class="" target="_blank" role="link" aria-label="Navigate to external site, opens in new tab" title="Facebook" >                                                                <i class="fab fa-facebook"></i>
                                                                <span class="hidden-text-for-accessibility">Facebook</span>
</a>                                                    </li>
                                                    <li >
<a href="https://www.pinterest.com/AcuityBrands/" class="" target="_blank" role="link" aria-label="Navigate to external site, opens in new tab" title="Pinterest" >                                                                <i class="fab fa-pinterest"></i>
                                                                <span class="hidden-text-for-accessibility">Pinterest</span>
</a>                                                    </li>
                                                    <li >
<a href="https://www.linkedin.com/company/acuity" class="" target="_blank" role="link" aria-label="Navigate to external site, opens in new tab" title="LinkedIn" >                                                                <i class="fab fa-linkedin"></i>
                                                                <span class="hidden-text-for-accessibility">LinkedIn</span>
</a>                                                    </li>
                                                    <li >
<a href="https://www.youtube.com/@acuitybrands" class="" target="_blank" role="link" aria-label="Navigate to external site, opens in new tab" title="YouTube" >                                                                <i class="fab fa-youtube"></i>
                                                                <span class="hidden-text-for-accessibility">YouTube</span>
</a>                                                    </li>
                                                    <li >
<a href="https://www.instagram.com/acuityinc" class="" target="_blank" role="link" aria-label="Navigate to external site, opens in new tab" title="Instagram" >                                                                <i class="fab fa-instagram"></i>
                                                                <span class="hidden-text-for-accessibility">Instagram</span>
</a>                                                    </li>
                                        </ul>
                            </div>
                        </div>
                            <div class="footer__link-list col-6 col-md-3">
        <section >
                <span class="footer__link-list__link--headline">Our Company</span>

        </section>
    <ul class="unlisted" >
                <li class="footer__link-list__sub-list">
                            <section >
                                
                                <span class="footer__link-list__link--subhead d-md-none">
                                    Acuity Inc
                                </span>

<a href="https://www.acuityinc.com" class="footer__link-list__link--subhead d-none d-md-flex" target="_blank" role="link" aria-label="Navigate to external site, opens in new tab" >Acuity Inc</a>                            </section>

                    <ul class="unlisted footer__link-list__accordion footer__link-list__accordion-mobile-only" >
                            <li class="d-md-none"><a href="https://www.acuityinc.com">Visit Acuity Inc</a></li>

                    </ul>
                </li>
                <li class="footer__link-list__sub-list">
                            <section >
                                
                                <span class="footer__link-list__link--subhead d-md-none">
                                    Acuity Brands Lighting
                                </span>

<a href="https://www.acuityinc.com/what-we-do/acuity-brands-lighting" class="footer__link-list__link--subhead d-none d-md-flex" target="_blank" role="link" aria-label="Navigate to external site, opens in new tab" >Acuity Brands Lighting</a>                            </section>

                    <ul class="unlisted footer__link-list__accordion footer__link-list__accordion-mobile-only" >
                            <li class="d-md-none"><a href="https://www.acuityinc.com/what-we-do/acuity-brands-lighting">Visit Acuity Brands Lighting</a></li>

                    </ul>
                </li>
                <li class="footer__link-list__sub-list">
                            <section >
                                
                                <span class="footer__link-list__link--subhead d-md-none">
                                    Acuity Intelligent Spaces
                                </span>

<a href="https://www.acuityinc.com/what-we-do/acuity-intelligent-spaces" class="footer__link-list__link--subhead d-none d-md-flex" target="_blank" role="link" aria-label="Navigate to external site, opens in new tab" >Acuity Intelligent Spaces</a>                            </section>

                    <ul class="unlisted footer__link-list__accordion footer__link-list__accordion-mobile-only" >
                            <li class="d-md-none"><a href="https://www.acuityinc.com/what-we-do/acuity-intelligent-spaces">Visit Acuity Intelligent Spaces</a></li>

                    </ul>
                </li>
    </ul>
                            </div>

                            <div class="footer__link-list col-6 col-md-3">
        <section >
                <span class="footer__link-list__link--headline">Customer Support</span>

        </section>
    <ul class="unlisted" >
                <li class="footer__link-list__sub-list">
                            <section >
                                
                                <span class="footer__link-list__link--subhead d-md-none">
                                    Contact Us
                                </span>

<a href="/contact" class="footer__link-list__link--subhead d-none d-md-flex" >Contact Us</a>                            </section>

                    <ul class="unlisted footer__link-list__accordion footer__link-list__accordion-mobile-only" >
                            <li class="d-md-none"><a href="/contact">Visit Contact Us</a></li>

                    </ul>
                </li>
                <li class="footer__link-list__sub-list">
                            <section >
                                
                                <span class="footer__link-list__link--subhead d-md-none">
                                    Resources
                                </span>

<a href="/resources" class="footer__link-list__link--subhead d-none d-md-flex" >Resources</a>                            </section>

                    <ul class="unlisted footer__link-list__accordion footer__link-list__accordion-mobile-only" >
                            <li class="d-md-none"><a href="/resources">Visit Resources</a></li>

                    </ul>
                </li>
    </ul>
                            </div>

                            <div class="footer__link-list col-12 col-md-3">
                                <div class="row">
                                    <div class="col-6 col-lg-12">
        <section >
<a href="/support/how-to-buy" class="footer__link-list__link--headline" >How to Buy</a>
        </section>
    <ul class="unlisted" >
    </ul>
                                    </div>
                                            <div class="col-6 col-md-12">
        <section >
<a href="https://acuityinc.com/careers" class="footer__link-list__link--headline" target="_blank" role="link" aria-label="Navigate to external site, opens in new tab" >Careers</a>
        </section>
    <ul class="unlisted" >
    </ul>
                                            </div>
                                            <div class="col-6 col-md-12">
        <section >
<a href="https://investors.acuityinc.com/" class="footer__link-list__link--headline" target="_blank" role="link" aria-label="Navigate to external site, opens in new tab" >Investors</a>
        </section>
    <ul class="unlisted" >
    </ul>
                                            </div>
                                </div>
                            </div>

                    </div>
        </div>
        <div class="container-fluid footer__hide-on-desktop">
                    <div class="row justify-content-center" >
                        <div class="col-12 footer-border"><div class="footer-divider-brand-primary"></div></div>
                        <div class="footer__link-list footer__brand-info col-12 col-md-4 col-lg-3">
                            <div class="site-logo"><img src="/-/media/abl/acuitybrands/images/home/new-acuity-brands-logo-green-220x70.png?h=70&amp;w=220&amp;la=en&amp;hash=3AA54071025D0D22CB8DDE5AF22D2F14" alt="site logo" /></div>

                                <hr class="footer__brand-info-divider" />

                            <div class="footer__brand-info-socials">
                                        <ul class="unlisted inline" >
                                                    <li >
<a href="https://www.facebook.com/acuityincofficial" class="" target="_blank" role="link" aria-label="Navigate to external site, opens in new tab" title="Facebook" >                                                                <i class="fab fa-facebook"></i>
                                                                <span class="hidden-text-for-accessibility">Facebook</span>
</a>                                                    </li>
                                                    <li >
<a href="https://www.pinterest.com/AcuityBrands/" class="" target="_blank" role="link" aria-label="Navigate to external site, opens in new tab" title="Pinterest" >                                                                <i class="fab fa-pinterest"></i>
                                                                <span class="hidden-text-for-accessibility">Pinterest</span>
</a>                                                    </li>
                                                    <li >
<a href="https://www.linkedin.com/company/acuity" class="" target="_blank" role="link" aria-label="Navigate to external site, opens in new tab" title="LinkedIn" >                                                                <i class="fab fa-linkedin"></i>
                                                                <span class="hidden-text-for-accessibility">LinkedIn</span>
</a>                                                    </li>
                                                    <li >
<a href="https://www.youtube.com/@acuitybrands" class="" target="_blank" role="link" aria-label="Navigate to external site, opens in new tab" title="YouTube" >                                                                <i class="fab fa-youtube"></i>
                                                                <span class="hidden-text-for-accessibility">YouTube</span>
</a>                                                    </li>
                                                    <li >
<a href="https://www.instagram.com/acuityinc" class="" target="_blank" role="link" aria-label="Navigate to external site, opens in new tab" title="Instagram" >                                                                <i class="fab fa-instagram"></i>
                                                                <span class="hidden-text-for-accessibility">Instagram</span>
</a>                                                    </li>
                                        </ul>
                            </div>
                        </div>

                        <div class="col-6 flex-column">
                                <div class="footer__link-list w-100">
        <section >
                <span class="footer__link-list__link--headline">Our Company</span>

        </section>
    <ul class="unlisted" >
                <li class="footer__link-list__sub-list">
                            <section >
                                
                                <span class="footer__link-list__link--subhead d-md-none">
                                    Acuity Inc
                                </span>

<a href="https://www.acuityinc.com" class="footer__link-list__link--subhead d-none d-md-flex" target="_blank" role="link" aria-label="Navigate to external site, opens in new tab" >Acuity Inc</a>                            </section>

                    <ul class="unlisted footer__link-list__accordion footer__link-list__accordion-mobile-only" >
                            <li class="d-md-none"><a href="https://www.acuityinc.com">Visit Acuity Inc</a></li>

                    </ul>
                </li>
                <li class="footer__link-list__sub-list">
                            <section >
                                
                                <span class="footer__link-list__link--subhead d-md-none">
                                    Acuity Brands Lighting
                                </span>

<a href="https://www.acuityinc.com/what-we-do/acuity-brands-lighting" class="footer__link-list__link--subhead d-none d-md-flex" target="_blank" role="link" aria-label="Navigate to external site, opens in new tab" >Acuity Brands Lighting</a>                            </section>

                    <ul class="unlisted footer__link-list__accordion footer__link-list__accordion-mobile-only" >
                            <li class="d-md-none"><a href="https://www.acuityinc.com/what-we-do/acuity-brands-lighting">Visit Acuity Brands Lighting</a></li>

                    </ul>
                </li>
                <li class="footer__link-list__sub-list">
                            <section >
                                
                                <span class="footer__link-list__link--subhead d-md-none">
                                    Acuity Intelligent Spaces
                                </span>

<a href="https://www.acuityinc.com/what-we-do/acuity-intelligent-spaces" class="footer__link-list__link--subhead d-none d-md-flex" target="_blank" role="link" aria-label="Navigate to external site, opens in new tab" >Acuity Intelligent Spaces</a>                            </section>

                    <ul class="unlisted footer__link-list__accordion footer__link-list__accordion-mobile-only" >
                            <li class="d-md-none"><a href="https://www.acuityinc.com/what-we-do/acuity-intelligent-spaces">Visit Acuity Intelligent Spaces</a></li>

                    </ul>
                </li>
    </ul>
                                </div>

                                <div class="footer__link-list w-100">
        <section >
                <span class="footer__link-list__link--headline">Customer Support</span>

        </section>
    <ul class="unlisted" >
                <li class="footer__link-list__sub-list">
                            <section >
                                
                                <span class="footer__link-list__link--subhead d-md-none">
                                    Contact Us
                                </span>

<a href="/contact" class="footer__link-list__link--subhead d-none d-md-flex" >Contact Us</a>                            </section>

                    <ul class="unlisted footer__link-list__accordion footer__link-list__accordion-mobile-only" >
                            <li class="d-md-none"><a href="/contact">Visit Contact Us</a></li>

                    </ul>
                </li>
                <li class="footer__link-list__sub-list">
                            <section >
                                
                                <span class="footer__link-list__link--subhead d-md-none">
                                    Resources
                                </span>

<a href="/resources" class="footer__link-list__link--subhead d-none d-md-flex" >Resources</a>                            </section>

                    <ul class="unlisted footer__link-list__accordion footer__link-list__accordion-mobile-only" >
                            <li class="d-md-none"><a href="/resources">Visit Resources</a></li>

                    </ul>
                </li>
    </ul>
                                </div>
                        </div>

                        <div class="col-6 flex-column">
                                <div class="footer__link-list w-100">
        <section >
<a href="/support/how-to-buy" class="footer__link-list__link--headline" >How to Buy</a>
        </section>
    <ul class="unlisted" >
    </ul>
                                </div>

                                    <div class="footer__link-list w-100">
        <section >
<a href="https://acuityinc.com/careers" class="footer__link-list__link--headline" target="_blank" role="link" aria-label="Navigate to external site, opens in new tab" >Careers</a>
        </section>
    <ul class="unlisted" >
    </ul>
                                    </div>
                                    <div class="footer__link-list w-100">
        <section >
<a href="https://investors.acuityinc.com/" class="footer__link-list__link--headline" target="_blank" role="link" aria-label="Navigate to external site, opens in new tab" >Investors</a>
        </section>
    <ul class="unlisted" >
    </ul>
                                    </div>
                        </div>
                    </div>
        </div>

        <div class="footer__middle">
            <hr class="footer__middle-divider" />
            <div class="footer__middle-container">
                        <div class="footer__middle-logo">
                            <img src="/-/media/abl/acuity-inc/images/site-logo/logo_png-acuityinc_100x53.png?h=53&amp;w=100&amp;la=en&amp;hash=A7AF3FF353F65F88AE0BBD582FB730D3" alt="Logo_PNG-AcuityInc_100x53" />
                        </div>
                        <div class="footer__middle-link">
<a href="https://www.acuityinc.com/careers" class="" >Careers</a>                        </div>
                        <div class="footer__middle-link">
<a href="https://www.acuityinc.com/who-we-are/earthlight" class="" >EarthLIGHT</a>                        </div>
                        <div class="footer__middle-link">
<a href="https://www.acuityinc.com/" class="" >Acuity Inc.</a>                        </div>
            </div>
        </div>
    <div class="footer__bottom">
        <div class="container-fluid">
            <div class="footer__bottom row">



                <div class="footer__bottom__left col-12">
                    <div class="footer__bottom__left-border-top"></div>

                    <div class="copyright">© 2026 Acuity Inc. All rights reserved.</div>
                            <div>
<a href="/site-terms" class="" >Site Terms</a>                            </div>
                            <div>
<a href="/privacy-statement" class="" >Privacy  Statement</a>                            </div>
                            <div>
<a href="https://submit-irm.trustarc.com/services/validation/04276480-26cb-4cd6-acd5-e7b08cb11a1f" class="" target="_blank" role="link" aria-label="Navigate to external site, opens in new tab" >Do Not Sell or Share My Personal Information</a>                            </div>
                            <div>
<a href="https://submit-irm.trustarc.com/services/validation/93ef0a9f-35b3-49ec-9a3d-c524dab9e25c" class="" target="_blank" role="link" aria-label="Navigate to external site, opens in new tab" >Exercise My Rights</a>                            </div>
                                            <div id="teconsent"></div>

                    <div class="language-indicator"><i class="fas fa-globe-americas"></i><span style="text-transform:none !important;margin-left:5px;">English (United States)</span></div>
                </div>
            </div>
        </div>
    </div>
    <!-- instanceID W_L14 -->
</footer>





        <script type="text/javascript">
            var searchPageInterface = ".CoveoSearchInterface.ablSearch.search-results.v2-search";
var nonSearchPageInterface = "#_4C7A652E-1CA1-4B0D-8C93-ABE0512B5797";

document.addEventListener("DOMContentLoaded", function () {

//**********************************************************************************************************
// --- NOTE --- Leaving this code here in case Marketing decides to go back to auto-closing the Global Searchbox window
//     const searchModule = document.querySelector('.search-module');

//     document.addEventListener('click', (event) => {
//          const withinBoundaries = event.composedPath().includes(searchModule);

//          if (!withinBoundaries && searchModule.classList.contains('active')) {

//              //Trigger the onclick event to mimic user clicking the "X" button so we can close search window
//              document.querySelector('header .search-module .search-close').onclick();
//          }
//    })

//**********************************************************************************************************
   Coveo.$(searchPageInterface).on('buildingQuerySuggest', function (e, args) {

       updateOmniboxBuildingQuerySuggest();
  });

//**********************************************************************************************************
   Coveo.$(nonSearchPageInterface).on('buildingQuerySuggest', function (e, args) {

       updateOmniboxBuildingQuerySuggest();
  });


//**********************************************************************************************************
   Coveo.$(searchPageInterface).on('querySuggestSuccess', function (e, args) {

//         updateOmniboxForQuerySuggestSuccess(searchPageInterface, args);
         updateOmniboxForQuerySuggestSuccess(nonSearchPageInterface, args);
  });

//**********************************************************************************************************
   Coveo.$(nonSearchPageInterface).on('querySuggestSuccess', function (e, args) {
         updateOmniboxForQuerySuggestSuccess(nonSearchPageInterface, args);
  });

//**********************************************************************************************************
   Coveo.$(nonSearchPageInterface).on('querySuggestRendered', function (e, args) {

           updateOmniboxAfterQuerySuggestRendered(nonSearchPageInterface);
   });

//*************************
}); //End addEventListener
//******************************

//***************************************************************************************************           
function updateOmniboxBuildingQuerySuggest() {
        var omniAddon = $('#omniaddon'); 
        var magicBoxSuggest = $('.CoveoSearchbox .CoveoOmnibox .magic-box-suggestions');

        omniAddon.removeClass('hidden');
      
       magicBoxSuggest.addClass("search-display");
       magicBoxSuggest.append(omniAddon );
}

//***************************************************************************************************           
function updateOmniboxForQuerySuggestSuccess(searchInterfaceClass, args) {
         //console.log("omnibox query suggest");

       var omniBox = Coveo.get($(searchInterfaceClass + " .CoveoOmnibox")[0], Coveo.Omnibox);
  
       if(omniBox) {
            var searchKeyword = omniBox?.magicBox?.displayedResult?.input;

            args.completions.forEach(completionResult => {

                     if(omniBox.magicBox.displayedResult.input.length > 0) {

                            //Ex.  need to highlight "blt" in 2blt2, we have to set highlighted value to "{2}blt{2}"
                            completionResult.highlighted = '{' + completionResult.expression.replace(searchKeyword, '}' + searchKeyword + '{')  + '}';
                      } else {
                            completionResult.highlighted = '{' + completionResult.expression  + '}' ;
                      }

            });
       }
}

//***************************************************************************************************           
function updateOmniboxAfterQuerySuggestRendered(searchInterfaceClass) {
        var magicBoxSuggest = $('.CoveoSearchbox .CoveoOmnibox .magic-box-suggestions');
        var coveoMBoxSuggest = $('.CoveoSearchbox .CoveoOmnibox .magic-box-suggestions .coveo-magicbox-suggestions');
      
       coveoMBoxSuggest.addClass("dynamic-results");


       $('.CoveoSearchbox .CoveoOmnibox .magic-box-suggestions .coveo-magicbox-suggestions .magic-box-suggestion').each(function() {
                this.classList.add('underline-link');
        });

        var omniBox = Coveo.get($(searchInterfaceClass + " .CoveoOmnibox")[0], Coveo.Omnibox);

        if( omniBox && omniBox.magicBox.displayedResult.input.length > 0 ) {
                //$('.CoveoSearchbox .CoveoOmnibox .magic-box-suggestions .omni-addon').addClass('has-keyword-search');
                magicBoxSuggest.addClass("expand");
        }
        else {
                //magicBoxSuggest.prepend($('.omni-addon-suggest-container').clone().get(0)); 
                magicBoxSuggest.removeClass("expand");
        }
}

//***************************************************************************************************
function logOmniAddonClickEvent(id, title, url, actionCause, actionType, pageAction) {
    try {
        var searchInterfaceSelector = "";
        var searchInterface = $(searchPageInterface);

        if(searchInterface.length > 0) {
              searchInterfaceSelector = searchPageInterface;
        }
        else {
              searchInterfaceSelector = nonSearchPageInterface;
        }

        
        logAltSearchCoveoClickEvent(id, title, url, actionCause, actionType, pageAction, searchInterfaceSelector);

    } catch (e) {
        return;
    }
}


        </script>
         <div id="omniaddon" class="omni-addon-std suggested hidden"> 

                <div class="block header" style="background-color: #007239;" >
                    <div class="header-icons">

<a href="/products/our-new-products" tabindex="0" title="New Products" class="" onclick="logOmniAddonClickEvent('New Products','New Products','/products/our-new-products','Omniboxbannerlabelclick','Omnibox Banner Label Click','Omnibox Banner Label Click')" >                            <ul class="search-results-grid__icons unlisted inline">
                                <li class="img-list-item">
                                    <img src="/-/media/abl/shared-content/images/banners/revised-icons/npa-icon.svg?la=en&amp;hash=61477600F8AADE717719D7A78EEF3193" title="New Products" alt="New Products" />
                                </li>
                                <li><div class="header-label" style="color:#FFFFFF;">New Products</div></li>
                            </ul>
</a>                    </div>
                </div>

                <div class="footer">
                    <div class="footer-label">
                        <span style="color:#000000;">Shipping Programs</span>
                    </div>
                    <div class="footer-icons">
                        <ul class="search-results-grid__icons unlisted inline">
                                    <li>
<a href="/resources/programs/contractor-select" tabindex="0" target="|Custom" title="Contractor Select" class="" onclick="logOmniAddonClickEvent('Shipping Programs','Shipping Programs','/resources/programs/contractor-select','OmniboxhighlightShippingProgramsclick','Omnibox Highlight Shipping Programs Click','Omnibox Highlight Shipping Programs Click')" ><img src="/-/media/abl/shared-content/images/search/cs-logo-omnibox-30x30.png?h=32&amp;w=30&amp;la=en&amp;hash=6EB5BD62CC615DB5408FE4F5FB62FCF4" alt="Contractor Select" title="Contractor Select" /></a>                                    </li>
                                    <li>
<a href="/resources/programs/design-select" tabindex="0" target="|Custom" title="Design Select" class="" onclick="logOmniAddonClickEvent('Shipping Programs','Shipping Programs','/resources/programs/design-select','OmniboxhighlightShippingProgramsclick','Omnibox Highlight Shipping Programs Click','Omnibox Highlight Shipping Programs Click')" ><img src="/-/media/abl/shared-content/images/search/ds-logo-omnibox-30x30.png?h=32&amp;w=30&amp;la=en&amp;hash=1AEB153293457DC8519994E208F0C577" alt="Design Select" title="Design Select" /></a>                                    </li>
                        </ul>
                    </div>
                </div>
        </div>


    </div>
</div>

    <input type="hidden" id="compareAlreadyAddedMsg" value="The selected product is already in the comparison list" />
    <input type="hidden" id="docReadyNotifyTitle" value="&lt;strong&gt;Zip File Ready&lt;/strong&gt;&lt;br/&gt;" />
    <input type="hidden" id="docReadyNotifyMessage" value="Your zip file for &lt;em&gt;[title]&lt;/em&gt; is ready, please click to download." />
    <input type="hidden" id="runPolling" value="true" />
    <input type="hidden" id="isAnonymous" value="True" />

    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.3/jquery.validate.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script>window.bootstrap || document.write('<script src="Assets/js/fallback/bootstrap.min.js">\x3C/script>')</script>
<script src="https://npmcdn.com/imagesloaded@4.1.0/imagesloaded.pkgd.min.js"></script>
<script src="/Assets/js/fallback/isotope.pkgd.min.js"></script>
<script src="https://scripts.sirv.com/sirvjs/v3/sirv.js"></script>
<script>
    SirvOptions = {
        viewer: {
            spin: {
                hint: {
                    message: {
                        enable: false
                    }
                }
            }
        }
    };
</script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.7.5/angular.min.js"
        integrity="sha384-kGrtvd68FCW4rm700QHDTxc+U3bQU+CnkhgAgqeJQoD4G9gWSlvNkZoXBfbMbTbk" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular-sanitize/1.7.5/angular-sanitize.min.js"
        integrity="sha384-tqogAK81K0qoQY58ipJ+oKmu5c4+1MuUbxoGoKhLX64YMWYX45nkF4DalBTqHVBX" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lightgallery/1.6.12/js/lightgallery-all.min.js"
        integrity="sha384-fe2Hn6gXiuq1xOn2+4rgLaG7V1KiaTYDft+Bj7OuW0n/+KJN71Xu0hp2etPcdmQt" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/lg-video@1.2.2/dist/lg-video.min.js"
        integrity="sha384-wmlgRVr9YdyhCOPoVe/aFJwczUWLabwgC0D/RWUC4vTwMoMguJeL0H9JL8NGS6XJ" crossorigin="anonymous"></script>
<script src="https://vjs.zencdn.net/4.12/video.js"
        integrity="sha384-ASpnXcBA48Qc3JBbTmm50d/+JB08QZHajRgA3FYNDuNhCDBYo8Mf0HAUDyhXZ33t" crossorigin="anonymous"></script>

<script defer src="/assets/js/packery-mode.pkgd.js"></script>


<script src="/bundles/defaultScripts?v=aHaUJl_lJAltxvJKeM_-fC80fskWsN9sY31mhqGDlXg1"></script>





        <script type="text/javascript">
                    document.addEventListener("DOMContentLoaded", function () {

               //   console.log("inside beforeInitialization - Search Hub");
                var coveoResultList = $( ".CoveoResultList");
                var coveoRec = $( ".CoveoRecommendation");

                //Only execute on non-search pages.
                if ( coveoResultList.length > 0 && coveoRec.length == 0  ) {
                    return;
                }
                  
                 var siteName = $( ".CoveoForSitecoreContext" ).data("sc-site-name");
                 var origHubName = $( ".CoveoForSitecoreConfigureSearchHub" ).data("sc-search-hub");
                 var newHubName = siteName + "-" + origHubName;

                  $( ".CoveoForSitecoreConfigureSearchHub" ).attr("data-sc-search-hub", newHubName);
                  $( ".CoveoAnalytics" ).attr("data-search-hub", newHubName);

                 console.log("SearchHub Updated  attr=> " + $( ".CoveoForSitecoreConfigureSearchHub" ).attr("data-sc-search-hub") );

        });




        </script>



</body>
</html>