CINXE.COM

Veteran Owned Logo Program

<!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: 'CVO', InitialPageUuid: 'c02f38477ec54d918c45822896bd7248', InitialPageId: '1162306274', InitialEncodedPageAlias: 'Q1ZP', 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/CVO"> <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/4431076433045cabaa826165d316bb2d.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="CVO"] #dm [data-show-on-page-only="CVO"] { 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 nav.u_1144820115 { color:black !important; } *#dm *.dmBody div.u_1255779124 { background-color:rgba(255,255,255,1) !important; } *#dm *.dmBody div.u_1255779124 .wrapper { direction:ltr !important; } *#dm *.dmBody div.u_1255779124 .rteBlock { direction:ltr !important; } *#dm *.dmBody div.u_1277245550 hr { background:none !important; height:0 !important; background-color:transparent !important; background-size:initial !important; min-height:0 !important; border-color:currentColor !important; border-width:1px !important; border-top-style:solid !important; border-top-width:1px !important; } *#dm *.dmBody div.u_1556517749 img[dm_changed] { border-style:solid !important; border-width:0px !important; } *#dm *.dmBody div.u_1556517749 img { border-style:solid !important; border-width:0px !important; } *#dm *.dmBody a.u_1553775524 .iconBg { display:none !important; } *#dm *.dmBody a.u_1553775524 { border-radius:50px !important; -moz-border-radius:50px !important; -webkit-border-radius:50px !important; border-style:solid !important; border-width:0px !important; } *#dm *.dmBody *.u_1556517749 { width:100% !important; } </style> <style id="pagestyleDevice" type="text/css"> *#dm *.d-page-1716942098 DIV.dmInner { background-repeat:no-repeat !important; background-size:cover !important; background-attachment:fixed !important; background-position:50% 50% !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% 50% !important; } *#dm *.dmBody div.u_1243667655 { margin-left:0 !important; padding-top:0 !important; padding-left:40px !important; padding-bottom:200px !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:40px !important; margin-right:0 !important; float:none !important; top:0 !important; left:0 !important; width:auto !important; position:relative !important; height:auto !important; max-width:none !important; min-width:0 !important; text-align:center !important; } *#dm *.dmBody div.u_1255779124 .spacer { height:0 !important; } *#dm *.dmBody div.u_1255779124 .image { width:200px !important; } *#dm *.dmBody div.u_1620106714 { margin-left:0px !important; padding-top:79px !important; padding-left:0px !important; padding-bottom:0px !important; margin-top:0px !important; margin-bottom:0px !important; margin-right:0px !important; padding-right:0px !important; } *#dm *.dmBody a.u_1553775524 { width:178px !important; height:48px !important; } *#dm *.dmBody a.u_1553775524 span.text { font-size:18px !important; } *#dm *.dmBody div.u_1556517749 { 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:auto !important; margin-left:auto !important; max-width:463px !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:0 !important; min-width:25px !important; text-align:center !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> Veteran Owned Logo Program </title> <meta name="keywords" content="VBE, Training, Veteran Owned Business, Contracting, Corporate Contracts, Certification, Supplier Diversity, Procurement"/> <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="Veteran Owned Logo Program"/> <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="Veteran Owned Logo Program"/> <!-- SYS- VVNfRElSRUNUX1BST0RVQ1RJT04= --> </head> <body id="dmRoot" data-page-alias="CVO" class="dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite mac 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 " target="" data-target-page-alias="corporate-spotlights"> <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">Veteran Owned Logo Program</div> </div> <div class="titleLine display_None"><hr/></div> </div> </div> </div> </div> <div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_CVO 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" style="text-align: center;" id="1243667655"> <div class="dmRespColsWrapper" id="1173148036"> <div class="dmRespCol small-12 u_1620106714 medium-12 large-12" id="1620106714"> <div class="u_1556517749 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1556517749"><img src="https://lirp.cdn-website.com/515542b9/dms3rep/multi/opt/Ketchup+with+watermark-1920w.png" alt="" id="1846715398" class="" data-dm-image-path="https://irp.cdn-website.com/515542b9/dms3rep/multi/Ketchup+with+watermark.png" width="425" height="391" onerror="handleImageLoadError(this)"/></div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1572150462" style="transition: opacity 1s ease-in-out 0s;"> <h1 class="text-align-center"><span style="display: unset;">Veteran-Owned Business Logo Program</span></h1> </div> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1553775524" file="false" href="/request-veteran-owned-logo" data-element-type="dButtonLinkId" id="1553775524" link_type="popup" popup_target="request-veteran-owned-logo" data-buttonstyle="ROUND_SIDES"> <span class="iconBg" aria-hidden="true" id="1825535825"> <span class="icon hasFontIcon icon-star" id="1458784262"></span> </span> <span class="text" id="1955136643">Get My Logo!</span> </a> <div class="dmDividerWrapper clearfix u_1277245550" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1277245550" layout="divider-style-1"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1610409000"/></div> <div class="widget-85b0db u_1255779124 dmCustomWidget" data-lazy-load="" data-title="" id="1255779124" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="85b0db3860664a28b3031e6cd70abf8c" data-widget-version="39" data-widget-config="eyJkaXJlY3Rpb24iOiJsZWZ0IiwiaW1hZ2UiOiIiLCJ0ZXh0IjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPkl04oCZcyBubyBzZWNyZXQgdGhhdCBBbWVyaWNhIGxvdmVzIHRoZSBhY3RpdmUtZHV0eSBtaWxpdGFyeSBjb21tdW5pdHkgYW5kIG91ciBuYXRpb27igJlzIHZldGVyYW5zLiBUaGUgTmF0aW9uYWwgVmV0ZXJhbi1Pd25lZCBCdXNpbmVzcyBBc3NvY2lhdGlvbiAoTmFWT0JBKSBjb21taXNzaW9uZWQgcmVzZWFyY2ggZnJvbSBBbWVyaWNhbnMgYWNyb3NzIHRoZSBjb3VudHJ5IGZyb20gYWxsIHdhbGtzIG9mIGxpZmUgYW5kIGZvdW5kIHRoYXQgOTUgcGVyY2VudCBvZiBBbWVyaWNhbnMgZmVlbCBhIHNlbnNlIG9mIGdyYXRpdHVkZSB0byB0aGUgYnJhdmUgd29tZW4gYW5kIG1lbiB3aG/igJl2ZSBzYWNyaWZpY2lhbGx5IHNlcnZlZCBvdXIgbmF0aW9uIGluIHVuaWZvcm0uPC9wPjxicj48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+TmFWT0JBIGhhcyBiZWVuIHRoZSBjYXRhbHlzdCB0byBicmluZyB0aGlzIGdyYXRpdHVkZSB0byA8YSB2YWx1ZT1cImNvcnBvcmF0ZS1tZW1iZXJzaGlwc1wiIGxhYmVsPVwiXCIgdHlwZT1cInBhZ2VcIiBocmVmPVwiL2NvcnBvcmF0ZS1tZW1iZXJzaGlwc1wiIGRhdGEtcnVudGltZS11cmw9XCIvY29ycG9yYXRlLW1lbWJlcnNoaXBzXCI+Q29ycG9yYXRlIEFtZXJpY2E8L2E+IGFuZCBoZWxwZWQgaW5jcmVhc2UgdGhlIG51bWJlciBvZiBGT1JUVU5Fwq4gMTAwMCBjb21wYW5pZXMgdGhhdCBzdXBwb3J0IDxhIHZhbHVlPVwiY2VydGlmaWNhdGlvblwiIGxhYmVsPVwiXCIgdHlwZT1cInBhZ2VcIiBocmVmPVwiL2NlcnRpZmljYXRpb25cIiBkYXRhLXJ1bnRpbWUtdXJsPVwiL2NlcnRpZmljYXRpb25cIj5DZXJ0aWZpZWQgVmV0ZXJhbuKAmXMgQnVzaW5lc3MgRW50ZXJwcmlzZXPCrjwvYT4gYnkgbW9yZSB0aGFuIDQwMCBwZXJjZW50IG92ZXIgdGhlIGxhc3QgZGVjYWRlLiBUaGF04oCZcyByaWdodCwgbW9yZSB0aGFuIDkwMCBvZiB0aGUgbGFyZ2VzdCBjb3Jwb3JhdGlvbnMgb24gdGhlIHBsYW5ldCBpbmNsdWRlIHZldGVyYW5zIGluIHRoZWlyIHN1cHBsaWVyIGRpdmVyc2l0eSBwcm9ncmFtcy7CoDwvcD48YnI+PHAgY2xhc3M9XCJydGVCbG9ja1wiPkluIGJldHRlciBuZXdzLCBmb3IgbWlsaXRhcnkgdmV0ZXJhbiBlbnRyZXByZW5ldXJzIGFuZCBidXNpbmVzcyBvd25lcnMsIGlzIHRoZSB0cmVtZW5kb3VzIG9wcG9ydHVuaXR5IGZvciBhdHRyYWN0aW5nIG5ldyBjdXN0b21lcnMgYW5kIGJ1aWxkaW5nIGxveWFsdHkgd2l0aCBleGlzdGluZyBjdXN0b21lcnMgc2ltcGx5IGJ5IGxldHRpbmcgdGhlbSBrbm93IHlvdXIgYnVzaW5lc3MgaXMgdmV0ZXJhbi1vd25lZCwgb3BlcmF0ZWQgYW5kIGNvbnRyb2xsZWQuIFRoYXTigJlzIHJpZ2h0LCBuZWFybHkgdHdvLXRoaXJkcyBvZiBBbWVyaWNhbiBjb25zdW1lcnMgc3VydmV5ZWQgc2FpZCB0aGV54oCZZCBiZSBtb3JlIGxpa2VseSB0byBwdXJjaGFzZSBwcm9kdWN0cyBhbmQgc2VydmljZXMgZnJvbSBidXNpbmVzc2VzIGlkZW50aWZpZWQgYXMgdmV0ZXJhbi1vd25lZC7CoDwvcD48YnI+PHAgY2xhc3M9XCJydGVCbG9ja1wiPlRoaXMgaXMgd2hlcmUgTmFWT0JBIGNvbWVzIGluLiBDZXJ0aWZpZWQgVmV0ZXJhbi1Pd25lZCBpcyBhbiBpbml0aWF0aXZlIGZyb20gdGhlIE5hdGlvbmFsIFZldGVyYW4tT3duZWQgQnVzaW5lc3MgQXNzb2NpYXRpb24gKE5hVk9CQSkgdG8gYnVpbGQgb24gdGhlIG1vbWVudHVtIG9mIHN1cHBvcnQgZm9yIHZldGVyYW4tb3duZWQgYnVzaW5lc3Nlcy4gQ29tcGFuaWVzIHRoYXQgcHJvdmlkZSBwcm9kdWN0cyB0byBOYVZPQkHigJlzIENvcnBvcmF0ZSBBbGxpZXMgY2FuIHByb3VkbHkgZGlzcGxheSB0aGUgQ2VydGlmaWVkIOKAnFZldGVyYW4gT3duZWTCruKAnSBsb2dvIG9uIHByb2R1Y3QgbGFiZWxzIHRvIGdpdmUgdGhlaXIgY3VzdG9tZXJzIHRoZSBjb25maWRlbmNlIHRoYXQgdGhleSBhcmUgc3VwcG9ydGluZyB0cnVseSBkZXNlcnZpbmcgdmV0ZXJhbiBidXNpbmVzcyBvd25lcnMuwqA8L3A+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5UaGlzIGlzIGJlbmVmaWNpYWwgaW4gdGhyZWUgZGlzdGluY3Qgd2F5cy4gRmlyc3QsIGV2ZXJ5ZGF5IGN1c3RvbWVycyBnZXQgdG8gaWRlbnRpZnkgdmV0ZXJhbi1vd25lZCBwcm9kdWN0cyB0aGV5IGNhbiBwdXJjaGFzZSBhdCBsYXJnZSByZXRhaWxlcnMuIFNlY29uZCwgdGhlIENvcnBvcmF0ZSBBbGxpZXMgd2hvIHByb3ZpZGUgdGhlc2UgcHJvZHVjdHMgb24gdGhlaXIgc3RvcmUgc2hlbHZlcyBnZXQgdG8gcmVtaW5kIHRoZWlyIGN1c3RvbWVycyB0aW1lIGFuZCB0aW1lIGFnYWluIHRoYXQgdGhleSBoYXZlIGNvbW1pdHRlZCB0byBzdXBwb3J0aW5nIHZldGVyYW5zIGVudHJlcHJlbmV1cnNoaXAuIEZpbmFsbHksIHRoZSB2ZXRlcmFuLW93bmVkIGNvbXBhbmllcyBnZXQgdG8gYm9vc3Qgc2FsZXMgYW5kIGJ1aWxkIGN1c3RvbWVyIGxveWFsdHkgb24gdHdvIGZyb250cy7CoDwvcD48YnI+PHAgY2xhc3M9XCJydGVCbG9ja1wiPkV2ZXJ5Ym9keSB3aW5zITwvcD48YnI+PHAgY2xhc3M9XCJydGVCbG9ja1wiPkl04oCZcyByZWFsbHkgdGhhdCBzaW1wbGUuIElmIHlvdSB3YW50IHRvIHN1cHBvcnQgdGhlIG1pbGl0YXJ5IGNvbW11bml0eSwgYnV5IGZyb20gYnVzaW5lc3NlcyBvd25lZCBhbmQgb3BlcmF0ZWQgYnkgdmV0cy4gUGx1cywgdmV0ZXJhbi1vd25lZCBidXNpbmVzc2VzIGhpcmUgbW9yZSB2ZXRzIG9uIGF2ZXJhZ2UgdGhhbiBub24tdmV0ZXJhbi1vd25lZCBidXNpbmVzc2VzLCBzb8KgPC9wPjxicj48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+QnV5aW5nIFZldGVyYW4gbWFrZXMgYSBodWdlLCBwb3NpdGl2ZSBpbXBhY3QgaW4gdGhlIHZldGVyYW4gY29tbXVuaXR5LiBUaGlzIHByb2dyYW0gc2ltcGx5IGVuc3VyZXMgdGhhdCB3aGVuIGN1c3RvbWVycyBzdXBwb3J0IHZldGVyYW5zLCB0aGV5IGtub3cgdGhlc2UgdmV0ZXJhbnMgaGF2ZSB3b3JuIHRoZSB1bmlmb3JtIGFuZCBlYXJuZWQgdGhlaXIgcmVzcGVjdCBhbmQgZ3JhdGl0dWRlLsKgPC9wPjxicj48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+SWYgeW91JiN4Mjc7cmUgaW50ZXJlc3RlZCBpbiBwdXR0aW5nIHRoaXMgbG9nbyBvbiB5b3VyIHByb2R1Y3QsIDxhIHZhbHVlPVwicmVxdWVzdC12ZXRlcmFuLW93bmVkLWxvZ29cIiB0eXBlPVwicG9wdXBcIiBocmVmPVwiL3JlcXVlc3QtdmV0ZXJhbi1vd25lZC1sb2dvXCIgcG9wdXBfdGFyZ2V0PVwicmVxdWVzdC12ZXRlcmFuLW93bmVkLWxvZ29cIiBsaW5rX3R5cGU9XCJwb3B1cFwiIGRhdGEtcnVudGltZS11cmw9XCIvcmVxdWVzdC12ZXRlcmFuLW93bmVkLWxvZ29cIj5jbGljayBoZXJlITwvYT48L3A+PGJyPiJ9"> <div class="wrapper"> <div class="spacer spacer-left"></div> <img alt="" class="image left" src="" onerror="handleImageLoadError(this)"/> <div class="text"> <span class="text-inner"> <p class="rteBlock">It&rsquo;s no secret that America loves the active-duty military community and our nation&rsquo;s veterans. The National Veteran-Owned Business Association (NaVOBA) commissioned research from Americans across the country from all walks of life and found that 95 percent of Americans feel a sense of gratitude to the brave women and men who&rsquo;ve sacrificially served our nation in uniform.</p><br/><p class="rteBlock">NaVOBA has been the catalyst to bring this gratitude to <a value="corporate-memberships" label="" type="page" href="/corporate-memberships" data-runtime-url="/corporate-memberships">Corporate America</a> and helped increase the number of FORTUNE&reg; 1000 companies that support <a value="certification" label="" type="page" href="/certification" data-runtime-url="/certification">Certified Veteran&rsquo;s Business Enterprises&reg;</a> by more than 400 percent over the last decade. That&rsquo;s right, more than 900 of the largest corporations on the planet include veterans in their supplier diversity programs.&nbsp;</p><br/><p class="rteBlock">In better news, for military veteran entrepreneurs and business owners, is the tremendous opportunity for attracting new customers and building loyalty with existing customers simply by letting them know your business is veteran-owned, operated and controlled. That&rsquo;s right, nearly two-thirds of American consumers surveyed said they&rsquo;d be more likely to purchase products and services from businesses identified as veteran-owned.&nbsp;</p><br/><p class="rteBlock">This is where NaVOBA comes in. Certified Veteran-Owned is an initiative from the National Veteran-Owned Business Association (NaVOBA) to build on the momentum of support for veteran-owned businesses. Companies that provide products to NaVOBA&rsquo;s Corporate Allies can proudly display the Certified &ldquo;Veteran Owned&reg;&rdquo; logo on product labels to give their customers the confidence that they are supporting truly deserving veteran business owners.&nbsp;</p><br/><p class="rteBlock">This is beneficial in three distinct ways. First, everyday customers get to identify veteran-owned products they can purchase at large retailers. Second, the Corporate Allies who provide these products on their store shelves get to remind their customers time and time again that they have committed to supporting veterans entrepreneurship. Finally, the veteran-owned companies get to boost sales and build customer loyalty on two fronts.&nbsp;</p><br/><p class="rteBlock">Everybody wins!</p><br/><p class="rteBlock">It&rsquo;s really that simple. If you want to support the military community, buy from businesses owned and operated by vets. Plus, veteran-owned businesses hire more vets on average than non-veteran-owned businesses, so&nbsp;</p><br/><p class="rteBlock">Buying Veteran makes a huge, positive impact in the veteran community. This program simply ensures that when customers support veterans, they know these veterans have worn the uniform and earned their respect and gratitude.&nbsp;</p><br/><p class="rteBlock">If you're interested in putting this logo on your product, <a value="request-veteran-owned-logo" type="popup" href="/request-veteran-owned-logo" popup_target="request-veteran-owned-logo" link_type="popup" data-runtime-url="/request-veteran-owned-logo">click here!</a></p><br/></span> </div> <div style="clear:both"></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> window.customWidgetsFunctions["85b0db3860664a28b3031e6cd70abf8c~39"] = function (element, data, api) { null }; </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "QWx0IHRleHQ="; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.alt.text"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "VGV4dCBzdHlsZQ=="; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.text.style"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "SW1hZ2UgcG9zaXRpb24="; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.image.position"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "UmlnaHQ="; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.right"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "U2VsZWN0IGltYWdl"; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.select.image"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "QWx0IHRleHQgaXMgaW5kZXhlZCBieSBzZWFyY2ggZW5naW5lcyBhbmQgaW1wcm92ZXMgc2l0ZSBhY2Nlc3NpYmlsaXR5LCBzbyBkZXNjcmliZSB0aGUgaW1hZ2UncyBjb250ZW50IGFzIGNvbmNpc2VseSBhbmQgY2xlYXJseSBhcyBwb3NzaWJsZS4="; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.alt.help"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "UGFyYWdyYXBo"; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.paragraph"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "TGVmdA=="; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.left"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "SW1hZ2Ugc2l6ZQ=="; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.image.size"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "RnJhbWUgYm9yZGVy"; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.border"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "TGluayBJbWFnZQ=="; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.link.image"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "RGlzcGxheSBhbiBpbWFnZSB3aXRoIHdyYXBwZWQgdGV4dC4="; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.title"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "QmFja2dyb3VuZA=="; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.background"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "VGV4dCAmIEltYWdl"; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.widgetTitle"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "WW914oCZdmUgY2hvc2VuIGEgdGVycmlmaWMgd2F5IG9mIGludGVncmF0aW5nIGltYWdlcyBhbmQgdGV4dCBpbnRvIHlvdXIgd2Vic2l0ZS4gTW92ZSB0aGUgaW1hZ2UgYW55d2hlcmUgeW91IHdhbnQgaW4gdGhpcyBjb250YWluZXIgYW5kIHRoZSB0ZXh0IHdpbGwgYXV0b21hdGljYWxseSB3cmFwIGFyb3VuZCBpdC4gWW91IGNhbiBkaXNwbGF5IGV2ZW50cyB0ZWFtIG1lbWJlcnMgbmV3IHByb2R1Y3RzIGFuZCBtb3JlIGVhc2lseSBhbmQgY3JlYXRpdmVseS4gVG8gc3RhcnQgYWRkIGFuIGltYWdlIGZyb20gdGhlIEltYWdlIFBpY2tlciBhbmQgZWRpdCBpdCBhcyB5b3Ugd291bGQgZWRpdCBhbnkgaW1hZ2UgaW4gdGhlIHN5c3RlbS4gRm9yIGV4YW1wbGUgeW91IGNhbiBsaW5rIHRoZSBpbWFnZSB0byBleGlzdGluZyBwYWdlcyBpbiB5b3VyIHNpdGUgYSB3ZWJzaXRlIFVSTCBhIHBvcHVwIG9yIGFuIGFuY2hvci4gQWZ0ZXIgeW914oCZdmUgY2hvc2VuIHRoZSBpbWFnZSBhZGQgeW91ciB0ZXh0LiBZb3UgY2FuIGFkZCB0ZXh0IHRoYXQgZGVzY3JpYmVzIHRoZSBpbWFnZSB5b3XigJl2ZSBzZWxlY3RlZCBvciBzaW1wbHkgdXNlIHRoZSBpbWFnZSBmb3IgZGVjb3JhdGl2ZSBwdXJwb3Nlcy4gXG5Zb3XigJl2ZSBjaG9zZW4gYSB0ZXJyaWZpYyB3YXkgb2YgaW50ZWdyYXRpbmcgaW1hZ2VzIGFuZCB0ZXh0IGludG8geW91ciB3ZWJzaXRlLiBNb3ZlIHRoZSBpbWFnZSBhbnl3aGVyZSB5b3Ugd2FudCBpbiB0aGlzIGNvbnRhaW5lciBhbmQgdGhlIHRleHQgd2lsbCBhdXRvbWF0aWNhbGx5IHdyYXAgYXJvdW5kIGl0LiBZb3UgY2FuIGRpc3BsYXkgZXZlbnRzIHRlYW0gbWVtYmVycyBuZXcgcHJvZHVjdHMgbW9yZSBlYXNpbHkgYW5kIGNyZWF0aXZlbHkuIFRvIHN0YXJ0IGFkZCBhbiBpbWFnZSBmcm9tIHRoZSBJbWFnZSBQaWNrZXIgYW5kIGVkaXQgaXQgYXMgeW91IHdvdWxkIGVkaXQgYW55IGltYWdlIGluIHRoZSBzeXN0ZW0uIEZvciBleGFtcGxlIHlvdSBjYW4gbGluayB0aGUgaW1hZ2UgdG8gZXhpc3RpbmcgcGFnZXMgaW4geW91ciBzaXRlIGEgd2Vic2l0ZSBVUkwgYSBwb3B1cCBvciBhbiBhbmNob3IuIEFmdGVyIHlvdeKAmXZlIGNob3NlbiB0aGUgaW1hZ2UgYWRkIHlvdXIgdGV4dC4gWW91IGNhbiBhZGQgdGV4dCB0aGF0IGRlc2NyaWJlcyB0aGUgaW1hZ2UgeW914oCZdmUgc2VsZWN0ZWQgb3Igc2ltcGx5IHVzZSB0aGUgaW1hZ2UgZm9yIGRlY29yYXRpdmUgcHVycG9zZXMu"; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.default.paragraph"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "SW1hZ2UgYm9yZGVy"; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.image.border"] = atob(value); </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 type="text/javascript"> window.popups = [{"title":"Request Veteran-Owned Logo","url":"/request-veteran-owned-logo","options":{"backgroundColor":"#FFFFFF","borderRadius":"5","width":"950","overlayColor":"rgba(0, 0, 0, 0.5)","height":"621","animation":"fadeIn"},"name":"request-veteran-owned-logo"}]</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