{"id":10292,"date":"2021-12-29T12:00:39","date_gmt":"2021-12-29T18:00:39","guid":{"rendered":"https:\/\/slls.org\/?p=10292"},"modified":"2021-12-29T12:33:22","modified_gmt":"2021-12-29T18:33:22","slug":"make-an-immediate-impact-for-survivors-of-hurricane-ida","status":"publish","type":"post","link":"https:\/\/slls.org\/en\/make-an-immediate-impact-for-survivors-of-hurricane-ida\/","title":{"rendered":"Make an Immediate Impact for Survivors of Hurricane Ida"},"content":{"rendered":"<div id=\"pl-10292\"  class=\"panel-layout\" >\n<div id=\"pg-10292-0\"  class=\"panel-grid panel-no-style\" >\n<div id=\"pgc-10292-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" >\n<div id=\"panel-10292-0-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;so_cpt_readonly&quot;:&quot;&quot;,&quot;animation_event&quot;:&quot;enter&quot;,&quot;animation_screen_offset&quot;:&quot;0&quot;,&quot;animation_duration&quot;:&quot;1&quot;,&quot;animation_repeat&quot;:&quot;&quot;,&quot;animation_hide&quot;:true,&quot;animation_disable_mobile&quot;:&quot;&quot;,&quot;animation_state_end&quot;:&quot;visible&quot;,&quot;animation_delay&quot;:&quot;0&quot;,&quot;animation_debounce&quot;:&quot;0.1&quot;}\" >[siteorigin_widget class=&#8221;WP_Widget_Custom_HTML&#8221;]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;!doctype html&gt;\\n&lt;html&gt;\\n    &lt;head&gt;\\n    &lt;meta charset=\\&quot;UTF-8\\&quot;&gt;\\n    &lt;!-- utf-8 works for most cases --&gt;\\n    &lt;meta name=\\&quot;viewport\\&quot; content=\\&quot;width=device-width, initial-scale=1.0\\&quot;&gt;\\n    &lt;!-- Forcing initial-scale shouldn&#039;t be necessary --&gt;\\n    &lt;meta http-equiv=\\&quot;X-UA-Compatible\\&quot; content=\\&quot;IE=edge\\&quot;&gt;\\n    &lt;!-- Use the latest (edge) version of IE rendering engine --&gt;\\n    &lt;title&gt;EmailTemplate-Responsive&lt;\\\/title&gt;\\n    &lt;!-- The title tag shows in email notifications, like Android 4.4. --&gt;\\n    &lt;!-- Please use an inliner tool to convert all CSS to inline as inpage or external CSS is removed by email clients --&gt;\\n    &lt;!-- important in CSS is used to prevent the styles of currently inline CSS from overriding the ones mentioned in media queries when corresponding screen sizes are encountered --&gt;\\n\\n    &lt;!-- CSS Reset --&gt;\\n    &lt;style type=\\&quot;text\\\/css\\&quot;&gt;\\n\\\/* What it does: Remove spaces around the email design added by some email clients. *\\\/\\n      \\\/* Beware: It can remove the padding \\\/ margin and add a background color to the compose a reply window. *\\\/\\nhtml,  body {\\n\\tmargin: 0 !important;\\n\\tpadding: 0 !important;\\n\\theight: 100% !important;\\n\\twidth: 100% !important;\\n}\\n\\\/* What it does: Stops email clients resizing small text. *\\\/\\n* {\\n\\t-ms-text-size-adjust: 100%;\\n\\t-webkit-text-size-adjust: 100%;\\n}\\n\\\/* What it does: Forces Outlook.com to display emails full width. *\\\/\\n.ExternalClass {\\n\\twidth: 100%;\\n}\\n\\\/* What is does: Centers email on Android 4.4 *\\\/\\ndiv[style*=\\&quot;margin: 16px 0\\&quot;] {\\n\\tmargin: 0 !important;\\n}\\n\\\/* What it does: Stops Outlook from adding extra spacing to tables. *\\\/\\ntable,  td {\\n\\tmso-table-lspace: 0pt !important;\\n\\tmso-table-rspace: 0pt !important;\\n}\\n\\\/* What it does: Fixes webkit padding issue. Fix for Yahoo mail table alignment bug. Applies table-layout to the first 2 tables then removes for anything nested deeper. *\\\/\\ntable {\\n\\tborder-spacing: 0 !important;\\n\\tborder-collapse: collapse !important;\\n\\ttable-layout: fixed !important;\\n\\tmargin: 0 auto !important;\\n}\\ntable table table {\\n\\ttable-layout: auto;\\n}\\n\\\/* What it does: Uses a better rendering method when resizing images in IE. *\\\/\\nimg {\\n\\t-ms-interpolation-mode: bicubic;\\n}\\n\\\/* What it does: Overrides styles added when Yahoo&#039;s auto-senses a link. *\\\/\\n.yshortcuts a {\\n\\tborder-bottom: none !important;\\n}\\n\\\/* What it does: Another work-around for iOS meddling in triggered links. *\\\/\\na[x-apple-data-detectors] {\\n\\tcolor: inherit !important;\\n}\\n&lt;\\\/style&gt;\\n\\n    &lt;!-- Progressive Enhancements --&gt;\\n    &lt;style type=\\&quot;text\\\/css\\&quot;&gt;\\n        \\n        \\\/* What it does: Hover styles for buttons *\\\/\\n        .button-td,\\n        .button-a {\\n            transition: all 100ms ease-in;\\n        }\\n        .button-td:hover,\\n        .button-a:hover {\\n            background: #555555 !important;\\n            border-color: #555555 !important;\\n        }\\n\\n        \\\/* Media Queries *\\\/\\n        @media screen and (max-width: 600px) {\\n\\n            .email-container {\\n                width: 100% !important;\\n            }\\n\\n            \\\/* What it does: Forces elements to resize to the full width of their container. Useful for resizing images beyond their max-width. *\\\/\\n            .fluid,\\n            .fluid-centered {\\n                max-width: 100% !important;\\n                height: auto !important;\\n                margin-left: auto !important;\\n                margin-right: auto !important;\\n            }\\n            \\\/* And center justify these ones. *\\\/\\n            .fluid-centered {\\n                margin-left: auto !important;\\n                margin-right: auto !important;\\n            }\\n\\n            \\\/* What it does: Forces table cells into full-width rows. *\\\/\\n            .stack-column,\\n            .stack-column-center {\\n                display: block !important;\\n                width: 100% !important;\\n                max-width: 100% !important;\\n                direction: ltr !important;\\n            }\\n            \\\/* And center justify these ones. *\\\/\\n            .stack-column-center {\\n                text-align: center !important;\\n            }\\n        \\n            \\\/* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. *\\\/\\n            .center-on-narrow {\\n                text-align: center !important;\\n                display: block !important;\\n                margin-left: auto !important;\\n                margin-right: auto !important;\\n                float: none !important;\\n            }\\n            table.center-on-narrow {\\n                display: inline-block !important;\\n            }\\n                \\n        }\\n\\n    &lt;\\\/style&gt;\\n    &lt;\\\/head&gt;\\n    &lt;body bgcolor=\\&quot;#e0e0e0\\&quot; width=\\&quot;100%\\&quot; style=\\&quot;margin: 0;\\&quot; yahoo=\\&quot;yahoo\\&quot;&gt;\\n\\t\\t&lt;tbody&gt;\\n\\t\\t\\t&lt;tr style=\\&quot;vertical-align: top;\\&quot; valign=\\&quot;top\\&quot;&gt;\\n\\t\\t\\t\\t&lt;td style=\\&quot;word-break: break-word; vertical-align: top;\\&quot; valign=\\&quot;top\\&quot;&gt;\\n\\t\\t\\t\\t\\t&lt;!--[if (mso)|(IE)]&gt;&lt;table width=\\&quot;100%\\&quot; cellpadding=\\&quot;0\\&quot; cellspacing=\\&quot;0\\&quot; border=\\&quot;0\\&quot;&gt;&lt;tr&gt;&lt;td align=\\&quot;center\\&quot; style=\\&quot;background-color:#FFFFFF\\&quot;&gt;&lt;![endif]--&gt;\\n\\t\\t\\t\\t\\t&lt;div style=\\&quot;background-color:transparent;\\&quot;&gt;\\n\\t\\t\\t\\t\\t\\t&lt;div class=\\&quot;block-grid \\&quot; style=\\&quot;min-width: 320px; max-width: 500px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; Margin: 0 auto; background-color: transparent;\\&quot;&gt;\\n\\t\\t\\t\\t\\t\\t\\t&lt;div style=\\&quot;border-collapse: collapse;display: table;width: 100%;background-color:transparent;\\&quot;&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t&lt;!--[if (mso)|(IE)]&gt;&lt;table width=\\&quot;100%\\&quot; cellpadding=\\&quot;0\\&quot; cellspacing=\\&quot;0\\&quot; border=\\&quot;0\\&quot; style=\\&quot;background-color:transparent;\\&quot;&gt;&lt;tr&gt;&lt;td align=\\&quot;center\\&quot;&gt;&lt;table cellpadding=\\&quot;0\\&quot; cellspacing=\\&quot;0\\&quot; border=\\&quot;0\\&quot; style=\\&quot;width:500px\\&quot;&gt;&lt;tr class=\\&quot;layout-full-width\\&quot; style=\\&quot;background-color:transparent\\&quot;&gt;&lt;![endif]--&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t&lt;!--[if (mso)|(IE)]&gt;&lt;td align=\\&quot;center\\&quot; width=\\&quot;500\\&quot; style=\\&quot;background-color:transparent;width:500px; border-top: 0px solid transparent; border-left: 0px solid transparent; border-bottom: 0px solid transparent; border-right: 0px solid transparent;\\&quot; valign=\\&quot;top\\&quot;&gt;&lt;table width=\\&quot;100%\\&quot; cellpadding=\\&quot;0\\&quot; cellspacing=\\&quot;0\\&quot; border=\\&quot;0\\&quot;&gt;&lt;tr&gt;&lt;td style=\\&quot;padding-right: 0px; padding-left: 0px; padding-top:5px; padding-bottom:5px;\\&quot;&gt;&lt;![endif]--&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t&lt;div class=\\&quot;col num12\\&quot; style=\\&quot;min-width: 320px; max-width: 500px; display: table-cell; vertical-align: top; width: 500px;\\&quot;&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;div class=\\&quot;col_cont\\&quot; style=\\&quot;width:100% !important;\\&quot;&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;!--[if (!mso)&amp;(!IE)]&gt;&lt;!--&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;div style=\\&quot;border-top:0px solid transparent; border-left:0px solid transparent; border-bottom:0px solid transparent; border-right:0px solid transparent; padding-top:5px; padding-bottom:5px; padding-right: 0px; padding-left: 0px;\\&quot;&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;!--&lt;![endif]--&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;div class=\\&quot;img-container center  autowidth  fullwidth big\\&quot; align=\\&quot;center\\&quot; style=\\&quot;padding-right: 0px;padding-left: 0px;\\&quot;&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;!--[if mso]&gt;&lt;table width=\\&quot;100%\\&quot; cellpadding=\\&quot;0\\&quot; cellspacing=\\&quot;0\\&quot; border=\\&quot;0\\&quot;&gt;&lt;tr style=\\&quot;line-height:0px\\&quot;&gt;&lt;td style=\\&quot;padding-right: 0px;padding-left: 0px;\\&quot; align=\\&quot;center\\&quot;&gt;&lt;![endif]--&gt;&lt;img class=\\&quot;center  autowidth  fullwidth\\&quot; align=\\&quot;center\\&quot; border=\\&quot;0\\&quot; src=\\&quot;https:\\\/\\\/bloomerang-bee.s3.amazonaws.com\\\/images\\\/clapton_cysx6cjdvalm_us_west_2_rds_amazonaws_com_southeastlouisianalegalservices\\\/annual%20appeal_year%20end%20header-01.png\\&quot; alt=\\&quot;Image\\&quot; title=\\&quot;Image\\&quot; style=\\&quot;text-decoration: none; -ms-interpolation-mode: bicubic; height: auto; border: 0; width: 500px; max-width: 100%; display: block;\\&quot; width=\\&quot;500\\&quot;&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;!--[if mso]&gt;&lt;\\\/td&gt;&lt;\\\/tr&gt;&lt;\\\/table&gt;&lt;![endif]--&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;\\\/div&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;div class=\\&quot;button-container\\&quot; align=\\&quot;center\\&quot; style=\\&quot;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;\\&quot;&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;!--[if mso]&gt;&lt;table width=\\&quot;100%\\&quot; cellpadding=\\&quot;0\\&quot; cellspacing=\\&quot;0\\&quot; border=\\&quot;0\\&quot; style=\\&quot;border-spacing: 0; border-collapse: collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;\\&quot;&gt;&lt;tr&gt;&lt;td style=\\&quot;padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px\\&quot; align=\\&quot;center\\&quot;&gt;&lt;v:roundrect xmlns:v=\\&quot;urn:schemas-microsoft-com:vml\\&quot; xmlns:w=\\&quot;urn:schemas-microsoft-com:office:word\\&quot; href=\\&quot;slls.org\\\/donations\\&quot; style=\\&quot;height:21.75pt;width:93pt;v-text-anchor:middle;\\&quot; arcsize=\\&quot;104%\\&quot; stroke=\\&quot;false\\&quot; fillcolor=\\&quot;#138a43\\&quot;&gt;&lt;w:anchorlock\\\/&gt;&lt;v:textbox inset=\\&quot;0,0,0,0\\&quot;&gt;&lt;center style=\\&quot;color:#ffffff; font-family:Arial, sans-serif; font-size:16px\\&quot;&gt;&lt;![endif]--&gt;&lt;a href=\\&quot;slls.org\\\/donations\\&quot; target=\\&quot;_blank\\&quot; style=\\&quot;-webkit-text-size-adjust: none; text-decoration: none; display: inline-block; color: #ffffff; background-color: #138a43; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; width: auto; width: auto; border-top: 1px solid #138a43; border-right: 1px solid #138a43; border-bottom: 1px solid #138a43; border-left: 1px solid #138a43; padding-top: 5px; padding-bottom: 5px; font-family: Arial, Helvetica Neue, Helvetica, sans-serif; text-align: center; mso-border-alt: none; word-break: keep-all;\\&quot;&gt;&lt;span style=\\&quot;padding-left:20px;padding-right:20px;font-size:16px;display:inline-block;letter-spacing:undefined;\\&quot;&gt;&lt;span style=\\&quot;font-size: 16px; line-height: 1.2; word-break: break-word; mso-line-height-alt: 19px;\\&quot;&gt;Give Today!&lt;\\\/span&gt;&lt;\\\/span&gt;&lt;\\\/a&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;!--[if mso]&gt;&lt;\\\/center&gt;&lt;\\\/v:textbox&gt;&lt;\\\/v:roundrect&gt;&lt;\\\/td&gt;&lt;\\\/tr&gt;&lt;\\\/table&gt;&lt;![endif]--&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;\\\/div&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;!--[if mso]&gt;&lt;table width=\\&quot;100%\\&quot; cellpadding=\\&quot;0\\&quot; cellspacing=\\&quot;0\\&quot; border=\\&quot;0\\&quot;&gt;&lt;tr&gt;&lt;td style=\\&quot;padding-right: 10px; padding-left: 10px; padding-top: 10px; padding-bottom: 10px; font-family: Arial, sans-serif\\&quot;&gt;&lt;![endif]--&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;div style=\\&quot;color:#555555;font-family:Arial, &#039;Helvetica Neue&#039;, Helvetica, sans-serif;line-height:1.5;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;\\&quot;&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;div class=\\&quot;txtTinyMce-wrapper\\&quot; style=\\&quot;font-size: 12px; line-height: 1.5; font-family: Arial, &#039;Helvetica Neue&#039;, Helvetica, sans-serif; color: #555555; mso-line-height-alt: 18px;\\&quot;&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;p style=\\&quot;margin: 0; font-size: 14px; line-height: 1.5; word-break: break-word; mso-line-height-alt: 21px; margin-top: 0; margin-bottom: 0;\\&quot;&gt;&lt;span style=\\&quot;font-size: 14px;\\&quot;&gt;Marilyn* received a Road Home Program grant after Hurricane Katrina to elevate her home, but along the way life happened and she lost the home to foreclosure in 2011. To add insult to injury, she was sued by the program for failure to elevate a home she no longer owned.&lt;\\\/span&gt;&lt;\\\/p&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;p style=\\&quot;margin: 0; font-size: 14px; line-height: 1.5; word-break: break-word; mso-line-height-alt: 21px; margin-top: 0; margin-bottom: 0;\\&quot;&gt;&amp;nbsp;&lt;\\\/p&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;p style=\\&quot;margin: 0; font-size: 14px; line-height: 1.5; word-break: break-word; mso-line-height-alt: 21px; margin-top: 0; margin-bottom: 0;\\&quot;&gt;&lt;span style=\\&quot;font-size: 14px;\\&quot;&gt;Unemployed and facing a debt of over $38,000 she turned to SLLS for assistance. With years of experience working on Road Home cases, her attorney was able to file an answer that showed she used the funds for repairs to the home and the debt was cleared this year.&lt;\\\/span&gt;&lt;\\\/p&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;p style=\\&quot;margin: 0; font-size: 14px; line-height: 1.5; word-break: break-word; mso-line-height-alt: 21px; margin-top: 0; margin-bottom: 0;\\&quot;&gt;&amp;nbsp;&lt;\\\/p&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;p style=\\&quot;margin: 0; font-size: 14px; line-height: 1.5; word-break: break-word; mso-line-height-alt: 21px; margin-top: 0; margin-bottom: 0;\\&quot;&gt;&lt;span style=\\&quot;font-size: 14px;\\&quot;&gt;&lt;span style=\\&quot;color: #138a43;\\&quot;&gt;&lt;strong&gt;16 years after Hurricane Katrina we are still receiving calls from clients struggling with the bureaucratic nightmares that come with the recovery process.&lt;\\\/strong&gt;&lt;\\\/span&gt; With extensive damage in some of the most underserved portions of our service area, we know the Hurricane Ida recovery will be a long haul, but we have the team we need to get through this thanks to your continued support.&lt;\\\/span&gt;&lt;\\\/p&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;p style=\\&quot;margin: 0; font-size: 14px; line-height: 1.5; word-break: break-word; mso-line-height-alt: 21px; margin-top: 0; margin-bottom: 0;\\&quot;&gt;&amp;nbsp;&lt;\\\/p&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;p style=\\&quot;margin: 0; font-size: 14px; line-height: 1.5; word-break: break-word; mso-line-height-alt: 21px; margin-top: 0; margin-bottom: 0;\\&quot;&gt;&lt;span style=\\&quot;font-size: 14px;\\&quot;&gt;&lt;span style=\\&quot;color: #138a43;\\&quot;&gt;&lt;em&gt;&lt;strong&gt;You still have time to make an immediate impact on Hurricane Ida survivors in 2021 with a tax-deductible gift by December 31st.&lt;\\\/strong&gt;&lt;\\\/em&gt;&lt;\\\/span&gt; We are getting close to our year-end goal to raise $20,000! You can make your year-end gift at &lt;a href=\\&quot;http:\\\/\\\/www.slls.org\\\/donations\\&quot; target=\\&quot;_blank\\&quot; style=\\&quot;text-decoration: underline; color: #138a43;\\&quot; rel=\\&quot;noopener\\&quot;&gt;www.slls.org\\\/donations&lt;\\\/a&gt;.&amp;nbsp;&lt;\\\/span&gt;&lt;\\\/p&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;p style=\\&quot;margin: 0; font-size: 14px; line-height: 1.5; word-break: break-word; mso-line-height-alt: 21px; margin-top: 0; margin-bottom: 0;\\&quot;&gt;&amp;nbsp;&lt;\\\/p&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;p style=\\&quot;margin: 0; font-size: 14px; line-height: 1.5; word-break: break-word; mso-line-height-alt: 21px; margin-top: 0; margin-bottom: 0;\\&quot;&gt;&lt;span style=\\&quot;font-size: 14px;\\&quot;&gt;Sincerely,&lt;\\\/span&gt;&lt;\\\/p&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;p style=\\&quot;margin: 0; font-size: 14px; line-height: 1.5; word-break: break-word; mso-line-height-alt: 21px; margin-top: 0; margin-bottom: 0;\\&quot;&gt;&lt;span style=\\&quot;font-size: 14px;\\&quot;&gt;Laura Tuggle&lt;\\\/span&gt;&lt;\\\/p&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;p style=\\&quot;margin: 0; font-size: 14px; line-height: 1.5; word-break: break-word; mso-line-height-alt: 21px; margin-top: 0; margin-bottom: 0;\\&quot;&gt;&lt;span style=\\&quot;font-size: 14px;\\&quot;&gt;Executive Director&lt;\\\/span&gt;&lt;\\\/p&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;p style=\\&quot;margin: 0; font-size: 9px; line-height: 1.5; word-break: break-word; mso-line-height-alt: 14px; margin-top: 0; margin-bottom: 0;\\&quot;&gt;&lt;span style=\\&quot;font-size: 9px;\\&quot;&gt;*Some information about our client has been change to protect their identity.&lt;\\\/span&gt;&lt;\\\/p&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;\\\/div&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;\\\/div&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;!--[if mso]&gt;&lt;\\\/td&gt;&lt;\\\/tr&gt;&lt;\\\/table&gt;&lt;![endif]--&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;div class=\\&quot;button-container\\&quot; align=\\&quot;center\\&quot; style=\\&quot;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;\\&quot;&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;!--[if mso]&gt;&lt;table width=\\&quot;100%\\&quot; cellpadding=\\&quot;0\\&quot; cellspacing=\\&quot;0\\&quot; border=\\&quot;0\\&quot; style=\\&quot;border-spacing: 0; border-collapse: collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;\\&quot;&gt;&lt;tr&gt;&lt;td style=\\&quot;padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px\\&quot; align=\\&quot;center\\&quot;&gt;&lt;v:roundrect xmlns:v=\\&quot;urn:schemas-microsoft-com:vml\\&quot; xmlns:w=\\&quot;urn:schemas-microsoft-com:office:word\\&quot; href=\\&quot;slls.org\\\/donations\\&quot; style=\\&quot;height:21.75pt;width:93pt;v-text-anchor:middle;\\&quot; arcsize=\\&quot;104%\\&quot; stroke=\\&quot;false\\&quot; fillcolor=\\&quot;#138a43\\&quot;&gt;&lt;w:anchorlock\\\/&gt;&lt;v:textbox inset=\\&quot;0,0,0,0\\&quot;&gt;&lt;center style=\\&quot;color:#ffffff; font-family:Arial, sans-serif; font-size:16px\\&quot;&gt;&lt;![endif]--&gt;&lt;a href=\\&quot;slls.org\\\/donations\\&quot; target=\\&quot;_blank\\&quot; style=\\&quot;-webkit-text-size-adjust: none; text-decoration: none; display: inline-block; color: #ffffff; background-color: #138a43; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; width: auto; width: auto; border-top: 1px solid #138a43; border-right: 1px solid #138a43; border-bottom: 1px solid #138a43; border-left: 1px solid #138a43; padding-top: 5px; padding-bottom: 5px; font-family: Arial, Helvetica Neue, Helvetica, sans-serif; text-align: center; mso-border-alt: none; word-break: keep-all;\\&quot;&gt;&lt;span style=\\&quot;padding-left:20px;padding-right:20px;font-size:16px;display:inline-block;letter-spacing:undefined;\\&quot;&gt;&lt;span style=\\&quot;font-size: 16px; line-height: 1.2; word-break: break-word; mso-line-height-alt: 19px;\\&quot;&gt;Give Today!&lt;\\\/span&gt;&lt;\\\/span&gt;&lt;\\\/a&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;!--[if mso]&gt;&lt;\\\/center&gt;&lt;\\\/v:textbox&gt;&lt;\\\/v:roundrect&gt;&lt;\\\/td&gt;&lt;\\\/tr&gt;&lt;\\\/table&gt;&lt;![endif]--&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;\\\/div&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;\\\/div&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;!--&lt;![endif]--&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;\\\/div&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t&lt;\\\/div&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t&lt;!--[if (mso)|(IE)]&gt;&lt;\\\/td&gt;&lt;\\\/tr&gt;&lt;\\\/table&gt;&lt;![endif]--&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t&lt;!--[if (mso)|(IE)]&gt;&lt;\\\/td&gt;&lt;\\\/tr&gt;&lt;\\\/table&gt;&lt;\\\/td&gt;&lt;\\\/tr&gt;&lt;\\\/table&gt;&lt;![endif]--&gt;\\n\\t\\t\\t\\t\\t\\t\\t&lt;\\\/div&gt;\\n\\t\\t\\t\\t\\t\\t&lt;\\\/div&gt;\\n\\t\\t\\t\\t\\t&lt;\\\/div&gt;\\n\\t\\t\\t\\t\\t&lt;div style=\\&quot;background-color:transparent;\\&quot;&gt;\\n\\t\\t\\t\\t\\t\\t&lt;div class=\\&quot;block-grid two-up\\&quot; style=\\&quot;min-width: 320px; max-width: 500px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; Margin: 0 auto; background-color: transparent;\\&quot;&gt;\\n\\t\\t\\t\\t\\t\\t\\t&lt;div style=\\&quot;border-collapse: collapse;display: table;width: 100%;background-color:transparent;\\&quot;&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t&lt;!--[if (mso)|(IE)]&gt;&lt;table width=\\&quot;100%\\&quot; cellpadding=\\&quot;0\\&quot; cellspacing=\\&quot;0\\&quot; border=\\&quot;0\\&quot; style=\\&quot;background-color:transparent;\\&quot;&gt;&lt;tr&gt;&lt;td align=\\&quot;center\\&quot;&gt;&lt;table cellpadding=\\&quot;0\\&quot; cellspacing=\\&quot;0\\&quot; border=\\&quot;0\\&quot; style=\\&quot;width:500px\\&quot;&gt;&lt;tr class=\\&quot;layout-full-width\\&quot; style=\\&quot;background-color:transparent\\&quot;&gt;&lt;![endif]--&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t&lt;!--[if (mso)|(IE)]&gt;&lt;td align=\\&quot;center\\&quot; width=\\&quot;250\\&quot; style=\\&quot;background-color:transparent;width:250px; border-top: 0px solid transparent; border-left: 0px solid transparent; border-bottom: 0px solid transparent; border-right: 0px solid transparent;\\&quot; valign=\\&quot;top\\&quot;&gt;&lt;table width=\\&quot;100%\\&quot; cellpadding=\\&quot;0\\&quot; cellspacing=\\&quot;0\\&quot; border=\\&quot;0\\&quot;&gt;&lt;tr&gt;&lt;td style=\\&quot;padding-right: 0px; padding-left: 0px; padding-top:5px; padding-bottom:5px;\\&quot;&gt;&lt;![endif]--&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t&lt;div class=\\&quot;col num6\\&quot; style=\\&quot;display: table-cell; vertical-align: top; max-width: 320px; min-width: 246px; width: 250px;\\&quot;&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;div class=\\&quot;col_cont\\&quot; style=\\&quot;width:100% !important;\\&quot;&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;!--[if (!mso)&amp;(!IE)]&gt;&lt;!--&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;div style=\\&quot;border-top:0px solid transparent; border-left:0px solid transparent; border-bottom:0px solid transparent; border-right:0px solid transparent; padding-top:5px; padding-bottom:5px; padding-right: 0px; padding-left: 0px;\\&quot;&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;!--&lt;![endif]--&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;!--[if mso]&gt;&lt;table width=\\&quot;100%\\&quot; cellpadding=\\&quot;0\\&quot; cellspacing=\\&quot;0\\&quot; border=\\&quot;0\\&quot;&gt;&lt;tr&gt;&lt;td style=\\&quot;padding-right: 10px; padding-left: 10px; padding-top: 10px; padding-bottom: 10px; font-family: Arial, sans-serif\\&quot;&gt;&lt;![endif]--&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;\\\/div&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;!--[if mso]&gt;&lt;\\\/td&gt;&lt;\\\/tr&gt;&lt;\\\/table&gt;&lt;![endif]--&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;!--[if (!mso)&amp;(!IE)]&gt;&lt;!--&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;\\\/div&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;!--&lt;![endif]--&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;\\\/div&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t&lt;\\\/div&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;\\\/div&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t&lt;\\\/div&gt;&lt;\\\/td&gt;&lt;\\\/tr&gt;&lt;\\\/tbody&gt;&lt;\\\/body&gt;&lt;\\\/html&gt;&quot;,&quot;eds_animation_class&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;custom_html-1029210000&quot;,&quot;option_name&quot;:&quot;widget_custom_html&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-10292-0-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;so_cpt_readonly&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;animation_event&amp;quot;:&amp;quot;enter&amp;quot;,&amp;quot;animation_screen_offset&amp;quot;:&amp;quot;0&amp;quot;,&amp;quot;animation_duration&amp;quot;:&amp;quot;1&amp;quot;,&amp;quot;animation_repeat&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;animation_hide&amp;quot;:true,&amp;quot;animation_disable_mobile&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;animation_state_end&amp;quot;:&amp;quot;visible&amp;quot;,&amp;quot;animation_delay&amp;quot;:&amp;quot;0&amp;quot;,&amp;quot;animation_debounce&amp;quot;:&amp;quot;0.1&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" \/>[\/siteorigin_widget]<\/div>\n<\/div>\n<\/div>\n<\/div>\n<style type=\"text\/css\" class=\"panels-style\" data-panels-style-for-post=\"10292\">@import url(https:\/\/slls.org\/wp-content\/plugins\/siteorigin-panels\/css\/front-flex.min.css); #pgc-10292-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-10292-0 , #pl-10292 .so-panel { margin-bottom:30px } #pl-10292 .so-panel:last-of-type { margin-bottom:0px } @media (max-width:780px){ #pg-10292-0.panel-no-style, #pg-10292-0.panel-has-style > .panel-row-style, #pg-10292-0 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-10292-0 > .panel-grid-cell , #pg-10292-0 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pg-10292-0 { margin-bottom:px } #pl-10292 .panel-grid-cell { padding:0 } #pl-10292 .panel-grid .panel-grid-cell-empty { display:none } #pl-10292 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } <\/style>\n","protected":false},"excerpt":{"rendered":"<p>[siteorigin_widget class=&#8221;WP_Widget_Custom_HTML&#8221;][\/siteorigin_widget]<\/p>\n","protected":false},"author":2,"featured_media":10295,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-10292","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Make an Immediate Impact for Survivors of Hurricane Ida -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/slls.org\/en\/make-an-immediate-impact-for-survivors-of-hurricane-ida\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Make an Immediate Impact for Survivors of Hurricane Ida -\" \/>\n<meta property=\"og:description\" content=\"[siteorigin_widget class=&#8221;WP_Widget_Custom_HTML&#8221;][\/siteorigin_widget]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/slls.org\/en\/make-an-immediate-impact-for-survivors-of-hurricane-ida\/\" \/>\n<meta property=\"og:site_name\" content=\"SLLS\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/sllshelps\" \/>\n<meta property=\"article:published_time\" content=\"2021-12-29T18:00:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-12-29T18:33:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/slls.org\/wp-content\/uploads\/Year_End_Gift-01.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2501\" \/>\n\t<meta property=\"og:image:height\" content=\"1314\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"admin_slls\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@sllshelps\" \/>\n<meta name=\"twitter:site\" content=\"@sllshelps\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin_slls\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/slls.org\/en\/make-an-immediate-impact-for-survivors-of-hurricane-ida\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/slls.org\/en\/make-an-immediate-impact-for-survivors-of-hurricane-ida\/\"},\"author\":{\"name\":\"admin_slls\",\"@id\":\"https:\/\/slls.org\/#\/schema\/person\/d9fd24cc97bee07e5e1b87810c4ecbb4\"},\"headline\":\"Make an Immediate Impact for Survivors of Hurricane Ida\",\"datePublished\":\"2021-12-29T18:00:39+00:00\",\"dateModified\":\"2021-12-29T18:33:22+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/slls.org\/en\/make-an-immediate-impact-for-survivors-of-hurricane-ida\/\"},\"wordCount\":18,\"publisher\":{\"@id\":\"https:\/\/slls.org\/#organization\"},\"image\":{\"@id\":\"https:\/\/slls.org\/en\/make-an-immediate-impact-for-survivors-of-hurricane-ida\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/slls.org\/wp-content\/uploads\/Year_End_Gift-01.png\",\"articleSection\":[\"News\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/slls.org\/en\/make-an-immediate-impact-for-survivors-of-hurricane-ida\/\",\"url\":\"https:\/\/slls.org\/en\/make-an-immediate-impact-for-survivors-of-hurricane-ida\/\",\"name\":\"Make an Immediate Impact for Survivors of Hurricane Ida -\",\"isPartOf\":{\"@id\":\"https:\/\/slls.org\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/slls.org\/en\/make-an-immediate-impact-for-survivors-of-hurricane-ida\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/slls.org\/en\/make-an-immediate-impact-for-survivors-of-hurricane-ida\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/slls.org\/wp-content\/uploads\/Year_End_Gift-01.png\",\"datePublished\":\"2021-12-29T18:00:39+00:00\",\"dateModified\":\"2021-12-29T18:33:22+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/slls.org\/en\/make-an-immediate-impact-for-survivors-of-hurricane-ida\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/slls.org\/en\/make-an-immediate-impact-for-survivors-of-hurricane-ida\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/slls.org\/en\/make-an-immediate-impact-for-survivors-of-hurricane-ida\/#primaryimage\",\"url\":\"https:\/\/slls.org\/wp-content\/uploads\/Year_End_Gift-01.png\",\"contentUrl\":\"https:\/\/slls.org\/wp-content\/uploads\/Year_End_Gift-01.png\",\"width\":2501,\"height\":1314},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/slls.org\/en\/make-an-immediate-impact-for-survivors-of-hurricane-ida\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/slls.org\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Make an Immediate Impact for Survivors of Hurricane Ida\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/slls.org\/#website\",\"url\":\"https:\/\/slls.org\/\",\"name\":\"SLLS\",\"description\":\"Fighting for Fairness in the Justice System \",\"publisher\":{\"@id\":\"https:\/\/slls.org\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/slls.org\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/slls.org\/#organization\",\"name\":\"Southeast Louisiana Legal Services\",\"url\":\"https:\/\/slls.org\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/slls.org\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/slls.org\/wp-content\/uploads\/2024\/08\/SLLS-Logo-Color-Sm.png\",\"contentUrl\":\"https:\/\/slls.org\/wp-content\/uploads\/2024\/08\/SLLS-Logo-Color-Sm.png\",\"width\":600,\"height\":142,\"caption\":\"Southeast Louisiana Legal Services\"},\"image\":{\"@id\":\"https:\/\/slls.org\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/sllshelps\",\"https:\/\/x.com\/sllshelps\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/slls.org\/#\/schema\/person\/d9fd24cc97bee07e5e1b87810c4ecbb4\",\"name\":\"admin_slls\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/slls.org\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/58a7e8ef5f0946585fbe79c04176dd75169a8e0fedef40f30fbf105c300438d0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/58a7e8ef5f0946585fbe79c04176dd75169a8e0fedef40f30fbf105c300438d0?s=96&d=mm&r=g\",\"caption\":\"admin_slls\"},\"url\":\"https:\/\/slls.org\/en\/author\/admin_slls\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Make an Immediate Impact for Survivors of Hurricane Ida -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/slls.org\/en\/make-an-immediate-impact-for-survivors-of-hurricane-ida\/","og_locale":"en_US","og_type":"article","og_title":"Make an Immediate Impact for Survivors of Hurricane Ida -","og_description":"[siteorigin_widget class=&#8221;WP_Widget_Custom_HTML&#8221;][\/siteorigin_widget]","og_url":"https:\/\/slls.org\/en\/make-an-immediate-impact-for-survivors-of-hurricane-ida\/","og_site_name":"SLLS","article_publisher":"https:\/\/www.facebook.com\/sllshelps","article_published_time":"2021-12-29T18:00:39+00:00","article_modified_time":"2021-12-29T18:33:22+00:00","og_image":[{"width":2501,"height":1314,"url":"https:\/\/slls.org\/wp-content\/uploads\/Year_End_Gift-01.png","type":"image\/png"}],"author":"admin_slls","twitter_card":"summary_large_image","twitter_creator":"@sllshelps","twitter_site":"@sllshelps","twitter_misc":{"Written by":"admin_slls","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/slls.org\/en\/make-an-immediate-impact-for-survivors-of-hurricane-ida\/#article","isPartOf":{"@id":"https:\/\/slls.org\/en\/make-an-immediate-impact-for-survivors-of-hurricane-ida\/"},"author":{"name":"admin_slls","@id":"https:\/\/slls.org\/#\/schema\/person\/d9fd24cc97bee07e5e1b87810c4ecbb4"},"headline":"Make an Immediate Impact for Survivors of Hurricane Ida","datePublished":"2021-12-29T18:00:39+00:00","dateModified":"2021-12-29T18:33:22+00:00","mainEntityOfPage":{"@id":"https:\/\/slls.org\/en\/make-an-immediate-impact-for-survivors-of-hurricane-ida\/"},"wordCount":18,"publisher":{"@id":"https:\/\/slls.org\/#organization"},"image":{"@id":"https:\/\/slls.org\/en\/make-an-immediate-impact-for-survivors-of-hurricane-ida\/#primaryimage"},"thumbnailUrl":"https:\/\/slls.org\/wp-content\/uploads\/Year_End_Gift-01.png","articleSection":["News"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/slls.org\/en\/make-an-immediate-impact-for-survivors-of-hurricane-ida\/","url":"https:\/\/slls.org\/en\/make-an-immediate-impact-for-survivors-of-hurricane-ida\/","name":"Make an Immediate Impact for Survivors of Hurricane Ida -","isPartOf":{"@id":"https:\/\/slls.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/slls.org\/en\/make-an-immediate-impact-for-survivors-of-hurricane-ida\/#primaryimage"},"image":{"@id":"https:\/\/slls.org\/en\/make-an-immediate-impact-for-survivors-of-hurricane-ida\/#primaryimage"},"thumbnailUrl":"https:\/\/slls.org\/wp-content\/uploads\/Year_End_Gift-01.png","datePublished":"2021-12-29T18:00:39+00:00","dateModified":"2021-12-29T18:33:22+00:00","breadcrumb":{"@id":"https:\/\/slls.org\/en\/make-an-immediate-impact-for-survivors-of-hurricane-ida\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/slls.org\/en\/make-an-immediate-impact-for-survivors-of-hurricane-ida\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/slls.org\/en\/make-an-immediate-impact-for-survivors-of-hurricane-ida\/#primaryimage","url":"https:\/\/slls.org\/wp-content\/uploads\/Year_End_Gift-01.png","contentUrl":"https:\/\/slls.org\/wp-content\/uploads\/Year_End_Gift-01.png","width":2501,"height":1314},{"@type":"BreadcrumbList","@id":"https:\/\/slls.org\/en\/make-an-immediate-impact-for-survivors-of-hurricane-ida\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/slls.org\/"},{"@type":"ListItem","position":2,"name":"Make an Immediate Impact for Survivors of Hurricane Ida"}]},{"@type":"WebSite","@id":"https:\/\/slls.org\/#website","url":"https:\/\/slls.org\/","name":"SLLS","description":"Fighting for Fairness in the Justice System ","publisher":{"@id":"https:\/\/slls.org\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/slls.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/slls.org\/#organization","name":"Southeast Louisiana Legal Services","url":"https:\/\/slls.org\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/slls.org\/#\/schema\/logo\/image\/","url":"https:\/\/slls.org\/wp-content\/uploads\/2024\/08\/SLLS-Logo-Color-Sm.png","contentUrl":"https:\/\/slls.org\/wp-content\/uploads\/2024\/08\/SLLS-Logo-Color-Sm.png","width":600,"height":142,"caption":"Southeast Louisiana Legal Services"},"image":{"@id":"https:\/\/slls.org\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/sllshelps","https:\/\/x.com\/sllshelps"]},{"@type":"Person","@id":"https:\/\/slls.org\/#\/schema\/person\/d9fd24cc97bee07e5e1b87810c4ecbb4","name":"admin_slls","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/slls.org\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/58a7e8ef5f0946585fbe79c04176dd75169a8e0fedef40f30fbf105c300438d0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/58a7e8ef5f0946585fbe79c04176dd75169a8e0fedef40f30fbf105c300438d0?s=96&d=mm&r=g","caption":"admin_slls"},"url":"https:\/\/slls.org\/en\/author\/admin_slls\/"}]}},"_links":{"self":[{"href":"https:\/\/slls.org\/en\/wp-json\/wp\/v2\/posts\/10292","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/slls.org\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/slls.org\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/slls.org\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/slls.org\/en\/wp-json\/wp\/v2\/comments?post=10292"}],"version-history":[{"count":0,"href":"https:\/\/slls.org\/en\/wp-json\/wp\/v2\/posts\/10292\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/slls.org\/en\/wp-json\/wp\/v2\/media\/10295"}],"wp:attachment":[{"href":"https:\/\/slls.org\/en\/wp-json\/wp\/v2\/media?parent=10292"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/slls.org\/en\/wp-json\/wp\/v2\/categories?post=10292"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/slls.org\/en\/wp-json\/wp\/v2\/tags?post=10292"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}