---
title: Climate Test 2020 (staging)
date: 2019-03-28T15:15:46Z
modified: 2020-01-15T20:15:37Z
permalink: "https://350action.org/climate-test-2020-test-copy/"
type: super_pages
status: publish
excerpt: ""
wpid: 2351
author: devyn
---

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}

/\* Tooltip text \*/ .tooltip .tooltiptext { visibility: hidden; width: 190px; background-color: #2b3a4b; background-color: rgba(23,41,46,0.8); color: #fff; font-size: 11px; text-align: center; padding: 9px; border-radius: 9px; line-height: 1.3; position: absolute; z-index: 10; margin-left: -100px; margin-top: -3px; }

.tooltip .tooltiptext a { color: rgba(255,255,255,0.75); }

.tooltip .tooltiptext a:hover { color: rgba(255,255,255,0.3); }

/\* Show the tooltip text when you mouse over the tooltip container \*/ .tooltip:hover .tooltiptext { visibility: visible; }

.tooltip .tooltiptext::after { content: " "; position: absolute; bottom: 100%; /\* At the top of the tooltip \*/ left: 50%; /\* margin-left: -5px; border-width: 5px; border-style: solid; border-color: transparent transparent rgba(23,41,46,0.85) transparent; \*/

 /\*\*\*\*/ width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid rgba(23,41,46,0.85); }

.tooltip img.scorecard-score-image:hover, .tooltip img.scorecard-score-image:active { box-shadow: 0px 0px 0px 4px #d3d3d3; border-radius: 50%; }


<p>/
<p>/*
	Max width before this PARTICULAR table gets nasty. 
	At current settings, the table will collapse at >> 650px << (and also iPads specifically).

*/


	/*/////// 350 STYLES FOR TABLE /////////*/


	table#climate-scorecard-table {
        table-layout: fixed;
  		width: 100%;
  		margin-bottom: 35px;

	}
	
	td, #climate-scorecard-table td {
		vertical-align: middle;
		text-align: center;
		box-sizing: content-box;
		color: #2b3a4b;
	}

	tr, #climate-scorecard-table tr {
		background: transparent;
	}

	h2.issue-headers { 
		font-size: calc(0.5vw + 0.9rem);
		margin-bottom: 10px;
		margin-top: 10px;
		line-height: 125%;
	 }


	h3.candidate-name {
		margin-top: -28px;
		padding-top: 0px; 
		text-align: center;
		line-height: 115%;
		font-size: calc(0.5vw + 0.9rem);
	}

	img.candidate-photo,
	img.scorecard-score-image {
		width: 100%; 
		display: block; 
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	img.candidate-photo {
		margin-bottom: 0px;
		padding-bottom: 0px;
		border-radius: 50%;
		max-width: 175px;
	}

	img.scorecard-score-image {
		max-width: 150px;
	}

	 td.action-buttons,
	 td.scorecard-score,
	 td.column-header-wrapper,
	 td.candidate-wrapper {
	 	white-space: pre-wrap;
	 	max-width: 45%;
	 }

	 table#climate-scorecard-table .action-buttons .button {
	 	font-size: calc(0.5vw + 0.55rem);
	 	background-color: #176CEA;
	 	margin-bottom: 2px;
	 	margin-top: 2px;
	 	margin-left: auto;
	 	margin-right: auto;
	 	display: block;
	 }

	 tr#trump td {
	 	background: #E5B2B2;
	 }

 /* ======================================================== */

	/*/// --- begin MOBILE responsive specific styles --- **/

	@media
	  only screen 
    and (max-width: 650px), (min-device-width: 768px) 
    and (max-device-width: 1024px)  {

		/* Force table to not be like tables anymore */
		table, thead, tbody, th, td, tr {
			display: block;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
		thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

	    tr {
	      margin: 0 0 1rem 0;
	    }
	      

    
		td {
			/* Behave  like a "row" */
			border: none;
			position: relative;
			padding-left: 50%;
			border-bottom: 1px dotted #ccc;
		}

		td.action-buttons {
			border-bottom: 5px solid #ccc;
		}

		table#climate-scorecard-table .action-buttons .button {
	 		font-size: 0.8em;
	 	}

		td.scorecard-score {
			padding-top: 10px;
			padding-bottom: 10px;
		}

		td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 0;
			left: 6px;
			width: 45%;
			padding-bottom: 25px;
			white-space: pre-wrap;
			line-height: 115%;


			/* font styling for mobile table headers */
			/* font-family: 'Graph FF Condensed', sans-serif; */
			    font-size: 1.2em;
    			font-weight: bold;
		}

		td.column-header-wrapper {
			text-align: left;
		}

		img.scorecard-score-image {
			margin-left: 5px;
		}

		/** attempts to vertical center with padding, FIX THIS **/

		td:nth-of-type(1):before {
			margin-top: 50px;
		}

		td:nth-of-type(2):before,
		td:nth-of-type(3):before,
		td:nth-of-type(4):before
		 {
			margin-top: 12px;
		}

		td:nth-of-type(5):before
		 {
			margin-top: 50px;
		}

		img.scorecard-score-image,
		img.candidate-photo {
			max-width: 175px;
			margin-left: auto;
			margin-right: auto;
		}

		#climate-scorecard-table tr:nth-child(2n){
  			background:#eee;
  		}

		table#climate-scorecard-table img.candidate-photo {
			width: 100%; 
			max-width: 125px;
		}

		table#climate-scorecard-table img.scorecard-score-image {
			width: 100%; 
			max-width: 105px;
		}




	/*/////// FILL IN THE COLUMN HEADER LABELS FOR MOBILE VIEW ////////////

	/* dev notes:
	Label the data
    You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
	*/

		td:nth-of-type(1):before { content: "Candidate"; }
		td:nth-of-type(2):before { content: "Supports a Green New Deal?"; }
		td:nth-of-type(3):before { content: "Passes the Keep it in the Ground Test?"; }
		td:nth-of-type(4):before { content: "Signed No Fossil Fuel Money Pledge?"; }
		td:nth-of-type(5):before { content: "Take Action!"; }
	}

	/*/// --- end mobile responsive specific styles --- **/

