ballotpedia.org Open in urlscan Pro
44.214.54.105  Public Scan

Submitted URL: http://info.ballotpedia.org/t?r=6595&c=3609&l=31&ctl=2B25A:91E29B09E5A25F4ABE5640E029FA8F22762DFB16DFBF1C68&
Effective URL: https://ballotpedia.org/Support:BallotpediaSociety?utm_source=email&utm_medium=email_link&utm_campaign=bpsemail1email_li...
Submission: On May 23 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

Name: whatcounts-form-skin javascript:void(0)

<form class="form" id="whatcounts-form" name="whatcounts-form-skin" action="javascript:void(0)" onsubmit="submitForm(event)">
  <input type="hidden" name="list_ids" id="list_ids" value="35">
  <input type="hidden" name="cmd" value="subscribe">
  <input type="hidden" name="goto" value="">
  <input type="hidden" name="errors_to" value="">
  <input type="hidden" id="format_mime" name="format" value="mime">
  <input type="hidden" id="custom_source" name="custom_source" value="site_skin">
  <p class="form-field  email pd-text required required-custom">
    <label class="field-label" for="email">Email *</label>
    <input type="text" name="email" id="email" value="" class="text" size="30" maxlength="255">
  </p>
  <p class="form-field  first_name pd-text required required-custom">
    <label class="field-label" for="first_name">First Name *</label>
    <input type="text" name="first_name" id="first_name" value="" class="text" size="30" maxlength="40">
  </p>
  <p class="form-field last_name pd-text">
    <label class="field-label" for="last_name">Last Name</label>
    <input type="text" name="last_name" id="last_name" value="" class="text" size="30" maxlength="80">
  </p>
  <div class="text-center">
    <div id="recaptcha-service" class="g-recaptcha" style="display: inline-block" data-callback="recaptchaCallback" data-sitekey="6LdtdxgUAAAAAPd0NqIuHMYS_GQReTlIbayVJ_qn">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA"
            src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdtdxgUAAAAAPd0NqIuHMYS_GQReTlIbayVJ_qn&amp;co=aHR0cHM6Ly9iYWxsb3RwZWRpYS5vcmc6NDQz&amp;hl=en&amp;v=FFtxPnbuZxq6kkeHkQJR2MNQ&amp;size=normal&amp;cb=yy5qia6bfhba" width="304"
            height="78" role="presentation" name="a-h6m4yddib921" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div>
        <textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
      </div>
    </div>
    <script type="text/javascript" src="https://www.google.com/recaptcha/api.js?hl=en"></script>
    <p id="showSkinCaptchaMessage">Please complete the Captcha above</p>
  </div>
  <p class="submit">
    <input type="submit" value="Subscribe" style="text-shadow:none !important;background:#334aab !important;color:white !important;">
  </p>
</form>

/wiki/index.php

<form action="/wiki/index.php" id="searchform">
  <div class="form-group">
    <button type="submit" class="bp-header-search-go btn-link"><span class="fa fa-search"></span></button>
    <input id="searchInput" class="search-query" type="search" accesskey="f" title="Special:Search [alt-shift-f]" placeholder="Search the Encyclopedia of American Politics" name="search" value="">
    <input type="submit" name="go" value="Go" title="Go to a page with this exact name if it exists" id="mw-searchButton" class="searchButton btn hidden">
  </div>
</form>

