<%= t('shared.skip_link') %>
<%= image_tag "uswds/dist/img/us_flag_small.png", alt: t('shared.banner.us_flag'), class: "usa-banner__header-flag" %>

<%= t('shared.banner.official_site') %>

<%= javascript_tag nonce: true do %> document.getElementById('gov-banner').setAttribute('hidden', ''); <% end %>
<%= image_tag "uswds/dist/img/icon-dot-gov.svg", role: "img", "aria-hidden": true, class: "usa-banner__icon usa-media-block__img" %>
<%= t('shared.banner.gov_heading') %>
<%= t('shared.banner.gov_description_html') %>
<%= image_tag "uswds/dist/img/icon-https.svg", role: "img", "aria-hidden": true, class: "usa-banner__icon usa-media-block__img" %>

<%= t('shared.banner.secure_heading') %>
<%= t('shared.banner.secure_description_html', lock_icon: render('application/banner_lock_icon')) %>

<%= render "application/demo_site_banner" if Rails.configuration.x.show_demo_banner %>