{"id":595,"date":"2020-04-13T19:30:56","date_gmt":"2020-04-13T19:30:56","guid":{"rendered":"https:\/\/www.dreamfoundation.org\/annual-report-2019\/?page_id=595"},"modified":"2021-06-30T21:49:54","modified_gmt":"2021-06-30T21:49:54","slug":"our-programs","status":"publish","type":"page","link":"https:\/\/www.dreamfoundation.org\/annual-report-2020\/our-programs\/","title":{"rendered":"Our Programs"},"content":{"rendered":"<h3><strong>Our Programs<\/strong><\/h3>\n<p><img decoding=\"async\" src=\"wp-content\/uploads\/logo-dream-program.png\" alt=\"\"><\/p>\n<hr>\n<h4>Dream Program<\/h4>\n<div>\n<p>        <img decoding=\"async\" src=\"wp-content\/uploads\/DreamProgram-web-1.jpg\" alt=\"\"><\/p>\n<p>        <img decoding=\"async\" src=\"wp-content\/uploads\/DreamProgram-web-1.jpg\" alt=\"\"><\/p>\n<\/div>\n<div>\n<p>Dream Foundation\u2019s Dream program fulfills Dreams that provide inspiration, comfort and closure at the end of life. A nationwide network of volunteers, hospices, health care organizations and committed donors helped us give life to 540 Dreams in 2020.<\/p>\n<\/div>\n<h4>Dreams by Age<\/h4>\n<div>\n<ul data-pie-id=\"oursvg1\">\n<li data-value=\"8\">&#11044; 18-33 8%<\/li>\n<li data-value=\"21\">&#11044; 34-50 21%<\/li>\n<li data-value=\"34\">&#11044; 51-65 34%<\/li>\n<li data-value=\"37\">&#11044; over 65 37%<\/li>\n<li data-value=\"0.1\">\u00a0<\/li>\n<\/ul>\n<\/div>\n<h4>Type of Dreams<\/h4>\n<div>\n<ul data-pie-id=\"oursvg2\">\n<li data-value=\"5\">&#11044; Celebrity 5%<\/li>\n<li data-value=\"4\">&#11044; Day Dream 4%<\/li>\n<li data-value=\"4\">&#11044; Disneyland\/Walt Disney World 4%<\/li>\n<li data-value=\"14\">&#11044; Family Reunion 14%<\/li>\n<li data-value=\"47\">&#11044; Quality Of Life 47%<\/li>\n<li data-value=\"3\">&#11044; Sports 3%<\/li>\n<li data-value=\"23\">&#11044; Vacation 23%<\/li>\n<li data-value=\"0.1\">\u00a0<\/li>\n<\/ul>\n<\/div>\n<h4>Dreams by Condition<\/h4>\n<div>\n<ul data-pie-id=\"oursvg3\">\n<li data-value=\"56\">\u2b24 Cancer 56%<\/li>\n<li data-value=\"11\">\u2b24 Heart Disease 11%<\/li>\n<li data-value=\"10\">\u2b24 Lung Disease 10%<\/li>\n<li data-value=\"2\">\u2b24 Liver Disease 2%<\/li>\n<li data-value=\"2\">\u2b24 ALS 2%<\/li>\n<li data-value=\"16\">\u2b24 Other 16%<\/li>\n<li data-value=\"0.1\">\u00a0<\/li>\n<\/ul>\n<\/div>\n<h4>Airline Resources<\/h4>\n<div>\n<ul class=\"full-last\" data-pie-id=\"oursvg4\">\n<li data-value=\"73\">\u2b24 FLIGHTS BOOKED WITH DONATED ROUND-TRIP TICKETS 73%<\/li>\n<li data-value=\"10\">\u2b24 FLIGHTS PURCHASED BY DREAM FOUNDATION 10%<\/li>\n<li data-value=\"17\">\u2b24 FLIGHTS BOOKED WITH DONATED AIRLINE MILES 17%<\/li>\n<li data-value=\"0.1\">\u00a0<\/li>\n<\/ul>\n<\/div>\n<div>\n<p><em>DONATED ROUND-TRIP TICKETS ARE FROM SOUTHWEST AIRLINES AND ALASKA AIRLINES. DONATED AIRLINE MILES ARE FROM ALASKA AIRLINES, American Airlines, SOUTHWEST AIRLINES AND UNITED AIRLINES. AN AVERAGE FLIGHT REQUIRES 44,795 MILES PER TICKET.<\/em><\/p>\n<\/div>\n<h4>\n<ul data-pie-id=\"oursvg52\">\n<li data-value=\"18\">Dream recipients with children in the home <span class=\"full-svg\">18%<\/span><\/li>\n<li data-value=\"82\">\u00a0<\/li>\n<\/ul>\n<\/h4>\n<h4>\n<ul data-pie-id=\"oursvg62\">\n<li data-value=\"15\">Emergency Dreams Served <span class=\"full-svg\">15%<\/span><\/li>\n<li data-value=\"85\">\u00a0<\/li>\n<\/ul>\n<\/h4>\n<h4>\n<ul data-pie-id=\"oursvg7\">\n<li data-value=\"60\">Dreams using In-kind Donations <span class=\"full-svg\">60%<\/span><\/li>\n<li data-value=\"40\"><\/li>\n<\/ul>\n<\/h4>\n<h4>\n<ul data-pie-id=\"oursvg8\">\n<li data-value=\"30\">Dream Deliveries <span class=\"full-svg\">30%<\/span> <\/li>\n<li data-value=\"70\"><\/li>\n<\/ul>\n<\/h4>\n<div>\n<p>    <script src=\"https:\/\/code.jquery.com\/jquery-latest.min.js\"><\/script><br \/>\n<script type=\"text\/javascript\" src=\"\/\/cdn.jsdelivr.net\/snap.svg\/0.1.0\/snap.svg-min.js\"><\/script><br \/>\n   <script>\n       ;(function ($, window, document, undefined) {\n  'use strict';<\/p>\n<p>  var Pizza = {\n    version : '0.0.1',<\/p>\n<p>    settings : {\n      donut: false,\n      donut_inner_ratio: 0.4,   \/\/ between 0 and 1\n      percent_offset: 35,       \/\/ relative to radius\n      stroke_color: '#333',\n      stroke_width: 0,\n      show_percent: true,       \/\/ show or hide the percentage on the chart.\n      animation_speed: 500,\n      animation_type: 'elastic' \/\/ options: backin, backout, bounce, easein, \n                                \/\/          easeinout, easeout, linear\n    },<\/p>\n<p>    init : function (scope, options) {\n      var self = this;\n      this.scope = scope || document.body;<\/p>\n<p>      var pies = $('[data-pie-id]', this.scope);<\/p>\n<p>      $.extend(true, this.settings, options)<\/p>\n<p>      if (pies.length > 0) {\n        pies.each(function () {\n          return self.build($(this), options);\n        });\n      } else {\n        this.build($(this.scope), options);\n      }<\/p>\n<p>      this.events();\n    },<\/p>\n<p>    events : function () {\n      var self = this;<\/p>\n<p>      $(window).off('.pizza').on('resize.pizza', self.throttle(function () {\n        self.init();\n      }, 100));<\/p>\n<p>      $(this.scope).off('.pizza').on('mouseenter.pizaa mouseleave.pizza touchstart.pizza', '[data-pie-id] li', function (e) {\n        var parent = $(this).parent(),\n            path = Snap($('#' + parent.data('pie-id') + ' path[data-id=\"s' + $(this).index() + '\"]')[0]),\n            text = Snap($(path.node).parent()\n              .find('text[data-id=\"' + path.node.getAttribute('data-id') + '\"]')[0]),\n            settings = $(this).parent().data('settings');<\/p>\n<p>        if (\/start\/i.test(e.type)) {\n          $(path.node).siblings('path').each(function () {\n            if (this.nodeName) {\n              path.animate({\n                transform: 's1 1 ' + path.node.getAttribute('data-cx') + ' ' + path.node.getAttribute('data-cy')\n              }, settings.animation_speed, mina[settings.animation_type]);\n              Snap($(this).next()[0]).animate({\n                opacity: 0\n              }, settings.animation_speed); \n            }\n          });\n        } <\/p>\n<p>        if (\/enter|start\/i.test(e.type)) {\n          path.animate({\n            transform: 's1.05 1.05 ' + path.node.getAttribute('data-cx') + ' ' + path.node.getAttribute('data-cy')\n          }, settings.animation_speed, mina[settings.animation_type]);<\/p>\n<p>          if (settings.show_percent) {\n            text.animate({\n              opacity: 1\n            }, settings.animation_speed);\n          }\n        } else {\n          path.animate({\n            transform: 's1 1 ' + path.node.getAttribute('data-cx') + ' ' + path.node.getAttribute('data-cy')\n          }, settings.animation_speed, mina[settings.animation_type]);\n          text.animate({\n            opacity: 0\n          }, settings.animation_speed);\n        }\n      });\n    },<\/p>\n<p>    build : function(legends, options) {\n      var self = this;<\/p>\n<p>      var legend = legends, graph;<\/p>\n<p>      legend.data('settings', $.extend({}, self.settings, options, legend.data('options')));\n      self.data(legend, options || {});<\/p>\n<p>      return self.update_DOM(self.pie(legend));\n    },<\/p>\n<p>    data : function (legend, options) {\n      var data = [],\n          count = 0;<\/p>\n<p>      $('li', legend).each(function () {\n        var segment = $(this);<\/p>\n<p>        if (options.data) {\n          data.push({\n            value: options.data[segment.index()], \n            color: segment.css('color'),\n            segment: segment\n          });\n        } else {\n          data.push({\n            value: segment.data('value'), \n            color: segment.css('color'),\n            segment: segment\n          });\n        }\n      });<\/p>\n<p>      return legend.data('graph-data', data);\n    },<\/p>\n<p>    update_DOM : function (parts) {\n      var legend = parts[0],\n          graph = parts[1];<\/p>\n<p>      return $(this.identifier(legend)).html(graph);\n    },<\/p>\n<p>    pie : function (legend) {\n      \/\/ pie chart concept from JavaScript the \n      \/\/ Definitive Guide 6th edition by David Flanagan\n      var settings = legend.data('settings'),\n          svg = this.svg(legend, settings),\n          data = legend.data('graph-data'),\n          total = 0,\n          angles = [],\n          start_angle = 0,\n          base = $(this.identifier(legend)).width() - 4;<\/p>\n<p>      for (var i = 0; i < data.length; i++) {\n        total += data[i].value;\n      }\n\n      for (var i = 0; i < data.length; i++) {\n        angles[i] = data[i].value \/ total * Math.PI * 2;\n      }\n\n      for (var i = 0; i < data.length; i++) {\n        var end_angle = start_angle + angles[i];\n        var cx = (base \/ 2),\n            cy = (base \/ 2),\n            r = ((base \/ 2) * 0.85);\n\n        if (!settings.donut) {\n          \/\/ Compute the two points where our wedge intersects the circle\n          \/\/ These formulas are chosen so that an angle of 0 is at 12 o'clock\n          \/\/ and positive angles increase clockwise\n          var x1 = cx + r * Math.sin(start_angle);\n          var y1 = cy - r * Math.cos(start_angle);\n          var x2 = cx + r * Math.sin(end_angle);\n          var y2 = cy - r * Math.cos(end_angle);\n\n          \/\/ This is a flag for angles larger than than a half circle\n          \/\/ It is required by the SVG arc drawing component\n          var big = 0;\n          if (end_angle - start_angle > Math.PI) big = 1;<\/p>\n<p>          \/\/ This string holds the path details\n          var d = \"M\" + cx + \",\" + cy +  \/\/ Start at circle center\n              \" L\" + x1 + \",\" + y1 +     \/\/ Draw line to (x1,y1)\n              \" A\" + r + \",\" + r +       \/\/ Draw an arc of radius r\n              \" 0 \" + big + \" 1 \" +      \/\/ Arc details...\n              x2 + \",\" + y2 +            \/\/ Arc goes to to (x2,y2)\n              \" Z\";                      \/\/ Close path back to (cx,cy)\n        }<\/p>\n<p>        var existing_path = $('path[data-id=\"s' + i + '\"]', svg.node);<\/p>\n<p>        if (existing_path.length > 0) {\n          var path = Snap(existing_path[0]);\n        } else {\n          var path = svg.path();\n        }<\/p>\n<p>        var percent = (data[i].value \/ total) * 100.0;<\/p>\n<p>        \/\/ thanks to Raphael.js\n        var existing_text = $('text[data-id=\"s' + i + '\"]', svg.node);<\/p>\n<p>        if (existing_text.length > 0) {\n          var text = Snap(existing_text[0]);\n          text.attr({\n            x: cx + (r + settings.percent_offset) * Math.sin(start_angle + (angles[i] \/ 2)),\n            y: cy - (r + settings.percent_offset) * Math.cos(start_angle + (angles[i] \/ 2))\n          });\n        } else {\n          var text = path.paper.text(cx + (r + settings.percent_offset) * Math.sin(start_angle + (angles[i] \/ 2)),\n               cy - (r + settings.percent_offset) * Math.cos(start_angle + (angles[i] \/ 2)), Math.ceil(percent) + '%');\n        }<\/p>\n<p>        var left_offset = text.getBBox().width \/ 2;<\/p>\n<p>        text.attr({\n          x: text.attr('x') - left_offset,\n          opacity: 0\n        });<\/p>\n<p>        text.node.setAttribute('data-id', 's' + i);\n        path.node.setAttribute('data-cx', cx);\n        path.node.setAttribute('data-cy', cy);<\/p>\n<p>        if (settings.donut) {\n          this.annular_sector(path.node, {\n            centerX:cx, centerY:cy,\n            startDegrees:start_angle, endDegrees:end_angle,\n            innerRadius: (r * settings.donut_inner_ratio), outerRadius:r\n          });\n        } else {\n          path.attr({d:d});\n        }<\/p>\n<p>        path.attr({\n          fill: data[i].color,\n          stroke: settings.stroke_color,\n          strokeWidth: settings.stroke_width\n        });<\/p>\n<p>        path.node.setAttribute('data-id', 's' + i);<\/p>\n<p>        this.animate(path, cx, cy, settings);<\/p>\n<p>        \/\/ The next wedge begins where this one ends\n        start_angle = end_angle;\n      }<\/p>\n<p>      return [legend, svg.node];\n    },<\/p>\n<p>    animate : function (el, cx, cy, settings) {\n      var self = this;<\/p>\n<p>      el.hover(function (e) {\n        var path = Snap(e.target),\n            text = Snap($(path.node).parent()\n              .find('text[data-id=\"' + path.node.getAttribute('data-id') + '\"]')[0]);<\/p>\n<p>        path.animate({\n          transform: 's1.05 1.05 ' + cx + ' ' + cy\n        }, settings.animation_speed, mina[settings.animation_type]);<\/p>\n<p>        text.touchend(function () {\n          path.animate({\n            transform: 's1.05 1.05 ' + cx + ' ' + cy\n          }, settings.animation_speed, mina[settings.animation_type]);\n        });<\/p>\n<p>        if (settings.show_percent) {\n          text.animate({\n            opacity: 1\n          }, settings.animation_speed);\n          text.touchend(function () {\n            text.animate({\n              opacity: 1\n            }, settings.animation_speed);\n          });\n        }\n      }, function (e) {\n        var path = Snap(e.target),\n            text = Snap($(path.node).parent()\n              .find('text[data-id=\"' + path.node.getAttribute('data-id') + '\"]')[0]);<\/p>\n<p>        path.animate({\n          transform: 's1 1 ' + cx + ' ' + cy\n        }, settings.animation_speed, mina[settings.animation_type]);<\/p>\n<p>        text.animate({\n          opacity: 0\n        }, settings.animation_speed);\n      });\n    },<\/p>\n<p>    svg : function (legend, settings) {\n      var container = $(this.identifier(legend)),\n          svg = $('svg', container),\n          width = container.width(),\n          height = width;<\/p>\n<p>      if (svg.length > 0) {\n        svg = Snap(svg[0]);\n      } else {\n        svg = Snap(width, height);\n      }<\/p>\n<p>      svg.node.setAttribute('width', width + settings.percent_offset);\n      svg.node.setAttribute('height', height + settings.percent_offset);\n      svg.node.setAttribute('viewBox', '-' + settings.percent_offset + ' -' + settings.percent_offset + ' ' + \n        (width + (settings.percent_offset * 1.5)) + ' ' + \n        (height + (settings.percent_offset * 1.5)));<\/p>\n<p>      return svg;\n    },<\/p>\n<p>    \/\/ http:\/\/stackoverflow.com\/questions\/11479185\/svg-donut-slice-as-path-element-annular-sector\n    annular_sector : function (path, options) {\n      var opts = optionsWithDefaults(options);<\/p>\n<p>      var p = [ \/\/ points\n        [opts.cx + opts.r2*Math.sin(opts.startRadians),\n         opts.cy - opts.r2*Math.cos(opts.startRadians)],\n        [opts.cx + opts.r2*Math.sin(opts.closeRadians),\n         opts.cy - opts.r2*Math.cos(opts.closeRadians)],\n        [opts.cx + opts.r1*Math.sin(opts.closeRadians),\n         opts.cy - opts.r1*Math.cos(opts.closeRadians)],\n        [opts.cx + opts.r1*Math.sin(opts.startRadians),\n         opts.cy - opts.r1*Math.cos(opts.startRadians)],\n      ];<\/p>\n<p>      var angleDiff = opts.closeRadians - opts.startRadians;\n      var largeArc = (angleDiff % (Math.PI*2)) > Math.PI ? 1 : 0;\n      var cmds = [];\n      cmds.push(\"M\"+p[0].join());                                \/\/ Move to P0\n      cmds.push(\"A\"+[opts.r2,opts.r2,0,largeArc,1,p[1]].join()); \/\/ Arc to  P1\n      cmds.push(\"L\"+p[2].join());                                \/\/ Line to P2\n      cmds.push(\"A\"+[opts.r1,opts.r1,0,largeArc,0,p[3]].join()); \/\/ Arc to  P3\n      cmds.push(\"z\");                                \/\/ Close path (Line to P0)\n      path.setAttribute('d',cmds.join(' '));<\/p>\n<p>      function optionsWithDefaults(o){\n        \/\/ Create a new object so that we don't mutate the original\n        var o2 = {\n          cx           : o.centerX || 0,\n          cy           : o.centerY || 0,\n          startRadians : (o.startDegrees || 0),\n          closeRadians : (o.endDegrees   || 0),\n        };<\/p>\n<p>        var t = o.thickness!==undefined ? o.thickness : 100;\n        if (o.innerRadius!==undefined)      o2.r1 = o.innerRadius;\n        else if (o.outerRadius!==undefined) o2.r1 = o.outerRadius - t;\n        else                                o2.r1 = 200           - t;\n        if (o.outerRadius!==undefined)      o2.r2 = o.outerRadius;\n        else                                o2.r2 = o2.r1         + t;<\/p>\n<p>        if (o2.r1<0) o2.r1 = 0;\n        if (o2.r2<0) o2.r2 = 0;\n\n        return o2;\n      }\n    },\n\n    identifier : function (legend) {\n      return '#' + legend.data('pie-id');\n    },\n\n    throttle : function(fun, delay) {\n      var timer = null;\n      return function () {\n        var context = this, args = arguments;\n        clearTimeout(timer);\n        timer = setTimeout(function () {\n          fun.apply(context, args);\n        }, delay);\n      };\n    }\n  };\n\n  window.Pizza = Pizza;\n\n}(jQuery, this, this.document));\n\n$(window).load(function() {\n      Pizza.init();\n})\n\n<\/script><\/p>\n<style>\n    \/* line 20, ..\/sass\/pizza.scss *\/\n[data-pie-id='oursvg1'] li:nth-child(0) {\n\/*  color: blue;*\/\n}\n\/* line 20, ..\/sass\/pizza.scss *\/\n[data-pie-id='oursvg1'] li:nth-child(1) {\n  color: #B0C3E3;\n}\n\/* line 20, ..\/sass\/pizza.scss *\/\n[data-pie-id='oursvg1'] li:nth-child(2) {\n  color: #6D95C9;\n}\n\/* line 20, ..\/sass\/pizza.scss *\/\n[data-pie-id='oursvg1'] li:nth-child(3) {\n  color: #234D7D;\n}\n\/* line 20, ..\/sass\/pizza.scss *\/\n[data-pie-id='oursvg1'] li:nth-child(4) {\n  color: #BBD5D6;\n}\n\/* line 20, ..\/sass\/pizza.scss *\/\n[data-pie-id='oursvg1'] li:nth-child(5) {\n  color: #BAD5D4;\n}\n\/* line 20, ..\/sass\/pizza.scss *\/\n[data-pie-id='oursvg1'] li:nth-child(6) {\n  color: #E4F3FB;\n}\n\/* line 26, ..\/sass\/pizza.scss *\/\nul[data-pie-id] {\n  list-style: none;\n  padding: 10px;\n}\n[data-pie-id='oursvg2'] li:nth-child(0) {\n  color: #d84200;\n}\n\/* line 20, ..\/sass\/pizza.scss *\/\n[data-pie-id='oursvg2'] li:nth-child(1) {\n  color: #6D95C9;\n}\n\/* line 20, ..\/sass\/pizza.scss *\/\n[data-pie-id='oursvg2'] li:nth-child(2) {\n  color: #B0C3EB;\n}\n\/* line 20, ..\/sass\/pizza.scss *\/\n[data-pie-id='oursvg2'] li:nth-child(3) {\n  color: #BBD5D6;\n}\n\/* line 20, ..\/sass\/pizza.scss *\/\n[data-pie-id='oursvg2'] li:nth-child(4) {\n  color: #CFE8EF;\n}\n\/* line 20, ..\/sass\/pizza.scss *\/\n[data-pie-id='oursvg2'] li:nth-child(5) {\n  color: #7DB5B4;\n}\n\/* line 20, ..\/sass\/pizza.scss *\/\n[data-pie-id='oursvg2'] li:nth-child(6) {\n  color: #BFBFBF;\n}\n[data-pie-id='oursvg2'] li:nth-child(7) {\n  color: #234D7D;\n}\n[data-pie-id='oursvg3'] li:nth-child(0) {\n  color: #d84200;\n}\n\/* line 20, ..\/sass\/pizza.scss *\/\n[data-pie-id='oursvg3'] li:nth-child(1) {\n  color: #7DB5B4;\n}\n\/* line 20, ..\/sass\/pizza.scss *\/\n[data-pie-id='oursvg3'] li:nth-child(2) {\n  color: #CFE8EF;\n}\n\/* line 20, ..\/sass\/pizza.scss *\/\n[data-pie-id='oursvg3'] li:nth-child(3) {\n  color: #6D95C9;\n}\n\/* line 20, ..\/sass\/pizza.scss *\/\n[data-pie-id='oursvg3'] li:nth-child(4) {\n  color: #B0C3EB;\n}\n\/* line 20, ..\/sass\/pizza.scss *\/\n[data-pie-id='oursvg3'] li:nth-child(5) {\n  color: #BFBFBF;\n}\n\/* line 20, ..\/sass\/pizza.scss *\/\n[data-pie-id='oursvg3'] li:nth-child(6) {\n  color: #234D7D;\n}\n[data-pie-id='oursvg3'] li:nth-child(7) {\n  color: #234D7D;\n}\n\/* line 20, ..\/sass\/pizza.scss *\/\n[data-pie-id='oursvg4'] li:nth-child(1) {\n  color: #234D7D;\n}\n\/* line 20, ..\/sass\/pizza.scss *\/\n[data-pie-id='oursvg4'] li:nth-child(2) {\n  color: #6D95C9;\n}\n\/* line 20, ..\/sass\/pizza.scss *\/\n[data-pie-id='oursvg4'] li:nth-child(3) {\n  color: #7DB5B4;\n}\n\/* line 20, ..\/sass\/pizza.scss *\/\n[data-pie-id='oursvg52'] li:nth-child(1) {\n  color: #234D7D;\n}\n[data-pie-id='oursvg52'] li:nth-child(2) {\n  color: #e6e6e6;\n}\n\/* line 20, ..\/sass\/pizza.scss *\/\n[data-pie-id='oursvg62'] li:nth-child(1) {\n  color: #234D7D;\n}\n[data-pie-id='oursvg62'] li:nth-child(2) {\n  color: #e6e6e6;\n}\n\/* line 20, ..\/sass\/pizza.scss *\/\n[data-pie-id='oursvg7'] li:nth-child(1) {\n  color: #234D7D;\n}\n[data-pie-id='oursvg7'] li:nth-child(2) {\n  color: #e6e6e6;\n}\n\/* line 20, ..\/sass\/pizza.scss *\/\n[data-pie-id='oursvg8'] li:nth-child(1) {\n  color: #234D7D;\n}\n[data-pie-id='oursvg8'] li:nth-child(2) {\n    color: #e6e6e6;\n    width: 100%;\n}\n}\n<\/style>\n<\/div>\n<h4><font color=\"white\">Volunteer Hours<\/font><\/h4>\n<div>\n<p style=\"text-align: center; color:white;\"><strong>OFFICE<\/strong><\/p>\n<p style=\"text-align: center; font-size: 250%; color:white;\">338<\/p>\n<\/div>\n<div>\n<p style=\"text-align: center; color:white;\"><strong>DREAM HOST<\/strong><\/p>\n<p style=\"text-align: center; font-size: 250%; color:white;\">1,095<\/p>\n<\/div>\n<div>\n<p style=\"text-align: center; color:white;\"><strong>FLOWER EMPOWER<\/strong><\/p>\n<p style=\"text-align: center; font-size: 250%; color:white;\">5,058<\/p>\n<\/div>\n<div>\n<p style=\"text-align: center; color:white;\"><strong>TOY PROGRAM<\/strong><\/p>\n<p style=\"text-align: center; font-size: 250%; color:white;\">285<\/p>\n<\/div>\n<div>\n<p style=\"text-align: center; color:white;\"><strong>TOTAL HOURS<\/strong><\/p>\n<p style=\"text-align: center; font-size: 250%; color:white;\">6,776<\/p>\n<\/div>\n<div>\n<p style=\"text-align: center; color:white;\"><strong>TOTAL VALUE OF HOURS* <\/strong><\/p>\n<p style=\"text-align: center; font-size: 250%; color:white;\">$202,941.20<\/p>\n<\/div>\n<div>\n<p style=\"text-align: center; color:white;\">*Based on California Independent Sector\u2019s value of volunteer time at $29.95\/hour<\/p>\n<\/div>\n<p><img decoding=\"async\" src=\"wp-content\/uploads\/logo-dfv-2.png\" alt=\"\"><\/p>\n<hr>\n<h4>Dreams for Veterans<\/h4>\n<div>\n<p>        <img decoding=\"async\" src=\"wp-content\/uploads\/DFV-web-1.jpg\" alt=\"\"><\/p>\n<p>        <img decoding=\"async\" src=\"wp-content\/uploads\/DFV-web-2.jpg\" alt=\"\"><\/p>\n<div>\n<p style=\"text-align: center; font-size: 125%; color:white;\">\"I just broke down and cried at the sight of it. Seeing the Arizona was the most wonderful thing I've ever had. It brought everything together at the end of my life.\"<\/p>\n<p style=\"text-align: center; font-family: bitter;\"><em>\u2014 U.S. Navy veteran Eddie<\/em><\/p>\n<\/div>\n<\/div>\n<div>\n<p>Officially launched in Washington, D.C., in 2015, Dreams for Veterans tailors the Dream experience to veterans and their families. Dream recipients are U.S. military veterans who served in conflicts from World War II to the Iraq and Afghanistan Wars, those who have served during peacetime or who currently serve on active duty, including members of the Reserve and National Guard. Dreams for Veterans acknowledges veterans and honors their service by fulfilling their final Dream, providing them, their families and caregivers inspiration, comfort and closure at the end of life. In 2020, Dreams for Veterans served 56 Dreams for those who selflessly served our nation.<\/p>\n<p>On Veterans Day in 2016, Dream Foundation, the only national Dream-granting organization for terminally-ill adults, was honored to enter into a new strategic partnership with the U.S. Department of Veterans Affairs (VA) to improve the lives of veterans with life-limiting illnesses.<\/p>\n<p>Through our Dreams for Veterans program, Dream Foundation and VA are working closely together to facilitate positive events, provide motivational support and fulfill final dreams for Veterans and their families. In addition, we are connecting to VA hospice care providers and palliative care social workers to offer resources to address some of the unique needs of veterans.<\/p>\n<\/div>\n<p><img decoding=\"async\" src=\"wp-content\/uploads\/logo-va.png\" alt=\"\"><br \/>\n<img decoding=\"async\" src=\"wp-content\/uploads\/dfv-infographic-2020-2.png\" alt=\"\"><br \/>\n<img decoding=\"async\" src=\"wp-content\/uploads\/logo-fe.png\" alt=\"\"><\/p>\n<hr>\n<h4>Flower Empower<\/h4>\n<div>\n<p>        <img decoding=\"async\" src=\"wp-content\/uploads\/FE-web-1.jpg\" alt=\"\"><\/p>\n<p>        <img decoding=\"async\" src=\"wp-content\/uploads\/FE-web-2.jpg\" alt=\"\"><\/p>\n<div>\n<p style=\"text-align: center; font-size: 125%; color:white;\">\"Coming out of a difficult oncology appointment, we were met in the lobby by such beautiful flowers. Their beauty and your kindness in providing them lifted a heavy load from my heart. The bouquet we were gifted was a shining light to bring home and it continued to lift our spirits.\"<\/p>\n<p style=\"text-align: center; font-family: bitter;\"><em>\u2014 Flower Empower recipient Alison<\/em><\/p>\n<\/div>\n<\/div>\n<div>Flower Empower is a Santa Barbara-based, volunteer-driven program. Since its inception in 1994, Flower Empower has served thousands of community members by providing more than 100,000 bouquets, fresh baked cookies, artisanal chocolates and cards to people in hospices, cancer centers and private homes. Each week, roughly 25 volunteers assemble 200 bouquets using donated flowers. In 2020, the Flower Empower program logged 5,058 volunteer hours and arranged 8,140 bouquets. Flower delivery referrals come from cancer centers, nurses, social workers, hospices, elder support organizations and the community at large.<\/div>\n<p><img decoding=\"async\" src=\"wp-content\/uploads\/logo-dtp.png\" alt=\"\"><\/p>\n<hr>\n<h4>Dream Toy Program<\/h4>\n<div>\n<p>        <img decoding=\"async\" src=\"wp-content\/uploads\/ToyProgram-web-1.jpg\" alt=\"\"><\/p>\n<p>        <img decoding=\"async\" src=\"wp-content\/uploads\/ToyProgram-web-2.jpg\" alt=\"\"><\/p>\n<div>\n<p style=\"text-align: center; font-size: 125%; color:white;\">\"The toys that were sent for my great niece and nephews were amazing. The box decorations brought tears to my eyes just thinking that a stranger would take the time and care to do that was so heartfelt. These definitely brought smiles to sad faces.\"<\/p>\n<p style=\"text-align: center; font-family: bitter;\"><em>\u2014 Dream Toy Program recipient Patricia<\/em><\/p>\n<\/div>\n<\/div>\n<div>Dream Foundation Dreams touch not only the lives of Dream recipients, but also those of their families. Nearly 30 percent of Dream recipients have young children living at home. Each year, Dream Foundation\u2019s Dream Toy Program reaches hundreds of children who are losing a loved one. With each unexpected gift, we provide an opportunity to create happy memories and smiles. In 2020, before the pandemic suspended many volunteer activities, our dedicated volunteers logged over 158 hours to fill boxes with 594 donated toys donated by Ty, Inc., and these were delivered to 198 children in 95 families across the country. During the pandemic, Dream Foundation sent games to over 80 Dream recipient families so they could enjoy a new game with family and caregivers at home.<\/div>\n<p><!-- {\"type\":\"layout\",\"children\":[{\"name\":\"Custom Hero Section\",\"type\":\"section\",\"props\":{\"width\":\"default\",\"padding\":\"xlarge\",\"style\":\"default\",\"text_color\":\"\",\"media\":\"images\\\/home-header.jpg\",\"height_viewport\":true,\"header_overlay\":\"light\",\"image\":\"wp-content\\\/uploads\\\/hero-image-1-1.jpg\",\"media_advanced\":true,\"image_size\":\"cover\",\"media_background\":null,\"media_overlay\":null,\"height\":\"percent\",\"animation\":\"slide-top\",\"header_transparent\":\"dark\",\"image_position\":\"bottom-center\",\"image_fixed\":false,\"class\":\"\",\"media_blend_mode\":\"\",\"overlap\":false,\"css\":\"\",\"vertical_align\":\"middle\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"title_breakpoint\":\"xl\",\"image_width\":\"1920\",\"image_effect\":\"\",\"width_expand\":\"\",\"image_parallax_breakpoint\":\"\",\"image_visibility\":\"\",\"video_width\":\"\",\"video_height\":\"\",\"header_transparent_noplaceholder\":true},\"children\":[{\"name\":\"\",\"type\":\"row\",\"props\":{\"layout\":\"1-1\",\"breakpoint\":\"m\",\"fixed_width\":\"large\",\"class\":\"\",\"column_gap\":\"\",\"row_gap\":\"\",\"width\":\"\",\"width_expand\":\"\",\"height\":\"\",\"margin\":\"\"},\"children\":[{\"name\":\"\",\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\",\"vertical_align\":\"\",\"style\":\"\",\"text_color\":\"\",\"padding\":\"\"},\"children\":[]}]}]},{\"type\":\"section\",\"props\":{\"style\":\"default\",\"width\":\"\",\"vertical_align\":\"middle\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"title_breakpoint\":\"xl\",\"image_position\":\"center-center\",\"text_color\":\"\",\"width_expand\":\"\",\"height\":\"\",\"padding\":\"\",\"header_transparent\":\"\",\"animation\":\"\",\"padding_remove_top\":true,\"padding_remove_bottom\":true},\"children\":[{\"type\":\"row\",\"props\":{\"layout\":\"1-1\",\"breakpoint\":\"m\",\"fixed_width\":\"large\",\"column_gap\":\"\",\"row_gap\":\"\",\"width\":\"\",\"width_expand\":\"\",\"height\":\"\",\"margin\":\"\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\",\"vertical_align\":\"\",\"style\":\"\",\"text_color\":\"\",\"padding\":\"\"},\"children\":[{\"type\":\"divider\",\"props\":{\"divider_element\":\"div\",\"divider_style\":\"small\",\"divider_align\":\"\",\"divider_align_breakpoint\":\"\",\"divider_align_fallback\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"margin\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"class\":\"fullwidth-divider\"}}]}]}]},{\"type\":\"section\",\"props\":{\"style\":\"default\",\"width\":\"default\",\"vertical_align\":\"middle\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"title_breakpoint\":\"xl\",\"image_position\":\"center-center\",\"text_color\":\"\",\"width_expand\":\"\",\"height\":\"\",\"padding\":\"\",\"header_transparent\":\"\",\"animation\":\"\",\"padding_remove_bottom\":true},\"children\":[{\"type\":\"row\",\"props\":{\"layout\":\"1-1\",\"breakpoint\":\"m\",\"fixed_width\":\"large\",\"column_gap\":\"\",\"row_gap\":\"\",\"width\":\"\",\"width_expand\":\"\",\"height\":\"\",\"margin\":\"\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\",\"vertical_align\":\"\",\"style\":\"\",\"text_color\":\"\",\"padding\":\"\"},\"children\":[{\"name\":\"Custom Page Heading\",\"type\":\"headline\",\"props\":{\"title_element\":\"h3\",\"content\":\"<strong>Our Programs<\\\/strong>\",\"text_align\":\"center\",\"text_align_fallback\":\"center\",\"maxwidth\":\"\",\"title_style\":\"\",\"title_decoration\":\"\",\"block_align\":\"center\",\"title_font_family\":\"\",\"title_color\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"margin\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align_breakpoint\":\"\",\"animation\":\"\",\"visibility\":\"\"}}]}]}]},{\"type\":\"section\",\"props\":{\"style\":\"default\",\"width\":\"\",\"vertical_align\":\"middle\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"title_breakpoint\":\"xl\",\"image_position\":\"center-center\",\"text_color\":\"\",\"width_expand\":\"\",\"height\":\"\",\"padding\":\"\",\"header_transparent\":\"\",\"animation\":\"\",\"padding_remove_bottom\":true},\"children\":[{\"type\":\"row\",\"props\":{\"layout\":\",\",\"breakpoint\":\"m\",\"fixed_width\":\"large\",\"column_gap\":\"collapse\",\"row_gap\":\"\",\"width\":\"\",\"width_expand\":\"\",\"height\":\"\",\"margin\":\"\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\",\"vertical_align\":\"middle\",\"style\":\"muted\",\"text_color\":\"\",\"padding\":\"\"},\"children\":[{\"type\":\"image\",\"props\":{\"margin\":\"medium\",\"image_svg_color\":\"emphasis\",\"link_target\":\"\",\"image_border\":\"\",\"image_box_shadow\":\"\",\"image_hover_box_shadow\":\"\",\"image_box_decoration\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"center\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"image\":\"wp-content\\\/uploads\\\/logo-dream-program.png\",\"image_width\":\"300\"}},{\"type\":\"divider\",\"props\":{\"divider_element\":\"hr\",\"divider_style\":\"\",\"divider_align\":\"\",\"divider_align_breakpoint\":\"\",\"divider_align_fallback\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"margin\":\"\",\"maxwidth\":\"large\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"center\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\"}},{\"type\":\"headline\",\"props\":{\"title_element\":\"h4\",\"title_style\":\"\",\"title_decoration\":\"\",\"title_font_family\":\"\",\"title_color\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"margin\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"center\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"content\":\"Dream Program\"}}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\",\"vertical_align\":\"\",\"style\":\"\",\"text_color\":\"\",\"padding\":\"\",\"image\":\"\",\"image_size\":\"cover\",\"image_effect\":\"\",\"image_parallax_breakpoint\":\"\",\"image_visibility\":\"\",\"media_blend_mode\":\"\"},\"children\":[{\"type\":\"overlay\",\"props\":{\"link_text\":\"Read more\",\"overlay_mode\":\"cover\",\"overlay_hover\":true,\"overlay_style\":\"\",\"text_color\":\"light\",\"overlay_position\":\"center\",\"overlay_transition\":\"fade\",\"title_element\":\"h3\",\"meta_style\":\"meta\",\"meta_align\":\"below-title\",\"link_style\":\"default\",\"text_align\":\"center\",\"margin\":\"default\",\"overlay_padding\":\"large\",\"overlay_margin\":\"\",\"overlay_maxwidth\":\"\",\"image_transition\":\"\",\"image_box_shadow\":\"\",\"image_hover_box_shadow\":\"\",\"image_box_decoration\":\"\",\"title_transition\":\"\",\"title_style\":\"\",\"title_decoration\":\"\",\"title_font_family\":\"\",\"title_color\":\"\",\"title_margin\":\"\",\"meta_transition\":\"\",\"meta_color\":\"\",\"meta_margin\":\"\",\"content_transition\":\"\",\"content_style\":\"\",\"content_margin\":\"\",\"link_type\":\"\",\"link_transition\":\"\",\"link_size\":\"\",\"link_margin\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"image\":\"wp-content\\\/uploads\\\/DreamProgram-web-1.jpg\",\"hover_image\":\"wp-content\\\/uploads\\\/DreamProgram-web-1.jpg\",\"content\":\"\"}}]}]},{\"type\":\"row\",\"props\":{\"layout\":\"1-1\",\"breakpoint\":\"m\",\"fixed_width\":\"large\",\"column_gap\":\"\",\"row_gap\":\"\",\"width\":\"small\",\"width_expand\":\"\",\"height\":\"\",\"margin\":\"large\",\"margin_remove_bottom\":false},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\",\"vertical_align\":\"\",\"style\":\"\",\"text_color\":\"\",\"padding\":\"\"},\"children\":[{\"type\":\"text\",\"props\":{\"margin\":\"default\",\"column_breakpoint\":\"m\",\"text_style\":\"\",\"text_color\":\"\",\"text_size\":\"\",\"column\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"content\":\"\n\n<p>Dream Foundation\\u2019s Dream program fulfills Dreams that provide inspiration, comfort and closure at the end of life. A nationwide network of volunteers, hospices, health care organizations and committed donors helped us give life to 540 Dreams in 2020.<\\\/p>\"}}]}]}]},{\"type\":\"section\",\"props\":{\"style\":\"default\",\"width\":\"default\",\"vertical_align\":\"middle\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"title_breakpoint\":\"xl\",\"image_position\":\"center-center\",\"text_color\":\"\",\"width_expand\":\"\",\"height\":\"\",\"padding\":\"xsmall\",\"header_transparent\":\"\",\"animation\":\"\",\"padding_remove_top\":true,\"padding_remove_bottom\":true,\"class\":\"text-uppercase\"},\"children\":[{\"type\":\"row\",\"props\":{\"layout\":\"1-4,1-4,1-4,1-4|1-2,1-2,1-2,1-2\",\"breakpoint\":\"m\",\"fixed_width\":\"large\",\"column_gap\":\"\",\"row_gap\":\"\",\"width\":\"\",\"width_expand\":\"\",\"height\":\"\",\"margin\":\"\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\",\"vertical_align\":\"\",\"style\":\"\",\"text_color\":\"\",\"padding\":\"\"},\"children\":[{\"type\":\"html\",\"props\":{\"content\":\"\",\"class\":\"text-right\",\"id\":\"oursvg1\"},\"name\":\"Graph 1\"},{\"type\":\"headline\",\"props\":{\"title_element\":\"h4\",\"title_style\":\"\",\"title_decoration\":\"\",\"title_font_family\":\"\",\"title_color\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"margin\":\"small\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"center\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"content\":\"Dreams by Age\",\"margin_remove_bottom\":true,\"margin_remove_top\":true}},{\"type\":\"text\",\"props\":{\"margin\":\"default\",\"column_breakpoint\":\"m\",\"text_style\":\"\",\"text_color\":\"\",\"text_size\":\"\",\"column\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"center\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"content\":\"\n\n<ul data-pie-id=\\\"oursvg1\\\">\\n\n\n<li data-value=\\\"8\\\">&#11044; 18-33 8%<\\\/li>\\n\n\n<li data-value=\\\"21\\\">&#11044; 34-50 21%<\\\/li>\\n\n\n<li data-value=\\\"34\\\">&#11044; 51-65 34%<\\\/li>\\n\n\n<li data-value=\\\"37\\\">&#11044; over 65 37%<\\\/li>\\n\n\n<li data-value=\\\"0.1\\\">\\u00a0<\\\/li>\\n<\\\/ul>\"}}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\",\"vertical_align\":\"\",\"style\":\"\",\"text_color\":\"\",\"padding\":\"\"},\"children\":[{\"type\":\"html\",\"props\":{\"content\":\"\",\"class\":\"text-right\",\"id\":\"oursvg2\"},\"name\":\"Graph 2\"},{\"type\":\"headline\",\"props\":{\"title_element\":\"h4\",\"title_style\":\"\",\"title_decoration\":\"\",\"title_font_family\":\"\",\"title_color\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"margin\":\"small\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"center\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"content\":\"Type of Dreams\",\"margin_remove_bottom\":true,\"margin_remove_top\":true}},{\"type\":\"text\",\"props\":{\"margin\":\"default\",\"column_breakpoint\":\"m\",\"text_style\":\"\",\"text_color\":\"\",\"text_size\":\"\",\"column\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"center\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"content\":\"\n\n<ul data-pie-id=\\\"oursvg2\\\">\\n\n\n<li data-value=\\\"5\\\">&#11044; Celebrity 5%<\\\/li>\\n\n\n<li data-value=\\\"4\\\">&#11044; Day Dream 4%<\\\/li>\\n\n\n<li data-value=\\\"4\\\">&#11044; Disneyland\\\/Walt Disney World 4%<\\\/li>\\n\n\n<li data-value=\\\"14\\\">&#11044; Family Reunion 14%<\\\/li>\\n\n\n<li data-value=\\\"47\\\">&#11044; Quality Of Life 47%<\\\/li>\\n\n\n<li data-value=\\\"3\\\">&#11044; Sports 3%<\\\/li>\\n\n\n<li data-value=\\\"23\\\">&#11044; Vacation 23%<\\\/li>\\n\n\n<li data-value=\\\"0.1\\\">\\u00a0<\\\/li>\\n<\\\/ul>\"}}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\",\"vertical_align\":\"\",\"style\":\"\",\"text_color\":\"\",\"padding\":\"\"},\"children\":[{\"type\":\"html\",\"props\":{\"content\":\"\",\"class\":\"text-right\",\"id\":\"oursvg3\"},\"name\":\"Graph 3\"},{\"type\":\"headline\",\"props\":{\"title_element\":\"h4\",\"title_style\":\"\",\"title_decoration\":\"\",\"title_font_family\":\"\",\"title_color\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"margin\":\"small\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"center\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"content\":\"Dreams by Condition\",\"margin_remove_bottom\":true,\"margin_remove_top\":true}},{\"type\":\"text\",\"props\":{\"margin\":\"default\",\"column_breakpoint\":\"m\",\"text_style\":\"\",\"text_color\":\"\",\"text_size\":\"\",\"column\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"center\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"content\":\"\n\n<ul data-pie-id=\\\"oursvg3\\\">\\n\n\n<li data-value=\\\"56\\\">\\u2b24 Cancer 56%<\\\/li>\\n\n\n<li data-value=\\\"11\\\">\\u2b24 Heart Disease 11%<\\\/li>\\n\n\n<li data-value=\\\"10\\\">\\u2b24 Lung Disease 10%<\\\/li>\\n\n\n<li data-value=\\\"2\\\">\\u2b24 Liver Disease 2%<\\\/li>\\n\n\n<li data-value=\\\"2\\\">\\u2b24 ALS 2%<\\\/li>\\n\n\n<li data-value=\\\"16\\\">\\u2b24 Other 16%<\\\/li>\\n\n\n<li data-value=\\\"0.1\\\">\\u00a0<\\\/li>\\n<\\\/ul>\"}}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\",\"vertical_align\":\"\",\"style\":\"\",\"text_color\":\"\",\"padding\":\"\"},\"children\":[{\"type\":\"html\",\"props\":{\"content\":\"\",\"class\":\"text-right\",\"id\":\"oursvg4\"},\"name\":\"Graph 4\"},{\"type\":\"headline\",\"props\":{\"title_element\":\"h4\",\"title_style\":\"\",\"title_decoration\":\"\",\"title_font_family\":\"\",\"title_color\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"margin\":\"small\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"center\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"content\":\"Airline Resources\",\"margin_remove_bottom\":true,\"margin_remove_top\":true}},{\"type\":\"text\",\"props\":{\"margin\":\"default\",\"column_breakpoint\":\"m\",\"text_style\":\"\",\"text_color\":\"\",\"text_size\":\"\",\"column\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"center\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"content\":\"\n\n<ul class=\\\"full-last\\\" data-pie-id=\\\"oursvg4\\\">\\n\n\n<li data-value=\\\"73\\\">\\u2b24 FLIGHTS BOOKED WITH DONATED ROUND-TRIP TICKETS 73%<\\\/li>\\n\n\n<li data-value=\\\"10\\\">\\u2b24 FLIGHTS PURCHASED BY DREAM FOUNDATION 10%<\\\/li>\\n\n\n<li data-value=\\\"17\\\">\\u2b24 FLIGHTS BOOKED WITH DONATED AIRLINE MILES 17%<\\\/li>\\n\n\n<li data-value=\\\"0.1\\\">\\u00a0<\\\/li>\\n<\\\/ul>\"}},{\"type\":\"text\",\"props\":{\"margin\":\"default\",\"column_breakpoint\":\"m\",\"text_style\":\"\",\"text_color\":\"\",\"text_size\":\"small\",\"column\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"content\":\"\n\n<p><em>DONATED ROUND-TRIP TICKETS ARE FROM SOUTHWEST AIRLINES AND ALASKA AIRLINES. DONATED AIRLINE MILES ARE FROM ALASKA AIRLINES, American Airlines, SOUTHWEST AIRLINES AND UNITED AIRLINES. AN AVERAGE FLIGHT REQUIRES 44,795 MILES PER TICKET.<\\\/em><\\\/p>\"},\"name\":\"small\"}]}]}]},{\"type\":\"section\",\"props\":{\"style\":\"default\",\"width\":\"default\",\"vertical_align\":\"middle\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"title_breakpoint\":\"xl\",\"image_position\":\"center-center\",\"text_color\":\"\",\"width_expand\":\"\",\"height\":\"\",\"padding\":\"xsmall\",\"header_transparent\":\"\",\"animation\":\"\",\"padding_remove_top\":true,\"class\":\"text-uppercase\"},\"children\":[{\"type\":\"row\",\"props\":{\"layout\":\"1-4,1-4,1-4,1-4|1-2,1-2,1-2,1-2\",\"breakpoint\":\"m\",\"fixed_width\":\"large\",\"column_gap\":\"\",\"row_gap\":\"\",\"width\":\"\",\"width_expand\":\"\",\"height\":\"\",\"margin\":\"\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\",\"vertical_align\":\"\",\"style\":\"\",\"text_color\":\"\",\"padding\":\"\"},\"children\":[{\"type\":\"html\",\"props\":{\"content\":\"\",\"class\":\"text-right\",\"id\":\"oursvg52\"},\"name\":\"Graph 1\"},{\"type\":\"headline\",\"props\":{\"title_element\":\"h4\",\"title_style\":\"\",\"title_decoration\":\"\",\"title_font_family\":\"\",\"title_color\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"margin\":\"small\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"center\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"content\":\"\n\n<ul data-pie-id=\\\"oursvg52\\\">\\n\n\n<li data-value=\\\"18\\\">Dream recipients with children in the home <span class=\\\"full-svg\\\">18%<\\\/span><\\\/li>\\n\n\n<li data-value=\\\"82\\\">\\u00a0<\\\/li>\\n<\\\/ul>\",\"margin_remove_bottom\":true,\"margin_remove_top\":true}}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\",\"vertical_align\":\"\",\"style\":\"\",\"text_color\":\"\",\"padding\":\"\"},\"children\":[{\"type\":\"html\",\"props\":{\"content\":\"\",\"class\":\"text-right\",\"id\":\"oursvg62\"},\"name\":\"Graph 2\"},{\"type\":\"headline\",\"props\":{\"title_element\":\"h4\",\"title_style\":\"\",\"title_decoration\":\"\",\"title_font_family\":\"\",\"title_color\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"margin\":\"small\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"center\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"content\":\"\n\n<ul data-pie-id=\\\"oursvg62\\\">\\n\n\n<li data-value=\\\"15\\\">Emergency Dreams Served <span class=\\\"full-svg\\\">15%<\\\/span><\\\/li>\\n\n\n<li data-value=\\\"85\\\">\\u00a0<\\\/li>\\n<\\\/ul>\",\"margin_remove_bottom\":true,\"margin_remove_top\":true}}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\",\"vertical_align\":\"\",\"style\":\"\",\"text_color\":\"\",\"padding\":\"\"},\"children\":[{\"type\":\"html\",\"props\":{\"content\":\"\",\"class\":\"text-right\",\"id\":\"oursvg7\"},\"name\":\"Graph 3\"},{\"type\":\"headline\",\"props\":{\"title_element\":\"h4\",\"title_style\":\"\",\"title_decoration\":\"\",\"title_font_family\":\"\",\"title_color\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"margin\":\"small\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"center\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"content\":\"\n\n<ul data-pie-id=\\\"oursvg7\\\">\\n  \n\n<li data-value=\\\"60\\\">Dreams using In-kind Donations <span class=\\\"full-svg\\\">60%<\\\/span><\\\/li>                                \\n  \n\n<li data-value=\\\"40\\\"><\\\/li> \\n<\\\/ul>\",\"margin_remove_bottom\":true,\"margin_remove_top\":true}}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\",\"vertical_align\":\"\",\"style\":\"\",\"text_color\":\"\",\"padding\":\"\"},\"children\":[{\"type\":\"html\",\"props\":{\"content\":\"\",\"class\":\"text-right\",\"id\":\"oursvg8\"},\"name\":\"Graph 4\"},{\"type\":\"headline\",\"props\":{\"title_element\":\"h4\",\"title_style\":\"\",\"title_decoration\":\"\",\"title_font_family\":\"\",\"title_color\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"margin\":\"small\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"center\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"content\":\"\n\n<ul data-pie-id=\\\"oursvg8\\\">\\n  \n\n<li data-value=\\\"30\\\">Dream Deliveries <span class=\\\"full-svg\\\">30%<\\\/span> <\\\/li>                                \\n  \n\n<li data-value=\\\"70\\\"><\\\/li> \\n<\\\/ul>\",\"margin_remove_bottom\":true,\"margin_remove_top\":true}}]}]}]},{\"type\":\"section\",\"props\":{\"style\":\"default\",\"width\":\"default\",\"vertical_align\":\"middle\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"title_breakpoint\":\"xl\",\"image_position\":\"center-center\",\"text_color\":\"\",\"width_expand\":\"\",\"height\":\"\",\"padding\":\"none\",\"header_transparent\":\"\",\"animation\":\"\"},\"children\":[{\"type\":\"row\",\"props\":{\"layout\":\"1-1\",\"breakpoint\":\"m\",\"fixed_width\":\"large\",\"column_gap\":\"\",\"row_gap\":\"\",\"width\":\"\",\"width_expand\":\"\",\"height\":\"\",\"margin\":\"\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\",\"vertical_align\":\"\",\"style\":\"\",\"text_color\":\"\",\"padding\":\"\"},\"children\":[{\"type\":\"html\",\"props\":{\"content\":\"<script src=\\\"https:\\\/\\\/code.jquery.com\\\/jquery-latest.min.js\\\"><\\\/script>\\n<script type=\\\"text\\\/javascript\\\" src=\\\"\\\/\\\/cdn.jsdelivr.net\\\/snap.svg\\\/0.1.0\\\/snap.svg-min.js\\\"><\\\/script>\\n   <script>\\n       ;(function ($, window, document, undefined) {\\n  'use strict';\\n\\n  var Pizza = {\\n    version : '0.0.1',\\n\\n    settings : {\\n      donut: false,\\n      donut_inner_ratio: 0.4,   \\\/\\\/ between 0 and 1\\n      percent_offset: 35,       \\\/\\\/ relative to radius\\n      stroke_color: '#333',\\n      stroke_width: 0,\\n      show_percent: true,       \\\/\\\/ show or hide the percentage on the chart.\\n      animation_speed: 500,\\n      animation_type: 'elastic' \\\/\\\/ options: backin, backout, bounce, easein, \\n                                \\\/\\\/          easeinout, easeout, linear\\n    },\\n\\n    init : function (scope, options) {\\n      var self = this;\\n      this.scope = scope || document.body;\\n\\n      var pies = $('[data-pie-id]', this.scope);\\n\\n      $.extend(true, this.settings, options)\\n\\n      if (pies.length > 0) {\\n        pies.each(function () {\\n          return self.build($(this), options);\\n        });\\n      } else {\\n        this.build($(this.scope), options);\\n      }\\n\\n      this.events();\\n    },\\n\\n    events : function () {\\n      var self = this;\\n\\n      $(window).off('.pizza').on('resize.pizza', self.throttle(function () {\\n        self.init();\\n      }, 100));\\n\\n      $(this.scope).off('.pizza').on('mouseenter.pizaa mouseleave.pizza touchstart.pizza', '[data-pie-id] li', function (e) {\\n        var parent = $(this).parent(),\\n            path = Snap($('#' + parent.data('pie-id') + ' path[data-id=\\\"s' + $(this).index() + '\\\"]')[0]),\\n            text = Snap($(path.node).parent()\\n              .find('text[data-id=\\\"' + path.node.getAttribute('data-id') + '\\\"]')[0]),\\n            settings = $(this).parent().data('settings');\\n\\n        if (\\\/start\\\/i.test(e.type)) {\\n          $(path.node).siblings('path').each(function () {\\n            if (this.nodeName) {\\n              path.animate({\\n                transform: 's1 1 ' + path.node.getAttribute('data-cx') + ' ' + path.node.getAttribute('data-cy')\\n              }, settings.animation_speed, mina[settings.animation_type]);\\n              Snap($(this).next()[0]).animate({\\n                opacity: 0\\n              }, settings.animation_speed); \\n            }\\n          });\\n        } \\n\\n        if (\\\/enter|start\\\/i.test(e.type)) {\\n          path.animate({\\n            transform: 's1.05 1.05 ' + path.node.getAttribute('data-cx') + ' ' + path.node.getAttribute('data-cy')\\n          }, settings.animation_speed, mina[settings.animation_type]);\\n\\n          if (settings.show_percent) {\\n            text.animate({\\n              opacity: 1\\n            }, settings.animation_speed);\\n          }\\n        } else {\\n          path.animate({\\n            transform: 's1 1 ' + path.node.getAttribute('data-cx') + ' ' + path.node.getAttribute('data-cy')\\n          }, settings.animation_speed, mina[settings.animation_type]);\\n          text.animate({\\n            opacity: 0\\n          }, settings.animation_speed);\\n        }\\n      });\\n    },\\n\\n    build : function(legends, options) {\\n      var self = this;\\n\\n      var legend = legends, graph;\\n\\n      legend.data('settings', $.extend({}, self.settings, options, legend.data('options')));\\n      self.data(legend, options || {});\\n\\n      return self.update_DOM(self.pie(legend));\\n    },\\n\\n    data : function (legend, options) {\\n      var data = [],\\n          count = 0;\\n\\n      $('li', legend).each(function () {\\n        var segment = $(this);\\n\\n        if (options.data) {\\n          data.push({\\n            value: options.data[segment.index()], \\n            color: segment.css('color'),\\n            segment: segment\\n          });\\n        } else {\\n          data.push({\\n            value: segment.data('value'), \\n            color: segment.css('color'),\\n            segment: segment\\n          });\\n        }\\n      });\\n\\n      return legend.data('graph-data', data);\\n    },\\n\\n    update_DOM : function (parts) {\\n      var legend = parts[0],\\n          graph = parts[1];\\n\\n      return $(this.identifier(legend)).html(graph);\\n    },\\n\\n    pie : function (legend) {\\n      \\\/\\\/ pie chart concept from JavaScript the \\n      \\\/\\\/ Definitive Guide 6th edition by David Flanagan\\n      var settings = legend.data('settings'),\\n          svg = this.svg(legend, settings),\\n          data = legend.data('graph-data'),\\n          total = 0,\\n          angles = [],\\n          start_angle = 0,\\n          base = $(this.identifier(legend)).width() - 4;\\n\\n      for (var i = 0; i < data.length; i++) {\\n        total += data[i].value;\\n      }\\n\\n      for (var i = 0; i < data.length; i++) {\\n        angles[i] = data[i].value \\\/ total * Math.PI * 2;\\n      }\\n\\n      for (var i = 0; i < data.length; i++) {\\n        var end_angle = start_angle + angles[i];\\n        var cx = (base \\\/ 2),\\n            cy = (base \\\/ 2),\\n            r = ((base \\\/ 2) * 0.85);\\n\\n        if (!settings.donut) {\\n          \\\/\\\/ Compute the two points where our wedge intersects the circle\\n          \\\/\\\/ These formulas are chosen so that an angle of 0 is at 12 o'clock\\n          \\\/\\\/ and positive angles increase clockwise\\n          var x1 = cx + r * Math.sin(start_angle);\\n          var y1 = cy - r * Math.cos(start_angle);\\n          var x2 = cx + r * Math.sin(end_angle);\\n          var y2 = cy - r * Math.cos(end_angle);\\n\\n          \\\/\\\/ This is a flag for angles larger than than a half circle\\n          \\\/\\\/ It is required by the SVG arc drawing component\\n          var big = 0;\\n          if (end_angle - start_angle > Math.PI) big = 1;\\n\\n          \\\/\\\/ This string holds the path details\\n          var d = \\\"M\\\" + cx + \\\",\\\" + cy +  \\\/\\\/ Start at circle center\\n              \\\" L\\\" + x1 + \\\",\\\" + y1 +     \\\/\\\/ Draw line to (x1,y1)\\n              \\\" A\\\" + r + \\\",\\\" + r +       \\\/\\\/ Draw an arc of radius r\\n              \\\" 0 \\\" + big + \\\" 1 \\\" +      \\\/\\\/ Arc details...\\n              x2 + \\\",\\\" + y2 +            \\\/\\\/ Arc goes to to (x2,y2)\\n              \\\" Z\\\";                      \\\/\\\/ Close path back to (cx,cy)\\n        }\\n\\n        var existing_path = $('path[data-id=\\\"s' + i + '\\\"]', svg.node);\\n\\n        if (existing_path.length > 0) {\\n          var path = Snap(existing_path[0]);\\n        } else {\\n          var path = svg.path();\\n        }\\n\\n        var percent = (data[i].value \\\/ total) * 100.0;\\n\\n        \\\/\\\/ thanks to Raphael.js\\n        var existing_text = $('text[data-id=\\\"s' + i + '\\\"]', svg.node);\\n\\n        if (existing_text.length > 0) {\\n          var text = Snap(existing_text[0]);\\n          text.attr({\\n            x: cx + (r + settings.percent_offset) * Math.sin(start_angle + (angles[i] \\\/ 2)),\\n            y: cy - (r + settings.percent_offset) * Math.cos(start_angle + (angles[i] \\\/ 2))\\n          });\\n        } else {\\n          var text = path.paper.text(cx + (r + settings.percent_offset) * Math.sin(start_angle + (angles[i] \\\/ 2)),\\n               cy - (r + settings.percent_offset) * Math.cos(start_angle + (angles[i] \\\/ 2)), Math.ceil(percent) + '%');\\n        }\\n\\n        var left_offset = text.getBBox().width \\\/ 2;\\n\\n        text.attr({\\n          x: text.attr('x') - left_offset,\\n          opacity: 0\\n        });\\n\\n        text.node.setAttribute('data-id', 's' + i);\\n        path.node.setAttribute('data-cx', cx);\\n        path.node.setAttribute('data-cy', cy);\\n\\n        if (settings.donut) {\\n          this.annular_sector(path.node, {\\n            centerX:cx, centerY:cy,\\n            startDegrees:start_angle, endDegrees:end_angle,\\n            innerRadius: (r * settings.donut_inner_ratio), outerRadius:r\\n          });\\n        } else {\\n          path.attr({d:d});\\n        }\\n\\n        path.attr({\\n          fill: data[i].color,\\n          stroke: settings.stroke_color,\\n          strokeWidth: settings.stroke_width\\n        });\\n\\n        path.node.setAttribute('data-id', 's' + i);\\n\\n        this.animate(path, cx, cy, settings);\\n\\n        \\\/\\\/ The next wedge begins where this one ends\\n        start_angle = end_angle;\\n      }\\n\\n      return [legend, svg.node];\\n    },\\n\\n    animate : function (el, cx, cy, settings) {\\n      var self = this;\\n\\n      el.hover(function (e) {\\n        var path = Snap(e.target),\\n            text = Snap($(path.node).parent()\\n              .find('text[data-id=\\\"' + path.node.getAttribute('data-id') + '\\\"]')[0]);\\n\\n        path.animate({\\n          transform: 's1.05 1.05 ' + cx + ' ' + cy\\n        }, settings.animation_speed, mina[settings.animation_type]);\\n\\n        text.touchend(function () {\\n          path.animate({\\n            transform: 's1.05 1.05 ' + cx + ' ' + cy\\n          }, settings.animation_speed, mina[settings.animation_type]);\\n        });\\n\\n        if (settings.show_percent) {\\n          text.animate({\\n            opacity: 1\\n          }, settings.animation_speed);\\n          text.touchend(function () {\\n            text.animate({\\n              opacity: 1\\n            }, settings.animation_speed);\\n          });\\n        }\\n      }, function (e) {\\n        var path = Snap(e.target),\\n            text = Snap($(path.node).parent()\\n              .find('text[data-id=\\\"' + path.node.getAttribute('data-id') + '\\\"]')[0]);\\n\\n        path.animate({\\n          transform: 's1 1 ' + cx + ' ' + cy\\n        }, settings.animation_speed, mina[settings.animation_type]);\\n\\n        text.animate({\\n          opacity: 0\\n        }, settings.animation_speed);\\n      });\\n    },\\n\\n    svg : function (legend, settings) {\\n      var container = $(this.identifier(legend)),\\n          svg = $('svg', container),\\n          width = container.width(),\\n          height = width;\\n\\n      if (svg.length > 0) {\\n        svg = Snap(svg[0]);\\n      } else {\\n        svg = Snap(width, height);\\n      }\\n\\n      svg.node.setAttribute('width', width + settings.percent_offset);\\n      svg.node.setAttribute('height', height + settings.percent_offset);\\n      svg.node.setAttribute('viewBox', '-' + settings.percent_offset + ' -' + settings.percent_offset + ' ' + \\n        (width + (settings.percent_offset * 1.5)) + ' ' + \\n        (height + (settings.percent_offset * 1.5)));\\n\\n      return svg;\\n    },\\n\\n    \\\/\\\/ http:\\\/\\\/stackoverflow.com\\\/questions\\\/11479185\\\/svg-donut-slice-as-path-element-annular-sector\\n    annular_sector : function (path, options) {\\n      var opts = optionsWithDefaults(options);\\n\\n      var p = [ \\\/\\\/ points\\n        [opts.cx + opts.r2*Math.sin(opts.startRadians),\\n         opts.cy - opts.r2*Math.cos(opts.startRadians)],\\n        [opts.cx + opts.r2*Math.sin(opts.closeRadians),\\n         opts.cy - opts.r2*Math.cos(opts.closeRadians)],\\n        [opts.cx + opts.r1*Math.sin(opts.closeRadians),\\n         opts.cy - opts.r1*Math.cos(opts.closeRadians)],\\n        [opts.cx + opts.r1*Math.sin(opts.startRadians),\\n         opts.cy - opts.r1*Math.cos(opts.startRadians)],\\n      ];\\n\\n      var angleDiff = opts.closeRadians - opts.startRadians;\\n      var largeArc = (angleDiff % (Math.PI*2)) > Math.PI ? 1 : 0;\\n      var cmds = [];\\n      cmds.push(\\\"M\\\"+p[0].join());                                \\\/\\\/ Move to P0\\n      cmds.push(\\\"A\\\"+[opts.r2,opts.r2,0,largeArc,1,p[1]].join()); \\\/\\\/ Arc to  P1\\n      cmds.push(\\\"L\\\"+p[2].join());                                \\\/\\\/ Line to P2\\n      cmds.push(\\\"A\\\"+[opts.r1,opts.r1,0,largeArc,0,p[3]].join()); \\\/\\\/ Arc to  P3\\n      cmds.push(\\\"z\\\");                                \\\/\\\/ Close path (Line to P0)\\n      path.setAttribute('d',cmds.join(' '));\\n\\n      function optionsWithDefaults(o){\\n        \\\/\\\/ Create a new object so that we don't mutate the original\\n        var o2 = {\\n          cx           : o.centerX || 0,\\n          cy           : o.centerY || 0,\\n          startRadians : (o.startDegrees || 0),\\n          closeRadians : (o.endDegrees   || 0),\\n        };\\n\\n        var t = o.thickness!==undefined ? o.thickness : 100;\\n        if (o.innerRadius!==undefined)      o2.r1 = o.innerRadius;\\n        else if (o.outerRadius!==undefined) o2.r1 = o.outerRadius - t;\\n        else                                o2.r1 = 200           - t;\\n        if (o.outerRadius!==undefined)      o2.r2 = o.outerRadius;\\n        else                                o2.r2 = o2.r1         + t;\\n\\n        if (o2.r1<0) o2.r1 = 0;\\n        if (o2.r2<0) o2.r2 = 0;\\n\\n        return o2;\\n      }\\n    },\\n\\n    identifier : function (legend) {\\n      return '#' + legend.data('pie-id');\\n    },\\n\\n    throttle : function(fun, delay) {\\n      var timer = null;\\n      return function () {\\n        var context = this, args = arguments;\\n        clearTimeout(timer);\\n        timer = setTimeout(function () {\\n          fun.apply(context, args);\\n        }, delay);\\n      };\\n    }\\n  };\\n\\n  window.Pizza = Pizza;\\n\\n}(jQuery, this, this.document));\\n\\n$(window).load(function() {\\n      Pizza.init();\\n})\\n\\n<\\\/script>\\n\\n\n\n<style>\\n    \\\/* line 20, ..\\\/sass\\\/pizza.scss *\\\/\\n[data-pie-id='oursvg1'] li:nth-child(0) {\\n\\\/*  color: blue;*\\\/\\n}\\n\\\/* line 20, ..\\\/sass\\\/pizza.scss *\\\/\\n[data-pie-id='oursvg1'] li:nth-child(1) {\\n  color: #B0C3E3;\\n}\\n\\\/* line 20, ..\\\/sass\\\/pizza.scss *\\\/\\n[data-pie-id='oursvg1'] li:nth-child(2) {\\n  color: #6D95C9;\\n}\\n\\\/* line 20, ..\\\/sass\\\/pizza.scss *\\\/\\n[data-pie-id='oursvg1'] li:nth-child(3) {\\n  color: #234D7D;\\n}\\n\\\/* line 20, ..\\\/sass\\\/pizza.scss *\\\/\\n[data-pie-id='oursvg1'] li:nth-child(4) {\\n  color: #BBD5D6;\\n}\\n\\\/* line 20, ..\\\/sass\\\/pizza.scss *\\\/\\n[data-pie-id='oursvg1'] li:nth-child(5) {\\n  color: #BAD5D4;\\n}\\n\\\/* line 20, ..\\\/sass\\\/pizza.scss *\\\/\\n[data-pie-id='oursvg1'] li:nth-child(6) {\\n  color: #E4F3FB;\\n}\\n\\\/* line 26, ..\\\/sass\\\/pizza.scss *\\\/\\nul[data-pie-id] {\\n  list-style: none;\\n  padding: 10px;\\n}\\n[data-pie-id='oursvg2'] li:nth-child(0) {\\n  color: #d84200;\\n}\\n\\\/* line 20, ..\\\/sass\\\/pizza.scss *\\\/\\n[data-pie-id='oursvg2'] li:nth-child(1) {\\n  color: #6D95C9;\\n}\\n\\\/* line 20, ..\\\/sass\\\/pizza.scss *\\\/\\n[data-pie-id='oursvg2'] li:nth-child(2) {\\n  color: #B0C3EB;\\n}\\n\\\/* line 20, ..\\\/sass\\\/pizza.scss *\\\/\\n[data-pie-id='oursvg2'] li:nth-child(3) {\\n  color: #BBD5D6;\\n}\\n\\\/* line 20, ..\\\/sass\\\/pizza.scss *\\\/\\n[data-pie-id='oursvg2'] li:nth-child(4) {\\n  color: #CFE8EF;\\n}\\n\\\/* line 20, ..\\\/sass\\\/pizza.scss *\\\/\\n[data-pie-id='oursvg2'] li:nth-child(5) {\\n  color: #7DB5B4;\\n}\\n\\\/* line 20, ..\\\/sass\\\/pizza.scss *\\\/\\n[data-pie-id='oursvg2'] li:nth-child(6) {\\n  color: #BFBFBF;\\n}\\n[data-pie-id='oursvg2'] li:nth-child(7) {\\n  color: #234D7D;\\n}\\n[data-pie-id='oursvg3'] li:nth-child(0) {\\n  color: #d84200;\\n}\\n\\\/* line 20, ..\\\/sass\\\/pizza.scss *\\\/\\n[data-pie-id='oursvg3'] li:nth-child(1) {\\n  color: #7DB5B4;\\n}\\n\\\/* line 20, ..\\\/sass\\\/pizza.scss *\\\/\\n[data-pie-id='oursvg3'] li:nth-child(2) {\\n  color: #CFE8EF;\\n}\\n\\\/* line 20, ..\\\/sass\\\/pizza.scss *\\\/\\n[data-pie-id='oursvg3'] li:nth-child(3) {\\n  color: #6D95C9;\\n}\\n\\\/* line 20, ..\\\/sass\\\/pizza.scss *\\\/\\n[data-pie-id='oursvg3'] li:nth-child(4) {\\n  color: #B0C3EB;\\n}\\n\\\/* line 20, ..\\\/sass\\\/pizza.scss *\\\/\\n[data-pie-id='oursvg3'] li:nth-child(5) {\\n  color: #BFBFBF;\\n}\\n\\\/* line 20, ..\\\/sass\\\/pizza.scss *\\\/\\n[data-pie-id='oursvg3'] li:nth-child(6) {\\n  color: #234D7D;\\n}\\n[data-pie-id='oursvg3'] li:nth-child(7) {\\n  color: #234D7D;\\n}\\n\\\/* line 20, ..\\\/sass\\\/pizza.scss *\\\/\\n[data-pie-id='oursvg4'] li:nth-child(1) {\\n  color: #234D7D;\\n}\\n\\\/* line 20, ..\\\/sass\\\/pizza.scss *\\\/\\n[data-pie-id='oursvg4'] li:nth-child(2) {\\n  color: #6D95C9;\\n}\\n\\\/* line 20, ..\\\/sass\\\/pizza.scss *\\\/\\n[data-pie-id='oursvg4'] li:nth-child(3) {\\n  color: #7DB5B4;\\n}\\n\\\/* line 20, ..\\\/sass\\\/pizza.scss *\\\/\\n[data-pie-id='oursvg52'] li:nth-child(1) {\\n  color: #234D7D;\\n}\\n[data-pie-id='oursvg52'] li:nth-child(2) {\\n  color: #e6e6e6;\\n}\\n\\\/* line 20, ..\\\/sass\\\/pizza.scss *\\\/\\n[data-pie-id='oursvg62'] li:nth-child(1) {\\n  color: #234D7D;\\n}\\n[data-pie-id='oursvg62'] li:nth-child(2) {\\n  color: #e6e6e6;\\n}\\n\\\/* line 20, ..\\\/sass\\\/pizza.scss *\\\/\\n[data-pie-id='oursvg7'] li:nth-child(1) {\\n  color: #234D7D;\\n}\\n[data-pie-id='oursvg7'] li:nth-child(2) {\\n  color: #e6e6e6;\\n}\\n\\\/* line 20, ..\\\/sass\\\/pizza.scss *\\\/\\n[data-pie-id='oursvg8'] li:nth-child(1) {\\n  color: #234D7D;\\n}\\n[data-pie-id='oursvg8'] li:nth-child(2) {\\n    color: #e6e6e6;\\n    width: 100%;\\n}\\n}\\n<\\\/style>\"}}]}]}],\"name\":\"Javascript FOR GRAPH\"},{\"type\":\"section\",\"props\":{\"style\":\"default\",\"width\":\"default\",\"vertical_align\":\"middle\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"title_breakpoint\":\"xl\",\"image_position\":\"center-center\",\"text_color\":\"\",\"width_expand\":\"\",\"height\":\"\",\"padding\":\"\",\"header_transparent\":\"\",\"animation\":\"\",\"image\":\"wp-content\\\/uploads\\\/feature-background.jpg\",\"padding_remove_bottom\":true,\"image_size\":\"cover\",\"image_effect\":\"\",\"image_parallax_breakpoint\":\"\",\"image_visibility\":\"\",\"video_width\":\"\",\"video_height\":\"\",\"media_blend_mode\":\"\"},\"children\":[{\"type\":\"row\",\"props\":{\"layout\":\"1-1\",\"breakpoint\":\"m\",\"fixed_width\":\"large\",\"column_gap\":\"\",\"row_gap\":\"\",\"width\":\"\",\"width_expand\":\"\",\"height\":\"\",\"margin\":\"\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\",\"vertical_align\":\"\",\"style\":\"\",\"text_color\":\"\",\"padding\":\"\"},\"children\":[{\"type\":\"headline\",\"props\":{\"title_element\":\"h4\",\"title_style\":\"\",\"title_decoration\":\"\",\"title_font_family\":\"\",\"title_color\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"margin\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"center\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"content\":\"<font color=\\\"white\\\">Volunteer Hours<\\\/font>\"}}]}]},{\"type\":\"row\",\"props\":{\"layout\":\"1-4,1-4,1-4,1-4|1-2,1-2,1-2,1-2\",\"breakpoint\":\"m\",\"fixed_width\":\"large\",\"column_gap\":\"\",\"row_gap\":\"\",\"width\":\"\",\"width_expand\":\"\",\"height\":\"\",\"margin\":\"\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\",\"vertical_align\":\"\",\"style\":\"\",\"text_color\":\"\",\"padding\":\"\"},\"children\":[{\"type\":\"text\",\"props\":{\"margin\":\"default\",\"column_breakpoint\":\"m\",\"text_style\":\"\",\"text_color\":\"\",\"text_size\":\"\",\"column\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"center\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"content\":\"\n\n<p style=\\\"text-align: center; color:white;\\\"><strong>OFFICE<\\\/strong><\\\/p>\\n\n\n<p style=\\\"text-align: center; font-size: 250%; color:white;\\\">338<\\\/p>\"}}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\",\"vertical_align\":\"\",\"style\":\"\",\"text_color\":\"\",\"padding\":\"\"},\"children\":[{\"type\":\"text\",\"props\":{\"margin\":\"default\",\"column_breakpoint\":\"m\",\"text_style\":\"\",\"text_color\":\"\",\"text_size\":\"\",\"column\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"center\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"content\":\"\n\n<p style=\\\"text-align: center; color:white;\\\"><strong>DREAM HOST<\\\/strong><\\\/p>\\n\n\n<p style=\\\"text-align: center; font-size: 250%; color:white;\\\">1,095<\\\/p>\"}}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\",\"vertical_align\":\"\",\"style\":\"\",\"text_color\":\"\",\"padding\":\"\"},\"children\":[{\"type\":\"text\",\"props\":{\"margin\":\"default\",\"column_breakpoint\":\"m\",\"text_style\":\"\",\"text_color\":\"\",\"text_size\":\"\",\"column\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"center\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"content\":\"\n\n<p style=\\\"text-align: center; color:white;\\\"><strong>FLOWER EMPOWER<\\\/strong><\\\/p>\\n\n\n<p style=\\\"text-align: center; font-size: 250%; color:white;\\\">5,058<\\\/p>\"}}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\",\"vertical_align\":\"\",\"style\":\"\",\"text_color\":\"\",\"padding\":\"\"},\"children\":[{\"type\":\"text\",\"props\":{\"margin\":\"default\",\"column_breakpoint\":\"m\",\"text_style\":\"\",\"text_color\":\"\",\"text_size\":\"\",\"column\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"center\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"content\":\"\n\n<p style=\\\"text-align: center; color:white;\\\"><strong>TOY PROGRAM<\\\/strong><\\\/p>\\n\n\n<p style=\\\"text-align: center; font-size: 250%; color:white;\\\">285<\\\/p>\"}}]}]},{\"type\":\"row\",\"props\":{\"layout\":\",\",\"breakpoint\":\"m\",\"fixed_width\":\"large\",\"column_gap\":\"\",\"row_gap\":\"\",\"width\":\"small\",\"width_expand\":\"\",\"height\":\"\",\"margin\":\"\",\"margin_remove_bottom\":false,\"margin_remove_top\":true},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\",\"vertical_align\":\"\",\"style\":\"\",\"text_color\":\"\",\"padding\":\"\"},\"children\":[{\"type\":\"text\",\"props\":{\"margin\":\"default\",\"column_breakpoint\":\"m\",\"text_style\":\"\",\"text_color\":\"\",\"text_size\":\"\",\"column\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"center\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"content\":\"\n\n<p style=\\\"text-align: center; color:white;\\\"><strong>TOTAL HOURS<\\\/strong><\\\/p>\\n\n\n<p style=\\\"text-align: center; font-size: 250%; color:white;\\\">6,776<\\\/p>\"}}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\",\"vertical_align\":\"\",\"style\":\"\",\"text_color\":\"\",\"padding\":\"\"},\"children\":[{\"type\":\"text\",\"props\":{\"margin\":\"default\",\"column_breakpoint\":\"m\",\"text_style\":\"\",\"text_color\":\"\",\"text_size\":\"\",\"column\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"center\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"content\":\"\n\n<p style=\\\"text-align: center; color:white;\\\"><strong>TOTAL VALUE OF HOURS* <\\\/strong><\\\/p>\\n\n\n<p style=\\\"text-align: center; font-size: 250%; color:white;\\\">$202,941.20<\\\/p>\"}}]}]},{\"type\":\"row\",\"props\":{\"layout\":\"1-1\",\"breakpoint\":\"m\",\"fixed_width\":\"large\",\"column_gap\":\"\",\"row_gap\":\"\",\"width\":\"\",\"width_expand\":\"\",\"height\":\"\",\"margin\":\"\",\"margin_remove_top\":true},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\",\"vertical_align\":\"\",\"style\":\"\",\"text_color\":\"\",\"padding\":\"\"},\"children\":[{\"type\":\"text\",\"props\":{\"margin\":\"default\",\"column_breakpoint\":\"m\",\"text_style\":\"\",\"text_color\":\"\",\"text_size\":\"\",\"column\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"content\":\"\n\n<p style=\\\"text-align: center; color:white;\\\">*Based on California Independent Sector\\u2019s value of volunteer time at $29.95\\\/hour<\\\/p>\"}}]}]}]},{\"type\":\"section\",\"props\":{\"style\":\"default\",\"width\":\"\",\"vertical_align\":\"middle\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"title_breakpoint\":\"xl\",\"image_position\":\"center-center\",\"text_color\":\"\",\"width_expand\":\"\",\"height\":\"\",\"padding\":\"\",\"header_transparent\":\"\",\"animation\":\"\",\"padding_remove_bottom\":false,\"padding_remove_top\":true},\"children\":[{\"type\":\"row\",\"props\":{\"layout\":\",\",\"breakpoint\":\"m\",\"fixed_width\":\"large\",\"column_gap\":\"collapse\",\"row_gap\":\"\",\"width\":\"\",\"width_expand\":\"\",\"height\":\"\",\"margin\":\"\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\",\"vertical_align\":\"middle\",\"style\":\"muted\",\"text_color\":\"\",\"padding\":\"\"},\"children\":[{\"type\":\"image\",\"props\":{\"margin\":\"medium\",\"image_svg_color\":\"emphasis\",\"link_target\":\"\",\"image_border\":\"\",\"image_box_shadow\":\"\",\"image_hover_box_shadow\":\"\",\"image_box_decoration\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"center\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"image\":\"wp-content\\\/uploads\\\/logo-dfv-2.png\"}},{\"type\":\"divider\",\"props\":{\"divider_element\":\"hr\",\"divider_style\":\"\",\"divider_align\":\"\",\"divider_align_breakpoint\":\"\",\"divider_align_fallback\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"margin\":\"\",\"maxwidth\":\"large\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"center\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\"}},{\"type\":\"headline\",\"props\":{\"title_element\":\"h4\",\"title_style\":\"\",\"title_decoration\":\"\",\"title_font_family\":\"\",\"title_color\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"margin\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"center\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"content\":\"Dreams for Veterans\"}}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\",\"vertical_align\":\"\",\"style\":\"\",\"text_color\":\"\",\"padding\":\"\",\"image\":\"\",\"image_size\":\"cover\",\"image_effect\":\"\",\"image_parallax_breakpoint\":\"\",\"image_visibility\":\"\",\"media_blend_mode\":\"\"},\"children\":[{\"type\":\"overlay\",\"props\":{\"link_text\":\"Read more\",\"overlay_mode\":\"cover\",\"overlay_hover\":true,\"overlay_style\":\"\",\"text_color\":\"light\",\"overlay_position\":\"center\",\"overlay_transition\":\"fade\",\"title_element\":\"h3\",\"meta_style\":\"meta\",\"meta_align\":\"below-title\",\"link_style\":\"default\",\"text_align\":\"center\",\"margin\":\"default\",\"overlay_padding\":\"large\",\"overlay_margin\":\"\",\"overlay_maxwidth\":\"\",\"image_transition\":\"\",\"image_box_shadow\":\"\",\"image_hover_box_shadow\":\"\",\"image_box_decoration\":\"\",\"title_transition\":\"\",\"title_style\":\"\",\"title_decoration\":\"\",\"title_font_family\":\"\",\"title_color\":\"\",\"title_margin\":\"\",\"meta_transition\":\"\",\"meta_color\":\"\",\"meta_margin\":\"\",\"content_transition\":\"\",\"content_style\":\"\",\"content_margin\":\"\",\"link_type\":\"\",\"link_transition\":\"\",\"link_size\":\"\",\"link_margin\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"image\":\"wp-content\\\/uploads\\\/DFV-web-1.jpg\",\"hover_image\":\"wp-content\\\/uploads\\\/DFV-web-2.jpg\",\"content\":\"\n\n<p style=\\\"text-align: center; font-size: 125%; color:white;\\\">\\\"I just broke down and cried at the sight of it. Seeing the Arizona was the most wonderful thing I've ever had. It brought everything together at the end of my life.\\\"<\\\/p>\\n\n\n<p style=\\\"text-align: center; font-family: bitter;\\\"><em>\\u2014 U.S. Navy veteran Eddie<\\\/em><\\\/p>\"}}]}]},{\"type\":\"row\",\"props\":{\"layout\":\"1-1\",\"breakpoint\":\"m\",\"fixed_width\":\"large\",\"column_gap\":\"\",\"row_gap\":\"\",\"width\":\"small\",\"width_expand\":\"\",\"height\":\"\",\"margin\":\"large\",\"margin_remove_bottom\":false},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\",\"vertical_align\":\"\",\"style\":\"\",\"text_color\":\"\",\"padding\":\"\"},\"children\":[{\"type\":\"text\",\"props\":{\"margin\":\"default\",\"column_breakpoint\":\"m\",\"text_style\":\"\",\"text_color\":\"\",\"text_size\":\"\",\"column\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"content\":\"\n\n<p>Officially launched in Washington, D.C., in 2015, Dreams for Veterans tailors the Dream experience to veterans and their families. Dream recipients are U.S. military veterans who served in conflicts from World War II to the Iraq and Afghanistan Wars, those who have served during peacetime or who currently serve on active duty, including members of the Reserve and National Guard. Dreams for Veterans acknowledges veterans and honors their service by fulfilling their final Dream, providing them, their families and caregivers inspiration, comfort and closure at the end of life. In 2020, Dreams for Veterans served 56 Dreams for those who selflessly served our nation.<\\\/p>\\n\n\n<p>On Veterans Day in 2016, Dream Foundation, the only national Dream-granting organization for terminally-ill adults, was honored to enter into a new strategic partnership with the U.S. Department of Veterans Affairs (VA) to improve the lives of veterans with life-limiting illnesses.<\\\/p>\\n\n\n<p>Through our Dreams for Veterans program, Dream Foundation and VA are working closely together to facilitate positive events, provide motivational support and fulfill final dreams for Veterans and their families. In addition, we are connecting to VA hospice care providers and palliative care social workers to offer resources to address some of the unique needs of veterans.<\\\/p>\"}}]}]},{\"type\":\"row\",\"props\":{\"layout\":\",\",\"breakpoint\":\"m\",\"fixed_width\":\"large\",\"column_gap\":\"large\",\"row_gap\":\"\",\"width\":\"small\",\"width_expand\":\"\",\"height\":\"\",\"margin\":\"\",\"divider\":true},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\",\"vertical_align\":\"\",\"style\":\"\",\"text_color\":\"\",\"padding\":\"\"},\"children\":[{\"type\":\"image\",\"props\":{\"margin\":\"default\",\"image_svg_color\":\"emphasis\",\"link_target\":\"\",\"image_border\":\"\",\"image_box_shadow\":\"\",\"image_hover_box_shadow\":\"\",\"image_box_decoration\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"center\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"image\":\"wp-content\\\/uploads\\\/logo-va.png\"}}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\",\"vertical_align\":\"\",\"style\":\"\",\"text_color\":\"\",\"padding\":\"\"},\"children\":[{\"type\":\"image\",\"props\":{\"margin\":\"default\",\"image_svg_color\":\"emphasis\",\"link_target\":\"\",\"image_border\":\"\",\"image_box_shadow\":\"\",\"image_hover_box_shadow\":\"\",\"image_box_decoration\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"center\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"image\":\"wp-content\\\/uploads\\\/dfv-infographic-2020-2.png\"}}]}]}]},{\"type\":\"section\",\"props\":{\"style\":\"default\",\"width\":\"\",\"vertical_align\":\"middle\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"title_breakpoint\":\"xl\",\"image_position\":\"center-center\",\"text_color\":\"\",\"width_expand\":\"\",\"height\":\"\",\"padding\":\"\",\"header_transparent\":\"\",\"animation\":\"\",\"padding_remove_bottom\":false,\"padding_remove_top\":true},\"children\":[{\"type\":\"row\",\"props\":{\"layout\":\",\",\"breakpoint\":\"m\",\"fixed_width\":\"large\",\"column_gap\":\"collapse\",\"row_gap\":\"\",\"width\":\"\",\"width_expand\":\"\",\"height\":\"\",\"margin\":\"\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\",\"vertical_align\":\"middle\",\"style\":\"muted\",\"text_color\":\"\",\"padding\":\"\"},\"children\":[{\"type\":\"image\",\"props\":{\"margin\":\"medium\",\"image_svg_color\":\"emphasis\",\"link_target\":\"\",\"image_border\":\"\",\"image_box_shadow\":\"\",\"image_hover_box_shadow\":\"\",\"image_box_decoration\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"center\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"image\":\"wp-content\\\/uploads\\\/logo-fe.png\",\"image_width\":\"375\"}},{\"type\":\"divider\",\"props\":{\"divider_element\":\"hr\",\"divider_style\":\"\",\"divider_align\":\"\",\"divider_align_breakpoint\":\"\",\"divider_align_fallback\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"margin\":\"\",\"maxwidth\":\"large\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"center\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\"}},{\"type\":\"headline\",\"props\":{\"title_element\":\"h4\",\"title_style\":\"\",\"title_decoration\":\"\",\"title_font_family\":\"\",\"title_color\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"margin\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"center\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"content\":\"Flower Empower\"}}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\",\"vertical_align\":\"\",\"style\":\"\",\"text_color\":\"\",\"padding\":\"\",\"image\":\"\",\"image_size\":\"cover\",\"image_effect\":\"\",\"image_parallax_breakpoint\":\"\",\"image_visibility\":\"\",\"media_blend_mode\":\"\"},\"children\":[{\"type\":\"overlay\",\"props\":{\"link_text\":\"Read more\",\"overlay_mode\":\"cover\",\"overlay_hover\":true,\"overlay_style\":\"\",\"text_color\":\"light\",\"overlay_position\":\"center\",\"overlay_transition\":\"fade\",\"title_element\":\"h3\",\"meta_style\":\"meta\",\"meta_align\":\"below-title\",\"link_style\":\"default\",\"text_align\":\"center\",\"margin\":\"default\",\"overlay_padding\":\"large\",\"overlay_margin\":\"\",\"overlay_maxwidth\":\"\",\"image_transition\":\"\",\"image_box_shadow\":\"\",\"image_hover_box_shadow\":\"\",\"image_box_decoration\":\"\",\"title_transition\":\"\",\"title_style\":\"\",\"title_decoration\":\"\",\"title_font_family\":\"\",\"title_color\":\"\",\"title_margin\":\"\",\"meta_transition\":\"\",\"meta_color\":\"\",\"meta_margin\":\"\",\"content_transition\":\"\",\"content_style\":\"\",\"content_margin\":\"\",\"link_type\":\"\",\"link_transition\":\"\",\"link_size\":\"\",\"link_margin\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"image\":\"wp-content\\\/uploads\\\/FE-web-1.jpg\",\"hover_image\":\"wp-content\\\/uploads\\\/FE-web-2.jpg\",\"content\":\"\n\n<p style=\\\"text-align: center; font-size: 125%; color:white;\\\">\\\"Coming out of a difficult oncology appointment, we were met in the lobby by such beautiful flowers. Their beauty and your kindness in providing them lifted a heavy load from my heart. The bouquet we were gifted was a shining light to bring home and it continued to lift our spirits.\\\"<\\\/p>\\n\n\n<p style=\\\"text-align: center; font-family: bitter;\\\"><em>\\u2014 Flower Empower recipient Alison<\\\/em><\\\/p>\"}}]}]},{\"type\":\"row\",\"props\":{\"layout\":\"1-1\",\"breakpoint\":\"m\",\"fixed_width\":\"large\",\"column_gap\":\"\",\"row_gap\":\"\",\"width\":\"small\",\"width_expand\":\"\",\"height\":\"\",\"margin\":\"large\",\"margin_remove_bottom\":false},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\",\"vertical_align\":\"\",\"style\":\"\",\"text_color\":\"\",\"padding\":\"\"},\"children\":[{\"type\":\"text\",\"props\":{\"margin\":\"default\",\"column_breakpoint\":\"m\",\"text_style\":\"\",\"text_color\":\"\",\"text_size\":\"\",\"column\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"content\":\"Flower Empower is a Santa Barbara-based, volunteer-driven program. Since its inception in 1994, Flower Empower has served thousands of community members by providing more than 100,000 bouquets, fresh baked cookies, artisanal chocolates and cards to people in hospices, cancer centers and private homes. Each week, roughly 25 volunteers assemble 200 bouquets using donated flowers. In 2020, the Flower Empower program logged 5,058 volunteer hours and arranged 8,140 bouquets. Flower delivery referrals come from cancer centers, nurses, social workers, hospices, elder support organizations and the community at large.\"}}]}]}]},{\"type\":\"section\",\"props\":{\"style\":\"default\",\"width\":\"\",\"vertical_align\":\"middle\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"title_breakpoint\":\"xl\",\"image_position\":\"center-center\",\"text_color\":\"\",\"width_expand\":\"\",\"height\":\"\",\"padding\":\"\",\"header_transparent\":\"\",\"animation\":\"\",\"padding_remove_bottom\":false,\"padding_remove_top\":true},\"children\":[{\"type\":\"row\",\"props\":{\"layout\":\",\",\"breakpoint\":\"m\",\"fixed_width\":\"large\",\"column_gap\":\"collapse\",\"row_gap\":\"\",\"width\":\"\",\"width_expand\":\"\",\"height\":\"\",\"margin\":\"\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\",\"vertical_align\":\"middle\",\"style\":\"muted\",\"text_color\":\"\",\"padding\":\"\"},\"children\":[{\"type\":\"image\",\"props\":{\"margin\":\"medium\",\"image_svg_color\":\"emphasis\",\"link_target\":\"\",\"image_border\":\"\",\"image_box_shadow\":\"\",\"image_hover_box_shadow\":\"\",\"image_box_decoration\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"center\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"image\":\"wp-content\\\/uploads\\\/logo-dtp.png\",\"image_width\":\"350\"}},{\"type\":\"divider\",\"props\":{\"divider_element\":\"hr\",\"divider_style\":\"\",\"divider_align\":\"\",\"divider_align_breakpoint\":\"\",\"divider_align_fallback\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"margin\":\"\",\"maxwidth\":\"large\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"center\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\"}},{\"type\":\"headline\",\"props\":{\"title_element\":\"h4\",\"title_style\":\"\",\"title_decoration\":\"\",\"title_font_family\":\"\",\"title_color\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"margin\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"center\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"content\":\"Dream Toy Program\"}}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\",\"vertical_align\":\"\",\"style\":\"\",\"text_color\":\"\",\"padding\":\"\",\"image\":\"\",\"image_size\":\"cover\",\"image_effect\":\"\",\"image_parallax_breakpoint\":\"\",\"image_visibility\":\"\",\"media_blend_mode\":\"\"},\"children\":[{\"type\":\"overlay\",\"props\":{\"link_text\":\"Read more\",\"overlay_mode\":\"cover\",\"overlay_hover\":true,\"overlay_style\":\"\",\"text_color\":\"light\",\"overlay_position\":\"center\",\"overlay_transition\":\"fade\",\"title_element\":\"h3\",\"meta_style\":\"meta\",\"meta_align\":\"below-title\",\"link_style\":\"default\",\"text_align\":\"center\",\"margin\":\"default\",\"overlay_padding\":\"large\",\"overlay_margin\":\"\",\"overlay_maxwidth\":\"\",\"image_transition\":\"\",\"image_box_shadow\":\"\",\"image_hover_box_shadow\":\"\",\"image_box_decoration\":\"\",\"title_transition\":\"\",\"title_style\":\"\",\"title_decoration\":\"\",\"title_font_family\":\"\",\"title_color\":\"\",\"title_margin\":\"\",\"meta_transition\":\"\",\"meta_color\":\"\",\"meta_margin\":\"\",\"content_transition\":\"\",\"content_style\":\"\",\"content_margin\":\"\",\"link_type\":\"\",\"link_transition\":\"\",\"link_size\":\"\",\"link_margin\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"image\":\"wp-content\\\/uploads\\\/ToyProgram-web-1.jpg\",\"hover_image\":\"wp-content\\\/uploads\\\/ToyProgram-web-2.jpg\",\"content\":\"\n\n<p style=\\\"text-align: center; font-size: 125%; color:white;\\\">\\\"The toys that were sent for my great niece and nephews were amazing. The box decorations brought tears to my eyes just thinking that a stranger would take the time and care to do that was so heartfelt. These definitely brought smiles to sad faces.\\\"<\\\/p>\\n\n\n<p style=\\\"text-align: center; font-family: bitter;\\\"><em>\\u2014 Dream Toy Program recipient Patricia<\\\/em><\\\/p>\"}}]}]},{\"type\":\"row\",\"props\":{\"layout\":\"1-1\",\"breakpoint\":\"m\",\"fixed_width\":\"large\",\"column_gap\":\"\",\"row_gap\":\"\",\"width\":\"small\",\"width_expand\":\"\",\"height\":\"\",\"margin\":\"large\",\"margin_remove_bottom\":false},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\",\"vertical_align\":\"\",\"style\":\"\",\"text_color\":\"\",\"padding\":\"\"},\"children\":[{\"type\":\"text\",\"props\":{\"margin\":\"default\",\"column_breakpoint\":\"m\",\"text_style\":\"\",\"text_color\":\"\",\"text_size\":\"\",\"column\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"content\":\"Dream Foundation Dreams touch not only the lives of Dream recipients, but also those of their families. Nearly 30 percent of Dream recipients have young children living at home. Each year, Dream Foundation\\u2019s Dream Toy Program reaches hundreds of children who are losing a loved one. With each unexpected gift, we provide an opportunity to create happy memories and smiles. In 2020, before the pandemic suspended many volunteer activities, our dedicated volunteers logged over 158 hours to fill boxes with 594 donated toys donated by Ty, Inc., and these were delivered to 198 children in 95 families across the country. During the pandemic, Dream Foundation sent games to over 80 Dream recipient families so they could enjoy a new game with family and caregivers at home.\"}}]}]}]}],\"version\":\"1.22.8\",\"props\":[]} --><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Our Programs Dream Program Dream Foundation\u2019s Dream program fulfills Dreams that provide inspiration, comfort and closure at the end of life. A nationwide network of volunteers, hospices, health care organizations and committed donors helped us give life to 540 Dreams in 2020. Dreams by Age &#11044; 18-33 8% &#11044; 34-50 21% &#11044; 51-65 34% &#11044; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-595","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.dreamfoundation.org\/annual-report-2020\/wp-json\/wp\/v2\/pages\/595","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dreamfoundation.org\/annual-report-2020\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.dreamfoundation.org\/annual-report-2020\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.dreamfoundation.org\/annual-report-2020\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dreamfoundation.org\/annual-report-2020\/wp-json\/wp\/v2\/comments?post=595"}],"version-history":[{"count":150,"href":"https:\/\/www.dreamfoundation.org\/annual-report-2020\/wp-json\/wp\/v2\/pages\/595\/revisions"}],"predecessor-version":[{"id":1406,"href":"https:\/\/www.dreamfoundation.org\/annual-report-2020\/wp-json\/wp\/v2\/pages\/595\/revisions\/1406"}],"wp:attachment":[{"href":"https:\/\/www.dreamfoundation.org\/annual-report-2020\/wp-json\/wp\/v2\/media?parent=595"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}