CINXE.COM

Corporate Spotlights

<!doctype html > <html xmlns="http://www.w3.org/1999/xhtml" lang="en" class=""> <head> <meta charset="utf-8"> <script type="text/javascript"> window._currentDevice = 'desktop'; window.Parameters = window.Parameters || { HomeUrl: 'https://www.navoba.org/', AccountUUID: '3f40d4c0d8254ee69160d0f433666198', SystemID: 'US_DIRECT_PRODUCTION', SiteAlias: '515542b9', SiteType: atob('RFVEQU9ORQ=='), PublicationDate: 'Sun Nov 24 00:06:48 UTC 2024', ExternalUid: null, IsSiteMultilingual: false, InitialPostAlias: '', InitialDynamicItem: '', DynamicPageInfo: { isDynamicPage: false, base64JsonRowData: 'null', }, InitialPageAlias: 'corporate-spotlights', InitialPageUuid: 'e2366581986445d68ca0a2aec1a86dd3', InitialPageId: '1158109626', InitialEncodedPageAlias: 'Y29ycG9yYXRlLXNwb3RsaWdodHM=', CurrentPageUrl: '', IsCurrentHomePage: false, AllowAjax: false, AfterAjaxCommand: null, HomeLinkText: 'Back To Home', UseGalleryModule: false, CurrentThemeName: 'Layout Theme', ThemeVersion: '49530', DefaultPageAlias: '', RemoveDID: true, WidgetStyleID: null, IsHeaderFixed: false, IsHeaderSkinny: false, IsBfs: true, StorePageAlias: 'null', StorePagesUrls: 'e30=', IsNewStore: 'false', StorePath: '', StoreId: 'null', StoreVersion: 0, StoreBaseUrl: '', StoreCleanUrl: true, StoreDisableScrolling: true, IsStoreSuspended: false, NotificationSubDomain: 'navoba', HasCustomDomain: true, SimpleSite: false, showCookieNotification: false, cookiesNotificationMarkup: 'null', translatedPageUrl: '', isFastMigrationSite: false, sidebarPosition: 'LEFT', currentLanguage: 'en', currentLocale: 'en', NavItems: '{}', errors: { general: 'There was an error connecting to the page.<br/> Make sure you are not offline.', password: 'Incorrect name/password combination', tryAgain: 'Try again' }, NavigationAreaParams: { ShowBackToHomeOnInnerPages: true, NavbarSize: 4, NavbarLiveHomePage: 'https://www.navoba.org/', BlockContainerSelector: '.dmBody', NavbarSelector: '#dmNav:has(a)', SubNavbarSelector: '#subnav_main' }, hasCustomCode: false, planID: '7', customTemplateId: 'null', siteTemplateId: 'null', productId: 'DM_DIRECT', disableTracking: false, pageType: 'FROM_SCRATCH', isRuntimeServer: true, isInEditor: false, hasNativeStore: false, defaultLang: 'en', hamburgerMigration: null }; window.Parameters.LayoutID = {}; window.Parameters.LayoutID[window._currentDevice] = 6; window.Parameters.LayoutVariationID = {}; window.Parameters.LayoutVariationID[window._currentDevice] = 5; </script> <!-- Injecting site-wide to the head --> <!-- End Injecting site-wide to the head --> <!-- Inject secured cdn script --> <!-- ========= Meta Tags ========= --> <!-- PWA settings --> <script> function toHash(str) { var hash = 5381, i = str.length; while (i) { hash = hash * 33 ^ str.charCodeAt(--i) } return hash >>> 0 } </script> <script> (function (global) { //const cacheKey = global.cacheKey; const isOffline = 'onLine' in navigator && navigator.onLine === false; const hasServiceWorkerSupport = 'serviceWorker' in navigator; if (isOffline) { console.log('offline mode'); } if (!hasServiceWorkerSupport) { console.log('service worker is not supported'); } if (hasServiceWorkerSupport && !isOffline) { window.addEventListener('load', function () { const serviceWorkerPath = '/runtime-service-worker.js?v=3'; navigator.serviceWorker .register(serviceWorkerPath, { scope: './' }) .then( function (registration) { // Registration was successful console.log( 'ServiceWorker registration successful with scope: ', registration.scope ); }, function (err) { // registration failed :( console.log('ServiceWorker registration failed: ', err); } ) .catch(function (err) { console.log(err); }); }); // helper function to refresh the page var refreshPage = (function () { var refreshing; return function () { if (refreshing) return; // prevent multiple refreshes var refreshkey = 'refreshed' + location.href; var prevRefresh = localStorage.getItem(refreshkey); if (prevRefresh) { localStorage.removeItem(refreshkey); if (Date.now() - prevRefresh < 30000) { return; // dont go into a refresh loop } } refreshing = true; localStorage.setItem(refreshkey, Date.now()); console.log('refereshing page'); window.location.reload(); }; })(); function messageServiceWorker(data) { return new Promise(function (resolve, reject) { if (navigator.serviceWorker.controller) { var worker = navigator.serviceWorker.controller; var messageChannel = new MessageChannel(); messageChannel.port1.onmessage = replyHandler; worker.postMessage(data, [messageChannel.port2]); function replyHandler(event) { resolve(event.data); } } else { resolve(); } }); } } })(window); </script> <!-- Add manifest --> <!-- End PWA settings --> <link rel="canonical" href="https://www.navoba.org/corporate-spotlights"> <meta id="view" name="viewport" content="initial-scale=1, minimum-scale=1, maximum-scale=5, viewport-fit=cover"> <meta name="apple-mobile-web-app-capable" content="yes"> <!--Add favorites icons--> <link rel="icon" type="image/x-icon" href="https://irp.cdn-website.com/515542b9/site_favicon_16_1647631668870.ico"/> <!-- End favorite icons --> <link rel="preconnect" href="https://lirp.cdn-website.com/"/> <!-- render the required CSS and JS in the head section --> <script id='d-js-dmapi'> window.SystemID = 'US_DIRECT_PRODUCTION'; if (!window.dmAPI) { window.dmAPI = { registerExternalRuntimeComponent: function () { }, getCurrentDeviceType: function () { return window._currentDevice; }, runOnReady: (ns, fn) => { const safeFn = dmAPI.toSafeFn(fn); ns = ns || 'global_' + Math.random().toString(36).slice(2, 11); const eventName = 'afterAjax.' + ns; if (document.readyState === 'complete') { $.DM.events.off(eventName).on(eventName, safeFn); setTimeout(function () { safeFn({ isAjax: false, }); }, 0); } else { window?.waitForDeferred?.('dmAjax', () => { $.DM.events.off(eventName).on(eventName, safeFn); safeFn({ isAjax: false, }); }); } }, toSafeFn: (fn) => { if (fn?.safe) { return fn; } const safeFn = function (...args) { try { return fn?.apply(null, args); } catch (e) { console.log('function failed ' + e.message); } }; safeFn.safe = true; return safeFn; } }; } if (!window.requestIdleCallback) { window.requestIdleCallback = function (fn) { setTimeout(fn, 0); } } </script> <!-- loadCSS function header.jsp--> <script id="d-js-load-css"> /** * There are a few <link> tags with CSS resource in them that are preloaded in the page * in each of those there is a "onload" handler which invokes the loadCSS callback * defined here. * We are monitoring 3 main CSS files - the runtime, the global and the page. * When each load we check to see if we can append them all in a batch. If threre * is no page css (which may happen on inner pages) then we do not wait for it */ (function () { let cssLinks = {}; function loadCssLink(link) { link.onload = null; link.rel = "stylesheet"; link.type = "text/css"; } function checkCss() { const pageCssLink = document.querySelector("[id*='CssLink']"); const widgetCssLink = document.querySelector("[id*='widgetCSS']"); if (cssLinks && cssLinks.runtime && cssLinks.global && (!pageCssLink || cssLinks.page) && (!widgetCssLink || cssLinks.widget)) { const storedRuntimeCssLink = cssLinks.runtime; const storedPageCssLink = cssLinks.page; const storedGlobalCssLink = cssLinks.global; const storedWidgetCssLink = cssLinks.widget; storedGlobalCssLink.disabled = true; loadCssLink(storedGlobalCssLink); if (storedPageCssLink) { storedPageCssLink.disabled = true; loadCssLink(storedPageCssLink); } if(storedWidgetCssLink) { storedWidgetCssLink.disabled = true; loadCssLink(storedWidgetCssLink); } storedRuntimeCssLink.disabled = true; loadCssLink(storedRuntimeCssLink); requestAnimationFrame(() => { setTimeout(() => { storedRuntimeCssLink.disabled = false; storedGlobalCssLink.disabled = false; if (storedPageCssLink) { storedPageCssLink.disabled = false; } if (storedWidgetCssLink) { storedWidgetCssLink.disabled = false; } // (SUP-4179) Clear the accumulated cssLinks only when we're // sure that the document has finished loading and the document // has been parsed. if(document.readyState === 'interactive') { cssLinks = null; } }, 0); }); } } function loadCSS(link) { try { var urlParams = new URLSearchParams(window.location.search); var noCSS = !!urlParams.get("nocss"); var cssTimeout = urlParams.get("cssTimeout") || 0; if (noCSS) { return; } if (link.href && link.href.includes("d-css-runtime")) { cssLinks.runtime = link; checkCss(); } else if (link.id === "siteGlobalCss") { cssLinks.global = link; checkCss(); } else if (link.id && link.id.includes("CssLink")) { cssLinks.page = link; checkCss(); } else if (link.id && link.id.includes("widgetCSS")) { cssLinks.widget = link; checkCss(); } else { requestIdleCallback(function () { window.setTimeout(function () { loadCssLink(link); }, parseInt(cssTimeout, 10)); }); } } catch (e) { throw e } } window.loadCSS = window.loadCSS || loadCSS; })(); </script> <script data-role="deferred-init" type="text/javascript"> /* usage: window.getDeferred(<deferred name>).resolve() or window.getDeferred(<deferred name>).promise.then(...)*/ function Def() { this.promise = new Promise((function (a, b) { this.resolve = a, this.reject = b }).bind(this)) } const defs = {}; window.getDeferred = function (a) { return null == defs[a] && (defs[a] = new Def), defs[a] } window.waitForDeferred = function (b, a, c) { let d = window?.getDeferred?.(b); d ? d.promise.then(a) : c && ["complete", "interactive"].includes(document.readyState) ? setTimeout(a, 1) : c ? document.addEventListener("DOMContentLoaded", a) : console.error(`Deferred does not exist`); }; </script> <style id="forceCssIncludes"> /* This file is auto-generated from a `scss` file with the same name */ .videobgwrapper{overflow:hidden;position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;pointer-events:none;border-radius:inherit}.videobgframe{position:absolute;width:101%;height:100%;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);object-fit:fill}#dm video.videobgframe{margin:0}@media (max-width:767px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:80vh}}@media (min-width:1025px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}@media (min-width:768px) and (max-width:1024px){.responsiveTablet .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}#dm [data-show-on-page-only]{display:none!important}#dmRoot div.stickyHeaderFix div.site_content{margin-top:0!important}#dmRoot div.stickyHeaderFix div.hamburger-header-container{position:relative} </style> <style id="cssVariables" type="text/css"> </style> <!-- Google Fonts Include --> <!-- loadCSS function fonts.jsp--> <link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Abel:wght@400&family=Rufina:wght@400;700&family=Domine:wght@400..700&family=Libre+Baskerville:wght@400;700&family=Reenie+Beanie:wght@400&family=Amiko:wght@400;600;700&family=Pacifico:wght@400&family=Cardo:wght@400;700&family=Rozha+One:wght@400&family=Oxygen:wght@300;400;700&family=Alegreya:wght@400..900&family=Amiri:wght@400;700&family=Barlow:wght@100;200;300;400;500;600;700;800;900&family=Bebas+Neue:wght@400&family=Be+Vietnam:wght@100;200;300;400;600;700;800;900&family=Comfortaa:wght@300..700&family=Dancing+Script:wght@400..700&family=DM+Sans:wght@100..1000&family=DM+Serif+Display:wght@400&family=Droid+Sans:wght@400;700&family=Droid+Sans+Mono:wght@400&family=Droid+Serif:wght@400;700&family=Epilogue:wght@100..900&family=Fjalla+One:wght@400&amp;subset=latin-ext&amp;display=swap" /> <link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=Inter:wght@100..900&family=Jost:wght@100..900&family=Lato:wght@100;300;400;700;900&family=Lora:wght@400..700&family=Merriweather:wght@300;400;700;900&family=Montserrat:wght@100..900&family=Muli:wght@200;300;400;600;700;800;900&family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif:wght@100..900&family=Nunito+Sans:wght@200..1000&family=Old+Standard+TT:wght@400;700&family=Open+Sans:wght@300..800&family=Oswald:wght@200..700&family=Playfair+Display:wght@400..900&family=Petit+Formal+Script:wght@400&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Prata:wght@400&family=Prompt:wght@100;200;300;400;500;600;700;800;900&family=PT+Sans:wght@400;700&family=Quicksand:wght@300..700&family=Raleway:wght@100..900&family=Roboto:wght@100;300;400;500;700;900&family=Roboto+Mono:wght@100..700&amp;subset=latin-ext&amp;display=swap" /> <link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&family=Rubik:wght@300..900&family=Rock+Salt:wght@400&family=Shadows+Into+Light:wght@400&family=Slabo+27px:wght@400&family=Source+Sans+Pro:wght@200;300;400;600;700;900&family=Spartan:wght@100;200;300;400;600;700;800;900&family=Sulphur+Point:wght@300;400;700&family=Ubuntu:wght@300;400;500;700&family=Vidaloka:wght@400&family=Work+Sans:wght@100..900&family=Yeseva+One:wght@400&family=Mulish:wght@200..1000&family=Red+Rose:wght@300..700&family=Abril+Fatface:wght@400&family=Fraunces:wght@100..900&amp;subset=latin-ext&amp;display=swap" /> <!-- RT CSS Include d-css-runtime-desktop-one-package-structured-global--> <link rel="stylesheet" type="text/css" href="https://static.cdn-website.com/mnlt/production/4953/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-structured-global.min.css" /> <!-- End of RT CSS Include --> <link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/WIDGET_CSS/82cee88b44451a4261ceb64ec23b38b7.css" id="widgetCSS" /> <!-- Support `img` size attributes --> <style>img[width][height] { height: auto; }</style> <!-- Support showing sticky element on page only --> <style> body[data-page-alias="corporate-spotlights"] #dm [data-show-on-page-only="corporate-spotlights"] { display: block !important; } </style> <!-- This is populated in Ajax navigation --> <style id="pageAdditionalWidgetsCss" type="text/css"> </style> <!-- Site CSS --> <link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/515542b9/files/515542b9_1.min.css?v=1274" id="siteGlobalCss" /> <style id="customWidgetStyle" type="text/css"> </style> <style id="innerPagesStyle" type="text/css"> </style> <style id="additionalGlobalCss" type="text/css" > </style> <style id="pagestyle" type="text/css"> *#dm *.dmBody a.span.textonly{ color:rgb(255,255,255) !important} *#dm *.dmBody div.dmform-error{ font-style:normal !important} *#dm *.dmBody div.dmforminput textarea{ font-style:italic !important} *#dm *.dmBody div.dmforminput *.fileUploadLink{ font-style:italic !important} *#dm *.dmBody div.checkboxwrapper span{ font-style:italic !important} *#dm *.dmBody div.radiowrapper span{ font-style:italic !important} *#dm *.dmBody div.u_1306608780{ background-color:rgba(255,255,255,1) !important} *#dm *.dmBody *.u_1560132412 *.dmBlogSearchInput{ padding-left:18px !important; padding-right:18px !important; text-align:LEFT !important} *#dm *.dmBody div.u_1591272298 *.postTitle a{ font-weight:normal !important; font-family:Poppins !important} *#dm *.dmBody div.u_1560132412 *.dmBlogSearchInput{ background-color:rgba(0,0,0,0) !important; border-style:solid !important; border-width:1px !important; border-radius:25px !important; -moz-border-radius:25px !important; -webkit-border-radius:25px !important; box-shadow:none !important; -moz-box-shadow:none !important; -webkit-box-shadow:none !important; color:rgba(119,119,119,1) !important; font-style:normal !important; border-color:rgba(0,0,0,0.4) !important} *#dm *.dmBody div.u_1591272298 *.postDescription{ max-height:5.5em !important; color:rgba(0,0,0,1) !important} *#dm *.dmBody div.u_1591272298 .readMore a{ color:rgba(0,0,0,0.4) !important} *#dm *.dmBody *.u_1243667655:before{ opacity:0.5 !important; background-color:rgb(0,0,0) !important} *#dm *.dmBody *.u_1243667655.before{ opacity:0.5 !important; background-color:rgb(0,0,0) !important} *#dm *.dmBody *.u_1243667655>*.bgExtraLayerOverlay{ opacity:0.5 !important; background-color:rgb(0,0,0) !important} *#dm *.dmBody div.u_1243667655{ background-repeat:no-repeat !important; background-image:url(https://lirp.cdn-website.com/md/unsplash/dms3rep/multi/opt/photo-1499200493734-6ba25a83f77c-2880w.jpg) !important; background-size:cover !important; background-color:rgba(0,0,0,0) !important} *#dm *.dmBody div.u_1243667655:before{ background-color:rgba(0,0,0,1) !important; opacity:0.5 !important} *#dm *.dmBody div.u_1243667655.before{ background-color:rgba(0,0,0,1) !important; opacity:0.5 !important} *#dm *.dmBody div.u_1243667655>*.bgExtraLayerOverlay{ background-color:rgba(0,0,0,1) !important; opacity:0.5 !important} </style> <style id="pagestyleDevice" type="text/css"> *#dm *.dmBody h2.u_1657938911 { display:block !important; float:none !important; top:0 !important; left:0 !important; width:calc(100% - 0px) !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:auto !important; margin-left:auto !important; max-width:100% !important; margin-top:0 !important; margin-bottom:8px !important; padding-right:0 !important; min-width:25px !important; text-align:center !important; } *#dm *.dmBody div.u_1306608780 { padding-top:70px !important; padding-bottom:70px !important; padding-left:40px !important; padding-right:40px !important; } *#dm *.dmBody div.u_1591272298 *.postDescription { font-size:16px !important; } *#dm *.dmBody div.u_1591272298 { float:none !important; top:0 !important; left:0 !important; width:calc(100% - 0px) !important; position:relative !important; height:auto !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-right:auto !important; margin-left:auto !important; max-width:100% !important; margin-top:39px !important; margin-bottom:0 !important; padding-right:0 !important; min-width:25px !important; text-align:start !important; } *#dm *.dmBody div.u_1560132412 { height:47px !important; margin-top:0 !important; float:none !important; top:0 !important; left:0 !important; width:calc(100% - 0px) !important; position:relative !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-right:0 !important; margin-left:0 !important; max-width:361px !important; margin-bottom:0 !important; padding-right:0 !important; min-width:25px !important; text-align:center !important; display:block !important; } *#dm *.d-page-1716942098 DIV.dmInner { background-repeat:no-repeat !important; background-size:cover !important; background-attachment:fixed !important; background-position:50% 0 !important; background-image:none !important; } *#dm *.d-page-1716942098 DIV#dmSlideRightNavRight { background-repeat:no-repeat !important; background-image:none !important; background-size:cover !important; background-attachment:fixed !important; background-position:50% 0 !important; } *#dm *.dmBody div.u_1657938911 { display:block !important; float:none !important; top:0 !important; left:0 !important; width:calc(100% - 0px) !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:0 !important; margin-left:0 !important; max-width:100% !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:0 !important; min-width:25px !important; } *#dm *.dmBody div.u_1591272298 *.postArticle *.blogImgLink { width:269px !important; height:152px !important; max-height:100% !important; max-width:100% !important; } *#dm *.dmBody div.u_1243667655 { margin-left:0px !important; padding-top:311px !important; padding-left:40px !important; padding-bottom:211px !important; margin-top:0px !important; margin-bottom:0px !important; padding-right:40px !important; margin-right:0px !important; float:none !important; top:0 !important; left:0 !important; width:auto !important; position:relative !important; height:auto !important; max-width:100% !important; min-width:0 !important; text-align:center !important; background-position:50% 0 !important; } </style> <!-- Flex Sections CSS --> <style id="globalFontSizeStyle" type="text/css"> .font-size-14, .size-14, .size-14 > font { font-size: 14px !important; } </style> <style id="pageFontSizeStyle" type="text/css"> </style> <style id="hideAnimFix"> .dmDesktopBody:not(.editGrid) [data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) [data-anim-extended] { visibility: hidden; } .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-extended] { visibility: hidden !important; } </style> <!-- End render the required css and JS in the head section --> <link type="application/rss+xml" rel="alternate" href="https://www.navoba.org//feed/rss2"/> <link type="application/atom+xml" rel="alternate" href="https://www.navoba.org//feed/atom"/> <meta property="og:type" content="website"/> <title> Corporate Spotlights </title> <meta name="keywords" content="NaVOBA, veteran, owned, business, veteran owned business"/> <meta name="description" content="NaVOBA provides a direct link for contracting between corporate America and Certified Veteran's Business Enterprise (VBE) and SDVBE."/> <meta name="twitter:card" content="summary"/> <meta name="twitter:title" content="Corporate Spotlights"/> <meta name="twitter:description" content="NaVOBA provides a direct link for contracting between corporate America and Certified Veteran's Business Enterprise (VBE) and SDVBE."/> <meta property="og:description" content="NaVOBA provides a direct link for contracting between corporate America and Certified Veteran's Business Enterprise (VBE) and SDVBE."/> <meta property="og:title" content="Corporate Spotlights"/> <!-- SYS- VVNfRElSRUNUX1BST0RVQ1RJT04= --> </head> <body id="dmRoot" data-page-alias="corporate-spotlights" class="dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite dmLargeBody responsiveTablet " style="padding:0;margin:0;" > <!-- ========= Site Content ========= --> <div id="dm" class='dmwr'> <div class="dm_wrapper standard-var5 widgetStyle-3 standard"> <div dmwrapped="true" id="1901957768" class="dm-home-page" themewaschanged="true"> <div dmtemplateid="StandardLayoutMultiD" class="standardHeaderLayout dm-bfs dm-layout-sec hasAnimations rows-1200 hamburger-reverse dmPageBody d-page-1716942098 dmFreeHeader" id="dm-outer-wrapper" data-page-class="1716942098" data-soch="true" data-background-parallax-selector=".dmHomeSection1, .dmSectionParallex"> <div id="dmStyle_outerContainer" class="dmOuter"> <div id="dmStyle_innerContainer" class="dmInner"> <div class="dmLayoutWrapper standard-var dmStandardDesktop"> <div> <div id="iscrollBody"> <div id="site_content"> <div class="dmHeaderContainer fHeader d-header-wrapper"> <div id="hcontainer" class="u_hcontainer dmHeader p_hfcontainer" freeheader="true" headerlayout="b58ba5b5703b4cd7b5f5f7951565dc87===horizontal-layout-2" layout="78f5c343822e4eb3aac27f4ad5d13812===header"> <div dm:templateorder="85" class="dmHeaderResp dmHeaderStack noSwitch" id="1709005236"> <div class="u_1249191042 dmRespRow dmDefaultListContentRow fullBleedChanged fullBleedMode" style="text-align:center" id="1249191042"> <div class="dmRespColsWrapper" id="1562044814"> <div class="u_1551987784 dmRespCol small-12 large-3 medium-3" id="1551987784"> <div class="u_1981012997 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1981012997"> <a href="/" id="1963183055"><img src="https://lirp.cdn-website.com/515542b9/dms3rep/multi/opt/NaVOBA.Logo-1920w.png" alt="" id="1651676809" class="" data-dm-image-path="https://irp.cdn-website.com/515542b9/dms3rep/multi/NaVOBA.Logo.png" width="1500" height="370" onerror="handleImageLoadError(this)"/></a> </div> </div> <div class="u_1211533925 dmRespCol small-12 large-7 medium-7" id="1211533925"> <nav class="u_1661783630 effect-bottom2 main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_1" layout-sub="submenu_horizontal_1" data-show-vertical-sub-items="HOVER" data-divider="PIPE" id="1661783630" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-nav-structure="HORIZONTAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Corporate Allies庐" data-auto="page-text-style">Corporate Allies&reg;<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/corporate-memberships" class="unifiednav__item " target="" data-target-page-alias="corporate-memberships"> <span class="nav-item-text " data-link-text=" Become a Corporate Ally " data-auto="page-text-style">Become a Corporate Ally<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/corporate-allies" class="unifiednav__item " target="" data-target-page-alias="copy-of-corporate-allies-list"> <span class="nav-item-text " data-link-text="Corporate Allies List" data-auto="page-text-style">Corporate Allies List<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/founding-partners-vip-commercial" class="unifiednav__item " target="" data-target-page-alias="founding-partners-vip-commercial"> <span class="nav-item-text " data-link-text="VIP Commercial Founding Partners" data-auto="page-text-style">VIP Commercial Founding Partners<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/VIP-Sponsorship" class="unifiednav__item " target="" data-target-page-alias="VIP-Sponsorship"> <span class="nav-item-text " data-link-text=" VIP Commercial Sponsorship " data-auto="page-text-style">VIP Commercial Sponsorship<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/vbe-database" class="unifiednav__item " target="" data-target-page-alias="vbe-database"> <span class="nav-item-text " data-link-text=" VBE Database " data-auto="page-text-style">VBE Database<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/certified-shared-database" class="unifiednav__item " target="" data-target-page-alias="certified-shared-database"> <span class="nav-item-text " data-link-text=" Certified Shared Database " data-auto="page-text-style">Certified Shared Database<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/corporate-spotlights" class="unifiednav__item dmNavItemSelected " target="" data-target-page-alias="corporate-spotlights" data-auto="selected-page"> <span class="nav-item-text " data-link-text=" Corporate Spotlights " data-auto="page-text-style">Corporate Spotlights<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/founding-partners" class="unifiednav__item " target="" data-target-page-alias="founding-partners"> <span class="nav-item-text " data-link-text="NaVOBA Founding Partners" data-auto="page-text-style">NaVOBA Founding Partners<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/corporate-resources" class="unifiednav__item " target="" data-target-page-alias="corporate-resources"> <span class="nav-item-text " data-link-text=" Corporate Resources " data-auto="page-text-style">Corporate Resources<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/unity-week" class="unifiednav__item " target="" data-target-page-alias="unity-week"> <span class="nav-item-text " data-link-text=" 2023 BCVBE at Unity Week " data-auto="page-text-style">2023 BCVBE at Unity Week<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Veteran's Business Enterprise庐" data-auto="page-text-style">Veteran's Business Enterprise&reg;<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/certification" class="unifiednav__item " target="" data-target-page-alias="certification"> <span class="nav-item-text " data-link-text=" Get Certified " data-auto="page-text-style">Get Certified<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/start-my-renewal" class="unifiednav__item " target="" data-target-page-alias="start-my-renewal"> <span class="nav-item-text " data-link-text=" Renew Certification " data-auto="page-text-style">Renew Certification<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/vbe-database" class="unifiednav__item " target="" data-target-page-alias="vbe-database"> <span class="nav-item-text " data-link-text=" VBE Database " data-auto="page-text-style">VBE Database<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/vip-commercial" class="unifiednav__item " target="" data-target-page-alias="vip-commercial"> <span class="nav-item-text " data-link-text=" VBE Development " data-auto="page-text-style">VBE Development<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/training" class="unifiednav__item " target="" data-target-page-alias="training"> <span class="nav-item-text " data-link-text=" Training " data-auto="page-text-style">Training<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/resource-partners" class="unifiednav__item " target="" data-target-page-alias="resource-partners"> <span class="nav-item-text " data-link-text=" Resource Partners " data-auto="page-text-style">Resource Partners<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="News" data-auto="page-text-style">News<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/news" class="unifiednav__item " target="" data-target-page-alias="news"> <span class="nav-item-text " data-link-text=" Insights " data-auto="page-text-style">Insights<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/navoba-in-the-news" class="unifiednav__item " target="" data-target-page-alias="navoba-in-the-news"> <span class="nav-item-text " data-link-text=" NaVOBA in the News " data-auto="page-text-style">NaVOBA in the News<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Events" data-auto="page-text-style">Events<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/matchmaker" class="unifiednav__item " target="" data-target-page-alias="matchmaker"> <span class="nav-item-text " data-link-text="Operation Matchmaker" data-auto="page-text-style">Operation Matchmaker<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/MFM-CE" class="unifiednav__item " target="" data-target-page-alias="MFM-CE"> <span class="nav-item-text " data-link-text=" MFM Corporate Engagement " data-auto="page-text-style">MFM Corporate Engagement<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/joint-forces-forum" class="unifiednav__item " target="" data-target-page-alias="joint-forces-forum"> <span class="nav-item-text " data-link-text=" Joint Forces Forum " data-auto="page-text-style">Joint Forces Forum<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/vbeoy-24" class="unifiednav__item " target="" data-target-page-alias="vbeoy-24"> <span class="nav-item-text " data-link-text="2024 VBEOY Award Nominations" data-auto="page-text-style">2024 VBEOY Award Nominations<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/Events" class="unifiednav__item " target="" data-target-page-alias="Events"> <span class="nav-item-text " data-link-text="Events Calendar" data-auto="page-text-style">Events Calendar<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/statetracker" class="unifiednav__item " target="" data-target-page-alias="state-tracker-new"> <span class="nav-item-text " data-link-text=" State Tracker " data-auto="page-text-style">State Tracker<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="About" data-auto="page-text-style">About<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/who-we-are" class="unifiednav__item " target="" data-target-page-alias="who-we-are"> <span class="nav-item-text " data-link-text=" Who We Are " data-auto="page-text-style">Who We Are<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/board-of-directors" class="unifiednav__item " target="" data-target-page-alias="board-of-directors"> <span class="nav-item-text " data-link-text=" Board of Directors " data-auto="page-text-style">Board of Directors<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/committees" class="unifiednav__item " target="" data-target-page-alias="committees"> <span class="nav-item-text " data-link-text=" Committees " data-auto="page-text-style">Committees<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Photo Gallery" data-auto="page-text-style">Photo Gallery<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/inaugural-joint-forces-forum-2024" class="unifiednav__item " target="" data-target-page-alias="inaugural-joint-forces-forum-2024"> <span class="nav-item-text " data-link-text="Inaugural Joint Forces Forum 2024" data-auto="page-text-style">Inaugural Joint Forces Forum 2024<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/2024-bcvbe" class="unifiednav__item " target="" data-target-page-alias="2024-bcvbe"> <span class="nav-item-text " data-link-text="BCVBE at JFF 2024" data-auto="page-text-style">BCVBE at JFF 2024<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/minority-vbeoy-2024" class="unifiednav__item " target="" data-target-page-alias="minority-vbeoy-2024"> <span class="nav-item-text " data-link-text="Minority VBEOY 2024" data-auto="page-text-style">Minority VBEOY 2024<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/unity-week" class="unifiednav__item " target="" data-target-page-alias="unity-week"> <span class="nav-item-text " data-link-text=" 2023 BCVBE at Unity Week " data-auto="page-text-style">2023 BCVBE at Unity Week<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/navoba-awards-2023" class="unifiednav__item " target="" data-target-page-alias="navoba-awards-2023"> <span class="nav-item-text " data-link-text=" NaVOBA Awards 2023 " data-auto="page-text-style">NaVOBA Awards 2023<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </li> </ul> </nav> </div> <div class="u_1250370706 dmRespCol small-12 large-2 medium-2" id="1250370706"> <div class="u_1153917941 align-center text-align-center dmSocialHub gapSpacing" id="1153917941" dmle_extension="social_hub" data-element-type="social_hub" wr="true" networks="" icon="true" surround="true" adwords=""> <div class="socialHubWrapper"> <div class="socialHubInnerDiv "> <a href="https://www.facebook.com/NaVOBA/" target="_blank" dm_dont_rewrite_url="true" aria-label="facebook" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Facebook&apos;)"> <span class="dmSocialFacebook dm-social-icons-facebook oneIcon socialHubIcon style4" aria-hidden="true" data-hover-effect=""></span> </a> <a href="https://www.linkedin.com/company/navoba/" target="_blank" dm_dont_rewrite_url="true" aria-label="linkedin" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Linkedin&apos;)"> <span class="dmSocialLinkedin icon-linkedin oneIcon socialHubIcon style4" aria-hidden="true" data-hover-effect=""></span> </a> <a href="https://twitter.com/navoba?lang=en" target="_blank" dm_dont_rewrite_url="true" aria-label="twitter" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Twitter&apos;)"> <span class="dmSocialTwitter dm-social-icons-twitter oneIcon socialHubIcon style4" aria-hidden="true" data-hover-effect=""></span> </a> <a href="https://www.youtube.com/@navoba5108" target="_blank" dm_dont_rewrite_url="true" aria-label="youtube" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Youtube&apos;)"> <span class="dmSocialYoutube dm-social-icons-youtube oneIcon socialHubIcon style4" aria-hidden="true" data-hover-effect=""></span> </a> </div> </div> </div> <a data-display-type="block" class="u_1422872116 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="https://visitor.r20.constantcontact.com/manage/optin?v=001aNxagL0azxNmNrjCZWTm8j5JUy2J9WyTorkQ0w5pOJ_-Lesrva0Dwe1NVaBoJNXuqqvCsr1zcizNajKGSqdaH39QLzZufw7Gd0mBMfCPB2CTSwPa0WteelhrwTjVSZNmwWaV7wGDSBuVa5K5wgKCrQ%3D%3D" data-element-type="dButtonLinkId" id="1422872116" target="_blank" icon-name="dm-icon-page-rows" data-buttonstyle="ROUND_SIDES"> <span class="iconBg" aria-hidden="true" id="1201288933"> <span class="icon hasFontIconstar hasFontIcon dm-icon-page-rows" id="1712262158"></span> </span> <span class="text" id="1637329372">Subscribe!</span> </a> </div> </div> </div> </div> </div> </div> <div class="dmRespRow dmRespRowStable dmRespRowNoPadding dmPageTitleRow "> <div class="dmRespColsWrapper"> <div class="large-12 dmRespCol"> <div id="innerBar" class="innerBar lineInnerBar dmDisplay_None"> <div class="titleLine display_None"><hr/></div> <!-- Page title is hidden in css for new responsive sites. It is left here only so we don't break old sites. Don't copy it to new layouts --> <div id="pageTitleText"> <div class="innerPageTitle">Corporate Spotlights</div> </div> <div class="titleLine display_None"><hr/></div> </div> </div> </div> </div> <div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_corporate-spotlights dm-home-page" themewaschanged="true"> <div id="allWrapper" class="allWrapper"><!-- navigation placeholders --> <div id="dm_content" class="dmContent"> <div dm:templateorder="170" class="dmHomeRespTmpl mainBorder dmRespRowsWrapper dmFullRowRespTmpl" id="1716942098"> <div class="u_1243667655 dmRespRow hasBackgroundOverlay" style="text-align: center;" id="1243667655"> <div class="dmRespColsWrapper" id="1173148036"> <div class="u_1459190993 dmRespCol small-12 large-6 medium-6" id="1459190993"> <div class="u_1657938911 dmNewParagraph" data-element-type="paragraph" id="1657938911" style="transition: opacity 1s ease-in-out 0s; text-align: left; display: block;" data-version="5"> <h1 class="text-align-left"><span style="display: initial; color: rgb(255, 255, 255);">CORPORATE SPOTLIGHTS</span></h1> </div> <div data-element-type="spacer" class="dmSpacer" id="1136115416"></div> </div> <div class="u_1620106714 dmRespCol small-12 large-6 medium-6" id="1620106714"> <span id="1479169930"></span> </div> </div> </div> <div class="dmRespRow u_1306608780" id="1306608780"> <div class="dmRespColsWrapper" id="1324661878"> <div class="dmRespCol large-12 medium-12 small-12" id="1027403962"> <div class="u_1560132412 default dmBlogSearch" searchpage="blog-search" id="1560132412" dmle_extension="internal_blog_search" data-element-type="internal_blog_search" wr="true" icon="true" surround="true" adwords="" placeholder="Search"> <div class="dmBlogSearchWrapper"><!-- position relative --><input type="text" placeholder="Search" class="dmBlogSearchInput" aria-label="Search" maxlength="100" data-placeholder-original="Search"/> <div class="dmBlogSearchClickOverlay"></div> <div class="dmBlogSearchIcon dm-icon-search2"></div> <!-- position absolute --></div> </div> <div class="u_1591272298 default mainBlog recent_posts" id="1591272298" dmle_extension="internal_blog_list" data-element-type="internal_blog_list" show-images="true" wr="true" trim-title="false" show-blog-title="false" show-action-text="true" text-align="left" icon="true" surround="true" adwords="" list-layout="recent_posts" visible-items="10" visible-post-lines="4" search-tags="spotlight" search-term="" more-posts-text="Show More" header-type="H2" posts-padding="15" posts-per-row="2" show-author="true" text-box-padding="false" action-text="Read More" skip-post-index="-1" blog-posts-feature-flag="true" data-image-hover-effect="zoomout" show-more-posts-text="true"> <div class="inner "> <div style="-ms-grid-column:1; -ms-grid-row:1" class="postArticle "> <div class="inner clearfix wow" style="animation-delay: 200.0ms;"> <a class="blogImgLink" dont-color-link="true" href="/corporate-spotlight-on-rutgers" data-blog-post-alias="corporate-spotlight-on-rutgers"> <div class="blogImg" style="background-image: url('https://lirp.cdn-website.com/515542b9/dms3rep/multi/opt/Rutgers-logo-1-1-aspect-ratio-1920w.jpg');"><img src="https://lirp.cdn-website.com/515542b9/dms3rep/multi/opt/Rutgers-logo-1-1-aspect-ratio-1920w.jpg" "="" onerror="handleImageLoadError(this)"/></div> </a> <div class="postText clearfix"> <div class="postTitle"> <h3> <a dont-color-link="true" href="/corporate-spotlight-on-rutgers" data-blog-post-alias="corporate-spotlight-on-rutgers">Corporate Spotlight on: Rutgers School of Management and Labor Relations</a> </h3> </div> <div class="authorBar"> <span>June 1, 2022</span> </div> <div class="postDescription">The NJ/NY Center for Employee Ownership promotes greater awareness of employee ownership as a form of business succession planning among business owners, veterans, public officials, employees, members of the media, students, teachers, nonprofit leaders, consumers, and organizations. Learn more about Rutgers School of Management and Labor Relations in our June Corporate Spotlight!</div> <div class="readMore"> <a dont-color-link="true" href="/corporate-spotlight-on-rutgers"></a> </div> </div> </div> </div> <div style="-ms-grid-column:2; -ms-grid-row:1" class="postArticle "> <div class="inner clearfix wow" style="animation-delay: 400.0ms;"> <a class="blogImgLink" dont-color-link="true" href="/pnc-navoba-corporate-ally-spotlight" data-blog-post-alias="pnc-navoba-corporate-ally-spotlight"> <div class="blogImg" style="background-image: url('https://lirp.cdn-website.com/515542b9/dms3rep/multi/opt/PNC-Logo-80e06df5-1920w.png');"><img src="https://lirp.cdn-website.com/515542b9/dms3rep/multi/opt/PNC-Logo-80e06df5-1920w.png" "="" onerror="handleImageLoadError(this)"/></div> </a> <div class="postText clearfix"> <div class="postTitle"> <h3> <a dont-color-link="true" href="/pnc-navoba-corporate-ally-spotlight" data-blog-post-alias="pnc-navoba-corporate-ally-spotlight">PNC NaVOBA Corporate Ally Spotlight</a> </h3> </div> <div class="authorBar"> <span>By NaVOBA</span> <span>&bull;</span> <span>July 15, 2021</span> </div> <div class="postDescription">NaVOBA 2-Star Corporate Ally The PNC Financial Services Group, Inc. (NYSE: PNC) is one of the largest diversified financial services institutions in the United States with $381 billion in assets and $265 billion in deposits as of Dec. 31, 2017. For 166 years, PNC has been a strong competitor, innovator and engaged corporate citizen. Headquartered in Pittsburgh, Pennsylvania, PNC provides asset management, consumer banking and small business banking primarily in 19 states and the District of Columbia and offers corporate and institutional banking services across the continental United States. PNC bankers and financial consultants bring savvy, local knowledge and truly personal service to all of their banking relationships. As someone who has served our country, you can sign up for PNC Military Banking and take advantage of several member benefits. Company Name: The PNC Financial Services Group 2017 Revenues: $16.3 Billion Number of Employees: 53,000 Supplier Diversity Manager: Maureen Bober Seskey, VP/Director, Supplier Diversity &amp; Sourcing Operations Company Name: The PNC Financial Services Group 2017 Revenues: $16.3 Billion Number of Employees: 53,000 Supplier Diversity Manager: Maureen Bober Seskey, VP/Director, Supplier Diversity &amp; Sourcing Operations What are a few things they buy from small businesses? IT Hardware and Programming Construction Services Staffing Here are some veteran&rsquo;s business enterprises currently working with them: AOC Solutions Inc. Franklin Contractors Inc. Jessco Construction, Inc. Tips to land business with PNC: Know your core competency and niche. Organizations typically look for a business with a specialty product or service versus a jack-of-all-trades. Determine what differentiates you from your competitors besides price and how you can highlight those differences. Consider partnering with a prime company (Tier One supplier). As the competitive landscape is changing and regulatory environment is evolving within the financial industry, companies like PNC require their suppliers to have scalability and certain risk management practices in place. Finding a strategic partner is a good way to get started.&ldquo;We greatly value the commitment, hard work, and dedication of those who serve our country. Integrity, a sense of duty and strong leadership skills, among other attributes, have allowed veterans to bring tremendous value to PNC and its clients. PNC believes that hiring veterans and working with veteran-owned businesses allow it to better compete and provide exceptional products and services to PNC customers.&rdquo; &ndash; Viju Verghis, EVP, Chief Financial Officer, Shared Services Finance and Enterprise Spend Supplier Diversity Facts: In 2017, PNC spent $328 million with small and diverse suppliers. PNC was also named one of the Top 100 Military-Friendly Companies by G.I. Jobs in 2017. PNC was named One of the Best Places to Work for Disability Inclusion with 100% score on Disability Equality Index (DEI) by USBLN. PNC was also named the 2017 NIBC Best of the Best Corporation for Inclusion, by the National Business Inclusion Consortium (NIBC) . Did you know? &bull; PNC has more newly-constructed LEED-certified projects than any company in the world. In addition, PNC&rsquo;s 2017 charitable giving exceeded $72 million dollars and Forbes Magazine named PNC one of the 20 most generous Fortune 500 companies in 2016. Click here to learn more about opportunities for your business today!</div> <div class="readMore"> <a dont-color-link="true" href="/pnc-navoba-corporate-ally-spotlight"></a> </div> </div> </div> </div> <div style="-ms-grid-column:1; -ms-grid-row:2" class="postArticle lastArticle"> <div class="inner clearfix wow" style="animation-delay: 600.0ms;"> <a class="blogImgLink" dont-color-link="true" href="/our-founding-partner-and-3-star-corporate-ally-lowes-announces-4-5-million-to-help-provide-access-to-safe-homes-and-job-resources" data-blog-post-alias="our-founding-partner-and-3-star-corporate-ally-lowes-announces-4-5-million-to-help-provide-access-to-safe-homes-and-job-resources"> <div class="blogImg" style="background-image: url('https://lirp.cdn-website.com/515542b9/dms3rep/multi/opt/Lowes_logo_pms_280-b45536df-1920w.jpg');"><img src="https://lirp.cdn-website.com/515542b9/dms3rep/multi/opt/Lowes_logo_pms_280-b45536df-1920w.jpg" "="" onerror="handleImageLoadError(this)"/></div> </a> <div class="postText clearfix"> <div class="postTitle"> <h3> <a dont-color-link="true" href="/our-founding-partner-and-3-star-corporate-ally-lowes-announces-4-5-million-to-help-provide-access-to-safe-homes-and-job-resources" data-blog-post-alias="our-founding-partner-and-3-star-corporate-ally-lowes-announces-4-5-million-to-help-provide-access-to-safe-homes-and-job-resources">Our Founding Partner and 3 Star Corporate Ally, Lowe&rsquo;s announces $4.5 million to help provide access to safe homes and job resources</a> </h3> </div> <div class="authorBar"> <span>By Ashleigh Freda</span> <span>&bull;</span> <span>July 15, 2021</span> </div> <div class="postDescription">MOORESVILLE, N.C., May 21, 2020 /PRNewswire/ &mdash; Lowe&rsquo;s Companies, Inc. (NYSE: LOW) today announced a 2020 commitment of more than $4.5 million to military organizations that promote workforce development, support affordable housing for veterans and provide COVID-19 relief to first responders, as well as Memorial Day tributes in stores nationwide. For the second year, Lowe&rsquo;s stores will commemorate Memorial Day by reserving and decorating one parking space at each store to honor the fallen. Stores will also participate in the National Moment of Remembrance at 3 p.m. local time nationwide and invite customers to participate. &ldquo;Lowe&rsquo;s demonstrates our commitment to military every day, not only on days marked by the calendar,&rdquo; said Joe McFarland, Marine and Desert Shield/Storm veteran and Lowe&rsquo;s executive vice president of stores. &ldquo;Our Memorial Day tributes are one way we want to recognize those who have made the ultimate sacrifice, and our expanded military community commitment shows how we will make a meaningful difference.&rdquo; Lowe&rsquo;s longstanding commitment to the military community extends to customers, suppliers and Lowe&rsquo;s nearly 20,000 active-duty and veteran associates. The programs described serve to strengthen the partnerships Lowe&rsquo;s has built to focus on safe, affordable housing as well as to raise awareness of the skilled trade gap, encourage careers in the skilled trades and support workforce development. Collaborating to Provide Safe, Affordable Homes Lowe&rsquo;s commitment to safe, affordable housing now extends through Building Homes for Heroes, a nonprofit committed to rebuilding lives and supporting service members injured while on active duty. The organization builds or modifies homes, and gifts them, mortgage-free, to veterans and their families. Lowe&rsquo;s is proud to support the work of The Mission Continues, which empowers and deploys veteran volunteers alongside nonprofit partners and community leaders to improve educational resources, increase access to parks and green spaces and foster neighborhood identity in under-resourced communities. Also reinforcing Lowe&rsquo;s commitment, Operation FINALLY HOME provides custom-built, mortgage-free homes and home modifications to wounded, ill and injured veterans and the widows of the fallen from all branches of the military. Lowe&rsquo;s partnership contributes home building and modification support to projects across the country. Purple Heart Homes provides housing solutions for service connected and aging veterans. From building ramps for disabled veterans to providing home ownership opportunities to younger veterans, Purple Heart Homes&rsquo; programs are designed out of necessity and fit the specific needs of veterans. Committing to Support Skilled Trades and Workforce Development The USO is known as the Force Behind the Forces&reg; and strengthens America&rsquo;s military service members by keeping them connected to family, home and country throughout their service to the nation. Lowe&rsquo;s national partnership with the USO supports military spouse programming and the USO&rsquo;s Pathfinder&reg; program, which offers a network of resources and personalized support throughout all aspects of transition during their military careers. Lowe&rsquo;s partnership with AMVETS includes contributing scholarships and workforce training, helping veterans transition from military service to employment nationwide. AMVETS is the nation&rsquo;s most inclusive congressionally chartered veterans service organization representing the interests of 20 million veterans. As military families transition from one location to another, MILLIE provides on-the-ground assistance. Lowe&rsquo;s support will fund 300 jobs performed by a task services network of military spouses stationed at over 70 installations nationwide known as SCOUTS. COVID-19 Relief To support military impacted by COVID-19, Lowe&rsquo;s has supported emergency funds for injured veterans, essential products for military mobilizing during the pandemic and on-the-ground assistance for transitioning military families. Lowe&rsquo;s COVID-19 relief with the USO has included providing PPE, mobile unit support, food canteens, hygiene and sanitation for the National Guard and essential military personnel mobilizing during the pandemic. Lowe&rsquo;s also supported the Gary Sinise Foundation by donating 2,000 Lowe&rsquo;s gift cards to their Snowball Express families to support at-home DIY projects and more than 150 care packages to congratulate graduates of Snowball Express, a Gary Sinise Foundation program that supports the children of our fallen military heroes and their surviving parent and/or guardian. Memorial Day Support On Memorial Day at stores nationwide, Lowe&rsquo;s associates will decorate a parking space to signify the tremendous loss of those servicemembers who have fallen while defending our democracy. Each store&rsquo;s associates will transform a space reserved for veterans, adding unique touches. Inside, Lowe&rsquo;s will pause all store operations to observe the National Moment of Remembrance at 3 p.m. local time on Memorial Day, May 25. An overhead announcement will invite customers to participate. In addition, Lowe&rsquo;s provided 5,000 specialized, padded gloves manufactured by Mechanix Wear to protect the hands of those planting flags at gravesites across the country. Everyday Support Lowe&rsquo;s continues to be an employer of choice for military recruits, assisting transitioning veterans and military spouses so they&rsquo;re able to find jobs at home, offering workforce training and providing a 10% everyday military discount. In addition, Lowe&rsquo;s offers programs like differential pay during service, veteran parking and camo vests for our associates to wear as a symbol of service. Visit Lowe&rsquo;s Newsroom to learn more about Lowe&rsquo;s military partners and view a gallery of stores&rsquo; local Memorial Day tributes. About Lowe&rsquo;s Lowe&rsquo;s Companies, Inc. (NYSE: LOW) is a FORTUNE&reg; 50 home improvement company serving approximately 18 million customers a week in the United States and Canada. With fiscal year 2019 sales of $72.1 billion, Lowe&rsquo;s and its related businesses operate or service more than 2,200 home improvement and hardware stores and employ approximately 300,000 associates. Based in Mooresville, N.C., Lowe&rsquo;s supports the communities it serves through programs focused on creating safe, affordable housing and helping to develop the next generation of skilled trade experts. For more information, visit Lowes.com. Cision View original content to download multimedia:http://www.prnewswire.com/news-releases/lowes-continues-tradition-of-honoring-our-heroes-on-memorial-day-expands-commitment-to-military-families-nationwide-301063173.html SOURCE Lowe&rsquo;s Companies, Inc.</div> <div class="readMore"> <a dont-color-link="true" href="/our-founding-partner-and-3-star-corporate-ally-lowes-announces-4-5-million-to-help-provide-access-to-safe-homes-and-job-resources"></a> </div> </div> </div> </div> </div> <div></div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="sticky-widgets-container-global" id="1555680625"></div> <div class="dmFooterContainer"> <div id="fcontainer" class="u_fcontainer f_hcontainer dmFooter p_hfcontainer"> <div dm:templateorder="250" class="dmFooterResp generalFooter" id="1943048428"> <div class="u_1725049324 dmRespRow fullBleedChanged fullBleedMode" style="text-align: center;" id="1725049324"> <div class="dmRespColsWrapper" id="1358086068"> <div class="u_1848182343 dmRespCol small-12 medium-4 large-4" id="1848182343"> <div class="u_1371495892 imageWidget align-center" data-widget-type="image" id="1371495892" data-element-type="image"><img src="https://lirp.cdn-website.com/515542b9/dms3rep/multi/opt/cropped-navoba_logo-1-36fc9bd2-1920w.png" id="1224502569" class="" data-dm-image-path="https://irp.cdn-website.com/515542b9/dms3rep/multi/cropped-navoba_logo-1-36fc9bd2.png" onerror="handleImageLoadError(this)"/></div> <div class="u_1100705261 dmNewParagraph" id="1100705261" data-element-type="paragraph" style="transition: none 0s ease 0s; display: block;" data-version="5"><p class="m-size-11 size-14 m-text-align-justify"><span style="display: initial; color: rgb(255, 255, 255);" class="m-font-size-11 font-size-14">Thank you for your interest in the National Veteran Owned Business Association&rsquo;s Certified Veteran&rsquo;s Business Enterprise&reg; (VBE) and Certified Service-Disabled Veteran&rsquo;s Business Enterprise&reg; (SDVBE) programs. This initiative creates a nationally recognized gold standard in certification for veteran-owned businesses of all sizes and enables corporate America to proactively source and confidently utilize businesses that are at least 51% owned, operated and controlled by U.S. military veterans.</span></p></div> <a data-display-type="block" class="u_1654280416 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/certification" data-element-type="dButtonLinkId" id="1654280416"> <span class="iconBg" id="1312033154"> <span class="icon hasFontIcon icon-star" id="1257080223"></span> </span> <span class="text" id="1463291859">ABOUT CERTIFICATIONS</span> </a> </div> <div class="u_1276543962 dmRespCol small-12 medium-4 large-4" id="1276543962"> <div class="u_1914898386 dmNewParagraph" id="1914898386" data-element-type="paragraph" data-version="5"> <h4 class="text-align-left"><span style="color: rgb(255, 255, 255); display: initial;">OUR MISSION</span></h4> </div> <div class="u_1481728146 dmNewParagraph" id="1481728146" style="transition: none 0s ease 0s; display: block; text-align: left;" data-element-type="paragraph" data-version="5"><p class="m-size-11 size-14 m-text-align-justify"><span style="color: rgb(255, 255, 255); display: initial;" class="font-size-14 m-font-size-11">NaVOBA&rsquo;s mission is to create corporate contracting opportunities for America&rsquo;s Veteran&rsquo;s and Service-Disabled Veteran&rsquo;s Business Enterprises (VBEs/SDVBEs) through certification, advocacy, outreach, recognition and education.</span><span style="display: initial;"><br/></span></p></div> <a data-display-type="block" class="u_1382517950 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="https://visitor.r20.constantcontact.com/manage/optin?v=001aNxagL0azxNmNrjCZWTm8j5JUy2J9WyTorkQ0w5pOJ_-Lesrva0Dwe1NVaBoJNXuqqvCsr1zcizNajKGSqdaH39QLzZufw7Gd0mBMfCPB2CTSwPa0WteelhrwTjVSZNmwWaV7wGDSBuVa5K5wgKCrQ%3D%3D" data-element-type="dButtonLinkId" id="1382517950" target="_blank"> <span class="iconBg" id="1059345066"> <span class="icon hasFontIcon icon-star" id="1524043820"></span> </span> <span class="text" id="1606507710">Sign Up for NaVOBA's Newsletter</span> </a> </div> <div class="u_1830246780 dmRespCol small-12 medium-4 large-4" id="1830246780"> <div class="u_1112815771 dmNewParagraph" id="1112815771" data-element-type="paragraph" data-version="5"> <h4 class="text-align-left"><span style="color: rgb(255, 255, 255); display: initial;">CONTACT</span></h4> </div> <div class="u_1409814704 dmNewParagraph" id="1409814704" style="transition: none 0s ease 0s; display: block; text-align: left;" data-element-type="paragraph" data-version="5"><p><a href="tel:724-362-8622" type="call" style="text-decoration: none; color: rgb(255, 255, 255); display: initial;">724-3-NAVOBA (724-362-8622)</a></p></div> <div class="dmDividerWrapper clearfix u_1679034852" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1679034852"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1775414489"/></div> <div class="u_1417964249 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1417964249"><p><span style="color: rgb(255, 255, 255); display: unset;">348 E. Main Street</span></p><p><span style="color: rgb(255, 255, 255); display: unset;">Lexington, KY 40507</span><span style="color: rgb(255, 255, 255); display: initial;"><br/></span></p></div> <div class="dmDividerWrapper clearfix u_1833397211" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1833397211"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1383878596"/></div> <div class="u_1120687496 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1120687496"><p><span style="color: rgb(255, 255, 255); display: initial;">inquiries@navoba.org</span></p></div> <div class="dmDividerWrapper clearfix u_1842351706" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1842351706"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1712618859"/></div> <div class="u_1190079707 align-center text-align-center dmSocialHub gapSpacing" id="1190079707" dmle_extension="social_hub" data-element-type="social_hub" wr="true" networks="" icon="true" surround="true" adwords=""> <div class="socialHubWrapper"> <div class="socialHubInnerDiv "> <a href="https://www.facebook.com/NaVOBA/" target="_blank" dm_dont_rewrite_url="true" aria-label="facebook" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Facebook&apos;)"> <span class="dmSocialFacebook dm-social-icons-facebook oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> <a href="https://www.linkedin.com/company/navoba/" target="_blank" dm_dont_rewrite_url="true" aria-label="linkedin" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Linkedin&apos;)"> <span class="dmSocialLinkedin icon-linkedin oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> <a href="https://twitter.com/navoba?lang=en" target="_blank" dm_dont_rewrite_url="true" aria-label="twitter" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Twitter&apos;)"> <span class="dmSocialTwitter dm-social-icons-twitter oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> <a href="https://www.instagram.com/navoba_" target="_blank" dm_dont_rewrite_url="true" aria-label="instagram" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Instagram&apos;)"> <span class="dmSocialInstagram dm-social-icons-instagram oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> </div> </div> </div> <div class="u_1559046239 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1559046239"><img src="https://lirp.cdn-website.com/515542b9/dms3rep/multi/opt/We-Run-on-EOS-Badge-1920w.png" alt="" id="1027705086" class="" data-dm-image-path="https://irp.cdn-website.com/515542b9/dms3rep/multi/We-Run-on-EOS-Badge.png" width="1000" height="660" onerror="handleImageLoadError(this)"/></div> <a data-display-type="block" class="u_1814914120 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/contact" data-element-type="dButtonLinkId" id="1814914120"> <span class="iconBg" id="1797346854"> <span class="icon hasFontIcon icon-star" id="1485575386"></span> </span> <span class="text" id="1971956232">MORE</span> </a> </div> </div> </div> </div> <div id="1236746004" dmle_extension="powered_by" data-element-type="powered_by" icon="true" surround="false"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- Add full CSS and Javascript before the close tag of the body if needed --> <!-- ========= JS Section ========= --> <script> var isWLR = true; window.customWidgetsFunctions = {}; window.customWidgetsStrings = {}; window.collections = {}; window.currentLanguage = "ENGLISH" window.isSitePreview = false; </script> <script type="text/javascript"> var d_version = "production_4953"; var build = "2024-11-21T13_48_18"; window['v' + 'ersion'] = d_version; function buildEditorParent() { window.isMultiScreen = true; window.editorParent = {}; window.previewParent = {}; window.assetsCacheQueryParam = "?version=2024-11-21T13_48_18"; try { var _p = window.parent; if (_p && _p.document && _p.$ && _p.$.dmfw) { window.editorParent = _p; } else if (_p.isSitePreview) { window.previewParent = _p; } } catch (e) { } } buildEditorParent(); </script> <!-- Load jQuery --> <script type="text/javascript" id='d-js-jquery' src="https://static.cdn-website.com/libs/jquery/jquery-3.7.0.min.js"></script> <!-- End Load jQuery --> <!-- Injecting site-wide before scripts --> <!-- End Injecting site-wide to the head --> <script> var _jquery = window.$; var jqueryAliases = ['$', 'jquery', 'jQuery']; jqueryAliases.forEach((alias) => { Object.defineProperty(window, alias, { get() { return _jquery; }, set() { console.warn("Trying to over-write the global jquery object!"); } }); }); window.jQuery.migrateMute = true; </script> <script> window.cookiesNotificationMarkupPreview = 'null'; </script> <!-- HEAD RT JS Include --> <script id='d-js-params'> window.INSITE = window.INSITE || {}; window.INSITE.device = "desktop"; window.rtCommonProps = {}; rtCommonProps["rt.ajax.ajaxScriptsFix"] =true; rtCommonProps["rt.pushnotifs.sslframe.encoded"] = 'aHR0cHM6Ly97c3ViZG9tYWlufS5wdXNoLW5vdGlmcy5jb20='; rtCommonProps["runtimecollector.url"] = 'https://rtc.multiscreensite.com'; rtCommonProps["performance.tabletPreview.removeScroll"] = 'false'; rtCommonProps["inlineEditGrid.snap"] =true; rtCommonProps["popup.insite.cookie.ttl"] = '0.5'; rtCommonProps["rt.pushnotifs.force.button"] =true; rtCommonProps["common.mapbox.token"] = 'pk.eyJ1IjoiZGFubnliMTIzIiwiYSI6ImNqMGljZ256dzAwMDAycXBkdWxwbDgzeXYifQ.Ck5P-0NKPVKAZ6SH98gxxw'; rtCommonProps["common.mapbox.js.override"] =false; rtCommonProps["common.here.appId"] = 'iYvDjIQ2quyEu0rg0hLo'; rtCommonProps["common.here.appCode"] = '1hcIxLJcbybmtBYTD9Z1UA'; rtCommonProps["isCoverage.test"] =false; rtCommonProps["ecommerce.ecwid.script"] = 'https://app.multiscreenstore.com/script.js'; rtCommonProps["feature.flag.mappy.kml"] =false; rtCommonProps["common.resources.dist.cdn"] =true; rtCommonProps["common.build.dist.folder"] = 'production/4953'; rtCommonProps["common.resources.cdn.host"] = 'https://static.cdn-website.com'; rtCommonProps["common.resources.folder"] = 'https://static.cdn-website.com/mnlt/production/4953'; rtCommonProps["feature.flag.runtime.backgroundSlider.preload.slowly"] =true; rtCommonProps["feature.flag.runtime.newAnimation.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.respectCssAnimationProps.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.jitAnimation.enabled"] =true; rtCommonProps["feature.flag.sites.google.analytics.gtag"] =true; rtCommonProps["feature.flag.runOnReadyNewTask"] =true; rtCommonProps["isAutomation.test"] =false; rtCommonProps['common.mapsProvider'] = 'mapbox'; rtCommonProps['common.mapsProvider.version'] = '0.52.0'; rtCommonProps['common.geocodeProvider'] = 'mapbox'; rtCommonProps['common.map.defaults.radiusSize'] = '1500'; rtCommonProps['common.map.defaults.radiusBg'] = 'rgba(255, 255, 255, 0.4)'; rtCommonProps['common.map.defaults.strokeColor'] = 'rgba(255, 255, 255, 1)'; rtCommonProps['common.map.defaults.strokeSize'] = '2'; rtCommonProps['server.for.resources'] = ''; rtCommonProps['feature.flag.lazy.widgets'] = true; rtCommonProps['feature.flag.single.wow'] = false; rtCommonProps['feature.flag.disallowPopupsInEditor'] = true; rtCommonProps['feature.flag.mark.anchors'] = true; rtCommonProps['captcha.public.key'] = '6LffcBsUAAAAAMU-MYacU-6QHY4iDtUEYv_Ppwlz'; rtCommonProps['captcha.invisible.public.key'] = '6LeiWB8UAAAAAHYnVJM7_-7ap6bXCUNGiv7bBPME'; rtCommonProps["images.sizes.small"] =160; rtCommonProps["images.sizes.mobile"] =640; rtCommonProps["images.sizes.tablet"] =1280; rtCommonProps["images.sizes.desktop"] =1920; rtCommonProps["modules.resources.cdn"] =true; rtCommonProps["import.images.storage.imageCDN"] = 'https://lirp.cdn-website.com/'; rtCommonProps["facebook.api.version"] = '7.0'; rtCommonProps["feature.flag.runtime.inp.threshold"] =150; rtCommonProps["feature.flag.performance.logs"] =true; rtCommonProps["site.widget.form.captcha.type"] = 'g_recaptcha'; rtCommonProps["friendly.captcha.site.key"] = 'FCMGSQG9GVNMFS8K'; rtCommonProps["cookiebot.mapbox.consent.category"] = 'marketing'; rtCommonProps["platform.monolith.personalization.dateTimeCondition.popupMsgAction.moveToclient.enabled"] =false; // feature flags that's used out of runtime module (in legacy files) rtCommonProps["site.runtime.video.background.ssr"] =true; window.rtFlags = {}; rtFlags["unsuspendEcwidStoreOnRuntime.enabled"] =true; rtFlags["scripts.widgetCount.enabled"] =true; rtFlags["ecom.ecwid.categoryPage.modifyLinks"] = true; rtFlags["ecom.ecwid.delegateNavigationToEcwid.enabled"] = false; rtFlags["ecom.ecwidNewUrlStructure.enabled"] = false; rtFlags["ecom.ecwid.old.store.fix.scrolling.enabled"] = true; rtFlags["ecom.ecwid.old.store.fix.facebook.share"] = true; rtFlags["ecom.ecwid.fallBackInCaseLinksNotFound.enabled"] = true; rtFlags["feature.flag.photo.gallery.exact.size"] =true; rtFlags["new.store.fix.ecwid.back.bug"] =true; rtFlags["facebook.runtime.widgets.upgrade"] =true; rtFlags["ecom.ecwid.solve.url.modifications"] = true; rtFlags["ecom.ecwid.configOptions"] = true; rtFlags["geocode.search.localize"] =false; rtFlags["feature.flag.runtime.newAnimation.asyncInit.setTimeout.enabled"] =false; rtFlags["site.contact.form.fix.for.attribute"] =true; rtFlags["contact.form.date.format.enabled"] = true; rtFlags["twitter.heightLimit.enabled"] = true; rtFlags["ecom.ecwid.fixTranslations.enabled"] = true; rtFlags["runtime.load.script.native"] =true; rtFlags["editor.classicHybrid.photogallery.fix"] =true; rtFlags["runtime.lottieOverflow"] =false; rtFlags["runtime.monitoring.sentry.ignoreErrors"] = ""; rtFlags["ecom.ecwid.old.store.fix.scrolling.detect.enable"] =true; rtFlags["contact.form.browserValidation.enabled"] =true; </script> <script src="https://static.cdn-website.com/mnlt/production/4953/_dm/s/rt/dist/scripts/d-js-one-runtime-unified-desktop.min.js" id="d-js-core"></script> <!-- End of HEAD RT JS Include --> <script src="https://static.cdn-website.com/mnlt/production/4953/_dm/s/rt/dist/scripts/d-js-jquery-migrate.min.js" ></script> <script> $(window).bind("orientationchange", function (e) { $.layoutManager.initLayout(); }); $(document).resize(function () { }); </script> <script type="text/javascript" id="d_track_campaign"> (function() { const queryParams = new URLSearchParams(window.location.search); const expires = 'expires=' + new Date().getTime() + 24 * 60 * 60 * 1000; const domain = 'domain=' + window.location.hostname; const path = "path=/"; queryParams.forEach((value, key) => { if (key.startsWith('utm_')) { const cookieName = "_dm_rt_" + key.substring(4); const cookie = cookieName + "=" + value; const joined = [cookie, expires, domain, path].join(";"); document.cookie = joined; } }); }()); </script> <script type="text/javascript" > var _dm_gaq = {}; var _gaq = _gaq || []; var _dm_insite = []; </script> <script> window.dataLayer = window.dataLayer || []; window.dataLayer.push({'gtm.start': new Date().getTime(), event: 'gtm.js'}); </script> <script async src="https://www.googletagmanager.com/gtm.js?id=GTM-NMCJP3FR" id="d-js-gtm" onload="window.dispatchEvent(new CustomEvent('gtmLoaded', { bubbles: true }))"></script> <script type="text/javascript" id="d_track_sp"> ;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[]; p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments) };p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1; n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","//d32hwlnfiv2gyn.cloudfront.net/sp-2.0.0-dm-0.1.min.js","snowplow")); window.dmsnowplow = window.snowplow; dmsnowplow('newTracker', 'cf', 'd32hwlnfiv2gyn.cloudfront.net', { // Initialise a tracker appId: '515542b9' }); // snowplow queries element styles so we wait until CSS calculations are done. requestAnimationFrame(() => { dmsnowplow('trackPageView'); _dm_insite.forEach((rule) => { // Specifically in popup only the client knows if it is shown or not so we don't always want to track its impression here // the tracking is in popup.js if (rule.actionName !== "popup") { dmsnowplow('trackStructEvent', 'insite', 'impression', rule.ruleType, rule.ruleId); } window?.waitForDeferred?.('dmAjax', () => { $.DM.events.trigger('event-ruleTriggered', {value: rule}); }); }); }); </script> <div style="display:none;" id="P6iryBW0Wu"></div> <!-- photoswipe markup --> <!-- Root element of PhotoSwipe. Must have class pswp. --> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> <!-- Background of PhotoSwipe. It's a separate element as animating opacity is faster than rgba(). --> <div class="pswp__bg"></div> <!-- Slides wrapper with overflow:hidden. --> <div class="pswp__scroll-wrap"> <!-- Container that holds slides. PhotoSwipe keeps only 3 of them in the DOM to save memory. Don't modify these 3 pswp__item elements, data is added later on. --> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. --> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <!-- Controls are self-explanatory. Order can be changed. --> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title="Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button> <!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR --> <!-- element will get class pswp__preloader--active when preloader is running --> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"> </button> <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"> </button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> <div id="fb-root" data-locale="en"></div> <!-- Alias: 515542b9 --> <div class="dmPopupMask" id="dmPopupMask"></div> <div id="dmPopup" class="dmPopup"> <div class="dmPopupCloseWrapper"> <div class="dmPopupClose dm-common-icons-close oneIcon" onclick="dmHidePopup(event);"></div> </div> <div class="dmPopupTitle"> <span></span> Share by:</div> <div class="data"></div> </div><script id="d_track_personalization"> window?.waitForDeferred?.('dmAjax', () => { // Collects client data and updates cookies used by smart sites window.expireDays = 365; window.visitLength = 30 * 60000; $.setCookie("dm_timezone_offset", (new Date()).getTimezoneOffset(), window.expireDays); setSmartSiteCookiesInternal("dm_this_page_view","dm_last_page_view","dm_total_visits","dm_last_visit"); }); </script> <script type="text/javascript"> Parameters.NavigationAreaParams.MoreButtonText = 'MORE'; Parameters.NavigationAreaParams.LessButtonText = 'LESS'; Parameters.HomeLinkText = 'Home'; </script> <!-- End Script tags --> <!-- Site Wide Html Markup --> <!-- Site Wide Html Markup --> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10