<form id="giving-levels" class="dp-center">
  <input type="hidden" id="Level" name="Level" value="">
  <script>
    function updateAmountRadio(e, value) {
      e.stopPropagation()
      let amount = document.getElementById("hidden-amount");
      let amountCustom = document.getElementById("dp-amount-custom");
      let amountCustomDiv = document.getElementById("dp-amount-custom-div");
      amount.value = value;
      amountCustom.value = "";
      amountCustomDiv.value = "";
      amountCustom.classList.remove("active");
      amountCustomDiv.classList.remove("active");
    }

    function updateAmountCustom(e, isSpan) {
      let amount = document.getElementById("hidden-amount");
      let radios = document.getElementsByName("amount-radio");
      let amountCustom = document.getElementById("dp-amount-custom");
      let amountCustomDiv = document.getElementById("dp-amount-custom-div");
      amount.value = e.currentTarget.value;
      for (var i = 0; i < radios.length; i++) {
        let radio = radios[i];
        if (radio.id != "amount-custom-radio") {
          radio.checked = false;
        }
      }
      if (isSpan) {
        amountCustom.classList.add("active");
        amountCustomDiv.value = amount.value;
      } else {
        amountCustom.value = amount.value;
        amountCustomDiv.classList.add("active");
      }
    }

    function focusCustom(isSpan) {
      let amountCustom = document.getElementById("dp-amount-custom" + (isSpan ? "" : "-div"));
      amountCustom.focus();
      let customRadio = document.getElementById("amount-custom-radio");
      customRadio.checked = true;
    }

    function blurCustom(isSpan) {
      let amountCustom = document.getElementById("dp-amount-custom" + (isSpan ? "" : "-div"));
      if (amountCustom.value === "") {
        let customRadio = document.getElementById("amount-custom-radio");
        customRadio.checked = false;
      }
    }
  </script>
  <input name="Amount" type="hidden" value="100" id="hidden-amount">
  <lable for="giving-level" class="dp-heading">Over the course of a year:</lable>
  <!--    
<label class="level" onclick="updateAmountRadio(event, 500)">
      <lable>
        <input class="dp-radio" type="radio" name="amount-radio" value="500" />
        <span class="dp-radio-text">$500 per month</span>
      </lable>will assist in the continued publication and promotion of 
      <a href="https://ballotpedia.org/Documenting_America%27s_Path_to_Recovery">Documenting America’s Path to Recovery</a>, our newsletter 
      tracking government responses to COVID-19 and plans for reopening.
    </label>
