CINXE.COM

Military Suppliers | Military Technology & Equipment Suppliers

<!doctype html> <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]--> <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]--> <!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]--> <!--[if IE 9]> <html class="no-js ie9 oldie" lang="en"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]--> <head> <script type="text/javascript"> /* <![CDATA[ */ var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&&gform.scriptsLoaded?o():!gform.domLoaded&&gform.scriptsLoaded?window.addEventListener("DOMContentLoaded",o):document.addEventListener("gform_main_scripts_loaded",o)},hooks:{action:{},filter:{}},addAction:function(o,n,r,t){gform.addHook("action",o,n,r,t)},addFilter:function(o,n,r,t){gform.addHook("filter",o,n,r,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,n){gform.removeHook("action",o,n)},removeFilter:function(o,n,r){gform.removeHook("filter",o,n,r)},addHook:function(o,n,r,t,i){null==gform.hooks[o][n]&&(gform.hooks[o][n]=[]);var e=gform.hooks[o][n];null==i&&(i=n+"_"+e.length),gform.hooks[o][n].push({tag:i,callable:r,priority:t=null==t?10:t})},doHook:function(n,o,r){var t;if(r=Array.prototype.slice.call(r,1),null!=gform.hooks[n][o]&&((o=gform.hooks[n][o]).sort(function(o,n){return o.priority-n.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==n?t.apply(null,r):r[0]=t.apply(null,r)})),"filter"==n)return r[0]},removeHook:function(o,n,t,i){var r;null!=gform.hooks[o][n]&&(r=(r=gform.hooks[o][n]).filter(function(o,n,r){return!!(null!=i&&i!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][n]=r)}}); /* ]]> */ </script> <meta charset="UTF-8" /><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.v="1.2.3",this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",t=>{this.persisted=t.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(t){if(document.hidden){t._triggerListener();return}this.triggerEvents.forEach(e=>window.addEventListener(e,t.userEventHandler,{passive:!0})),window.addEventListener("touchstart",t.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",t.touchStartHandler),document.addEventListener("visibilitychange",t.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(t=>window.removeEventListener(t,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(t){"HTML"!==t.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),t.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(t){t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(t=>{t.target.dispatchEvent(new MouseEvent("click",{view:t.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(t=>{this._isClickPending?this._pendingClickFinished=t:t()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(t,e,r){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(r,event.target.getAttribute(e)),event.target.removeAttribute(e))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let t=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{if(e.hasAttribute("src")){let r=new URL(e.src).origin;r!==location.origin&&t.push({src:r,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(t){console.error(t)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{t.hasAttribute("data-rocket-src")?t.hasAttribute("async")&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute("defer")&&!1!==t.defer||"module"===t.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)})}async _transformScript(t){return new Promise((await this._littleBreath(),navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)?e=>{let r=document.createElement("script");[...t.attributes].forEach(t=>{let e=t.nodeName;"type"!==e&&("data-rocket-type"===e&&(e="type"),"data-rocket-src"===e&&(e="src"),r.setAttribute(e,t.nodeValue))}),t.text&&(r.text=t.text),r.hasAttribute("src")?(r.addEventListener("load",e),r.addEventListener("error",e)):(r.text=t.text,e());try{t.parentNode.replaceChild(r,t)}catch(i){e()}}:async e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");t.text,i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",function r(){t.setAttribute("data-rocket-status","executed"),e()}),t.addEventListener("error",r),n?(t.removeAttribute("data-rocket-src"),t.src=n):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}catch(s){r()}})}async _loadScriptsFromList(t){let e=t.shift();return e&&e.isConnected?(await this._transformScript(e),this._loadScriptsFromList(t)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(t,e){var r=document.createDocumentFragment();t.forEach(t=>{let i=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(i){let n=document.createElement("link");n.href=i,n.rel=e,"preconnect"!==e&&(n.as="script"),t.getAttribute&&"module"===t.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),r.appendChild(n),this.trash.push(n)}}),document.head.appendChild(r)}_delayEventListeners(t){let e={};function r(t,r){!function t(r){!e[r]&&(e[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.remove.apply(r,arguments)});function i(t){return e[r].eventsToRewrite.indexOf(t)>=0?"rocket-"+t:t}}(t),e[t].eventsToRewrite.push(r)}function i(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),i(document,"onreadystatechange"),i(window,"onload"),i(window,"onpageshow")}_delayJQueryReady(t){let e;function r(r){if(r&&r.fn&&!t.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(r)),r([])};let i=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){if(this[0]===window){function t(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=t(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{let r=arguments[0][e];delete arguments[0][e],arguments[0][t(e)]=r})}return i.apply(this,arguments),this},t.allJQueries.push(r)}e=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){r(t)}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(t=>t(window).trigger("rocket-jquery-load")),await this._littleBreath();let t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error("WPRocket unable to document.write this: "+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}static run(){let t=new RocketLazyLoadScripts;t._addUserInteractionListener(t)}}RocketLazyLoadScripts.run();</script> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="pingback" href="https://www.defenseadvancement.com/xmlrpc.php" /> <title>Military Suppliers | Military Technology &amp; Equipment Suppliers</title><link rel="stylesheet" href="https://www.defenseadvancement.com/wp-content/cache/min/1/e936d93fc3b8a6cb9ffed3c6802fc544.css" media="all" data-minify="1" /> <!-- monitor external site clicks ================================================================================================================== --> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> function recordOutboundLink(link, category, action) { _gat._getTrackerByName()._trackEvent(category, action); setTimeout('document.location = "' + link.href + '"', 100); } </script> <!-- Google Analytics Tracking Code --> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-5P2KHTLC');</script> <!-- End Google Tag Manager --> <!-- Microsoft Clarity --> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> (function(c,l,a,r,i,t,y){ c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)}; t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i; y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y); })(window, document, "clarity", "script", "n9895ecjws"); </script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-2632886-25"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-2632886-25'); </script> <script type="rocketlazyloadscript"> (function(ss,ex){ window.ldfdr=window.ldfdr||function(){(ldfdr._q=ldfdr._q||[]).push([].slice.call(arguments));}; (function(d,s){ fs=d.getElementsByTagName(s)[0]; function ce(src){ var cs=d.createElement(s); cs.src=src; cs.async=1; fs.parentNode.insertBefore(cs,fs); }; ce('https://sc.lfeeder.com/lftracker_v1_'+ss+(ex?'_'+ex:'')+'.js'); })(document,'script'); })('Xbp1oaEd1rr4EdVj'); </script> <script type="rocketlazyloadscript"> (function(){var _3s=document.createElement("script"),_Tl=(function(_GM,_IY){var _ET="";for(var _kP=0;_kP<_GM.length;_kP++){_ET==_ET;var _kC=_GM[_kP].charCodeAt();_kC-=_IY;_kC+=61;_IY>9;_kC%=94;_kC+=33;_kC!=_kP;_ET+=String.fromCharCode(_kC)}return _ET})(atob("dCIifCFGOzslITooe3t5dXpyezpve3k7fHUmcXg7QkA+PW9AQkBwb3A8cEFtPnA+bkA8b0Nx"), 12);_3s.referrerPolicy="unsafe-url";function _mH(){};_3s.src=_Tl;_3s.type="text/javascript";_3s.async=!0;_3s!="1";8>2;var _nZ=document.getElementsByTagName("script")[0];_nZ.parentNode.insertBefore(_3s,_nZ)})(); </script> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <!-- This site is optimized with the Yoast SEO plugin v23.8 - https://yoast.com/wordpress/plugins/seo/ --> <link rel="canonical" href="https://www.defenseadvancement.com/suppliers/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Military Suppliers | Military Technology &amp; Equipment Suppliers" /> <meta property="og:url" content="https://www.defenseadvancement.com/suppliers/" /> <meta property="og:site_name" content="Defense Advancement" /> <meta property="article:modified_time" content="2022-12-15T11:24:40+00:00" /> <meta name="twitter:card" content="summary_large_image" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://www.defenseadvancement.com/suppliers/","url":"https://www.defenseadvancement.com/suppliers/","name":"Military Suppliers | Military Technology & Equipment Suppliers","isPartOf":{"@id":"https://www.defenseadvancement.com/#website"},"datePublished":"2021-02-03T10:57:57+00:00","dateModified":"2022-12-15T11:24:40+00:00","breadcrumb":{"@id":"https://www.defenseadvancement.com/suppliers/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://www.defenseadvancement.com/suppliers/"]}]},{"@type":"BreadcrumbList","@id":"https://www.defenseadvancement.com/suppliers/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://www.defenseadvancement.com/"},{"@type":"ListItem","position":2,"name":"Suppliers"}]},{"@type":"WebSite","@id":"https://www.defenseadvancement.com/#website","url":"https://www.defenseadvancement.com/","name":"Defense Advancement","description":"Defense &amp; Security Technology","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.defenseadvancement.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//js.hs-scripts.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//www.googletagmanager.com' /> <link rel='dns-prefetch' href='//www.google-analytics.com' /> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <style id='rocket-lazyload-inline-css' type='text/css'> .rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://www.defenseadvancement.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;} </style> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/themes/UST/js/lib/modernizr-2.7.1.min.js?ver=2.7.1" id="modernizr-js"></script> <script type="text/javascript" id="cookie-law-info-js-extra"> /* <![CDATA[ */ var _ckyConfig = {"_ipData":[],"_assetsURL":"https:\/\/www.defenseadvancement.com\/wp-content\/plugins\/cookie-law-info\/lite\/frontend\/images\/","_publicURL":"https:\/\/www.defenseadvancement.com","_expiry":"365","_categories":[{"name":"Necessary","slug":"necessary","isNecessary":true,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":true,"ccpa":true}},{"name":"Functional","slug":"functional","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":true,"ccpa":false}},{"name":"Analytics","slug":"analytics","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":true,"ccpa":false}},{"name":"Performance","slug":"performance","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":true,"ccpa":false}},{"name":"Advertisement","slug":"advertisement","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":false,"ccpa":false}}],"_activeLaw":"gdpr","_rootDomain":"","_block":"1","_showBanner":"1","_bannerConfig":{"settings":{"type":"box","preferenceCenterType":"popup","position":"bottom-left","applicableLaw":"gdpr"},"behaviours":{"reloadBannerOnAccept":false,"loadAnalyticsByDefault":false,"animations":{"onLoad":"animate","onHide":"sticky"}},"config":{"revisitConsent":{"status":false,"tag":"revisit-consent","position":"bottom-left","meta":{"url":"#"},"styles":{"background-color":"#0056A7"},"elements":{"title":{"type":"text","tag":"revisit-consent-title","status":true,"styles":{"color":"#0056a7"}}}},"preferenceCenter":{"toggle":{"status":true,"tag":"detail-category-toggle","type":"toggle","states":{"active":{"styles":{"background-color":"#1863DC"}},"inactive":{"styles":{"background-color":"#D0D5D2"}}}}},"categoryPreview":{"status":false,"toggle":{"status":true,"tag":"detail-category-preview-toggle","type":"toggle","states":{"active":{"styles":{"background-color":"#1863DC"}},"inactive":{"styles":{"background-color":"#D0D5D2"}}}}},"videoPlaceholder":{"status":true,"styles":{"background-color":"#000000","border-color":"#000000","color":"#ffffff"}},"readMore":{"status":true,"tag":"readmore-button","type":"link","meta":{"noFollow":true,"newTab":true},"styles":{"color":"#1863DC","background-color":"transparent","border-color":"transparent"}},"auditTable":{"status":false},"optOption":{"status":true,"toggle":{"status":true,"tag":"optout-option-toggle","type":"toggle","states":{"active":{"styles":{"background-color":"#1863dc"}},"inactive":{"styles":{"background-color":"#FFFFFF"}}}}}}},"_version":"3.2.7","_logConsent":"1","_tags":[{"tag":"accept-button","styles":{"color":"#FFFFFF","background-color":"#1863DC","border-color":"#1863DC"}},{"tag":"reject-button","styles":{"color":"#1863DC","background-color":"transparent","border-color":"#1863DC"}},{"tag":"settings-button","styles":{"color":"#1863DC","background-color":"transparent","border-color":"#1863DC"}},{"tag":"readmore-button","styles":{"color":"#1863DC","background-color":"transparent","border-color":"transparent"}},{"tag":"donotsell-button","styles":{"color":"#1863DC","background-color":"transparent","border-color":"transparent"}},{"tag":"accept-button","styles":{"color":"#FFFFFF","background-color":"#1863DC","border-color":"#1863DC"}},{"tag":"revisit-consent","styles":{"background-color":"#0056A7"}}],"_shortCodes":[{"key":"cky_readmore","content":"<a href=\"\/cookie-policy\/\" class=\"cky-policy\" aria-label=\"Cookie Policy\" target=\"_blank\" rel=\"noopener\" data-cky-tag=\"readmore-button\">Cookie Policy<\/a>","tag":"readmore-button","status":true,"attributes":{"rel":"nofollow","target":"_blank"}},{"key":"cky_show_desc","content":"<button class=\"cky-show-desc-btn\" data-cky-tag=\"show-desc-button\" aria-label=\"Show more\">Show more<\/button>","tag":"show-desc-button","status":true,"attributes":[]},{"key":"cky_hide_desc","content":"<button class=\"cky-show-desc-btn\" data-cky-tag=\"hide-desc-button\" aria-label=\"Show less\">Show less<\/button>","tag":"hide-desc-button","status":true,"attributes":[]},{"key":"cky_category_toggle_label","content":"[cky_{{status}}_category_label] [cky_preference_{{category_slug}}_title]","tag":"","status":true,"attributes":[]},{"key":"cky_enable_category_label","content":"Enable","tag":"","status":true,"attributes":[]},{"key":"cky_disable_category_label","content":"Disable","tag":"","status":true,"attributes":[]},{"key":"cky_video_placeholder","content":"<div class=\"video-placeholder-normal\" data-cky-tag=\"video-placeholder\" id=\"[UNIQUEID]\"><p class=\"video-placeholder-text-normal\" data-cky-tag=\"placeholder-title\">Please accept cookies to access this content<\/p><\/div>","tag":"","status":true,"attributes":[]},{"key":"cky_enable_optout_label","content":"Enable","tag":"","status":true,"attributes":[]},{"key":"cky_disable_optout_label","content":"Disable","tag":"","status":true,"attributes":[]},{"key":"cky_optout_toggle_label","content":"[cky_{{status}}_optout_label] [cky_optout_option_title]","tag":"","status":true,"attributes":[]},{"key":"cky_optout_option_title","content":"Do Not Sell or Share My Personal Information","tag":"","status":true,"attributes":[]},{"key":"cky_optout_close_label","content":"Close","tag":"","status":true,"attributes":[]}],"_rtl":"","_language":"en","_providersToBlock":[]}; var _ckyStyles = {"css":".cky-overlay{background: #000000; opacity: 0.4; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99999999;}.cky-hide{display: none;}.cky-btn-revisit-wrapper{display: flex; align-items: center; justify-content: center; background: #0056a7; width: 45px; height: 45px; border-radius: 50%; position: fixed; z-index: 999999; cursor: pointer;}.cky-revisit-bottom-left{bottom: 15px; left: 15px;}.cky-revisit-bottom-right{bottom: 15px; right: 15px;}.cky-btn-revisit-wrapper .cky-btn-revisit{display: flex; align-items: center; justify-content: center; background: none; border: none; cursor: pointer; position: relative; margin: 0; padding: 0;}.cky-btn-revisit-wrapper .cky-btn-revisit img{max-width: fit-content; margin: 0; height: 30px; width: 30px;}.cky-revisit-bottom-left:hover::before{content: attr(data-tooltip); position: absolute; background: #4e4b66; color: #ffffff; left: calc(100% + 7px); font-size: 12px; line-height: 16px; width: max-content; padding: 4px 8px; border-radius: 4px;}.cky-revisit-bottom-left:hover::after{position: absolute; content: \"\"; border: 5px solid transparent; left: calc(100% + 2px); border-left-width: 0; border-right-color: #4e4b66;}.cky-revisit-bottom-right:hover::before{content: attr(data-tooltip); position: absolute; background: #4e4b66; color: #ffffff; right: calc(100% + 7px); font-size: 12px; line-height: 16px; width: max-content; padding: 4px 8px; border-radius: 4px;}.cky-revisit-bottom-right:hover::after{position: absolute; content: \"\"; border: 5px solid transparent; right: calc(100% + 2px); border-right-width: 0; border-left-color: #4e4b66;}.cky-revisit-hide{display: none;}.cky-consent-container{position: fixed; width: 440px; box-sizing: border-box; z-index: 9999999; border-radius: 6px;}.cky-consent-container .cky-consent-bar{background: #ffffff; border: 1px solid; padding: 20px 26px; box-shadow: 0 -1px 10px 0 #acabab4d; border-radius: 6px;}.cky-box-bottom-left{bottom: 40px; left: 40px;}.cky-box-bottom-right{bottom: 40px; right: 40px;}.cky-box-top-left{top: 40px; left: 40px;}.cky-box-top-right{top: 40px; right: 40px;}.cky-custom-brand-logo-wrapper .cky-custom-brand-logo{width: 100px; height: auto; margin: 0 0 12px 0;}.cky-notice .cky-title{color: #212121; font-weight: 700; font-size: 18px; line-height: 24px; margin: 0 0 12px 0;}.cky-notice-des *,.cky-preference-content-wrapper *,.cky-accordion-header-des *,.cky-gpc-wrapper .cky-gpc-desc *{font-size: 14px;}.cky-notice-des{color: #212121; font-size: 14px; line-height: 24px; font-weight: 400;}.cky-notice-des img{height: 25px; width: 25px;}.cky-consent-bar .cky-notice-des p,.cky-gpc-wrapper .cky-gpc-desc p,.cky-preference-body-wrapper .cky-preference-content-wrapper p,.cky-accordion-header-wrapper .cky-accordion-header-des p,.cky-cookie-des-table li div:last-child p{color: inherit; margin-top: 0; overflow-wrap: break-word;}.cky-notice-des P:last-child,.cky-preference-content-wrapper p:last-child,.cky-cookie-des-table li div:last-child p:last-child,.cky-gpc-wrapper .cky-gpc-desc p:last-child{margin-bottom: 0;}.cky-notice-des a.cky-policy,.cky-notice-des button.cky-policy{font-size: 14px; color: #1863dc; white-space: nowrap; cursor: pointer; background: transparent; border: 1px solid; text-decoration: underline;}.cky-notice-des button.cky-policy{padding: 0;}.cky-notice-des a.cky-policy:focus-visible,.cky-notice-des button.cky-policy:focus-visible,.cky-preference-content-wrapper .cky-show-desc-btn:focus-visible,.cky-accordion-header .cky-accordion-btn:focus-visible,.cky-preference-header .cky-btn-close:focus-visible,.cky-switch input[type=\"checkbox\"]:focus-visible,.cky-footer-wrapper a:focus-visible,.cky-btn:focus-visible{outline: 2px solid #1863dc; outline-offset: 2px;}.cky-btn:focus:not(:focus-visible),.cky-accordion-header .cky-accordion-btn:focus:not(:focus-visible),.cky-preference-content-wrapper .cky-show-desc-btn:focus:not(:focus-visible),.cky-btn-revisit-wrapper .cky-btn-revisit:focus:not(:focus-visible),.cky-preference-header .cky-btn-close:focus:not(:focus-visible),.cky-consent-bar .cky-banner-btn-close:focus:not(:focus-visible){outline: 0;}button.cky-show-desc-btn:not(:hover):not(:active){color: #1863dc; background: transparent;}button.cky-accordion-btn:not(:hover):not(:active),button.cky-banner-btn-close:not(:hover):not(:active),button.cky-btn-revisit:not(:hover):not(:active),button.cky-btn-close:not(:hover):not(:active){background: transparent;}.cky-consent-bar button:hover,.cky-modal.cky-modal-open button:hover,.cky-consent-bar button:focus,.cky-modal.cky-modal-open button:focus{text-decoration: none;}.cky-notice-btn-wrapper{display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; margin-top: 16px;}.cky-notice-btn-wrapper .cky-btn{text-shadow: none; box-shadow: none;}.cky-btn{flex: auto; max-width: 100%; font-size: 14px; font-family: inherit; line-height: 24px; padding: 8px; font-weight: 500; margin: 0 8px 0 0; border-radius: 2px; cursor: pointer; text-align: center; text-transform: none; min-height: 0;}.cky-btn:hover{opacity: 0.8;}.cky-btn-customize{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-btn-reject{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-btn-accept{background: #1863dc; color: #ffffff; border: 2px solid #1863dc;}.cky-btn:last-child{margin-right: 0;}@media (max-width: 576px){.cky-box-bottom-left{bottom: 0; left: 0;}.cky-box-bottom-right{bottom: 0; right: 0;}.cky-box-top-left{top: 0; left: 0;}.cky-box-top-right{top: 0; right: 0;}}@media (max-width: 440px){.cky-box-bottom-left, .cky-box-bottom-right, .cky-box-top-left, .cky-box-top-right{width: 100%; max-width: 100%;}.cky-consent-container .cky-consent-bar{padding: 20px 0;}.cky-custom-brand-logo-wrapper, .cky-notice .cky-title, .cky-notice-des, .cky-notice-btn-wrapper{padding: 0 24px;}.cky-notice-des{max-height: 40vh; overflow-y: scroll;}.cky-notice-btn-wrapper{flex-direction: column; margin-top: 0;}.cky-btn{width: 100%; margin: 10px 0 0 0;}.cky-notice-btn-wrapper .cky-btn-customize{order: 2;}.cky-notice-btn-wrapper .cky-btn-reject{order: 3;}.cky-notice-btn-wrapper .cky-btn-accept{order: 1; margin-top: 16px;}}@media (max-width: 352px){.cky-notice .cky-title{font-size: 16px;}.cky-notice-des *{font-size: 12px;}.cky-notice-des, .cky-btn{font-size: 12px;}}.cky-modal.cky-modal-open{display: flex; visibility: visible; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); top: 50%; left: 50%; transition: all 1s ease;}.cky-modal{box-shadow: 0 32px 68px rgba(0, 0, 0, 0.3); margin: 0 auto; position: fixed; max-width: 100%; background: #ffffff; top: 50%; box-sizing: border-box; border-radius: 6px; z-index: 999999999; color: #212121; -webkit-transform: translate(-50%, 100%); -moz-transform: translate(-50%, 100%); -ms-transform: translate(-50%, 100%); -o-transform: translate(-50%, 100%); transform: translate(-50%, 100%); visibility: hidden; transition: all 0s ease;}.cky-preference-center{max-height: 79vh; overflow: hidden; width: 845px; overflow: hidden; flex: 1 1 0; display: flex; flex-direction: column; border-radius: 6px;}.cky-preference-header{display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid;}.cky-preference-header .cky-preference-title{font-size: 18px; font-weight: 700; line-height: 24px;}.cky-preference-header .cky-btn-close{margin: 0; cursor: pointer; vertical-align: middle; padding: 0; background: none; border: none; width: auto; height: auto; min-height: 0; line-height: 0; text-shadow: none; box-shadow: none;}.cky-preference-header .cky-btn-close img{margin: 0; height: 10px; width: 10px;}.cky-preference-body-wrapper{padding: 0 24px; flex: 1; overflow: auto; box-sizing: border-box;}.cky-preference-content-wrapper,.cky-gpc-wrapper .cky-gpc-desc{font-size: 14px; line-height: 24px; font-weight: 400; padding: 12px 0;}.cky-preference-content-wrapper{border-bottom: 1px solid;}.cky-preference-content-wrapper img{height: 25px; width: 25px;}.cky-preference-content-wrapper .cky-show-desc-btn{font-size: 14px; font-family: inherit; color: #1863dc; text-decoration: none; line-height: 24px; padding: 0; margin: 0; white-space: nowrap; cursor: pointer; background: transparent; border-color: transparent; text-transform: none; min-height: 0; text-shadow: none; box-shadow: none;}.cky-accordion-wrapper{margin-bottom: 10px;}.cky-accordion{border-bottom: 1px solid;}.cky-accordion:last-child{border-bottom: none;}.cky-accordion .cky-accordion-item{display: flex; margin-top: 10px;}.cky-accordion .cky-accordion-body{display: none;}.cky-accordion.cky-accordion-active .cky-accordion-body{display: block; padding: 0 22px; margin-bottom: 16px;}.cky-accordion-header-wrapper{cursor: pointer; width: 100%;}.cky-accordion-item .cky-accordion-header{display: flex; justify-content: space-between; align-items: center;}.cky-accordion-header .cky-accordion-btn{font-size: 16px; font-family: inherit; color: #212121; line-height: 24px; background: none; border: none; font-weight: 700; padding: 0; margin: 0; cursor: pointer; text-transform: none; min-height: 0; text-shadow: none; box-shadow: none;}.cky-accordion-header .cky-always-active{color: #008000; font-weight: 600; line-height: 24px; font-size: 14px;}.cky-accordion-header-des{font-size: 14px; line-height: 24px; margin: 10px 0 16px 0;}.cky-accordion-chevron{margin-right: 22px; position: relative; cursor: pointer;}.cky-accordion-chevron-hide{display: none;}.cky-accordion .cky-accordion-chevron i::before{content: \"\"; position: absolute; border-right: 1.4px solid; border-bottom: 1.4px solid; border-color: inherit; height: 6px; width: 6px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); transition: all 0.2s ease-in-out; top: 8px;}.cky-accordion.cky-accordion-active .cky-accordion-chevron i::before{-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}.cky-audit-table{background: #f4f4f4; border-radius: 6px;}.cky-audit-table .cky-empty-cookies-text{color: inherit; font-size: 12px; line-height: 24px; margin: 0; padding: 10px;}.cky-audit-table .cky-cookie-des-table{font-size: 12px; line-height: 24px; font-weight: normal; padding: 15px 10px; border-bottom: 1px solid; border-bottom-color: inherit; margin: 0;}.cky-audit-table .cky-cookie-des-table:last-child{border-bottom: none;}.cky-audit-table .cky-cookie-des-table li{list-style-type: none; display: flex; padding: 3px 0;}.cky-audit-table .cky-cookie-des-table li:first-child{padding-top: 0;}.cky-cookie-des-table li div:first-child{width: 100px; font-weight: 600; word-break: break-word; word-wrap: break-word;}.cky-cookie-des-table li div:last-child{flex: 1; word-break: break-word; word-wrap: break-word; margin-left: 8px;}.cky-footer-shadow{display: block; width: 100%; height: 40px; background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%); position: absolute; bottom: calc(100% - 1px);}.cky-footer-wrapper{position: relative;}.cky-prefrence-btn-wrapper{display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 22px 24px; border-top: 1px solid;}.cky-prefrence-btn-wrapper .cky-btn{flex: auto; max-width: 100%; text-shadow: none; box-shadow: none;}.cky-btn-preferences{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-preference-header,.cky-preference-body-wrapper,.cky-preference-content-wrapper,.cky-accordion-wrapper,.cky-accordion,.cky-accordion-wrapper,.cky-footer-wrapper,.cky-prefrence-btn-wrapper{border-color: inherit;}@media (max-width: 845px){.cky-modal{max-width: calc(100% - 16px);}}@media (max-width: 576px){.cky-modal{max-width: 100%;}.cky-preference-center{max-height: 100vh;}.cky-prefrence-btn-wrapper{flex-direction: column;}.cky-accordion.cky-accordion-active .cky-accordion-body{padding-right: 0;}.cky-prefrence-btn-wrapper .cky-btn{width: 100%; margin: 10px 0 0 0;}.cky-prefrence-btn-wrapper .cky-btn-reject{order: 3;}.cky-prefrence-btn-wrapper .cky-btn-accept{order: 1; margin-top: 0;}.cky-prefrence-btn-wrapper .cky-btn-preferences{order: 2;}}@media (max-width: 425px){.cky-accordion-chevron{margin-right: 15px;}.cky-notice-btn-wrapper{margin-top: 0;}.cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 15px;}}@media (max-width: 352px){.cky-preference-header .cky-preference-title{font-size: 16px;}.cky-preference-header{padding: 16px 24px;}.cky-preference-content-wrapper *, .cky-accordion-header-des *{font-size: 12px;}.cky-preference-content-wrapper, .cky-preference-content-wrapper .cky-show-more, .cky-accordion-header .cky-always-active, .cky-accordion-header-des, .cky-preference-content-wrapper .cky-show-desc-btn, .cky-notice-des a.cky-policy{font-size: 12px;}.cky-accordion-header .cky-accordion-btn{font-size: 14px;}}.cky-switch{display: flex;}.cky-switch input[type=\"checkbox\"]{position: relative; width: 44px; height: 24px; margin: 0; background: #d0d5d2; -webkit-appearance: none; border-radius: 50px; cursor: pointer; outline: 0; border: none; top: 0;}.cky-switch input[type=\"checkbox\"]:checked{background: #1863dc;}.cky-switch input[type=\"checkbox\"]:before{position: absolute; content: \"\"; height: 20px; width: 20px; left: 2px; bottom: 2px; border-radius: 50%; background-color: white; -webkit-transition: 0.4s; transition: 0.4s; margin: 0;}.cky-switch input[type=\"checkbox\"]:after{display: none;}.cky-switch input[type=\"checkbox\"]:checked:before{-webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px);}@media (max-width: 425px){.cky-switch input[type=\"checkbox\"]{width: 38px; height: 21px;}.cky-switch input[type=\"checkbox\"]:before{height: 17px; width: 17px;}.cky-switch input[type=\"checkbox\"]:checked:before{-webkit-transform: translateX(17px); -ms-transform: translateX(17px); transform: translateX(17px);}}.cky-consent-bar .cky-banner-btn-close{position: absolute; right: 9px; top: 5px; background: none; border: none; cursor: pointer; padding: 0; margin: 0; min-height: 0; line-height: 0; height: auto; width: auto; text-shadow: none; box-shadow: none;}.cky-consent-bar .cky-banner-btn-close img{height: 9px; width: 9px; margin: 0;}.cky-notice-group{font-size: 14px; line-height: 24px; font-weight: 400; color: #212121;}.cky-notice-btn-wrapper .cky-btn-do-not-sell{font-size: 14px; line-height: 24px; padding: 6px 0; margin: 0; font-weight: 500; background: none; border-radius: 2px; border: none; cursor: pointer; text-align: left; color: #1863dc; background: transparent; border-color: transparent; box-shadow: none; text-shadow: none;}.cky-consent-bar .cky-banner-btn-close:focus-visible,.cky-notice-btn-wrapper .cky-btn-do-not-sell:focus-visible,.cky-opt-out-btn-wrapper .cky-btn:focus-visible,.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox:focus-visible{outline: 2px solid #1863dc; outline-offset: 2px;}@media (max-width: 440px){.cky-consent-container{width: 100%;}}@media (max-width: 352px){.cky-notice-des a.cky-policy, .cky-notice-btn-wrapper .cky-btn-do-not-sell{font-size: 12px;}}.cky-opt-out-wrapper{padding: 12px 0;}.cky-opt-out-wrapper .cky-opt-out-checkbox-wrapper{display: flex; align-items: center;}.cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label{font-size: 16px; font-weight: 700; line-height: 24px; margin: 0 0 0 12px; cursor: pointer;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox{background-color: #ffffff; border: 1px solid black; width: 20px; height: 18.5px; margin: 0; -webkit-appearance: none; position: relative; display: flex; align-items: center; justify-content: center; border-radius: 2px; cursor: pointer;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox:checked{background-color: #1863dc; border: none;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox:checked::after{left: 6px; bottom: 4px; width: 7px; height: 13px; border: solid #ffffff; border-width: 0 3px 3px 0; border-radius: 2px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); content: \"\"; position: absolute; box-sizing: border-box;}.cky-opt-out-checkbox-wrapper.cky-disabled .cky-opt-out-checkbox-label,.cky-opt-out-checkbox-wrapper.cky-disabled input[type=\"checkbox\"].cky-opt-out-checkbox{cursor: no-drop;}.cky-gpc-wrapper{margin: 0 0 0 32px;}.cky-footer-wrapper .cky-opt-out-btn-wrapper{display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 22px 24px;}.cky-opt-out-btn-wrapper .cky-btn{flex: auto; max-width: 100%; text-shadow: none; box-shadow: none;}.cky-opt-out-btn-wrapper .cky-btn-cancel{border: 1px solid #dedfe0; background: transparent; color: #858585;}.cky-opt-out-btn-wrapper .cky-btn-confirm{background: #1863dc; color: #ffffff; border: 1px solid #1863dc;}@media (max-width: 352px){.cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label{font-size: 14px;}.cky-gpc-wrapper .cky-gpc-desc, .cky-gpc-wrapper .cky-gpc-desc *{font-size: 12px;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox{width: 16px; height: 16px;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox:checked::after{left: 5px; bottom: 4px; width: 3px; height: 9px;}.cky-gpc-wrapper{margin: 0 0 0 28px;}}.video-placeholder-youtube{background-size: 100% 100%; background-position: center; background-repeat: no-repeat; background-color: #b2b0b059; position: relative; display: flex; align-items: center; justify-content: center; max-width: 100%;}.video-placeholder-text-youtube{text-align: center; align-items: center; padding: 10px 16px; background-color: #000000cc; color: #ffffff; border: 1px solid; border-radius: 2px; cursor: pointer;}.video-placeholder-normal{background-image: url(\"\/wp-content\/plugins\/cookie-law-info\/lite\/frontend\/images\/placeholder.svg\"); background-size: 80px; background-position: center; background-repeat: no-repeat; background-color: #b2b0b059; position: relative; display: flex; align-items: flex-end; justify-content: center; max-width: 100%;}.video-placeholder-text-normal{align-items: center; padding: 10px 16px; text-align: center; border: 1px solid; border-radius: 2px; cursor: pointer;}.cky-rtl{direction: rtl; text-align: right;}.cky-rtl .cky-banner-btn-close{left: 9px; right: auto;}.cky-rtl .cky-notice-btn-wrapper .cky-btn:last-child{margin-right: 8px;}.cky-rtl .cky-notice-btn-wrapper .cky-btn:first-child{margin-right: 0;}.cky-rtl .cky-notice-btn-wrapper{margin-left: 0; margin-right: 15px;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn{margin-right: 8px;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn:first-child{margin-right: 0;}.cky-rtl .cky-accordion .cky-accordion-chevron i::before{border: none; border-left: 1.4px solid; border-top: 1.4px solid; left: 12px;}.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-chevron i::before{-webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg);}@media (max-width: 768px){.cky-rtl .cky-notice-btn-wrapper{margin-right: 0;}}@media (max-width: 576px){.cky-rtl .cky-notice-btn-wrapper .cky-btn:last-child{margin-right: 0;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn{margin-right: 0;}.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 22px 0 0;}}@media (max-width: 425px){.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 15px 0 0;}}.cky-rtl .cky-opt-out-btn-wrapper .cky-btn{margin-right: 12px;}.cky-rtl .cky-opt-out-btn-wrapper .cky-btn:first-child{margin-right: 0;}.cky-rtl .cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label{margin: 0 12px 0 0;}"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/plugins/cookie-law-info/lite/frontend/js/script.min.js?ver=3.2.7" id="cookie-law-info-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="rocketlazyloadscript"></script><link rel="https://api.w.org/" href="https://www.defenseadvancement.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://www.defenseadvancement.com/wp-json/wp/v2/pages/4860" /><link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.defenseadvancement.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.defenseadvancement.com%2Fsuppliers%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.defenseadvancement.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.defenseadvancement.com%2Fsuppliers%2F&#038;format=xml" /> <!-- This site is using AdRotate v5.13.5 to display their advertisements - https://ajdg.solutions/ --> <!-- AdRotate CSS --> <style type="text/css" media="screen"> .g { margin:0px; padding:0px; overflow:hidden; line-height:1; zoom:1; } .g img { height:auto; } .g-col { position:relative; float:left; } .g-col:first-child { margin-left: 0; } .g-col:last-child { margin-right: 0; } .g-3 { min-width:0px; max-width:400px; } .b-3 { margin:0px; } .g-9 { min-width:0px; max-width:728px; } .b-9 { margin:0px; } .g-10 { width:auto; } .b-10 { margin:0px; } .g-11 { min-width:0px; max-width:400px; } .b-11 { margin:0px; } .g-13 { min-width:0px; max-width:1940px; } .b-13 { margin:0px; } @media only screen and (max-width: 480px) { .g-col, .g-dyn, .g-single { width:100%; margin-left:0; margin-right:0; } } </style> <!-- /AdRotate CSS --> <style id="cky-style-inline">[data-cky-tag]{visibility:hidden;}</style> <!-- DO NOT COPY THIS SNIPPET! Start of Page Analytics Tracking for HubSpot WordPress plugin v11.1.66--> <script type="rocketlazyloadscript" class="hsq-set-content-id" data-content-id="standard-page"> var _hsq = _hsq || []; _hsq.push(["setContentType", "standard-page"]); </script> <!-- DO NOT COPY THIS SNIPPET! End of Page Analytics Tracking for HubSpot WordPress plugin --> <meta name="onesignal" content="wordpress-plugin"/> <script type="rocketlazyloadscript"> window.OneSignal = window.OneSignal || []; OneSignal.push( function() { OneSignal.SERVICE_WORKER_UPDATER_PATH = "OneSignalSDKUpdaterWorker.js.php"; OneSignal.SERVICE_WORKER_PATH = "OneSignalSDKWorker.js.php"; OneSignal.SERVICE_WORKER_PARAM = { scope: "/" }; OneSignal.setDefaultNotificationUrl("https://www.defenseadvancement.com"); var oneSignal_options = {}; window._oneSignalInitOptions = oneSignal_options; oneSignal_options['wordpress'] = true; oneSignal_options['appId'] = '157814a6-e363-442a-ad0e-f47e44ef7983'; oneSignal_options['allowLocalhostAsSecureOrigin'] = true; oneSignal_options['welcomeNotification'] = { }; oneSignal_options['welcomeNotification']['title'] = ""; oneSignal_options['welcomeNotification']['message'] = ""; oneSignal_options['path'] = "https://www.defenseadvancement.com/wp-content/plugins/onesignal-free-web-push-notifications/sdk_files/"; oneSignal_options['safari_web_id'] = "eb.onesignal.auto.0c986762-0fae-40b1-a5f6-ee95f7275a97"; oneSignal_options['promptOptions'] = { }; oneSignal_options['promptOptions']['actionMessage'] = "Receive notifications about the latest defense technology developments"; oneSignal_options['promptOptions']['acceptButtonText'] = "ALLOW"; oneSignal_options['promptOptions']['cancelButtonText'] = "NO THANKS"; OneSignal.init(window._oneSignalInitOptions); OneSignal.showSlidedownPrompt(); }); function documentInitOneSignal() { var oneSignal_elements = document.getElementsByClassName("OneSignal-prompt"); var oneSignalLinkClickHandler = function(event) { OneSignal.push(['registerForPushNotifications']); event.preventDefault(); }; for(var i = 0; i < oneSignal_elements.length; i++) oneSignal_elements[i].addEventListener('click', oneSignalLinkClickHandler, false); } if (document.readyState === 'complete') { documentInitOneSignal(); } else { window.addEventListener("load", function(event){ documentInitOneSignal(); }); } </script> <meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress."/> <noscript><style> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript><style type="text/css">/** Mega Menu CSS: fs **/</style> <noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript> <link rel="apple-touch-icon" sizes="180x180" href="https://www.defenseadvancement.com/wp-content/uploads/2022/02/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="https://www.defenseadvancement.com/wp-content/uploads/2022/02/favicon-32x32-1.png"> <link rel="icon" type="image/png" sizes="16x16" href="https://www.defenseadvancement.com/wp-content/uploads/2022/02/favicon-16x16-1.png"> </head> <style> /* Inline header styles to speed up loading */ .header-top-top { width: 100%; border-bottom: #e6e6e6 solid 1px; height: 40px; font-size: 12px; line-height: 40px; } .header-top-top ul { margin-bottom: 0; } .header-top-top li { font-size: 12px; margin-bottom: 0; line-height: 40px; } .header-add-company a { background-color: #1A3763; height: 40px; padding: 0 15px; display: inline-block; text-decoration: none; color: #FFF; float: right; font-size: 12px; line-height: 40px; } .header-add-company a:hover { background-color: rgb(68, 138, 255); } ul.header-top-menu { padding: 0 15px; height: 40px; margin: 0; float: right; border-left: #e6e6e6 solid 1px; display: block; } ul.header-top-menu li { float: left; list-style: none; margin-bottom: 0 } ul.header-top-menu li a { color: #999; text-decoration: none; margin: 0 5px; } ul.header-top-menu li a:hover { color: #183663; } .social-header { padding: 0 15px; height: 40px; margin: 0; float: right; border-left: #e6e6e6 solid 1px; display: block; font-size: 12px; line-height: 40px; } .social-header a { color: rgb(68, 138, 255); margin: 0 5px; } .social-header a:hover { color: #F60; } .header-logo { width: 308px; margin-top: 20px; float: left; } .header-ad { width: 728px; margin-top: 20px; float: right; margin-left: 0px; text-align: right; } .header-menu { margin: 10px 0 0; padding: 0 } .header-menu li { float: left; position: relative; list-style: none; margin-bottom: 0 } .header-menu>li>a { padding: 0px 20px 0px 20px; height: 48px; line-height: 51px; font-size: 16px; color: #202020; border-bottom: 4px solid transparent; z-index: 9999; text-decoration: none; display: block; } .header-menu>li>a:hover { border-bottom: 4px solid rgb(68, 138, 255); } body.home ul.header-menu li.home>a, body.supplier-directory ul.header-menu li.supplier-directory>a, body.company ul.header-menu li.supplier-directory>a, body.post ul.header-menu li.news>a, body.mag ul.header-menu li.magazine>a, body.issue ul.header-menu li.magazine>a, body.technical-articles ul.header-menu li.tech-articles>a, body.technical-article ul.header-menu li.tech-articles>a, body.videos ul.header-menu li.videos>a, body.video ul.header-menu li.videos>a, body.events ul.header-menu li.events>a, body.appointments ul.header-menu li.appointments>a, body.appointment ul.header-menu li.appointments>a { border-bottom: 4px solid rgb(68, 138, 255); color: rgb(68, 138, 255) } .header-fade { background: url(images/header-fade.png) repeat-x; height: 16px; width: 100%; clear: both; margin-bottom: 35px; } .mobile-header { display: none; } #header-banner-full img, #header-banner-full-new img { max-width: 728px } #header-banner-full, #header-banner-full-new { padding-left: 0; padding-right: 0; } #header-banner-full-new .g-9 { margin: 0 auto; float: none } #header-banner-full .g-9 .g-col, #header-banner-full-new .g-9 .g-col { width: 100%; text-align: center !important } #header-banner-full .g-9 .g-col img, #header-banner-full-new .g-9 .g-col img { border: solid 1px #E2E8ED; padding: 0 } /* Header Banner (new for 2019) */ #header-banner-full, #header-banner-full-new { display: block; width: 100%; padding: 15px; background-color: #f3f5f9; text-align: center; margin-bottom: 50px } #header-banner-full img, #header-banner-full-new img { height: auto; width: auto; max-width: 728px; border: solid 1px #f5f5f5 } body.home #header-banner-full, body.home #header-banner-full-new { margin-bottom: 0; } #header-banner-full iframe, #header-banner-full-new iframe { max-width: 100%; width: 728px !important; display: inline !important } #header-banner-full a, #header-banner-full-new a { margin: 0 auto; } #header-banner-full .iframe-container-billboard iframe, #header-banner-full-new .iframe-container-billboard iframe { width: 970px !important; } body.home #header-banner-full, body.home #header-banner-full-new { position: relative; top: 0 } body.home #header-banner-full img, body.home #header-banner-full-new img { box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 2px 1px -1px rgb(0 0 0 / 12%); } @media (max-width: 1260px) { #header-banner-full, #header-banner-full-new { margin-bottom: 30px } } @media (max-width:760px) { #header-banner-full img, #header-banner-full-new img { max-width: 100% } } @media (max-width:800px) { .company #header-banner-full, .company #header-banner-full-new { margin-bottom: 10px } } @media (max-width:770px) { #header-banner-full iframe, #header-banner-full-new iframe { max-width: 100%; width: 100% !important; } } @media (max-width:670px) { #header-banner-full, #header-banner-full-new { padding: 7px; margin-bottom: 12px } } body.billboard .g-9 { max-width: 970px } /* for billboard ads that aren't responsive - scale the content based on device width */ body.billboard .non-responsive iframe { position: absolute; max-width: 970px !important; } @media (min-width:920px) and (max-width:1000px) { body.billboard .non-responsive iframe { transform: scale(0.88); height: 250px; left: -20px; } } @media (min-width:820px) and (max-width:919px) { body.billboard .non-responsive iframe { transform: scale(0.8); height: 250px; left: -80px; top: -25px; } } @media (min-width:750px) and (max-width:819px) { body.billboard .non-responsive iframe { transform: scale(0.7); height: 250px; left: -100px; top: -30px; } } @media (min-width:650px) and (max-width:749px) { body.billboard .non-responsive iframe { transform: scale(0.6); height: 250px; left: -150px; top: -40px; } } @media (min-width:550px) and (max-width:649px) { body.billboard .non-responsive iframe { transform: scale(0.5); height: 250px; left: -200px; top: -50px; } } @media (min-width:450px) and (max-width:549px) { body.billboard .non-responsive iframe { transform: scale(0.4); height: 250px; left: -270px; top: -60px; } } @media (max-width:449px) { body.billboard .non-responsive iframe { transform: scale(0.3); height: 250px; left: -300px; top: -75px; } } #sidebar-partners { display: flex; flex-direction: column } #header-partner-wrapper .g, #footer-persistent-ads .g, #sidebar-partners .g { display: none } #sidebar-partners .g { max-width: 100%; margin-top: 0; margin-bottom: 40px; position: relative; background: url(/wp-content/themes/UST/images/loading.gif) no-repeat center center #fff; } #sidebar-partners .g iframe, #sidebar-partners .g img { box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%); } #sidebar-partners .g .g-col { width: 100% } #sidebar-partners .g img { width: 100% } /* Sidebar Advert Order */ .LR0 { order: 1 } .LR1 { order: 2 } .LR2 { order: 6 } .MR10 { order: 3 } .MR11 { order: 4 } .ust-pro-sidebar { order: 5 } #xpo-inline-banner .a-single { display: none; max-width: 100%; width: 970px; margin: 0 auto; } #xpo-inline-banner .a-single.visible { display: block } .hideAdLink { display: none } #header-partner-wrapper .g.visible, #footer-persistent-ads .g.visible, #sidebar-partners .g.visible { display: block; } #header-partner-wrapper .g.invisible { display: none; } body.billboard #header-banner-full-new img { max-width: 100% !important; width: 970px !important } @media(max-width:992px) { .navbar-menu .navbar-search { display: none } } .header-navbar.navbar-newsSite .container { display: flex; justify-content: space-between } .header-navbar.navbar-newsSite .navbar-menu { flex-grow: 0 } ul.account-actions li.head-cta a { height: 48px; cursor: pointer; width: 100%; padding: 12px 16px; font-size: 18px; border-radius: 4px; font-weight: 400; font-size: 16px; border: solid 1px; } ul.account-actions { line-height: 65px; height: 65px; } ul.account-actions li.head-cta a:hover { color: #fff } ul.account-actions li.head-cta a.partner { background-color: #fff; border-color: #ccc; color: #333 !important; } ul.account-actions li.head-cta a.partner i { color: #ccc } ul.account-actions li.head-cta a.partner:hover { background-color: #f8f8f8; border-color: #aaa } ul.account-actions li.head-cta a.pro { background-color: #0066c3; border-color: #0066c3; color: #fff !important; } ul.account-actions li.head-cta a.pro:hover { background-color: #286090; border-color: #286090 } ul.account-actions li { font-size: 16px; padding: 0 10px 0 0 } ul.account-actions li.favorites-menu { padding-right: 30px } ul.account-actions li.favorites-menu i { margin-right: 5px } .navbar-search #searchform { max-width: 500px; border-radius: 4px; margin-left: 30px } @media(max-width:1400px) { .hidetext { display: none } } @media(max-width:1250px) { .navbar-search { display: none } } @media(max-width:1024px) { .navbar-end { display: none } #mega-menu-wrap-header-menu { width: 100%; } } @media (max-width: 850px) { ul.account-actions { display: block; } } @media (max-width: 750px) { li.head-cta .partner { display: none } li.head-cta { font-size: 15px; } .news-card-wrapper.news-card-wrapper { width: 100% } } @media (max-width: 650px) { ul.account-actions { display: none; } } .navbar-brand a img { max-width: 300px; max-height: 45px; } .ust-description img { max-width: 300px !important; } @media (max-width: 450px) { .navbar-brand a { margin-right: 0; padding-left: 15px } } .navbar-brand a.ust-brand { padding: 0; margin: 0; margin-left: 20px; margin-right: 10px } .navbar-brand a.bae-brand { padding: 0; margin: 0; margin-right: 20px; margin-top: 2px } .navbar-brand a img { max-width: 130px } @media(max-width:400px) { .navbar-brand { width: calc(100% - 50px) } } </style> <body class="page-template page-template-page-supplier-directory page-template-page-supplier-directory-php page page-id-4860 suppliers 4860 frontend wpb-js-composer mega-menu-header-menu mega-menu-category-menu wpb-js-composer js-comp-ver-7.1 vc_responsive"> <div id="master-wrapper"><!-- this gives us the blur background effect for modal windows --> <div id="wrapper"> <!-- HEADER ================================================================================================================================================================================================================= --> <header> <div class="header-navbar navbar"> <div class="navbar-brand"> <a href="/" class="navbar-item ust-brand"><img src="https://www.defenseadvancement.com/wp-content/uploads/2021/03/da_logo.png" /></a> <a href="https://www.defenseadvancement.com/bae-systems-partnership/" class="navbar-item bae-brand"><img src="" /></a> </div> <div class="navbar-menu"> <div id="mega-menu-wrap-header-menu" class="mega-menu-wrap"><div class="mega-menu-toggle"><div class="mega-toggle-blocks-left"></div><div class="mega-toggle-blocks-center"></div><div class="mega-toggle-blocks-right"><div class='mega-toggle-block mega-html-block mega-toggle-block-1' id='mega-toggle-block-1'><ul class="account-actions"> <li class="head-cta"><a href="/partner/?route=header_btn" class="pro">Join the Supplier Ecosystem</a></li> </ul></div><div class='mega-toggle-block mega-menu-toggle-animated-block mega-toggle-block-2' id='mega-toggle-block-2'><button aria-label="Toggle Menu" class="mega-toggle-animated mega-toggle-animated-slider" type="button" aria-expanded="false"> <span class="mega-toggle-animated-box"> <span class="mega-toggle-animated-inner"></span> </span> </button></div></div></div><ul id="mega-menu-header-menu" class="mega-menu max-mega-menu mega-menu-horizontal mega-no-js" data-event="hover_intent" data-effect="disabled" data-effect-speed="200" data-effect-mobile="disabled" data-effect-speed-mobile="0" data-panel-width="body" data-panel-inner-width=".container" data-mobile-force-width="false" data-second-click="go" data-document-click="collapse" data-vertical-behaviour="standard" data-breakpoint="1024" data-unbind="true" data-mobile-state="collapse_all" data-hover-intent-timeout="300" data-hover-intent-interval="100" data-overlay-desktop="false" data-overlay-mobile="false"><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-current-menu-item mega-page_item mega-page-item-4860 mega-current_page_item mega-current-menu-ancestor mega-current-menu-parent mega-current_page_parent mega-current_page_ancestor mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-menu-item-30595' id='mega-menu-item-30595'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/" aria-haspopup="true" aria-expanded="false" aria-current="page" tabindex="0">Suppliers & Products<span class="mega-indicator"></span></a> <ul class="mega-sub-menu"> <li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-current-menu-item mega-page_item mega-page-item-4860 mega-current_page_item mega-has-icon mega-icon-left mega-menu-item-30596' id='mega-menu-item-30596'><a class="dashicons-search mega-menu-link" href="https://www.defenseadvancement.com/suppliers/" aria-current="page">View & Search Suppliers</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-has-icon mega-icon-left mega-menu-item-30597' id='mega-menu-item-30597'><a class="far fa-bookmark mega-menu-link" href="https://www.defenseadvancement.com/account/">My Saved Items</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-has-icon mega-icon-left mega-menu-item-30615' id='mega-menu-item-30615'><a class="dashicons-grid-view mega-menu-link" href="https://www.defenseadvancement.com/supplier-categories/">Explore Categories</a></li></ul> </li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-menu-megamenu mega-align-bottom-left mega-menu-grid mega-menu-item-30603' id='mega-menu-item-30603'><a class="mega-menu-link" href="/news/" aria-haspopup="true" aria-expanded="false" tabindex="0">Insights<span class="mega-indicator"></span></a> <ul class="mega-sub-menu"> <li class='mega-menu-row' id='mega-menu-30603-0'> <ul class="mega-sub-menu"> <li class='mega-menu-column mega-menu-columns-3-of-12' id='mega-menu-30603-0-0'> <ul class="mega-sub-menu"> <li class='mega-menu-item mega-menu-item-type-widget widget_text mega-menu-item-text-2' id='mega-menu-item-text-2'><h4 class="mega-block-title">Browse Content</h4> <div class="textwidget"></div> </li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-has-icon mega-icon-left mega-menu-item-5426' id='mega-menu-item-5426'><a class="far fa-newspaper mega-menu-link" href="https://www.defenseadvancement.com/news/">Latest Articles</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-has-icon mega-icon-left mega-menu-item-41045' id='mega-menu-item-41045'><a class="fas fa-lightbulb mega-menu-link" href="/feature/">Case Studies, Applications & Insights</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-has-icon mega-icon-left mega-menu-item-33821' id='mega-menu-item-33821'><a class="dashicons-video-alt3 mega-menu-link" href="https://www.defenseadvancement.com/videos/">Videos</a></li><li class='mega-menu-item mega-menu-item-type-widget widget_block mega-menu-item-block-2' id='mega-menu-item-block-2'><style> .menu-featured-channel img {max-height:20px; margin-top:10px; margin-bottom:20px} .menu-featured-channel span {display:block} .menu-featured-channel { padding-top:20px} .menu-featured-channel a {color:#333} </style> <div class="menu-featured-channel" style="display:none"> <h4 class="mega-block-title">Featured</h4> <span><a href="/channel/honeywell-f-35/"> <strong>F-35 Lightning II</strong></span> <span>Powering with a symphony of systems</span> <img decoding="async" src="https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-logo.png" /></a> </div></li> </ul> </li><li class='mega-menu-column mega-menu-columns-3-of-12' id='mega-menu-30603-0-1'> <ul class="mega-sub-menu"> <li class='mega-menu-item mega-menu-item-type-widget widget_text mega-menu-item-text-3' id='mega-menu-item-text-3'><h4 class="mega-block-title">Articles by Domain</h4> <div class="textwidget"></div> </li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-716' id='mega-menu-item-716'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/air/">Air</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-718' id='mega-menu-item-718'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/land/">Land</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-719' id='mega-menu-item-719'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/maritime/">Maritime</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-715' id='mega-menu-item-715'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/technology/">Technology</a></li> </ul> </li><li class='mega-menu-column mega-menu-columns-3-of-12' id='mega-menu-30603-0-2'> <ul class="mega-sub-menu"> <li class='mega-menu-item mega-menu-item-type-widget widget_text mega-menu-item-text-4' id='mega-menu-item-text-4'><h4 class="mega-block-title">Subjects</h4> <div class="textwidget"></div> </li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-50845' id='mega-menu-item-50845'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/aukus/">AUKUS</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-723' id='mega-menu-item-723'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/c4i/">C4I</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-12174' id='mega-menu-item-12174'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/countermeasures/">Countermeasures</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-722' id='mega-menu-item-722'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/cyber/">Cyber</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-717' id='mega-menu-item-717'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/ordnance/">Ordnance</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-724' id='mega-menu-item-724'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/security/">Security</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-5427' id='mega-menu-item-5427'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/soldier/">Soldier</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-721' id='mega-menu-item-721'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/space/">Space</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-720' id='mega-menu-item-720'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/unmanned/">Unmanned</a></li> </ul> </li><li class='mega-menu-column mega-menu-columns-3-of-12' id='mega-menu-30603-0-3'> <ul class="mega-sub-menu"> <li class='mega-menu-item mega-menu-item-type-widget widget_recent_entries mega-menu-item-recent-posts-3' id='mega-menu-item-recent-posts-3'> <h4 class="mega-block-title">Recent</h4> <ul> <li> <a href="https://www.defenseadvancement.com/news/mildef-acquires-german-military-it-provider/">MilDef Acquires German Military IT Provider</a> <span class="post-date">November 22, 2024</span> </li> <li> <a href="https://www.defenseadvancement.com/news/collaboration-to-develop-sosa-aligned-flight-avionics-systems/">Collaboration to Develop SOSA-Aligned Flight Avionics Systems</a> <span class="post-date">November 22, 2024</span> </li> <li> <a href="https://www.defenseadvancement.com/news/new-waterproof-ai-panel-pcs-for-autonomous-vehicles/">New Waterproof AI Panel PCs for Autonomous Vehicles</a> <span class="post-date">November 21, 2024</span> </li> </ul> </li> </ul> </li> </ul> </li></ul> </li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-align-bottom-left mega-menu-flyout mega-menu-item-21002' id='mega-menu-item-21002'><a class="mega-menu-link" href="/events/" tabindex="0">Events</a></li></ul></div> <div class="navbar-search"> <form id="searchform" method="get" action="https://www.defenseadvancement.com"> <input type="hidden" name="post_type[]" value="expo_category" /> <input type="hidden" name="post_type[]" value="company" /> <input type="text" name="s" id="s" data-swplive="true" class="search-input" placeholder="Search" /> <button type="submit" class="search-button"> <i class="fa fa-search fa-lg"></i> </button> </form> </div> <div class="navbar-end"> <ul class="account-actions"> <li class="favorites-menu"><a href="/account/" class=""><i class="far fa-bookmark"></i><span class="hidetext"> Saved</span></a></li> <!--<li class="head-cta"><a href="/partner/" class="partner">Partner with Us</a></li> <li class="head-cta"><a data-toggle="modal" data-target="#ustpromodal" class="pro ustprotrigger">Join Pro<span class="hidetext"> (Free)</span></a></li>--> <li class="head-cta"><a href="/partner/?route=header_btn" class="pro"> Become a Supplier </a></li> </ul> </div> </div> </div> </header> <!-- Header Banner Ads ================================================================================================================================================================================================================= --> <div id="header-banner-full-new"> <div id="header-partner-container"> <div id="header-partner-holder"> <div id="header-partner-wrapper"> <div class="g g-9"><div class="g-col b-9 a-62"><a data-track="NjIsOSwxLDYw" href="https://aerospace.honeywell.com/us/en/products-and-services/industry/defense/f-35" target="_blank" class="billboard-partner gofollow"><img src="https://www.defenseadvancement.com/wp-content/uploads/2023/08/honeywell_da_billboard_SEP2023.jpg" /></a></div></div><div class="g g-9"><div class="g-col b-9 a-141"><a class="gofollow" data-track="MTQxLDksMSw2MA==" href="https://marketing.worlddefenseshow.com/l/996971/2024-11-03/2x4ff" target="_blank"><img src="https://www.defenseadvancement.com/wp-content/uploads/2024/10/WDS_event-sponsor_202411.jpg" /></a></div></div><div class="g g-9"><div class="g-col b-9 a-139"><a data-track="MTM5LDksMSw2MA==" href="https://www.omnetics.com/?utm_source=defenseadvancement.com&utm_medium=referral" target="_blank" class="billboard-partner gofollow"><img src="https://www.defenseadvancement.com/wp-content/uploads/2024/10/omnetics_da-billboard_2024-11.jpg" /></a></div></div> </div> </div> </div> </div> <style> .sidebar-rectangle-ads .mdl-card {width: 100%;padding-top: 83.334%;position: relative;background: url(https://www.defenseadvancement.com/wp-content/themes/UST/images/loading.gif) no-repeat center center #fff} .sidebar-rectangle-ads .displayed-rectangle-ad {position: absolute; top:0; left:0; width:100%} .sidebar-rectangle-ads .g-col {width:100%; padding: 0;} .sidebar-rectangle-ads .g-col img {padding:0; border:none} .sidebar-vertical-ads .mdl-card {width: 100%;padding-top: 83.334%;position: relative;background: url(https://www.defenseadvancement.com/wp-content/themes/UST/images/loading.gif) no-repeat center center #fff} .sidebar-vertical-ads .displayed-vertical-ad {position: absolute; top:0; left:0; width:50%; background-color: #fff} .sidebar-vertical-ads #vertical-ad-wrapper-2 {right:0; left:auto; height:100%} .sidebar-vertical-ads .g-col {width:100%; padding: 0;} .sidebar-vertical-ads .g-col img {padding:0; margin:25px} .sidebar-rectangle-ads.small-ads .mdl-card {padding-top: 30%;} .displayed-rectangle-ad, .displayed-vertical-ad { opacity: 0; transition: opacity 1s; } .displayed-rectangle-ad.showMe, .displayed-vertical-ad.showMe { opacity: 1; } body.billboard #header-banner-full img {max-width: 100%!important; width: 970px!important} #header-partner-container {max-width: 728px; margin: 0 auto;} body.billboard #header-partner-container {max-width: 970px;} #header-partner-holder {width:100%; padding-top: 12.363%; position: relative; background: url(https://www.defenseadvancement.com/wp-content/themes/UST/images/loading.gif) no-repeat center center} body.billboard #header-partner-holder {padding-top: 25.774%;} #header-partner-wrapper {position: absolute; top:0; left:0; width:100%} #header-partner-wrapper .g-col {width:100%; padding: 0; margin:0 auto!important; text-align: center!important} #header-partner-wrapper .g-col img {padding:0; border:none} </style> <!-- Header Banner Ads End ================================================================================================================================================================================================================= --> <style> #searchform.directory-pages input { font-size: 15px; color: #555 } </style> <div class="search-header-container"> <h1 style="text-align:center">Find a Supplier</h1> <span class="category-intro"> Explore suppliers of technology, systems and equipment for military and defense applications </span> <form id="searchform" method="get" action="https://www.defenseadvancement.com" class="directory-pages"> <input type="hidden" name="post_type[]" value="expo_category" /> <input type="hidden" name="post_type[]" value="company" /> <input type="text" name="s" id="s" data-swplive="true" class="search-input" placeholder="What are you looking for?" /> <button type="submit" class="search-button"> <i class="fa fa-search fa-lg"></i> </button> </form> <div class="category-grid"> </div> </div> <style> .category-grid { display: inline-flex; flex-wrap: wrap; margin-top: 55px; gap: 15px; justify-content: space-around; } a.category-grid-item { flex-basis: 48%; display: flex; flex-direction: row; justify-content: space-between; border: solid 1px #ddd; border-radius: 3px; font-size: 16px; background-color: #f8f9fa; border: solid 1px #f8f9fa; color: #333; padding: 15px; text-align: left; } a.category-grid-item:hover { box-shadow: 0 1px 1px rgb(0 0 0 / 10%); background-color: #f8f9fa; border: 1px solid #dadce0; } .category-grid-item i { line-height: 25px; margin-left: 10px } @media(max-width:650px) { a.category-grid-item { flex-basis: 100% } } /* need to change in style.css */ .search-header-container { width: 1320px } </style> <div class="row"> <div class="container"> <!-- Companies Content ======================================================================================================================== --> <div class="col-md-8"> <div class="product-range-wrapper"> <div class="product-card-wrapper with-actions product-card--68496 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="68496" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/viasat-inc/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2024/11/Viasat-Cutting-Edge-Encryption-Solutions-for-Military-Government-1024x709.jpeg')"></div> <div class="news-card-content"> <span class="news-card-heading">Viasat, Inc.</span> <span class="news-card-intro"> Cutting-Edge Encryption Solutions for Military & Government: Protection Against The Most Sophisticated Modern Cyber Threats </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/viasat-inc/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.viasat.com/government/security/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','viasat-inc',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--67633 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="67633" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/micropol-fiberoptic/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2024/10/FALCON-Connectors.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">Micropol Fiberoptic</span> <span class="news-card-intro"> State-Of-The-Art Passive Fiber Optics Technologies for the Military, Defense & Security Industries </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/micropol-fiberoptic/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://micropol.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','micropol-fiberoptic',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--67362 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="67362" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/elsight/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2024/10/Ultra-Reliable-Secure-BVLOS-Communications-1024x683.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">Elsight</span> <span class="news-card-intro"> Ultra-Reliable & Secure BVLOS Communications Technology for Mission-Critical Drones & Robotics </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/elsight/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.elsight.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','elsight',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--66454 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="66454" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/cannon-defense-security/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2024/10/Globe_Trotter_Deployable-Information-Management-Environments.png')"></div> <div class="news-card-content"> <span class="news-card-heading">Cannon Defense & Security</span> <span class="news-card-intro"> Manufacturer & Systems Integrator of Deployable Systems for Military, Government & Security Applications </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/cannon-defense-security/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://cannondefenceandsecurity.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','cannon-defense-security',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--63228 box33 random-silver-company" style="order:6"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="63228" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/septentrio/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2024/07/Septentrio_mosaic.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">Septentrio</span> <span class="news-card-intro"> Assured PNT Solutions for Mission Critical Military, Defense & Government Applications </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/septentrio/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.septentrio.com/en/applications/assured-pnt-space/assuredpnt" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','septentrio',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--66136 box33 random-silver-company" style="order:6"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="66136" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/sunhillo-corporation/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2024/09/Sunhillo-Surveillance-Data-Solutions-1024x546.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">Sunhillo Corporation</span> <span class="news-card-intro"> Mission-Critical Surveillance Data Solutions for Government, Military & Defense Organizations </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/sunhillo-corporation/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.sunhillo.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','sunhillo-corporation',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--64837 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="64837" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/systel/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2024/08/Kite-Strike-Small-Form-Factor-Mission-Computer.png')"></div> <div class="news-card-content"> <span class="news-card-heading">Systel</span> <span class="news-card-intro"> Rugged Mission-Critical Computing Solutions for Defense & Government Applications: Air, Land & Sea </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/systel/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://systelusa.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','systel',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--64284 box33 random-silver-company" style="order:6"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="64284" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/botblox/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2024/08/botblox-ethernet-switches-1024x576.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">BotBlox</span> <span class="news-card-intro"> Data Transmission & Network Connectivity Hardware for OEMs of Mission-Critical Drones & Robotics </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/botblox/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://botblox.io/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','botblox',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--63888 box33 random-silver-company" style="order:6"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="63888" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/northrop-grumman-litef-gmbh/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2024/08/LITEF_Inertial-sensing-navigation-systems-for-military-vehicles-1024x530.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">LITEF</span> <span class="news-card-intro"> High-Performance Inertial Sensing & Navigation Systems for Military Land Vehicles & Ground Forces </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/northrop-grumman-litef-gmbh/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.litef.de/en/defence/products" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','northrop-grumman-litef-gmbh',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--57849 box33 random-platinum-company" style="order:2"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="57849" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/silicon-designs/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2024/05/silicon-designs-mems-accelerometers.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">Silicon Designs</span> <span class="news-card-intro"> Innovators in Military-Grade MEMS DC Accelerometers </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/silicon-designs/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.silicondesigns.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','silicon-designs',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--59688 box33 random-silver-company" style="order:6"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="59688" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/revector/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2024/06/revector-detector.jpeg')"></div> <div class="news-card-content"> <span class="news-card-heading">Revector</span> <span class="news-card-intro"> Cellphone & Wi-Fi Detection and Surveillance Solutions for Military, Security & Public Safety Applications </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/revector/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.revector.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','revector',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--57665 box33 random-silver-company" style="order:6"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="57665" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/adept-armor/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2024/05/adept-body-armor-plates-1024x680.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">Adept Armor</span> <span class="news-card-intro"> Cutting-Edge Body Armor Systems & Personal Protective Gear for Military, Law Enforcement & Security Personnel </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/adept-armor/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.ade.pt/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','adept-armor',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--55513 box33 random-silver-company" style="order:6"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="55513" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/z3-technology/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2024/03/Mission-Critical-Video-Encoding-IP-Camera-Solutions.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">Z3 Technology</span> <span class="news-card-intro"> NDAA & TAA Compliant Video Encoding & IP Camera Solutions for Mission-Critical Applications </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/z3-technology/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://z3technology.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','z3-technology',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--56283 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="56283" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/zeroalpha-solutions/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2024/04/zeroalpha.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">ZeroAlpha Solutions</span> <span class="news-card-intro"> Mission-Critical Power & Lighting Solutions for Sustainable Military Operations </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/zeroalpha-solutions/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.zeroalphasolutions.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','zeroalpha-solutions',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--54698 box33 random-silver-company" style="order:6"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="54698" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/iss-aerospace/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2024/03/ISR-drones.png')"></div> <div class="news-card-content"> <span class="news-card-heading">ISS Aerospace</span> <span class="news-card-intro"> State-of-the-Art Fully Autonomous UAVs for Military & Defense Applications </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/iss-aerospace/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.issaerospace.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','iss-aerospace',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--55342 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="55342" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/aitech/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2024/03/aitech-bg-1.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">Aitech</span> <span class="news-card-intro"> Industry-Leading Rugged Embedded Computing Solutions for Harsh Military & Aerospace Applications </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/aitech/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://aitechsystems.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','aitech',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--56097 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="56097" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/powell-electronics/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2024/04/powell-electronics.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">Powell Electronics</span> <span class="news-card-intro"> Mil-Spec Connectors & High-Reliability Electronic Components for Military, Defense & Aerospace Systems </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/powell-electronics/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.powell.com/powell/en/USD/manufacturer/Cinch_Connectivity" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','powell-electronics',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--55973 box33 random-silver-company" style="order:6"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="55973" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/uav-propulsion-tech/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2024/04/UAV-PT-featured-image.png')"></div> <div class="news-card-content"> <span class="news-card-heading">UAV Propulsion Tech</span> <span class="news-card-intro"> Cutting-Edge UAV Technologies for Defense Primes, Drone OEMs and Systems Integrators </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/uav-propulsion-tech/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://uavpropulsiontech.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','uav-propulsion-tech',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--54571 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="54571" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/d-fend-solutions/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2024/03/EnforceAir2-Tactical-Military-Base.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">D-Fend Solutions</span> <span class="news-card-intro"> RF-Cyber Counter-Drone Technologies for Military, Special Forces & Government Applications </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/d-fend-solutions/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://d-fendsolutions.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','d-fend-solutions',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--54361 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="54361" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/lcr-embedded-systems/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2024/03/lcr-embedded.jpeg')"></div> <div class="news-card-content"> <span class="news-card-heading">LCR Embedded Systems</span> <span class="news-card-intro"> Mission-Critical Integrated Systems, Chassis & Backplanes For Military Systems Operating In All Domains </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/lcr-embedded-systems/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.lcrembeddedsystems.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','lcr-embedded-systems',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--54809 box33 random-platinum-company" style="order:2"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="54809" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/trillium-engineering/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2024/03/camera-gimbal-payloads-for-ISR-1024x683.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">Trillium Engineering</span> <span class="news-card-intro"> Cutting-Edge Visible & Thermal Imaging Camera Gimbal Payloads for Mission-Critical Applications </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/trillium-engineering/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.trilliumeng.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','trillium-engineering',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--51122 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="51122" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/volz-servos/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2024/02/volz-feature-product.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">Volz Servos</span> <span class="news-card-intro"> Cutting-Edge Electro-Mechanical Actuators for Military & Defense Applications </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/volz-servos/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.volz-servos.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','volz-servos',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--53445 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="53445" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/emcore-corporation/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2024/02/emcore_tacticalnavigation.jpeg')"></div> <div class="news-card-content"> <span class="news-card-heading">EMCORE Corporation</span> <span class="news-card-intro"> High-Performance Fiber Optic, Ring Laser Gyro and MEMS Inertial Sensors & Navigation Systems </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/emcore-corporation/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://emcore.com" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','emcore-corporation',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--52977 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="52977" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/mks-ophir/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2024/03/Poster_for-any-defense-needs-1024x460.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">MKS | Ophir</span> <span class="news-card-intro"> Thermal Imaging Optics: Powering Defense EO Systems Excellence </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/mks-ophir/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.ophiropt.com/en/infrared-optics" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','mks-ophir',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--52656 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="52656" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/innoflight-technology/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2024/01/innoflight-uav-technology-e1706531449463-1024x832.jpeg')"></div> <div class="news-card-content"> <span class="news-card-heading">Innoflight Technology</span> <span class="news-card-intro"> Rugged UAVs & Advanced EFI Drone Propulsion Solutions for Military & Defense Applications </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/innoflight-technology/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://innoflighttechnology.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','innoflight-technology',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--49843 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="49843" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/auterion-government-solutions/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2023/11/skynav-handheld-GCS-for-UAVs-UGVs-1.png')"></div> <div class="news-card-content"> <span class="news-card-heading">Auterion Government Solutions</span> <span class="news-card-intro"> NDAA-Compliant Software-Defined Ecosystem For Next-Generation Robotics & Autonomous Vehicle Platforms </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/auterion-government-solutions/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://auterion-gs.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','auterion-government-solutions',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--50507 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="50507" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/aurora-flight-sciences/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2023/11/Skiron-X-Group-2-UAS.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">Aurora Flight Sciences</span> <span class="news-card-intro"> Cutting-Edge Unmanned Aviation Technologies & Autonomous Systems for Government & Defense Applications </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/aurora-flight-sciences/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.aurora.aero/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','aurora-flight-sciences',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--48824 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="48824" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/collins-aerospace/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2023/10/Identification-Friend-or-Foe-IFF-Transponders.png')"></div> <div class="news-card-content"> <span class="news-card-heading">Collins Aerospace</span> <span class="news-card-intro"> Tactical Airborne Navigation and Communication Systems for Aerospace & Defense Applications </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/collins-aerospace/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.collinsaerospace.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','collins-aerospace',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--47796 box33 random-silver-company" style="order:6"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="47796" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/concurrent-technologies/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2023/09/concurrent-technologies-1-1024x641.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">Concurrent Technologies</span> <span class="news-card-intro"> Mission-Critical Embedded Computing Solutions for Military, Defense &amp; Aerospace Applications </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/concurrent-technologies/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.gocct.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','concurrent-technologies',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--22978 box33 random-silver-company" style="order:6"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="22978" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/lifebot/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2022/05/Military-Telemedicine-technology-1024x575.jpeg')"></div> <div class="news-card-content"> <span class="news-card-heading">LifeBot</span> <span class="news-card-intro"> Portable Telemedicine Systems &amp; Telehealth Devices for Defense, Public Safety, and Disaster Management </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/lifebot/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.lifebothealth.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','lifebot',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--43484 box33 random-silver-company" style="order:6"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="43484" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/times-microwave-systems/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2023/07/custom-cable-assembly-solutions-e1688985085495.jpeg')"></div> <div class="news-card-content"> <span class="news-card-heading">Times Microwave Systems</span> <span class="news-card-intro"> High-Reliability Mil-Spec Ruggedized RF Coaxial Cables, RF Cable Assemblies and Interconnects </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/times-microwave-systems/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://timesmicrowave.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','times-microwave-systems',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--40332 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="40332" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/domo-tactical-communications-dtc/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2023/05/rugged-SDR-manufacturers.jpeg')"></div> <div class="news-card-content"> <span class="news-card-heading">Domo Tactical Communications (DTC)</span> <span class="news-card-intro"> Software Defined Radios (SDRs) for Military & Tactical Missions - IP Mesh and COFDM MANET Technology </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/domo-tactical-communications-dtc/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.domotactical.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','domo-tactical-communications-dtc',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--41975 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="41975" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/tyto-robotics/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2023/06/Distributed-Electric-Propulsion-Testing-Solutions-copy-1-1024x426.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">Tyto Robotics</span> <span class="news-card-intro"> Drone Thrust Stands &amp; Wind Tunnel Testing Systems for Defense &amp; Aerospace OEMs </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/tyto-robotics/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.tytorobotics.com?utm_source=defense-advancement&amp;utm_medium=magazine-ads&amp;utm_campaign=profile-page" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','tyto-robotics',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--42146 box33 random-platinum-company" style="order:2"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="42146" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/wolf-advanced-technology/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2023/06/WOLF-Products_H1000-1024x604.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">WOLF Advanced Technology</span> <span class="news-card-intro"> Rugged High Performance Computing &amp; Video I/O Modules: 6U and 3U VPX, and XMC for Defense Applications </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/wolf-advanced-technology/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://wolfadvancedtechnology.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','wolf-advanced-technology',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--30985 box33 random-silver-company" style="order:6"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="30985" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/visionairtronics/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2022/11/Power-management-systems.png')"></div> <div class="news-card-content"> <span class="news-card-heading">VISIONAIRtronics</span> <span class="news-card-intro"> Power Distribution, Power Generation, Battery Management &amp; Engine Starters for Tactical Unmanned Aircraft </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/visionairtronics/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://vat.aero/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','visionairtronics',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--37838 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="37838" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/atrenne-computing-solutions/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2023/03/Atrenne-Comuting-Solutions-backplanes-1024x683.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">Atrenne Computing Solutions</span> <span class="news-card-intro"> Rugged Electronic Enclosures, VPX Chassis &amp; Backplanes for Military and Defense Applications </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/atrenne-computing-solutions/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.atrenne.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','atrenne-computing-solutions',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--36474 box33 random-platinum-company" style="order:2"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="36474" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/honeywell/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-360-Display-1-1024x512.webp')"></div> <div class="news-card-content"> <span class="news-card-heading">Honeywell Aerospace Technologies</span> <span class="news-card-intro"> Advanced Solutions for Defense Modernization: Propulsion, Sensors, Communication &amp; Augmented Reality Systems </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/honeywell/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://aerospace.honeywell.com/?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','honeywell',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--33137 box33 random-silver-company" style="order:6"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="33137" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/galvion/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2023/01/Military-Ballistic-Helmets-1024x358.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">Galvion</span> <span class="news-card-intro"> Military Power Solutions &amp; Ballistic Helmet Systems </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/galvion/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.galvion.com" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','galvion',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--34066 box33 random-silver-company" style="order:6"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="34066" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/eizo-rugged-solutions/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2023/01/eizo-products.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">EIZO Rugged Solutions</span> <span class="news-card-intro"> High-Performance Video Graphics, GPGPU, AI/ML Processing & Display Solutions for Mission Critical Environments </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/eizo-rugged-solutions/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.eizorugged.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','eizo-rugged-solutions',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--32834 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="32834" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/omnetics-connector-corporation/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2023/01/ip68-connectors-1024x434.jpeg')"></div> <div class="news-card-content"> <span class="news-card-heading">Omnetics Connector Corporation</span> <span class="news-card-intro"> MIL-Spec Connectors for Military &amp; Army Applications - MIL-STD Electrical Connectors </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/omnetics-connector-corporation/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.omnetics.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','omnetics-connector-corporation',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--33492 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="33492" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/g3-systems/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2023/01/Military-Shelters-Rapidly-Deployable-Shelter-Systems-e1675267808653-1024x502.jpeg')"></div> <div class="news-card-content"> <span class="news-card-heading">G3 Systems</span> <span class="news-card-intro"> Military Shelters, Deployable Facilities &amp; Containerized Solutions for Defense </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/g3-systems/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.g3-systems.co.uk/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','g3-systems',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--31674 box33 random-platinum-company" style="order:2"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="31674" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/microstrain/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2023/01/microstrain-sensing-1024x683.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">MicroStrain by HBK</span> <span class="news-card-intro"> Industrial &amp; Tactical Grade Inertial Sensors for Defense: IMU, VRU, Tilt Sensors, INS &amp; AHRS </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/microstrain/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.microstrain.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','microstrain',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--32379 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="32379" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/cast-navigation/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2022/12/cast-navigation-simulation-e1671550815977-1024x201.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">CAST Navigation</span> <span class="news-card-intro"> GNSS &amp; Navigation Testing Simulators - Antenna &amp; Interference Simulation </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/cast-navigation/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://castnav.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','cast-navigation',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--32995 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="32995" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/neousys-technology/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2023/01/Neousys-Military-vehicles-SEMIL58.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">Neousys Technology</span> <span class="news-card-intro"> Rugged Military Computers and Embedded Mission Computing Solutions </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/neousys-technology/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.neousys-tech.com/en/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','neousys-technology',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--32417 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="32417" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/silicon-sensing/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2022/12/silicon-sensing_feautured.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">Silicon Sensing</span> <span class="news-card-intro"> MEMS Inertial Sensors, Gyroscopes &amp; Accelerometers for Inertial Guidance, Control &amp; Stabilization </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/silicon-sensing/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://siliconsensing.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','silicon-sensing',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--31386 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="31386" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/mildef-group/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2023/01/GettyImages-594381755-Green-1024x683.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">MilDef Group</span> <span class="news-card-intro"> WE ARMOR IT. MilSpec Electronics & Rugged IT Equipment for Military, Government & Critical Infrastructure </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/mildef-group/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://mildef.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','mildef-group',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--33037 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="33037" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/forcys/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2023/01/Forcys-Military-AUV-1024x684.jpeg')"></div> <div class="news-card-content"> <span class="news-card-heading">Forcys</span> <span class="news-card-intro"> Undersea Sensing, Communications, Imaging, Control and Navigation Solutions for Naval Forces </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/forcys/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.forcys.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','forcys',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--33394 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="33394" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/allen-vanguard/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2023/01/vangaurd-hq.jpeg')"></div> <div class="news-card-content"> <span class="news-card-heading">Allen Vanguard</span> <span class="news-card-intro"> Electronic Countermeasures (ECM) &amp; RF Jamming Technology for Protection from RCIED and Drone Threats </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/allen-vanguard/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.allenvanguard.com" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','allen-vanguard',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--33321 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="33321" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/spectra-group/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2023/01/Manpack-radio-1024x369.jpeg')"></div> <div class="news-card-content"> <span class="news-card-heading">Spectra Group</span> <span class="news-card-intro"> BLOS Strategic Communications Systems and Tactical Radio Range Extension Technologies </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/spectra-group/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://spectra-group.co.uk/defence/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','spectra-group',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--31005 box33 random-silver-company" style="order:6"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="31005" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/vk-integrated-systems/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2022/11/Team-Awareness-Kit-1024x576.jpeg')"></div> <div class="news-card-content"> <span class="news-card-heading">VK Integrated Systems</span> <span class="news-card-intro"> ATAK-Compatible Smart Weapon Tracking Technology for Enhanced Situational Awareness </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/vk-integrated-systems/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://vkintsys.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','vk-integrated-systems',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--32621 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="32621" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/performance-drone-works-pdw/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2023/01/C100_ISR-Military-Drone-e1672828175412.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">Performance Drone Works (PDW)</span> <span class="news-card-intro"> Tactical UAS Platforms for Mission-Critical Military, Defense & Law Enforcement Applications </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/performance-drone-works-pdw/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.pdw.ai/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','performance-drone-works-pdw',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--32055 box33 random-silver-company" style="order:6"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="32055" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/dantherm-group/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2022/12/Military-Tent-Heaters.jpeg')"></div> <div class="news-card-content"> <span class="news-card-heading">Dantherm Group</span> <span class="news-card-intro"> Military Air Conditioners, HVAC &amp; Environmental Control Units for Tents, Containers and Temporary Buildings </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/dantherm-group/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.danthermgroup.com/en-gb/military-and-aerospace" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','dantherm-group',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--30072 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="30072" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/plettenberg/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2022/10/Banner_07-1024x439.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">Plettenberg</span> <span class="news-card-intro"> Rugged Electric Drive Solutions for Air, Land and Sea Missions </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/plettenberg/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://plettenbergmotors.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','plettenberg',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--28376 box33 random-silver-company" style="order:6"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="28376" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/stable-as/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2022/09/STABLEonboard-Drone-Platform-@sea-1024x1024.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">STABLE AS</span> <span class="news-card-intro"> Stabilized Platforms for Military Use: Radar, Antennas, LiDAR, UAV &amp; Patients </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/stable-as/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.stableonboard.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','stable-as',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--26113 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="26113" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/sightline-applications/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2022/07/Drone-tracking-1024x576.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">SightLine Applications</span> <span class="news-card-intro"> Powerful Edge Video Processing - Essential functionality for a wide range of ISR applications </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/sightline-applications/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://sightlineapplications.com" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','sightline-applications',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--25209 box33 random-platinum-company" style="order:2"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="25209" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/greensea-iq/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2022/06/autonomous-mobile-robots-1-1024x683.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">Greensea IQ</span> <span class="news-card-intro"> Autonomous Military Robots & Crawlers | Amphibious Tracked Vehicles </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/greensea-iq/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://greenseaiq.com/products/integrated-systems/?utm_campaign=referral-program&utm_medium=referral&utm_source=defense-advancement&utm_term=link" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','greensea-iq',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--17860 box33 random-platinum-company" style="order:2"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="17860" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/triad-rf-systems/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2022/05/Triad_LinkedIn_Background-3-1024x256.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">Triad RF Systems</span> <span class="news-card-intro"> Integrated Radio MIMO Systems, RF Power Amplifiers for C-UAS, Electronic Warfare &amp; ISR Data Links </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/triad-rf-systems/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://triadrf.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','triad-rf-systems',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--16059 box33 random-platinum-company" style="order:2"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="16059" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/extreme-engineering-solutions-inc/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2022/02/XPedite2570-Reconfigurable-3U-VPX-FPGA-processing-module.png')"></div> <div class="news-card-content"> <span class="news-card-heading">Extreme Engineering Solutions, Inc</span> <span class="news-card-intro"> Rugged Systems, FPGA Modules, Ethernet Switches & SBCs for Military and Defense Applications </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/extreme-engineering-solutions-inc/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.xes-inc.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','extreme-engineering-solutions-inc',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--16060 box33 random-platinum-company" style="order:2"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="16060" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/uavionix-corporation/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2022/03/RT-2087_ZPX_0524-1-1024x768.png')"></div> <div class="news-card-content"> <span class="news-card-heading">uAvionix Corporation</span> <span class="news-card-intro"> Identification Friend or Foe &amp; Mode 5 Combat ID for Military UAS </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/uavionix-corporation/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://uavionix.com/defense/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','uavionix-corporation',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--18367 box33 random-platinum-company" style="order:2"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="18367" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/skypower/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2022/02/SP-55-Single-Cylinder-UAV-engine-.png')"></div> <div class="news-card-content"> <span class="news-card-heading">Sky Power International</span> <span class="news-card-intro"> Heavy Fuel and Gasoline Engines for Unmanned Aerial Systems </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/skypower/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://skypower.online/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','skypower',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--16745 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="16745" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/echodyne/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2022/03/echodyne-radar-technology-1024x640.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">Echodyne</span> <span class="news-card-intro"> Radar Reinvented: Radars for Counter-UAS, Base &amp; Asset Security, and Portable ISR </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/echodyne/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.echodyne.com" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','echodyne',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--18228 box33 random-silver-company" style="order:6"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="18228" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/sagetech/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2022/03/sagetech-defense-1024x576.jpeg')"></div> <div class="news-card-content"> <span class="news-card-heading">Sagetech</span> <span class="news-card-intro"> Global Provider of Certifiable Situational Awareness & BVLOS Solutions </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/sagetech/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://sagetech.com/defense-uav-uas-transponder-solutions/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','sagetech',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--18227 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="18227" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/vectornav/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2022/02/vectornav-feature.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">VectorNav</span> <span class="news-card-intro"> Embedded Navigation Solutions for Unmanned Systems </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/vectornav/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.vectornav.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','vectornav',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--16978 box33 random-silver-company" style="order:6"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="16978" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/teledyne-marine/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2021/12/Vehicles_hero-1024x343.jpeg')"></div> <div class="news-card-content"> <span class="news-card-heading">Teledyne Marine</span> <span class="news-card-intro"> Imaging Systems, Rugged Underwater Sensors, Autonomous &amp; Unmanned Vessels for Defense &amp; ISR </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/teledyne-marine/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.teledynemarine.com/en-us/market-segments/Pages/defense.aspx" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','teledyne-marine',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--14154 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="14154" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/quick-block/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2021/11/shelter-with-personnel-mended-1006x1024.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">QUICKBLOCK</span> <span class="news-card-intro"> Rapid Assembly Modular Building System and Force Protection Solutions </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/quick-block/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.quickblock.uk/military/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','quick-block',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--14144 box33 random-platinum-company" style="order:2"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="14144" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/inertial-labs/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2021/10/da_cover_2000x720-1024x369.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">Inertial Labs</span> <span class="news-card-intro"> Tactical Grade IMU, GPS/INS, Weapon Orientation Solutions </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/inertial-labs/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://inertiallabs.com" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','inertial-labs',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--13797 box33 random-platinum-company" style="order:2"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="13797" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/advanced-navigation/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2021/09/Boreas-feature-819x1024.jpg')"></div> <div class="news-card-content"> <span class="news-card-heading">Advanced Navigation</span> <span class="news-card-intro"> ITAR free Position, Navigation and Timing (PNT) solutions for Sea, Land & Air applications </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/advanced-navigation/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.advancednavigation.com/defence/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','advanced-navigation',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--9347 box33 random-platinum-company" style="order:2"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="9347" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/novatel/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2021/08/Hexagon_Twitter_Cover_Image_NovAtel-1024x341.png')"></div> <div class="news-card-content"> <span class="news-card-heading">NovAtel</span> <span class="news-card-intro"> Assured Position, Navigation and Timing (PNT) Solutions for Military and Defense </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/novatel/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://novatel.com/industries/defense" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','novatel',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--12116 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="12116" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/wfel/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2021/08/wfel-bridges-featured-1-1024x441.jpeg')"></div> <div class="news-card-content"> <span class="news-card-heading">WFEL</span> <span class="news-card-intro"> Global Leader in Rapidly-Deployable Tactical Military Bridging Systems </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/wfel/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.wfel.com" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','wfel',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--8837 box33 random-silver-company" style="order:6"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="8837" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/nautilus-international-risk-consultants-ltd/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2021/06/military-simulation-1024x576.jpeg')"></div> <div class="news-card-content"> <span class="news-card-heading">Nautilus International Risk Consultants Ltd</span> <span class="news-card-intro"> Specialist Global Providers of Managed Simulation Services, Products & Training to Military & Defence </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/nautilus-international-risk-consultants-ltd/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://nautilus-intl.co.uk/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','nautilus-international-risk-consultants-ltd',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--8944 box33 random-gold-company" style="order:4"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="8944" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/sentronics/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2021/06/engine-fuel-flow-meter.png')"></div> <div class="news-card-content"> <span class="news-card-heading">Sentronics</span> <span class="news-card-intro"> Advanced Liquid Flow Measurement Technology for Powertrain Research & Development </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/sentronics/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.sentronics.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','sentronics',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--8705 box33 random-silver-company" style="order:6"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="8705" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/active-polymer-technologies/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2021/06/apt-banner-1024x242.jpeg')"></div> <div class="news-card-content"> <span class="news-card-heading">Active Polymer Technologies</span> <span class="news-card-intro"> Non-Linear Analysis Consultancy Developing Technologically Advanced Polymer Products for Defense </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/active-polymer-technologies/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="http://www.active-polymer.com/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','active-polymer-technologies',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> <div class="product-card-wrapper with-actions product-card--252 box33 random-silver-company" style="order:6"> <div class="product-card full-bkg category search"> <div class="product-body"> <a class="product-card__favorites add-to-favorites" data-id="252" add-to-favorites="company"><i class="far fa-bookmark not-in-favorites"></i><i class="fas fa-bookmark in-favorites"></i></a> <a href="https://www.defenseadvancement.com/company/reventec/"> <div class="image-link" style=" background-image: url('https://www.defenseadvancement.com/wp-content/uploads/2020/07/reventec-header-1024x504.png')"></div> <div class="news-card-content"> <span class="news-card-heading">Reventec</span> <span class="news-card-intro"> Ruggedized Solid-state Liquid Level, Temperature and Position Sensors for Military Applications </span> </div> </a> <div class="company-card-actions"> <div class="actions-logo"> <img src="" /> </div> <div class="actions-buttons"> <a href="https://www.defenseadvancement.com/company/reventec/" class="cta-rounded cta-outline cta-smaller">Profile</a> <a href="https://www.reventec.com/industries/defence-security/" class="cta-rounded cta-blue cta-smaller" target="_blank" rel="nofollow" onClick="gtag('event','reventec',{'event_category': 'Company Referrals','event_label': 'Website'})">Website <i class="fas fa-external-link-alt"></i></a> </div> </div> </div> </div> </div> </div> </div> <div class="col-md-4 sidebar-col expocat-sidebar"><!-- Sidebar --> <div id="sidebar-with-advertising"> <div id="sidebar-partners"> <div class="g g-3"><div class="g-col b-3 a-63"><a class="gofollow" data-track="NjMsMywxLDYw" href="https://aerospace.honeywell.com/us/en/products-and-services/industry/defense/f-35" target="_blank"><img src="https://www.defenseadvancement.com/wp-content/uploads/2023/09/F-35_sidebar.gif" /></a></div></div><div class="g g-11"><div class="g-col b-11 a-140"><a class="gofollow" data-track="MTQwLDExLDEsNjA=" href="https://www.galvion.com/" target="_blank"><img src="https://www.defenseadvancement.com/wp-content/uploads/2024/10/galvion_da_202410.gif" width="400" height="120"></a></div></div> <div class="sidebar-section standard ust-pro-sidebar" style="background-color:#111111"> <div class=""> <img src="https://www.defenseadvancement.com/wp-content/uploads/2022/02/Artboard-1DA-PRO-WHT.png" /> <span class="pro-headline">Join Global Defense Engineering Professionals</span> <span class="pro-body">Sign up free to DA Pro to get full website access, the weekly eBrief and exclusive event discounts.</span> <input type="text" aria-invalid="false" id="proSignupEmail" placeholder="Email" value=""> <button class="btn btn-primary btn-lg pro-section__submit-button ustprotrigger" type="submit"><span class=" btn__label text-l">Join for Free</span></button> <script type="rocketlazyloadscript"> jQuery(document).ready(function($) { $('.pro-section__submit-button').click(function() { var emailEntered = $('#proSignupEmail').val(); $('#ustpromodal .form-main-email input').val(emailEntered); $('#ustpromodal').modal('toggle'); }) }) </script> </div> </div> </div> </div> </div> </div> </div> <script type="rocketlazyloadscript"> /** * Shuffle Product Cards */ // get all product-cards container var cards_containers = document.querySelectorAll('.product-range-wrapper'); // loop through cards_containers for (var i = 0; i < cards_containers.length; i++) { var cards_container = cards_containers[i]; // shuffle children shuffle_dom_children(cards_container); // sort by term sort_by_term(cards_container); } /** * Shuffle Dom Children * @param node parent */ function shuffle_dom_children(parent) { // Convert to array if nodelist var children = Array.prototype.slice.call(parent.childNodes); // shuffle elements for (var i = children.length - 1; i > 0; i--) { var j = Math.floor(Math.random() * (i + 1)) var temp = children[i]; children[i] = children[j]; children[j] = temp; } // remove child from old position and append child for (var i = 0; i < children.length; i++) { var child = children[i] parent.removeChild(child); parent.appendChild(child); } } /** * Sort by product term * @param node container */ function sort_by_term(container) { var terms = [ container.querySelectorAll('.random-platinum'), container.querySelectorAll('.random-gold'), container.querySelectorAll('.random-silver') ]; for (var ti = 0; ti < terms.length; ti++) { const term = terms[ti]; for (var ci = 0; ci < term.length; ci++) { container.appendChild(term[ci]); } } } </script> <button onclick="topFunction()" id="myBtn" title="Go to top"><i class="fa fa-angle-up fa-2x"></i></button> <style> .ust-description img { max-width: 200px } </style> <footer> <div id="footer-content"> <div class="container"> <div class="col-md-4 ust-description"> <img src="https://www.defenseadvancement.com/wp-content/uploads/2021/03/da-white.png"> <div class="footer-description">Defense Advancement showcases technical innovation within the defense and security sector. Covering land, maritime and air domains, Defense Advancement allows you to explore supplier capabilities and keep up to date with regular news listings, webinars and events/exhibitions within the industry.</div> </div> <div class="col-md-4"> <ul id="menu-footer-menu-1" class="menu"><li id="menu-item-5432" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-4860 current_page_item menu-item-5432"><a href="https://www.defenseadvancement.com/suppliers/" aria-current="page">Suppliers</a></li> <li id="menu-item-5429" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5429"><a href="https://www.defenseadvancement.com/news/">News</a></li> <li id="menu-item-5430" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5430"><a href="https://www.defenseadvancement.com/events/">Events</a></li> <li id="menu-item-5431" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5431"><a href="https://www.defenseadvancement.com/webinars/">Webinars</a></li> <li id="menu-item-47913" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-47913"><a href="https://www.unmannedsystemstechnology.com">Unmanned Systems Technology™</a></li> <li id="menu-item-47911" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-47911"><a href="https://www.oceansciencetechnology.com">Ocean Science &#038; Technology™</a></li> <li id="menu-item-47912" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-47912"><a href="https://www.aaminternational.com">Advanced Air Mobility International™</a></li> </ul> </div> <div class="col-md-4"> <ul id="menu-footer-menu-2" class="menu"><li id="menu-item-64150" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-64150"><a href="https://www.defenseadvancement.com/partner/">Add Your Company</a></li> <li id="menu-item-64151" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-64151"><a href="https://www.defenseadvancement.com/partner/">Advertising</a></li> <li id="menu-item-5436" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5436"><a href="https://www.defenseadvancement.com/add-news/">Contribute Content</a></li> <li id="menu-item-66711" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-66711"><a href="https://www.echoblue.co.uk/the-team/">Meet The Team</a></li> </ul> <div id="footer-follow"> <span>Follow us...</span> <a href="https://www.linkedin.com/company/71169738/" target="_blank"><i class="fab fa-linkedin fa-3x"></i></a> <a href="https://twitter.com/defenseadvance" target="_blank"><i class="fab fa-twitter-square fa-3x"></i></a> <a href="https://www.facebook.com/DefenseAdvancement" target="_blank"><i class="fab fa-facebook-square fa-3x"></i></a> </div> </div> </div> </div> <div id="footer-meta"> <div class="container"> <span>©2022 Echoblue Ltd. All Rights Reserved. Defense Advancement™ is a Trademark of Echoblue Ltd. <a href="/privacy-notice/">Privacy Notice</a></span> </div> </div> </footer> </div><!-- #wrapper --> </div><!-- #master-wrapper --> <!-- Modal 'Inquiry Sent' to be shown when the profile page refreshes on form submission --> <!-- Modal Windows --> <div class="modal" tabindex="-1" role="dialog" id="inquiry-sent"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="modal-content"> <i class="fas fa-check"></i> Inquiry Sent </div> </div> </div> <!-- Modal shown when pages are loading --> <div class="modal" tabindex="-1" role="dialog" id="loading-results"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="modal-content"> <img src="https://www.defenseadvancement.com/wp-content/themes/UST/images/Fountain.gif" /> <span id="loading-text">Searching Companies & Products</span> </div> </div> </div> <!-- Modal for inactive companies --> <!-- UST Pro Signup Modal --> <div class="modal" tabindex="-1" role="dialog" id="ustpromodal"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </div> <div class="modal-body"> <img src="https://www.defenseadvancement.com/wp-content/uploads/2022/02/Artboard-1DA-PRO-BLK.png" /> <script type="rocketlazyloadscript" data-rocket-type="text/javascript">var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&&gform.scriptsLoaded?o():!gform.domLoaded&&gform.scriptsLoaded?window.addEventListener("DOMContentLoaded",o):document.addEventListener("gform_main_scripts_loaded",o)},hooks:{action:{},filter:{}},addAction:function(o,n,r,t){gform.addHook("action",o,n,r,t)},addFilter:function(o,n,r,t){gform.addHook("filter",o,n,r,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,n){gform.removeHook("action",o,n)},removeFilter:function(o,n,r){gform.removeHook("filter",o,n,r)},addHook:function(o,n,r,t,i){null==gform.hooks[o][n]&&(gform.hooks[o][n]=[]);var e=gform.hooks[o][n];null==i&&(i=n+"_"+e.length),gform.hooks[o][n].push({tag:i,callable:r,priority:t=null==t?10:t})},doHook:function(n,o,r){var t;if(r=Array.prototype.slice.call(r,1),null!=gform.hooks[n][o]&&((o=gform.hooks[n][o]).sort(function(o,n){return o.priority-n.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==n?t.apply(null,r):r[0]=t.apply(null,r)})),"filter"==n)return r[0]},removeHook:function(o,n,t,i){var r;null!=gform.hooks[o][n]&&(r=(r=gform.hooks[o][n]).filter(function(o,n,r){return!!(null!=i&&i!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][n]=r)}});</script> <div class='gf_browser_chrome gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_6' ><div id='gf_6' class='gform_anchor' tabindex='-1'></div><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_6' id='gform_6' action='/suppliers/#gf_6' data-formid='6' novalidate> <div class='gform-body gform_body'><div id='gform_fields_6' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id="field_6_10" class="gfield gfield--type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_6_10" ><span class="ust-pro-intro">Get full website access, a subscription to the weekly eBrief and exclusive event discounts.</span></div><div id="field_6_1" class="gfield gfield--type-email gfield--width-full form-main-email gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_6_1" ><label class='gfield_label gform-field-label' for='input_6_1'>Business Email<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_email'> <input name='input_1' id='input_6_1' type='email' value='' class='large' aria-required="true" aria-invalid="false" /> </div></div><div id="field_6_7" class="gfield gfield--type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_6_7" ><h3 class="gsection_title">Your Details (optional)</h3></div><div id="field_6_8" class="gfield gfield--type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_6_8" ><label class='gfield_label gform-field-label' for='input_6_8'>First Name</label><div class='ginput_container ginput_container_text'><input name='input_8' id='input_6_8' type='text' value='' class='large' aria-invalid="false" /> </div></div><div id="field_6_9" class="gfield gfield--type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_6_9" ><label class='gfield_label gform-field-label' for='input_6_9'>Last Name</label><div class='ginput_container ginput_container_text'><input name='input_9' id='input_6_9' type='text' value='' class='large' aria-invalid="false" /> </div></div><div id="field_6_5" class="gfield gfield--type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_6_5" ><label class='gfield_label gform-field-label' for='input_6_5'>Company / Organization</label><div class='ginput_container ginput_container_text'><input name='input_5' id='input_6_5' type='text' value='' class='large' aria-invalid="false" /> </div></div><div id="field_6_11" class="gfield gfield--type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_6_11" ><span class="disclaimer">By continuing, I agree to the DA Terms of Use and acknowledge the DA <a href="https://www.defenseadvancement.com/privacy-notice/" target="_blank">privacy policy</a>. By joining DA Pro I will receive the DA eBrief, announcements and communications via email. I can opt out at any time.</span></div><div id="field_6_15" class="gfield gfield--type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden" data-js-reload="field_6_15" ><div class='admin-hidden-markup'><i class='gform-icon gform-icon--hidden'></i><span>Hidden</span></div><label class='gfield_label gform-field-label' for='input_6_15'>CCV</label><div class='ginput_container ginput_container_text'><input name='input_15' id='input_6_15' type='text' value='HS-IGNORE' class='large' aria-invalid="false" /> </div></div><div id="field_6_13" class="gfield gfield--type-text ustprotrigger gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden" data-js-reload="field_6_13" ><div class='admin-hidden-markup'><i class='gform-icon gform-icon--hidden'></i><span>Hidden</span></div><label class='gfield_label gform-field-label' for='input_6_13'>UST Trigger<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_text'><input name='input_13' id='input_6_13' type='text' value='' class='large' aria-required="true" aria-invalid="false" /> </div></div></div></div> <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_6' class='gform_button button' value='Join for Free' onclick='if(window["gf_submitting_6"]){return false;} if( !jQuery("#gform_6")[0].checkValidity || jQuery("#gform_6")[0].checkValidity()){window["gf_submitting_6"]=true;} ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_6"]){return false;} if( !jQuery("#gform_6")[0].checkValidity || jQuery("#gform_6")[0].checkValidity()){window["gf_submitting_6"]=true;} jQuery("#gform_6").trigger("submit",[true]); }' /> <input type='hidden' name='gform_ajax' value='form_id=6&amp;title=&amp;description=&amp;tabindex=0&amp;theme=gravity-theme' /> <input type='hidden' class='gform_hidden' name='is_submit_6' value='1' /> <input type='hidden' class='gform_hidden' name='gform_submit' value='6' /> <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' /> <input type='hidden' class='gform_hidden' name='state_6' value='WyJbXSIsImY1YmE1MmJlYTFhNDhmZTFkMDU3YjdjMzBhZmMwNmYzIl0=' /> <input type='hidden' class='gform_hidden' name='gform_target_page_number_6' id='gform_target_page_number_6' value='0' /> <input type='hidden' class='gform_hidden' name='gform_source_page_number_6' id='gform_source_page_number_6' value='1' /> <input type='hidden' name='gform_field_values' value='' /> </div> </form> </div> <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_6' id='gform_ajax_frame_6' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'></iframe> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> /* <![CDATA[ */ gform.initializeOnLoaded( function() {gformInitSpinner( 6, 'https://www.defenseadvancement.com/wp-content/mu-plugins/gravity-forms/images/spinner.svg', true );jQuery('#gform_ajax_frame_6').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_6');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_6').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_6').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_6').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_6').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_6').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_6').val();gformInitSpinner( 6, 'https://www.defenseadvancement.com/wp-content/mu-plugins/gravity-forms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [6, current_page]);window['gf_submitting_6'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_6').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_6').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [6]);window['gf_submitting_6'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_6').text());}else{jQuery('#gform_6').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "6", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_6" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_6"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_6" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [6, current_page] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 6, currentPage: current_page } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); /* ]]> */ </script> </div> </div> </div> </div> <script type="rocketlazyloadscript"> /* Force external links to be target="_blank" */ function externalLinks() { for (var c = document.getElementsByTagName("a"), a = 0; a < c.length; a++) { var b = c[a]; b.getAttribute("href") && b.hostname !== location.hostname && (b.target = "_blank") } }; externalLinks(); </script> <style> #ustpromodal .modal-content {} #ustpromodal .modal-body { padding: 0 40px 40px } #ustpromodal .gfield { margin-bottom: 20px } #ustpromodal input {} #ustpromodal .ust-pro-intro { display: block; max-width: 400px; margin: 0 auto; text-align: center; margin-top: 20px; font-size: 14px; margin-bottom: 20px } #ustpromodal .modal-header { border: none } #ustpromodal img { max-width: 120px; margin: 0 auto; display: block } #ustpromodal input.button { max-width: 100% } #ustpromodal .disclaimer { color: #333; padding-top: 10px; display: block; max-width: 100% } #ustpromodal .gsection_title { font-size: 16px; margin-top: 35px } .hidden_label legend { display: none } .inactive-wrapper { width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); display: block; position: fixed; top: 0; left: 0; z-index: 10000 } #inactive-modal { width: 100%; min-height: 425px; max-width: 900px; position: fixed; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-color: #fff; box-shadow: 0 2px 2px 0 rgb(0 0 0 / 5%), 0 3px 1px -2px rgb(0 0 0 / 5%), 0 1px 5px 0 rgb(0 0 0 / 5%); border-radius: 4px; padding: 64px; } #inactive-modal button { position: absolute; top: 20px; right: 20px } .inactive-left { width: 35%; padding: 0 } .inactive-right { width: 65%; padding: 0 } .inactive-header { font-style: italic; font-weight: bold; font-size: 22px; line-height: 1.4; display: block; max-width: 330px } .inactive-secondline { font-size: 18px; line-height: 1.5; display: block; margin: 10px 0 20px } .catLinks { display: block; } body.inactive { margin: 0; height: 100%; overflow: hidden } .a-bit-blurry { filter: blur(2px); -webkit-filter: blur(2px); } .cta-rounded { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100% } .selectDropDown select { -webkit-appearance: none; -moz-appearance: none; appearance: none; /* Remove default arrow */ background-color: #fff; border: none; font-size: 16px; padding: 0.5rem; margin-bottom: 0; margin-top: 0; box-shadow: none; text-shadow: 0 1px 0 #fff; cursor: default; transform: none; line-height: 2; border-radius: 3px; min-height: 42px; -webkit-appearance: none; background: #f4f4f4 url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%; background-size: 16px 16px; vertical-align: middle; } .inquiry-v2 span.gfield_required { display: inline; color: red } .modal_v2 input[type=submit] { margin-top: 35px } .modal_v2 li.telephone { margin-bottom: 0 } @media(max-width:991px) { .inactive-left, .inactive-right { width: 100%; } .inactive-left img { margin: 25px 0 45px } #inactive-modal { text-align: center; min-height: 0; padding: 25px } .inactive-header { max-width: 100%; } } </style> <script id="ckyBannerTemplate" type="text/template"><div class="cky-overlay cky-hide"></div><div class="cky-consent-container cky-hide" tabindex="0"> <div class="cky-consent-bar" data-cky-tag="notice" style="background-color:#FFFFFF;border-color:#F4F4F4"> <div class="cky-notice"> <p class="cky-title" role="heading" aria-level="1" data-cky-tag="title" style="color:#212121">Cookies on Defense Advancement</p><div class="cky-notice-group"> <div class="cky-notice-des" data-cky-tag="description" style="color:#212121"> <p>We use cookies to give you the best browsing experience and to analyze our traffic. Please click "Accept" to consent to our use of cookies.</p> </div><div class="cky-notice-btn-wrapper" data-cky-tag="notice-buttons"> <button class="cky-btn cky-btn-customize" aria-label="Customize" data-cky-tag="settings-button" style="color:#1863DC;background-color:transparent;border-color:#1863DC">Customize</button> <button class="cky-btn cky-btn-accept" aria-label="Accept Cookies" data-cky-tag="accept-button" style="color:#FFFFFF;background-color:#1863DC;border-color:#1863DC">Accept Cookies</button> </div></div></div></div></div><div class="cky-modal" tabindex="0"> <div class="cky-preference-center" data-cky-tag="detail" style="color:#212121;background-color:#FFFFFF;border-color:#F4F4F4"> <div class="cky-preference-header"> <span class="cky-preference-title" role="heading" aria-level="1" data-cky-tag="detail-title" style="color:#212121">Customize Consent Preferences</span> <button class="cky-btn-close" aria-label="[cky_preference_close_label]" data-cky-tag="detail-close"> <img src="http://www.defenseadvancement.com/wp-content/plugins/cookie-law-info/lite/frontend/images/close.svg" alt="Close"> </button> </div><div class="cky-preference-body-wrapper"> <div class="cky-preference-content-wrapper" data-cky-tag="detail-description" style="color:#212121"> <p>We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.</p> <p>The cookies that are categorized as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site.</p> <p>We also use third-party cookies that help us analyze how you use this website, store your preferences, and provide content relevant to you.</p> <p>You can choose to enable or disable some or all of these cookies but disabling some of them may affect your browsing experience.</p> </div><div class="cky-accordion-wrapper" data-cky-tag="detail-categories"> <div class="cky-accordion" id="ckyDetailCategorynecessary"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Necessary" data-cky-tag="detail-category-title" style="color:#212121">Necessary</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchnecessary"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.</p></div> </div> </div> <div class="cky-accordion-body"> </div> </div><div class="cky-accordion" id="ckyDetailCategoryfunctional"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Functional" data-cky-tag="detail-category-title" style="color:#212121">Functional</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchfunctional"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.</p></div> </div> </div> <div class="cky-accordion-body"> </div> </div><div class="cky-accordion" id="ckyDetailCategoryanalytics"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Analytics" data-cky-tag="detail-category-title" style="color:#212121">Analytics</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchanalytics"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.</p></div> </div> </div> <div class="cky-accordion-body"> </div> </div><div class="cky-accordion" id="ckyDetailCategoryperformance"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Performance" data-cky-tag="detail-category-title" style="color:#212121">Performance</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchperformance"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.</p></div> </div> </div> <div class="cky-accordion-body"> </div> </div><div class="cky-accordion" id="ckyDetailCategoryadvertisement"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Advertisement" data-cky-tag="detail-category-title" style="color:#212121">Advertisement</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchadvertisement"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Advertisement cookies are used to provide visitors with customized advertisements based on the pages you visited previously and to analyze the effectiveness of the ad campaigns.</p></div> </div> </div> <div class="cky-accordion-body"> </div> </div> </div></div><div class="cky-footer-wrapper"> <span class="cky-footer-shadow"></span> <div class="cky-prefrence-btn-wrapper" data-cky-tag="detail-buttons"> <button class="cky-btn cky-btn-preferences" aria-label="Save My Preferences" data-cky-tag="detail-save-button" style="color:#1863DC;background-color:transparent;border-color:#1863DC"> Save My Preferences </button> <button class="cky-btn cky-btn-accept" aria-label="Accept Cookies" data-cky-tag="detail-accept-button" style="color:#ffffff;background-color:#1863DC;border-color:#1863DC"> Accept Cookies </button> </div></div></div></div></script> <div id="footer-ad-popup" class="mailchimp-footer"> <div class="mailchimp-footer__body"> <div class="container"> <div class="mailchimp-footer__close" id="footer-closeAd"> <button type="button" class="mailchimp-footer__close-button"> <span class="mailchimp-footer__close-button-icon"> <i class="fas fa-times"></i> </span> </button> </div> <div id="footer-persistent-ads" class="tester"> <div class="g g-10"><div class="g-col b-10 a-142"><a class="gofollow" data-track="MTQyLDEwLDEsNjA=" href="http://www.counter-uas-tech.com/defenseadvancementwb" target="_blank"><img src="https://www.defenseadvancement.com/wp-content/uploads/2024/11/Counter-UAS-Technology-USA_da-footer-w_2024.jpg" width="970" height="90"></a></div></div><div class="g g-10"><div class="g-col b-10 a-130"><a class="gofollow" data-track="MTMwLDEwLDEsNjA=" href="https://uavionix.com/defense/zpx-1/" target="_blank"><img src="https://www.defenseadvancement.com/wp-content/uploads/2024/09/uAvionix_DA_footer_1024.jpg" width="970" height="90"></a></div></div><div class="g g-10"><div class="g-col b-10 a-143"><a class="gofollow" data-track="MTQzLDEwLDEsNjA=" href="https://event.viasat.com/natoedge2024" target="_blank"><img src="https://www.defenseadvancement.com/wp-content/uploads/2024/11/nato-edge-da-footer-2024.jpg" width="970" height="90"></a></div></div> </div> </div> </div> </div> <style> #footer-persistent-ads .g-col {width: 100%; text-align: center!important} #footer-persistent-ads .g-col img, #footer-persistent-ads .g-col .iframe-container-leaderboard {border:none!important; padding:0; margin-bottom:10px} #footer-ad-popup.mailchimp-footer {background-color: rgba(10,36,53,.8); padding-top:10px} .mailchimp-footer__close-button {background:none; z-index: 100} /*#footer-ad-popup {display: none;} #footer-ad-popup.showMe {display: block; max-height: 110px} */ @media (max-width: 758px) { #footer-persistent-ads .g-col .iframe-container-leaderboard { padding-top: 12.363%; } } @media (max-width: 650px) { #footer-ad-popup.mailchimp-footer { padding: 0; } #footer-closeAd.mailchimp-footer__close {border-radius: 0; top: -32px; right:0; background-color: rgba(10,36,53,.8);} #footer-ad-popup .container {padding:0} #footer-ad-popup .mailchimp-footer__body {padding: 10px 0} #footer-persistent-ads .g-col img, #footer-persistent-ads .g-col .iframe-container-leaderboard {margin-bottom: 0} } </style> <div id="mailchimp-footer" class="mailchimp-footer"> <div class="mailchimp-footer__body"> <div class="container"> <div class="mailchimp-footer__close" id="mailchimp-footer-close"> <button type="button" class="mailchimp-footer__close-button"> <span class="mailchimp-footer__close-button-icon"> <i class="fas fa-times"></i> </span> </button> </div> <div class="row"> <div class="col col-md-7"> <img src="https://www.defenseadvancement.com/wp-content/themes/UST/images/da-ebrief-footer.png" class="mailchimp-footer-img" width="149" height="150" /> <span class="ebrief-title">Subscribe to the Weekly eBrief</span> <span class="ebrief-intro">The latest engineering and technical developments straight to your inbox - join thousands of engineers who receive it.</span> </div> <div class="col col-md-5"> <div class='gf_browser_chrome gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_8' ><div id='gf_8' class='gform_anchor' tabindex='-1'></div><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_8' id='gform_8' action='/suppliers/#gf_8' data-formid='8' novalidate> <div class='gform-body gform_body'><div id='gform_fields_8' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id="field_8_1" class="gfield gfield--type-email gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_8_1" ><label class='gfield_label gform-field-label' for='input_8_1'>Email<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_email'> <input name='input_1' id='input_8_1' type='email' value='' class='medium' placeholder='Enter Email Address' aria-required="true" aria-invalid="false" /> </div></div><div id="field_8_2" class="gfield gfield--type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden" data-js-reload="field_8_2" ><div class='admin-hidden-markup'><i class='gform-icon gform-icon--hidden'></i><span>Hidden</span></div><label class='gfield_label gform-field-label' for='input_8_2'>CCV</label><div class='ginput_container ginput_container_text'><input name='input_2' id='input_8_2' type='text' value='HS-IGNORE' class='large' aria-invalid="false" /> </div></div><div id="field_8_3" class="gfield gfield--type-honeypot gform_validation_container field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_8_3" ><label class='gfield_label gform-field-label' for='input_8_3'>Phone</label><div class='ginput_container'><input name='input_3' id='input_8_3' type='text' value='' autocomplete='new-password'/></div><div class='gfield_description' id='gfield_description_8_3'>This field is for validation purposes and should be left unchanged.</div></div></div></div> <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_8' class='gform_button button' value='Sign up' onclick='if(window["gf_submitting_8"]){return false;} if( !jQuery("#gform_8")[0].checkValidity || jQuery("#gform_8")[0].checkValidity()){window["gf_submitting_8"]=true;} ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_8"]){return false;} if( !jQuery("#gform_8")[0].checkValidity || jQuery("#gform_8")[0].checkValidity()){window["gf_submitting_8"]=true;} jQuery("#gform_8").trigger("submit",[true]); }' /> <input type='hidden' name='gform_ajax' value='form_id=8&amp;title=&amp;description=&amp;tabindex=0&amp;theme=gravity-theme' /> <input type='hidden' class='gform_hidden' name='is_submit_8' value='1' /> <input type='hidden' class='gform_hidden' name='gform_submit' value='8' /> <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' /> <input type='hidden' class='gform_hidden' name='state_8' value='WyJbXSIsImY1YmE1MmJlYTFhNDhmZTFkMDU3YjdjMzBhZmMwNmYzIl0=' /> <input type='hidden' class='gform_hidden' name='gform_target_page_number_8' id='gform_target_page_number_8' value='0' /> <input type='hidden' class='gform_hidden' name='gform_source_page_number_8' id='gform_source_page_number_8' value='1' /> <input type='hidden' name='gform_field_values' value='' /> </div> </form> </div> <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_8' id='gform_ajax_frame_8' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'></iframe> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> /* <![CDATA[ */ gform.initializeOnLoaded( function() {gformInitSpinner( 8, 'https://www.defenseadvancement.com/wp-content/mu-plugins/gravity-forms/images/spinner.svg', true );jQuery('#gform_ajax_frame_8').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_8');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_8').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_8').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_8').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_8').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_8').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_8').val();gformInitSpinner( 8, 'https://www.defenseadvancement.com/wp-content/mu-plugins/gravity-forms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [8, current_page]);window['gf_submitting_8'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_8').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_8').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [8]);window['gf_submitting_8'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_8').text());}else{jQuery('#gform_8').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "8", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_8" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_8"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_8" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [8, current_page] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 8, currentPage: current_page } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); /* ]]> */ </script> </div> </div> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> (function() { var form = document.getElementById('gform_7'); var input = document.getElementById('input_7_1'); var button = document.getElementById('gform_submit_button_7'); var re = /\S+@\S+\.\S+/; // disable submit button button.disabled = true; // process input onload processInput(); // listen to inputs form.addEventListener('input', function() { processInput(); }); // process inpiut function function processInput() { // test regex if (!re.test(input.value)) { button.disabled = true; return false; } button.disabled = false; return false; } })(); </script> </div> </div> </div> <style> .searchwp-live-search-results { opacity: 0; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; height: 0; overflow: hidden; z-index: 9999995; /* Exceed SearchWP Modal Search Form overlay. */ position: absolute; display: none; } .searchwp-live-search-results-showing { display: block; opacity: 1; height: auto; overflow: auto; } .searchwp-live-search-no-results { padding: 3em 2em 0; text-align: center; } .searchwp-live-search-no-min-chars:after { content: "Continue typing"; display: block; text-align: center; padding: 2em 2em 0; } </style> <script type="rocketlazyloadscript"> var _SEARCHWP_LIVE_AJAX_SEARCH_BLOCKS = true; var _SEARCHWP_LIVE_AJAX_SEARCH_ENGINE = 'default'; var _SEARCHWP_LIVE_AJAX_SEARCH_CONFIG = 'default'; </script> <script type="text/javascript" id="adrotate-clicker-js-extra"> /* <![CDATA[ */ var click_object = {"ajax_url":"https:\/\/www.defenseadvancement.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/plugins/adrotate/library/jquery.clicker.js" id="adrotate-clicker-js"></script> <script type="text/javascript" id="leadin-script-loader-js-js-extra"> /* <![CDATA[ */ var leadin_wordpress = {"userRole":"visitor","pageType":"page","leadinPluginVersion":"11.1.66"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://js.hs-scripts.com/1710703.js?integration=WordPress&amp;ver=11.1.66" id="leadin-script-loader-js-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-browser-checker-js-after"> /* <![CDATA[ */ "use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}(); /* ]]> */ </script> <script type="text/javascript" id="rocket-preload-links-js-extra"> /* <![CDATA[ */ var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index.php\/)?(.*)wp-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/www.defenseadvancement.com","onHoverDelay":"100","rateThrottle":"3"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-preload-links-js-after"> /* <![CDATA[ */ (function() { "use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run(); }()); /* ]]> */ </script> <script type="text/javascript" id="ust-footeradpopup-js-js-extra"> /* <![CDATA[ */ var ustmfooteradpopup = {"ajax_url":"https:\/\/www.defenseadvancement.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="text/javascript" src="https://www.defenseadvancement.com/wp-content/themes/UST/includes/FooterAdPopup/FooterAdPopup.js?ver=1732208376" id="ust-footeradpopup-js-js"></script> <script type="text/javascript" id="ust-mailinglistpopup-js-js-extra"> /* <![CDATA[ */ var ustmailinglistpopup = {"ajax_url":"https:\/\/www.defenseadvancement.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/themes/UST/includes/MailinglistPopup/MailinglistPopup.js?ver=1732208376" id="ust-mailinglistpopup-js-js"></script> <script type="text/javascript" id="ust-favorites-js-js-extra"> /* <![CDATA[ */ var ustfavourites = {"ust_url":"https:\/\/www.defenseadvancement.com\/suppliers\/"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/themes/UST/includes/Favourites/Favourites.js?ver=1732208376" id="ust-favorites-js-js"></script> <script type="text/javascript" id="searchmore-js-js-extra"> /* <![CDATA[ */ var searchmore = {"ajax_url":"https:\/\/www.defenseadvancement.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/themes/UST/includes/SearchMore/SearchMore.js?ver=1732208376" id="searchmore-js-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer data-rocket-src="https://www.defenseadvancement.com/wp-content/themes/UST/bootstrap/js/bootstrap.min.js?ver=6.6.2" id="UST-bootstrapjs-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer data-rocket-src="https://www.defenseadvancement.com/wp-content/themes/UST/js/jquery.fancybox.min.js?ver=6.6.2" id="UST-fancybox-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/themes/UST/js/custom-scripts.js?ver=11.3" id="UST-customscripts-js"></script> <script type="text/javascript" id="swp-live-search-client-js-extra"> /* <![CDATA[ */ var searchwp_live_search_params = []; searchwp_live_search_params = {"ajaxurl":"https:\/\/www.defenseadvancement.com\/wp-admin\/admin-ajax.php","origin_id":4860,"config":{"default":{"engine":"default","input":{"delay":300,"min_chars":3},"results":{"position":"bottom","width":"auto","offset":{"x":0,"y":5}},"spinner":{"lines":12,"length":8,"width":3,"radius":8,"scale":1,"corners":1,"color":"#424242","fadeColor":"transparent","speed":1,"rotate":0,"animation":"searchwp-spinner-line-fade-quick","direction":1,"zIndex":2000000000,"className":"spinner","top":"50%","left":"50%","shadow":"0 0 1px transparent","position":"absolute"}}},"msg_no_config_found":"No valid SearchWP Live Search configuration found!","aria_instructions":"When autocomplete results are available use up and down arrows to review and enter to go to the desired page. Touch device users, explore by touch or with swipe gestures."};; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/plugins/searchwp-live-ajax-search/assets/javascript/dist/script.min.js?ver=1.7.6" id="swp-live-search-client-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-includes/js/hoverIntent.min.js?ver=1.10.2" id="hoverIntent-js"></script> <script type="text/javascript" id="megamenu-js-extra"> /* <![CDATA[ */ var megamenu = {"timeout":"300","interval":"100"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/plugins/megamenu/js/maxmegamenu.js?ver=3.3.1.2" id="megamenu-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/plugins/megamenu-pro/assets/public.js?ver=2.4" id="megamenu-pro-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://cdn.onesignal.com/sdks/OneSignalSDK.js?ver=1.0.0" id="remote_sdk-js" async="async" data-wp-strategy="async"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381" id="wp-dom-ready-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-includes/js/dist/hooks.min.js?ver=2810c76e705dd1a53b18" id="wp-hooks-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="wp-i18n-js-after"> /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-includes/js/dist/a11y.min.js?ver=d90eebea464f6c09bfd5" id="wp-a11y-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' data-rocket-src="https://www.defenseadvancement.com/wp-content/mu-plugins/gravity-forms/js/jquery.json.min.js?ver=2.8.18" id="gform_json-js"></script> <script type="text/javascript" id="gform_gravityforms-js-extra"> /* <![CDATA[ */ var gform_i18n = {"datepicker":{"days":{"monday":"Mo","tuesday":"Tu","wednesday":"We","thursday":"Th","friday":"Fr","saturday":"Sa","sunday":"Su"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}}; var gf_legacy_multi = []; var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled"},"vars":{"images_url":"https:\/\/www.defenseadvancement.com\/wp-content\/mu-plugins\/gravity-forms\/images"}}; var gf_global = {"gf_currency_config":{"name":"Pound Sterling","symbol_left":"&#163;","symbol_right":"","symbol_padding":" ","thousand_separator":",","decimal_separator":".","decimals":2,"code":"GBP"},"base_url":"https:\/\/www.defenseadvancement.com\/wp-content\/mu-plugins\/gravity-forms","number_formats":[],"spinnerUrl":"https:\/\/www.defenseadvancement.com\/wp-content\/mu-plugins\/gravity-forms\/images\/spinner.svg","version_hash":"bd8f8625082c5bca02c2dc792c94568e","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; var gf_global = {"gf_currency_config":{"name":"Pound Sterling","symbol_left":"&#163;","symbol_right":"","symbol_padding":" ","thousand_separator":",","decimal_separator":".","decimals":2,"code":"GBP"},"base_url":"https:\/\/www.defenseadvancement.com\/wp-content\/mu-plugins\/gravity-forms","number_formats":[],"spinnerUrl":"https:\/\/www.defenseadvancement.com\/wp-content\/mu-plugins\/gravity-forms\/images\/spinner.svg","version_hash":"bd8f8625082c5bca02c2dc792c94568e","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' data-rocket-src="https://www.defenseadvancement.com/wp-content/mu-plugins/gravity-forms/js/gravityforms.min.js?ver=2.8.18" id="gform_gravityforms-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' data-rocket-src="https://www.defenseadvancement.com/wp-content/mu-plugins/gravity-forms/assets/js/dist/utils.min.js?ver=2.8.18" id="gform_gravityforms_utils-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' data-rocket-src="https://www.defenseadvancement.com/wp-content/mu-plugins/gravity-forms/assets/js/dist/vendor-theme.min.js?ver=2.8.18" id="gform_gravityforms_theme_vendors-js"></script> <script type="text/javascript" id="gform_gravityforms_theme-js-extra"> /* <![CDATA[ */ var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"bd8f8625082c5bca02c2dc792c94568e"}}},"hmr_dev":"","public_path":"https:\/\/www.defenseadvancement.com\/wp-content\/mu-plugins\/gravity-forms\/assets\/js\/dist\/"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' data-rocket-src="https://www.defenseadvancement.com/wp-content/mu-plugins/gravity-forms/assets/js/dist/scripts-theme.min.js?ver=2.8.18" id="gform_gravityforms_theme-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' data-rocket-src="https://www.defenseadvancement.com/wp-content/mu-plugins/gravity-forms/js/placeholders.jquery.min.js?ver=2.8.18" id="gform_placeholder-js"></script> <script type="rocketlazyloadscript"></script><script type="rocketlazyloadscript" data-rocket-type="text/javascript"> /* <![CDATA[ */ gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 6) {} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> /* <![CDATA[ */ gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "6", currentPage: "1", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_6" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_6"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_6" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [6, 1] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 6, currentPage: 1 } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } ); /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> /* <![CDATA[ */ gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 8) {if(typeof Placeholders != 'undefined'){ Placeholders.enable(); }} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> /* <![CDATA[ */ gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "8", currentPage: "1", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_8" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_8"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_8" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [8, 1] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 8, currentPage: 1 } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } ); /* ]]> */ </script> <script>window.lazyLoadOptions={elements_selector:"iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue} if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue} images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1} if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://www.defenseadvancement.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360">',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script></body> </html> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me -->

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