<div class="offline-notification {{notificationClasses}}">
  {{tooltip-on-element side='bottom' text='You are currently offline and will not be able to submit the form until your have reconnected'}}
    {{#fa-stack size="lg" as |s|}}
      {{s.stack-2x "ban" class="offline-notification__icon offline-notification__icon--ban"}}
      {{s.stack-1x "wifi" class="offline-notification__icon offline-notification__icon--wifi"}}
    {{/fa-stack}}
</div>
