{% if footer.logo.displayLogo and footer.logo.displayLogo == 'true' %}
{% endif %}
    {% for item in footer.contactItems %}
  • {% if item.type_options.selected != "address" and item.displayAsLink == 'true' %} {% endif %} {% if item.type_options.selected == "email" %}{% endif %} {{item.value}} {% if item.type_options.selected == "email" %}{% endif %} {% if item.type_options.selected != "address" and item.displayAsLink == 'true' %} {% endif %} {% if loop.index < 2 and footer.showContactItemsVerticalBar == 'true' %}| {% endif %}
  • {% endfor %}

{{footer.disclaimer}}

{% if footer.inFrame %}

{{footer.inFrame}}

{% endif %}

© {{footer.copyright.content}}

{% if footer.show_menuItems and footer.show_menuItems == 'true' %}
    {% for item in footer.menuItems %}
  • {% if item.name | lower == 'citations' %} {{item.name}} {% else %} {% if item.displayAsBold == 'true' %}{% endif %}{{item.name}}{% if item.displayAsBold == 'true' %}{% endif %} {% endif %} {% if loop.index < 3 and footer.showMenuItemsVerticalBar == 'true' %}{% if item.displayAsBold == 'true' %}{% endif %}|{% if item.displayAsBold == 'true' %}{% endif %} {% endif %}
  • {% endfor %}
{% endif %}