{"id":8938,"date":"2020-10-31T09:58:19","date_gmt":"2020-10-31T14:58:19","guid":{"rendered":"https:\/\/slls.org\/?p=8938"},"modified":"2021-02-04T13:47:54","modified_gmt":"2021-02-04T19:47:54","slug":"october-2020-newsletter","status":"publish","type":"post","link":"https:\/\/slls.org\/en\/october-2020-newsletter\/","title":{"rendered":"October 2020 Newsletter"},"content":{"rendered":"<div id=\"pl-8938\"  class=\"panel-layout\" >\n<div id=\"pg-8938-0\"  class=\"panel-grid panel-no-style\" >\n<div id=\"pgc-8938-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" >\n<div id=\"panel-8938-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;&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    \\n&lt;html-blog&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        \\n\\t\\t\\t   &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;&lt;td valign=\\&quot;middle\\&quot; style=\\&quot;text-align: left; padding: 10px; font-family: sans-serif; font-size: 15px; mso-height-rule: exactly; line-height: 20px; color: #555555;\\&quot;&gt;&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;Not everyone is safer at home during the COVID-19 pandemic. As victims of domestic violence are trapped inside with their abuser, and the financial impacts of the pandemic have stressed already tense situations, police have seen &lt;a style=\\&quot;text-decoration: underline; color: #1e8b45;\\&quot; href=\\&quot;https:\\\/\\\/www.theadvocate.com\\\/baton_rouge\\\/news\\\/crime_police\\\/article_8d81b13c-e252-11ea-a422-67bf7fb5719e.html\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;noopener\\&quot;&gt;alarming increases&lt;\\\/a&gt; in reports of domestic violence. But it is not a hopeless situation. Throughout the pandemic our attorneys have fought for the safety of our clients and their children, helping them obtain divorces, protective orders, and custody arrangements that allow them an opportunity to thrive beyond their current situation. This Domestic Violence Awareness Month, we join advocates nationwide in uniting in our efforts to end domestic violence and support survivors. &lt;\\\/span&gt;&lt;\\\/p&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\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;&amp;nbsp;&lt;\\\/p&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\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; font-size: 14px; mso-line-height-alt: 21px; margin: 0;\\&quot;&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\\t\\t\\t\\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;&amp;nbsp;&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; 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\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&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;&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  \\n\\t\\t\\t    \\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;SLLS Helps Survivor of Domestic Violence Get Peace&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; padding:10px\\&quot;&gt; &lt;img src=\\&quot;https:\\\/\\\/bloomerang-bee.s3.amazonaws.com\\\/images\\\/clapton_cysx6cjdvalm_us_west_2_rds_amazonaws_com_southeastlouisianalegalservices\\\/editor_images\\\/10711a59-a8a8-495b-98e5-ade59277a4cb.jpeg\\&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;line-height: 1.5; word-break: break-word; text-align: center; font-size: 14px; mso-line-height-alt: 21px; margin: 0;\\&quot;&gt;&lt;span style=\\&quot;font-size: 14px;\\&quot;&gt;T.R. fled to Louisiana with her infant to escape her abusive husband. Even after serving jail time for domestic violence, he continued to wreak havoc in her life, sending incessant harassing calls and emails, and threatening to come to Louisiana to take the child back. Her SLLS attorney was able to first get a protective order and temporary sole custody of the child, and eventually persuade the judge to make parts of the protective order permanent. Now T.R. can have peace of mind for herself, and her child, knowing that if her abuser ever contacts her again, he can be prosecuted for it.&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;SLLS Partners with the Capital Area Family Justice Center to Bring Legal Aid to Survivors of Domestic Violence&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\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t     &lt;!-- Three Even Columns : BEGIN --&gt;\\n            &lt;tr&gt;\\n                &lt;td align=\\&quot;center\\&quot; valign=\\&quot;top\\&quot; style=\\&quot;padding: 5px;\\&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 width=\\&quot;25%\\&quot; 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: 5px; 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\\\/editor_images\\\/6759b5ce-7fcb-4b0d-b51b-cf7a7cc86f29.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;auto\\&quot; alt=\\&quot;alt_text\\&quot; border=\\&quot;0\\&quot; class=\\&quot;fluid\\&quot;&gt;&lt;\\\/td&gt;\\n                      &lt;\\\/tr&gt;\\n                                              &lt;\\\/table&gt;&lt;\\\/td&gt;\\n\\t\\t\\t\\t\\t\\t &lt;td width=\\&quot;25%\\&quot; 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: 5px; 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\\\/editor_images\\\/708602a9-54db-42bf-a8c3-bdb77acb54e0.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;auto\\&quot; alt=\\&quot;alt_text\\&quot; border=\\&quot;0\\&quot; class=\\&quot;fluid\\&quot;&gt;&lt;\\\/td&gt;\\n                      &lt;\\\/tr&gt;\\n                                            &lt;\\\/table&gt;&lt;\\\/td&gt;\\n                    &lt;td width=\\&quot;25%\\&quot; 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: 5px; 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\\\/editor_images\\\/5bee0be2-0898-4639-8646-60237dfca2c1.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;auto\\&quot; alt=\\&quot;alt_text\\&quot; border=\\&quot;0\\&quot; class=\\&quot;fluid\\&quot;&gt;&lt;\\\/td&gt;\\n                      &lt;\\\/tr&gt;\\n                                              &lt;\\\/table&gt;&lt;\\\/td&gt;\\n                    &lt;td width=\\&quot;25%\\&quot; 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: 5px; 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\\\/editor_images\\\/cb8ffce5-27ac-4511-8b05-5df13baa0847.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;auto\\&quot; alt=\\&quot;alt_text\\&quot; border=\\&quot;0\\&quot; class=\\&quot;fluid\\&quot;&gt;&lt;\\\/td&gt;\\n                      &lt;\\\/tr&gt;\\n                        \\n                      &lt;\\\/table&gt;&lt;\\\/td&gt;\\n                  &lt;\\\/tr&gt;\\n                  &lt;\\\/table&gt;&lt;\\\/td&gt;\\n              &lt;\\\/tr&gt;\\n            &lt;!-- Three Even Columns : END --&gt; \\n &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;font-size: 10px; line-height: 1.2; word-break: break-word; text-align: center; mso-line-height-alt: 12px; margin: 0;\\&quot;&gt;&lt;span style=\\&quot;font-size: 10px;\\&quot;&gt;&lt;em&gt;SLLS Baton Rouge Office Directing Attorney Talya Bergeron with CAFJC Executive Director Renee Craft and East Baton Rouge Parish Mayor-President Sharon Weston Broome&lt;\\\/em&gt;&lt;\\\/span&gt;&lt;\\\/p&gt;&lt;\\\/td&gt;&lt;\\\/tr&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\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;font-size: 14px; line-height: 1.5; word-break: break-word; text-align: center; mso-line-height-alt: 21px; margin: 0;\\&quot;&gt;We were thrilled to join the &lt;a style=\\&quot;text-decoration: underline; color: #1e8b45;\\&quot; href=\\&quot;https:\\\/\\\/www.cafjc.org\\\/\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;noopener\\&quot;&gt;Capital Area Family Justice Center&lt;\\\/a&gt; for their grand opening this week. SLLS will have an attorney on-site as part of a one stop collaborative approach to supporting survivors of domestic violence. At the Family Justice Center, survivors will be able to meet with attorneys, social workers, law enforcement, and other community support agencies all in one building.&amp;nbsp;&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;SLLS Receives Wells Fargo Grant to Fund Legal Assistance for Renters at Risk of Eviction&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\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\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                    \\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                           \\t&lt;p style=\\&quot;font-size: 14px; line-height: 1.5; word-break: break-word; mso-line-height-alt: 21px; margin: 0;\\&quot;&gt;A Harvard study found that an estimated 90% of landlords have legal representation, while only 10% of tenants do, putting them at a significant disadvantage. The same study found that two-thirds of tenants with legal representation are more likely to avoid an eviction judgment and remain in their home. We are excited to partner with Wells Fargo to provide critical legal assistance to vulnerable people who have been disproportionately impacted by the COVID-19 pandemic. You can read the full press release &lt;a style=\\&quot;text-decoration: underline; color: #1e8b45;\\&quot; href=\\&quot;https:\\\/\\\/newsroom.wf.com\\\/English\\\/news-releases\\\/news-release-details\\\/2020\\\/Wells-Fargo-Funds-Legal-Assistance-for-Renters-at-Risk-of-Eviction\\\/default.aspx\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;noopener\\&quot;&gt;here&lt;\\\/a&gt;.&amp;nbsp;&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\\t\\t\\t\\t\\t\\t\\t&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\\\/editor_images\\\/WF_thrd-prty_box_rgb_red_F1.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;\\\/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&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\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;tr&gt;\\n\\t\\t\\t  &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  &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 Celebrates National Pro Bono Week&lt;\\\/strong&gt;&lt;\\\/span&gt;&lt;\\\/p&gt;\\n\\t\\t\\t\\t\\t  &lt;\\\/div&gt;&lt;\\\/td&gt;&lt;\\\/tr&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\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; padding:10px\\&quot;&gt; &lt;img src=\\&quot;https:\\\/\\\/bloomerang-bee.s3.amazonaws.com\\\/images\\\/clapton_cysx6cjdvalm_us_west_2_rds_amazonaws_com_southeastlouisianalegalservices\\\/editor_images\\\/1c3dbe9f-5584-456b-b46d-23a2004efd91.jpg\\&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\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\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;font-size: 14px; line-height: 1.5; word-break: break-word; text-align: center; mso-line-height-alt: 21px; margin: 0;\\&quot;&gt;The last week in October marks the annual National Celebration of Pro Bono. Every year we recognize the outstanding accomplishments of volunteer attorneys who give of their time, often on the weekends, to meet the needs of the clients we serve. In 2019 the over 700 hours of Pro Bono volunteer time was valued at over $1,000,000 in market value.&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;&amp;nbsp;&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;This year&#039;s theme is \\&quot;Rising to Meet the Challenge: Pro Bono Responds to COVID-19.\\&quot; &lt;strong&gt;Hayley Landry&lt;\\\/strong&gt;, an associate with Liskow &amp;amp; Lewis, has been volunteering with our socially distant In Forma Pauperis Clinic during the pandemic, helping clients navigate court processes without filing fees.&amp;nbsp;&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; mso-line-height-alt: 21px; margin: 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;font-size: 14px; line-height: 1.5; word-break: break-word; text-align: center; mso-line-height-alt: 21px; margin: 0;\\&quot;&gt;Thank you to Hayley, and all of our volunteer attorneys, pro bono partners, law student, and other volunteers who give of their time in the fight for fairness!&amp;nbsp;&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 style=\\&quot;text-decoration: underline; color: #1e8b45;\\&quot; title=\\&quot;eperez@slls.org\\&quot; href=\\&quot;mailto:eperez@slls.org\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;noopener\\&quot;&gt;Elena Perez&lt;\\\/a&gt;.&lt;\\\/p&gt;&lt;\\\/td&gt;&lt;\\\/tr&gt;\\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\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t&lt;tr&gt;\\n\\t\\t\\t  &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  &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;Thank You to our Baton Rouge \\&quot;Bar Exam\\&quot; Sponsors!&lt;\\\/strong&gt;&lt;\\\/span&gt;&lt;\\\/p&gt;\\n\\t\\t\\t\\t\\t  &lt;\\\/div&gt;&lt;\\\/td&gt;&lt;\\\/tr&gt;\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\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; padding:10px\\&quot;&gt; &lt;img src=\\&quot;https:\\\/\\\/bloomerang-bee.s3.amazonaws.com\\\/images\\\/clapton_cysx6cjdvalm_us_west_2_rds_amazonaws_com_southeastlouisianalegalservices\\\/Bar%20Exam%20for%20Newsletter-01.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\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\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;font-size: 14px; line-height: 1.5; word-break: break-word; mso-line-height-alt: 21px; margin: 0;\\&quot;&gt;The COVID-19 pandemic forced us to make the difficult decision to cancel our 2020 Baton Rouge and New Orleans \\&quot;Bar Exam\\&quot; events. While we won&#039;t be able to have the events in person, we didn&#039;t want to pass up an opportunity to recognize all of our partners and sponsors who have made the event possible. Follow us on social media this weekend and help us thank our Baton Rouge sponsors for their support in the fight for fairness!&amp;nbsp;&lt;\\\/p&gt;&lt;\\\/td&gt;&lt;\\\/tr&gt;\\t\\t\\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 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; text-align:center\\&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: 12px; 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 style=\\&quot;text-decoration: underline; color: #1e8b45;\\&quot; href=\\&quot;https:\\\/\\\/www.cnbc.com\\\/2020\\\/10\\\/02\\\/millions-of-americans-may-not-be-able-to-pay-rent-in-october.html\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;noopener\\&quot;&gt;Millions of Americans may not be able to pay their rent in October. What to do if you\\u2019re one of them&lt;\\\/a&gt; - CNBC&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 style=\\&quot;text-decoration: underline; color: #1e8b45;\\&quot; href=\\&quot;https:\\\/\\\/www.goodnewsnetwork.org\\\/help-when-facing-eviction-in-2020\\\/\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;noopener\\&quot;&gt;If You or Someone You Know is Facing Eviction, Here\\u2019s Some Good News \\u2013And Where to Find Help in U.S&lt;\\\/a&gt;. - Good News Network&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 style=\\&quot;text-decoration: underline; color: #1e8b45;\\&quot; href=\\&quot;https:\\\/\\\/www.nola.com\\\/news\\\/business\\\/article_1bc82ee6-131b-11eb-8683-5f23a2386782.html\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;noopener\\&quot;&gt;With New Orleans evictions stalled, tenant-landlord tension builds: &#039;We&#039;re both losing&#039;&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 style=\\&quot;text-decoration: underline; color: #1e8b45;\\&quot; href=\\&quot;https:\\\/\\\/www.nola.com\\\/entertainment_life\\\/article_5590fbac-1402-11eb-a9c4-b7c378a10970.html\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;noopener\\&quot;&gt;Hours and in-person sessions are expanding at Orleans Parish Libraries&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 style=\\&quot;text-decoration: underline; color: #1e8b45;\\&quot; href=\\&quot;https:\\\/\\\/www.heraldguide.com\\\/news\\\/library-legal-services-agency-holding-webinars-advising-those-facing-unemployment-eviction\\\/\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;noopener\\&quot;&gt;Library, legal services agency holding webinars advising those facing unemployment, eviction&lt;\\\/a&gt; - St. Charles Herald Guide&lt;\\\/li&gt;\\n\\t\\t\\t\\t&lt;\\\/ul&gt;&lt;\\\/td&gt;&lt;\\\/tr&gt;&lt;\\\/p&gt;&lt;\\\/div&gt;&lt;\\\/td&gt;&lt;\\\/tr&gt;&lt;\\\/div&gt;&lt;\\\/div&gt;&lt;\\\/td&gt;&lt;\\\/tr&gt;&lt;\\\/table&gt;&lt;\\\/center&gt;&lt;\\\/td&gt;&lt;\\\/tr&gt;&lt;\\\/table&gt;&lt;\\\/html-blog&gt;&lt;\\\/body-blog&gt;&quot;,&quot;eds_animation_class&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;custom_html-893810000&quot;,&quot;option_name&quot;:&quot;widget_custom_html&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-8938-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=\"8938\">@import url(https:\/\/slls.org\/wp-content\/plugins\/siteorigin-panels\/css\/front-flex.min.css); #pgc-8938-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-8938-0 , #pl-8938 .so-panel { margin-bottom:30px } #pl-8938 .so-panel:last-child { margin-bottom:0px } @media (max-width:780px){ #pg-8938-0.panel-no-style, #pg-8938-0.panel-has-style > .panel-row-style { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-8938-0 > .panel-grid-cell , #pg-8938-0 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pg-8938-0 { margin-bottom:px } #pl-8938 .panel-grid-cell { padding:0 } #pl-8938 .panel-grid .panel-grid-cell-empty { display:none } #pl-8938 .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":[43,1],"tags":[],"class_list":["post-8938","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-2020-newsletters","category-news"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>October 2020 Newsletter - 2020 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=\"https:\/\/slls.org\/en\/october-2020-newsletter\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"October 2020 Newsletter - 2020 Newsletters\" \/>\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\/october-2020-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=\"2020-10-31T14:58:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-02-04T19:47:54+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\":\"https:\\\/\\\/slls.org\\\/en\\\/october-2020-newsletter\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/slls.org\\\/en\\\/october-2020-newsletter\\\/\"},\"author\":{\"name\":\"admin_slls\",\"@id\":\"https:\\\/\\\/slls.org\\\/#\\\/schema\\\/person\\\/d9fd24cc97bee07e5e1b87810c4ecbb4\"},\"headline\":\"October 2020 Newsletter\",\"datePublished\":\"2020-10-31T14:58:19+00:00\",\"dateModified\":\"2021-02-04T19:47:54+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/slls.org\\\/en\\\/october-2020-newsletter\\\/\"},\"wordCount\":11,\"publisher\":{\"@id\":\"https:\\\/\\\/slls.org\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/slls.org\\\/en\\\/october-2020-newsletter\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/slls.org\\\/wp-content\\\/uploads\\\/Newsletter-for-Blog-01.png\",\"articleSection\":[\"2020 Newsletters\",\"News\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/slls.org\\\/en\\\/october-2020-newsletter\\\/\",\"url\":\"https:\\\/\\\/slls.org\\\/en\\\/october-2020-newsletter\\\/\",\"name\":\"October 2020 Newsletter - 2020 Newsletters\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/slls.org\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/slls.org\\\/en\\\/october-2020-newsletter\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/slls.org\\\/en\\\/october-2020-newsletter\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/slls.org\\\/wp-content\\\/uploads\\\/Newsletter-for-Blog-01.png\",\"datePublished\":\"2020-10-31T14:58:19+00:00\",\"dateModified\":\"2021-02-04T19:47:54+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/slls.org\\\/en\\\/october-2020-newsletter\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/slls.org\\\/en\\\/october-2020-newsletter\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/slls.org\\\/en\\\/october-2020-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\":\"https:\\\/\\\/slls.org\\\/en\\\/october-2020-newsletter\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/slls.org\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"October 2020 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:\\\/\\\/secure.gravatar.com\\\/avatar\\\/58a7e8ef5f0946585fbe79c04176dd75169a8e0fedef40f30fbf105c300438d0?s=96&d=mm&r=g\",\"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":"October 2020 Newsletter - 2020 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":"https:\/\/slls.org\/en\/october-2020-newsletter\/","og_locale":"en_US","og_type":"article","og_title":"October 2020 Newsletter - 2020 Newsletters","og_description":"[siteorigin_widget class=&#8221;WP_Widget_Custom_HTML&#8221;][\/siteorigin_widget]","og_url":"https:\/\/slls.org\/en\/october-2020-newsletter\/","og_site_name":"SLLS","article_publisher":"https:\/\/www.facebook.com\/sllshelps","article_published_time":"2020-10-31T14:58:19+00:00","article_modified_time":"2021-02-04T19:47:54+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":"https:\/\/slls.org\/en\/october-2020-newsletter\/#article","isPartOf":{"@id":"https:\/\/slls.org\/en\/october-2020-newsletter\/"},"author":{"name":"admin_slls","@id":"https:\/\/slls.org\/#\/schema\/person\/d9fd24cc97bee07e5e1b87810c4ecbb4"},"headline":"October 2020 Newsletter","datePublished":"2020-10-31T14:58:19+00:00","dateModified":"2021-02-04T19:47:54+00:00","mainEntityOfPage":{"@id":"https:\/\/slls.org\/en\/october-2020-newsletter\/"},"wordCount":11,"publisher":{"@id":"https:\/\/slls.org\/#organization"},"image":{"@id":"https:\/\/slls.org\/en\/october-2020-newsletter\/#primaryimage"},"thumbnailUrl":"https:\/\/slls.org\/wp-content\/uploads\/Newsletter-for-Blog-01.png","articleSection":["2020 Newsletters","News"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/slls.org\/en\/october-2020-newsletter\/","url":"https:\/\/slls.org\/en\/october-2020-newsletter\/","name":"October 2020 Newsletter - 2020 Newsletters","isPartOf":{"@id":"https:\/\/slls.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/slls.org\/en\/october-2020-newsletter\/#primaryimage"},"image":{"@id":"https:\/\/slls.org\/en\/october-2020-newsletter\/#primaryimage"},"thumbnailUrl":"https:\/\/slls.org\/wp-content\/uploads\/Newsletter-for-Blog-01.png","datePublished":"2020-10-31T14:58:19+00:00","dateModified":"2021-02-04T19:47:54+00:00","breadcrumb":{"@id":"https:\/\/slls.org\/en\/october-2020-newsletter\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/slls.org\/en\/october-2020-newsletter\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/slls.org\/en\/october-2020-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":"https:\/\/slls.org\/en\/october-2020-newsletter\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/slls.org\/"},{"@type":"ListItem","position":2,"name":"October 2020 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:\/\/secure.gravatar.com\/avatar\/58a7e8ef5f0946585fbe79c04176dd75169a8e0fedef40f30fbf105c300438d0?s=96&d=mm&r=g","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\/8938","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=8938"}],"version-history":[{"count":0,"href":"https:\/\/slls.org\/en\/wp-json\/wp\/v2\/posts\/8938\/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=8938"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/slls.org\/en\/wp-json\/wp\/v2\/categories?post=8938"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/slls.org\/en\/wp-json\/wp\/v2\/tags?post=8938"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}