{% if site.show_last_updated_at %}

Last updated: {{ page.last_modified_at | date: '%B %d, %Y at %I:%M %p' }}

{% endif %} {% unless site.show_return_to_top == false %}
Return to top
{% endunless %} {% if site.footer_nav %} {% assign footer_links = site.footer_nav %} {% assign _sizes = 'whole half third fourth sixth' | split: ' ' %} {% assign _size = footer_links.size | minus: 1 %} {% assign _size = _sizes[_size] | default: 'whole' %}
    {% for _link in footer_links %}
  • {{ _link.text }}
  • {% endfor %}
{% endif %}
{{ site.contact.agency_logo_alt | default: 'A U.S. Government seal.' }}

{{ site.contact.agency_name | default: 'Name of agency' }}

{% assign social_links = site.contact.social_links %} {% if site.contact.contact_links %} {% for _link in social_links %} {{ _link.text }} {% endfor %} {% endif %}

{{ site.contact.heading | default: 'Agency contact center' }}

{% if site.contact.contact_links %}
{% assign contact_links = site.contact.contact_links %} {% for _link in contact_links %}

{{ _link.text }}

{% endfor %}
{% endif %} {% unless site.show_suggest_an_edit == false %} Edit this page {% endunless %}