/* ======================================================== */

	/*/// --- styles for DESKTOP width table --- ////*/

	@media
	  only screen 
    and (min-width: 651px)  {

		td.scorecard-score {
			padding: 18px;
			max-width: 17%;
		}

		td.candidate-wrapper {
		 	text-align: center;
		 	max-width: 20%;
	 	}

	 	td.action-buttons {
	 		text-align: center;
	 		margin-left: auto;
	 		margin-right: auto;
	 		max-width: 30%;
	 	}

	 	tr.scorecard-row {
	 		border-bottom: 1px dotted #ccc;
	 	}	

	 	tr#column-headers {
	 		background: #eee;
	 	}

	 	td.action-buttons,
	 	td.candidate-wrapper {
	 		padding-left: 8px;
	 		padding-right: 8px;
	 	}

		th.column-header-wrapper {
			text-align: center;
			padding: 11px 18px;
			border-bottom: 5px solid #ec2273;
		}

		#climate-scorecard-table tr:nth-child(2n){
  			background:#f3f3f3;
  		}

	}

/** minor font size adjustment for action buttons at middle widths **/
	@media
	  only screen 
	    and (max-width: 790px) 
	    and (min-width: 700px)  {

	    	 table#climate-scorecard-table .action-buttons .button {
		 	font-size: calc(0.5vw + 0.45rem);
		 }

    }

    @media
	  only screen 
	    and (max-width: 701px) 
	    and (min-width: 651px)  {

	    	 table#climate-scorecard-table .action-buttons .button {
		 	font-size: calc(0.5vw + 0.4rem);
		 }

    }



