<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*JJE These ones are confirmed as active*/
h1, h2, h3, h4, h5,
.rf-text-container h1,
.rf-text-container h1 span{
  font-family: 'Avante Garde';
  color:#032d60;
}
body, span, p, div{
  font-family: 'SalesforceSans',sans-serif;
  color: #59575c;
}
/*pages that need important...*/
.salesforce-edusummit22-cfp-cfpHome h1,
.salesforce-edusummit22-cfp-cfpHome h2,
.salesforce-edusummit22-cfp-cfpHome h2 span,
.salesforce-edusummit22-cfp-cfpHome h2 strong{
  font-family: 'Avante Garde' !important;
  color:#032d60 !important;
}

.rf-org-header-container header img {
    width: 100%;
}

/*stack radio buttons on all forms*/

#workflow-login-page .md-frame .md-frame-body {
    min-height: 384px
}
  
/*footer overlap fix - Suri Test*/
/*.rf-org-header-container, .rf-workflow, .rf-org-footer-container {
  display: contents;
}*/

/*footer overlap fix - Suri Test*/
.body.rf-body.plus-trailblazerdx22-ContentLeadLiveTable-workingreport, .rf-org-footer-container {
	display: flex;
    padding: 10px 0;
    margin: 0 auto;
}


</pre></body></html>