!function t(e,n,i){function o(s,a){if(!n[s]){if(!e[s]){var c="function"==typeof require&&require;if(!a&&c)return c(s,!0);if(r)return r(s,!0);var u=new Error("Cannot find module '"+s+"'");throw u.code="MODULE_NOT_FOUND",u}var l=n[s]={exports:{}};e[s][0].call(l.exports,function(t){var n=e[s][1][t];return o(n?n:t)},l,l.exports,t,e,n,i)}return n[s].exports}for(var r="function"==typeof require&&require,s=0;se;e++)if(e in this&&this[e]===t)return e;return-1},a=function(t,e){this.name=t,this.code=DOMException[t],this.message=e},c=function(t,e){if(""===e)throw new a("SYNTAX_ERR","An invalid or illegal string was specified");if(/\s/.test(e))throw new a("INVALID_CHARACTER_ERR","String contains an invalid character");return s.call(t,e)},u=function(t){for(var e=r.call(t.getAttribute("class")||""),n=e?e.split(/\s+/):[],i=0,o=n.length;o>i;i++)this.push(n[i]);this._updateClassName=function(){t.setAttribute("class",this.toString())}},l=u[n]=[],f=function(){return new u(this)};if(a[n]=Error[n],l.item=function(t){return this[t]||null},l.contains=function(t){return t+="",-1!==c(this,t)},l.add=function(){var t,e=arguments,n=0,i=e.length,o=!1;do t=e[n]+"",-1===c(this,t)&&(this.push(t),o=!0);while(++nn;n++)t=arguments[n],e.call(this,t)}};e("add"),e("remove")}if(t.classList.toggle("c3",!1),t.classList.contains("c3")){var n=DOMTokenList.prototype.toggle;DOMTokenList.prototype.toggle=function(t,e){return 1 in arguments&&!this.contains(t)==!e?e:n.call(this,t)}}t=null}())},{}],2:[function(t,e,n){(function(t){function n(t,e,n){function o(e){var n=v,i=m;return v=m=void 0,A=e,g=t.apply(i,n)}function r(t){return A=t,b=setTimeout(l,e),k?o(t):g}function c(t){var n=t-L,i=t-A,o=e-n;return T?E(o,y-i):o}function u(t){var n=t-L,i=t-A;return void 0===L||n>=e||0>n||T&&i>=y}function l(){var t=x();return u(t)?f(t):void(b=setTimeout(l,c(t)))}function f(t){return b=void 0,O&&v?o(t):(v=m=void 0,g)}function d(){void 0!==b&&clearTimeout(b),A=0,v=L=m=b=void 0}function h(){return void 0===b?g:f(x())}function p(){var t=x(),n=u(t);if(v=arguments,m=this,L=t,n){if(void 0===b)return r(L);if(T)return b=setTimeout(l,e),o(L)}return void 0===b&&(b=setTimeout(l,e)),g}var v,m,y,g,b,L,A=0,k=!1,T=!1,O=!0;if("function"!=typeof t)throw new TypeError(a);return e=s(e)||0,i(n)&&(k=!!n.leading,T="maxWait"in n,y=T?w(s(n.maxWait)||0,e):y,O="trailing"in n?!!n.trailing:O),p.cancel=d,p.flush=h,p}function i(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function o(t){return!!t&&"object"==typeof t}function r(t){return"symbol"==typeof t||o(t)&&b.call(t)==u}function s(t){if("number"==typeof t)return t;if(r(t))return c;if(i(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=i(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=t.replace(l,"");var n=d.test(t);return n||h.test(t)?p(t.slice(2),n?2:8):f.test(t)?c:+t}var a="Expected a function",c=NaN,u="[object Symbol]",l=/^\s+|\s+$/g,f=/^[-+]0x[0-9a-f]+$/i,d=/^0b[01]+$/i,h=/^0o[0-7]+$/i,p=parseInt,v="object"==typeof t&&t&&t.Object===Object&&t,m="object"==typeof self&&self&&self.Object===Object&&self,y=v||m||Function("return this")(),g=Object.prototype,b=g.toString,w=Math.max,E=Math.min,x=function(){return y.Date.now()};e.exports=n}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],3:[function(t,e,n){"use strict";function i(t,e){var n="true"===t.getAttribute("aria-expanded");return this.hideAll(),n||this.show(t),!1}function o(t){var e=t.getAttribute("aria-controls"),n=document.getElementById(e);if(n)return n;throw new Error('No accordion target with id "'+e+'" exists')}function r(t){var e=this;this.root=t,this.$(a).forEach(function(t){t.attachEvent?t.attachEvent("onclick",i.bind(e,t)):t.addEventListener("click",i.bind(e,t))});var n=this.select(c);this.hideAll(),void 0!==n&&this.show(n)}var s=t("../utils/select"),a="button.usa-accordion-button",c=a+"[aria-expanded=true]";r.prototype.select=function(t){return this.$(t)[0]},r.prototype.$=function(t){return s(t,this.root)},r.prototype.toggle=function(t,e){var n=o(t);return t.setAttribute("aria-expanded",e),n.setAttribute("aria-hidden",!e),this},r.prototype.hide=function(t){return this.toggle(t,!1)},r.prototype.show=function(t){return this.toggle(t,!0)},r.prototype.hideAll=function(){var t=this;return this.$(a).forEach(function(e){t.hide(e)}),this},e.exports=r},{"../utils/select":22}],4:[function(t,e,n){function i(t){t.preventDefault?t.preventDefault():t.returnValue=!1,this.classList.toggle("usa-banner-header-expanded")}function o(){var t=r(".usa-banner-header");t.forEach(function(t){var e=i.bind(t);r("[aria-controls]",t).forEach(function(t){s(t,"click",e)})})}var r=t("../utils/select"),s=t("../utils/dispatch");e.exports=o},{"../utils/dispatch":21,"../utils/select":22}],5:[function(t,e,n){function i(t){for(var e=t.parentNode.firstChild,n=[];e;)1==e.nodeType&&e!=t&&n.push(e),e=e.nextSibling;return n}var o=t("../utils/select"),r=t("../utils/dispatch"),s=function(){var t=this.parentNode,e=i(t);t.classList.remove("hidden"),e.forEach(function(t){t.classList.add("hidden")})},a=[];e.exports=function(){var t=o(".usa-footer-big nav ul"),e=o(".usa-footer-big nav .usa-footer-primary-link");a.length&&(a.forEach(function(t){t.off()}),a=[]),window.innerWidth<600?(t.forEach(function(t){t.classList.add("hidden")}),e.forEach(function(t){a.push(r(t,"click",s))})):t.forEach(function(t){t.classList.remove("hidden")})}},{"../utils/dispatch":21,"../utils/select":22}],6:[function(t,e,n){function i(t){var e=s(".usa-overlay, .usa-nav"),n=s(".usa-nav-close")[0];return e.forEach(function(t){t.classList.toggle("is-visible")}),document.body.classList.toggle("usa-mobile_nav-active"),n.focus(),!1}function o(){var t=s(".usa-menu-btn, .usa-overlay, .usa-nav-close");u=t.map(function(t){return a(t,c,i)})}function r(){for(;u.length;)u.pop().off()}var s=t("../utils/select"),a=t("../utils/dispatch"),c="ontouchstart"in document.documentElement?"touchstart":"click",u=[];e.exports=o,e.exports.off=r},{"../utils/dispatch":21,"../utils/select":22}],7:[function(t,e,n){function i(t){return l.hidden?s():(r(),p=m(document.body,g,o)),!1}function o(t){a(t.target)||(s(),p.off(),p=void 0)}function r(){l.classList.remove(y);var t=l.querySelector("[type=search]");t&&t.focus(),f.hidden=!0}function s(){l.classList.add(y),f.hidden=!1}function a(t){return l&&l.contains(t)||d&&d.contains(t)}function c(){l=v(".js-search-form")[0],f=v(".js-search-button")[0],d=v(".js-search-button-container")[0],f&&l&&(s(),h=m(f,g,i))}function u(){h&&h.off(),p&&p.off()}var l,f,d,h,p,v=t("../utils/select"),m=t("../utils/dispatch"),y="usa-sr-only",g="ontouchstart"in document.documentElement?"touchstart":"click";e.exports=c,e.exports.off=u},{"../utils/dispatch":21,"../utils/select":22}],8:[function(t,e,n){e.exports=function(t,e){t.forEach(function(t){t.setAttribute("autocapitalize","off"),t.setAttribute("autocorrect","off"),t.setAttribute("type",e?"password":"text")})}},{}],9:[function(t,e,n){function i(t){var e=t.split(" ");return e.map(function(t){return"#"+t}).join(", ")}function o(t){for(;t&&"FORM"!==t.tagName;)t=t.parentNode;return t}var r=t("./toggle-field-mask"),s=t("../utils/select"),a=function(t,e,n){var a=t.getAttribute("aria-controls");if(!a||0===a.trim().length)throw new Error("Did you forget to define selectors in the aria-controls attribute? Check element "+t.outerHTML);var c=i(a),u=o(t);if(!u)throw new Error("toggleFormInput() needs the supplied element to be inside a
. Check element "+t.outerHTML);var l=s(c,u),f=!1,d=function(i){i.preventDefault(),r(l,f),t.textContent=f?e:n,f=!f};t.attachEvent?t.attachEvent("onclick",d):t.addEventListener("click",d)};e.exports=a},{"../utils/select":22,"./toggle-field-mask":8}],10:[function(t,e,n){function i(t){if(t.hasAttributes()){for(var e={},n=t.attributes,i=n.length-1;i>=0;i--){var o=n[i].name.match(/data-(.*)/i);if(o&&o[1]){var r=o[1].replace(/-/,"");e[r]=n[i].value}}return e}}var o=t("../utils/select"),r=t("../utils/dispatch");e.exports=function(t){function e(){for(n in u)if(n.startsWith("validate")){s=n.split("validate")[1],a=new RegExp(u[n]),validatorSelector="[data-validator="+s+"]",c=o(validatorSelector,l)[0];var e=a.test(t.value);c.classList.toggle("usa-checklist-checked",e)}}var n,s,a,c,u=i(t),l=o(u.validationelement)[0];r(t,"keyup",e)}},{"../utils/dispatch":21,"../utils/select":22}],11:[function(t,e,n){var i=t("../utils/select"),o=t("../utils/when-dom-ready"),r=t("../components/accordion");o(function(){var t=i(".usa-accordion, .usa-accordion-bordered");t.forEach(function(t){new r(t)})})},{"../components/accordion":3,"../utils/select":22,"../utils/when-dom-ready":23}],12:[function(t,e,n){var i=t("../utils/when-dom-ready"),o=t("../components/banner");i(function(){o()})},{"../components/banner":4,"../utils/when-dom-ready":23}],13:[function(t,e,n){var i=t("lodash.debounce"),o=t("../utils/when-dom-ready"),r=t("../utils/dispatch"),s=t("../components/footer");o(function(){s(),r(window,"resize",i(s,180))})},{"../components/footer":5,"../utils/dispatch":21,"../utils/when-dom-ready":23,"lodash.debounce":2}],14:[function(t,e,n){var i=t("../utils/when-dom-ready"),o=t("../utils/select"),r=t("../components/validator"),s=t("../components/toggle-form-input");i(function(){var t=o(".usa-show_password")[0],e=o(".usa-show_multipassword")[0],n=o(".js-validate_password")[0];t&&s(t,"Show Password","Hide Password"),e&&s(e,"Show my typing","Hide my typing"),n&&r(n)})},{"../components/toggle-form-input":9,"../components/validator":10,"../utils/select":22,"../utils/when-dom-ready":23}],15:[function(t,e,n){var i=t("../utils/when-dom-ready"),o=t("../components/navigation");i(o)},{"../components/navigation":6,"../utils/when-dom-ready":23}],16:[function(t,e,n){t("../polyfills/element-hidden"),t("classlist-polyfill"),Array.prototype.forEach||(Array.prototype.forEach=function(t,e){var n,i;if(null===this)throw new TypeError(" this is null or not defined");var o=Object(this),r=o.length>>>0;if("function"!=typeof t)throw new TypeError(t+" is not a function");for(arguments.length>1&&(n=e),i=0;r>i;){var s;i in o&&(s=o[i],t.call(n,s,i,o)),i++}}),Function.prototype.bind||(Function.prototype.bind=function(t){if("function"!=typeof this)throw new TypeError("Function.prototype.bind - what is trying to be bound is not callable");var e=Array.prototype.slice.call(arguments,1),n=this,i=function(){},o=function(){return n.apply(this instanceof i?this:t,e.concat(Array.prototype.slice.call(arguments)))};return this.prototype&&(i.prototype=this.prototype),o.prototype=new i,o})},{"../polyfills/element-hidden":19,"classlist-polyfill":1}],17:[function(t,e,n){var i=t("../utils/when-dom-ready"),o=t("../components/search");i(o)},{"../components/search":7,"../utils/when-dom-ready":23}],18:[function(t,e,n){var i=t("../utils/dispatch"),o=t("../utils/select"),r=t("../utils/when-dom-ready");r(function(){var t=o(".skipnav")[0],e=o("#main-content")[0];t&&i(t,"click",function(){e.setAttribute("tabindex","0")}),e&&i(e,"blur",function(){e.setAttribute("tabindex","-1")})})},{"../utils/dispatch":21,"../utils/select":22,"../utils/when-dom-ready":23}],19:[function(t,e,n){var i=window.HTMLElement.prototype,o="hidden";o in i||Object.defineProperty(i,o,{get:function(){return this.hasAttribute(o)},set:function(t){t?this.setAttribute(o,""):this.removeAttribute(o)}})},{}],20:[function(t,e,n){"use strict";t("./initializers/polyfills"),t("./initializers/accordions"),t("./initializers/banner"),t("./initializers/footer"),t("./initializers/forms"),t("./initializers/navigation"),t("./initializers/search"),t("./initializers/skip-nav")},{"./initializers/accordions":11,"./initializers/banner":12,"./initializers/footer":13,"./initializers/forms":14,"./initializers/navigation":15,"./initializers/polyfills":16,"./initializers/search":17,"./initializers/skip-nav":18}],21:[function(t,e,n){e.exports=function(t,e,n,i){var o=e.split(/\s+/),r=function(t,e,n){t.attachEvent&&t.attachEvent("on"+e,n,i),t.addEventListener&&t.addEventListener(e,n,i)},s=function(t,e){var n;"createEvent"in document?(n=document.createEvent("HTMLEvents"),n.initEvent(e,!1,!0),t.dispatchEvent(n)):(n=document.createEventObject(),n.eventType=e,t.fireEvent("on"+t.eventType,n))},a=function(t,e,n){t.detachEvent&&t.detachEvent("on"+e,n,i),t.removeEventListener&&t.removeEventListener(e,n,i)};return o.forEach(function(e){r.call(null,t,e,n)}),{trigger:function(){s.call(null,t,o[0])},off:function(){o.forEach(function(e){a.call(null,t,e,n)})}}}},{}],22:[function(t,e,n){function i(t){return!!t&&"object"==typeof t&&1===t.nodeType}e.exports=function(t,e){if("string"!=typeof t)return[];void 0!==e&&i(e)||(e=window.document);var n=e.querySelectorAll(t);return Array.prototype.slice.call(n)}},{}],23:[function(t,e,n){function i(t){return"function"==typeof t}e.exports=function(t){"loading"!==document.readyState?i(t)&&t():document.addEventListener?document.addEventListener("DOMContentLoaded",t):document.attachEvent("onreadystatechange",function(){"complete"===document.readyState&&i(t)&&t()})}},{}],24:[function(t,e,n){var i=window.innerWidth;if(i>600)for(var o=document.getElementsByClassName("video-bg"),r=0;r