-->
  <label class="level" onclick="updateAmountRadio(event, 250)">
    <lable>
      <input class="dp-radio" type="radio" name="amount-radio" value="250">
      <span class="dp-radio-text">$250 per month</span>
    </lable> enables Ballotpedia to expand its reach to cover 25 additional school boards per year, giving voters more access to information about important down ballot races in their communities.
  </label>
  <label class="level" onclick="updateAmountRadio(event, 100)">
    <lable>
      <input class="dp-radio" type="radio" name="amount-radio" value="100" checked="checked">
      <span class="dp-radio-text">$100 per month</span>
    </lable> a month allows us to publish three months of <a href="/Ballotpedia%27s_Hall_Pass" title="Ballotpedia's Hall Pass">Hall Pass</a>, our weekly coverage of the conversations driving school board politics and governance.
  </label>
  <label class="level" onclick="updateAmountRadio(event, 50)">
    <lable>
      <input class="dp-radio" type="radio" name="amount-radio" value="50"> Your support of <span class="dp-radio-text">$50 per month</span>
    </lable> will give 50 readers access to Ballotpedia's <a href="/My_Vote_Ballotpedia" title="My Vote Ballotpedia">My Vote</a>, a customized tool that gives every voter access to the information they will see on their ballots.
  </label>
  <label class="level" onclick="updateAmountRadio(event, 25)">
    <lable>
      <input class="dp-radio" type="radio" name="amount-radio" value="25">
      <span class="dp-radio-text">$25 per month</span>
    </lable> provides support for <a href="/Survey" title="Survey">Candidate Connection</a> surveys, a direct connection to candidates so voters can better understand the people representing them.
  </label>
  <label class="level" onclick="updateAmountRadio(event, 10)">
    <lable>
      <input class="dp-radio" type="radio" name="amount-radio" value="10"> A <span class="dp-radio-text">monthly gift of $10</span>
    </lable> expands our coverage to illuminate major policy issues being discussed throughout the country.
  </label>
  <label class="level" onclick="focusCustom(window.innerWidth >= 615)">
    <lable>
      <input class="dp-radio" type="radio" name="amount-radio" value="" id="amount-custom-radio">
      <span class="dp-radio-text" id="amount-custom-span">Other donations of $<input id="dp-amount-custom" type="text" name="amount-custom" placeholder="Other Amount" onkeyup="updateAmountCustom(event, true)" onblur="blurCustom(true)"
          onclick="focusCustom(true)"> per month</span>
      <div class="dp-radio-text" id="amount-custom-div">A donation of your choice $<input id="dp-amount-custom-div" type="text" name="amount-custom" placeholder="Other Amount" onkeyup="updateAmountCustom(event, false)" onblur="blurCustom(false)"
          onclick="focusCustom(false)"><br> per month</div>
    </lable> will give readers access to the trustworthy, accurate political information they need every day.
  </label>
  <p style="padding-top: 20px"> An annual gift of $250+, or&nbsp;monthly gifts of $25+ qualifies you for our Donor Clubs, giving you <a href="/Support:DonorClub" class="mw-redirect" title="Support:DonorClub">exclusive privileges</a> for your
    exceptional commitment to our work.</p>
  <section id="dp-donor-information">
    <span class="dp-heading">DONOR INFORMATION</span>
    <section id="dp-donor-name">
      <input class="dp-custom-input" type="text" placeholder="First name" title="FirstName" name="FirstName" required="">
      <input class="dp-custom-input" type="text" placeholder="Last name" title="LastName" name="LastName" required="">
    </section>
    <section id="dp-address-line-1">
      <input class="dp-custom-input" type="text" placeholder="Address" title="Address" name="Address" required="">
    </section>
    <section id="dp-address-line-2">
      <input class="dp-custom-input" type="text" placeholder="City" title="City" name="City" required="">
      <select name="State" title="State">
        <option value="" selected="selected">State</option>
        <option value="AL">AL</option>
        <option value="AK">AK</option>
        <option value="AZ">AZ</option>
        <option value="AR">AR</option>
        <option value="CA">CA</option>
        <option value="CO">CO</option>
        <option value="CT">CT</option>
        <option value="DE">DE</option>
        <option value="DC">DC</option>
        <option value="FL">FL</option>
        <option value="GA">GA</option>
        <option value="HI">HI</option>
        <option value="ID">ID</option>
        <option value="IL">IL</option>
        <option value="IN">IN</option>
        <option value="IA">IA</option>
        <option value="KS">KS</option>
        <option value="KY">KY</option>
        <option value="LA">LA</option>
        <option value="ME">ME</option>
        <option value="MD">MD</option>
        <option value="MA">MA</option>
        <option value="MI">MI</option>
        <option value="MN">MN</option>
        <option value="MS">MS</option>
        <option value="MO">MO</option>
        <option value="MT">MT</option>
        <option value="NE">NE</option>
        <option value="NV">NV</option>
        <option value="NH">NH</option>
        <option value="NJ">NJ</option>
        <option value="NM">NM</option>
        <option value="NY">NY</option>
        <option value="NC">NC</option>
        <option value="ND">ND</option>
        <option value="OH">OH</option>
        <option value="OK">OK</option>
        <option value="OR">OR</option>
        <option value="PA">PA</option>
        <option value="RI">RI</option>
        <option value="SC">SC</option>
        <option value="SD">SD</option>
        <option value="TN">TN</option>
        <option value="TX">TX</option>
        <option value="UT">UT</option>
        <option value="VT">VT</option>
        <option value="VA">VA</option>
        <option value="WA">WA</option>
        <option value="WV">WV</option>
        <option value="WI">WI</option>
        <option value="WY">WY</option>
        <option value="Other / Outside United States">Other / Outside United States</option>
      </select>
      <input id="dp-zip" class="dp-custom-input" type="text" placeholder="Zip" title="Zip" name="Zip" required="">
    </section>
    <section id="dp-email-phone">
      <input class="dp-custom-input" type="text" placeholder="Email" title="Email" name="Email" required="">
      <input class="dp-custom-input" type="text" placeholder="Phone (Optional)" title="Phone (Optional)" name="Phone">
    </section>
  </section>
  <section id="dp-payment-information">
    <span class="dp-heading">PAYMENT INFORMATION</span>
    <input class="dp-custom-input" type="text" placeholder="Cardholder's Name" title="Cardholder's Name" name="CardName" required="">
    <input class="dp-custom-input" type="text" placeholder="Credit Card Number" title="Credit Card Number" name="CardNumber" required="">
    <section id="dp-card-info">
      <select title="Card Exipration Month" name="CardExpMonth">
        <option value="" selected="selected">Month</option>
        <option value="01">01</option>
        <option value="02">02</option>
        <option value="03">03</option>
        <option value="04">04</option>
        <option value="05">05</option>
        <option value="06">06</option>
        <option value="07">07</option>
        <option value="08">08</option>
        <option value="09">09</option>
        <option value="10">10</option>
        <option value="11">11</option>
        <option value="12">12</option>
      </select>
      <input style="margin-right: 5px !important;" class="dp-custom-input" type="text" placeholder="Year (yy)" minlength="2" maxlength="2" pattern="[0-9]{2}" name="CardExpYear" required="">
      <!--<select title="Card Expiration Year" id="dp-expiration-dates" onload="renderExpirationDates()" name="CardExpYear" />
            <script>
              window.addEventListener("load",function(){
                let returnString = "<option value='' selected='selected'>Year</option>";
                let currentYear = (new Date()).getFullYear();
                for(var i = 0; i < 13; i++) {
                    returnString += "<option value='"+currentYear+"'>"+currentYear.toString().substr(-2);+"</option>";
                    currentYear++;
                }
                document.getElementById("dp-expiration-dates").innerHTML = returnString;
              },false);
            </script>
          </select>-->
      <input class="dp-custom-input" type="text" placeholder="Security Code" title="Card Security Code" name="CardCVV" required="">
      <span id="question-mark">
        <div id="cvv-info">This is typically a three digit number, located on the back of the card. </div>
      </span>
    </section>
    <section id="cover-fee-line">
      <label><input type="checkbox" id="cover-fees" name="cover-fees" value="">Please increase my donation by 3% to cover credit card processing fees.</label>
    </section>
    <section id="dp-final-checkboxes">
      <div class="captcha">
        <script src="https://www.google.com/recaptcha/api.js"></script>
        <div class="g-recaptcha" data-sitekey="6LdtdxgUAAAAAPd0NqIuHMYS_GQReTlIbayVJ_qn">
          <div style="width: 304px; height: 78px;">
            <div><iframe title="reCAPTCHA"
                src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdtdxgUAAAAAPd0NqIuHMYS_GQReTlIbayVJ_qn&amp;co=aHR0cHM6Ly9iYWxsb3RwZWRpYS5vcmc6NDQz&amp;hl=en&amp;v=FFtxPnbuZxq6kkeHkQJR2MNQ&amp;size=normal&amp;cb=lmg2f3ign5f7"
                width="304" height="78" role="presentation" name="a-wz8bz9ucbpg7" frameborder="0" scrolling="no"
                sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><textarea id="g-recaptcha-response-1" name="g-recaptcha-response"
              class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
          </div><iframe style="display: none;"></iframe>
        </div>
      </div>
      <div id="dp-confirm-understanding">
        <input type="checkbox" name="dp-confirm-understanding" id="dp-confirm-understanding-id" required="">
        <label for="dp-confirm-understanding-id">I understand that I am making a donation to Ballotpedia, and not to a candidate for office.</label>
      </div>
    </section>
  </section>
  <label id="final-line" class="dp-center">
    <input id="dp-submit" type="submit" value="DONATE NOW">
    <span class="dp-donate-explaination dp-center"> Ballotpedia is a 501(c)3 charitable nonprofit organization as designated by the Internal Revenue Service. All gifts to Ballotpedia are tax deductible to the extent of the law. </span>
  </label>
  <input type="hidden" name="Monthly" value="Y">
