/*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;
}

/*Tyson branding edit*/

button.rfSI.favorite-catalog-result.favorite-session {
    display: none;
}

label.rf-checkbox.show-favorites {
    display: none;
}

.session-calendar-instructions {
    color: black !important;
}

.recommendation-bar {
    background-color: #032D60 !important;
}


span.recommended-for-you-text {
    color: white;
}

span.recommendation-message {
    color: white;
}

.rf-print-view-footer-text {
    display: none;
}


