Skip to main content

HOW TO GIVE TO THE FOUNDATION

Bright Horizons employees, clients, families, and friends can support the Bright Horizons Foundation for Children. When you make a contribution, you help bring comfort to children in crisis. Your gift, no matter what size, can open a world of possibilities to children whose lives are tough, challenging, and often very frightening. Together, we can brighten their lives.

General Donations

Make a tax-deductible gift now to support the Foundation’s important work. Donate online or we accept checks mailed to:

Bright Horizons Foundation for Children
2 Wells Avenue,
Newton, MA 02459

Ask if your organization supports employee contributions – an easy way to double your donation through matching gifts.

 

A young girl thoughtfully waters flowers in a raised garden

Bright Horizons

Employee Donations

Bright Horizons employees can become Impact Makers by setting up regular paycheck contributions. No amount is too small - every dollar helps make a difference in the lives of children and families in crisis. 


Foundation Note Cards

Give back with Foundation note cards for friends and family. 
Net proceeds from the sale of these note cards support the programs of the Bright Horizons Foundation for Children. The artwork was created by children enrolled in Bright Horizons centers.

Note Card Fundraiser

 


Runtime Error

Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>