From Project HOPE <[email protected]>
Subject Saving Lives from Violence Across the World
Date October 19, 2023 7:23 PM
  Links have been removed from this email. Learn more in the FAQ.
  Links have been removed from this email. Learn more in the FAQ.
<!--
/* What it does: Tells the email client that only light styles are
provided but the client can transform them to dark. A duplicate of
meta color-scheme meta tag above. */
:root {
color-scheme: light;
supported-color-schemes: light;
}

/* What it does: Remove spaces around the email design added by
some email clients. */
/* Beware: It can remove the padding / margin and add a background
color to the compose a reply window. */
html,
body {
margin: 0 auto !important;
padding: 0 !important;
height: 100% !important;
width: 100% !important;
font-family: Arial, Helvetica, sans-serif;
-webkit-user-select: none; /* Safari */
-ms-user-select: none; /* IE 10 and IE 11 */
user-select: none; /* Standard syntax */
}

/* What it does: Stops email clients resizing small text. */
* {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}

/* What it does: Centers email on Android 4.4 */
div[style*="margin: 16px 0"] {
margin: 0 !important;
}

/* What it does: forces Samsung Android mail clients to use the
entire viewport */
#MessageViewBody,
#MessageWebViewDiv {
width: 100% !important;
}

/* What it does: Stops Outlook from adding extra spacing to
tables. */
table,
td {
mso-table-lspace: 0pt !important;
mso-table-rspace: 0pt !important;
}

/* What it does: Replaces default bold style. */
th {
font-weight: normal;
}

/* What it does: Fixes webkit padding issue. */
table {
border-spacing: 0 !important;
border-collapse: collapse !important;
table-layout: fixed !important;
margin: 0 auto !important;
border-color: transparent !important;
border: none !important;
}

/* What it does: Prevents Windows 10 Mail from underlining links
despite inline CSS. Styles for underlined links should be inline. */
a {
text-decoration: none;
}

/* What it does: Uses a better rendering method when resizing
images in IE. */
img {
-ms-interpolation-mode: bicubic;
}

h1, h2, h3, h4, h5, p, li, .darkmode-text, .email-container
a:not([class]) { margin: 0; padding: 0; }

/* What it does: A work-around for email clients meddling in
triggered links. */
a[x-apple-data-detectors],
/* iOS */
.unstyle-auto-detected-links a,
.aBn {
border-bottom: 0 !important;
cursor: default !important;
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}

/* What it does: Prevents Gmail from changing the text color in
conversation threads. */
.im {
color: inherit !important;
}

/* What it does: Prevents Gmail from displaying a download button
on large, non-linked images. */
.a6S {
display: none !important;
opacity: 0.01 !important;
}

/* If the above doesn't work, add a .g-img class to any image in
question. */
img.g-img+div {
display: none !important;
}

/* What it does: Removes right gutter in Gmail iOS app:
[link removed] */
/* Create one of these media queries for each additional viewport
size you'd like to fix */

/* iPhone 4, 4S, 5, 5S, 5C, and 5SE */
@media only screen and (min-device-width: 320px) and
(max-device-width: 374px) {
u~div .email-container {
min-width: 320px !important;
}
}

/* iPhone 6, 6S, 7, 8, and X */
@media only screen and (min-device-width: 375px) and
(max-device-width: 414px) {
u~div .email-container {
min-width: 375px !important;
}
}

/* iPhone 6+, 7+, and 8+ */
@media only screen and (min-device-width: 414px) {
u~div .email-container {
min-width: 414px !important;
}
}

-->

<!--
/* What it does: Hover styles for buttons */
.button-td,
.button-a {
transition: all 100ms ease-in;
}

/* Media Queries */
@media screen and (max-width: 680px) {

.callout-stack {
display: block !important;
width: 90% !important;
text-align: center !important;
padding-left: 5% !important;
padding-right: 5% !important;
}

.mob-bottom-pad {
padding-bottom: 20px !important;
}

.mob-pad {
padding-left: 5% !important;
padding-right: 5% !important;
}

.button-td {
padding: 14px 20px !important;

}

.button-td-white,
.button-td-primary,
.button-a-primary {
font-size: 24px !important;

}

td.logo {
padding-bottom: 30px !important;
}

.email-container {
width: 100% !important;
margin: auto !important;
}

/* What it does: Forces table cells into full-width rows. */
.stack-column,
.stack-column-center {
display: block !important;
width: 100% !important;
max-width: 100% !important;
direction: ltr !important;
}

/* And center justify these ones. */
.stack-column-center {
text-align: center !important;
}

/* What it does: Generic utility class for centering. Useful for
images, buttons, and nested tables. */
.center-on-narrow,
.logo {
text-align: center !important;
display: block !important;
margin-left: auto !important;
margin-right: auto !important;
float: none !important;
}

table.center-on-narrow {
display: inline-block !important;
}

/* What it does: Adjust typography on small screens to improve
readability */
.email-container a,
.email-container p {
font-size: 18px !important;
}

.email-container h1,
.email-container h1 a {
font-size: 26px !important;
}

h1.headline {
padding-top: 20px !important;
}

.email-container h2,
.email-container h2 a,
h2.OOTT,
.OOTT a {
font-size: 22px !important;
}

td.mb-rm-pad{
padding: 0 !important;
}

.email-container h3,
.email-container h3 a {
font-size: 19px !important;
}

h3.callout{
padding-top: 20px !important;
}

td.bullet {
padding: 20px !important;
padding-left: 30px !important;
}

p.footer, p.footer span, p.footer span a, td.footer a,
a.footer, td.footer a span {
font-size: 12px !important;
line-height: 18px !important;
}

div#cv-poweredBy,
div#cv-poweredBy a,
div#cv-poweredBy img {
display: none !important;
}

