<footer class="c-page-footer">
  <div class="o-wrapper">
    {# @todo commenting out grid and cell calls until we wire them up to work in Drupal #}
    {# {% grid %}
      {% cell "u-1/1 u-2/3@small" %} #}
          <div class="o-inline-list c-footer-list">
            <div class="o-inline-list__item  c-footer-list__item">
              {% include "@atoms/links/link.twig" with {
                link: {
                  "href": "tel:+1-617-374-9600",
                  "text": "US: +1 (617) 374-9600",
                  "classes": "c-text--loud"
                }
              } %}
            </div>
            <div class="o-inline-list__item  c-footer-list__item">
              {% include "@atoms/links/link.twig" with {
                link: {
                  "href": "tel:+44-0-118-9591150",
                  "text": "UK: +44(0) 118-9591150",
                  "classes": "c-text--loud"
                }
              } %}
            </div>
            <div class="o-inline-list__item  c-footer-list__item">
              {% include "@atoms/links/link.twig" with {
                link: {
                  "href": "tel:+61-2-9581-7000",
                  "text": "AU: +61 2-9581-7000",
                  "classes": "c-text--loud"
                }
              } %}
            </div>
          </div>

        <div class="o-inline-list c-footer-list">
          <div class="o-inline-list__item c-footer-list__item">
            <a href="https://www.pega.com/privacy">Privacy and Security</a>
          </div>
          <div class="o-inline-list__item c-footer-list__item">
            <a href="https://www.pega.com/terms">Terms of Use</a>
          </div>
          <div class="o-inline-list__item c-footer-list__item">
            <a href="https://pdn.pega.com/contact-us">Contact Us</a>
          </div>
          <div class="o-inline-list__item c-footer-list__item">
            <a href="https://www.pega.com/trademarks">Trademarks</a>
          </div>
        </div>
  {#    {% endcell %}
          @todo commenting out grid and cell calls until we wire them up to work in Drupal
      {% cell "u-1/1 u-1/3@small o-grid--right" %} #}
    {#
    @todo commenting out share.twig include.  This is on Salem's plate to fix.
        {% include "@molecules/share/share.twig" with {
  				share: {
            classes: "c-share--large",
  					text: "",
            items: share.items | merge({
              "twitter": {
                "link": {
                  "href": "https://twitter.com/pega",
                  "text": "Follow Us On Twitter"
                },
                "icon": share.items.twitter.icon
              },
              "facebook": {
                "link": {
                  "href": "https://www.facebook.com/pegasystems",
                  "text": "Follow Us On Facebook"
                },
                "icon": share.items.facebook.icon
              },
              "linkedin": {
                "link": {
                  "href": "https://www.linkedin.com/company/165426",
                  "text": "Connect with us on LinkedIn"
                },
                "icon": share.items.linkedin.icon
              },
              "email": false,
              "youtube": {
                "link": {
                  "href": "https://www.youtube.com/user/Pegasystems",
                  "text": "Check us out on YouTube"
                },
                "icon": {
                  "name": "youtube"
                }
              }
            })
  				}
  			} %}
  			#}
 {#     {% endcell %}


    {% endgrid %}  #}
  </div>
</footer>
