https://www.flighthelmet.com/index.html

Submitted URL:
https://www.flighthelmet.com/index.html
Report Finished:

The outgoing links identified from the page

LinkText
https://www.facebook.com/Facebook
https://twitter.com/Twitter
https://www.instagram.com/Instagram
https://goo.gl/maps/YKQCbxswyTgPXFV5AGoogle+
https://www.youtube.com/channel/UCsfvkOCTD3irsxlKZasCvqAYouTube

JavaScript Variables · 184 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
json_urlstring
json_nosessionurlstring
Store_Codestring
Session_IDundefined
AJAX_Newfunction
AJAX_Initializefunction
AJAX_Invalid_Sessionfunction

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en" class="js"><head itemscope="" itemtype="http://schema.org/WebSite">
<meta name="google-site-verification" content="gas7u-APOL9kiVPPrpN_01j8SVUnIBgMTrTWAxZLqA8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<base href="https://www.flighthelmet.com/mm5/">
<title itemprop="name">FlightHelmet.com Aviation Flight Helmets</title>
<link rel="preconnect" crossorigin="" href="https://fonts.googleapis.com" data-resource-group="css_list" data-resource-code="preconnect-google-fonts"><link rel="preconnect" crossorigin="" href="https://fonts.gstatic.com" data-resource-group="css_list" data-resource-code="preconnect-gstatic"><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&amp;display=swap" data-resource-group="css_list" data-resource-code="google-fonts"><link type="text/css" media="all" rel="stylesheet" href="css/00000001/b03/combofacets.css?T=5ed6108c" data-resource-group="css_list" data-resource-code="combofacets"><link type="text/css" media="all" rel="stylesheet" href="css/00000001/b03/mailchimp.css?T=378259f1" data-resource-group="css_list" data-resource-code="mailchimp"><link type="text/css" media="all" rel="stylesheet" href="https://www.flighthelmet.com/mm5/json.mvc?Store_Code=FHL&amp;Function=CSSResource_Output&amp;CSSCombinedResource_Code=stylesheet&amp;T=866ec94b" data-resource-group="css_list" data-resource-code="stylesheet"><link rel="preconnect" crossorigin="" href="//www.google-analytics.com" data-resource-group="css_list" data-resource-code="preconnect-google-analytics"><link rel="preconnect" crossorigin="" href="https://www.googletagmanager.com" data-resource-group="css_list" data-resource-code="preconnect-google-tag-manager">
<script type="text/javascript" async="" src="https://www.googletagmanager.com/gtag/js?id=G-0GVWTTJB2K&amp;l=dataLayer&amp;cx=c"></script><script async="" src="https://www.googletagmanager.com/gtm.js?id=GTM-KMJB8R9P"></script><script type="text/javascript">
var json_url = "https:\/\/www.flighthelmet.com\/mm5\/json.mvc\u003F";
var json_nosessionurl = "https:\/\/www.flighthelmet.com\/mm5\/json.mvc\u003F";
var Store_Code = "FHL";
</script>
<script type="text/javascript" src="https://www.flighthelmet.com/mm5/clientside.mvc?T=e2629b3a&amp;Filename=ajax.js" integrity="sha512-BBZRv44owNzVTrxHRKc9dTk8KRRW5eUf/hu7Vb5SQLtxZ+w2sofSBnV8PXGvTy+wxCYpE62+Kei8hUEGWRWAhQ==" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://www.flighthelmet.com/mm5/clientside.mvc?T=e2629b3a&amp;Module_Code=cmp-cssui-searchfield&amp;Filename=runtime.js" integrity="sha512-GT3fQyjPOh3ZvhBeXjc3+okpwb4DpByCirgPrWz6TaihplxQROYh7ilw9bj4wu+hbLgToqAFQuw3SCRJjmGcGQ==" crossorigin="anonymous" async="" defer=""></script>
<script type="text/javascript">
var MMSearchField_Search_URL_sep = "https:\/\/www.flighthelmet.com\/SRCH.html\u003FSearch=";
(function( obj, eventType, fn )
{
if ( obj.addEventListener )
{
obj.addEventListener( eventType, fn, false );
}
else if ( obj.attachEvent )
{
obj.attachEvent( 'on' + eventType, fn );
}
})( window, 'mmsearchfield_override', function()
{
/**
* This function allows you to prepend or append code to an existing function.
* https://stackoverflow.com/questions/9134686/adding-code-to-a-javascript-function-programmatically
*/
function functionExtender(container, funcName, prepend, append) {
(() => {
let cachedFunction = container[funcName];
container[funcName] = function (...args) {
if (prepend) {
prepend.apply(this);
}
let result = cachedFunction.apply(this, args);
if (append) {
append.apply(this);
}
return result;
};
})();
}
/**
* This controls what happens when you click TAB on a selected search item.
*/
functionExtender(
MMSearchField.prototype,
'Event_Keydown',
() => {},
function () {
let tabTarget = this.selected_item;
if (tabTarget !== null) {
if (event.keyCode === 9 && tabTarget !== this.menu_item_storesearch) {
this.element_search.value = tabTarget.childNodes[0].getAttribute('data-search');
}
}
}
);
MMSearchField.prototype.onMenuAppendHeader = () => null;
MMSearchField.prototype.onMenuAppendItem = data => {
let searchResult;
searchResult = newElement('li', {'class': 'x-search-preview__entry'}, null, null);
searchResult.innerHTML = data;
searchResult.setAttribute('aria-selected', 'false');
searchResult.setAttribute('role', 'option');
return searchResult;
};
MMSearchField.prototype.Menu_Item_Select = function (item) {
this.selected_item = item;
this.menu_items.forEach(menuItem => {
menuItem.setAttribute('aria-selected', 'false');
});
if (item !== null) {
this.selected_item.className = classNameAdd(this.selected_item, 'mm_searchfield_menuitem_selected');
this.selected_item.setAttribute('aria-selected', 'true');
}
};
MMSearchField.prototype.onMenuAppendStoreSearch = search_value => {
let searchAll;
searchAll = newElement('li', {'class': 'x-search-preview__search-all'}, null, null);
searchAll.element_text = newTextNode(`Search store for product "${search_value}"`, searchAll);
searchAll.setAttribute('aria-selected', 'false');
searchAll.setAttribute('role', 'option');
return searchAll;
};
MMSearchField.prototype.Menu_Show = function () {
if (this.menu_visible) {
return;
}
this.menu_visible = true;
this.element_menu.classList.add('x-search-preview--open');
}
MMSearchField.prototype.Menu_Hide = function () {
if (!this.menu_visible) {
return;
}
this.menu_visible = false;
this.element_menu.classList.remove('x-search-preview--open');
}
MMSearchField.prototype.onFocus = () => null;
MMSearchField.prototype.onBlur = () => null;
} );
</script>
<script type="text/javascript" src="https://www.flighthelmet.com/mm5/clientside.mvc?T=e2629b3a&amp;Filename=runtime_ui.js" integrity="sha512-o/6sCzlVTuR6jha2y2HE0FRWjCuPjJp9756HjUITHHOC8xIUhPo9ArmxCCKSfGUpzLbWEPRuLJ22xCAPoa4bCg==" crossorigin="anonymous" async="" defer=""></script><link rel="shortcut icon" type="image/png" href="/mm5/favicon.ico">
<link rel="canonical" href="https://www.flighthelmet.com/index.html" itemprop="url">



