/* Footer branding */

.footerName::after {
  content: "Sherpa Software";
}

.footerLink::after {
  content: "www.sherpasoftware.com";
}

/* General auto fill-in titles */
.auto-fillin-brand-title-after::after {
  content: "Sherpa Discover";
}
.auto-fillin-brand-title-before::before {
  content: "Sherpa Discover";
}
.auto-fillin-company-title-after::after {
  content: "Sherpa Software";
}
.auto-fillin-company-title-before::before {
  content: "Sherpa Software";
}
.auto-fillin-product-name-before::before {
  content: "Discover";
}
.auto-fillin-product-name-after::after {
  content: "Discover";
}