</form>

<form onsubmit="return false;">
  <label for="dp-email"><b>LET BALLOTPEDIA DELIVER NEWS</b> STRAIGHT TO YOUR INBOX</label>
  <feildset id="dp-footer-form">
    <input type="text" placeholder="Enter your email address" name="dp-email" id="dp-email-sign-up" required="">
    <input type="submit" id="dp-email-button" value="SUBSCRIBE">
  </feildset>
  <span id="thank-you-for-subscribing">Thank you for subscribing!</span>
</form>

Text Content

×

GET EMAIL UPDATES FROM BALLOTPEDIA

Email *

First Name *

Last Name

Please complete the Captcha above



×

BALLOTPEDIA ON FACEBOOK

  Share this page


  Follow Ballotpedia


×

BALLOTPEDIA ON TWITTER

  Share this page


  Follow Ballotpedia


Subscribe Donate
Subscribe Subscribe


Donate



What's on your ballot?
Find out with Ballotpedia's Sample Ballot Lookup tool




SUPPORT: BALLOTPEDIASOCIETY

From Ballotpedia

Jump to: navigation, search

Please wait...
Error: The captcha is required.
Close
Taking a moment to appreciate the awesomeness of ballotpedia.org. Reliable,
well-organized, nonpartisan, and super granular. (It has a page on every
city-level ballot measure I've ever looked for!) Adds a *crazy amount of value*
to the commons during each election cycle.

Everything on Ballotpedia is free to read… but it isn’t free to produce. Our
valued Ballotpedia Society members are a vital part of allowing us to provide
reliable political information to voters.

Signing up as a member of the Ballotpedia Society ensures that voters in America
always have access to trustworthy political information, free of any partisan
spin.

The Ballotpedia Society is our monthly donor membership program, designed to let
our members participate in Ballotpedia's growth and journalistic activities.

Members receive exclusive updates on the latest from Ballotpedia, and insider
access to information from our staff of political experts. Please sign up right
away and… welcome to the Ballotpedia Society!

Leslie Graves
President and CEO

Over the course of a year: $250 per month enables Ballotpedia to expand its
reach to cover 25 additional school boards per year, giving voters more access
to information about important down ballot races in their communities. $100 per
month a month allows us to publish three months of Hall Pass, our weekly
coverage of the conversations driving school board politics and governance. Your
support of $50 per month will give 50 readers access to Ballotpedia's My Vote, a
customized tool that gives every voter access to the information they will see
on their ballots. $25 per month provides support for Candidate Connection
surveys, a direct connection to candidates so voters can better understand the
people representing them. A monthly gift of $10 expands our coverage to
illuminate major policy issues being discussed throughout the country. Other
donations of $ per month
A donation of your choice $
per month
will give readers access to the trustworthy, accurate political information they
need every day.

An annual gift of $250+, or monthly gifts of $25+ qualifies you for our Donor
Clubs, giving you exclusive privileges for your exceptional commitment to our
work.

DONOR INFORMATION


State AL AK AZ AR CA CO CT DE DC FL GA HI ID IL IN IA KS KY LA ME MD MA MI MN MS
MO MT NE NV NH NJ NM NY NC ND OH OK OR PA RI SC SD TN TX UT VT VA WA WV WI WY
Other / Outside United States

PAYMENT INFORMATION
Month 01 02 03 04 05 06 07 08 09 10 11 12
This is typically a three digit number, located on the back of the card.
Please increase my donation by 3% to cover credit card processing fees.
I understand that I am making a donation to Ballotpedia, and not to a candidate
for office.
Ballotpedia is a 501(c)3 charitable nonprofit organization as designated by the
Internal Revenue Service. All gifts to Ballotpedia are tax deductible to the
extent of the law.
Important Information On New Tax Advantages For Charitable Donations Continue
Reading
The Coronavirus Aid, Relief, and Economic Security Act (CARES Act) was
established in 2020 in response to COVID-19 and there are several important
implications for charitable giving:
 * The CARES Act allows for an additional deduction for charitable gifts made in
   cash of up to $300. If you are not itemizing on your 2020 taxes, you can
   claim this new deduction.
 * The adjusted gross income (AGI) limit for cash contributions was increased
   for individual donors. For cash contributions made in 2020, you can now elect
   to deduct up to 100% of your AGI (increased from 60%) resulting in tax
   savings.
 * Increased Deduction Limits for Corporations: The contribution limit for
   corporations has been raised to 25% for cash contributions this year.
 * Under the CARES Act an individual can elect to deduct 100% of their adjusted
   gross income (AGI) for charitable contributions. This effectively affords
   individuals between the ages of 59½ and 70½ benefits similar to a qualified
   income distribution: You can take a cash distribution from your individual
   retirement account, contribute that cash to charity, and this may completely
   offset taxes attributable to the distribution by taking a charitable
   deduction in an amount up to 100% of your AGI for the tax year.

Can't find what you're looking for? Contact us.
 * 
 * 
 * 
 * 

LET BALLOTPEDIA DELIVER NEWS STRAIGHT TO YOUR INBOX Thank you for subscribing!



Retrieved from
"https://ballotpedia.org/wiki/index.php?title=Support:BallotpediaSociety&oldid=8897124"
Categories:
 * Ballotpedia External Relations Department
 * One-off pages, active






Ballotpedia features 408,909 encyclopedic articles written and curated by our
professional staff of editors, writers, and researchers. Click here to contact
our editorial staff, and click here to report an error. Click here to contact us
for media inquiries, and please donate here to support our continued expansion.


INFORMATION ABOUT VOTING

 * What's on my ballot?
 * Where do I vote?
 * How do I register to vote?
 * How do I request a ballot?
 * When do I vote?
 * When are polls open?
 * Who Represents Me?


2023 ELECTIONS

 * Congress
 * Governors
 * State executives
 * State legislatures
 * Ballot measures
 * State judges
 * Municipal officials
 * School boards


2024 ELECTIONS

 * 2024 Presidential election
 * 2024 Presidential candidates
 * 2024 Congressional elections
 * 2024 State executive elections
 * 2024 State legislative elections
 * 2024 State judge elections
 * 2024 Local elections
 * 2024 Ballot measures


ANALYSIS

 * Election legislation tracking
 * State Trifectas
 * State Triplexes
 * Redistricting
 * Pivot Counties
 * State Supreme Court Partisanship
 * Conflicts in school board elections, 2021-2022
 * Polling indexes


GET ENGAGED

 * Donate to Ballotpedia
 * Contact us
 * Report an error
 * Events
 * Newsletters
 * Ballotpedia Podcast
 * Careers
 * Volunteer
 * Ad Policy
 * Ballotpedia Store


INFORMATION FOR CANDIDATES

 * Ballotpedia's Candidate Survey
 * How do I run for office?
 * How do I update a page?
 * Election results
 * Send us candidate contact info


SERVICES

 * Media inquiries
 * Data sales
 * API
 * Premium Research Services


TRENDING

 * 2023 Elections
 * 2024 Presidential election
 * Biden Administration
 * Recall elections
 * Ballotpedia News




SITE NAVIGATION

 * Ballotpedia's Candidate Survey
 * 2023 Elections
   * Preview your ballot
   * Upcoming elections
   * 2023 Statewide primary dates
   * 2023 Filing deadlines
   * Special Congressional elections (2023-2024)
   * 2023 State executive elections
   * 2023 State legislative elections
   * 2023 Local elections
   * 2023 Ballot measures
 * 2024 Elections
   * 2024 Presidential election
   * 2024 Presidential candidates
   * 2024 Congressional elections
   * 2024 State executive elections
   * 2024 State legislative elections
   * 2024 State judge elections
   * 2024 Local elections
   * 2024 Ballot measures
 * Ballotpedia's 2022 elections analysis
   * 2022 Wave elections
   * 2022 Congressional margins of victory
   * 2022 Congressional Competitiveness Report
   * State Executive Competitiveness Report, 2022
   * State government trifectas in 2022
   * State Legislative Competitiveness Report, 2022
   * State judicial elections, 2022
   * Conflicts in school board elections, 2021-2022
   * Partisanship in 2022 United States local elections
   * Trends in 2022 ballot measures
 * The Biden administration
   * Cabinet officials
   * Executive orders and actions
   * Key legislation
   * Judicial nominations
   * White House senior staff
   * Vetoes
 * Government
   * U.S. President
   * U.S. Congress
   * U.S. Supreme Court
   * Federal courts
   * State government
   * Municipal government
   * School boards
   * Ballot measures
   * Recalls
 * Politics and policy
   * Redistricting
   * Administrative State Project
   * Election policy
   * Election legislation tracking
   * Policy in the states
   * Trifectas
   * Running for office
 * About us
   * About Ballotpedia
   * Donate
   * Editorial independence
   * Index
   * Job opportunities
   * News and events
   * Staff
   * Volunteer
   * Ballotpedia's weekly podcast


 * Privacy policy
 * About Ballotpedia
 * Disclaimers

 * Login