{"id":8844,"date":"2021-01-31T09:59:48","date_gmt":"2021-01-31T15:59:48","guid":{"rendered":"https:\/\/slls.org\/?p=8844"},"modified":"2021-02-04T13:44:45","modified_gmt":"2021-02-04T19:44:45","slug":"january-2021-newsletter","status":"publish","type":"post","link":"https:\/\/slls.org\/en\/january-2021-newsletter\/","title":{"rendered":"January 2021 Newsletter"},"content":{"rendered":"<div id=\"pl-8844\"  class=\"panel-layout\" >\n<div id=\"pg-8844-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&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;}\" >\n<div id=\"pgc-8844-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" >\n<div id=\"panel-8844-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-blog&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-blog,  body-blog {\\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-blog width=\\&quot;100%\\&quot; style=\\&quot;margin: 0;\\&quot; yahoo=\\&quot;yahoo\\&quot;&gt;\\n    &lt;table bgcolor=\\&quot;#e0e0e0\\&quot; cellpadding=\\&quot;0\\&quot; cellspacing=\\&quot;0\\&quot; border=\\&quot;0\\&quot; height=\\&quot;100%\\&quot; width=\\&quot;100%\\&quot; style=\\&quot;border-collapse:collapse;\\&quot;&gt;\\n      &lt;tr&gt;\\n        &lt;td&gt;&lt;center style=\\&quot;width: 100%;\\&quot;&gt;\\n                             \\n            &lt;!-- Email Body : BEGIN --&gt;\\n          &lt;table cellspacing=\\&quot;0\\&quot; cellpadding=\\&quot;0\\&quot; border=\\&quot;0\\&quot; align=\\&quot;center\\&quot; bgcolor=\\&quot;#ffffff\\&quot; width=\\&quot;600\\&quot; class=\\&quot;email-container\\&quot;&gt;\\n            \\n            &lt;!-- Hero Image, Flush : BEGIN --&gt;\\n            &lt;tr&gt;\\n                &lt;td class=\\&quot;full-width-image\\&quot;&gt;&lt;img src=\\&quot;https:\\\/\\\/bloomerang-bee.s3.amazonaws.com\\\/images\\\/clapton_cysx6cjdvalm_us_west_2_rds_amazonaws_com_southeastlouisianalegalservices\\\/Newsletter%20Header-01.png\\&quot; width=\\&quot;600\\&quot; alt=\\&quot;alt_text\\&quot; border=\\&quot;0\\&quot; align=\\&quot;center\\&quot; style=\\&quot;width: 100%; max-width: 600px; height: auto;\\&quot;&gt;&lt;\\\/td&gt;\\n              &lt;\\\/tr&gt;\\n            &lt;!-- Hero Image, Flush : END --&gt; \\n            &lt;tr&gt;\\n\\t\\t\\t\\t&lt;td&gt;&lt;p style=\\&quot;line-height: 1.2; color: #138a43; font-size: 12px; text-align: left; padding:10px; word-break: break-word; font-family: Arial, Helvetica Neue, Helvetica, sans-serif; mso-line-height-alt: 14px; margin: 0;\\&quot;&gt;&lt;em&gt;&lt;span style=\\&quot;font-size: 24px;\\&quot;&gt;&lt;strong&gt;From the Executive Director&lt;\\\/strong&gt;&lt;\\\/span&gt;&lt;\\\/em&gt;&lt;\\\/p&gt;&lt;\\\/td&gt;&lt;\\\/tr&gt;\\n            &lt;!-- 1 Column Text : BEGIN --&gt;\\n            &lt;tr&gt;\\n                &lt;td style=\\&quot;color: #555555; font-family: Arial, Helvetica Neue, Helvetica, sans-serif; line-height: 1.5; padding: 5px;\\&quot;&gt;&lt;p style=\\&quot;line-height: 1.5; word-break: break-word; text-align: center; font-family: Arial, Helvetica Neue, Helvetica, sans-serif; font-size: 14px; mso-line-height-alt: 21px; margin: 0;\\&quot;&gt;&lt;span style=\\&quot;font-size: 14px;\\&quot;&gt;&lt;span style=\\&quot;color: #138a43;\\&quot;&gt;&lt;strong&gt;&lt;em&gt;\\u201cInjustice Anywhere is a Threat to Justice Everywhere\\u201d&lt;\\\/em&gt;&lt;\\\/strong&gt;&lt;\\\/span&gt; &lt;\\\/span&gt;&lt;\\\/p&gt;\\n&lt;p style=\\&quot;line-height: 1.5; word-break: break-word; text-align: center; font-family: Arial, Helvetica Neue, Helvetica, sans-serif; font-size: 14px; mso-line-height-alt: 21px; margin: 0;\\&quot;&gt;&lt;span style=\\&quot;font-size: 14px;\\&quot;&gt;- Reverend Dr. Martin Luther King, Jr. &lt;\\\/span&gt;&lt;\\\/p&gt;\\n&lt;p style=\\&quot;line-height: 1.5; word-break: break-word; font-family: Arial, Helvetica Neue, Helvetica, sans-serif; mso-line-height-alt: 18px; margin: 0;\\&quot;&gt;\\u00a0&lt;\\\/p&gt;\\n&lt;p style=\\&quot;line-height: 1.5; word-break: break-word; font-family: Arial, Helvetica Neue, Helvetica, sans-serif; font-size: 14px; mso-line-height-alt: 21px; margin: 0;\\&quot;&gt;&lt;span style=\\&quot;font-size: 14px;\\&quot;&gt;At SLLS, we work tirelessly to close the \\u201cjustice gap,\\u201d making it possible for everyone to have access to the legal representation that they need. A society with equal justice for all is possible when low-income families are able to access safety, housing, employment, education, medical care and so much more. In times of crisis, it is critical to remember that the well-being of our entire community is connected. Every dollar invested in civil legal aid produces a $9.13 social return on investment for the entire community. Our team fights every day for individual clients, but the impact of our work extends far beyond single cases. When we break down legal barriers for one client, we get closer to making equal justice for all a reality. &lt;\\\/span&gt;&lt;span style=\\&quot;font-size: 14px;\\&quot;&gt;Thank you for your continued support in the fight for fairness!&lt;\\\/span&gt;&lt;\\\/p&gt;\\n\\t\\t\\t\\t\\t&lt;p style=\\&quot;line-height: 1.5; word-break: break-word; font-family: Arial, Helvetica Neue, Helvetica, sans-serif; mso-line-height-alt: 18px; margin: 0;\\&quot;&gt;\\u00a0&lt;\\\/p&gt;\\n&lt;p style=\\&quot;font-size: 14px; line-height: 1.5; text-align: left; word-break: break-word; font-family: Arial, Helvetica Neue, Helvetica, sans-serif; mso-line-height-alt: 21px; margin: 0;\\&quot;&gt;&lt;span style=\\&quot;font-size: 14px;\\&quot;&gt;Laura Tuggle&lt;\\\/span&gt;&lt;\\\/p&gt;\\n&lt;p style=\\&quot;font-size: 14px; line-height: 1.5; text-align: left; word-break: break-word; font-family: Arial, Helvetica Neue, Helvetica, sans-serif; mso-line-height-alt: 21px; margin: 0;\\&quot;&gt;&lt;span style=\\&quot;font-size: 14px;\\&quot;&gt;Executive Director&lt;\\\/span&gt;&lt;\\\/p&gt;\\n            &lt;\\\/td&gt;\\n              &lt;\\\/tr&gt;\\n\\t\\t\\t\\n&lt;tr style=\\&quot;vertical-align: center;\\&quot; valign=\\&quot;center\\&quot;&gt;\\n&lt;td class=\\&quot;divider_inner\\&quot; style=\\&quot;word-break: break-word; vertical-align: top; min-width: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; padding: 10px;\\&quot; valign=\\&quot;top\\&quot;&gt;\\n&lt;table class=\\&quot;divider_content\\&quot; style=\\&quot;table-layout: fixed; vertical-align: top; border-spacing: 0; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-top: 2px solid #BBBBBB; height: 0px; width: 20%;\\&quot; border=\\&quot;0\\&quot; width=\\&quot;20%\\&quot; cellspacing=\\&quot;0\\&quot; cellpadding=\\&quot;0\\&quot; align=\\&quot;center\\&quot;&gt;\\n\\n&lt;tr style=\\&quot;vertical-align: center;\\&quot; valign=\\&quot;center\\&quot;&gt;\\n&lt;td style=\\&quot;word-break: break-word; vertical-align: top; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\\&quot; valign=\\&quot;top\\&quot; height=\\&quot;0\\&quot;&gt;\\u00a0&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/table&gt;\\n\\n         &lt;tr&gt;&lt;td style=\\&quot;color:#138a43;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-right:20px;padding-bottom:10px;padding-left:10px;\\&quot;&gt;\\n\\t\\t\\t\\t\\t &lt;p style=\\&quot;line-height: 1.2; font-family: Arial, Helvetica Neue, Helvetica, sans-serif; font-size: 12px; color: #138a43; mso-line-height-alt: 14px;\\&quot;&gt;&lt;\\\/p&gt;\\n\\t\\t\\t\\t\\t &lt;p style=\\&quot;line-height: 1.2; font-size: 20px; word-break: break-word; font-family: Arial, Helvetica Neue, Helvetica, sans-serif; mso-line-height-alt: 24px; margin: 0;\\&quot;&gt;&lt;span style=\\&quot;font-size: 20px;\\&quot;&gt;&lt;strong&gt;SLLS Fights to Achieve Stability for Vulnerable People&lt;\\\/strong&gt;&lt;\\\/span&gt;&lt;\\\/p&gt;&lt;\\\/td&gt;&lt;\\\/tr&gt;\\n\\t\\t\\t &lt;!-- 2 Column Text : BEGIN --&gt; \\n            &lt;tr&gt;\\n                &lt;td align=\\&quot;center\\&quot; style=\\&quot;padding: 10px;\\&quot; valign=\\&quot;top\\&quot;&gt;&lt;table cellspacing=\\&quot;0\\&quot; cellpadding=\\&quot;0\\&quot; border=\\&quot;0\\&quot; width=\\&quot;100%\\&quot;&gt;\\n                    &lt;tr&gt;\\n                    &lt;td class=\\&quot;stack-column-center\\&quot;&gt;&lt;table cellspacing=\\&quot;0\\&quot; cellpadding=\\&quot;0\\&quot; border=\\&quot;0\\&quot;&gt;\\n                        &lt;tr&gt;\\n                        &lt;td style=\\&quot;padding: 10px; text-align: center\\&quot;&gt;&lt;img src=\\&quot;https:\\\/\\\/bloomerang-bee.s3.amazonaws.com\\\/images\\\/clapton_cysx6cjdvalm_us_west_2_rds_amazonaws_com_southeastlouisianalegalservices\\\/Newsletter\\\/AdobeStock_227168114.jpeg\\&quot; width=\\&quot;100%\\&quot; alt=\\&quot;alt_text\\&quot; border=\\&quot;0\\&quot; class=\\&quot;fluid\\&quot;&gt;&lt;\\\/td&gt;\\n                      &lt;\\\/tr&gt;\\n                        &lt;tr&gt;\\n                        &lt;td style=\\&quot;font-family: sans-serif; font-size: 14px; mso-height-rule: exactly; line-height: 20px; color: #555555; padding: 0 10px 10px; text-align: left;\\&quot; class=\\&quot;center-on-narrow\\&quot;&gt; After being discharged from jail, Lamont was homeless and living in the woods. He was disconnected from society and lacked basic necessities. His SLLS attorney helped him obtain an I.D. Then we helped him apply for a stimulus check, which gave him enough income to afford a stay in a homeless shelter and to buy food. With a safe place to stay, he now has the stability he needs to try and make permanent connections. SLLS is still working on his disability claim and hopes to have a favorable decision soon. &lt;\\\/td&gt;\\n                      &lt;\\\/tr&gt;\\n                      &lt;\\\/table&gt;&lt;\\\/td&gt;\\n                    &lt;td class=\\&quot;stack-column-center\\&quot; valign=\\&quot;top\\&quot;&gt;&lt;table cellspacing=\\&quot;0\\&quot; cellpadding=\\&quot;0\\&quot; border=\\&quot;0\\&quot;&gt;\\n                        &lt;tr&gt;\\n                        &lt;td style=\\&quot;padding:10px\\&quot;&gt;&lt;img src=\\&quot;https:\\\/\\\/bloomerang-bee.s3.amazonaws.com\\\/images\\\/clapton_cysx6cjdvalm_us_west_2_rds_amazonaws_com_southeastlouisianalegalservices\\\/Newsletter\\\/AdobeStock_238709055.jpeg\\&quot; width=\\&quot;100%\\&quot; alt=\\&quot;alt_text\\&quot; border=\\&quot;0\\&quot; class=\\&quot;fluid\\&quot; valign=\\&quot;top\\&quot;&gt;&lt;\\\/td&gt;\\n                      &lt;\\\/tr&gt;\\n                        &lt;tr&gt;\\n                        &lt;td style=\\&quot;font-family: sans-serif; font-size: 14px; mso-height-rule: exactly; line-height: 20px; color: #555555; padding: 0 10px 10px; text-align: left;\\&quot; class=\\&quot;center-on-narrow\\&quot;&gt; Samuel was an SLLS client with significant mental health conditions that made it difficult for him to navigate the Medicaid application process. He hadn\\u2019t received mental health treatment in years because of his lack of medical coverage. With the help of his attorney, his application was approved within a week of submission and he has begun receiving mental health services and is receiving the medication that he needs to stay healthy. &lt;\\\/td&gt;\\n                      &lt;\\\/tr&gt;\\n                      &lt;\\\/table&gt;&lt;\\\/td&gt;\\n                  &lt;\\\/tr&gt;\\n                  &lt;\\\/table&gt;&lt;\\\/td&gt;\\n\\t\\t\\t\\t&lt;\\\/tr&gt;\\n\\t\\t\\t  &lt;tbody&gt;\\n&lt;tr style=\\&quot;vertical-align: center;\\&quot; valign=\\&quot;center\\&quot;&gt;\\n&lt;td class=\\&quot;divider_inner\\&quot; style=\\&quot;word-break: break-word; vertical-align: top; min-width: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; padding: 10px;\\&quot; valign=\\&quot;top\\&quot;&gt;\\n&lt;table class=\\&quot;divider_content\\&quot; style=\\&quot;table-layout: fixed; vertical-align: top; border-spacing: 0; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-top: 2px solid #BBBBBB; height: 0px; width: 20%;\\&quot; border=\\&quot;0\\&quot; width=\\&quot;20%\\&quot; cellspacing=\\&quot;0\\&quot; cellpadding=\\&quot;0\\&quot; align=\\&quot;center\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr style=\\&quot;vertical-align: center;\\&quot; valign=\\&quot;center\\&quot;&gt;\\n&lt;td style=\\&quot;word-break: break-word; vertical-align: top; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\\&quot; valign=\\&quot;top\\&quot; height=\\&quot;0\\&quot;&gt;\\u00a0&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/tbody&gt;\\n&lt;\\\/table&gt;\\n&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/tbody&gt;\\n           &lt;tr&gt;&lt;td&gt;&lt;div style=\\&quot;color:#138a43;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:0px;padding-right:20px;padding-bottom:10px;padding-left:20px;\\&quot;&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;div class=\\&quot;txtTinyMce-wrapper\\&quot; style=\\&quot;line-height: 1.2; font-family: Arial, Helvetica Neue, Helvetica, sans-serif; font-size: 12px; color: #138a43; mso-line-height-alt: 14px;\\&quot;&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;p style=\\&quot;line-height: 1.2; font-size: 20px; word-break: break-word; font-family: Arial, Helvetica Neue, Helvetica, sans-serif; mso-line-height-alt: 24px; margin: 0;\\&quot;&gt;&lt;strong&gt;Housing Unit Receives \\&quot;Fair Housing Heroes\\&quot; Award&lt;\\\/strong&gt;&lt;\\\/p&gt;\\n\\t\\t\\t   &lt;tr&gt;&lt;td valign=\\&quot;middle\\&quot; style=\\&quot;text-align: center; font-family: sans-serif; font-size: 15px; mso-height-rule: exactly; line-height: 20px; color: #ffffff;\\&quot;&gt; &lt;img src=\\&quot;https:\\\/\\\/bloomerang-bee.s3.amazonaws.com\\\/images\\\/clapton_cysx6cjdvalm_us_west_2_rds_amazonaws_com_southeastlouisianalegalservices\\\/Screenshot%202021-01-21%2012.21.42.png\\&quot; width=\\&quot;100%\\&quot; alt=\\&quot;alt_text\\&quot; border=\\&quot;0\\&quot; class=\\&quot;fluid\\&quot;&gt;&lt;\\\/td&gt;&lt;\\\/tr&gt;\\n\\t\\t\\t   &lt;tr&gt;&lt;td valign=\\&quot;middle\\&quot; style=\\&quot;text-align: center; padding: 10px; font-family: sans-serif; font-size: 15px; mso-height-rule: exactly; line-height: 20px; color: #555555;\\&quot;&gt; &lt;p style=\\&quot;text-align: center; line-height: 1.5; word-break: break-word; font-size: 14px; mso-line-height-alt: 21px; margin: 0;\\&quot;&gt;&lt;span style=\\&quot;font-size: 14px;\\&quot;&gt;The SLLS Housing Unit was presented with the &lt;a href=\\&quot;https:\\\/\\\/lafairhousing.org\\\/\\&quot; target=\\&quot;_blank\\&quot; style=\\&quot;text-decoration: underline; color: #138a43;\\&quot; rel=\\&quot;noopener\\&quot;&gt;Louisiana Fair Housing Action Center&lt;\\\/a&gt;&#039;s &lt;span style=\\&quot;color: #138a43;\\&quot;&gt;&lt;strong&gt;\\&quot;Fair Housing Heroes&lt;\\\/strong&gt;&lt;\\\/span&gt;\\&quot; award during Day 2 of their 2021 Fit for a King Fair Housing Summit. Executive Director Cashauna Hill said of our housing team \\&quot;they are tiny, but very mighty... I have been amazed and awed by the dedication and commitment that the SLLS housing unit has shown throughout the pandemic, putting their own health on the line by appearing in court in person throughout the pandemic.\\&quot;&lt;\\\/span&gt;&lt;\\\/p&gt;&lt;\\\/td&gt;&lt;\\\/tr&gt;\\n\\t\\t&lt;tbody&gt;\\n&lt;tr style=\\&quot;vertical-align: center;\\&quot; valign=\\&quot;center\\&quot;&gt;\\n&lt;td class=\\&quot;divider_inner\\&quot; style=\\&quot;word-break: break-word; vertical-align: top; min-width: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; padding: 10px;\\&quot; valign=\\&quot;top\\&quot;&gt;\\n&lt;table class=\\&quot;divider_content\\&quot; style=\\&quot;table-layout: fixed; vertical-align: top; border-spacing: 0; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-top: 2px solid #BBBBBB; height: 0px; width: 20%;\\&quot; border=\\&quot;0\\&quot; width=\\&quot;20%\\&quot; cellspacing=\\&quot;0\\&quot; cellpadding=\\&quot;0\\&quot; align=\\&quot;center\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr style=\\&quot;vertical-align: center;\\&quot; valign=\\&quot;center\\&quot;&gt;\\n&lt;td style=\\&quot;word-break: break-word; vertical-align: top; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\\&quot; valign=\\&quot;top\\&quot; height=\\&quot;0\\&quot;&gt;\\u00a0&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/tbody&gt;\\n&lt;\\\/table&gt;\\n&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/tbody&gt;\\n\\t\\t\\t   &lt;tr&gt;&lt;td style=\\&quot;color:#138a43;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:0px;padding-right:20px;padding-bottom:10px;padding-left:20px;\\&quot;&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;div class=\\&quot;txtTinyMce-wrapper\\&quot; style=\\&quot;line-height: 1.2; font-family: Arial, Helvetica Neue, Helvetica, sans-serif; font-size: 12px; color: #138a43; mso-line-height-alt: 14px;\\&quot;&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;p style=\\&quot;line-height: 1.2; font-size: 20px; word-break: break-word; font-family: Arial, Helvetica Neue, Helvetica, sans-serif; mso-line-height-alt: 24px; margin: 0;\\&quot;&gt;&lt;span style=\\&quot;font-size: 20px;\\&quot;&gt;&lt;strong&gt;New Year, New Opportunities!&lt;\\\/strong&gt;&lt;\\\/span&gt;&lt;\\\/p&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;\\\/div&gt;&lt;\\\/td&gt;&lt;\\\/tr&gt;\\n\\t\\t\\t    &lt;tr&gt;\\n                &lt;td dir=\\&quot;ltr\\&quot; align=\\&quot;center\\&quot; valign=\\&quot;top\\&quot; width=\\&quot;100%\\&quot; style=\\&quot;padding: 10px;\\&quot;&gt;&lt;table align=\\&quot;center\\&quot; border=\\&quot;0\\&quot; cellpadding=\\&quot;0\\&quot; cellspacing=\\&quot;0\\&quot; width=\\&quot;100%\\&quot;&gt;\\n                    &lt;tr&gt;\\n                    &lt;td width=\\&quot;33.33%\\&quot; class=\\&quot;stack-column-center\\&quot;&gt;&lt;table align=\\&quot;center\\&quot; border=\\&quot;0\\&quot; cellpadding=\\&quot;0\\&quot; cellspacing=\\&quot;0\\&quot; width=\\&quot;100%\\&quot;&gt;\\n                        &lt;tr&gt;\\n                        &lt;td dir=\\&quot;ltr\\&quot; valign=\\&quot;top\\&quot; style=\\&quot;padding: 0 10px;\\&quot;&gt;&lt;img src=\\&quot;https:\\\/\\\/bloomerang-bee.s3.amazonaws.com\\\/images\\\/clapton_cysx6cjdvalm_us_west_2_rds_amazonaws_com_southeastlouisianalegalservices\\\/Volunteers%20Needed_Newsletter_Revised-01.png\\&quot;  width=\\&quot;100%\\&quot; alt=\\&quot;alt_text\\&quot; border=\\&quot;0\\&quot; class=\\&quot;center-on-narrow\\&quot;&gt;&lt;\\\/td&gt;\\n                      &lt;\\\/tr&gt;\\n                      &lt;\\\/table&gt;&lt;\\\/td&gt;\\n                    &lt;td width=\\&quot;66.66%\\&quot; class=\\&quot;stack-column-center\\&quot;&gt;&lt;table align=\\&quot;center\\&quot; border=\\&quot;0\\&quot; cellpadding=\\&quot;0\\&quot; cellspacing=\\&quot;0\\&quot; width=\\&quot;100%\\&quot;&gt;\\n                        &lt;tr&gt;\\n                        &lt;td dir=\\&quot;ltr\\&quot; valign=\\&quot;top\\&quot; style=\\&quot;font-family: sans-serif; font-size: 15px; mso-height-rule: exactly; line-height: 20px; color: #555555; padding: 10px; text-align: left;\\&quot; class=\\&quot;center-on-narrow\\&quot;&gt;&lt;p style=\\&quot;font-size: 14px; line-height: 1.5; word-break: break-word; text-align: center; mso-line-height-alt: 21px; margin: 0;\\&quot;&gt;SLLS is looking for volunteers to help with our In Forma Pauperis project.&lt;\\\/p&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;p style=\\&quot;font-size: 14px; line-height: 1.5; word-break: break-word; text-align: center; mso-line-height-alt: 21px; margin: 0;\\&quot;&gt;If you are interested in volunteering, or want to know more, contact &lt;a href=\\&quot;mailto:eperez@slls.org\\&quot; rel=\\&quot;noopener\\&quot; target=\\&quot;_blank\\&quot; style=\\&quot;color: #1e8b45;\\&quot;&gt;Elena Perez&lt;\\\/a&gt;.&lt;\\\/p&gt;\\n                            &lt;!-- Button : Begin --&gt;\\n                            \\n                            &lt;table cellspacing=\\&quot;0\\&quot; cellpadding=\\&quot;0\\&quot; border=\\&quot;0\\&quot; class=\\&quot;center-on-narrow\\&quot; style=\\&quot;float:left;\\&quot;&gt;\\n                            &lt;tr&gt;\\n                                \\n                              &lt;\\\/tr&gt;\\n                          &lt;\\\/table&gt;\\n                            \\n                            &lt;!-- Button : END --&gt;&lt;\\\/td&gt;\\n                      &lt;\\\/tr&gt;\\n                      &lt;\\\/table&gt;&lt;\\\/td&gt;\\n                  &lt;\\\/tr&gt;\\n                  &lt;\\\/table&gt;&lt;\\\/td&gt;\\n              &lt;\\\/tr&gt;\\n            &lt;!-- Thumbnail Left, Text Right : END --&gt; \\n            \\n            &lt;!-- Thumbnail Right, Text Left : BEGIN --&gt;\\n            &lt;tr&gt;\\n                &lt;td dir=\\&quot;rtl\\&quot; align=\\&quot;center\\&quot; valign=\\&quot;top\\&quot; width=\\&quot;100%\\&quot; style=\\&quot;padding: 10px;\\&quot;&gt;&lt;table align=\\&quot;center\\&quot; border=\\&quot;0\\&quot; cellpadding=\\&quot;0\\&quot; cellspacing=\\&quot;0\\&quot; width=\\&quot;100%\\&quot;&gt;\\n                    &lt;tr&gt;\\n                    &lt;td width=\\&quot;33.33%\\&quot; class=\\&quot;stack-column-center\\&quot;&gt;&lt;table align=\\&quot;center\\&quot; border=\\&quot;0\\&quot; cellpadding=\\&quot;0\\&quot; cellspacing=\\&quot;0\\&quot; width=\\&quot;100%\\&quot;&gt;\\n                        &lt;tr&gt;\\n                        &lt;td dir=\\&quot;ltr\\&quot; valign=\\&quot;top\\&quot; style=\\&quot;padding: 0 10px;\\&quot;&gt;&lt;img src=\\&quot;https:\\\/\\\/bloomerang-bee.s3.amazonaws.com\\\/images\\\/clapton_cysx6cjdvalm_us_west_2_rds_amazonaws_com_southeastlouisianalegalservices\\\/Rural%20Summer%20Legal%20Corps.jpeg\\&quot; width=\\&quot;100%\\&quot; alt=\\&quot;alt_text\\&quot; border=\\&quot;0\\&quot; class=\\&quot;center-on-narrow\\&quot;&gt;&lt;\\\/td&gt;\\n                      &lt;\\\/tr&gt;\\n                      &lt;\\\/table&gt;&lt;\\\/td&gt;\\n                    &lt;td width=\\&quot;66.66%\\&quot; class=\\&quot;stack-column-center\\&quot;&gt;&lt;table align=\\&quot;center\\&quot; border=\\&quot;0\\&quot; cellpadding=\\&quot;0\\&quot; cellspacing=\\&quot;0\\&quot; width=\\&quot;100%\\&quot;&gt;\\n                        &lt;tr&gt;\\n                        &lt;td dir=\\&quot;ltr\\&quot; valign=\\&quot;top\\&quot; style=\\&quot;font-family: sans-serif; font-size: 15px; mso-height-rule: exactly; line-height: 20px; color: #555555; padding: 10px; text-align: left;\\&quot; class=\\&quot;center-on-narrow\\&quot;&gt;\\n                           \\n                            &lt;p style=\\&quot;font-size: 14px; line-height: 1.2; word-break: break-word; mso-line-height-alt: 17px; margin: 0;\\&quot;&gt;Help SLLS increase access to justice in some of Louisiana&#039;s most impoverished areas - join the Rural Summer Legal Corps! Current law students who have completed at least their first year of law school are eligible to apply. The stipend is $5,000 with great training opportunities available. The deadline to apply &lt;a href=\\&quot;https:\\\/\\\/www.equaljusticeworks.org\\\/law-students\\\/part-time-summer\\\/rural-summer-legal-corps\\\/?fbclid=IwAR2T_Jg9yrbYRKaxWF9RorIzl-v_XHE7AG2mkWkdkDsGIgQBleV28JxeeGM\\&quot; target=\\&quot;_blank\\&quot; style=\\&quot;text-decoration: underline; color: #1e8b45;\\&quot; rel=\\&quot;noopener\\&quot;&gt;here&lt;\\\/a&gt; is February 8, 2021.&lt;\\\/p&gt;\\n                           \\n                            \\n                            &lt;!-- Button : Begin --&gt;\\n                            \\n                            &lt;table cellspacing=\\&quot;0\\&quot; cellpadding=\\&quot;0\\&quot; border=\\&quot;0\\&quot; class=\\&quot;center-on-narrow\\&quot; style=\\&quot;float:left;\\&quot;&gt;\\n                            &lt;tr&gt;\\n                               \\n                              &lt;\\\/tr&gt;\\n                          &lt;\\\/table&gt;\\n                            \\n                            &lt;!-- Button : END --&gt;&lt;\\\/td&gt;\\n                      &lt;\\\/tr&gt;\\n                      &lt;\\\/table&gt;&lt;\\\/td&gt;\\n                  &lt;\\\/tr&gt;\\n                  &lt;\\\/table&gt;&lt;\\\/td&gt;\\n              &lt;\\\/tr&gt;\\n\\t\\t\\t  \\n            &lt;!-- Thumbnail Right, Text Left : END --&gt;\\n\\t\\t\\t   \\n                \\n                &lt;!--[if gte mso 9]&gt;\\n                    &lt;\\\/v:textbox&gt;\\n                    &lt;\\\/v:rect&gt;\\n                    &lt;![endif]--&gt;\\n          \\n\\t\\t\\t  \\n          &lt;tbody&gt;\\n&lt;tr style=\\&quot;vertical-align: center;\\&quot; valign=\\&quot;center\\&quot;&gt;\\n&lt;td class=\\&quot;divider_inner\\&quot; style=\\&quot;word-break: break-word; vertical-align: top; min-width: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; padding: 10px;\\&quot; valign=\\&quot;top\\&quot;&gt;\\n&lt;table class=\\&quot;divider_content\\&quot; style=\\&quot;table-layout: fixed; vertical-align: top; border-spacing: 0; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-top: 2px solid #BBBBBB; height: 0px; width: 20%;\\&quot; border=\\&quot;0\\&quot; width=\\&quot;20%\\&quot; cellspacing=\\&quot;0\\&quot; cellpadding=\\&quot;0\\&quot; align=\\&quot;center\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr style=\\&quot;vertical-align: center;\\&quot; valign=\\&quot;center\\&quot;&gt;\\n&lt;td style=\\&quot;word-break: break-word; vertical-align: top; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\\&quot; valign=\\&quot;top\\&quot; height=\\&quot;0\\&quot;&gt;\\u00a0&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/tbody&gt;\\n&lt;\\\/table&gt;\\n&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/tbody&gt;\\n        &lt;tr&gt;&lt;td&gt;&lt;div style=\\&quot;color:#138a43;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;line-height:1.2;padding-top:0px;padding-right:20px;padding-bottom:10px;padding-left:20px;\\&quot;&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;div class=\\&quot;txtTinyMce-wrapper\\&quot; style=\\&quot;line-height: 1.2; font-family: Arial, Helvetica Neue, Helvetica, sans-serif; font-size: 12px; color: #138a43; mso-line-height-alt: 14px;\\&quot;&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;p style=\\&quot;line-height: 1.2; font-size: 20px; word-break: break-word; font-family: Arial, Helvetica Neue, Helvetica, sans-serif; mso-line-height-alt: 24px; margin: 0;\\&quot;&gt;&lt;span style=\\&quot;font-size: 20px;\\&quot;&gt;&lt;strong&gt;&lt;em&gt;SLLS in the News&lt;\\\/em&gt;&lt;\\\/strong&gt;&lt;\\\/span&gt;\\n\\t\\t\\t&lt;tr&gt;&lt;td style=\\&quot;line-height: 1.5; word-break: break-word; font-family: Arial, Helvetica Neue, Helvetica, sans-serif; font-size: 14px; mso-line-height-alt: 21px; margin: 0; font-size: 14px; color:#000000;font-family:Arial, &#039;Helvetica Neue&#039;, Helvetica, sans-serif;line-height:1.5;padding-top:0px;padding-right:10px;padding-bottom:10px;padding-left:10px;\\&quot;&gt;&lt;ul&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;li style=\\&quot;line-height: 1.5; mso-line-height-alt: NaNpx;\\&quot;&gt;&lt;a href=\\&quot;https:\\\/\\\/www.nola.com\\\/entertainment_life\\\/article_2255a71c-34c6-11eb-ba14-bf6f8970b3c9.html%20-%20Times-Picayune\\&quot; target=\\&quot;_parent\\&quot; style=\\&quot;color: #1e8b45;\\&quot;&gt;Free help with civil legal clinic issues is being offered through the Orleans library&lt;\\\/a&gt; - Times-Picayune&lt;\\\/li&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;li style=\\&quot;line-height: 1.5; mso-line-height-alt: NaNpx;\\&quot;&gt;&lt;a href=\\&quot;https:\\\/\\\/www.fastcompany.com\\\/90582004\\\/remote-court-webex-zoom%20-%20Fast%20Company\\&quot; target=\\&quot;_parent\\&quot; style=\\&quot;color: #1e8b45;\\&quot;&gt;Remote court is now in session. But will defendants get a fair trial?&lt;\\\/a&gt; - Fast Company&lt;\\\/li&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;li style=\\&quot;line-height: 1.5; mso-line-height-alt: NaNpx;\\&quot;&gt;&lt;a href=\\&quot;https:\\\/\\\/www.philasun.com\\\/coronavirus\\\/despite-federal-ban-renters-still-being-evicted-amid-virus\\\/%20-%20The%20Philadelphia%20Sunday\\&quot; target=\\&quot;_parent\\&quot; style=\\&quot;color: #1e8b45;\\&quot;&gt;Despite federal ban, renters still being evicted amid virus&lt;\\\/a&gt; - The Philadelphia Sunday&lt;\\\/li&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;li style=\\&quot;line-height: 1.5; mso-line-height-alt: NaNpx;\\&quot;&gt;&lt;a href=\\&quot;https:\\\/\\\/www.law360.com\\\/in-depth\\\/articles\\\/1334803%20-%20Law360\\&quot; target=\\&quot;_parent\\&quot; style=\\&quot;color: #1e8b45;\\&quot;&gt;Legal Aid Attys Chart Course For 2021 After Spike In Demand&lt;\\\/a&gt; - Law360&lt;\\\/li&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;li style=\\&quot;line-height: 1.5; mso-line-height-alt: NaNpx;\\&quot;&gt;&lt;a href=\\&quot;https:\\\/\\\/www.postsouth.com\\\/story\\\/news\\\/2020\\\/12\\\/09\\\/legal-assistance-available-people-facing-eviction-due-covid\\\/6489467002\\\/%20-%20Plaquemine%20Post%20South\\&quot; target=\\&quot;_parent\\&quot; style=\\&quot;color: #1e8b45;\\&quot;&gt;Southeast Louisiana Legal Services provides free help for renters at risk of eviction&lt;\\\/a&gt; - Plaquemine Post South&lt;\\\/li&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;li style=\\&quot;line-height: 1.5; mso-line-height-alt: NaNpx;\\&quot;&gt;&lt;a href=\\&quot;https:\\\/\\\/www.washingtonpost.com\\\/politics\\\/renters-eviction-cdc-coronavirus\\\/2020\\\/12\\\/10\\\/54e5c564-3989-11eb-8328-a36a109900c2_story.html%20-%20Washington%20Post\\&quot; target=\\&quot;_parent\\&quot; style=\\&quot;color: #1e8b45;\\&quot;&gt;The coronavirus took her mother. Now this woman, like millions of others, fears she\\u2019ll be evicted.&lt;\\\/a&gt; - Washington Post&lt;\\\/li&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;li style=\\&quot;line-height: 1.5; mso-line-height-alt: NaNpx;\\&quot;&gt;&lt;a href=\\&quot;https:\\\/\\\/www.nola.com\\\/news\\\/coronavirus\\\/article_a3b9d8b6-3c0d-11eb-8c1a-6f61879be010.html%20-%20Times-Picayune\\&quot; target=\\&quot;_parent\\&quot; style=\\&quot;color: #1e8b45;\\&quot;&gt;I\\u2019m scared&#039;: New Orleans renters see no relief as end nears for eviction halt and other aid&lt;\\\/a&gt; - Times-Picayune&lt;\\\/li&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;li style=\\&quot;line-height: 1.5; mso-line-height-alt: NaNpx;\\&quot;&gt;&lt;a href=\\&quot;https:\\\/\\\/www.wwno.org\\\/post\\\/food-advocacy-how-you-can-help-someone-new-orleans-holiday-season%20-%20WWNO\\&quot; target=\\&quot;_parent\\&quot; style=\\&quot;background-color: transparent; color: #1e8b45;\\&quot;&gt;From Food To Advocacy: How You Can Help Someone In New Orleans This Holiday Season&lt;\\\/a&gt;&lt;span style=\\&quot;background-color: transparent;\\&quot;&gt; - WWNO&lt;\\\/span&gt;&lt;\\\/li&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;li style=\\&quot;line-height: 1.5; mso-line-height-alt: NaNpx;\\&quot;&gt;&lt;a href=\\&quot;https:\\\/\\\/www.pewtrusts.org\\\/en\\\/research-and-analysis\\\/blogs\\\/stateline\\\/2020\\\/12\\\/22\\\/eviction-looms-for-millions-despite-new-federal-aid-package%20-%20Pew%20Stateline\\&quot; target=\\&quot;_parent\\&quot; style=\\&quot;color: #1e8b45;\\&quot;&gt;Eviction Looms for Millions, Despite New Federal Aid Package&lt;\\\/a&gt; - Pew Stateline&lt;\\\/li&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;li style=\\&quot;line-height: 1.5; mso-line-height-alt: NaNpx;\\&quot;&gt;&lt;a href=\\&quot;https:\\\/\\\/www.nola.com\\\/news\\\/article_a1ce014c-43e4-11eb-a2c2-5b748d861a61.html%20-%20Times-Picayune\\&quot; target=\\&quot;_parent\\&quot; style=\\&quot;color: #1e8b45;\\&quot;&gt;Stimulus bill to help thousands on the brink in New Orleans area: &#039;Is it enough? I doubt it&#039;&lt;\\\/a&gt; - Times-Picayune &lt;a href=\\&quot;https:\\\/\\\/www.fox8live.com\\\/2020\\\/12\\\/24\\\/cdc-eviction-moratorium-expiration-nears-renters-landlords-limbo\\\/%20-%20Fox8\\&quot; target=\\&quot;_parent\\&quot; style=\\&quot;color: #1e8b45;\\&quot;&gt;&lt;\\\/a&gt;&lt;\\\/li&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;li style=\\&quot;line-height: 1.5; mso-line-height-alt: NaNpx;\\&quot;&gt;&lt;a href=\\&quot;https:\\\/\\\/www.fox8live.com\\\/2020\\\/12\\\/24\\\/cdc-eviction-moratorium-expiration-nears-renters-landlords-limbo\\\/%20-%20Fox8\\&quot; target=\\&quot;_parent\\&quot; style=\\&quot;color: #1e8b45;\\&quot;&gt;CDC eviction moratorium expiration nears, renters and landlords in limbo&lt;\\\/a&gt; - Fox8 &lt;a href=\\&quot;https:\\\/\\\/www.nola.com\\\/gambit\\\/news\\\/the_latest\\\/article_9be0218e-4493-11eb-9941-ffaa99cd3b8a.html%20-%20Gambit\\&quot; target=\\&quot;_parent\\&quot; style=\\&quot;color: #1e8b45;\\&quot;&gt;&lt;\\\/a&gt;&lt;\\\/li&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;li style=\\&quot;line-height: 1.5; mso-line-height-alt: NaNpx;\\&quot;&gt;&lt;a href=\\&quot;https:\\\/\\\/www.nola.com\\\/gambit\\\/news\\\/the_latest\\\/article_9be0218e-4493-11eb-9941-ffaa99cd3b8a.html%20-%20Gambit\\&quot; target=\\&quot;_parent\\&quot; style=\\&quot;color: #1e8b45;\\&quot;&gt;Year in Review: Eviction crisis looms over New Orleans renters&lt;\\\/a&gt; - Gambit &lt;a href=\\&quot;https:\\\/\\\/www.wdsu.com\\\/article\\\/eviction-moratorium-deadline-extended-another-month\\\/35085356%20-%20WDSU\\&quot; target=\\&quot;_parent\\&quot; style=\\&quot;color: #1e8b45;\\&quot;&gt;&lt;\\\/a&gt;&lt;\\\/li&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;li style=\\&quot;line-height: 1.5; mso-line-height-alt: NaNpx;\\&quot;&gt;&lt;a href=\\&quot;https:\\\/\\\/www.wdsu.com\\\/article\\\/eviction-moratorium-deadline-extended-another-month\\\/35085356%20-%20WDSU\\&quot; target=\\&quot;_parent\\&quot; style=\\&quot;color: #1e8b45;\\&quot;&gt;Eviction moratorium deadline extended another month&lt;\\\/a&gt; - WDSU &lt;a href=\\&quot;https:\\\/\\\/www.brproud.com\\\/louisiana-news\\\/eviction-moratorium-deadline-extended-another-month\\\/%20-%20BRProud.com\\&quot; target=\\&quot;_parent\\&quot; style=\\&quot;color: #1e8b45;\\&quot;&gt;&lt;\\\/a&gt;&lt;\\\/li&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;li style=\\&quot;line-height: 1.5; mso-line-height-alt: NaNpx;\\&quot;&gt;&lt;a href=\\&quot;https:\\\/\\\/www.brproud.com\\\/louisiana-news\\\/eviction-moratorium-deadline-extended-another-month\\\/%20-%20BRProud.com\\&quot; target=\\&quot;_parent\\&quot; style=\\&quot;color: #1e8b45;\\&quot;&gt;Eviction moratorium deadline extended another month&lt;\\\/a&gt; - BRProud.com&lt;\\\/li&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;li style=\\&quot;line-height: 1.5; mso-line-height-alt: NaNpx;\\&quot;&gt;&lt;a href=\\&quot;https:\\\/\\\/www.abajournal.com\\\/web\\\/article\\\/amid-pandemic-legal-services-providers-find-creative-ways-to-serve-older-adults%20-%20ABA%20Journal\\&quot; target=\\&quot;_parent\\&quot; style=\\&quot;color: #1e8b45;\\&quot;&gt;Amid the COVID-19 pandemic, legal services providers find creative ways to serve older adults&lt;\\\/a&gt; - ABA Journal&lt;\\\/li&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;li style=\\&quot;line-height: 1.5; mso-line-height-alt: NaNpx;\\&quot;&gt;&lt;a href=\\&quot;https:\\\/\\\/www.nola.com\\\/news\\\/business\\\/article_fece1e9a-50f5-11eb-98b1-870e753fbce2.html%20-%20Times-Picayune\\&quot; target=\\&quot;_parent\\&quot; style=\\&quot;color: #1e8b45;\\&quot;&gt;More New Orleans homeowners at risk of foreclosure than in any other major U.S. city; here&#039;s why&lt;\\\/a&gt; - Times-Picayune&lt;\\\/li&gt;\\n\\t\\t\\t\\t&lt;\\\/ul&gt;&lt;\\\/td&gt;&lt;\\\/tr&gt;&lt;\\\/p&gt;&lt;\\\/div&gt;&lt;\\\/div&gt;&lt;\\\/td&gt;&lt;\\\/tr&gt;&lt;\\\/div&gt;&lt;\\\/div&gt;&lt;\\\/td&gt;&lt;\\\/tr&gt;&lt;\\\/td&gt;&lt;\\\/tr&gt;&lt;\\\/table&gt;&lt;\\\/center&gt;&lt;\\\/td&gt;&lt;\\\/tr&gt;&lt;\\\/table&gt;&lt;\\\/body-blog&gt;&lt;\\\/html-blog&gt;&quot;,&quot;eds_animation_class&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;custom_html-884410000&quot;,&quot;option_name&quot;:&quot;widget_custom_html&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-8844-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=\"8844\">@import url(https:\/\/slls.org\/wp-content\/plugins\/siteorigin-panels\/css\/front-flex.min.css); #pgc-8844-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-8844-0 , #pl-8844 .so-panel { margin-bottom:30px } #pl-8844 .so-panel:last-child { margin-bottom:0px } #pg-8844-0.panel-no-style, #pg-8844-0.panel-has-style > .panel-row-style { -webkit-align-items:flex-start;align-items:flex-start } @media (max-width:780px){ #pg-8844-0.panel-no-style, #pg-8844-0.panel-has-style > .panel-row-style { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-8844-0 > .panel-grid-cell , #pg-8844-0 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pg-8844-0 { margin-bottom:px } #pl-8844 .panel-grid-cell { padding:0 } #pl-8844 .panel-grid .panel-grid-cell-empty { display:none } #pl-8844 .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":8959,"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":[77,1],"tags":[],"class_list":["post-8844","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-2021-newsletters","category-news"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>January 2021 Newsletter - 2021 Newsletters<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/slls.org\/en\/january-2021-newsletter\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"January 2021 Newsletter - 2021 Newsletters\" \/>\n<meta property=\"og:description\" content=\"[siteorigin_widget class=&#8221;WP_Widget_Custom_HTML&#8221;][\/siteorigin_widget]\" \/>\n<meta property=\"og:url\" content=\"http:\/\/slls.org\/en\/january-2021-newsletter\/\" \/>\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-01-31T15:59:48+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-02-04T19:44:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/slls.org\/wp-content\/uploads\/Newsletter-for-Blog-01.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\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<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"http:\/\/slls.org\/es\/january-2021-newsletter\/#article\",\"isPartOf\":{\"@id\":\"http:\/\/slls.org\/es\/january-2021-newsletter\/\"},\"author\":{\"name\":\"admin_slls\",\"@id\":\"https:\/\/slls.org\/#\/schema\/person\/d9fd24cc97bee07e5e1b87810c4ecbb4\"},\"headline\":\"January 2021 Newsletter\",\"datePublished\":\"2021-01-31T15:59:48+00:00\",\"dateModified\":\"2021-02-04T19:44:45+00:00\",\"mainEntityOfPage\":{\"@id\":\"http:\/\/slls.org\/es\/january-2021-newsletter\/\"},\"wordCount\":11,\"publisher\":{\"@id\":\"https:\/\/slls.org\/#organization\"},\"image\":{\"@id\":\"http:\/\/slls.org\/es\/january-2021-newsletter\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/slls.org\/wp-content\/uploads\/Newsletter-for-Blog-01.png\",\"articleSection\":[\"2021 Newsletters\",\"News\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"http:\/\/slls.org\/es\/january-2021-newsletter\/\",\"url\":\"http:\/\/slls.org\/es\/january-2021-newsletter\/\",\"name\":\"January 2021 Newsletter - 2021 Newsletters\",\"isPartOf\":{\"@id\":\"https:\/\/slls.org\/#website\"},\"primaryImageOfPage\":{\"@id\":\"http:\/\/slls.org\/es\/january-2021-newsletter\/#primaryimage\"},\"image\":{\"@id\":\"http:\/\/slls.org\/es\/january-2021-newsletter\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/slls.org\/wp-content\/uploads\/Newsletter-for-Blog-01.png\",\"datePublished\":\"2021-01-31T15:59:48+00:00\",\"dateModified\":\"2021-02-04T19:44:45+00:00\",\"breadcrumb\":{\"@id\":\"http:\/\/slls.org\/es\/january-2021-newsletter\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/slls.org\/es\/january-2021-newsletter\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/slls.org\/es\/january-2021-newsletter\/#primaryimage\",\"url\":\"https:\/\/slls.org\/wp-content\/uploads\/Newsletter-for-Blog-01.png\",\"contentUrl\":\"https:\/\/slls.org\/wp-content\/uploads\/Newsletter-for-Blog-01.png\",\"width\":1200,\"height\":600},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/slls.org\/es\/january-2021-newsletter\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/slls.org\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"January 2021 Newsletter\"}]},{\"@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":"January 2021 Newsletter - 2021 Newsletters","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":"http:\/\/slls.org\/en\/january-2021-newsletter\/","og_locale":"en_US","og_type":"article","og_title":"January 2021 Newsletter - 2021 Newsletters","og_description":"[siteorigin_widget class=&#8221;WP_Widget_Custom_HTML&#8221;][\/siteorigin_widget]","og_url":"http:\/\/slls.org\/en\/january-2021-newsletter\/","og_site_name":"SLLS","article_publisher":"https:\/\/www.facebook.com\/sllshelps","article_published_time":"2021-01-31T15:59:48+00:00","article_modified_time":"2021-02-04T19:44:45+00:00","og_image":[{"width":1200,"height":600,"url":"https:\/\/slls.org\/wp-content\/uploads\/Newsletter-for-Blog-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"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"http:\/\/slls.org\/es\/january-2021-newsletter\/#article","isPartOf":{"@id":"http:\/\/slls.org\/es\/january-2021-newsletter\/"},"author":{"name":"admin_slls","@id":"https:\/\/slls.org\/#\/schema\/person\/d9fd24cc97bee07e5e1b87810c4ecbb4"},"headline":"January 2021 Newsletter","datePublished":"2021-01-31T15:59:48+00:00","dateModified":"2021-02-04T19:44:45+00:00","mainEntityOfPage":{"@id":"http:\/\/slls.org\/es\/january-2021-newsletter\/"},"wordCount":11,"publisher":{"@id":"https:\/\/slls.org\/#organization"},"image":{"@id":"http:\/\/slls.org\/es\/january-2021-newsletter\/#primaryimage"},"thumbnailUrl":"https:\/\/slls.org\/wp-content\/uploads\/Newsletter-for-Blog-01.png","articleSection":["2021 Newsletters","News"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"http:\/\/slls.org\/es\/january-2021-newsletter\/","url":"http:\/\/slls.org\/es\/january-2021-newsletter\/","name":"January 2021 Newsletter - 2021 Newsletters","isPartOf":{"@id":"https:\/\/slls.org\/#website"},"primaryImageOfPage":{"@id":"http:\/\/slls.org\/es\/january-2021-newsletter\/#primaryimage"},"image":{"@id":"http:\/\/slls.org\/es\/january-2021-newsletter\/#primaryimage"},"thumbnailUrl":"https:\/\/slls.org\/wp-content\/uploads\/Newsletter-for-Blog-01.png","datePublished":"2021-01-31T15:59:48+00:00","dateModified":"2021-02-04T19:44:45+00:00","breadcrumb":{"@id":"http:\/\/slls.org\/es\/january-2021-newsletter\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["http:\/\/slls.org\/es\/january-2021-newsletter\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/slls.org\/es\/january-2021-newsletter\/#primaryimage","url":"https:\/\/slls.org\/wp-content\/uploads\/Newsletter-for-Blog-01.png","contentUrl":"https:\/\/slls.org\/wp-content\/uploads\/Newsletter-for-Blog-01.png","width":1200,"height":600},{"@type":"BreadcrumbList","@id":"http:\/\/slls.org\/es\/january-2021-newsletter\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/slls.org\/"},{"@type":"ListItem","position":2,"name":"January 2021 Newsletter"}]},{"@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\/8844","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=8844"}],"version-history":[{"count":0,"href":"https:\/\/slls.org\/en\/wp-json\/wp\/v2\/posts\/8844\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/slls.org\/en\/wp-json\/wp\/v2\/media\/8959"}],"wp:attachment":[{"href":"https:\/\/slls.org\/en\/wp-json\/wp\/v2\/media?parent=8844"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/slls.org\/en\/wp-json\/wp\/v2\/categories?post=8844"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/slls.org\/en\/wp-json\/wp\/v2\/tags?post=8844"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}