CINXE.COM
New IMU’s Deliver Precise Pointing, Stabilization and Navigation - Defense Advancement
<!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 core" lang="en-US"> <!--<![endif]--> <head> <script type="text/javascript"> /* <![CDATA[ */ var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),document.addEventListener("gform/theme/scripts_loaded",function(){gform.themeScriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>"function"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn("The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1."),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener("gform_main_scripts_loaded",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener("gform/theme/scripts_loaded",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener("DOMContentLoaded",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook("action",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook("filter",o,r,e,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,r){gform.removeHook("action",o,r)},removeFilter:function(o,r,e){gform.removeHook("filter",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+"_"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==r?t.apply(null,e):e[0]=t.apply(null,e)})),"filter"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}}); /* ]]> */ </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>New IMU’s Deliver Precise Pointing, Stabilization and Navigation - Defense Advancement</title><link rel="stylesheet" href="https://www.defenseadvancement.com/wp-content/cache/min/1/c7530f5df4178dd0867877f318e0223a.css" media="all" data-minify="1" /> <script type="rocketlazyloadscript"> window.enhanced = ('querySelector' in document && 'localStorage' in window && 'addEventListener' in window && 'matchMedia' in window && 'classList' in document.createElement('div') && 'forEach' in document.querySelectorAll('div') && 'closest' in document.createElement('div')); if (window.enhanced) { var h = document.documentElement; h.classList.add('enhanced'); h.classList.remove('core'); } </script> <!-- 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.9 - https://yoast.com/wordpress/plugins/seo/ --> <link rel="canonical" href="https://www.defenseadvancement.com/feature/new-imus-deliver-precise-pointing-stabilization-and-navigation/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="New IMU’s Deliver Precise Pointing, Stabilization and Navigation - Defense Advancement" /> <meta property="og:description" content="In this article, Honeywell discusses its new Inertial Measurement Units (IMUs), setting a high standard for accuracy and stability in..." /> <meta property="og:url" content="https://www.defenseadvancement.com/feature/new-imus-deliver-precise-pointing-stabilization-and-navigation/" /> <meta property="og:site_name" content="Defense Advancement" /> <meta property="article:modified_time" content="2024-08-15T09:44:07+00:00" /> <meta property="og:image" content="https://www.defenseadvancement.com/wp-content/uploads/2023/10/Honeywell-new-IMUs-deliver-precise-pointing-stabilization-and-navigation.png" /> <meta property="og:image:width" content="1134" /> <meta property="og:image:height" content="630" /> <meta property="og:image:type" content="image/png" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:label1" content="Est. reading time" /> <meta name="twitter:data1" content="3 minutes" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://www.defenseadvancement.com/feature/new-imus-deliver-precise-pointing-stabilization-and-navigation/","url":"https://www.defenseadvancement.com/feature/new-imus-deliver-precise-pointing-stabilization-and-navigation/","name":"New IMU’s Deliver Precise Pointing, Stabilization and Navigation - Defense Advancement","isPartOf":{"@id":"https://www.defenseadvancement.com/#website"},"primaryImageOfPage":{"@id":"https://www.defenseadvancement.com/feature/new-imus-deliver-precise-pointing-stabilization-and-navigation/#primaryimage"},"image":{"@id":"https://www.defenseadvancement.com/feature/new-imus-deliver-precise-pointing-stabilization-and-navigation/#primaryimage"},"thumbnailUrl":"https://www.defenseadvancement.com/wp-content/uploads/2023/10/Honeywell-new-IMUs-deliver-precise-pointing-stabilization-and-navigation.png","datePublished":"2023-10-23T09:05:56+00:00","dateModified":"2024-08-15T09:44:07+00:00","breadcrumb":{"@id":"https://www.defenseadvancement.com/feature/new-imus-deliver-precise-pointing-stabilization-and-navigation/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://www.defenseadvancement.com/feature/new-imus-deliver-precise-pointing-stabilization-and-navigation/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.defenseadvancement.com/feature/new-imus-deliver-precise-pointing-stabilization-and-navigation/#primaryimage","url":"https://www.defenseadvancement.com/wp-content/uploads/2023/10/Honeywell-new-IMUs-deliver-precise-pointing-stabilization-and-navigation.png","contentUrl":"https://www.defenseadvancement.com/wp-content/uploads/2023/10/Honeywell-new-IMUs-deliver-precise-pointing-stabilization-and-navigation.png","width":1134,"height":630,"caption":"Honeywell new IMU's deliver precise pointing, stabilization and navigation"},{"@type":"BreadcrumbList","@id":"https://www.defenseadvancement.com/feature/new-imus-deliver-precise-pointing-stabilization-and-navigation/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://www.defenseadvancement.com/"},{"@type":"ListItem","position":2,"name":"Features","item":"https://www.defenseadvancement.com/feature/"},{"@type":"ListItem","position":3,"name":"New IMU’s Deliver Precise Pointing, Stabilization and Navigation"}]},{"@type":"WebSite","@id":"https://www.defenseadvancement.com/#website","url":"https://www.defenseadvancement.com/","name":"Defense Advancement","description":"Defense & 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> <link rel='stylesheet' id='EB-style-css' href='https://www.defenseadvancement.com/wp-content/themes/UST/assets/css/style.css?ver=1739291002' media='all' /> <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.8","_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.8" 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" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/themes/UST/js/news-tracking.js?ver=1.0" id="news-tracking-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/themes/UST/js/contact-form-only.js?ver=6.6.2" id="contact-form-only-js"></script> <script type="rocketlazyloadscript"></script><link rel="https://api.w.org/" href="https://www.defenseadvancement.com/wp-json/" /><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%2Ffeature%2Fnew-imus-deliver-precise-pointing-stabilization-and-navigation%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%2Ffeature%2Fnew-imus-deliver-precise-pointing-stabilization-and-navigation%2F&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.75--> <script type="rocketlazyloadscript" class="hsq-set-content-id" data-content-id="blog-post"> var _hsq = _hsq || []; _hsq.push(["setContentType", "blog-post"]); </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"> <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: 18px; background-color: #f3f5f9; text-align: center; margin-bottom: 0!important; } #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, body.wide-leader .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(<php echo get_template_directory_uri(); ?>/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, body.wide-leader #header-banner-full-new img { max-width: 100% !important; width: 970px !important } body.wide-leader #header-partner-container { max-width:970px!important; } body.wide-leader #header-partner-holder { padding-top: 9.4%; } @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 } /* Header move ads to the top */ header {margin-bottom: 35px;} body.home header, body.page-template-advertising-page header, body.company-template-template_innovation-partner header {margin-bottom: 0;} /* Typography tweaks Jan 2025 - MR */ .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family: var(--font-stylistic) !important; font-weight:700!important; color:#1a2844; } p { font-family: var(--font-stylistic) !important; color: #333; } .news-intro { font-family: var(--font-stylistic) } ul { font-family: var(--font-stylistic) !important; font-size: 20px; line-height: 1.7; padding-left: 25px; list-style-type: "• "; /* Custom bullet symbol */ color: #333; /* Dark grey for readability */ } li { margin-bottom: 8px; margin-top: 8px; padding-left: 5px; padding-bottom:0; font-family: var(--font-stylistic)!important; } li::marker { font-size: 1.2em; /* Slightly larger bullet points */ } @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: 992px) { #article-content li { font-size: 16.5px; } } @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> </head> <body class="feature-template-default single single-feature postid-49226 feature new-imus-deliver-precise-pointing-stabilization-and-navigation 49226 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 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-158"><div class="iframe-container-billboard non-responsive"><iframe loading="lazy" src="about:blank" frameborder="0" style="border:none;" scrolling="no" data-rocket-lazyload="fitvidscompatible" data-lazy-src="https://www.defenseadvancement.com/wp-content/banners/xes-da-bb-2025-02/index.html"></iframe><noscript><iframe src="https://www.defenseadvancement.com/wp-content/banners/xes-da-bb-2025-02/index.html" frameborder="0" style="border:none;" scrolling="no"></iframe></noscript></div></div></div><div class="g g-9"><div class="g-col b-9 a-163"><a class="gofollow" data-track="MTYzLDksMSw2MA==" href="http://www.military-space.com/DefenceAdvancementbanner" target="_blank"><img src="https://www.defenseadvancement.com/wp-content/uploads/2025/01/Military-Space-Situational-Awareness-Conference_lb-20925.jpg" width="970" height="90" class="wide-leader"></a></div></div><div class="g g-9"><div class="g-col b-9 a-160"><a class="gofollow" data-track="MTYwLDksMSw2MA==" href="https://marketing.worlddefenseshow.com/l/996971/2025-01-28/36slr" target="_blank"><img src="https://www.defenseadvancement.com/wp-content/uploads/2025/01/wds-idex-2025_leaderboard-scaled-e1738248070572.jpg" /></a></div></div> </div> </div> </div> </div> <style> .sidebar-rectangle-ads .mdl-card {width: 100%;padding-top: 83.334%;position: relative;background: url(<php echo get_template_directory_uri(); ?>/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(<php echo get_template_directory_uri(); ?>/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(<php echo get_template_directory_uri(); ?>/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 ================================================================================================================================================================================================================= --> <!-- 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-mobile-direction="vertical" 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-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-expanded="false" 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-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/">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-menu-item-30615' id='mega-menu-item-30615'><a class="mega-menu-link" href="https://www.defenseadvancement.com/supplier-categories/">Technologies by Type</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-expo_category mega-menu-item-has-children mega-menu-item-69221' id='mega-menu-item-69221'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/electronics-communication-intelligence/" aria-expanded="false">Electronics, Communication & Intelligence<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-expo_category mega-menu-item-69222' id='mega-menu-item-69222'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/communication-systems-equipment/">Communication & Data Systems</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-expo_category mega-menu-item-69226' id='mega-menu-item-69226'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/electronic-warfare/">Electronic Warfare & Countermeasures</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-expo_category mega-menu-item-69223' id='mega-menu-item-69223'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/navigation-geolocation-geospatial-solutions/">Navigation, Geolocation & Geospatial Solutions</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-expo_category mega-menu-item-69224' id='mega-menu-item-69224'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/optics-imaging-vision-systems/">Optics, Imaging & Vision Systems</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-expo_category mega-menu-item-69225' id='mega-menu-item-69225'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/rugged-computing-embedded-electronics/">Rugged Computing & Embedded Electronics</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-expo_category mega-menu-item-69653' id='mega-menu-item-69653'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/sensors-data-acquisition-radar/">Sensors, Data Acquisition & Radar</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-expo_category mega-menu-item-69227' id='mega-menu-item-69227'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/software-cloud-solutions/">Software, Digital & Cloud solutions</a></li> </ul> </li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-expo_category mega-menu-item-has-children mega-menu-item-69217' id='mega-menu-item-69217'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/platforms-systems-autonomy/" aria-expanded="false">Platforms, Systems & Autonomy<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-expo_category mega-menu-item-69218' id='mega-menu-item-69218'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/military-cuas/">CUAS</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-expo_category mega-menu-item-69220' id='mega-menu-item-69220'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/motion-control-systems/">Motion Control Systems</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-expo_category mega-menu-item-69215' id='mega-menu-item-69215'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/propulsion-fuel-systems/">Propulsion & Fuel Systems</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-expo_category mega-menu-item-69214' id='mega-menu-item-69214'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/sensors-data-acquisition-radar/">Sensors, Data Acquisition & Radar</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-expo_category mega-menu-item-69213' id='mega-menu-item-69213'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/unmanned-autonomous-systems/">Unmanned & Autonomous Systems</a></li> </ul> </li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-expo_category mega-menu-item-has-children mega-menu-item-69228' id='mega-menu-item-69228'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/support-protection-infrastructure/" aria-expanded="false">Support, Protection & Infrastructure<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-expo_category mega-menu-item-69230' id='mega-menu-item-69230'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/infrastructure-logistics-materials/">Infrastructure, Logistics & Materials</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-expo_category mega-menu-item-69231' id='mega-menu-item-69231'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/personal-protection-body-armor/">Personal Protection & Body Armor</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-expo_category mega-menu-item-69229' id='mega-menu-item-69229'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/power-systems-energy-management/">Power Systems & Energy Management</a></li> </ul> </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-69236' id='mega-menu-item-69236'><a class="dashicons-plus-alt2 mega-menu-link" href="/partner/?route=header-main-nav">Add Your Solutions</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-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-current_page_parent 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/advanced-c2-software-for-autonomous-swarm-operations-released/">Advanced C2 Software for Autonomous Swarm Operations Released</a> <span class="post-date">February 17, 2025</span> </li> <li> <a href="https://www.defenseadvancement.com/news/trillium-to-provide-gimbal-systems-for-raytheon-loitering-munition/">Trillium to Provide Gimbal Systems for Raytheon Loitering Munition</a> <span class="post-date">February 17, 2025</span> </li> <li> <a href="https://www.defenseadvancement.com/news/istec-to-enhance-jackal-3-extenda-with-advanced-weapon-systems/">ISTEC to Enhance Jackal 3 Extenda with Advanced Weapon Systems</a> <span class="post-date">February 17, 2025</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><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-align-bottom-left mega-menu-flyout mega-hide-on-desktop mega-menu-item-69238' id='mega-menu-item-69238'><a class="mega-menu-link" href="/partner/?route=header-mobile-nav-showcase" tabindex="0">Showcase Your Solutions</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-align-bottom-left mega-menu-flyout mega-hide-on-desktop mega-menu-item-69237' id='mega-menu-item-69237'><a class="mega-menu-link" href="/partner/?route=header-mobile-nav-advertising" tabindex="0">Advertising</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> <style> .callout { display: block; background-color: #f3f5f9; border-radius: 3px; padding: 10px 15px 15px; font-size: 16px; margin-bottom: 55px } .callout span { padding-top: 5px; display: inline-block; vertical-align: middle; padding-left: 20px; text-decoration: underline } .callout img { max-width: 80px } .callout.companyPost { margin-top: 0px; } @media (max-width:992px) { .section.topSection { padding-top: 15px } .article-header h1 { line-height: 1.2 } .news-intro { font-size: 18px; font-family: var(--font-stylistic) !important; font-weight: 300 } span.news-time, .author-name-link { font-size: 13px; color: #999 !important; } .article-header { border-bottom: none; margin-bottom: 0 } .single-featured-image { width: calc(100% + 30px) !important; max-width: calc(100% + 30px) !important; margin-left: -15px; margin-right: -15px } .share-btn { padding: 4px 15px; margin-right: 5px; font-size: 1.4em; } #article-content p { font-size: 16.5px; line-height: 1.65; color: #333; font-family: var(--font-stylistic) !important; font-weight: 300 } #article-content p:first-of-type { font-weight: 700 } .desktop-only { display: none } } /* spotlight article styles =========================================================================================================== */ .basic-company-list { display: block; border-bottom: solid 1px #eee; padding: 0 10px 25px; margin-bottom: 25px; font-family: var(--font-stylistic); } .companyTitle { display: block; font-size: 20px; padding: 3px 0; } .companyName { font-weight: bold } .companyCountry { font-style: italic; font-size: 16px; color: #666 } .companyDescription { display: block; font-size: 18px; line-height: 1.4; color: #666; font-weight: 400; font-family: var(--font-stylistic); } .featured-btns { padding: 10px 0 } .featured-btns a { text-decoration: none; font-size: 16px; padding: 5px 10px 5px 15px; border-left: solid 1px #eee } .featured-btns a:first-of-type { border: none; padding-left: 0 } .featured-badge { display: none } .basic-company-list.featured .featured-badge { display: inline-block; background-color: #E8E3AF; font-size: 13px; padding: 3px 10px; border-radius: 4px; margin-right: 5px } .linked_cats { margin-bottom: 35px; display: block } .post_cta { filter: drop-shadow(5px 5px 10px #eeeeee); border-radius: 10px; border: solid 1px #eee; background-color: #fff; margin: 35px 10px 20px } .post_cta a { display: block; border-bottom: solid 1px #eee; padding: 15px 20px; font-weight: bold; color: #1A2844; font-size: 18px; font-family: var(--font-stylistic); } ul.related-cats, ul.bluelist { padding-left: 0; margin-left: 0; border-left: solid 3px rgb(63, 81, 181); } ul.related-cats li, ul.bluelist li { list-style: none; padding: 10px 0 10px 25px; } .feature-article-company { background-color: #fff; border: solid 1px #eee; padding: 20px; border-radius: 10px; margin-bottom: 20px; filter: drop-shadow(5px 5px 10px #eeeeee); } .product-card { filter: drop-shadow(5px 5px 10px #eeeeee); box-shadow: none; border-radius: 10px; border: solid 1px #eee; } .feature-article-company .product-body { display: flex; flex-direction: row; } .supplier-logo { padding-right: 20px; border-right: solid 1px #eee; display: block; flex-basis: 100px } .supplier-logo img { max-width: 100px; max-height: 100px } .company-name { font-weight: bold; font-size: 20px; color: #111; display: block; margin-bottom: 15px; } .company-intro-text { font-size: 16px; line-height: 1.4; color: #555 } .supplier-overview { padding-left: 20px } .supplier-product-pic { flex-basis: 200px; } .company-quick-links a.new-buttons { font-weight: normal } .company-quick-links a.new-buttons.button-clear { background-color: #fff; border: solid 1px #ddd; border-radius: 6px; color: #1A2844; text-transform: capitalize; padding: 0 20px; height: 40px; line-height: 40px } .company-quick-links a.new-buttons.button-colored { background-color: #1A2844; border: solid 1px transparent; border-radius: 6px; box-shadow: none; color: #fff; text-transform: capitalize; padding: 0 20px; height: 40px; line-height: 40px } .feature-subheading { display: block; padding: 35px 0 20px 0; border-bottom: solid 1px #eee; margin-bottom: 35px } @media(max-width:900px) { .supplier-product-pic { display: none } } @media(max-width:600px) { .feature-article-company .product-body { flex-direction: column } .supplier-logo { text-align: center; border-right: none; flex-basis: auto; padding: 20px 0; margin-bottom: 10px } .supplier-logo img { max-height: 80px; max-width: 150px } .company-name { display: none; } .supplier-overview { padding-left: 0; text-align: center } } /* spotlight article styles END =========================================================================================================== */ </style> <!-- UTM Tags --> <div id="utm_tags" style="display:none">utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense</div> <div class="container main-content"> <div class="supplier-header-wrapper supplier-content-page"> <div class="logo content-page"> <img src="https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-logo.png" class="profile_logo"> </div> <span class="suppliertitle">Advanced Solutions for Defense Modernization: Propulsion, Sensors, Communication & Augmented Reality Systems</span> </div> </div> <!-- Tabs ======================================================================================================================================= --> <div id="company-tabs"> <div> <div class="global-tabs-wrapper"> <div class="container tabs-container"> <a href="https://www.defenseadvancement.com/company/honeywell/" class="tab-link" id="company-link">Company</a> <a href="https://www.defenseadvancement.com/company/honeywell/#products" class=" tab-link" id="products-link">Products</a> <a href="https://www.defenseadvancement.com/company/honeywell/#articles" class="active tab-link" id="articles-link">Articles</a> <a href="https://www.defenseadvancement.com/company/honeywell/#documents" class=" tab-link" id="documents-link">Documents</a> <a href="https://www.defenseadvancement.com/company/honeywell/#videos" class=" tab-link" id="videos-link">Videos</a> <a href="https://www.defenseadvancement.com/company/honeywell/#offices" class=" tab-link" id="offices-link">Locations</a> <a href="https://aerospace.honeywell.com/us/en/support-and-resources/contact-us?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense" target="_blank" class="send-inquiry tab-link" id="contact-link" onClick="gtag('event','honeywell',{'event_category': 'Company Referrals','event_label': 'Profile Contact Link'})"><i class="far fa-envelope"></i> Contact</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" id="weblink-tabs" target="_blank" rel="nofollow" onClick="gtag('event','honeywell',{'event_category': 'Company Referrals','event_label': 'News'})">Visit Website <i class="fas fa-external-link-alt"></i></a> </div> </div> <div class="main-company-tabs-wrapper"> <div class="company-content-tab section topSection"> <div class="container"> <div class="article-header"> <!--<div class="callout companyPost"> <a href="https://www.defenseadvancement.com/dsei-networking-event-registration/?signup_src=callout" target="_blank"><img src="/wp-content/uploads/2023/09/dsei.png" /><span>Join Defense Advancement and BAE Systems Digital Intelligence for an exclusive networking event at DSEI 2023, London. Find out more »</span></a> </div>--> <h1> New IMU’s Deliver Precise Pointing, Stabilization and Navigation </h1> <style> .sponsorMeta { display: flex; flex-direction: row; height: 50px; line-height: 50px; color: #666; height: 50px; margin-top: 15px } .sponsorMeta span { margin-right: 15px } span.news-time a { color: #333 } </style> <span id="news-slug" style="display:none">honeywell</span> <span id="post-type" style="display:none">News</span> <span class="news-time"> <strong>Feature Article</strong> by Honeywell</span> </div> <div class="col-md-8 content-wrapper"> <div id="article-content"> <!-- Featured Image for articles --> <style> .actions-title { display: block; margin-bottom: 10px } .news-share-wrapper { display: flex; flex-direction: row } .li-follow-wrapper { padding-right: 25px; border-right: solid 1px #ddd; margin-right: 25px } </style> <!-- Sharing icons --> <div class="inline-share"> <div class="news-share-wrapper"> <div class="li-follow-wrapper"> <span class="actions-title">Follow DA</span> <script type="rocketlazyloadscript" data-rocket-src="https://platform.linkedin.com/in.js" data-rocket-type="text/javascript"> lang: en_US </script> <script type="IN/FollowCompany" data-id="71169738" data-counter="bottom"></script> </div> <div class="share-wrapper"> <span class="actions-title">Share this</span> <a href="http://www.linkedin.com/shareArticle?url=https://www.defenseadvancement.com/feature/new-imus-deliver-precise-pointing-stabilization-and-navigation/&title=New IMU’s Deliver Precise Pointing, Stabilization and Navigation&source=https://www.defenseadvancement.com/feature/new-imus-deliver-precise-pointing-stabilization-and-navigation/" target="_blank" class="share-btn linkedin"> <i class="fab fa-linkedin-in"></i> </a> <a href="http://twitter.com/share?url=https://www.defenseadvancement.com/feature/new-imus-deliver-precise-pointing-stabilization-and-navigation/&text=New IMU’s Deliver Precise Pointing, Stabilization and Navigation&via=defenseadvance" target="_blank" class="share-btn twitter"> <i class="fab fa-twitter"></i> </a> <a href="http://www.facebook.com/sharer/sharer.php?u=https://www.defenseadvancement.com/feature/new-imus-deliver-precise-pointing-stabilization-and-navigation/" target="_blank" class="share-btn facebook"> <i class="fab fa-facebook-f"></i> </a> <a href="http://reddit.com/submit?url=https://www.defenseadvancement.com/feature/new-imus-deliver-precise-pointing-stabilization-and-navigation/&title=New IMU’s Deliver Precise Pointing, Stabilization and Navigation" target="_blank" class="share-btn reddit"> <i class="fab fa-reddit-alien"></i> </a> <!-- Email --> <a href="/cdn-cgi/l/email-protection#a59ad6d0c7cfc0c6d198ebc0d285ece8f047253cd685e1c0c9ccd3c0d785f5d7c0c6ccd6c085f5cacccbd1cccbc28985f6d1c4c7ccc9ccdfc4d1cccacb85c4cbc185ebc4d3ccc2c4d1cccacb83c7cac1dc98ec85c3cad0cbc185d1cdccd685c2d7c0c4d185c4d7d1ccc6c9c09f85cdd1d1d5d69f8a8ad2d2d28bc1c0c3c0cbd6c0c4c1d3c4cbc6c0c8c0cbd18bc6cac88ac3c0c4d1d0d7c08acbc0d288ccc8d0d688c1c0c9ccd3c0d788d5d7c0c6ccd6c088d5cacccbd1cccbc288d6d1c4c7ccc9ccdfc4d1cccacb88c4cbc188cbc4d3ccc2c4d1cccacb8a" target="_blank" class="share-btn email"> <i class="far fa-envelope"></i> </a> <style> @media (max-width: 470px) { .share-btn.facebook, .share-btn.reddit { display: none; } } </style> </div> </div> </div> <!-- the main content --> <p><strong>In this article, <a href="https://aerospace.honeywell.com/">Honeywell</a> discusses its new Inertial Measurement Units (IMUs), setting a high standard for accuracy and stability in aerospace navigation, merging its technology with Civitanavi’s Fiber Optic Gyroscopes (FOGs) to create a solution that meets both military and commercial needs.</strong></p> <p><a href="https://aerospace.honeywell.com/"><img fetchpriority="high" decoding="async" class=" wp-image-49227 aligncenter" src="https://www.defenseadvancement.com/wp-content/uploads/2023/10/Honeywell-new-IMUs-deliver-precise-pointing-stabilization-and-navigation-300x167.png" alt="Honeywell new IMU's deliver precise pointing, stabilization and navigation" width="888" height="494" srcset="https://www.defenseadvancement.com/wp-content/uploads/2023/10/Honeywell-new-IMUs-deliver-precise-pointing-stabilization-and-navigation-300x167.png 300w, https://www.defenseadvancement.com/wp-content/uploads/2023/10/Honeywell-new-IMUs-deliver-precise-pointing-stabilization-and-navigation-1024x569.png 1024w, https://www.defenseadvancement.com/wp-content/uploads/2023/10/Honeywell-new-IMUs-deliver-precise-pointing-stabilization-and-navigation-768x427.png 768w, https://www.defenseadvancement.com/wp-content/uploads/2023/10/Honeywell-new-IMUs-deliver-precise-pointing-stabilization-and-navigation-190x106.png 190w, https://www.defenseadvancement.com/wp-content/uploads/2023/10/Honeywell-new-IMUs-deliver-precise-pointing-stabilization-and-navigation.png 1134w" sizes="(max-width: 888px) 100vw, 888px" /></a></p> <hr /> <p>Whether they are helping a pilot navigate by the stars, steadying an imaging system on an unmanned aerial vehicle or stabilizing a radar antenna, HG2800 fiber optic gyro (FOG) inertial measurement units (IMUs) are raising the bar on accuracy, reliability and affordability for a wide range of applications.</p> <p>“HG2800 IMUs are the first products developed under Honeywell’s year-old agreement with Civitanavi Systems,” said Brittan Brandt, Honeywell Director of Offering Management for inertial systems. “We’re very excited about these new offerings, which will give customers the performance they need to meet their most challenging precision pointing, stabilization and navigation needs.”</p> <p>“This is our first IMU in this class to use a closed-loop FOG design to provide greater dynamic range and scale-factor linearity for more precise measurement,” she continued. “We have achieved a quantum leap in performance by using Civitanavi FOGs with the Honeywell silicon micro-electromechanical systems (MEMS) accelerometers, which deliver near navigation-level capabilities previously available only with quartz-based accelerometers.”</p> <p>“The ready-now HG2800 IMUs are an affordable alternative for applications requiring this high level of performance and reliability,” Brandt added.</p> <p><strong>International and EU-Specific Versions Meet Customer Needs</strong></p> <p>In fact, the new HG2802 IMU uses an accelerometer that is three times faster with twice the dynamic range of alternatives in its performance class. The HG2802 is the international version of the groundbreaking IMU, which is available now for customers without any ITAR restrictions. The HG2801 is the European Union indigenously manufactured version of the product.</p> <p>Both are ideal for commercial, industrial and military users needing high performance and lower cost in an IMU that is also smaller (3.5×3.29 inches), lighter (1.65 pounds) and less power-hungry than competing FOG based options.</p> <p>“The HG2800 IMUs were developed with customer requirements in mind, including the need for high bandwidth, low data latency and low noise,” Brandt said. “In fact, since there are no moving parts, these IMUs are acoustically silent which makes them perfect for applications where sound or vibrations could interfere with operations or lead to detection under water.”</p> <p><strong>HG2800 Points the Way for Celestial Aided Alternative Navigation</strong></p> <p>The HG2800 IMU is ready to help Honeywell put a new twist on the age-old science of celestial navigation, according to Ben Mohr, Honeywell Offering Director for alternative navigation products.</p> <p>“Mariners have been navigating by the stars for thousands of years and Honeywell has been working on celestial navigation for almost a decade,” he said. “Our goal is to provide pilots with highly accurate position data when GPS signals are either jammed or unavailable. Instead of a sextant we use an infrared-band telescope to take sightings of stars and resident space objects, like satellites and space debris.”</p> <p>The celestial navigation team sees the H2800 as a true game-changer for their groundbreaking technology, Mohr said: “Finding and fixing on the right object in space takes an extraordinary level of precision. Being off by just a few arcseconds can affect the algorithms used to calculate the aircraft’s position. The new FOG-based IMU is extremely reliable and doesn’t cause noise jitter, which can affect accuracy. With this IMU our celestial navigation system is able to achieve 25-meter accuracy.</p> <p>Development continues on the Honeywell celestial aided alternative navigation system and flight tests using the HG2800 IMU are scheduled to begin in 2024. In addition, Honeywell continues to work with other potential customers on a broad range of potential applications for the HG2800.</p> </div> <style> .specTable { margin: 20px 0 35px } .tableRow { display: flex; flex-direction: row; border-bottom: solid 1px #ddd; font-size: 18px; padding: 5px 0; } .tableRow:last-child { border: none } .tableCellTitle { font-weight: bold; width: 40% } .tableCellData { width: 60% } .featured-specs { display: flex; flex-direction: row; border-top: dashed 1px #ddd; align-items: stretch; padding-top: 15px; margin-top: 35px } .featured-specs .featuredSpec { flex-grow: 1; display: flex; flex-direction: column } .featured-specs .featuredSpec-title { font-size: 16px; font-weight: bold; } .featured-specs .featuredSpec-data { font-weight: normal; font-size: 20px } body.project_post .article-header { padding-bottom: 15px } body.project_post .chapter-toc ul { list-style: none; padding: 0; margin: 0; } </style> <!-- Supplier stuff after the article --> <div class="company-article-contact"> <img src="https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-logo.png"> <span>To learn more, contact Honeywell Aerospace Technologies:</span> <a href="https://aerospace.honeywell.com/?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense" class="cta-rounded cta-blue" target="_blank" rel="nofollow" onClick="gtag('event','honeywell',{'event_category': 'Company Referrals','event_label': 'News'})">Visit Website <i class="fas fa-external-link-alt"></i></a> <a href="https://aerospace.honeywell.com/us/en/support-and-resources/contact-us?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense" target="_blank" class="cta-rounded cta-outline send-inquiry" onClick="gtag('event','honeywell',{'event_category': 'Company Referrals','event_label': 'News Contact Link'})"><i class="fas fa-envelope"></i> Send Message</a> <a href="https://www.defenseadvancement.com/company/honeywell/" class="cta-rounded cta-outline">View Supplier Profile</a> </div> <!-- Footer sharing icons --> <div class="news-meta share"> <span class="footer-share" style="display:block; float:none">Share this</span> <a href="http://www.linkedin.com/shareArticle?url=https://www.defenseadvancement.com/feature/new-imus-deliver-precise-pointing-stabilization-and-navigation/&title=New IMU’s Deliver Precise Pointing, Stabilization and Navigation&source=https://www.defenseadvancement.com/feature/new-imus-deliver-precise-pointing-stabilization-and-navigation/" target="_blank" class="share-btn linkedin"> <i class="fab fa-linkedin-in"></i> </a> <a href="http://twitter.com/share?url=https://www.defenseadvancement.com/feature/new-imus-deliver-precise-pointing-stabilization-and-navigation/&text=New IMU’s Deliver Precise Pointing, Stabilization and Navigation&via=defenseadvance" target="_blank" class="share-btn twitter"> <i class="fab fa-twitter"></i> </a> <a href="http://www.facebook.com/sharer/sharer.php?u=https://www.defenseadvancement.com/feature/new-imus-deliver-precise-pointing-stabilization-and-navigation/" target="_blank" class="share-btn facebook"> <i class="fab fa-facebook-f"></i> </a> <a href="http://reddit.com/submit?url=https://www.defenseadvancement.com/feature/new-imus-deliver-precise-pointing-stabilization-and-navigation/&title=New IMU’s Deliver Precise Pointing, Stabilization and Navigation" target="_blank" class="share-btn reddit"> <i class="fab fa-reddit-alien"></i> </a> <!-- Email --> <a href="/cdn-cgi/l/email-protection#bb84c8ced9d1ded8cf86f5decc9bf2f6ee593b22c89bffded7d2cddec99bebc9ded8d2c8de9bebd4d2d5cfd2d5dc979be8cfdad9d2d7d2c1dacfd2d4d59bdad5df9bf5dacdd2dcdacfd2d4d59dd9d4dfc286f29bddd4ced5df9bcfd3d2c89bdcc9dedacf9bdac9cfd2d8d7de819bd3cfcfcbc8819494cccccc95dfdeddded5c8dedadfcddad5d8ded6ded5cf95d8d4d694dddedacfcec9de94d5decc96d2d6cec896dfded7d2cddec996cbc9ded8d2c8de96cbd4d2d5cfd2d5dc96c8cfdad9d2d7d2c1dacfd2d4d596dad5df96d5dacdd2dcdacfd2d4d594" target="_blank" class="share-btn email"> <i class="far fa-envelope"></i> </a> <style> @media (max-width: 470px) { .share-btn.facebook, .share-btn.reddit { display: none; } } </style> </div> <!-- Author Box --> <author style="display:none"> <div id="author-bio"> <div class="author-image"> <img src=""> </div> <div class="author-details"> <span class="above-author-name">Posted by</span> <span class="author-name">Joseph Macey</span> <span class="author-bio"></span> <span class="connect-heading">Connect & Contact</span> <ul> <li>E: <a href="/cdn-cgi/l/email-protection#d2"></a></li> <li>T: </li> <li><a href="" target="_blank">LinkedIn</a></li> </ul> </div> <div style="clear:both"> </div> </div> </author> <!-- Mailchimp eBrief Signup XXX = COMMENTED OUT OF THIS PAGE--> <!-- Mailchimp eBrief Signup END--> <!-- Related Posts --> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="rocketlazyloadscript"> // Script to insert Category Signpost into the artcle body after X paragraphs var categoryContent = document.getElementById('category-signpost-inline'); var paragraphs = document.querySelectorAll('#article-content p'); if (categoryContent) { if (paragraphs.length > 2) { let insertAfterIndex = paragraphs.length > 5 ? 3 : 2; // Determine where to insert var paragraph = paragraphs[insertAfterIndex]; // Clone the entire element, retaining its class and attributes var clonedContent = categoryContent.cloneNode(true); // Insert the cloned element into the DOM paragraph.parentNode.insertBefore(clonedContent, paragraph.nextSibling); } // Remove the original element in all cases categoryContent.remove(); } </script> </div> <div class="col-md-4 sidebar-col"> <div class="eb-supplier-profile-card"> <div class="eb-supplier-profile-card__image-wrapper"> <img class="eb-supplier-profile-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-360-Display-1.webp" loading="lazy"> </div> <div class="eb-supplier-profile-card__main"> <button class="eb-add-to-favourites" data-id="36474" add-to-favorites="company"> <span class="eb-add-to-favourites__text not-in-favorites">Save</span> <span class="eb-add-to-favourites__text in-favorites">Saved</span> </button> <a href="https://www.defenseadvancement.com/company/honeywell/" class="eb-supplier-profile-card__logo-wrapper"> <img class="eb-supplier-profile-card__logo" src="https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-logo_sq-300x300.jpg" loading="lazy"> </a> <div class="eb-supplier-profile-card__content js-bookmarkable-card__container"> <div class="eb-card-text-column"> <a class="eb-card-title-1 js-teaser__link" href="https://www.defenseadvancement.com/company/honeywell/" title="Honeywell Aerospace Technologies">Honeywell Aerospace Technologies</a> <p class="eb-typography">Advanced Solutions for Defense Modernization: Propulsion, Sensors, Communication & Augmented Reality Systems</p> </div> </div> <div class="eb-supplier-profile-card__footer"> <div class="eb-supplier-profile-card__contact-info"> <div class="eb-supplier-profile-card__contact-item eb-supplier-profile-card__address-wrapper"> <div> <span class="eb-supplier-profile-card__address">1944 East Sky Harbor Circle Phoenix, AZ 85034</span> <span class="eb-supplier-profile-card__country">United States of America</span> <a href="https://www.defenseadvancement.com/company/honeywell/#offices" class="eb-supplier-profile-card__offices">Regional Offices</a> </div> </div> </div> <div class="eb-supplier-profile-card__ctas"> <div class="eb-button-group"> <a class="eb-button " href="https://aerospace.honeywell.com/?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense" target="_blank" onClick="gtag('event','honeywell',{'event_category': 'Company Referrals','event_label': 'News'})">Visit Website</a> <a class="eb-button eb-button--secondary" href="https://aerospace.honeywell.com/us/en/support-and-resources/contact-us?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense" target="_blank" onClick="gtag('event','honeywell',{'event_category': 'Company Referrals','event_label': 'Profile Contact Link'})">Contact</a> </div> </div> </div> </div> </div> </div> </div> </div> <!-- Products Tab Content ================================================================================================================== --> <div class="company-content-tab eb-section eb-section--light ebt-post-products"> <div class="eb-container"> <div class="eb-section-header"> <h2 class="eb-section-headline">Products from Honeywell Aerospace Technologies</h2> </div> <div class="ebt-post-products__cards has-5-cards"> <div class="ebt-post-products__item"> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="70551" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2025/01/Honeywell-250kW-Generator.jpg" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/honeywell/250kw-generator/" title="250kW Generator">250kW Generator</a> <p class="eb-typography">Compact high-efficiency generator with industry-leading power density</p> </div> </div> </div> </div> </div> </div> <div class="ebt-post-products__item"> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="36519" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-360-Wearable-display-1024x1024.jpg" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/honeywell/360-display/" title="360 Display">360 Display</a> <p class="eb-typography">Wearable display for enhanced situational awareness</p> </div> </div> </div> </div> </div> </div> <div class="ebt-post-products__item"> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="36522" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2023/03/Embedded-GPS-INS-for-military-aircraft-1024x512.jpg" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/honeywell/h-764-falcn-gps-ins/" title="H-764 & FALCN GPS/INS">H-764 & FALCN GPS/INS</a> <p class="eb-typography">Embedded GPS-aided INS (EGI) for military aircraft</p> </div> </div> </div> </div> </div> </div> <div class="ebt-post-products__item"> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="36523" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell_JetWave_MCX-Wideband-Global-SATCOM-1024x649.jpg" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/honeywell/jetwave-mcx-satcom/" title="Jetwave MCX SATCOM">Jetwave MCX SATCOM</a> <p class="eb-typography">Wideband network-agnostic satellite communications for military and government aircraft</p> </div> </div> </div> </div> </div> </div> <div class="ebt-post-products__item"> <div class="eb-product-card js-teaser"> <div class="eb-product-card__container"> <button class="eb-add-to-favourites" data-id="38056" add-to-favorites="product"></button> <div class="eb-product-card__main"> <div class="eb-product-card__image-wrapper"> <img class="eb-product-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2023/03/IntuVue-RDR-7000-Weather-Radar-System-1024x809.png" loading="lazy"> </div> <div class="eb-product-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/company/honeywell/rdr-7000-airborne-weather-radar-system/" title="RDR-7000 Airborne Weather Radar System">RDR-7000 Airborne Weather Radar System</a> <p class="eb-typography">Weather radar for the harshest of conditions</p> </div> </div> </div> </div> </div> </div> </div> <div id="FavoritItemModalResult"></div> <div class="eb-section-footer"> <a class="eb-button" href="https://www.defenseadvancement.com/company/honeywell/#products">View More Products</a> </div> </div> </div> <!-- Products Tab Content ================================================================================================================== --> <div class="eb-section eb-section--white ebt-post-supplier-articles"> <div class="eb-container"> <div class="eb-section-header"> <h2 class="eb-section-headline">More from Honeywell Aerospace Technologies</h2> </div> <div class="ebt-post-supplier-articles__cards"> <div class="ebt-post-supplier-articles__item"> <div class="eb-post-card js-teaser "> <div class="eb-post-card__main"> <div class="eb-post-card__image-wrapper"> <img class="eb-post-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2024/11/chinook-helicopter-1024x569.jpg" loading="lazy"> </div> <div class="eb-post-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/news/honeywell-to-provide-apu-generator-for-chinooks/" title="Honeywell to Provide APU & Generator for Chinooks">Honeywell to Provide APU & Generator for Chinooks</a> <p class="eb-typography">Honeywell's Auxiliary Power Unit (APU) and 35KVA generator system are expected to provide the Chinook helicopters with significantly more power than the current installed system</p> <div class="eb-card-meta"> <div class="eb-card-meta__item is-date">Nov 12, 2024</div> </div> </div> </div> </div> </div> </div> <div class="ebt-post-supplier-articles__item"> <div class="eb-post-card js-teaser "> <div class="eb-post-card__main"> <div class="eb-post-card__image-wrapper"> <img class="eb-post-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2024/11/Honeywell-to-Provide-Antenna-Array-Panels-for-U.S.-Navy-EW-Program.jpg" loading="lazy"> </div> <div class="eb-post-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/news/honeywell-to-provide-antenna-array-panels-for-u-s-navy-ew-program/" title="Honeywell to Provide Antenna Array Panels for U.S. Navy EW Program">Honeywell to Provide Antenna Array Panels for U.S. Navy EW Program</a> <p class="eb-typography">Honeywell is set to provide antenna array panels for the U.S. Navy’s Surface Electronic Warfare Improvement Program (SEWIP) Block 2, enhancing shipboard electronic warfare capabilities</p> <div class="eb-card-meta"> <div class="eb-card-meta__item is-date">Nov 07, 2024</div> </div> </div> </div> </div> </div> </div> <div class="ebt-post-supplier-articles__item"> <div class="eb-post-card js-teaser "> <div class="eb-post-card__main"> <div class="eb-post-card__image-wrapper"> <img class="eb-post-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2024/10/autonomous-capabilities-for-rotorcraft-and-unmanned-aircraft-1024x574.jpg" loading="lazy"> </div> <div class="eb-post-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/news/honeywell-partners-to-enhance-rotorcraft-autonomous-capabilities/" title="Honeywell Partners to Enhance Rotorcraft Autonomous Capabilities">Honeywell Partners to Enhance Rotorcraft Autonomous Capabilities</a> <p class="eb-typography">In the United States Marine Corps (USMC) Aerial Logistics Connector (ALC) program, Leonardo Helicopters, Near Earth Autonomy, and Honeywell will showcase uncrewed rotorcraft capabilities</p> <div class="eb-card-meta"> <div class="eb-card-meta__item is-date">Oct 30, 2024</div> </div> </div> </div> </div> </div> </div> <div class="ebt-post-supplier-articles__item"> <div class="eb-post-card js-teaser "> <div class="eb-post-card__main"> <div class="eb-post-card__image-wrapper"> <img class="eb-post-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2024/10/merlin-pilot-autonomy-1024x592.png" loading="lazy"> </div> <div class="eb-post-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/news/honeywell-partners-with-merlin-on-autonomy-for-military-aircraft/" title="Honeywell Partners with Merlin on Autonomy for Military Aircraft">Honeywell Partners with Merlin on Autonomy for Military Aircraft</a> <p class="eb-typography">Honeywell Anthem avionics will integrate with the Merlin Pilot to reduce pilot workload and enhance flight safety for commercial and military aircraft</p> <div class="eb-card-meta"> <div class="eb-card-meta__item is-date">Oct 22, 2024</div> </div> </div> </div> </div> </div> </div> <div class="ebt-post-supplier-articles__item"> <div class="eb-post-card js-teaser "> <div class="eb-post-card__main"> <div class="eb-post-card__image-wrapper"> <img class="eb-post-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2024/10/U.S.-Army-Awards-Contract-for-Next-Gen-Radar-Altimeter-System.jpg" loading="lazy"> </div> <div class="eb-post-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/news/u-s-army-awards-contract-for-next-gen-radar-altimeter-system/" title="U.S. Army Awards Contract for Next-Gen Radar Altimeter System">U.S. Army Awards Contract for Next-Gen Radar Altimeter System</a> <p class="eb-typography">Honeywell will provide its Next Gen APN-209 system on a variety of U.S. Army aircraft, offering higher reliability and advanced common-core architecture, among other enhancements</p> <div class="eb-card-meta"> <div class="eb-card-meta__item is-date">Oct 16, 2024</div> </div> </div> </div> </div> </div> </div> <div class="ebt-post-supplier-articles__item"> <div class="eb-post-card js-teaser "> <div class="eb-post-card__main"> <div class="eb-post-card__image-wrapper"> <img class="eb-post-card__image" src="https://www.defenseadvancement.com/wp-content/uploads/2024/10/Collaboration-to-Focus-on-Military-Technology-Development.jpg" loading="lazy"> </div> <div class="eb-post-card__content"> <div class="eb-card-text-column"> <a class="eb-card-title-2 js-teaser__link" href="https://www.defenseadvancement.com/news/collaboration-to-focus-on-military-technology-development/" title="Collaboration to Focus on Military Technology Development">Collaboration to Focus on Military Technology Development</a> <p class="eb-typography">Honeywell and Rheinmetall’s MoU includes the development of new systems that leverage the existing capabilities of Honeywell’s 360 Display driver vision system, among other technologies</p> <div class="eb-card-meta"> <div class="eb-card-meta__item is-date">Oct 07, 2024</div> </div> </div> </div> </div> </div> </div> </div> <div class="eb-section-footer"> <a href="https://www.defenseadvancement.com/company/honeywell/#articles" class="eb-button">View More Articles</a> </div> </div> </div> </div> </div> </div> </div> <button onclick="topFunction()" id="myBtn" title="Go to top"><i class="fa fa-angle-up fa-2x"></i></button> <style> #footer-content .ust-description img { max-width: 200px !important; } </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 menu-item-5432"><a href="https://www.defenseadvancement.com/suppliers/">Suppliers</a></li> <li id="menu-item-5429" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent 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 & 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">×</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"></script> <div class='gf_browser_ie gf_browser_ie7 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='/feature/new-imus-deliver-precise-pointing-stabilization-and-navigation/#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" aria-hidden="true" title="This field is hidden when viewing the form"></i><span>This field is hidden when viewing the form</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" aria-hidden="true" title="This field is hidden when viewing the form"></i><span>This field is hidden when viewing the form</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 gform_footer top_label'> <input type='submit' id='gform_submit_button_6' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' value='Join for Free' /> <input type='hidden' name='gform_ajax' value='form_id=6&title=&description=&tabindex=0&theme=gravity-theme' /> <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_6' value='iframe' /> <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_6' id='gform_theme_6' value='gravity-theme' /> <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_6' id='gform_style_settings_6' value='' /> <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' autocomplete='off' class='gform_hidden' name='gform_target_page_number_6' id='gform_target_page_number_6' value='0' /> <input type='hidden' autocomplete='off' 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 } } ); gform.utils.trigger( { event: 'gform/post_render', 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-164"><a class="gofollow" data-track="MTY0LDEwLDEsNjA=" href="http://www.futuresoldiertechnology.com/defenseadvancementbanner" target="_blank"><img src="https://www.defenseadvancement.com/wp-content/uploads/2025/01/D-405-Future-Soldier-Technology-footer.jpg" width="728" height="90"></a></div></div><div class="g g-10"><div class="g-col b-10 a-162"><a class="gofollow" data-track="MTYyLDEwLDEsNjA=" href="http://www.military-space.com/DefenceAdvancementbanner" target="_blank"><img src="https://www.defenseadvancement.com/wp-content/uploads/2025/01/Military-Space-Situational-Awareness-Conference_footer-2025.jpg" width="970" height="90"></a></div></div><div class="g g-10"><div class="g-col b-10 a-165"><a class="gofollow" data-track="MTY1LDEwLDEsNjA=" href="https://uavionix.com/defense/" target="_blank"><img src="https://www.defenseadvancement.com/wp-content/uploads/2025/01/uAvionix_DA_Footer_202502.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_ie gf_browser_ie7 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='/feature/new-imus-deliver-precise-pointing-stabilization-and-navigation/#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" aria-hidden="true" title="This field is hidden when viewing the form"></i><span>This field is hidden when viewing the form</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'>Comments</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 gform_footer top_label'> <input type='submit' id='gform_submit_button_8' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' value='Sign up' /> <input type='hidden' name='gform_ajax' value='form_id=8&title=&description=&tabindex=0&theme=gravity-theme' /> <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_8' value='iframe' /> <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_8' id='gform_theme_8' value='gravity-theme' /> <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_8' id='gform_style_settings_8' value='' /> <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' autocomplete='off' class='gform_hidden' name='gform_target_page_number_8' id='gform_target_page_number_8' value='0' /> <input type='hidden' autocomplete='off' 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 } } ); gform.utils.trigger( { event: 'gform/post_render', 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+/; if (!button) { return; } // 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":"post","leadinPluginVersion":"11.1.75"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://js.hs-scripts.com/1710703.js?integration=WordPress&ver=11.1.75" 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=1739291002" 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=1739291002" 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\/feature\/new-imus-deliver-precise-pointing-stabilization-and-navigation\/"}; /* ]]> */ </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=1739291002" 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=1739291002" 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" src="https://www.defenseadvancement.com/wp-content/themes/UST/assets/js/scripts.js?ver=1739291002" id="EB-scripts-js" async="async" data-wp-strategy="async"></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":49226,"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="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/plugins/megamenu/js/maxmegamenu.js?ver=3.4.1" 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.9.0.5" 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":"£","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":"390c23fee0f6980a6cfd6858459e3306","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":"£","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":"390c23fee0f6980a6cfd6858459e3306","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.9.0.5" 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.9.0.5" 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.9.0.5" 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":"390c23fee0f6980a6cfd6858459e3306"},"ajax":{"ajaxurl":"https:\/\/www.defenseadvancement.com\/wp-admin\/admin-ajax.php","ajax_submission_nonce":"c6fc0b3808","i18n":{"step_announcement":"Step %1$s of %2$s, %3$s","unknown_error":"There was an unknown error processing your request. Please try again."}}}},"hmr_dev":"","public_path":"https:\/\/www.defenseadvancement.com\/wp-content\/mu-plugins\/gravity-forms\/assets\/js\/dist\/","config_nonce":"de6a67e87b"}; /* ]]> */ </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.9.0.5" 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.9.0.5" 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 } } ); gform.utils.trigger( { event: 'gform/post_render', 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 } } ); gform.utils.trigger( { event: 'gform/post_render', 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> <style> .wp-block-image figcaption { margin-top: 0.5em !important; } .register-interest .ginput_container { padding: 10px 0 } .register-interest { padding: 0 20px 20px; border: solid 1px #ccc; margin-bottom: 20px } .register-interest .ginput_container input[type="text"] { padding: 10px } .register-interest .ginput_container input[type="email"] { padding: 10px } </style> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me -->