.new-mob-callout-pad {
padding: 30px 4% !important
}

.bgcolor-callouts {
background-color: #000000 !important;
}

.img-padd {
padding-top: 40px !important;
}

}

/* Dark Mode Styles : BEGIN */
@media (prefers-color-scheme: dark) {
.email-bg {
background: #111111 !important;
}

.darkmode-bg {
background: #002e6d !important;
}

h1,
h2 {
color: #ffffff !important;
}

td.button-td-primary,
td.button-td-primary a {
background: #bc204b !important;
border-color: #bc204b !important;
color: #ffffff !important;
}

td.button-td-white {
background: #ffffff !important;
border-color: #ffffff !important;
color: #bc204b !important;
}

.footer td,
.footer td a {
color: #ffffff !important;
}

.footer h4 {
color: #ffffff !important;
}

.text-callout {
color: #ffffff !important;
}

.callout-darkmode {
background-color: #000000 !important;
}

.callout-darkmode-white {
background-color: #ffffff !important;
}
}

/* Dark Mode Styles : END */

-->

The latest on how we're delivering HOPE to survivors of
violence with your help >

[link removed]

 

Project HOPE

[link removed]

A photo of a young girl from Ukraine attending a therapeutic art class
as she smiles at the camera and holds up two fingers in a peace sign.

[link removed]

 

How HOPE Counteracts Violence

[link removed]

 

Dear Friend,

As violence continues to take a horrific toll across the globe, we
are praying for peace and for the safety of all humanitarian workers,
health workers, and civilians. In that spirit, we wanted to share the
latest updates on how Project HOPE, with your support, is working to
provide care and hope for survivors of violence worldwide:

 

SUDAN

[link removed]

This month marks 6 months of the terrible violence in Sudan that has
caused the death of over 9,000 people and the displacement of 5
million more. Health facilities are in dire need of help as their
staff sacrifice their own safety to save others and confront the
recent outbreaks of cholera and dengue.

With your support and the collaboration of our dedicated partners, we
were recently able to deliver 24,000 pounds or $13 million of
essential medical supplies, ranging from syringes, gauze, and wound
care items to medications and therapeutic food. This shipment will
support over 100,000 people across Sudan. More on this lifesaving
delivery >

[link removed]

 

ISRAEL AND GAZA
[link removed]

Project HOPE has deployed staff to the region to provide care and aid
to survivors of violence in both Israel and Gaza. We have teams on the
ground in Israel to support hospitals damaged in attacks earlier this
month, as well as supplies pre-positioned in Egypt to enter Gaza, when
permitted. We are coordinating with partners across the region to
assess how and when we can best support the health and humanitarian
needs of impacted communities.

"Violent conflicts of this nature always have a disproportionate
impact on people in vulnerable situations, particularly women,
children, people with disabilities, and older adults," said
Arlan Fuller, our Director of Emergency Preparedness & Response.
Details about our response >
[link removed]

ARMENIA

[link removed]

 

After nearly 120,000 refugees were forced to flee Azerbaijan's
Nagorno-Karabakh region in September, we deployed a team to Armenia to
help assess their health needs and how we can help. Project HOPE is
now helping the refugee community prepare for the upcoming harsh
winter season, starting with the distribution of heaters in the region
of Sunyk. What we found >

[link removed]

 






 

P.S. If you would like to help survivors of violence and health crises
with care, medical supplies, and other relief, please make an
emergency gift here.

[link removed]

We are so grateful for your support and compassion.

MAKE A GIFT NOW >

[link removed]

Facebook
  

Twitter
  

Instagram
  

YouTube
  

TikTok

[link removed]
[link removed]
[link removed]
[link removed]
[link removed]

ProjectHOPE.org

[link removed]

PO Box 3270, Harlan IA 51593-0450 | 844.349.0188
#

© 2023
Project HOPE. All rights reserved.

A gift to this appeal will be used to support Project HOPE's
global emergency response, medical, educational and humanitarian
assistance programs, wherever the need is greatest.

Project HOPE - The People-to-People Health Foundation, Inc. Dba
Project HOPE is a 501(c)(3) not-for-profit organization, CFC #11115,
EIN 53-0242962.

Unsubscribe | Privacy Policy
[link removed]

| Financial Accountability
[link removed]

| View this email online
[link removed]

[link removed]
Screenshot of the email generated on import

Message Analysis

  • Sender: Project HOPE
  • Political Party: n/a
  • Country: United States
  • State/Locality: n/a
  • Office: n/a
  • Email Providers:
    • Blackbaud
    • Convio