/* fixes word wrapping issue in IE11 for webforms */
fieldset.fieldset-invisible > legend {
  width: 100% !important; }
