Fair Housing Videos

Apr 4, 2023    54 mins

NAR and the Perception Institute have teamed up to create a curriculum that will help REALTORS® recognize unconscious biases.
protected override void OnPreRender(EventArgs e) { var cmsPage = this.Page as CmsPageBase; if (cmsPage != null) { cmsPage.Title = "My Title"; cmsPage.Header.Controls.Add(new LiteralControl("")); } base.OnPreRender(e); }