Dear John,
We are excited to finally announce our revamped training program for 2021-2022. We are launching three brand-new training programs to suit every type of political woman. Whether you're new or already serving, we have a training for you. You can read more about our new programs on our training page. [link removed]
Explore: Campaigns 101 - Whether you see yourself as a future candidate, volunteer, or staffer this virtual training will provide you with an introduction to North Carolina politics. Register today for our first 101 training on February 20th from 10am-12pm. There is a $5 fee and scholarships are available. [link removed]
Prepare: Future Candidate Training - This virtual, multi-day training is for women preparing to run for office in NC in the next 1-3 years. We will provide you with hard skills and techniques to prepare yourself and your life to run for office. This training covers network building, fundraising, compliance, social media, and personal story development. Trainees will have access to a resource bank to help build their campaigns. Our first FTC training is March 13th & 16th. Apply today! [link removed]
Launch: Path To Victory Training - This virtual, multi-day trainings is for women who have filed, or are about to file, to run for office in NC. We will give you the hard skills to run a strong, modern campaign. At this training we'll cover fundraising, messaging, field, public speaking, personal story work shopping, and social media. Trainees will have access to a resource bank. Our first PTV training will be in May and will focus on training women running at the local level.
What can you expect for the future of Lillian's List trainings? A lot. We'll be hosting our acclaimed staff trainings in the autumn. We're also bringing back our Help Her Win volunteer series and Incumbent Trainings for our currently serving legislators. Additionally, we're hosting FREE panels throughout the year about serving in different levels of office.
Please share our training opportunities will all of the political women in your life! You can direct all questions and scholarship requests to our Training Manager Devon Roberts at
[email protected]
In solidarity,
Team Lillian
-----------------------------------------------------------------------------
| Paid for by Lillian's List Foundation. For email distribution only. |
-----------------------------------------------------------------------------
Lillians List Foundation
3117 Poplarwood Ct
Suite 130
Raleigh NC 27604 United States
If you believe you received this message in error or wish to no longer receive email from us, please [link removed].
/* 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 !important;
padding: 0 !important;
height: 100% !important;
width: 100% !important;
}
/* What it does: Stops email clients resizing small text. */
* {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
/* What it does: Forces Outlook.com to display emails full width. */
.ExternalClass {
width: 100%;
}
/* What is does: Centers email on Android 4.4 */
div[style*="margin: 16px 0"] {
margin: 0 !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: 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. */
table {
border-spacing: 0 !important;
border-collapse: collapse !important;
table-layout: fixed !important;
margin: 0 auto !important;
}
table table table {
table-layout: auto;
}
/* What it does: Uses a better rendering method when resizing images in IE. */
img {
-ms-interpolation-mode: bicubic;
}
/* What it does: Overrides styles added when Yahoo's auto-senses a link. */
.yshortcuts a {
border-bottom: none !important;
}
/* What it does: Another work-around for iOS meddling in triggered links. */
a[x-apple-data-detectors] {
color: inherit !important;
}
/* What it does: Hover styles for buttons */
.button-td,
.button-a {
transition: all 100ms ease-in;
}
.button-td:hover,
.button-a:hover {
background: #555555 !important;
border-color: #555555 !important;
}
/* Media Queries */
@media screen and (max-width: 600px) {
.email-container {
width: 100% !important;
}
/* What it does: Forces elements to resize to the full width of their container. Useful for resizing images beyond their max-width. */
.fluid,
.fluid-centered {
max-width: 100% !important;
height: auto !important;
margin-left: auto !important;
margin-right: auto !important;
}
/* And center justify these ones. */
.fluid-centered {
margin-left: auto !important;
margin-right: 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 {
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;
}
}