/* Use the 'marketing' seal instead of the Drupal 8 icon */
.toolbar-icon-admin-toolbar-tools-help:before {
 background-image: url('/themes/custom/utsys/images/svg/uts-logo-new.svg'); 
}

/* hide the Acquia Connector subscription item for authenticated users */
.acquia-active-subscription {
  display: none !important;
}