Planning Tools

Increase Font Size Decrease Font Size

Build a Legacy by Giving

By giving to Hiram College, you are demonstrating your passion for the College’s
mission and your commitment to Hiram students. By planning your support, you can make a gift that will make a difference for years to come. Use this site to learn about the many ways to provide for our students’ future and your family’s through your estate and financial plans.

Plan by Age

Get personalized tips on which types of gifts are right for you and how your gift can fit into your overall estate plans.

Two Popular Gift Ideas

Two Popular Gift Ideas
  • Read about how one donor has set up a charitable gift annuity, which will provide payments to him for a lifetime and benefit Hiram students for years to come.
  • One of the simplest ways to support Hiram, is through your will. It is easier than you think.

Meet Our Donors

Meet Our Donors Why we bought a Hiram gift annuity.
Marshall and Marjorie Foley Winkle ‘57/’58 remember with great fondness their time on Hiram Hill. Read more

A Family Affair
Sisters Gwen Gibbs Kingzett ’53 and Pat Gibbs Shanower’50 come from a long line of Gibbs family members who attended Hiram College. Read more

▲  Return to Top

Contact

You can make a difference today. We're happy to answer any questions you might have.

Contact Us

Next Steps Most Read

IFIC CLASSES TO THE .chrome, .chromeXX : Google Chrome .ie, .ieXX : Internet Explorer .firefox, .firefoxXX : Firefox .opera, .operaXX : Opera .safari, .safariXX : Safari ////////////////////////////////////////////////////////////////////////////////////// */ var userAgent = navigator.userAgent.toLowerCase(); var browserVersion; $(document).ready(function(){ //browser detection $.browser.chrome = /chrome/.test(navigator.userAgent.toLowerCase()); // Is this a version of IE? if($.browser.msie){ $('body').addClass('ie'); // Add the version number browserVersion=$.browser.version.split(".",1); $('body').addClass('ie' + browserVersion); } // Is this a version of Chrome? if($.browser.chrome){ $('body').addClass('chrome'); //Add the version number browserVersion = userAgent.substring(userAgent.indexOf('chrome/') +7); browserVersion = browserVersion.split(".",1); $('body').addClass('chrome' + browserVersion); // If it is chrome then jQuery thinks it's safari so we have to tell it it isn't $.browser.safari = false; } // Is this a version of Safari? if($.browser.safari){ $('body').addClass('safari'); // Add the version number browserVersion = userAgent.substring(userAgent.indexOf('version/') +8); browserVersion = browserVersion.split(".",1); $('body').addClass('safari' + browserVersion); } // Is this a version of Mozilla? if($.browser.mozilla){ //Is it Firefox? if(navigator.userAgent.toLowerCase().indexOf('firefox') != -1){ $('body').addClass('firefox'); // Add the version number browserVersion = userAgent.substring(userAgent.indexOf('firefox/') +8); browserVersion = browserVersion.split(".",1); $('body').addClass('firefox' + browserVersion); } // If not then it must be another Mozilla else{ $('body').addClass('mozilla'); } } // Is this a version of Opera? if($.browser.opera){ $('body').addClass('opera'); // Add the version number browserVersion = userAgent.substring(userAgent.indexOf('opera/') +6); browserVersion = browserVersion.split(".",1); $('body').addClass('opera' + browserVersion); } });