WHAT WE DO

Keeping families together to help kids heal and cope better

  • ronald mcdonald houses


    house

    A “home-away-from-home” to keep parents and children together
    Learn More

    plus and minus symbols

    house
  • ronald mcdonald family rooms


    mother and child

    A place for families to rest right in the hospital
    Learn More

    plus and minus symbols

    mother and child
  • ronald mcdonald care mobiles


    father and son

    Access to health care where children need it most
    Learn More

    plus and minus symbols

    father and son
  • grants


    children holding hands

    Extending the reach and impact of RMHC
    Learn More

    plus and minus symbols

    children holding hands
  • RMHC U.S.
    scholarships


    children with large check

    Assistance for students to achieve their college dream
    Learn More

    plus and minus symbols

    children with large check

/* #################### WHAT WE DO #################### */
/* #################### DESKTOP BUILD #################### */

function openClose(el, slider, container) {
var dropDownSection = el.prev(‘.sliderDropDown’);
var dropImg = el.prev(‘.sliderDropDown’).find(“.sliderImg.mobile”);

$(‘.sliderDropDown’).each(function() {

if(this != dropDownSection[0] || $(this).height() > 137)
{
TweenLite.to(this, 1, {css:{height:137}, overwrite:”all”});
$(this).parent().find(‘.plusMinusSprite’).removeClass(‘open’);
} else {
$(this).parent().find(‘.plusMinusSprite’).addClass(‘open’);
}
});
if(el.hasClass(‘open’)) {
var headerHeight = 364;
var headerWidth = “100%”;
} else {
var headerHeight = 137;
var headerWidth = “50%”;
container.removeClass(‘active’);
}
if ($(window).width() > 768)
{
TweenLite.to(dropDownSection, 1, {css:{height:headerHeight}, overwrite:”all”});
}
}

function enableWhatWeDoDesktop(){
$(‘#whatWeDoContainer .slider’).delegate(“.viewHidden”, “click”, function(e){
if($(e.target).attr(‘class’) != ‘close’){
slideContainer = $(‘#whatWeDoContainer’);
slideContainer.addClass(‘active’);
$(this).toggleClass(‘open’);
openClose($(this), $(‘#whatWeDoContainer .slider’), slideContainer);
}
});

}