www.ceres.org
Open in
urlscan Pro
2606:4700:20::681a:69a
Public Scan
Submitted URL: http://www.ceres.org/
Effective URL: https://www.ceres.org/
Submission: On April 30 via manual from IN — Scanned from DE
Effective URL: https://www.ceres.org/
Submission: On April 30 via manual from IN — Scanned from DE
Form analysis
4 forms found in the DOM/search
<form action="/search" class="">
<label for="nav-search" class="mb-2 text-sm font-medium sr-only">Search</label>
<div class="relative flex flex-row gap-2 items-center">
<input id="navSearchField" type="search" name="q" class="bg-transparent border-cw-green-800 w-full focus:border-cw-green-800 rounded-md py-3 px-6" placeholder="Search" autocomplete="off">
<button class="
cursor-pointer py-3 px-8 rounded-full select-none whitespace-nowrap items-start self-start inline-block bg-cw-green-200 font-bold text-white text-lg [&_svg]:stroke-white [&_svg]:fill-white
<!-- Adds extra space for mobile browsers to click on links if button requires it. -->
" href="/">
<div class="flex flex-row text-center items-center justify-center gap-2" wire:click=""> Search </div>
</button>
</div>
</form>
<form id="loginForm">
<div class="flex flex-col max-w-lg mx-auto gap-8">
<div class="flex flex-col items-center gap-2">
<h2 class="lg:text-2xl text-lg font-medium">Log in to download this report.</h2>
<span class="flex flex-row items-center gap-2">
<span class="lg:text-lg text-xs">Don't have an account?</span>
<button type="button" id="showRegisterForm">
<span class="lg:text-lg text-xs underline">Sign up for free.</span>
</button>
</span>
</div>
<div class="flex flex-col">
<div class="
grid grid-cols-12 gap-5 text-black [&_*]:text-center
">
<input type="hidden" name="_token" value="hXRqprMI7VUNp3t9SccHSlKGGNiCASo2Uyx866jb">
<input type="email" name="email" value="" required="1" placeholder="Email Address" minlength="" maxlength="" autocomplete="off" x-model="" x-on:input="" :class="{ '!border-cw-green-150/90': valid.email }"
class="border-2 border-cw-grey-500 rounded-md px-4 py-3 text-sm font-medium focus:!border-cw-green-select !ring-0 !outline-none transition-border duration-200 ease-in-out col-span-full lg:col-span-6">
<input type="password" name="password" value="" required="1" placeholder="Password" minlength="" maxlength="" autocomplete="off" x-model="" x-on:input="" :class="{ '!border-cw-green-150/90': valid.password }"
class="border-2 border-cw-grey-500 rounded-md px-4 py-3 text-sm font-medium focus:!border-cw-green-select !ring-0 !outline-none transition-border duration-200 ease-in-out col-span-full lg:col-span-6">
</div>
</div>
<div class="flex flex-col gap-4 items-center">
<a href="/forgot-password" class="text-sm underline">Forgot your password?</a>
<button type="submit" disabled="" class="text-white bg-black/40 rounded-full w-fit px-10 py-4 text-md transition-bg duration-300 ease-in-out cursor-not-allowed" background="#FFFFFF"> Log in </button>
</div>
</div>
</form>
POST /register
<form class="hidden" action="/register" method="post" id="registerForm">
<div class="flex flex-col max-w-lg mx-auto gap-8">
<div class="flex flex-col items-center gap-1">
<h2 class="lg:text-2xl text-lg font-medium">Sign up to unlock our reports.</h2>
<p class="mt-0 last:mb-0 leading-relaxed lg:text-md text-base">Create your free account to unlock access to all of our reports.</p>
</div>
<div class="flex flex-col">
<div class="
grid grid-cols-12 gap-5
">
<input type="hidden" name="_token" value="hXRqprMI7VUNp3t9SccHSlKGGNiCASo2Uyx866jb">
<input type="text" name="first_name" value="" required="1" placeholder="First Name" minlength="" maxlength="" autocomplete="off" x-model="" x-on:input="" :class="{ '!border-cw-green-150/90': valid.first_name }"
class="border-2 border-cw-grey-500 rounded-md px-4 py-3 text-sm font-medium focus:!border-cw-green-select !ring-0 !outline-none transition-border duration-200 ease-in-out col-span-6 text-black">
<input type="text" name="last_name" value="" required="1" placeholder="Last Name" minlength="" maxlength="" autocomplete="off" x-model="" x-on:input="" :class="{ '!border-cw-green-150/90': valid.last_name }"
class="border-2 border-cw-grey-500 rounded-md px-4 py-3 text-sm font-medium focus:!border-cw-green-select !ring-0 !outline-none transition-border duration-200 ease-in-out col-span-6 text-black">
<input type="email" name="email" value="" required="1" placeholder="Email Address" minlength="" maxlength="" autocomplete="off" x-model="" x-on:input="" :class="{ '!border-cw-green-150/90': valid.email }"
class="border-2 border-cw-grey-500 rounded-md px-4 py-3 text-sm font-medium focus:!border-cw-green-select !ring-0 !outline-none transition-border duration-200 ease-in-out col-span-full lg:col-span-6 text-black">
<input type="text" name="organisation" value="" required="1" placeholder="Organization" minlength="" maxlength="" autocomplete="off" x-model="" x-on:input="" :class="{ '!border-cw-green-150/90': valid.organisation }"
class="border-2 border-cw-grey-500 rounded-md px-4 py-3 text-sm font-medium focus:!border-cw-green-select !ring-0 !outline-none transition-border duration-200 ease-in-out col-span-6 text-black">
<input type="text" name="zip_code" value="" required="1" placeholder="Zip Code" minlength="" maxlength="" autocomplete="off" x-model="" x-on:input="" :class="{ '!border-cw-green-150/90': valid.zip_code }"
class="border-2 border-cw-grey-500 rounded-md px-4 py-3 text-sm font-medium focus:!border-cw-green-select !ring-0 !outline-none transition-border duration-200 ease-in-out col-span-6 text-black">
<input type="password" name="password" value="" required="1" placeholder="Password - 8 character minimum" minlength="" maxlength="" autocomplete="off" x-model="" x-on:input="" :class="{ '!border-cw-green-150/90': valid.password }"
class="border-2 border-cw-grey-500 rounded-md px-4 py-3 text-sm font-medium focus:!border-cw-green-select !ring-0 !outline-none transition-border duration-200 ease-in-out col-span-full lg:col-span-6 text-black">
<label class="col-span-12 flex items-center gap-2">
<input type="checkbox" name="subscribe" value="on" class="border-2 border-cw-grey-500 rounded-md px-4 py-3 text-sm font-medium focus:!border-cw-green-select !ring-0 !outline-none transition-border duration-200 ease-in-out col-span-6">
<span class="lg:text-lg text-xs">Subscribe to email updates from Ceres.</span>
</label>
</div>
</div>
<div class="flex flex-col gap-4 items-center">
<p class="lg:text-lg text-xs [text-wrap:balance] text-center max-w-sm [&_a]:cursor-pointer bg-white text-black
[&_a]:font-medium"> By signing up, you agree to our <a class="underline" href="/privacy-policy">privacy policy</a>
</p>
<button type="submit" disabled="" class="text-white bg-black/40 rounded-full w-fit px-10 py-4 text-md transition-bg duration-300 ease-in-out cursor-not-allowed" background="#FFFFFF"> Create account </button>
<span class="flex flex-row items-center gap-2">
<span class="lg:text-lg text-xs">Already have an account?</span>
<button type="button" id="showLoginForm">
<span class="lg:text-lg text-xs underline">Log In</span>
</button>
</span>
</div>
</div>
</form>
<form id="modalNewsletterForm" class="transition-all duration-300">
<input type="hidden" name="_token" value="hXRqprMI7VUNp3t9SccHSlKGGNiCASo2Uyx866jb">
<div class="flex flex-col max-w-lg mx-auto gap-8">
<div class="flex flex-col items-center gap-1">
<h2 class="text-4xl font-medium">Never miss an alert</h2>
<p class="mt-0 last:mb-0 leading-relaxed text-[17px]">Sign up for the latest news and updates from Ceres.</p>
</div>
<div class="flex flex-col rounded-lg">
<div class="
grid grid-cols-12 gap-5 rounded-lg
">
<input type="text" name="first_name" value="" required="1" placeholder="First name" minlength="3" maxlength="" autocomplete="off" x-model="first_name" x-on:input="validateFirstName()" :class="{ '!border-cw-green-150/90': valid.first_name }"
class="border-2 border-cw-grey-500 rounded-md px-4 py-3 text-sm font-medium focus:!border-cw-green-select !ring-0 !outline-none transition-border duration-200 ease-in-out col-span-6">
<input type="text" name="last_name" value="" required="1" placeholder="Last name" minlength="3" maxlength="" autocomplete="off" x-model="last_name" x-on:input="validateLastName()" :class="{ '!border-cw-green-150/90': valid.last_name }"
class="border-2 border-cw-grey-500 rounded-md px-4 py-3 text-sm font-medium focus:!border-cw-green-select !ring-0 !outline-none transition-border duration-200 ease-in-out col-span-6">
<input type="text" name="organisation" value="" required="1" placeholder="Organization" minlength="3" maxlength="" autocomplete="off" x-model="organisation" x-on:input="validateOrganisation()"
:class="{ '!border-cw-green-150/90': valid.organisation }"
class="border-2 border-cw-grey-500 rounded-md px-4 py-3 text-sm font-medium focus:!border-cw-green-select !ring-0 !outline-none transition-border duration-200 ease-in-out col-span-6">
<input type="text" name="zip_code" value="" required="1" placeholder="ZIP Code" minlength="5" maxlength="" autocomplete="off" x-model="zip_code" x-on:input="validateZipCode()" :class="{ '!border-cw-green-150/90': valid.zip_code }"
class="border-2 border-cw-grey-500 rounded-md px-4 py-3 text-sm font-medium focus:!border-cw-green-select !ring-0 !outline-none transition-border duration-200 ease-in-out col-span-6">
<input type="email" name="email_address" value="" required="1" placeholder="Email Address" minlength="" maxlength="" autocomplete="off" x-model="email_address" x-on:input="validateEmailAddress()"
:class="{ '!border-cw-green-150/90': valid.email_address }"
class="border-2 border-cw-grey-500 rounded-md px-4 py-3 text-sm font-medium focus:!border-cw-green-select !ring-0 !outline-none transition-border duration-200 ease-in-out col-span-12">
</div>
</div>
<div class="flex flex-col gap-4 items-center">
<button type="submit" class="text-white bg-black/40 rounded-full w-fit px-10 py-4 text-[17px] transition-bg duration-300 ease-in-out"
:class="isFormValid() && 'bg-cw-green-800 text-white rounded-full w-fit px-10 py-4 text-[17px] hover:opacity-90'" :disabled="!isFormValid()" disabled="disabled"> Sign up </button>
<p class="[text-wrap:balance] text-center max-w-sm [&_a]:cursor-pointer [&_a]:text-cw-green-800 [&_a]:font-medium"> By signing up, you agree to our <a class="underline" target="_blank" href="/privacy-policy">Privacy Policy</a>
</p>
</div>
</div>
</form>
Text Content
This website requires Javascript for some parts to function properly. Your experience may vary. Skip to content COOKIES 🍪 This site uses cookies that need consent. Functional First party cookies needed for the website to function. These can't be turned off. Analytics Third party cookies used for analytics. Ads & tracking Third party cookies used for advertisement. Share Ad Data Share advertising data with Google. Personalize Ads Allow for personalized advertising. Accept all Accept selected Reject all Open main menu * Our work * Get involved * Resources * About Ceres Donate Search Search Issues we work on CLIMATE CRISIS Advancing climate solutions for a zero emissions future. NATURE AND BIODIVERSITY LOSS Restoring and preserving our natural ecosystems. WATER SCARCITY AND POLLUTION Protecting our precious global water resources. Sectors we work in BANKING Financing the transition to a low-carbon economy. FOOD AND BEVERAGE Building a more just and sustainable food system. OIL AND GAS Transitioning away from fossil fuels. TRANSPORTATION Cutting emissions and driving innovation. STEEL Reducing climate impacts in the built environment. ELECTRIC POWER Transforming the electric utility landscape. INSURANCE Addressing risk and seizing new opportunities. MORE SECTORS We work across nearly all sectors of the economy. Latest resources Report INVESTOR GUIDANCE FOR ENGAGING ON OIL AND GAS SECTOR PUBLIC POLICY Read more Report THE CASE FOR THE EPA’S STRONG TRACK RECORD ON FORECASTING TECHNOLOGICAL PROGRESS Read more Quick finds SUPPORT OUR WORK NEWS AND INSIGHTS EVENTS AND WEBINARS ©2024 Ceres. All rights reserved Who we work with INVESTORS We work with leading asset managers and owners, public pension funds, and more. COMPANIES We work with leading companies, including many Fortune 500 companies. SMALL AND MIDSIZE ENTERPRISES We provide resources to support SMEs on their sustainability journey. Ways to get involved JOIN A NETWORK Learn more about our powerful investor, company, and policy networks. JOIN AN INITIATIVE Explore initiatives, working groups, and advocacy opportunities. BECOME A SPONSOR Maximize your impact with premium benefits across the year. ATTEND AN EVENT Engage with leading business and sustainability experts virtually and in-person. WAYS TO GIVE Your donation can help ensure a just and sustainable future. SUBSCRIBE Sign up for the latest news and updates from Ceres. Latest resources Report INVESTOR GUIDANCE FOR ENGAGING ON OIL AND GAS SECTOR PUBLIC POLICY Read more Report THE CASE FOR THE EPA’S STRONG TRACK RECORD ON FORECASTING TECHNOLOGICAL PROGRESS Read more Quick finds SUPPORT OUR WORK NEWS AND INSIGHTS EVENTS AND WEBINARS ©2024 Ceres. All rights reserved Select a resource REPORTS View our cutting-edge research and analysis to learn about sustainability risks, opportunities, and solutions. BENCHMARKS AND ASSESSMENTS See the progress businesses are making toward their sustainability goals. EVENTS AND WEBINARS Hear from leading business and sustainability experts virtually and in-person. NEWS AND INSIGHTS Read our latest press releases and statements and expert commentary. TOOLS Use our interactive tools to support your company or investment firm’s sustainability journey. VIEW ALL RESOURCES Latest resources Report INVESTOR GUIDANCE FOR ENGAGING ON OIL AND GAS SECTOR PUBLIC POLICY Read more Report THE CASE FOR THE EPA’S STRONG TRACK RECORD ON FORECASTING TECHNOLOGICAL PROGRESS Read more Quick finds SUPPORT OUR WORK NEWS AND INSIGHTS EVENTS AND WEBINARS VIEW ALL RESOURCES ©2024 Ceres. All rights reserved Learn more about us WHO WE ARE Learn about our mission, our history, and our values. LEADERSHIP Meet our board of directors, president’s council, and leadership staff. EXPERTS Meet our leading experts with deep subject matter expertise and knowledge. OUR MEMBERS Learn more about the investors and companies we work with. CAREERS Join our growing team to help make our mission a reality. ANNUAL REPORT Read about our impact and the progress we’ve made thanks to supporters. SEE ALL ABOUT CERES Latest resources Report INVESTOR GUIDANCE FOR ENGAGING ON OIL AND GAS SECTOR PUBLIC POLICY Read more Report THE CASE FOR THE EPA’S STRONG TRACK RECORD ON FORECASTING TECHNOLOGICAL PROGRESS Read more Quick finds SUPPORT OUR WORK NEWS AND INSIGHTS EVENTS AND WEBINARS SEE ALL ABOUT CERES ©2024 Ceres. All rights reserved SUSTAINABILITY IS THE BOTTOM LINE. Ceres is a nonprofit advocacy organization working to accelerate the transition to a cleaner, more just, and sustainable economy. With our powerful networks of investors and companies, we are proving sustainability is the bottom line – changing markets and sectors from the inside out.   200+ investors with $44T in AUM comprise our Investor Network. They are committed to responsible investment practices that ensure long-term value. 70% of our Company Network members are Fortune 500 firms advancing sustainable business practices that improve their bottom line and protect the planet. 80+ well-known brands make up our Policy Network. They advocate for innovative policies and regulations that support a more resilient and inclusive economy. ISSUES WE WORK ON For more than 35 years, Ceres has been at the forefront of building business leadership and driving economic solutions to help solve the world’s greatest sustainability challenges. CLIMATE CRISIS We work with investors, companies, and policymakers to advance climate solutions and achieve a just and sustainable future where people and the planet prosper. Learn more NATURE AND BIODIVERSITY LOSS We work across sectors to protect and restore natural ecosystems, improve the management of agricultural lands, and build more sustainable and resilient supply chains—all in a way that advances justice and equity. Learn more WATER SCARCITY AND POLLUTION We work with investors and companies to turn smart water management into a business fundamental, advancing private-sector action to address the impacts of growing demand, wasteful use, and pollution. Learn more ISSUE EXPERTS Our leading experts ground their work in research and science to make the business case for sustainability and drive meaningful change across the economy. See all experts DAN BAKAL Senior Program Director, Climate and Energy BLAIR BATESON Director, Company Network, Financial Services ROB BERRIDGE Senior Director, Investor Network, Shareholder Engagement MICHAEL BOUDETT General Counsel CAROLYN CHING Director, Food and Forests, Nature STEVEN CLARKE Senior Director, Climate and Energy JIM COBURN Senior Manager, Ceres Accelerator, Disclosure and Regulation SIOBHAN COLLINS Director, Company Network LESLIE CORDES Vice President, Programs LAURA DRAUCKER PH.D. Senior Director, Corporate Climate Action PETER ELLSWORTH Senior Director, Investor Network, Private Equity and Paris Aligned Investing SARA FORNI Director, Climate and Energy, Electric Vehicles ZACH FRIEDMAN Director, Federal Policy ALLI GOLD ROBERTS Senior Director, State Policy KIRSTEN JAMES Senior Program Director, Water ANNE L. KELLY Vice President, Government Relations MICHAEL KODRANSKY Senior Director, Climate and Energy, Transportation ANDREW LOGAN Senior Director, Climate and Energy, Oil and Gas MINDY LUBBER CEO and President RANDI MAIL Director, Ceres Accelerator, Campaigns DAWN M. MARTIN Executive Vice President and Chief Program Officer CYNTHIA MCHALE Senior Director, Investor Network, Shareholder Engagement MARY ANN ORMOND Senior Director, Company Network, Food and Beverage, Retail, Healthcare SHAMA PERVEEN, PH.D. Director, Water, Research JAKE RASCOFF Director, Ceres Accelerator for Sustainable Capital Markets MERYL RICHARDS, PH.D. Program Director, Food and Forests STEVEN ROTHSTEIN Managing Director, Ceres Accelerator DAN SACCARDI Program Director, Company Network DAN SELIGMAN Director, Climate and Energy, Steel KIRSTEN SPALDING Vice President, Investor Network OUR THEORY OF CHANGE Climate change, water scarcity and pollution, and nature and biodiversity loss are systemic threats that not only harm people and the planet, but also pose risks to investment portfolios, business operations, supply chains, and the long-term stability of markets and economies. While individuals, communities, and policymakers all have key roles to play, investors and companies who have the most influence and impact on our economy are a critical part of the solution. That’s where Ceres comes in. Learn more JOIN A GROWING NETWORK OF LEADING INVESTORS AND COMPANIES Our powerful networks of investors and companies drive change and advocate for innovative policies and regulations that build a cleaner, more just, and more sustainable economy. See all networks EXPLORE OUR REPORTS At Ceres, we equip investors and companies with science-based research and actionable steps to help them thrive in the transition to a cleaner, more just, and sustainable economy. Our latest reports champion best practices to mitigate sustainability risks and unlock new business opportunities. Apr 12, 2024 Investor Guidance for Engaging on Oil and Gas Sector Public Policy Login to download Learn more Apr 11, 2024 The Case for the EPA’s Strong Track record on Forecasting Technological Progress Login to download Learn more Mar 26, 2024 Exploring Nature Impacts and Dependencies: A Field Guide to Eight Key Sectors Login to download Learn more Jan 24, 2024 Closing the Gap: Investor Insights into Decision-Useful Climate Data Assurance Login to download Learn more Jan 17, 2024 Toward Consistency: Assessing the Power Sector's Climate Policy Advocacy Login to download Learn more Jan 10, 2024 Ceres 2024 Policy Outlook Login to download Learn more Nov 28, 2023 Deforestation Scorecard: Assessing Corporate Action on Deforestation Amid Growing Regulatory Risk Login to download Learn more Nov 15, 2023 Benchmarking Air Emissions of the 100 Largest Electric Power Producers in the United States Login to download Learn more Nov 14, 2023 Sustainable Finance Opportunities: A Guide for Financial Institutions Login to download Learn more See more WE SET THE BAR FOR SUSTAINABLE BUSINESS LEADERSHIP. The Ceres Roadmap 2030 provides a practical action plan to embed sustainability into business – from strategic planning to governance and disclosure. Explore the roadmap DISCOVER UPCOMING EVENTS Join us virtually or in-person to hear directly from leading business and sustainability experts. To learn how to sponsor an event, contact us at partnerships@ceres.org. Sep 25 - Sep 26, 2024 In-Person | New York City Ceres at Climate Week Learn more Jun 24 - Jun 26, 2024 In-Person | Boston, MA Sustainability Delivery Summit (Environment Analyst) Register Jun 17 - Jun 19, 2024 In-Person | NYC Ceres at GreenFin 24 Register May 29, 2024 In-Person | Minneapolis The Future of Food and Beverage USA Register May 20, 2024 In-Person | Las Vegas Advanced Clean Transportation Expo 2024 Register May 13, 2024 In-Person | New York Sustainability Data America 2024 Register May 6, 2024 Virtual Online Course: Building Board Expertise on Sustainability Register May 2, 2024 Virtual Meeting Investor Expectations: Introducing the Nature Action 100 Company Benchmark Register Apr 29, 2024 Virtual A New Era of Federal Procurement: Managing Climate Risks and Promoting Sustainable Supply Chains Register See more Close form LOG IN TO DOWNLOAD THIS REPORT. Don't have an account? Sign up for free. Forgot your password? Log in SIGN UP TO UNLOCK OUR REPORTS. Create your free account to unlock access to all of our reports. Subscribe to email updates from Ceres. By signing up, you agree to our privacy policy Create account Already have an account? Log In THANKS TO OUR ANNUAL SPONSORS FOR THEIR COMMITMENT TO OUR WORK. NEVER MISS AN ALERT Sign up for the latest news and updates from Ceres. NEVER MISS AN ALERT Sign up for the latest news and updates from Ceres. Sign up By signing up, you agree to our Privacy Policy ISSUES * Climate crisis * Water scarcity and pollution * Nature and biodiversity loss NETWORKS * Investor Network * Company Network * Policy Network RESOURCES * Reports * Events and webinars * News and insights WORK WITH US * Careers * Procurement opportunities Headquarters 99 Chauncy Street, 6th Floor Boston, MA 02111 California Office 369 Pine Street, Suite 620 San Francisco, CA 94104 Connect with us (617) 247-0700 | info@ceres.org For media inquiries, email us at mediainquiries@ceres.org. · · ©2024 Ceres PRIVACY POLICY Website by Brew Digital Ceres is a 501(c)(3) tax-exempt nonprofit organization registered in the US under EIN 223-053-747 × ×