.rf-admin-content *, .rfComp-canvas *, .rf-default-modal *, [id*='rf-'].rf-widget * {
    font-family: 'SalesforceSans','Open Sans',Helvetica,Arial,sans-serif !important;
}
/*include all Custom Components in the Exhibitor Booth H2 Call 20220107*/
#rf-exhibitorcatalog.rf-widget .exhibitor-details-page .exhibitor-details-content section h2, 
#rf-exhibitorcatalog.rf-widget .exhibitor-details-page .exhibitor-details-content .download-file-link h2, 
#rf-exhibitorcatalog.rf-widget .exhibitor-details-page .exhibitor-details-content .exhibitor-sessions h2, 
#rf-exhibitorcatalog.rf-widget .exhibitor-details-page .exhibitor-details-content .exhibitor-speakers h2, 
#rf-exhibitorcatalog.rf-widget .exhibitor-details-page .exhibitor-details-content .exhibitor-videos h2, 
#rf-exhibitorcatalog.rf-widget .exhibitor-details-page .exhibitor-details-content .exhibitor-overview h2,
#rf-exhibitorcatalog.rf-widget .exhibitor-details-page .exhibitor-details-content .custom-component h2 {
    font-size: 24px;
    margin: 0 0 20px;
    line-height: 20px;
}
/*remove the track pill 20220107*/
/*remove Back to Expo 20220107*/
/*remove fb placeholder 20220107*/
#rf-exhibitorcatalog.rf-widget .exhibitor-details-page .social-media-links > li:nth-child(3),
#rf-exhibitorcatalog.rf-widget .exhibitor-details-page .exhibitor-details-back-to-catalog,
#rf-exhibitorcatalog.rf-widget .exhibitor-details-page .exhibitor-details-content .title-badges,
#rf-exhibitorcatalog.rf-widget .exhibitor-details-page .title-badges{
  display:none;
}

/*fix email on exhibitor booth page 20220107*/
#rf-exhibitorcatalog.rf-widget .exhibitor-details-page .rf-contact-sidebar .rf-contact-actions .exhibitor-email .mdBtnR-text {
  padding-bottom:10px;
}
/*increase size of left nav 20220112*/
#rf-exhibitorcatalog.rf-widget .exhibitor-details-page .rf-contact-sidebar {
    min-width: 325px;
    max-width: 325px;
}
/*fix hover on left email (button, ha) 20220112*/
button.mdBtnR.mdBtnR-link.exhibitor-email:hover span,
button.mdBtnR.mdBtnR-link.exhibitor-email span:hover{
  background:none !important;
}


/*booth pages left alight sidebar contact us email 20220119*/
#rf-exhibitorcatalog.rf-widget .exhibitor-details-page .rf-contact-sidebar .rf-contact-actions .exhibitor-email .mdBtnR-text {
  text-align:left;
}
/*booth pages change top and bottom spacing on sidebar social icons 20220119*/
#rf-exhibitorcatalog.rf-widget .exhibitor-details-page .rf-contact-sidebar .social-media-links {
    margin: 10px 0 20px 0;
}

/*remove favorite button 20220124*/
button.rfSI.favorite-catalog-result {
    display: none;
}