<meta name="description" content="Flight Helmet specializes in the sales and service of aviation flight helmets,">
<meta name="keywords" content="flight helmet, flight helmets, helicopter helmet, helicopter helmets, aviation flight helmet, aviation helmets, pilot helmet, pilot helmets, flight helmet bag, helmet services, ANR, Oxygen Mask, CEP,  fighter pilot helmet, aviator helmet, aviation helmet, flying helmet, fighter pilot helmet for sale,  flight helmet for sale, flighthelmet.com, flighthelmet,  flight helmets.com, flight medic helmet, flight paramedic helmet">
<script type="text/javascript" src="scripts/00000001/b03/runtime_combofacets.js?T=5fffa81b" data-resource-group="head_tag" data-resource-code="runtimecombofacets"></script><script type="text/javascript" src="scripts/00000001/b03/mailchimp.js?T=2d3c0f81" data-resource-group="head_tag" data-resource-code="mailchimp"></script><script data-resource-group="head_tag" data-resource-code="GTM-head-tag">(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-KMJB8R9P');</script><script data-resource-group="head_tag" data-resource-code="GTM-dataLayer">
var dataLayer = dataLayer || [];
dataLayer.push({
canonicalUri: '\/SFNT.html',
canonicalUrl: 'https:\/\/www.flighthelmet.com\/SFNT.html',
category: {
code: '',
name: ''
},
global: {
action: '',
basket: {
basketId: '21356688'
},
categoryCode: '',
function: '',
moduleFunction: '',
productCode: '',
screen: 'SFNT',
uiException: ''
},
page: {
code: 'SFNT',
name: 'Storefront'
},
product: {
code: '',
name: '',
sku: ''
}
});
window.addEventListener('DOMContentLoaded', () => {
document.querySelectorAll('form').forEach(form => {
if (form.getAttribute('name')?.length) {
return;
}
const identifier = form.elements?.Action?.value ?? form.dataset?.hook ?? form.querySelector('legend')?.innerText;
if (identifier?.length) {
form.name = identifier;
}
});
});
window.addEventListener('DOMContentLoaded', () => {
let timeoutId;
const debouncedSearch = (e) => {
clearTimeout(timeoutId);
timeoutId = setTimeout(() => {
const search_term = e?.target?.value;
if (!search_term?.length) {
return;
}
dataLayer.push({
event: 'search',
search_term
});
}, 500);
};
const searchInputs = document.querySelectorAll('input[name="Search"]');
searchInputs.forEach(input => {
input.addEventListener('input', debouncedSearch)
});
});
class MMXPromotionTracker {
constructor() {
window.addEventListener('DOMContentLoaded', () => {
this.init();
});
}
init() {
this.promotions = document.querySelectorAll('[data-flex-item]');
if (!this.promotions.length) {
return;
}
this.promotionObserver = new IntersectionObserver((entries) => {
this.observedCallback(entries);
}, {threshold: [0.75]});
this.promotions.forEach((promotion, i) => {
this.promotionObserver.observe(promotion);
promotion.addEventListener('click', (e) => {
this.promotionClicked(promotion, e);
});
});
}
promotionClicked(promotion, e){
let clickedLink = false;
let products = [];
let clickedHero;
e.composedPath().forEach(item => {
if (item.nodeName === 'A' || (item.nodeName === 'MMX-HERO' && item.dataset?.href?.length)) {
clickedLink = true;
}
if (item.nodeName === 'MMX-HERO') {
clickedHero = item;
} else if (item.nodeName === 'MMX-PRODUCT-CAROUSEL') {
const clickedProductIndex = [...item.shadowRoot.querySelectorAll('mmx-hero[slot="hero_slide"]')].findIndex(heroSlide => heroSlide === clickedHero);
products = [item?.products[clickedProductIndex]];
} else if (item.nodeName === 'MMX-FEATURED-PRODUCT') {
products = [item?.product];
}
});
if (clickedLink) {
this.trackPromotion('select_promotion', promotion, products);
}
};
trackPromotion(event, item, products = []) {
dataLayer.push({ ecommerce: null });
dataLayer.push({
event,
ecommerce: {
creative_name: item.getAttribute('data-flex-item'),
creative_slot: [...this.promotions].findIndex(promotion => promotion === item) + 1,
items: this.productsToEcommerceItems(products),
promotion_id: item.getAttribute('data-flex-component')
}
});
};
observedCallback(entries) {
entries.forEach((entry, entryIndex) => {
if (!entry.isIntersecting) {
return;
}
this.trackPromotion('view_promotion', entry.target, entry.target?.products);
});
};
productsToEcommerceItems(products = []) {
if (!products?.length) {
return [];
}
return products.map((item, i) => {
return {
item_id: item.code,
item_name: item.name,
item_sku: item?.sku,
index: i,
price: item.price,
discount: item.base_price - item.price,
quantity: 1
}
});
}
}
new MMXPromotionTracker();
</script>
</head>
<body id="js-SFNT" class="o-site-wrapper t-page-sfnt">
<div id="mini_basket" class="readytheme-contentsection" hidden="">
<section class="x-mini-basket" data-hook="mini-basket" data-item-count="0" data-subtotal="" aria-modal="true" tabindex="-1">
<div class="x-mini-basket__content u-bg-white" data-hook="mini-basket__content" aria-describedby="mb-description" aria-label="Your Cart Summary" role="dialog" tabindex="0">
<header>
<div class="x-mini-basket__header">
<strong id="mb-description" class="x-mini-basket__summary">Your Cart (0)</strong>
<button class="u-icon-cross" data-hook="close-mini-basket" aria-label="Close the Mini-Basket"></button>
</div>
</header>
<script>
function continueShopping(link) {
if (sessionStorage.getItem('continue_url')) {
link.href = sessionStorage.getItem('continue_url');
}
}
</script>
<footer class="x-mini-basket__footer u-text-center">
<p class="x-mini-basket__empty-icon u-bg-gray-100" aria-hidden="true">
<svg width="31.972" height="32.562" xmlns="http://www.w3.org/2000/svg">
<defs>
<clipPath id="a">
<path d="M0 0h31.972v32.562H0z"></path>
</clipPath>
</defs>
<g clip-path="url(#a)">
<path d="M31.158 12.03h-5.765v1.631h4.679l-2.749 9.351H10.482l-2.745-9.351h4.148V12.03H7.258l-1-3.4a.815.815 0 0 0-.781-.584H.788a.817.817 0 0 0 0 1.633h4.084l.976 3.336a.58.58 0 0 0 .033.115l3.21 10.933a.814.814 0 0 0 .781.585h18.057a.817.817 0 0 0 .8-.644l3.212-10.931a.8.8 0 0 0 .031-.217v-.022a.814.814 0 0 0-.814-.805M23.711 25.782a3.39 3.39 0 0 0-.034 6.779h.059a3.39 3.39 0 0 0-.025-6.779m1.244 4.629a1.755 1.755 0 1 1 .512-1.24 1.755 1.755 0 0 1-.512 1.24M14.092 25.782a3.39 3.39 0 0 0-.034 6.779h.059a3.39 3.39 0 0 0-.025-6.779m1.244 4.629a1.755 1.755 0 1 1 .512-1.24 1.755 1.755 0 0 1-.512 1.24"></path>
<path d="M23.706 12.361 22.647 11.3l-3.253 3.251V0h-1.509v14.553l-3.25-3.253-1.059 1.059 5.065 5.065 5.065-5.063z"></path>
</g>
</svg>
</p>
<br>
<p class="c-heading--subheading--small">Your Cart is Empty</p>
<p class="t-input-font-size">Add items to get started</p>
<br>
<a class="c-button c-button--full u-text-medium" href="https://www.flighthelmet.com/index.html" onclick="continueShopping(this);">Continue Shopping</a>
</footer>

</div>
</section>
</div>
<header class="t-site-header u-bg-white" data-hook="site-header">
<div id="fasten_header" class="readytheme-contentsection">
<section class="o-layout o-layout--align-center o-layout--wide x-fasten-header " data-hook="fasten-header" aria-hidden="true">
<div class="o-layout__item u-width-2 u-text-left t-site-header__logo">
<a href="https://www.flighthelmet.com/index.html" title="FlightHelmet.com" rel="nofollow" tabindex="-1">
<img class="x-fasten-header__logo-image" src="graphics/00000001/18/FH_LOGO_TEXT_ONLY_Blk_edited.jpg" alt="FlightHelmet.com" loading="lazy" width="332" height="27">
</a>
</div>
<div class="o-layout__item u-width-3 u-width-2--xl x-fasten-header__navigation">
<details class="x-fasten-header__navigation-element" tabindex="-1">
<summary tabindex="-1"><span>Shop Categories</span></summary>
<nav>
<ul class="x-fasten-header__navigation-list">
<li class="x-fasten-header__navigation-item">
<a class="x-fasten-header__navigation-link" href="https://www.flighthelmet.com/category/FHT.html" tabindex="-1">Fixed Wing Flight Helmets</a>
</li>
<li class="x-fasten-header__navigation-item">
<a class="x-fasten-header__navigation-link" href="https://www.flighthelmet.com/category/HHX.html" tabindex="-1">Rotary Wing Helicopter Flight Helmets</a>
</li>
<li class="x-fasten-header__navigation-item">
<a class="x-fasten-header__navigation-link" href="https://www.flighthelmet.com/category/FHVG.html" tabindex="-1">Vintage Helmets</a>
</li>
<li class="x-fasten-header__navigation-item">
<a class="x-fasten-header__navigation-link" href="https://www.flighthelmet.com/category/FHAC.html" tabindex="-1">Helmet Parts &amp; Accessories</a>
</li>
<li class="x-fasten-header__navigation-item">
<a class="x-fasten-header__navigation-link" href="https://www.flighthelmet.com/category/AVPT.html" tabindex="-1">Avionics and Communications</a>
</li>
<li class="x-fasten-header__navigation-item">
<a class="x-fasten-header__navigation-link" href="https://www.flighthelmet.com/CTLG.html" tabindex="-1">Shop All</a>
</li>

</ul>
</nav>
</details>
</div>
<div class="o-layout__item u-width-4">
<form class="t-site-header__search-form" method="post" action="https://www.flighthelmet.com/SRCH.html" name="Product Search">
<fieldset>
<legend>Product Search</legend>
<div class="c-form-list">
<div class="c-form-list__item c-form-list__item--full c-control-group u-flex">
<span class="u-bg-white u-color-gray-50 u-icon-search t-site-header__search-icon" aria-hidden="true"></span>
<input class="c-form-input c-control-group__field u-bg-transparent u-border-none t-site-header__search-field" data-mm_searchfield="Yes" data-mm_searchfield_id="x-search-preview--fasten" type="search" name="Search" value="" placeholder="Search" autocomplete="off" required="" aria-label="Secondary Product Search" tabindex="-1">
<button class="c-button c-control-group__button u-bg-transparent u-color-gray-50 u-border-none t-site-header__search-button" type="submit" aria-label="Perform Secondary Product Search" tabindex="-1">Search</button>
</div>
</div>
</fieldset>
<span class="x-search-preview u-color-gray-50" data-mm_searchfield_menu="Yes" data-mm_searchfield_id="x-search-preview--fasten"></span>
</form>
</div>
<div class="o-layout__item u-flex u-width-3 u-width-4--xl t-site-header__masthead-links">

<a href="https://www.flighthelmet.com/LOGN.html" class="t-global-account-toggle" tabindex="-1">
Sign In <span class="u-icon-chevron-down" aria-hidden="true"></span>
</a>

<a class="t-site-header__basket-link" data-hook="open-mini-basket" aria-label="Open Mini-Basket" href="https://www.flighthelmet.com/BASK.html" tabindex="-1">

<span class="u-icon-cart-empty" aria-hidden="true"></span>

<span class="t-site-header__basket-link-quantity" data-hook="mini-basket-count">0</span>
</a>
</div>
</section>
</div>
<section class="t-site-header__top-navigation u-bg-gray-100">
<div class="o-wrapper o-wrapper--flush">
<div class="o-layout o-layout--flush">
<div class="o-layout__item u-bg-gray-100 u-width-12 u-width-4--l u-width-7--w u-text-center u-text-left--l">
</div>
<div class="o-layout o-layout--align-center o-layout__item u-hidden u-flex--l u-width-8--l u-width-5--w t-site-header__links">
<div class="o-layout__item u-bg-gray-100">
<div class="x-transfigure-navigation__footer">
<a class="x-transfigure-navigation__footer-link u-hidden--l" href="https://www.flighthelmet.com/LOGN.html">Sign In</a>
<a class="x-transfigure-navigation__footer-link" href="https://www.flighthelmet.com/ABUS.html">About Us</a>
<a class="x-transfigure-navigation__footer-link" href="https://www.flighthelmet.com/CTUS.html">Contact Us</a>
</div>
</div>
<div class="o-layout__item u-bg-gray-100 u-text-center">
800-531-4898
</div>
</div>
</div>
</div>
</section>
<section class="o-wrapper o-wrapper--flush">
<div class="o-layout o-layout--align-center o-layout--flush t-site-header__masthead">
<div class="o-layout__item o-layout--justify-between u-flex u-width-3 u-width-1--m u-hidden--l ">
<button class="c-button c-button--flush c-button--full u-bg-white u-border-none u-color-black u-font-large u-icon-menu" data-hook="open-main-menu" aria-label="Open Menu"></button>
<button class="c-button c-button--flush c-button--full u-bg-white u-border-none u-color-black u-font-large u-icon-search" data-hook="open-header-search" aria-label="Open Search Form"></button>
</div>
<div class="o-layout__item u-width-6 u-width-10--m u-width-6--l u-width-7--xl u-text-center u-text-left--l t-site-header__logo">
<a href="https://www.flighthelmet.com/index.html" title="FlightHelmet.com">
<img src="graphics/00000001/18/FH_LOGO_TEXT_ONLY_Blk_edited.jpg" alt="FlightHelmet.com" loading="lazy" width="332" height="27">
</a>
</div>
<div class="o-layout__item u-width-3 u-width-1--m u-hidden--l u-text-right ">
<a class="t-site-header__basket-link" data-hook="open-mini-basket" aria-label="Open Mini-Basket" href="https://www.flighthelmet.com/BASK.html">
<span class="u-icon-cart-empty" aria-hidden="true"></span>
<span class="t-site-header__basket-link-quantity" data-hook="mini-basket-count">0</span>
</a>
</div>
<div class="o-layout__item u-width-12 u-width-3--l t-site-header__search " data-hook="site-header__search" itemscope="" itemtype="http://schema.org/WebSite">
<meta itemprop="url" content="//www.flighthelmet.com/">
<form class="t-site-header__search-form" method="post" action="https://www.flighthelmet.com/SRCH.html" itemprop="potentialAction" itemscope="" itemtype="http://schema.org/SearchAction" name="Product Search">
<fieldset>
<legend>Product Search</legend>
<div class="c-form-list">
<div class="c-form-list__item c-form-list__item--full c-control-group u-flex">
<meta itemprop="target" content="https://www.flighthelmet.com/SRCH.html?q={Search}">
<span class="u-bg-white u-color-gray-50 u-icon-search t-site-header__search-icon" aria-hidden="true"></span>
<input class="c-form-input c-control-group__field u-bg-transparent u-border-none t-site-header__search-field" data-mm_searchfield="Yes" data-mm_searchfield_id="x-search-preview" type="search" name="Search" value="" placeholder="Search" autocomplete="off" required="" itemprop="query-input" aria-label="Product Search">
<button class="c-button c-control-group__button u-bg-transparent u-color-gray-50 u-border-none u-icon-search t-site-header__search-button" type="submit" aria-label="Search"></button>
</div>
</div>
</fieldset>
<ul class="x-search-preview" data-mm_searchfield_menu="Yes" data-mm_searchfield_id="x-search-preview" role="listbox"></ul>
</form>
</div>
<div class="o-layout__item u-hidden u-flex--l u-width-3--l u-width-2--xl t-site-header__masthead-links ">
<a href="https://www.flighthelmet.com/LOGN.html" class="t-global-account-toggle" data-a11y-toggle="global-account" data-hook="global-account">
Sign In <span class="u-icon-chevron-down" aria-hidden="true"></span>
</a>
<div id="global_account" class="x-collapsible-content">
<div id="global-account" class="u-over-everything x-collapsible-content__item t-global-account">
<form class="t-global-account__form" method="post" action="https://www.flighthelmet.com/index.html" autocomplete="off" name="LOGN">
<fieldset>
<legend>Global Account Log In</legend>
<input type="hidden" name="Action" value="LOGN">
<input type="hidden" name="Per_Page" value="">
<input type="hidden" name="Sort_By" value="">
<div class="c-form-list">
<div class="c-form-list__item c-form-list__item--full">
<label class="u-hide-visually" for="global-Customer_LoginEmail">Email Address</label>
<input id="global-Customer_LoginEmail" class="c-form-input c-form-input--large" type="text" inputmode="email" name="Customer_LoginEmail" value="" autocomplete="email" placeholder="Email" required="">
</div>
<div class="c-form-list__item c-form-list__item--full" style="position: relative;">
<label class="u-hide-visually" for="global-Customer_Password">Password</label>
<input id="global-Customer_Password" class="c-form-input c-form-input--large" type="password" name="Customer_Password" autocomplete="current-password" placeholder="Password"><button class="c-button u-bg-transparent x-toggle-password u-icon-eye-open x-toggle-password--no-label" aria-label="Show password as plain text. Warning: this will display your password on the screen." data-hook="toggle-password" type="button"></button>
</div>
<div class="c-form-list__item c-form-list__item--full">
<p><a class="t-input-font-size" href="https://www.flighthelmet.com/FPWD.html">Forgot Password?</a></p>
<p><input class="c-button c-button--full" type="submit" value="Sign In"></p>
<a class="t-input-font-size u-block u-text-center u-text-medium" href="https://www.flighthelmet.com/LOGN.html">Register</a>
</div>
</div>
</fieldset>
</form>
</div>
</div>
<a class="t-site-header__basket-link" data-hook="open-mini-basket" aria-label="Open Mini-Basket" href="https://www.flighthelmet.com/BASK.html">
<span class="u-icon-cart-empty" aria-hidden="true"></span>
<span class="t-site-header__basket-link-quantity" data-hook="mini-basket-count">0</span>
</a>
</div>
<div class="o-layout__item u-width-6 u-width-8--l u-width-5--w u-hidden u-text-right t-site-header__secure ">
<span class="u-color-gray-600 u-text-medium u-text-uppercase"><span class="c-heading--subheading--x-small u-icon-secure" aria-hidden="true"></span> <span class="u-font-small">Secure Checkout</span></span>
</div>
</div>
</section>
</header>
<!-- end t-site-header -->
<div class="o-wrapper o-wrapper--full o-wrapper--flush u-bg-white t-site-navigation ">
<div class="o-layout o-layout--align-center o-layout--flush o-layout--justify-center t-site-navigation__wrap">
<nav class="o-layout__item c-navigation x-transfigure-navigation u-text-medium u-width-12 " data-hook="transfigure-navigation">
<div class="x-transfigure-navigation__wrap" data-layout="vertical-fly-out">
<header class="x-transfigure-navigation__header o-layout--justify-between u-flex u-hidden--l" hidden="">
<a class="c-button c-button--as-link c-form-inline-set u-color-gray-600" href="https://www.flighthelmet.com/LOGN.html"><span class="u-font-large u-icon-user" aria-hidden="true"></span> Sign In</a>
<button class="c-button u-bg-transparent u-color-gray-600 u-font-small u-icon-cross" data-hook="close-main-menu" aria-label="Close Menu"></button>
</header>
<div class="x-transfigure-navigation__content">
<ul class="c-navigation__row x-transfigure-navigation__row">
<li class="c-navigation__list has-child-menu" data-hook="has-drop-down has-child-menu">
<a class="c-navigation__link" href="https://www.flighthelmet.com/CTLG.html" target="_self"><span>All Categories</span><span class="c-navigation__link-carat"><span class="u-icon-chevron-right u-hidden--l" aria-hidden="true"></span></span></a>
<ul class="c-navigation__row is-hidden">
<li class="c-navigation__list u-font-small u-hidden--l" data-hook="show-previous-menu">
<span class="c-navigation__link u-text-uppercase"><span class="u-icon-arrow-left" aria-hidden="true">&nbsp;</span><span class="o-layout--grow">Back</span></span>
</li>
<li class="c-navigation__list u-hidden--l">
<span class="c-navigation__link u-font-large u-text-bold">All Categories</span>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/category/FHT.html" target="_self"><span>Fixed-Wing Flight Helmets</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/category/HHX.html" target="_self"><span>Rotary-Wing Helicopter Flight Helmets</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/category/FHVG.html" target="_self"><span>Vintage Flight Helmets</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/category/PBHLM.html" target="_self"><span>Prebuilt Helmets &amp; Partially Built Helmets</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/category/FHAC.html" target="_self"><span>Helmet Parts &amp; Accessories</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/category/AVPT.html" target="_self"><span>Avionics &amp; Communications</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/category/OXYE.html" target="_self"><span>Oxygen Masks &amp; Equipment</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/category/GOGS.html" target="_self"><span>Eyewear &amp; Eye Protection</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/category/FLTC.html" target="_self"><span>Flight Clothing</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/category/FLTG.html" target="_self"><span>General Flight Gear</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/category/PEQ.html" target="_self"><span>Parachute Equipment</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/category/SURV.html" target="_self"><span>Survival Equipment</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/category/ACPE.html" target="_self"><span>Aircraft Parts &amp; Equipment</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/category/MISC.html" target="_self"><span>Miscellaneous Items</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/category/MERC.html" target="_self"><span>Merchandise</span></a>
</li>
<li class="c-navigation__list u-hidden--l">
<a class="c-navigation__link" href="https://www.flighthelmet.com/CTLG.html" target="_self">View All All Categories</a>
</li>
</ul>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/SFNT.html" target="_self"><span>Home</span></a>
</li>
<li class="c-navigation__list has-child-menu" data-hook="has-drop-down has-child-menu">
<a class="c-navigation__link" href="" target="_self"><span>Helmets</span><span class="c-navigation__link-carat"><span class="u-icon-chevron-right u-hidden--l" aria-hidden="true"></span></span></a>
<ul class="c-navigation__row is-hidden">
<li class="c-navigation__list u-font-small u-hidden--l" data-hook="show-previous-menu">
<span class="c-navigation__link u-text-uppercase"><span class="u-icon-arrow-left" aria-hidden="true">&nbsp;</span><span class="o-layout--grow">Back</span></span>
</li>
<li class="c-navigation__list u-hidden--l">
<span class="c-navigation__link u-font-large u-text-bold">Helmets</span>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/category/FHT.html" target="_self"><span>Fixed-Wing Flight Helmets</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/category/HHX.html" target="_self"><span>Rotary-Wing Helicopter Flight Helmets</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/category/PBHLM.html" target="_self"><span>Prebuilt Helmets &amp; Partial Built Helmets</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/category/FHVG.html" target="_self"><span>Vintage Flight Helmets</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/FHSHWCS.html" target="_self"><span>Flight Helmet Showcase</span></a>
</li>
<li class="c-navigation__list u-hidden--l">
<a class="c-navigation__link" href="" target="_self">View All Helmets</a>
</li>
</ul>
</li>
<li class="c-navigation__list has-child-menu" data-hook="has-drop-down has-child-menu">
<a class="c-navigation__link" href="https://www.flighthelmet.com/HLMSERV.html" target="_self"><span>Helmet Services</span><span class="c-navigation__link-carat"><span class="u-icon-chevron-right u-hidden--l" aria-hidden="true"></span></span></a>
<ul class="c-navigation__row is-hidden">
<li class="c-navigation__list u-font-small u-hidden--l" data-hook="show-previous-menu">
<span class="c-navigation__link u-text-uppercase"><span class="u-icon-arrow-left" aria-hidden="true">&nbsp;</span><span class="o-layout--grow">Back</span></span>
</li>
<li class="c-navigation__list u-hidden--l">
<span class="c-navigation__link u-font-large u-text-bold">Helmet Services</span>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/HLMSERV.html" target="_self"><span>Helmet Services</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/COMMSYS.html" target="_self"><span>Flight Helmet Commuincations</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/PNTGR.html" target="_self"><span>Helmet Graphics and Painting</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/CMFT.html" target="_self"><span>Flight Helmet Comfort Upgrades</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/PRINFO.html" target="_self"><span>Product Guides and Information</span></a>
</li>
<li class="c-navigation__list u-hidden--l">
<a class="c-navigation__link" href="https://www.flighthelmet.com/HLMSERV.html" target="_self">View All Helmet Services</a>
</li>
</ul>
</li>
<li class="c-navigation__list has-child-menu" data-hook="has-drop-down has-child-menu">
<a class="c-navigation__link" href="https://www.flighthelmet.com/ABUS.html" target="_self"><span>About Us</span><span class="c-navigation__link-carat"><span class="u-icon-chevron-right u-hidden--l" aria-hidden="true"></span></span></a>
<ul class="c-navigation__row is-hidden">
<li class="c-navigation__list u-font-small u-hidden--l" data-hook="show-previous-menu">
<span class="c-navigation__link u-text-uppercase"><span class="u-icon-arrow-left" aria-hidden="true">&nbsp;</span><span class="o-layout--grow">Back</span></span>
</li>
<li class="c-navigation__list u-hidden--l">
<span class="c-navigation__link u-font-large u-text-bold">About Us</span>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/ABUS.html" target="_self"><span>About  Us</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/SARP.html" target="_self"><span>Customer Service</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/TRMS.html" target="_self"><span>Terms of Sale</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/PRVCY.html" target="_self"><span>Privacy Policy</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/SECR.html" target="_self"><span>Security</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/SLSR.html" target="_self"><span>Sales Restrictions</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/USGV.html" target="_self"><span>US Government</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/FRGV.html" target="_self"><span>Foreign Government</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/FAQS-5104.html" target="_self"><span>FAQS</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/CTUS.html" target="_self"><span>Contact Us</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/SIZE.html" target="_self"><span>Size Charts</span></a>
</li>
<li class="c-navigation__list u-hidden--l">
<a class="c-navigation__link" href="https://www.flighthelmet.com/ABUS.html" target="_self">View All About Us</a>
</li>
</ul>
</li>
<li class="c-navigation__list has-child-menu" data-hook="has-drop-down has-child-menu">
<a class="c-navigation__link" href="https://www.flighthelmet.com/BLOG.html" target="_self"><span>Blog</span><span class="c-navigation__link-carat"><span class="u-icon-chevron-right u-hidden--l" aria-hidden="true"></span></span></a>
<ul class="c-navigation__row is-hidden">
<li class="c-navigation__list u-font-small u-hidden--l" data-hook="show-previous-menu">
<span class="c-navigation__link u-text-uppercase"><span class="u-icon-arrow-left" aria-hidden="true">&nbsp;</span><span class="o-layout--grow">Back</span></span>
</li>
<li class="c-navigation__list u-hidden--l">
<span class="c-navigation__link u-font-large u-text-bold">Blog</span>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/BLOG.html" target="_self"><span>Recent Posts</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/blog/category/Whats-New.html" target="_self"><span>Whats New, Product Services &amp; Company News</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/blog/category/Show-Schedules-and-Travel-Updates.html" target="_self"><span>Show Schedules &amp; Travel Updates</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/blog/category/Flight-Helmet-Painting-and-Graphics.html" target="_self"><span>Flight Helmet Painting &amp; Graphics</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/blog/category/Flight-Helmet-Communications-Upgrades.html" target="_self"><span>Flight Helmet Commuincations Upgrades</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/blog/category/Vintage-Flight-Helmet-Gallery.html" target="_self"><span>Vintage Flight Helmet Gallery</span></a>
</li>
<li class="c-navigation__list u-hidden--l">
<a class="c-navigation__link" href="https://www.flighthelmet.com/BLOG.html" target="_self">View All Blog</a>
</li>
</ul>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/CTUS.html" target="_self"><span>Contact Us</span></a>
</li>
<li class="c-navigation__list has-child-menu" data-hook="has-drop-down has-child-menu">
<a class="c-navigation__link" href="" target="_self"><span>Product Manufacturers</span><span class="c-navigation__link-carat"><span class="u-icon-chevron-right u-hidden--l" aria-hidden="true"></span></span></a>
<ul class="c-navigation__row is-hidden">
<li class="c-navigation__list u-font-small u-hidden--l" data-hook="show-previous-menu">
<span class="c-navigation__link u-text-uppercase"><span class="u-icon-arrow-left" aria-hidden="true">&nbsp;</span><span class="o-layout--grow">Back</span></span>
</li>
<li class="c-navigation__list u-hidden--l">
<span class="c-navigation__link u-font-large u-text-bold">Product Manufacturers</span>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/category/Lightspeed.html" target="_self"><span>Lightspeed Aviation</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/category/OA.html" target="_self"><span>Oregon Aero</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/category/DVCK.html" target="_self"><span>David Clark</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/category/WSTN.html" target="_self"><span>Westone In Ear Commuincations</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/category/MHOX.html" target="_self"><span>Mountian High Oxygen</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/category/ClarityAloft.html" target="_self"><span>Clarity Aloft</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/category/FEYE.html" target="_self"><span>Flying Eyes Eyewear</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/category/AOSG.html" target="_self"><span>American Optical</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/category/RESG.html" target="_self"><span>Randolph Engineering Eyewear</span></a>
</li>
<li class="c-navigation__list ">
<a class="c-navigation__link" href="https://www.flighthelmet.com/category/WILEYX.html" target="_self"><span>Wiley X</span></a>
</li>
<li class="c-navigation__list u-hidden--l">
<a class="c-navigation__link" href="" target="_self">View All Product Manufacturers</a>
</li>
</ul>
</li>
<li class="c-navigation__list u-hidden--l u-text-left">
<div class="x-transfigure-navigation__footer">
<a class="x-transfigure-navigation__footer-link u-hidden--l" href="https://www.flighthelmet.com/LOGN.html">Sign In</a>
<a class="x-transfigure-navigation__footer-link" href="https://www.flighthelmet.com/ABUS.html">About Us</a>
<a class="x-transfigure-navigation__footer-link" href="https://www.flighthelmet.com/CTUS.html">Contact Us</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
</div>
</div>
<!-- end t-site-navigation -->
<main class="o-wrapper t-main-content-element">
<section class="o-layout">
<div class="o-layout__item">
</div>
</section>
<section class="o-layout">
<div class="o-layout__item">
<link type="text/css" media="all" rel="stylesheet" integrity="sha256-QRO1a7tWZ40iDo/9cLWr8w4KEXdZd84/vbo18MS3lvU= sha384-QpgxGwFC4+2VBTXyZMm+JwEFOcfF6ihJtgHi1+4BrhXdBry35o3Rh45qsrWkylsk sha512-VDd8r2R0ev9CQfl9cDsHYMljh3rAtf2R18TJDxHXSpWeZJJAHDBORGOlYgDluyVIFgPQOGAfuT7FcoVAPDJmGw==" crossorigin="anonymous" href="https://www.flighthelmet.com/mm5/json.mvc?Store_Code=FHL&amp;Function=CSSResource_Output&amp;CSSResource_Code=mmx-base&amp;T=0c57829b" data-resource-code="mmx-base">
<template class="mmx-resources">
<link type="text/css" media="all" rel="stylesheet" integrity="sha256-IjEUUdwfBwffBGlcA1jiEQrMFmu+AAp+ZXIutcW+pv4= sha384-Ck8gfFl7BdvE6H5LoQCxjQOpON0D8L97VUI9Hs+n7vO+Z8tEx5cvK4eet4847aVG sha512-bEvJtnVI5xttgdR9AhYZzF6Z0vY9gXXCCYKHMYBaX2Jmjh5QHOz7mNrExE7YEY5TJUy992n+RHZwGoDaPABjAQ==" crossorigin="anonymous" href="https://www.flighthelmet.com/mm5/json.mvc?Store_Code=FHL&amp;Function=CSSResource_Output&amp;CSSResource_Code=mmx-text&amp;T=29d9a855" data-resource-code="mmx-text">
<link type="text/css" media="all" rel="stylesheet" integrity="sha256-2G/WiQJ3jVzAg+dyPDiJoJgTx/marWQKOJxnWqa8HuE= sha384-aWAUio5a5F1ZgWi7Ot76XCL5XUfk3pG9T0pWE9k3rGU8yg4raVhvatISda3R+5SJ sha512-vjUhEOauUnmW+oW1rrt5Ve3sFTAGa1JGx/NbNq7Hos4sVhY7b1qibya+GJf5PQDvhfhH9pwU36SGxbJ4PpVDUg==" crossorigin="anonymous" href="https://www.flighthelmet.com/mm5/json.mvc?Store_Code=FHL&amp;Function=CSSResource_Output&amp;CSSResource_Code=mmx-button&amp;T=f7747705" data-resource-code="mmx-button">
<link type="text/css" media="all" rel="stylesheet" integrity="sha256-CB+cwA+kP1zev1N7S9Sz8x1BnM+ksL0cwrYN5LmLtKM= sha384-JB6VM6uXIbjN7VKKOwggxpwXI4a9lXaDSLGfOxuRs3DoyZqjcQqhd8dnA+ykpLuk sha512-+w1ITKLBQdxN/noMijuPlTY6ZCypbzYrq3Y7OCmvmufHoScD92Dl7zVfplofbp+3YQb12MkwQ4oSzf+AYyndBQ==" crossorigin="anonymous" href="https://www.flighthelmet.com/mm5/json.mvc?Store_Code=FHL&amp;Function=CSSResource_Output&amp;CSSResource_Code=mmx-hero&amp;T=9ee3a9c2" data-resource-code="mmx-hero">
</template>
<script type="text/javascript" integrity="sha256-WP8PI1w2KHVkLpJIzsM8WGgv/mI0lbCUu2crub1CdDQ= sha384-1RbPGoB1hGw6YOFExZioDecybrhfIl8d8QVRVbjxu4nJTveTD8p+SZFckxAXA82j sha512-Wp3oaOKD94P75TOXOFOKmJHHQpM69012ay+8I5G6xzT5z3H2Ftsp/83iv6Z6AaVcn1ibwpcHzdlYy75lWivhhA==" crossorigin="anonymous" src="https://www.flighthelmet.com/mm5/json.mvc?Store_Code=FHL&amp;Function=JavaScriptResource_Output&amp;JavaScriptResource_Code=mmx-base&amp;T=cc7aea37" data-resource-code="mmx-base"></script>
<script type="text/javascript" integrity="sha256-ypOuvcuaTnBPKsTkrP+KsDg7FTqqzlOxoyIuWU3//Bg= sha384-QDd4685xoWy6rt15ovKAWkXdvQcfzjZ28rkRyQUkui+sU8AnIhcYNJhL6y6ChkET sha512-/OnNtmRRJLWjJ7VNEesO29FVUzzDh8iezd29/qjjKzaEwpW7wfFYk4Vf2zTLPRLS2lqHtMQ4zyZJBH35YWjdhw==" crossorigin="anonymous" src="https://www.flighthelmet.com/mm5/json.mvc?Store_Code=FHL&amp;Function=JavaScriptResource_Output&amp;JavaScriptResource_Code=mmx-text&amp;T=4e1b0737" data-resource-code="mmx-text"></script>
<script type="text/javascript" integrity="sha256-QJ6uVgdhpqzd+Wa6VXYTVigbddFgJAV/AEkw8abwxNM= sha384-UwYuKTlJXsQz+0So9jhSbENoxVQIpHURa8fCyW/YFbhH7iWHeX+w0ZEk7uAJYJpI sha512-ocAkdIJGjaZHH8gNE1SN/hwDnT3a7zouz7s3yE56k2fPF4oHxaeeGjTaYc7p7RpPqtsTkIyrsEJMGPsh0Utu2A==" crossorigin="anonymous" src="https://www.flighthelmet.com/mm5/json.mvc?Store_Code=FHL&amp;Function=JavaScriptResource_Output&amp;JavaScriptResource_Code=mmx-button&amp;T=4b6df112" data-resource-code="mmx-button"></script>
<script type="text/javascript" integrity="sha256-RPvY0pV12a71jrenN9MtLM4DroNLedfLU9jReRBnMrk= sha384-jrUsBXcEkXsz8uwIhjzLc4a80V9YqdkjOoeGFZGja1kldX3Bv2Jwnk68o3wFIOxn sha512-ulsOnTCWzDvhpt/5sDCZrTSW0mDBprzs8cgLeobYEvUGL8z6wEaZVDVf1AaBNEy9qImCPZ8CJKm5uYICEZSGeQ==" crossorigin="anonymous" src="https://www.flighthelmet.com/mm5/json.mvc?Store_Code=FHL&amp;Function=JavaScriptResource_Output&amp;JavaScriptResource_Code=mmx-hero&amp;T=a7320188" data-resource-code="mmx-hero"></script>








<mmx-hero id="mmx-hero__mmx_hero" data-page-code="SFNT" data-flex-component="mmx-hero" data-flex-item="mmx_hero" class="mmx-wrapper" data-init="script" data-href="https://www.flighthelmet.com/category/FHT.html" data-size="auto" data-content-width="40%" data-overlay-bg="opacity" data-overlay-bg-opacity="0" data-content-bg-color--desktop="#FFFFFF" data-content-theme="light">

<script type="application/json">
{"_flex":{"flex_version":10.1,"settings_version":"10.10.00"},"advanced":{"content_theme":{"value":"light"},"desktop":{"background_color":{"color":{"value":"\u0023FFFFFF"},"settings":{"enabled":1}},"container_width":{"value":"40\u0025"},"overlay_opacity":{"value":0}},"mobile":{"background_color":{"settings":{"enabled":0}}},"spacing":{"bottom":"","top":""}},"content":{"settings":{"enabled":0}},"fetchpriority":"high","image":{"img":{"image":"graphics\/00000001\/18\/HERO-01.jpg","responsive_images":{"mobile":"graphics\/00000001\/18\/HERO-01_640x258.jpg","tablet":"graphics\/00000001\/18\/HERO-01_960x387.jpg"}},"size":{"value":"auto"}},"link":{"type":"category","url":"https:\/\/www.flighthelmet.com\/category\/FHT.html","value":"FHT"},"loading":"eager","resourcegroup_code":"mmx-hero"}
</script>


<picture slot="image">


<source class="source__mobile" media="(max-width: 39.999em)" srcset="graphics/00000001/18/HERO-01_640x258.jpg">



<source class="source__tablet" media="(max-width: 59.999em)" srcset="graphics/00000001/18/HERO-01_960x387.jpg">

<img src="graphics/00000001/18/HERO-01.jpg" alt="" loading="eager" fetchpriority="high">
</picture>






</mmx-hero>
<template class="mmx-resources">
</template>













<mmx-hero id="mmx-text-banner__text-banner" data-page-code="SFNT" data-flex-component="mmx-text-banner" data-flex-item="text-banner" class="mmx-wrapper" data-align="center" data-content-location="center" data-content-layout="horizontal-banner" data-content-theme="light" data-overlay-bg-color="#F5F5F5" data-overlay-bg="color" data-size="content" data-padding="s" style="margin-top: 0px; margin-bottom: px;">




<mmx-text slot="heading" data-style="" data-tag="" style="font-family: ;font-size: px;font-weight: ;color: ;" data-chars-per-line="none">
Fly with Safety and Comfort, Leave the Noise Behind.
</mmx-text>


<mmx-text slot="body" data-style="paragraph-l" data-source="" style="font-family: ;font-size: px;font-weight: ;color: ;">

New Fixed-Wing Flight Helmets:

</mmx-text>



<mmx-button slot="button" data-style="primary-link" data-size="l" href="https://www.flighthelmet.com/category/FHT.html" target="">
Shop Now
</mmx-button>

</mmx-hero>
<template class="mmx-resources">
<link type="text/css" media="all" rel="stylesheet" integrity="sha256-SmK1TQMWYM00VQcP0U6WpG4jPfkMwMYWn7FAVqA/azg= sha384-XsxCctZUaXCRKFao4V/zwi6leqUlBfqt7v7pLchNAMFhyekAof/vp+hC9GkPknSr sha512-DCTgAjmbZcBqr9oYEhDfwSePua+dQKLSdQ2VrNgBoNoDeQbNxtSuDZi+AwU366A8w8J7JnJXYO/GUT65uoW2kg==" crossorigin="anonymous" href="https://www.flighthelmet.com/mm5/json.mvc?Store_Code=FHL&amp;Function=CSSResource_Output&amp;CSSResource_Code=mmx-image-across&amp;T=bff699a9" data-resource-code="mmx-image-across">
</template>
<script type="text/javascript" integrity="sha256-xS7/VwNmye4hh5yjJAtYFzUcZZEB4gMkWGUOg4uCgAU= sha384-7uDXD5MfAEERsJ17zjHCl+UfonWfmiT/+8HNRgwO1nFC6uEd78VxM5P3vc52yb99 sha512-wdnfsOLjL4GoJrQkvPRglEMkbGxZH5n0tirLHKNW2ysbebP/3wGxoKCX3PrMgHAZV6wk6rrZeYvMWJfRoM87wg==" crossorigin="anonymous" src="https://www.flighthelmet.com/mm5/json.mvc?Store_Code=FHL&amp;Function=JavaScriptResource_Output&amp;JavaScriptResource_Code=mmx-image-across&amp;T=03e7ff04" data-resource-code="mmx-image-across"></script>










<mmx-image-across id="mmx-image-across__six-across" data-page-code="SFNT" data-flex-component="mmx-image-across" data-flex-item="six-across" class="mmx-wrapper" style="margin-top: px; margin-bottom: px;" data-columns="auto" data-overflow="wrap" data-size="auto">






<mmx-hero slot="image" data-href="https://www.flighthelmet.com/category/FHT.html" data-target="" data-align="center" data-content-location="under" data-overlay-bg="color" data-overlay-bg-color="rgba(0, 0, 0, 0%)" data-content-bg-color--mobile="" data-content-bg-color--desktop="" data-content-theme="light" data-overflow="wrap" data-fit="" data-size="238px">

<picture slot="image">


<img src="graphics/00000001/18/FWFH.jpg" alt="" loading="lazy" fetchpriority="low">
</picture>




<mmx-text slot="heading" data-style="subheading-s" style="
font-family: ;
font-size: px;
font-weight: ;
color: ;
">
Fixed-Wing Flight Helmets
</mmx-text>




</mmx-hero>




<mmx-hero slot="image" data-href="https://www.flighthelmet.com/product/PR55-HGU55KLS.html" data-target="" data-align="center" data-content-location="under" data-overlay-bg="color" data-overlay-bg-color="rgba(0, 0, 0, 0%)" data-content-bg-color--mobile="" data-content-bg-color--desktop="" data-content-theme="light" data-overflow="wrap" data-fit="" data-size="238px">

<picture slot="image">


<img src="graphics/00000001/18/LSFWFH.jpg" alt="" loading="lazy" fetchpriority="low">
</picture>




<mmx-text slot="heading" data-style="subheading-s" style="
font-family: ;
font-size: px;
font-weight: ;
color: ;
">
Lightspeed ANR Fixed-Wing Flight Helmets
</mmx-text>




</mmx-hero>




<mmx-hero slot="image" data-href="https://www.flighthelmet.com/product/PR55-HGU55KBS.html" data-target="" data-align="center" data-content-location="under" data-overlay-bg="color" data-overlay-bg-color="rgba(0, 0, 0, 0%)" data-content-bg-color--mobile="" data-content-bg-color--desktop="" data-content-theme="light" data-overflow="wrap" data-fit="" data-size="238px">

<picture slot="image">


<img src="graphics/00000001/18/BSFWFH.jpg" alt="" loading="lazy" fetchpriority="low">
</picture>




<mmx-text slot="heading" data-style="subheading-s" style="
font-family: ;
font-size: px;
font-weight: ;
color: ;
">
Bose ANR Fixed-Wing Flight Helmets
</mmx-text>




</mmx-hero>




<mmx-hero slot="image" data-href="https://www.flighthelmet.com/category/HHX.html" data-target="" data-align="center" data-content-location="under" data-overlay-bg="color" data-overlay-bg-color="rgba(0, 0, 0, 0%)" data-content-bg-color--mobile="" data-content-bg-color--desktop="" data-content-theme="light" data-overflow="wrap" data-fit="" data-size="238px">

<picture slot="image">


<img src="graphics/00000001/18/HELIFH.jpg" alt="" loading="lazy" fetchpriority="low">
</picture>




<mmx-text slot="heading" data-style="subheading-s" style="
font-family: ;
font-size: px;
font-weight: ;
color: ;
">
Rotary-Wing Helicopter Flight Helmets
</mmx-text>




</mmx-hero>




<mmx-hero slot="image" data-href="https://www.flighthelmet.com/product/PRS4-HFH4KLS.html" data-target="" data-align="center" data-content-location="under" data-overlay-bg="color" data-overlay-bg-color="rgba(0, 0, 0, 0%)" data-content-bg-color--mobile="" data-content-bg-color--desktop="" data-content-theme="light" data-overflow="wrap" data-fit="" data-size="238px">

<picture slot="image">


<img src="graphics/00000001/18/LSHELIFH.jpg" alt="" loading="lazy" fetchpriority="low">
</picture>




<mmx-text slot="heading" data-style="subheading-s" style="
font-family: ;
font-size: px;
font-weight: ;
color: ;
">
Lightspeed ANR Rotary-Wing Helicopter Flight Helmets
</mmx-text>




</mmx-hero>




<mmx-hero slot="image" data-href="https://www.flighthelmet.com/product/PRS4-HFH4KBS.html" data-target="" data-align="center" data-content-location="under" data-overlay-bg="color" data-overlay-bg-color="rgba(0, 0, 0, 0%)" data-content-bg-color--mobile="" data-content-bg-color--desktop="" data-content-theme="light" data-overflow="wrap" data-fit="" data-size="238px">

<picture slot="image">


<img src="graphics/00000001/18/BSHELIFH.jpg" alt="" loading="lazy" fetchpriority="low">
</picture>




<mmx-text slot="heading" data-style="subheading-s" style="
font-family: ;
font-size: px;
font-weight: ;
color: ;
">
Bose ANR Rotary-Wing Helicopter Flight Helmets
</mmx-text>




</mmx-hero>

</mmx-image-across>








<mmx-hero id="mmx-hero__hero-2" data-page-code="SFNT" data-flex-component="mmx-hero" data-flex-item="hero-2" class="mmx-wrapper" data-init="script" data-href="https://www.flighthelmet.com/category/Lightspeed.html" data-size="auto" data-content-width="60%" data-content-location="center-left" data-align="left" data-overlay-bg="opacity" data-overlay-bg-opacity="0" data-content-theme="light" data-subheading="COMES WITH LIGHTSPEED'S 3 YEAR WARRANTY!" data-heading-style="title-1" data-button="Shop Lightspeed Zulu H-Mod ANR Now" data-button-style="secondary" data-button-size="s" style="margin-top: 0px;">

<script type="application/json">
{"_flex":{"flex_version":10.1,"settings_version":"10.10.00"},"advanced":{"content_theme":{"value":"light"},"desktop":{"background_color":{"settings":{"enabled":0}},"container_width":{"value":"60\u0025"},"overlay_opacity":{"value":0}},"mobile":{"background_color":{"settings":{"enabled":0}}},"spacing":{"bottom":"","top":{"value":0}}},"content":{"align":{"value":"left"},"body":{"textsettings":{"fields":{"normal":{"font_color":{"value":""},"font_family":{"value":""},"font_size":{"value":""},"font_weight":{"value":""}}},"styles":{"classname":"flex_8a0f3c43a199dd309af016976419162a","normal":"font-family: \u003Bfont-size: px\u003Bfont-weight: \u003Bcolor: \u003B"}}},"button":{"textsettings":{"fields":{"normal":{"button_size":{"value":"s"},"button_style":{"value":"secondary"}}}},"value":"Shop Lightspeed Zulu H-Mod ANR Now"},"content_location":{"value":"center-left"},"heading":{"textsettings":{"fields":{"normal":{"font_color":{"value":""},"font_family":{"value":""},"font_size":{"value":""},"font_weight":{"value":""},"heading_style":{"value":"title-1"}}},"styles":{"classname":"flex_32c13e9dab324d63d65abbc9055ca115","normal":"font-family: \u003Bfont-size: px\u003Bfont-weight: \u003Bcolor: \u003B"}}},"settings":{"enabled":1},"subheading":{"textsettings":{"fields":{"normal":{"font_color":{"value":""},"font_family":{"value":""},"font_size":{"value":""},"font_weight":{"value":""}}},"styles":{"classname":"flex_8bdc7fc7f1693c2d61bb9dcfa373efed","normal":"font-family: \u003Bfont-size: px\u003Bfont-weight: \u003Bcolor: \u003B"}},"value":"COMES WITH LIGHTSPEED\u0027S 3 YEAR WARRANTY\u0021"}},"fetchpriority":"low","image":{"img":{"image":"graphics\/00000001\/18\/Lightspeed-Hero-Banner-1440x580 \u00281\u0029.jpg","responsive_images":{"mobile":"graphics\/00000001\/18\/Lightspeed-Hero-Banner-1440x580 \u00281\u0029_640x258.jpg","tablet":"graphics\/00000001\/18\/Lightspeed-Hero-Banner-1440x580 \u00281\u0029_960x387.jpg"}},"size":{"value":"auto"}},"link":{"type":"category","url":"https:\/\/www.flighthelmet.com\/category\/Lightspeed.html","value":"Lightspeed"},"loading":"lazy","resourcegroup_code":"mmx-hero"}
</script>


<picture slot="image">


<source class="source__mobile" media="(max-width: 39.999em)" srcset="graphics/00000001/18/Lightspeed-Hero-Banner-1440x580%20(1)_640x258.jpg">



<source class="source__tablet" media="(max-width: 59.999em)" srcset="graphics/00000001/18/Lightspeed-Hero-Banner-1440x580%20(1)_960x387.jpg">

<img src="graphics/00000001/18/Lightspeed-Hero-Banner-1440x580 (1).jpg" alt="" loading="lazy" fetchpriority="low">
</picture>



<mmx-text slot="subheading" data-style="" style="font-family: ;font-size: px;font-weight: ;color: ;">
COMES WITH LIGHTSPEED'S 3 YEAR WARRANTY!
</mmx-text>




<mmx-button slot="button" data-style="secondary" data-size="s">
Shop Lightspeed Zulu H-Mod ANR Now
</mmx-button>

</mmx-hero>










<mmx-image-across id="mmx-image-across__two-across" data-page-code="SFNT" data-flex-component="mmx-image-across" data-flex-item="two-across" class="mmx-wrapper" style="margin-top: px; margin-bottom: px;" data-columns="auto" data-overflow="scroll" data-size="m">






<mmx-hero slot="image" data-href="https://www.flighthelmet.com/category/OXYE.html" data-target="" data-align="left" data-content-location="bottom-left" data-overlay-bg="color" data-overlay-bg-color="rgba(0, 0, 0, 0%)" data-content-bg-color--mobile="" data-content-bg-color--desktop="" data-content-theme="light" data-overflow="scroll" data-fit="" data-size="m">

<picture slot="image">


<img src="graphics/00000001/18/OXY-MBU20-704x400 (1).jpg" alt="" loading="lazy" fetchpriority="low">
</picture>




<mmx-text slot="heading" data-style="title-3" style="
font-family: ;
font-size: px;
font-weight: ;
color: ;
">
Oxygen Masks
</mmx-text>



<mmx-button slot="button" data-style="secondary" data-size="xs">
Shop Now
</mmx-button>


</mmx-hero>




<mmx-hero slot="image" data-href="https://www.flighthelmet.com/category/INEC.html" data-target="" data-align="left" data-content-location="bottom-left" data-overlay-bg="color" data-overlay-bg-color="rgba(0, 0, 0, 0%)" data-content-bg-color--mobile="" data-content-bg-color--desktop="" data-content-theme="light" data-overflow="scroll" data-fit="" data-size="m">

<picture slot="image">


<img src="graphics/00000001/18/In-Ear-Coms_3.jpg" alt="" loading="lazy" fetchpriority="low">
</picture>




<mmx-text slot="heading" data-style="title-3" style="
font-family: ;
font-size: px;
font-weight: ;
color: ;
">
In-Ear Commuincations
</mmx-text>



<mmx-button slot="button" data-style="secondary" data-size="xs">
Shop Now
</mmx-button>


</mmx-hero>

</mmx-image-across>










<mmx-image-across id="mmx-image-across__three-across" data-page-code="SFNT" data-flex-component="mmx-image-across" data-flex-item="three-across" class="mmx-wrapper" style="margin-top: px; margin-bottom: px;" data-columns="auto" data-overflow="scroll" data-size="auto">






<mmx-hero slot="image" data-href="https://www.flighthelmet.com/HLMSERV.html" data-target="" data-align="left" data-content-location="under" data-overlay-bg="color" data-overlay-bg-color="rgba(0, 0, 0, 0%)" data-content-bg-color--mobile="" data-content-bg-color--desktop="" data-content-theme="light" data-overflow="scroll" data-fit="" data-size="135.22727272727272px">

<picture slot="image">


<img src="graphics/00000001/18/Helmet-Services-459x320.jpg" alt="" loading="lazy" fetchpriority="low">
</picture>




<mmx-text slot="heading" data-style="subheading-l" style="
font-family: ;
font-size: px;
font-weight: ;
color: ;
">
Helmet Services
</mmx-text>


<mmx-text slot="body" data-style="paragraph-s" data-source="" style="
font-family: ;
font-size: px;
font-weight: ;
color: ;
">

Refurbish, Repair, Refresh

</mmx-text>


<mmx-button slot="button" data-style="secondary-link" data-size="s">
More Info
</mmx-button>


</mmx-hero>




<mmx-hero slot="image" data-href="https://www.flighthelmet.com/PNTGR.html" data-target="" data-align="left" data-content-location="under" data-overlay-bg="color" data-overlay-bg-color="rgba(0, 0, 0, 0%)" data-content-bg-color--mobile="" data-content-bg-color--desktop="" data-content-theme="light" data-overflow="scroll" data-fit="" data-size="135.22727272727272px">

<picture slot="image">


<img src="graphics/00000001/18/Graphics-Paint (1).jpg" alt="" loading="lazy" fetchpriority="low">
</picture>




<mmx-text slot="heading" data-style="subheading-l" style="
font-family: ;
font-size: px;
font-weight: ;
color: ;
">
Graphics &amp; Painting
</mmx-text>


<mmx-text slot="body" data-style="paragraph-s" data-source="" style="
font-family: ;
font-size: px;
font-weight: ;
color: ;
">

Custom Graphics &amp; Painting

</mmx-text>


<mmx-button slot="button" data-style="secondary-link" data-size="s">
More Info
</mmx-button>


</mmx-hero>




<mmx-hero slot="image" data-href="https://www.flighthelmet.com/category/PBHLM.html" data-target="" data-align="left" data-content-location="under" data-overlay-bg="color" data-overlay-bg-color="rgba(0, 0, 0, 0%)" data-content-bg-color--mobile="" data-content-bg-color--desktop="" data-content-theme="light" data-overflow="scroll" data-fit="" data-size="135.22727272727272px">

<picture slot="image">


<img src="graphics/00000001/18/pre-made-helmet-459x320.jpg" alt="" loading="lazy" fetchpriority="low">
</picture>




<mmx-text slot="heading" data-style="subheading-l" style="
font-family: ;
font-size: px;
font-weight: ;
color: ;
">
Prebuilt Helmets
</mmx-text>


<mmx-text slot="body" data-style="paragraph-s" data-source="" style="
font-family: ;
font-size: px;
font-weight: ;
color: ;
">

A small selection of pre-made helmets. More coming soon.

</mmx-text>


<mmx-button slot="button" data-style="secondary-link" data-size="s">
Shop Now!
</mmx-button>


</mmx-hero>

</mmx-image-across>
<script type="text/javascript" src="https://www.flighthelmet.com/mm5/clientside.mvc?T=e2629b3a&amp;Filename=MivaEvents.js" integrity="sha512-bmgSupmJLB7km5aCuKy2K7B8M09MkqICKWkc+0w/Oex2AJv3EIoOyNPx3f/zwF0PZTuNVaN9ZFTvRsCdiz9XRA==" crossorigin="anonymous"></script>
<template class="mmx-resources">
<link type="text/css" media="all" rel="stylesheet" integrity="sha256-cjycWdjAI24qDzfleclaLXHmr4gNhOrcf0R8fLfg+Mo= sha384-ohI3aYz+7W9qZV/GlOZ8Jv71ibju9r8gCFvUBzXwnp9VOb4atrP9QoORcbovZb+I sha512-ZC3O0DYgwyk0uGaB9IGE4Yi/PD0wxLbgTpnjtE2Gj7ziUST/7em+lzPrgPPP1tZ9DoCR9LS8TDypk7RFXVRpVg==" crossorigin="anonymous" href="https://www.flighthelmet.com/mm5/json.mvc?Store_Code=FHL&amp;Function=CSSResource_Output&amp;CSSResource_Code=mmx-hero-slider&amp;T=bb7100a3" data-resource-code="mmx-hero-slider">
</template>
<script type="text/javascript" integrity="sha256-wTQu9kae2H6q1MIdC9rVcqhkWZJ3JrZ+tuU67UtJ7eM= sha384-zFcs40bUJGN0A98KYUfhQ5M+M6folZa+Pf9uZqSOSvy+DlgpKtveuiz6VyRIG30m sha512-DX2Caeki6KN8xK2CZzjQ+2DqjEb3zQH4o03Trwplb5iOtbkKXyF8q+iPDROaNFaEOO0oYXDrb8+kdGeshnb3Ng==" crossorigin="anonymous" src="https://www.flighthelmet.com/mm5/json.mvc?Store_Code=FHL&amp;Function=JavaScriptResource_Output&amp;JavaScriptResource_Code=mmx-hero-slider&amp;T=f79e1199" data-resource-code="mmx-hero-slider"></script>
<script type="text/javascript" integrity="sha256-g1hXRJ7CjMxSyMtcv2/mKxfwaCupJ5vdFYJHvy/zsFs= sha384-5TsRTDcVSSd59hzv/3hjKNMrbWtdHiiSuPoQgxWljznqmy2FHi4ylLmI0i9ZfLR2 sha512-NvSmPyCxYlI6+sCRtXfQnNI3N9iwxY+rRZurl2qNvYfTARciUSvKDxI8hpjzXgzegcsQVOtf0OgKRiXsUR/dIg==" crossorigin="anonymous" src="https://www.flighthelmet.com/mm5/json.mvc?Store_Code=FHL&amp;Function=JavaScriptResource_Output&amp;JavaScriptResource_Code=mmx-product-carousel&amp;T=77b64e28" data-resource-code="mmx-product-carousel"></script>
<mmx-product-carousel id="mmx-product-carousel__product-carousel" data-page-code="SFNT" data-flex-component="mmx-product-carousel" data-flex-item="product-carousel" style="margin-top: px; margin-bottom: px;" data-bask-url="https://www.flighthelmet.com/BASK.html" data-image-dimensions="300x300" data-per-page="1,3,5" data-per-move="auto" class="mmx-wrapper" data-init="script" data-size="auto" data-image-fit="contain">
<script type="application/json">
{"_flex":{"flex_version":10.1,"settings_version":"10.10.00"},"advanced":{"settings":{"additional_price":{"value":"base"},"button":{"settings":{"enabled":0}},"displayed_price":{"value":"sale"},"fragment_code":"","image_dimensions":{"value":"300x300"},"image_type":{"value":"main"},"per_move":{"value":"auto"},"per_page":{"value":"1,3,5"}},"spacing":{"bottom":"","top":""}},"heading":{"heading_align":{"value":"center"},"heading_text":{"textsettings":{"fields":{"normal":{"font_color":{"value":""},"font_family":{"value":""},"font_size":{"value":""},"font_weight":{"value":""}}},"styles":{"classname":"flex_57464880b02eea664abb57eb7b8edaad","normal":"font-family: \u003Bfont-size: px\u003Bfont-weight: \u003Bcolor: \u003B"}},"value":"Premium ANR Helmets"},"settings":{"enabled":1}},"products":{"from_category":{"settings":{"enabled":0}},"from_individual":{"products":{"children":[{"product":{"active":1,"agrpcount":0,"base_price":2899,"cancat_id":0,"catcount":3,"code":"PR55-HGU55KLS","cost":0,"descrip":"\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B font-weight: bold\u003B\" data-preserver-spaces\u003D\"true\"\u003E\u003C\/a\u003E\u003Cbr\u003E\u003C\/span\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B font-weight: bold\u003B\" data-preserver-spaces\u003D\"true\"\u003E\u003Cbr\u003E\u003C\/span\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B font-weight: bold\u003B\" data-preserver-spaces\u003D\"true\"\u003ENew Fixed Wing Flight Helmet with Lightspeed Zulu H-Mod Helmet ANR System Installed\u003C\/span\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cbr\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\" data-preserver-spaces\u003D\"true\"\u003E\u0026nbsp\u003B \u0026nbsp\u003B \u0026nbsp\u003BThis New Fixed-Wing Flight Helmet comes with a modern composite shell, integrated chin and nape straps, leather edge roll, civilian boom microphone, your choice of visor types, and Lightspeed\u0027s Zulu H-Mod Helmet ANR System Installed.\u003C\/span\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cbr\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\" data-preserver-spaces\u003D\"true\"\u003E\u0026nbsp\u003B \u0026nbsp\u003B \u0026nbsp\u003BChoose from the available options to customize your helmet configuration. We also offer custom painting and graphics in addition to standard colors. Please email for more details. You can find our contact form here:\u0026nbsp\u003B\u003C\/span\u003E\u003Ca style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B color: rgb\u002874, 110, 224\u0029\u003B\" target\u003D\"_blank\" href\u003D\"https:\/\/www.flighthelmet.com\/CTUS.html\" class\u003D\"editor-rtfLink\"\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\" data-preserver-spaces\u003D\"true\"\u003EFlightHelmet.com: Contact Us\u003C\/span\u003E\u003C\/a\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\" data-preserver-spaces\u003D\"true\"\u003E\u003C\/span\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cbr\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\" data-preserver-spaces\u003D\"true\"\u003E\u0026nbsp\u003B \u0026nbsp\u003B \u0026nbsp\u003BFlightHelmet.com is proud to have been the first company authorized by Lightspeed Aviation as a Certified Helmet Installer for their new Lightspeed Helmet ANR communications system. Our installation of the Lightspeed Helmet ANR system was factory tested by Lightspeed meeting their standards for performance and comfort. Lightspeed offers a 3-year factory warranty on the Lightspeed Helmet ANR components.\u0026nbsp\u003B\u003C\/span\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cbr\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\" data-preserver-spaces\u003D\"true\"\u003E\u0026nbsp\u003B \u0026nbsp\u003B \u0026nbsp\u003BThe Lightspeed ANR installation is available with civilian impedance communications and either straight or coiled cord with either G\/A dual plugs, U-174 single plug, or LEMO plug. Military impedance is available via special order. All systems come standard with the control module, which includes volume control and Bluetooth device connectivity. The helmet comes standard with a quick disconnect, positioned about shoulder height, on the communications cord for convenience and safety. The LEMO plug option is for panel-powered ANR systems and the control module on the G\/A plugs and single plug cords power the ANR system with 2 AA batteries.\u0026nbsp\u003B\u003C\/span\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cbr\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\" data-preserver-spaces\u003D\"true\"\u003E\u0026nbsp\u003B \u0026nbsp\u003B \u0026nbsp\u003BOur fixed-wing flight helmet shell sizes \u0028medium, large, and extra large\u0029 are the same as the USAF HGU-55\/P. Please review our size chart for sizing information on a standard HGU-55\/P fixed-wing helmet. \u0028Click the button above in the description to find the size charts\u0029\u003C\/span\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cbr\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\" data-preserver-spaces\u003D\"true\"\u003E\u0026nbsp\u003B \u0026nbsp\u003B \u0026nbsp\u003BThis helmet with the Lightspeed ear cups may fit tighter than the standard fixed-wing helmet indicated on the size chart. If you are near the high end of a sizing range on our size chart, please inquire about a sizing kit we can send you once you\u0027ve placed an order.\u003C\/span\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cbr\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\" data-preserver-spaces\u003D\"true\"\u003EPlease feel free to contact us if you have any questions.\u003C\/span\u003E\u003C\/p\u003E\r\n","disp_order":4918,"dt_created":1508620564,"dt_updated":1720123625,"formatted_base_price":"$2,899.00","formatted_cost":"$0.00","formatted_price":"$2,899.00","formatted_retail":"$2,899.00","id":8554,"image":"..\/item_photos\/PR55-HGU55KLS_10_600w.jpg","inv_active":0,"link":"https:\/\/www.flighthelmet.com\/product\/PR55-HGU55KLS.html","name":"New Fixed Wing Flight Helmet with Lightspeed Zulu H-Mod Helmet ANR System Installed","original_active":1,"page_code":"","page_title":"","pgrpcount":1,"price":2899,"quantity":0,"retail":2899,"sku":"PR55-HGU55KLS","taxable":1,"thumbnail":"..\/item_photos\/PR55-HGU55KLS_9_100w.jpg","weight":0},"product_code":"PR55-HGU55KLS"},{"product":{"active":1,"agrpcount":0,"base_price":3099,"cancat_id":0,"catcount":3,"code":"PR55-HGU55KBS","cost":0,"descrip":"\u003Cdiv\u003E\u003C\/a\u003E\u003Cbr\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cspan style\u003D\"font-weight: bold\u003B\"\u003ENew Fixed-Wing Flight Helmet with Bose A20 ANR Communications\u003C\/span\u003E\u003Cbr\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\" data-preserver-spaces\u003D\"true\"\u003E\u0026nbsp\u003B \u0026nbsp\u003B \u0026nbsp\u003BThis New Fixed-Wing Flight Helmet with Bose A20 ANR comes with a new lightweight Kevlar or modern composite shell, integrated chin and nape straps, leather edge roll, civilian boom microphone, your choice of visor types, and Bose A20 ANR Communications installed.\u0026nbsp\u003B\u003C\/span\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cbr\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\" data-preserver-spaces\u003D\"true\"\u003E\u0026nbsp\u003B \u0026nbsp\u003B \u0026nbsp\u003BFlightHelmet.com is proud to offer the Bose A20 communications system installed in our flight helmets. Our conversion of the Bose A20 headset has NOT been tested by Bose. But our conversion and installation were designed to maintain the Bose A20 performance. FlightHelmet.com is not an authorized Bose dealer, and Bose does not endorse use of their Bose A20 product in helmets. The Bose factory warranty is voided when the headset is converted and installed into a helmet.\u0026nbsp\u003B\u003C\/span\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cbr\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\" data-preserver-spaces\u003D\"true\"\u003E\u0026nbsp\u003B \u0026nbsp\u003B \u0026nbsp\u003BThe Bose A20 system is available with civilian impedance communications and either straight or coiled cord with either G\/A dual plugs, U-174 single plug, or LEMO plug. All Bose ANR systems come standard with the Bose A20 control module which includes volume control and Bluetooth device connectivity. The LEMO plug option can use panel power for powering the ANR system and the control box on the LEMO, G\/A plugs and single plug cords all can power the ANR system with 2 AA batteries.\u0026nbsp\u003B\u003C\/span\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cbr\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\" data-preserver-spaces\u003D\"true\"\u003E\u0026nbsp\u003B \u0026nbsp\u003B \u0026nbsp\u003BChoose from the available options to customize your helmet configuration. We also offer custom painting and graphics in addition to standard colors. Please email for more details. You can find our contact form here:\u0026nbsp\u003B\u003C\/span\u003E\u003Ca style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B color: rgb\u002874, 110, 224\u0029\u003B\" target\u003D\"_blank\" href\u003D\"https:\/\/www.flighthelmet.com\/CTUS.html\" class\u003D\"editor-rtfLink\"\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\" data-preserver-spaces\u003D\"true\"\u003EFlightHelmet.com: Contact Us\u003C\/span\u003E\u003C\/a\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cbr\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\" data-preserver-spaces\u003D\"true\"\u003E\u0026nbsp\u003B \u0026nbsp\u003B \u0026nbsp\u003BOur fixed-wing flight helmet shell sizes \u0028medium, large, and extra large\u0029 are the same as the USAF HGU-55\/P. Please review our size chart for sizing information on a standard HGU-55\/P fixed-wing helmet. \u0028Click the button in the description to find the size charts\u0029\u003C\/span\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003C\/p\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003C\/div\u003E\r\n","disp_order":4913,"dt_created":1508620564,"dt_updated":1720123625,"formatted_base_price":"$3,099.00","formatted_cost":"$0.00","formatted_price":"$3,099.00","formatted_retail":"$3,099.00","id":8555,"image":"..\/item_photos\/PR55-HGU55KBS_12_600w.jpg","inv_active":0,"link":"https:\/\/www.flighthelmet.com\/product\/PR55-HGU55KBS.html","name":"New Fixed Wing Flight Helmet with Bose A20 ANR Communications","original_active":1,"page_code":"","page_title":"","pgrpcount":1,"price":3099,"quantity":0,"retail":3099,"sku":"PR55-HGU55KBS","taxable":1,"thumbnail":"..\/item_photos\/PR55-HGU55KBS_14_100w.jpg","weight":0},"product_code":"PR55-HGU55KBS"},{"product":{"active":1,"agrpcount":0,"base_price":3099,"cancat_id":0,"catcount":3,"code":"PRS4-HFH4KLS","cost":0,"descrip":"\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B font-weight: bold\u003B\" data-preserver-spaces\u003D\"true\"\u003E\u003Ca href\u003D\"https:\/\/www.flighthelmet.com\/pages\/helmet-paint-colors.html\" title\u003D\"Helmet Colors\" target\u003D\"_blank\"\u003E\u003Cimg src\u003D\"graphics\/00000001\/18\/HelmetColorsButton.jpg\"\u003E\u003C\/a\u003E\u0026nbsp\u003B\u0026nbsp\u003B\u003Ca href\u003D\"https:\/\/www.flighthelmet.com\/SZCT.html\" title\u003D\"Size Charts\" target\u003D\"_blank\"\u003E\u003Cimg src\u003D\"graphics\/00000001\/18\/SizeChartButton.jpg\" style\u003D\"width: 120px\u003B height: 79.9922px\u003B\"\u003E\u003C\/a\u003E\u003Cbr\u003E\u003C\/span\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B font-weight: bold\u003B\" data-preserver-spaces\u003D\"true\"\u003E\u003Cbr\u003E\u003C\/span\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B font-weight: bold\u003B\" data-preserver-spaces\u003D\"true\"\u003ENew Helicopter Flight Helmet with Lightspeed Zulu H-Mod Helmet ANR System Installed\u003C\/span\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cbr\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\" data-preserver-spaces\u003D\"true\"\u003E\u0026nbsp\u003B \u0026nbsp\u003B \u0026nbsp\u003BNew Helicopter Helmet with Lightspeed Zulu H-Mod Helmet ANR System Installed. Dual Visor, or Single Visor. The lightweight and strong modern composite shell is an upgrade from the fiberglass shell of the old SPH-4 helmet. This helmet is equipped with a convenient dual visor assembly that houses both clear and dark visors, each with its own actuation knob. This helmet is complete with Clear \u0026amp\u003B Dark visors, TPL liner, impact styrene, and black retention assembly with a fixed strap on one side and double buckle adjustment on the other, and Lightspeed Zulu H-MOD ANR System Installed.\u003C\/span\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cbr\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\" data-preserver-spaces\u003D\"true\"\u003E\u0026nbsp\u003B \u0026nbsp\u003B \u0026nbsp\u003BChoose from the available options to customize your helmet configuration. We also offer custom painting and graphics in addition to standard colors. Please email for more details. You can find our contact form here:\u0026nbsp\u003B\u003C\/span\u003E\u003Ca style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B color: rgb\u002874, 110, 224\u0029\u003B\" target\u003D\"_blank\" href\u003D\"https:\/\/www.flighthelmet.com\/CTUS.html\" class\u003D\"editor-rtfLink\"\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\" data-preserver-spaces\u003D\"true\"\u003EFlightHelmet.com: Contact Us\u003C\/span\u003E\u003C\/a\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cbr\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\" data-preserver-spaces\u003D\"true\"\u003E\u0026nbsp\u003B \u0026nbsp\u003B \u0026nbsp\u003BFlightHelmet.com is proud to have been the first company authorized by Lightspeed Aviation as a Certified Helmet Installer for their new Lightspeed Helmet ANR communications system. Our installation of the Lightspeed Helmet ANR system was factory tested by Lightspeed meeting their standards for performance and comfort. Lightspeed offers a 3-year factory warranty on the Lightspeed Helmet ANR components.\u0026nbsp\u003B\u003C\/span\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cbr\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\" data-preserver-spaces\u003D\"true\"\u003E\u0026nbsp\u003B \u0026nbsp\u003B \u0026nbsp\u003BThe Lightspeed ANR installation is available with civilian impedance communications and either straight or coiled cord with either G\/A dual plugs, U-174 single plug, or LEMO plug. Military impedance is available via special order. All systems come standard with the control module, which includes volume control and Bluetooth device connectivity. The helmet comes standard with a quick disconnect, positioned about shoulder height, on the communications cord for convenience and safety. The LEMO plug option is for panel-powered ANR systems and the control module on the G\/A plugs and single plug cords power the ANR system with 2 AA batteries.\u0026nbsp\u003B\u003C\/span\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cbr\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\" data-preserver-spaces\u003D\"true\"\u003E\u0026nbsp\u003B \u0026nbsp\u003B \u0026nbsp\u003BChoose size Extra Large or Regular. Click the button above for size charts. The helmet can be customized to any configuration by choosing options when placing the order.\u003C\/span\u003E\u003C\/p\u003E\u003Ca href\u003D\"http:\/\/www.flighthelmet.com\/item_photos\/Image_20160706_390_600w.JPG\"\u003E\u003C\/a\u003E\u003Ca href\u003D\"http:\/\/www.flighthelmet.com\/item_photos\/Image_20160706_391_600w.JPG\"\u003E\u003C\/a\u003E\u003Ca href\u003D\"http:\/\/www.flighthelmet.com\/item_photos\/Image_20160706_392_600w.JPG\"\u003E\u003C\/a\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C\/div\u003E\u003Cspan style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B font-family: Montserrat, Helvetica, Arial, sans-serif\u003B font-size: 14px\u003B background-color: rgb\u0028255, 255, 255\u0029\u003B\"\u003EPlease feel free to contact us if you have any questions.\u003C\/span\u003E\u003Cbr\u003E\u003Ca href\u003D\"http:\/\/www.flighthelmet.com\/item_photos\/Image_20160706_393_600w.JPG\"\u003E\u003C\/a\u003E\u003Ca href\u003D\"http:\/\/www.flighthelmet.com\/item_photos\/Image_20160706_394_600w.JPG\"\u003E\u003C\/a\u003E\u003Ca href\u003D\"http:\/\/www.flighthelmet.com\/item_photos\/Image_20160706_395_600w.JPG\"\u003E\u003C\/a\u003E\u003Cbr\u003E\u003Ca href\u003D\"http:\/\/www.flighthelmet.com\/item_photos\/Image_20160706_396_600w.JPG\"\u003E\u003C\/a\u003E\u003Ca href\u003D\"http:\/\/www.flighthelmet.com\/item_photos\/Image_20160706_401_600w.JPG\"\u003E\u003C\/a\u003E\u003Ca href\u003D\"http:\/\/www.flighthelmet.com\/item_photos\/Image_20160706_058_600w.JPG\"\u003E\u003C\/a\u003E\u003Cbr\u003E\u003Ca href\u003D\"http:\/\/www.flighthelmet.com\/item_photos\/Lightspeed_ANR_helmet_kit_600w.jpg\"\u003E\u003C\/a\u003E\u003Ca href\u003D\"http:\/\/www.flighthelmet.com\/item_photos\/helmet_kit_ear_cups_and_controller_600w.jpg\"\u003E\u003C\/a\u003E\u003Ca href\u003D\"http:\/\/www.flighthelmet.com\/item_photos\/helmet_kit_ear_cups_600w.jpg\"\u003E\u003C\/a\u003E","disp_order":5061,"dt_created":1508620564,"dt_updated":1720123812,"formatted_base_price":"$3,099.00","formatted_cost":"$0.00","formatted_price":"$3,099.00","formatted_retail":"$3,099.00","id":8552,"image":"http:\/\/www.flighthelmet.com\/item_photos\/Image_20160706_386_600w.JPG","inv_active":0,"link":"https:\/\/www.flighthelmet.com\/product\/PRS4-HFH4KLS.html","name":"New Helicopter Flight Helmet with Lightspeed Zulu H-Mod Helmet ANR System Installed","original_active":1,"page_code":"","page_title":"","pgrpcount":1,"price":3099,"quantity":0,"retail":3099,"sku":"PRS4-HFH4KLS","taxable":1,"thumbnail":"http:\/\/www.flighthelmet.com\/item_photos\/Image_20160706_386_100w.JPG","weight":0},"product_code":"PRS4-HFH4KLS"},{"product":{"active":1,"agrpcount":0,"base_price":3299,"cancat_id":0,"catcount":3,"code":"PRS4-HFH4KBS","cost":0,"descrip":"\u003Cp style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\" data-preserver-spaces\u003D\"true\"\u003E\u003Cspan style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B font-weight: bold\u003B\"\u003E\u003Ca href\u003D\"https:\/\/www.flighthelmet.com\/pages\/helmet-paint-colors.html\" title\u003D\"Helmet Colors\" target\u003D\"_blank\"\u003E\u003Cimg src\u003D\"graphics\/00000001\/18\/HelmetColorsButton.jpg\"\u003E\u003C\/a\u003E\u0026nbsp\u003B\u0026nbsp\u003B\u003Ca href\u003D\"https:\/\/www.flighthelmet.com\/SZCT.html\" title\u003D\"Size Charts\" target\u003D\"_blank\"\u003E\u003Cimg src\u003D\"graphics\/00000001\/18\/SizeChartButton.jpg\" style\u003D\"width: 120px\u003B height: 79.9922px\u003B\"\u003E\u003C\/a\u003E\u003Cbr\u003E\u003C\/span\u003E\u003C\/span\u003E\u003C\/p\u003E\u003Cp style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\" data-preserver-spaces\u003D\"true\"\u003E\u003Cspan style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B font-weight: bold\u003B\"\u003E\u003Cbr\u003E\u003C\/span\u003E\u003C\/span\u003E\u003C\/p\u003E\u003Cp style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\" data-preserver-spaces\u003D\"true\"\u003E\u003Cspan style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B font-weight: bold\u003B\"\u003ENew Helicopter Flight Helmet with Bose A20 ANR Communications\u003C\/span\u003E\u003Cbr\u003E\u003C\/span\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\" data-preserver-spaces\u003D\"true\"\u003E\u003Cbr\u003E\u003C\/span\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\" data-preserver-spaces\u003D\"true\"\u003E\u0026nbsp\u003B \u0026nbsp\u003B \u0026nbsp\u003BNew Helicopter Helmet with with Bose A20 ANR system installed. Dual Visor, or Single Visor.  The lightweight and strong modern composite shell is an upgrade from the fiberglass shell of the old SPH-4 helmet. This helmet comes standard with an impact styrene liner, black ear cup retention and chin strap assembly with fixed strap on one side and double buckle adjustment on the other. Choose size Extra Large or Regular. Click the button above for size charts.\u003C\/span\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cbr\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\" data-preserver-spaces\u003D\"true\"\u003E\u0026nbsp\u003B \u0026nbsp\u003B \u0026nbsp\u003BChoose from the available options to customize your helmet configuration. We also offer custom painting and graphics in addition to standard colors. Please email for more details. You can find our contact form here:\u0026nbsp\u003B\u003C\/span\u003E\u003Ca style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B color: rgb\u002874, 110, 224\u0029\u003B\" target\u003D\"_blank\" href\u003D\"https:\/\/www.flighthelmet.com\/CTUS.html\" class\u003D\"editor-rtfLink\"\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\" data-preserver-spaces\u003D\"true\"\u003EFlightHelmet.com: Contact Us\u003C\/span\u003E\u003C\/a\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cbr\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\" data-preserver-spaces\u003D\"true\"\u003E\u0026nbsp\u003B \u0026nbsp\u003B \u0026nbsp\u003BFlightHelmet.com is proud to offer the Bose A20 communications system installed in our flight helmets. Our conversion of the Bose A20 headset has NOT been tested by Bose. But our conversion and installation were designed to maintain the Bose A20 performance. FlightHelmet.com is not an authorized Bose dealer, and Bose does not endorse use of their Bose A20 product in helmets. The Bose factory warranty is voided when the headset is converted and installed into a helmet.\u0026nbsp\u003B\u003C\/span\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cbr\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\" data-preserver-spaces\u003D\"true\"\u003E\u0026nbsp\u003B \u0026nbsp\u003B \u0026nbsp\u003BThe Bose A20 system is available with civilian impedance communications and either straight or coiled cord with either G\/A dual plugs, U-174 single plug, or LEMO plug. All Bose ANR systems come standard with the Bose A20 control module which includes volume control and Bluetooth device connectivity. The LEMO plug option can use panel power for powering the ANR system and the control box on the LEMO, G\/A plugs and single plug cords all can power the ANR system with 2 AA batteries.\u0026nbsp\u003B\u003C\/span\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cbr\u003E\u003C\/p\u003E\u003Cp style\u003D\"color: rgb\u002814, 16, 26\u0029\u003B background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\"\u003E\u003Cspan style\u003D\"background-image: initial\u003B background-position: initial\u003B background-size: initial\u003B background-repeat: initial\u003B background-attachment: initial\u003B background-origin: initial\u003B background-clip: initial\u003B margin-top: 0pt\u003B margin-bottom: 0pt\u003B\" data-preserver-spaces\u003D\"true\"\u003EPlease feel free to contact us if you have any questions.\u003C\/span\u003E\u003C\/p\u003E","disp_order":5060,"dt_created":1508620564,"dt_updated":1720123812,"formatted_base_price":"$3,299.00","formatted_cost":"$0.00","formatted_price":"$3,299.00","formatted_retail":"$3,299.00","id":8553,"image":"http:\/\/www.flighthelmet.com\/item_photos\/Image_20160706_417_600w.JPG","inv_active":0,"link":"https:\/\/www.flighthelmet.com\/product\/PRS4-HFH4KBS.html","name":"New Helicopter Flight Helmet with Bose A20 ANR Communications","original_active":1,"page_code":"","page_title":"","pgrpcount":1,"price":3299,"quantity":0,"retail":3299,"sku":"PRS4-HFH4KBS","taxable":1,"thumbnail":"http:\/\/www.flighthelmet.com\/item_photos\/Image_20160706_417_100w.JPG","weight":0},"product_code":"PRS4-HFH4KBS"}]},"settings":{"enabled":1}},"image_fit":{"value":"contain"},"image_size":{"value":"auto"}},"resourcegroup_code":"mmx-product-carousel"}
</script>
<mmx-text slot="title" data-style="title-1" data-tag="" data-align="center" style="font-family: ;font-size: px;font-weight: ;color: ;">
Premium ANR Helmets
</mmx-text>
</mmx-product-carousel>













<mmx-hero id="mmx-text-banner__text-banner-3" data-page-code="SFNT" data-flex-component="mmx-text-banner" data-flex-item="text-banner-3" class="mmx-wrapper" data-align="center" data-content-location="center" data-content-layout="vertical-banner" data-content-theme="light" data-overlay-bg-color="#F5F5F5" data-overlay-bg="color" data-size="content" data-padding="l" style="margin-top: px; margin-bottom: px;">




<mmx-text slot="heading" data-style="title-1" data-tag="" style="font-family: ;font-size: px;font-weight: ;color: ;" data-chars-per-line="none">
Who We Are
</mmx-text>


<mmx-text slot="body" data-style="paragraph-s" data-source="" style="font-family: ;font-size: px;font-weight: ;color: ;">

FlightHelmet.com specializes in the sales and service of flight helmets, flight helmet communications equipment, flight clothing, and safety/survival equipment. We are a full-service independent helmet company that services all makes/models of helmets. We offer Lightspeed Zulu H-Mod ANR installations as well as other communications upgrade options. We take pride in our quality products and superior customer service for all of our customers.

</mmx-text>


</mmx-hero>
</div>
</section>
<section class="o-layout">
<div class="o-layout__item">
</div>
</section>
</main>
<!-- end t-site-content -->
<footer class="t-site-footer u-bg-white">
<div class="o-wrapper t-site-footer__wrapper">
<div class="o-layout o-layout--column o-layout--row--m t-site-footer__content">
<section class="o-layout__item o-layout--align-self-stretch u-width-4--m u-width-3--l">
<nav class="c-menu x-collapsible-content" aria-labelledby="footer_categories-label">
<p id="footer_categories-label" class="c-menu__title">Category</p>
<button class="x-collapsible-content__toggle" data-a11y-toggle="footer_categories" type="button">Category <span class="u-icon-add" data-toggle="<" aria-hidden="true"></span></button>
<ul id="footer_categories" class="c-menu__list x-collapsible-content__item">
<li>
<a class="c-menu__link" href="https://www.flighthelmet.com/category/FHT.html" target="_self">Fixed-Wing Flight Helmets</a>
</li>
<li>
<a class="c-menu__link" href="https://www.flighthelmet.com/category/HHX.html" target="_self">Rotary-Wing Helicopter Flight Helmets</a>
</li>
<li>
<a class="c-menu__link" href="https://www.flighthelmet.com/category/FHVG.html" target="_self">Vintage Flight Helmets</a>
</li>
<li>
<a class="c-menu__link" href="https://www.flighthelmet.com/category/FHAC.html" target="_self">Helmet Parts &amp; Accessories</a>
</li>
<li>
<a class="c-menu__link" href="https://www.flighthelmet.com/category/AVPT.html" target="_self">Avionics &amp; Communications</a>
</li>
<li>
<a class="c-menu__link" href="https://www.flighthelmet.com/category/OXYE.html" target="_self">Oxygen Masks</a>
</li>
</ul>
</nav>
</section>
<section class="o-layout__item o-layout--align-self-stretch u-width-4--m u-width-6--l">
<nav class="c-menu x-collapsible-content" aria-labelledby="quick_links-label">
<p id="quick_links-label" class="c-menu__title">Quick Links</p>
<button class="x-collapsible-content__toggle" data-a11y-toggle="quick_links" type="button">Quick Links <span class="u-icon-add" data-toggle="<" aria-hidden="true"></span></button>
<ul id="quick_links" class="c-menu__list x-collapsible-content__item">
<li>
<a class="c-menu__link" href="https://www.flighthelmet.com/ACLN.html" target="_self">Account</a>
</li>
<li>
<a class="c-menu__link" href="https://www.flighthelmet.com/ORDH.html" target="_self">Order Status</a>
</li>
<li>
<a class="c-menu__link" href="https://www.flighthelmet.com/WLST.html" target="_self">Wish Lists</a>
</li>
<li>
<a class="c-menu__link" href="https://www.flighthelmet.com/ABUS.html" target="_self">About Us</a>
</li>
<li>
<a class="c-menu__link" href="https://www.flighthelmet.com/CTUS.html" target="_self">Contact Us</a>
</li>
<li>
<a class="c-menu__link" href="https://www.flighthelmet.com/FAQS-5104.html" target="_self">FAQS</a>
</li>
<li>
<a class="c-menu__link" href="https://www.flighthelmet.com/PRPO-5106.html" target="_self">Privacy Policy</a>
</li>
<li>
<a class="c-menu__link" href="https://www.flighthelmet.com/SARP.html" target="_self">Shipping &amp; Returns</a>
</li>
<li>
<a class="c-menu__link" href="https://www.flighthelmet.com/SIZE.html" target="_self">Size Charts</a>
</li>
</ul>
</nav>
</section>
<section class="o-layout__item o-layout--align-self-stretch u-width-4--m u-width-3--l">
<nav class="x-collapsible-content t-global-footer-social" aria-labelledby="social_active-label">
<p id="social_active-label" class="c-menu__title">Connect With Us</p>
<button class="x-collapsible-content__toggle" data-a11y-toggle="social_active" type="button">Connect With Us <span class="u-icon-add" data-toggle="<" aria-hidden="true"></span></button>
<ul id="social_active" class="x-collapsible-content__item t-global-footer-social__list" itemscope="" itemtype="http://schema.org/Organization">
<link itemprop="url" href="//www.flighthelmet.com/">
<link itemprop="logo" href="graphics/00000001/18/FH_LOGO_TEXT_ONLY_Blk_edited.jpg">
<li class="t-global-footer-social__list-item">
<a class="t-global-footer-social__link u-icon-facebook" href="https://www.facebook.com/" aria-label="Facebook" target="_blank" rel="noreferrer" itemprop="sameAs"></a>
</li>
<li class="t-global-footer-social__list-item">
<a class="t-global-footer-social__link u-icon-twitter" href="https://twitter.com/" aria-label="Twitter" target="_blank" rel="noreferrer" itemprop="sameAs"></a>
</li>
<li class="t-global-footer-social__list-item">
<a class="t-global-footer-social__link u-icon-instagram" href="https://www.instagram.com/" aria-label="Instagram" target="_blank" rel="noreferrer" itemprop="sameAs"></a>
</li>
<li class="t-global-footer-social__list-item">
<a class="t-global-footer-social__link u-icon-home" href="https://goo.gl/maps/YKQCbxswyTgPXFV5A" aria-label="Google+" target="_blank" rel="noreferrer" itemprop="sameAs"></a>
</li>
<li class="t-global-footer-social__list-item">
<a class="t-global-footer-social__link u-icon-youtube" href="https://www.youtube.com/channel/UCsfvkOCTD3irsxlKZasCvqA" aria-label="YouTube" target="_blank" rel="noreferrer" itemprop="sameAs"></a>
</li>
</ul>
</nav>
<div id="newsletter_form" class="readytheme-contentsection">
<form class="t-newsletter-form x-collapsible-content" aria-labelledby="newsletter-form-label" name="Join Our Newsletter">
<p id="newsletter-form-label" class="c-menu__title">Join Our Newsletter</p>
<button class="x-collapsible-content__toggle" data-a11y-toggle="newsletter-form" type="button">Join Our Newsletter <span class="u-icon-add" data-toggle="<" aria-hidden="true"></span></button>
<fieldset id="newsletter-form" class="x-collapsible-content__item">
<legend>Join Our Newsletter</legend>
<input class="c-form-input t-newsletter-form__input" type="email" name="email" value="" placeholder="Enter Your Email" aria-label="Enter your email">
<button class="c-button t-newsletter-form__input" aria-label="Submit to join our newsletter">Join</button>
</fieldset>
</form>
</div>
</section>
</div>
</div>
<div id="copyright" class="readytheme-contentsection">
<section class="o-layout o-layout--flush u-color-gray-600 u-text-center t-site-footer__copyright">
<p class="o-layout__item">
© 2024 FlightHelmet.com All Rights Reserved
</p>
</section>
</div>
</footer>
<!-- end t-site-footer -->
<script data-resource-group="footer_js" data-resource-code="settings">theme_path = 'themes/00000001/shadows/';
(mivaJS => {
mivaJS.ReadyTheme = theme_path.split('/').reverse()[1];
mivaJS.ReadyThemeVersion = '10.05.00';
mivaJS.Store_Code = 'FHL';
mivaJS.Product_Code = '';
mivaJS.Category_Code = '';
mivaJS.Customer_Login = '';
mivaJS.Page = 'SFNT';
mivaJS.Screen = 'SFNT';
/**
* These are options you can use to control some JavaScript function on your site.
*/
mivaJS.miniBasket = {
closeOnBackground: true,
closeOnEsc: true,
use: true
}
mivaJS.showPassword = {
useIcon: true
}
})(window.mivaJS || (window.mivaJS = {}));</script><script src="https://www.flighthelmet.com/mm5/json.mvc?Store_Code=FHL&amp;Function=JavaScriptResource_Output&amp;JavaScriptCombinedResource_Code=scripts&amp;T=388bbf8f" data-resource-group="footer_js" data-resource-code="scripts"></script>

</body></html>