| ## Candidate | ## Supports a Green New Deal? | ## Passes the Keep it in the Ground Test? | ## Signed No Fossil Fuel Money Pledge? | ## Supports holding fossil fuel companies accountable? | ## Take Action! |
| --- | --- | --- | --- | --- | --- |
| ![Michael Bennet](https://350action.org/wp-content/uploads/2019/05/BennetSquareHeadshot-2.jpg)

### Michael Bennet | ![Question Mark - no position](https://350action.org/wp-content/uploads/2019/03/questionmark4.png) He has not taken a public position on the Green New Deal and [voted present](https://coloradotimesrecorder.com/2019/04/activists-protest-sen-michael-bennets-silence-on-the-green-new-deal/14801/) instead of supporting Senator Markey's 2019 Green New Deal Resolution. | ![NO, Does not support](https://350action.org/wp-content/uploads/2019/03/redx4.png) Bennet has voted in support of the Keystone XL Pipeline in [2013](http://blogs.denverpost.com/thespot/2013/03/25/bennet-says-yes-udall-says-no-in-split-vote-on-keystone-pipeline/93099/)

,[2014](https://www.politico.com/story/2014/11/michael-bennet-brings-senates-pro-keystone-count-to-59-112906), and [maintained support in](https://thehill.com/policy/energy-environment/234615-senate-fails-to-override-obama-keystone-veto) 2015. Bennet [did not cosponsor](https://www.congress.gov/bill/115th-congress/senate-bill/750/cosponsors) the Keep It In The Ground Act of 2017. | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png)

He [signed](http://nofossilfuelmoney.org/presidential-signers/) the No Fossil Fuel Money Pledge in June 2019. | ![Question Mark - no position](https://350action.org/wp-content/uploads/2019/03/questionmark4.png) He has not taken a public position on holding fossil fuel companies accountable. | [Tweet at Sen. Bennet](https://350action.org/tweet-climate-leadership-2020/?multitool-tab=11) [Call Sen. Bennet](https://350action.org/tweet-climate-leadership-2020/#call) |
| ![Joe Biden](https://350action.org/wp-content/uploads/2019/04/biden.jpg)

### Joe Biden | ![Question Mark - no position](https://350action.org/wp-content/uploads/2019/03/questionmark4.png) Biden [rolled out a climate platform](https://www.politico.com/story/2019/06/04/biden-climate-plan-1352663?fbclid=IwAR3KRvviPPpPamJlbDfEfmI8UZavPhbTks8W7a86qcNyHPdvuw_3FF4d0Q8) that takes aspects of the Green New Deal but promotes demonstrably false solutions like carbon capture that will continue to lock us into fossil fuel dependence and investments that harm communities. | ![Question Mark - no position](https://350action.org/wp-content/uploads/2019/03/questionmark4.png) [Tepidly came out against](https://grist.org/climate-energy/joe-biden-opposes-keystone-xl-pipeline-maybe-sorta/) KXL in 2013: “I asked him about the administration’s commitment to making progress on climate and whether the president would reject the pipeline. He looked at the Sierra Club hat on my head, and he said “yes, I do — I share your views — but I am in the minority,” and he smiled. …” | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png)

Biden[ signed on June 27, 2019 ahead of the first debate.](https://thehill.com/homenews/campaign/450771-biden-signs-pledge-against-fossil-fuel-donations-ahead-of-first-debate) | ![Question Mark - no position](https://350action.org/wp-content/uploads/2019/03/questionmark4.png) He has not taken a public position on holding fossil fuel companies accountable. | [Tweet at Vice President Biden](https://350action.org/tweet-climate-leadership-2020/?multitool-tab=2) |
| ![Cory Booker](https://350action.org/wp-content/uploads/2019/02/booker.jpg)

### Cory Booker | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) Booker [co-sponsored](https://www.markey.senate.gov/news/press-releases/senator-markey-and-rep-ocasio-cortez-introduce-green-new-deal-resolution) Senator Markey’s February 2019 Green New Deal Senate Resolution. [See his statement here](https://www.booker.senate.gov/?p=press_release&id=887)

, and a [tweet in support of the resolution here](https://twitter.com/CoryBooker/status/1073671737886298113). | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) [Co-sponsored the 100 by 50 Act ](https://www.congress.gov/bill/115th-congress/senate-bill/987/cosponsors)

of 2017, [voted no on Keystone XL,](https://projects.propublica.org/represent/votes/113/senate/2/280/?nyt=true) [Did not co-sponsor ](https://www.congress.gov/bill/115th-congress/senate-bill/750/cosponsors)the Keep It In the Ground Act of 2017[urged the DOJ ](https://www.booker.senate.gov/?p=press_release&id=497)to investigate and monitor police treatment of protestors at Standing Rock, and [applauded Army Corps denial ](https://www.booker.senate.gov/?p=press_release&id=500)of easement for construction of the Dakota Access Pipeline under Lake Oahe. | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) He [signed the pledge](http://nofossilfuelmoney.org/presidential-signers/) on June 1, 2019. | ![Question Mark - no position](https://350action.org/wp-content/uploads/2019/03/questionmark4.png) He has not taken a public position on holding fossil fuel companies accountable. | [Tweet at Senator Booker](https://350action.org/tweet-climate-leadership-2020/?multitool-tab=2) [Call Senator Booker](https://350action.org/tweet-climate-leadership-2020/#call) |
| ![Pete Buttigieg](https://350action.org/wp-content/uploads/2019/02/Buttigieg.jpg)

### Pete Buttigieg | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) He [endorsed](https://thehill.com/homenews/sunday-talk-shows/429306-2020-candidate-buttigieg-endorses-green-new-deal) the Green New Deal during an appearance on CNN’s State of the Union. It matches a sense of urgency about that problem of climate change with a sense of opportunity around what the solutions might represent.” | ![Question Mark - no position](https://350action.org/wp-content/uploads/2019/03/questionmark4.png) His stance is unclear or not well documented. | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) [Signed the pledge](https://twitter.com/PeteButtigieg/status/1110964993942536192) on March 27, 2019. | ![Question Mark - no position](https://350action.org/wp-content/uploads/2019/03/questionmark4.png) He has not taken a public position on holding fossil fuel companies accountable. | [Tweet at Mayor Buttigieg](https://350action.org/tweet-climate-leadership-2020/?multitool-tab=3) |
| ![Julián Castro](https://350action.org/wp-content/uploads/2019/02/castro.jpg)

### Julián Castro | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) [Tweet of quote](https://twitter.com/juliancastro/status/1084149955831521280) from announcement speech: "We're gonna say no to subsidizing big oil and say yes to passing a Green New Deal." | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png)

In his first 100 days, Castro says he would ban all fossil fuel production on public lands. | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) He has [signed the pledge.](http://nofossilfuelmoney.org/pledge-signers/) | ![Question Mark - no position](https://350action.org/wp-content/uploads/2019/03/questionmark4.png) He has not taken a public position on holding fossil fuel companies accountable. | [Tweet at Secretary Castro](https://350action.org/tweet-climate-leadership-2020/?multitool-tab=4) |
| ![John Delaney](https://350action.org/wp-content/uploads/2019/02/delaney.png)

### John Delaney | ![NO, Does not support](https://350action.org/wp-content/uploads/2019/03/redx4.png) He tweeted that the Green New Deal is “[impossible](https://twitter.com/JohnDelaney/status/1096070181414191104)

” and “[a step backwards](https://twitter.com/JohnKDelaney/status/1096056639222878209)” and [confirmed opposition in an interview](https://www.wmur.com/article/democratic-presidential-candidate-john-delaney-says-centrist-is-not-a-dirty-word/26309400). | ![Question Mark - no position](https://350action.org/wp-content/uploads/2019/03/questionmark4.png) [Voted against KXL](http://clerk.house.gov/evs/2015/roll075.xml) in 2015, but otherwise unclear. | ![NO, Does not support](https://350action.org/wp-content/uploads/2019/03/redx4.png) [Has not signed](http://nofossilfuelmoney.org/pledge-signers/) the pledge. | ![Question Mark - no position](https://350action.org/wp-content/uploads/2019/03/questionmark4.png) He has not taken a public position on holding fossil fuel companies accountable. | [Tweet at Rep. Delaney](https://350action.org/tweet-climate-leadership-2020/?multitool-tab=5) [Call Rep. Delaney](https://350action.org/tweet-climate-leadership-2020/#call) |
| ![Tulsi Gabbard](https://350action.org/wp-content/uploads/2019/02/gabbard.jpg)

### Tulsi Gabbard | ![Question Mark - no position](https://350action.org/wp-content/uploads/2019/03/questionmark4.png) Unclear: [she signed a letter in support](https://www.dataforprogress.org/blog/2018/12/11/congressional-support-for-a-green-new-deal) of a Select Committee for a Green New Deal, but [did not co-sponsor](https://www.congress.gov/bill/116th-congress/house-resolution/109/text) Rep. Ocasio-Cortez’s 2019 House Resolution. She [stated she is “still reviewing” it.](https://twitter.com/VaughnHillyard/status/1095016021730177026) | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) She [introduced the OFF Act](https://www.congress.gov/bill/115th-congress/house-bill/3671/cosponsors)

, which would keep fossil fuels in the ground. She strongly opposed the [Dakota Access Pipeline](https://gabbard.house.gov/news/press-releases/rep-tulsi-gabbard-urges-president-immediately-halt-dakota-access-pipeline) and [Keystone XL Pipeline](https://www.votetulsi.com/node/33071) on several occasions, including [joining fellow veterans](https://observer.com/2016/11/tulsi-gabbard-to-join-veterans-at-standing-rock-to-protest-dakota-access-pipeline/) in a 2016 protest against DAPL. | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) She has [signed the pledge.](http://nofossilfuelmoney.org/pledge-signers/) | ![Question Mark - no position](https://350action.org/wp-content/uploads/2019/03/questionmark4.png) She has not taken a public position on holding fossil fuel companies accountable. | [Tweet at Rep. Gabbard](https://350action.org/tweet-climate-leadership-2020/?multitool-tab=6) [Call Rep. Gabbard](https://350action.org/tweet-climate-leadership-2020/#call) |
| ![Amy Klobuchar](https://350action.org/wp-content/uploads/2019/02/klobuchar.jpg)

### Amy Klobuchar | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) She [co-sponsored](https://www.markey.senate.gov/news/press-releases/senator-markey-and-rep-ocasio-cortez-introduce-green-new-deal-resolution) Senator Markey’s February 2019 Green New Deal Senate Resolution and [described GND as “aspirational”](https://www.cnn.com/2019/02/12/politics/klobuchar-green-new-deal-ac360-cnntv/index.html) in a CNN. | ![Question Mark - no position](https://350action.org/wp-content/uploads/2019/03/questionmark4.png) [Did not co-sponsor](https://www.congress.gov/bill/115th-congress/senate-bill/750/cosponsors) the Keep It In the Ground Act or the [100 by 50 Act ](https://www.congress.gov/bill/115th-congress/senate-bill/987/cosponsors)

of 2017, but did [vote no on the Keystone XL Pipeline](https://projects.propublica.org/represent/votes/113/senate/2/280/?nyt=true). | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) She [has signed](http://nofossilfuelmoney.org/presidential-signers/) the pledge. | ![Question Mark - no position](https://350action.org/wp-content/uploads/2019/03/questionmark4.png) She has not taken a public position on holding fossil fuel companies accountable. | [Tweet at Senator Klobuchar](https://350action.org/tweet-climate-leadership-2020/?multitool-tab=11) [Call Senator Klobuchar](https://350action.org/tweet-climate-leadership-2020/#call) |
| ![Bernie Sanders](https://350action.org/wp-content/uploads/2019/02/bernie1.png)

### Bernie Sanders | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) He [co-sponsored](https://www.markey.senate.gov/news/press-releases/senator-markey-and-rep-ocasio-cortez-introduce-green-new-deal-resolution) Senator Markey’s February 2019 Green New Deal Senate Resolution | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) His [campaign platform](https://berniesanders.com/issues/combat-climate-change-and-pass-a-green-new-deal/) includes banning fracking and new fossil fuel infrastructure, prohibiting new leases for drilling on public lands, and ending fossil fuel exports. He also [co-sponsored the Keep It In the Ground Act](https://www.congress.gov/bill/115th-congress/senate-bill/750/cosponsors) and the [100 by 50 Act](https://www.congress.gov/bill/115th-congress/senate-bill/987/cosponsors) of 2017, [voted no on the Keystone XL Pipeline](https://projects.propublica.org/represent/votes/113/senate/2/280/?nyt=true)

, and [organized a letter](https://www.sanders.senate.gov/newsroom/press-releases/senators-ask-president-to-halt-construction-of-dakota-access-pipeline) from 5 Senators to Pres. Obama opposing DAPL | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) He has [signed the pledge.](http://nofossilfuelmoney.org/presidential-signers/) | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png)

His [campaign platform](https://berniesanders.com/issues/combat-climate-change-and-pass-a-green-new-deal/) includes holding the fossil fuel industry accountable. | [Tweet at Senator Sanders](https://350action.org/tweet-climate-leadership-2020/?multitool-tab=13) [Call Senator Sanders](https://350action.org/tweet-climate-leadership-2020/#call) |
| ![Tom Steyer](https://350action.org/wp-content/uploads/2019/07/tom-steyer-hed-300x300-e1563400130670.png)

### Tom Steyer | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png)

Steyer’s Climate Plan Framework indicates that he supports a Green New Deal, and will challenge Congress to pass it. If Congress does not act, he will call a national emergency to force climate action. | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) His Climate Plan Framework commits to, “Keep publicly-owned oil, coal, and gas in the ground by stopping the expansion of fossil fuel leases and establishing a careful process to wind down federal onshore and offshore fossil fuel production. | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png)

Steyer[ signed the no fossil fuel money pledge on July 17, 2019.](https://thehill.com/homenews/campaign/450771-Steyer-signs-pledge-against-fossil-fuel-donations-ahead-of-first-debate) | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png)

He has stated that he will apply [criminal sanctions](https://350action.org/press-release/steyer-fossil-fuel-sanctions/) to the fossil fuel industry. | [Tweet at Tom Steyer](https://350action.org/tweet-climate-leadership-2020/?multitool-tab=2) |
| ![Elizabeth Warren](https://350action.org/wp-content/uploads/2019/02/warren.jpg)

### Elizabeth Warren | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) She [co-sponsored](https://www.markey.senate.gov/news/press-releases/senator-markey-and-rep-ocasio-cortez-introduce-green-new-deal-resolution) Senator Markey’s February 2019 Green New Deal Senate Resolution, said she [supported “the idea of”](https://www.axios.com/elizabeth-warren-backs-idea-of-green-new-deal-8585d278-ca96-484a-8e22-1f616956c034.html) a GND in Dec 2018, and has said her proposed [“Ultra Millionaire Tax”](https://twitter.com/_/status/1092518784559140865) could pay for GND. | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) If elected, [promised an executive order](https://www.nytimes.com/2019/04/15/us/politics/elizabeth-warren-public-lands.html) to prohibit new leases for drilling offshore and on public lands. She also [co-sponsored the Keep It In the Ground Act of 2017](https://www.congress.gov/bill/115th-congress/senate-bill/750/cosponsors)

, [voted no on Keystone Pipeline](https://projects.propublica.org/represent/votes/113/senate/2/280/?nyt=true), and [came out with a statement against DAPL](https://www.warren.senate.gov/newsroom/press-releases/senator-warren-statement-on-president-and-039s-executive-orders-to-advance-the-keystone-xl-and-dakota-access-pipelines) (but [after the major fight](https://www.counterpunch.org/2016/12/06/elizabeth-warrens-shameful-exploitation-of-standing-rock-victory/) was over) | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) She has [signed the pledge.](http://nofossilfuelmoney.org/presidential-signers/) | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png)

She has expressed support for and introduced legislation to hold fossil fuel executives [campaign platform](https://www.vox.com/policy-and-politics/2019/10/14/20908335/2020-democratic-debates-climate-change-fossil-fuel-companies-lawsuits/)criminally liable. | [Tweet at Senator Warren](https://350action.org/tweet-climate-leadership-2020/?multitool-tab=14) [Call Senator Warren](https://350action.org/tweet-climate-leadership-2020/#call) |
| ![Marianne Williamson ](https://350action.org/wp-content/uploads/2019/04/williamson.jpg)

### Marianne Williamson | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) Williamson states clear support for the Green New Deal [on her campaign website.](https://www.marianne2020.com/issues/climate-change) | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) The “Climate Crisis” section of [her campaign website](https://www.marianne2020.com/issues/climate-change) recommends the US "transition away from fossil fuel energy and halt all new fossil fuel projects." | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) She [has signed](http://nofossilfuelmoney.org/presidential-signers/) the pledge. | ![Question Mark - no position](https://350action.org/wp-content/uploads/2019/03/questionmark4.png) She has not taken a public position on holding fossil fuel companies accountable. | [Tweet at Marianne Williamson](https://350action.org/tweet-climate-leadership-2020/?multitool-tab=11) |
| ![Andrew Yang](https://350action.org/wp-content/uploads/2019/03/yang.jpg)

### Andrew Yang | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) Yang has [tweeted](https://twitter.com/AndrewYangVFA/status/1083200326025601025) that he is “aligned and on board” for the Green New Deal and parts of his [climate platform](https://www.yang2020.com/policies/climate-change/) align with the Green New Deal. | ![Question Mark - no position](https://350action.org/wp-content/uploads/2019/03/questionmark4.png) Yang’s [platform](https://www.yang2020.com/policies/climate-change/) calls for an end to subsidies to the fossil fuel industry and empowering the EPA to regulate carbon emissions while prioritizing renewable energy and sustainable infrastructure, but has not explicitly embraced a phaseout of fossil fuels. He equivocated when [asked in New Hampshire](https://drive.google.com/open?id=1-NfXCoYW1B-VQZQW6vrOt2lJHo7WEoon) in March 2019. | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) Yang [signed the pledge](https://drive.google.com/open?id=1n7I0SCaPDeYrgOom4w9lPazIcXTF502X) in New Hampshire in March 2019 | ![Question Mark - no position](https://350action.org/wp-content/uploads/2019/03/questionmark4.png) He has not taken a public position on holding fossil fuel companies accountable. | [Tweet at Andrew Yang](https://350action.org/tweet-climate-leadership-2020/?multitool-tab=15) |
| ![Donald Trump](https://350action.org/wp-content/uploads/2019/03/trump-scorecard.jpg)

### Donald Trump | ![NO, Does not support](https://350action.org/wp-content/uploads/2019/03/redx4.png) | ![NO, Does not support](https://350action.org/wp-content/uploads/2019/03/redx4.png) | ![NO, Does not support](https://350action.org/wp-content/uploads/2019/03/redx4.png) | ![NO, Does not support](https://350action.org/wp-content/uploads/2019/03/redx4.png) | _Trump opposes the climate solutions we need. Speak up to help replace him with a real climate leader in 2020._ [Add Your Name](https://act.350.org/signup/scorecard-2020-signup/) |



| ## Candidate | ## Supports a Green New Deal? | ## Passes the Keep it in the Ground Test? | ## Signed No Fossil Fuel Money Pledge? | ## Supports holding fossil fuel companies accountable? | ## Take Action! |
| --- | --- | --- | --- | --- | --- |
| ![Michael Bennet](https://350action.org/wp-content/uploads/2019/05/BennetSquareHeadshot-2.jpg)

### Michael Bennet | ![Question Mark - no position](https://350action.org/wp-content/uploads/2019/03/questionmark4.png) He has not taken a public position on the Green New Deal and [voted present](https://coloradotimesrecorder.com/2019/04/activists-protest-sen-michael-bennets-silence-on-the-green-new-deal/14801/) instead of supporting Senator Markey’s 2019 Green New Deal Resolution. | ![NO, Does not support](https://350action.org/wp-content/uploads/2019/03/redx4.png) Bennet has voted in support of the Keystone XL Pipeline in [2013](http://blogs.denverpost.com/thespot/2013/03/25/bennet-says-yes-udall-says-no-in-split-vote-on-keystone-pipeline/93099/)

,[2014](https://www.politico.com/story/2014/11/michael-bennet-brings-senates-pro-keystone-count-to-59-112906), and [maintained support in](https://thehill.com/policy/energy-environment/234615-senate-fails-to-override-obama-keystone-veto) 2015. Bennet [did not cosponsor](https://www.congress.gov/bill/115th-congress/senate-bill/750/cosponsors) the Keep It In The Ground Act of 2017. | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png)

He [signed](http://nofossilfuelmoney.org/presidential-signers/) the No Fossil Fuel Money Pledge in June 2019. | ![Question Mark - no position](https://350action.org/wp-content/uploads/2019/03/questionmark4.png) He has not taken a public position on holding fossil fuel companies accountable. | [Tweet at Sen. Bennet](https://350action.org/tweet-climate-leadership-2020/?multitool-tab=11) [Call Sen. Bennet](https://350action.org/tweet-climate-leadership-2020/#call) |
| ![Joe Biden](https://350action.org/wp-content/uploads/2019/04/biden.jpg)

### Joe Biden | ![Question Mark - no position](https://350action.org/wp-content/uploads/2019/03/questionmark4.png) Biden [rolled out a climate platform](https://www.politico.com/story/2019/06/04/biden-climate-plan-1352663?fbclid=IwAR3KRvviPPpPamJlbDfEfmI8UZavPhbTks8W7a86qcNyHPdvuw_3FF4d0Q8) that takes aspects of the Green New Deal but promotes demonstrably false solutions like carbon capture that will continue to lock us into fossil fuel dependence and investments that harm communities. | ![Question Mark - no position](https://350action.org/wp-content/uploads/2019/03/questionmark4.png) [Tepidly came out against](https://grist.org/climate-energy/joe-biden-opposes-keystone-xl-pipeline-maybe-sorta/) KXL in 2013: “I asked him about the administration’s commitment to making progress on climate and whether the president would reject the pipeline. He looked at the Sierra Club hat on my head, and he said “yes, I do — I share your views — but I am in the minority,” and he smiled. …” | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png)

Biden[ signed on June 27, 2019 ahead of the first debate.](https://thehill.com/homenews/campaign/450771-biden-signs-pledge-against-fossil-fuel-donations-ahead-of-first-debate) | ![Question Mark - no position](https://350action.org/wp-content/uploads/2019/03/questionmark4.png) He has not taken a public position on holding fossil fuel companies accountable. | [Tweet at Vice President Biden](https://350action.org/tweet-climate-leadership-2020/?multitool-tab=2) |
| ![Cory Booker](https://350action.org/wp-content/uploads/2019/02/booker.jpg)

### Cory Booker | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) Booker [co-sponsored](https://www.markey.senate.gov/news/press-releases/senator-markey-and-rep-ocasio-cortez-introduce-green-new-deal-resolution) Senator Markey’s February 2019 Green New Deal Senate Resolution. [See his statement here](https://www.booker.senate.gov/?p=press_release&id=887)

, and a [tweet in support of the resolution here](https://twitter.com/CoryBooker/status/1073671737886298113). | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) [Co-sponsored the 100 by 50 Act ](https://www.congress.gov/bill/115th-congress/senate-bill/987/cosponsors)

of 2017, [voted no on Keystone XL,](https://projects.propublica.org/represent/votes/113/senate/2/280/?nyt=true) [Did not co-sponsor ](https://www.congress.gov/bill/115th-congress/senate-bill/750/cosponsors)the Keep It In the Ground Act of 2017[urged the DOJ ](https://www.booker.senate.gov/?p=press_release&id=497)to investigate and monitor police treatment of protestors at Standing Rock, and [applauded Army Corps denial ](https://www.booker.senate.gov/?p=press_release&id=500)of easement for construction of the Dakota Access Pipeline under Lake Oahe. | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) He [signed the pledge](http://nofossilfuelmoney.org/presidential-signers/) on June 1, 2019. | ![Question Mark - no position](https://350action.org/wp-content/uploads/2019/03/questionmark4.png) He has not taken a public position on holding fossil fuel companies accountable. | [Tweet at Senator Booker](https://350action.org/tweet-climate-leadership-2020/?multitool-tab=2) [Call Senator Booker](https://350action.org/tweet-climate-leadership-2020/#call) |
| ![Pete Buttigieg](https://350action.org/wp-content/uploads/2019/02/Buttigieg.jpg)

### Pete Buttigieg | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) He [endorsed](https://thehill.com/homenews/sunday-talk-shows/429306-2020-candidate-buttigieg-endorses-green-new-deal) the Green New Deal during an appearance on CNN’s State of the Union. It matches a sense of urgency about that problem of climate change with a sense of opportunity around what the solutions might represent.” | ![Question Mark - no position](https://350action.org/wp-content/uploads/2019/03/questionmark4.png) His stance is unclear or not well documented. | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) [Signed the pledge](https://twitter.com/PeteButtigieg/status/1110964993942536192) on March 27, 2019. | ![Question Mark - no position](https://350action.org/wp-content/uploads/2019/03/questionmark4.png) He has not taken a public position on holding fossil fuel companies accountable. | [Tweet at Mayor Buttigieg](https://350action.org/tweet-climate-leadership-2020/?multitool-tab=3) |
| ![Julián Castro](https://350action.org/wp-content/uploads/2019/02/castro.jpg)

### Julián Castro | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) [Tweet of quote](https://twitter.com/juliancastro/status/1084149955831521280) from announcement speech: “We’re gonna say no to subsidizing big oil and say yes to passing a Green New Deal.” | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png)

In his first 100 days, Castro says he would ban all fossil fuel production on public lands. | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) He has [signed the pledge.](http://nofossilfuelmoney.org/pledge-signers/) | ![Question Mark - no position](https://350action.org/wp-content/uploads/2019/03/questionmark4.png) He has not taken a public position on holding fossil fuel companies accountable. | [Tweet at Secretary Castro](https://350action.org/tweet-climate-leadership-2020/?multitool-tab=4) |
| ![John Delaney](https://350action.org/wp-content/uploads/2019/02/delaney.png)

### John Delaney | ![NO, Does not support](https://350action.org/wp-content/uploads/2019/03/redx4.png) He tweeted that the Green New Deal is “[impossible](https://twitter.com/JohnDelaney/status/1096070181414191104)

” and “[a step backwards](https://twitter.com/JohnKDelaney/status/1096056639222878209)” and [confirmed opposition in an interview](https://www.wmur.com/article/democratic-presidential-candidate-john-delaney-says-centrist-is-not-a-dirty-word/26309400). | ![Question Mark - no position](https://350action.org/wp-content/uploads/2019/03/questionmark4.png) [Voted against KXL](http://clerk.house.gov/evs/2015/roll075.xml) in 2015, but otherwise unclear. | ![NO, Does not support](https://350action.org/wp-content/uploads/2019/03/redx4.png) [Has not signed](http://nofossilfuelmoney.org/pledge-signers/) the pledge. | ![Question Mark - no position](https://350action.org/wp-content/uploads/2019/03/questionmark4.png) He has not taken a public position on holding fossil fuel companies accountable. | [Tweet at Rep. Delaney](https://350action.org/tweet-climate-leadership-2020/?multitool-tab=5) [Call Rep. Delaney](https://350action.org/tweet-climate-leadership-2020/#call) |
| ![Tulsi Gabbard](https://350action.org/wp-content/uploads/2019/02/gabbard.jpg)

### Tulsi Gabbard | ![Question Mark - no position](https://350action.org/wp-content/uploads/2019/03/questionmark4.png) Unclear: [she signed a letter in support](https://www.dataforprogress.org/blog/2018/12/11/congressional-support-for-a-green-new-deal) of a Select Committee for a Green New Deal, but [did not co-sponsor](https://www.congress.gov/bill/116th-congress/house-resolution/109/text) Rep. Ocasio-Cortez’s 2019 House Resolution. She [stated she is “still reviewing” it.](https://twitter.com/VaughnHillyard/status/1095016021730177026) | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) She [introduced the OFF Act](https://www.congress.gov/bill/115th-congress/house-bill/3671/cosponsors)

, which would keep fossil fuels in the ground. She strongly opposed the [Dakota Access Pipeline](https://gabbard.house.gov/news/press-releases/rep-tulsi-gabbard-urges-president-immediately-halt-dakota-access-pipeline) and [Keystone XL Pipeline](https://www.votetulsi.com/node/33071) on several occasions, including [joining fellow veterans](https://observer.com/2016/11/tulsi-gabbard-to-join-veterans-at-standing-rock-to-protest-dakota-access-pipeline/) in a 2016 protest against DAPL. | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) She has [signed the pledge.](http://nofossilfuelmoney.org/pledge-signers/) | ![Question Mark - no position](https://350action.org/wp-content/uploads/2019/03/questionmark4.png) She has not taken a public position on holding fossil fuel companies accountable. | [Tweet at Rep. Gabbard](https://350action.org/tweet-climate-leadership-2020/?multitool-tab=6) [Call Rep. Gabbard](https://350action.org/tweet-climate-leadership-2020/#call) |
| ![Amy Klobuchar](https://350action.org/wp-content/uploads/2019/02/klobuchar.jpg)

### Amy Klobuchar | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) She [co-sponsored](https://www.markey.senate.gov/news/press-releases/senator-markey-and-rep-ocasio-cortez-introduce-green-new-deal-resolution) Senator Markey’s February 2019 Green New Deal Senate Resolution and [described GND as “aspirational”](https://www.cnn.com/2019/02/12/politics/klobuchar-green-new-deal-ac360-cnntv/index.html) in a CNN. | ![Question Mark - no position](https://350action.org/wp-content/uploads/2019/03/questionmark4.png) [Did not co-sponsor](https://www.congress.gov/bill/115th-congress/senate-bill/750/cosponsors) the Keep It In the Ground Act or the [100 by 50 Act ](https://www.congress.gov/bill/115th-congress/senate-bill/987/cosponsors)

of 2017, but did [vote no on the Keystone XL Pipeline](https://projects.propublica.org/represent/votes/113/senate/2/280/?nyt=true). | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) She [has signed](http://nofossilfuelmoney.org/presidential-signers/) the pledge. | ![Question Mark - no position](https://350action.org/wp-content/uploads/2019/03/questionmark4.png) She has not taken a public position on holding fossil fuel companies accountable. | [Tweet at Senator Klobuchar](https://350action.org/tweet-climate-leadership-2020/?multitool-tab=11) [Call Senator Klobuchar](https://350action.org/tweet-climate-leadership-2020/#call) |
| ![Bernie Sanders](https://350action.org/wp-content/uploads/2019/02/bernie1.png)

### Bernie Sanders | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) He [co-sponsored](https://www.markey.senate.gov/news/press-releases/senator-markey-and-rep-ocasio-cortez-introduce-green-new-deal-resolution) Senator Markey’s February 2019 Green New Deal Senate Resolution | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) His [campaign platform](https://berniesanders.com/issues/combat-climate-change-and-pass-a-green-new-deal/) includes banning fracking and new fossil fuel infrastructure, prohibiting new leases for drilling on public lands, and ending fossil fuel exports. He also [co-sponsored the Keep It In the Ground Act](https://www.congress.gov/bill/115th-congress/senate-bill/750/cosponsors) and the [100 by 50 Act](https://www.congress.gov/bill/115th-congress/senate-bill/987/cosponsors) of 2017, [voted no on the Keystone XL Pipeline](https://projects.propublica.org/represent/votes/113/senate/2/280/?nyt=true)

, and [organized a letter](https://www.sanders.senate.gov/newsroom/press-releases/senators-ask-president-to-halt-construction-of-dakota-access-pipeline) from 5 Senators to Pres. Obama opposing DAPL | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) He has [signed the pledge.](http://nofossilfuelmoney.org/presidential-signers/) | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png)

His [campaign platform](https://berniesanders.com/issues/combat-climate-change-and-pass-a-green-new-deal/) includes holding the fossil fuel industry accountable. | [Tweet at Senator Sanders](https://350action.org/tweet-climate-leadership-2020/?multitool-tab=13) [Call Senator Sanders](https://350action.org/tweet-climate-leadership-2020/#call) |
| ![Tom Steyer](https://350action.org/wp-content/uploads/2019/07/tom-steyer-hed-300x300-e1563400130670.png)

### Tom Steyer | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png)

Steyer’s Climate Plan Framework indicates that he supports a Green New Deal, and will challenge Congress to pass it. If Congress does not act, he will call a national emergency to force climate action. | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) His Climate Plan Framework commits to, “Keep publicly-owned oil, coal, and gas in the ground by stopping the expansion of fossil fuel leases and establishing a careful process to wind down federal onshore and offshore fossil fuel production. | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png)

Steyer[ signed the no fossil fuel money pledge on July 17, 2019.](https://thehill.com/homenews/campaign/450771-Steyer-signs-pledge-against-fossil-fuel-donations-ahead-of-first-debate) | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png)

He has stated that he will apply [criminal sanctions](https://350action.org/press-release/steyer-fossil-fuel-sanctions/) to the fossil fuel industry. | [Tweet at Tom Steyer](https://350action.org/tweet-climate-leadership-2020/?multitool-tab=2) |
| ![Elizabeth Warren](https://350action.org/wp-content/uploads/2019/02/warren.jpg)

### Elizabeth Warren | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) She [co-sponsored](https://www.markey.senate.gov/news/press-releases/senator-markey-and-rep-ocasio-cortez-introduce-green-new-deal-resolution) Senator Markey’s February 2019 Green New Deal Senate Resolution, said she [supported “the idea of”](https://www.axios.com/elizabeth-warren-backs-idea-of-green-new-deal-8585d278-ca96-484a-8e22-1f616956c034.html) a GND in Dec 2018, and has said her proposed [“Ultra Millionaire Tax”](https://twitter.com/_/status/1092518784559140865) could pay for GND. | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) If elected, [promised an executive order](https://www.nytimes.com/2019/04/15/us/politics/elizabeth-warren-public-lands.html) to prohibit new leases for drilling offshore and on public lands. She also [co-sponsored the Keep It In the Ground Act of 2017](https://www.congress.gov/bill/115th-congress/senate-bill/750/cosponsors)

, [voted no on Keystone Pipeline](https://projects.propublica.org/represent/votes/113/senate/2/280/?nyt=true), and [came out with a statement against DAPL](https://www.warren.senate.gov/newsroom/press-releases/senator-warren-statement-on-president-and-039s-executive-orders-to-advance-the-keystone-xl-and-dakota-access-pipelines) (but [after the major fight](https://www.counterpunch.org/2016/12/06/elizabeth-warrens-shameful-exploitation-of-standing-rock-victory/) was over) | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) She has [signed the pledge.](http://nofossilfuelmoney.org/presidential-signers/) | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png)

She has expressed support for and introduced legislation to hold fossil fuel executives [campaign platform](https://www.vox.com/policy-and-politics/2019/10/14/20908335/2020-democratic-debates-climate-change-fossil-fuel-companies-lawsuits/)criminally liable. | [Tweet at Senator Warren](https://350action.org/tweet-climate-leadership-2020/?multitool-tab=14) [Call Senator Warren](https://350action.org/tweet-climate-leadership-2020/#call) |
| ![Marianne Williamson ](https://350action.org/wp-content/uploads/2019/04/williamson.jpg)

### Marianne Williamson | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) Williamson states clear support for the Green New Deal [on her campaign website.](https://www.marianne2020.com/issues/climate-change) | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) The “Climate Crisis” section of [her campaign website](https://www.marianne2020.com/issues/climate-change) recommends the US “transition away from fossil fuel energy and halt all new fossil fuel projects.” | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) She [has signed](http://nofossilfuelmoney.org/presidential-signers/) the pledge. | ![Question Mark - no position](https://350action.org/wp-content/uploads/2019/03/questionmark4.png) She has not taken a public position on holding fossil fuel companies accountable. | [Tweet at Marianne Williamson](https://350action.org/tweet-climate-leadership-2020/?multitool-tab=11) |
| ![Andrew Yang](https://350action.org/wp-content/uploads/2019/03/yang.jpg)

### Andrew Yang | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) Yang has [tweeted](https://twitter.com/AndrewYangVFA/status/1083200326025601025) that he is “aligned and on board” for the Green New Deal and parts of his [climate platform](https://www.yang2020.com/policies/climate-change/) align with the Green New Deal. | ![Question Mark - no position](https://350action.org/wp-content/uploads/2019/03/questionmark4.png) Yang’s [platform](https://www.yang2020.com/policies/climate-change/) calls for an end to subsidies to the fossil fuel industry and empowering the EPA to regulate carbon emissions while prioritizing renewable energy and sustainable infrastructure, but has not explicitly embraced a phaseout of fossil fuels. He equivocated when [asked in New Hampshire](https://drive.google.com/open?id=1-NfXCoYW1B-VQZQW6vrOt2lJHo7WEoon) in March 2019. | ![Green check mark - Yes!](https://350action.org/wp-content/uploads/2017/06/GOTOMGO-1.png) Yang [signed the pledge](https://drive.google.com/open?id=1n7I0SCaPDeYrgOom4w9lPazIcXTF502X) in New Hampshire in March 2019 | ![Question Mark - no position](https://350action.org/wp-content/uploads/2019/03/questionmark4.png) He has not taken a public position on holding fossil fuel companies accountable. | [Tweet at Andrew Yang](https://350action.org/tweet-climate-leadership-2020/?multitool-tab=15) |
| ![Donald Trump](https://350action.org/wp-content/uploads/2019/03/trump-scorecard.jpg)

### Donald Trump | ![NO, Does not support](https://350action.org/wp-content/uploads/2019/03/redx4.png) | ![NO, Does not support](https://350action.org/wp-content/uploads/2019/03/redx4.png) | ![NO, Does not support](https://350action.org/wp-content/uploads/2019/03/redx4.png) | ![NO, Does not support](https://350action.org/wp-content/uploads/2019/03/redx4.png) | _Trump opposes the climate solutions we need. Speak up to help replace him with a real climate leader in 2020._ [Add Your Name](https://act.350.org/signup/scorecard-2020-signup/) |