<!DOCTYPE html>
<html lang="en-US">
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="profile" href="https://gmpg.org/xfn/11">
	
	<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />

	<!-- This site is optimized with the Yoast SEO plugin v23.1 - https://yoast.com/wordpress/plugins/seo/ -->
	<title>News &amp; Ideas &#8212; Environmental Science Associates</title>
	<link rel="canonical" href="https://esassoc.com/news-and-ideas/" />
	<link rel="next" href="https://esassoc.com/news-and-ideas/page/2/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="article" />
	<meta property="og:title" content="News &amp; Ideas &#8212; Environmental Science Associates" />
	<meta property="og:url" content="https://esassoc.com/news-and-ideas/" />
	<meta property="og:site_name" content="Environmental Science Associates" />
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:site" content="@esassoc" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":["WebPage","CollectionPage"],"@id":"https://esassoc.com/news-and-ideas/","url":"https://esassoc.com/news-and-ideas/","name":"News & Ideas &#8212; Environmental Science Associates","isPartOf":{"@id":"https://esassoc.com/#website"},"datePublished":"2021-03-19T17:39:18+00:00","dateModified":"2024-07-30T18:03:39+00:00","breadcrumb":{"@id":"https://esassoc.com/news-and-ideas/#breadcrumb"},"inLanguage":"en-US"},{"@type":"BreadcrumbList","@id":"https://esassoc.com/news-and-ideas/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://esassoc.com/"},{"@type":"ListItem","position":2,"name":"News &#038; Ideas"}]},{"@type":"WebSite","@id":"https://esassoc.com/#website","url":"https://esassoc.com/","name":"Environmental Science Associates","description":"Employee-owned environmental consulting firm","publisher":{"@id":"https://esassoc.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://esassoc.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://esassoc.com/#organization","name":"Environmental Science Associates","url":"https://esassoc.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://esassoc.com/#/schema/logo/image/","url":"https://esassoc.com/wp-content/uploads/2021/04/esa-logo.svg","contentUrl":"https://esassoc.com/wp-content/uploads/2021/04/esa-logo.svg","width":432,"height":257,"caption":"Environmental Science Associates"},"image":{"@id":"https://esassoc.com/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/esassoc","https://x.com/esassoc","https://www.linkedin.com/company/environmental-science-associates","https://www.instagram.com/esassoc/"]}]}</script>
	<!-- / Yoast SEO plugin. -->


		<!-- This site uses the Google Analytics by MonsterInsights plugin v9.0.0 - Using Analytics tracking - https://www.monsterinsights.com/ -->
							<script src="//www.googletagmanager.com/gtag/js?id=G-KLBVFG9JF3"  data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script>
			<script data-cfasync="false" data-wpfc-render="false" type="text/javascript">
				var mi_version = '9.0.0';
				var mi_track_user = true;
				var mi_no_track_reason = '';
								var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/esassoc.com\/news-and-ideas\/"};
				if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations );
				} else {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations;
				}

								var disableStrs = [
										'ga-disable-G-KLBVFG9JF3',
									];

				/* Function to detect opted out users */
				function __gtagTrackerIsOptedOut() {
					for (var index = 0; index < disableStrs.length; index++) {
						if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) {
							return true;
						}
					}

					return false;
				}

				/* Disable tracking if the opt-out cookie exists. */
				if (__gtagTrackerIsOptedOut()) {
					for (var index = 0; index < disableStrs.length; index++) {
						window[disableStrs[index]] = true;
					}
				}

				/* Opt-out function */
				function __gtagTrackerOptout() {
					for (var index = 0; index < disableStrs.length; index++) {
						document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
						window[disableStrs[index]] = true;
					}
				}

				if ('undefined' === typeof gaOptout) {
					function gaOptout() {
						__gtagTrackerOptout();
					}
				}
								window.dataLayer = window.dataLayer || [];

				window.MonsterInsightsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if (mi_track_user) {
					function __gtagDataLayer() {
						dataLayer.push(arguments);
					}

					function __gtagTracker(type, name, parameters) {
						if (!parameters) {
							parameters = {};
						}

						if (parameters.send_to) {
							__gtagDataLayer.apply(null, arguments);
							return;
						}

						if (type === 'event') {
														parameters.send_to = monsterinsights_frontend.v4_id;
							var hookName = name;
							if (typeof parameters['event_category'] !== 'undefined') {
								hookName = parameters['event_category'] + ':' + name;
							}

							if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') {
								MonsterInsightsDualTracker.trackers[hookName](parameters);
							} else {
								__gtagDataLayer('event', name, parameters);
							}
							
						} else {
							__gtagDataLayer.apply(null, arguments);
						}
					}

					__gtagTracker('js', new Date());
					__gtagTracker('set', {
						'developer_id.dZGIzZG': true,
											});
					if ( MonsterInsightsLocations.page_location ) {
						__gtagTracker('set', MonsterInsightsLocations);
					}
										__gtagTracker('config', 'G-KLBVFG9JF3', {"forceSSL":"true","link_attribution":"true"} );
															window.gtag = __gtagTracker;										(function () {
						/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
						/* ga and __gaTracker compatibility shim. */
						var noopfn = function () {
							return null;
						};
						var newtracker = function () {
							return new Tracker();
						};
						var Tracker = function () {
							return null;
						};
						var p = Tracker.prototype;
						p.get = noopfn;
						p.set = noopfn;
						p.send = function () {
							var args = Array.prototype.slice.call(arguments);
							args.unshift('send');
							__gaTracker.apply(null, args);
						};
						var __gaTracker = function () {
							var len = arguments.length;
							if (len === 0) {
								return;
							}
							var f = arguments[len - 1];
							if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
								if ('send' === arguments[0]) {
									var hitConverted, hitObject = false, action;
									if ('event' === arguments[1]) {
										if ('undefined' !== typeof arguments[3]) {
											hitObject = {
												'eventAction': arguments[3],
												'eventCategory': arguments[2],
												'eventLabel': arguments[4],
												'value': arguments[5] ? arguments[5] : 1,
											}
										}
									}
									if ('pageview' === arguments[1]) {
										if ('undefined' !== typeof arguments[2]) {
											hitObject = {
												'eventAction': 'page_view',
												'page_path': arguments[2],
											}
										}
									}
									if (typeof arguments[2] === 'object') {
										hitObject = arguments[2];
									}
									if (typeof arguments[5] === 'object') {
										Object.assign(hitObject, arguments[5]);
									}
									if ('undefined' !== typeof arguments[1].hitType) {
										hitObject = arguments[1];
										if ('pageview' === hitObject.hitType) {
											hitObject.eventAction = 'page_view';
										}
									}
									if (hitObject) {
										action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
										hitConverted = mapArgs(hitObject);
										__gtagTracker('event', action, hitConverted);
									}
								}
								return;
							}

							function mapArgs(args) {
								var arg, hit = {};
								var gaMap = {
									'eventCategory': 'event_category',
									'eventAction': 'event_action',
									'eventLabel': 'event_label',
									'eventValue': 'event_value',
									'nonInteraction': 'non_interaction',
									'timingCategory': 'event_category',
									'timingVar': 'name',
									'timingValue': 'value',
									'timingLabel': 'event_label',
									'page': 'page_path',
									'location': 'page_location',
									'title': 'page_title',
									'referrer' : 'page_referrer',
								};
								for (arg in args) {
																		if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
										hit[gaMap[arg]] = args[arg];
									} else {
										hit[arg] = args[arg];
									}
								}
								return hit;
							}

							try {
								f.hitCallback();
							} catch (ex) {
							}
						};
						__gaTracker.create = newtracker;
						__gaTracker.getByName = newtracker;
						__gaTracker.getAll = function () {
							return [];
						};
						__gaTracker.remove = noopfn;
						__gaTracker.loaded = true;
						window['__gaTracker'] = __gaTracker;
					})();
									} else {
										console.log("");
					(function () {
						function __gtagTracker() {
							return null;
						}

						window['__gtagTracker'] = __gtagTracker;
						window['gtag'] = __gtagTracker;
					})();
									}
			</script>
				<!-- / Google Analytics by MonsterInsights -->
		<link rel='stylesheet' id='algori_image_video_slider-cgb-slick-css-css' href='https://esassoc.com/wp-content/plugins/algori-image-video-slider/dist/slick/slick.css?ver=6.6.1' type='text/css' media='all' />
<link rel='stylesheet' id='algori_image_video_slider-cgb-slick-theme-css-css' href='https://esassoc.com/wp-content/plugins/algori-image-video-slider/dist/slick/slick-theme.css?ver=6.6.1' type='text/css' media='all' />
<link rel='stylesheet' id='wp-block-library-css' href='https://esassoc.com/wp-includes/css/dist/block-library/style.min.css?ver=6.6.1' type='text/css' media='all' />
<link rel='stylesheet' id='wp-components-css' href='https://esassoc.com/wp-includes/css/dist/components/style.min.css?ver=6.6.1' type='text/css' media='all' />
<link rel='stylesheet' id='wp-preferences-css' href='https://esassoc.com/wp-includes/css/dist/preferences/style.min.css?ver=6.6.1' type='text/css' media='all' />
<link rel='stylesheet' id='wp-block-editor-css' href='https://esassoc.com/wp-includes/css/dist/block-editor/style.min.css?ver=6.6.1' type='text/css' media='all' />
<link rel='stylesheet' id='wp-reusable-blocks-css' href='https://esassoc.com/wp-includes/css/dist/reusable-blocks/style.min.css?ver=6.6.1' type='text/css' media='all' />
<link rel='stylesheet' id='wp-patterns-css' href='https://esassoc.com/wp-includes/css/dist/patterns/style.min.css?ver=6.6.1' type='text/css' media='all' />
<link rel='stylesheet' id='wp-editor-css' href='https://esassoc.com/wp-includes/css/dist/editor/style.min.css?ver=6.6.1' type='text/css' media='all' />
<link rel='stylesheet' id='algori_image_video_slider-cgb-style-css-css' href='https://esassoc.com/wp-content/plugins/algori-image-video-slider/dist/blocks.style.build.css' type='text/css' media='all' />
<style id='classic-theme-styles-inline-css' type='text/css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id='global-styles-inline-css' type='text/css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
</style>
<link rel='stylesheet' id='style-css' href='https://esassoc.com/wp-content/themes/joshua-tree/style.css?ver=1719441742' type='text/css' media='all' />
<link rel='stylesheet' id='searchwp-forms-css' href='https://esassoc.com/wp-content/plugins/searchwp/assets/css/frontend/search-forms.css?ver=4.3.16' type='text/css' media='all' />
<link rel='stylesheet' id='bafg_twentytwenty-css' href='https://esassoc.com/wp-content/plugins/beaf-before-and-after-gallery/assets/css/twentytwenty.css?ver=4.5.16' type='text/css' media='all' />
<link rel='stylesheet' id='bafg-style-css' href='https://esassoc.com/wp-content/plugins/beaf-before-and-after-gallery/assets/css/bafg-style.css?ver=4.5.16' type='text/css' media='all' />
<script type="text/javascript" src="https://esassoc.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script type="text/javascript" src="https://esassoc.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script type="text/javascript" src="https://esassoc.com/wp-content/plugins/algori-image-video-slider/dist/slick/slick.js?ver=6.6.1" id="algori_image_video_slider-cgb-slick-js-js"></script>
<script type="text/javascript" id="algori_image_video_slider-cgb-slick-js-js-after">
/* <![CDATA[ */
jQuery( document ).ready(function($) { $(".wp-block-algori-image-video-slider-block-algori-image-video-slider").slick({ }); });
/* ]]> */
</script>
<script type="text/javascript" src="https://esassoc.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.js?ver=9.0.0" id="monsterinsights-frontend-script-js"></script>
<script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */
var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/esassoc.com","hash_tracking":"false","v4_id":"G-KLBVFG9JF3"};/* ]]> */
</script>

<!-- Google tag (gtag.js) snippet added by Site Kit -->

<!-- Google Analytics snippet added by Site Kit -->
<script type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=GT-NM8CTF9" id="google_gtagjs-js" async></script>
<script type="text/javascript" id="google_gtagjs-js-after">
/* <![CDATA[ */
window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}
gtag("set","linker",{"domains":["esassoc.com"]});
gtag("js", new Date());
gtag("set", "developer_id.dZTNiMT", true);
gtag("config", "GT-NM8CTF9");
/* ]]> */
</script>

<!-- End Google tag (gtag.js) snippet added by Site Kit -->
<script type="text/javascript" src="https://esassoc.com/wp-content/plugins/beaf-before-and-after-gallery/assets/js/jquery.event.move.js?ver=4.5.16" id="eventMove-js"></script>
<script type="text/javascript" src="https://esassoc.com/wp-content/plugins/beaf-before-and-after-gallery/assets/js/jquery.twentytwenty.js?ver=4.5.16" id="bafg_twentytwenty-js"></script>
<meta name="generator" content="Site Kit by Google 1.132.0" />		<script type="text/javascript">
				(function(c,l,a,r,i,t,y){
					c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};t=l.createElement(r);t.async=1;
					t.src="https://www.clarity.ms/tag/"+i+"?ref=wordpress";y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
				})(window, document, "clarity", "script", "jkukmer6zo");
		</script>
		<link rel="icon" href="https://esassoc.com/wp-content/uploads/2023/06/cropped-esa-favicon-white-32x32.png" sizes="32x32" />
<link rel="icon" href="https://esassoc.com/wp-content/uploads/2023/06/cropped-esa-favicon-white-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://esassoc.com/wp-content/uploads/2023/06/cropped-esa-favicon-white-180x180.png" />
<meta name="msapplication-TileImage" content="https://esassoc.com/wp-content/uploads/2023/06/cropped-esa-favicon-white-270x270.png" />
</head>

<body class="blog wp-custom-logo">

<div id="page" class="site">
	
	<header class="site-header grid">
		<div class="nav-wrapper">
			
<div class="site-logo">
    <a href="https://esassoc.com/">
        <img width="432" height="257" src="https://esassoc.com/wp-content/uploads/2021/04/esa-logo.svg" class="attachment-full size-full" alt="ESA" decoding="async" fetchpriority="high" />    </a>
</div>
			    <nav class="site-nav">
        <ul>
                            
                    
                        <li class="link">
                            <a href="https://esassoc.com/about/" class="link-about" target="_self">About</a>
                        </li>
                    
                    
                                            
                    
                        <li class="link">
                            <a href="/work/" class="link-our-work" target="_self">Our Work</a>
                        </li>
                    
                    
                                            
                    
                        <li class="link">
                            <a href="https://esassoc.com/join-us/" class="link-join-us" target="_self">Join Us</a>
                        </li>
                    
                    
                                            
                    
                        <li class="link">
                            <a href="https://esassoc.com/news-and-ideas/" class="link-news-ideas" target="_self">News &amp; Ideas</a>
                        </li>
                    
                    
                                            
                    
                        <li class="link">
                            <a href="https://esassoc.com/contact-us/" class="link-contact" target="_self">Contact</a>
                        </li>
                    
                    
                             
        </ul>
    </nav>
			<div class="site-search">
    <a href="#" class="js-search-trigger">
        <img src="https://esassoc.com/wp-content/themes/joshua-tree/images/icon-search.svg" width="20" height="20" alt="Search the Site" />
    </a>
</div>			<div class="hamburger">
    <a href="#" class="js-nav-trigger" aria-label="Main menu" title="Main menu">
        <div class="patty"></div>
    </a>
</div>		
		</div>


		<nav class="work-nav grid">

    <div class="markets">
        <div class="nav-section-header">
            <h3 class="nav-header">Markets</h3>
        </div>

        <div class="links">
                
                
                    <div class="link">
                        <a href="https://esassoc.com/market/airports-aviation/" target="_self">Airports/Aviation</a>
                    </div>

                
                
                
                    <div class="link">
                        <a href="https://esassoc.com/market/community-development/" target="_self">Community Development</a>
                    </div>

                
                
                
                    <div class="link">
                        <a href="https://esassoc.com/market/energy/" target="_self">Energy</a>
                    </div>

                
                
                
                    <div class="link">
                        <a href="https://esassoc.com/market/natural-resource-management/" target="_self">Natural Resource Management</a>
                    </div>

                
                
                
                    <div class="link">
                        <a href="https://esassoc.com/market/surface-transportation-and-ports/" target="_self">Surface Transportation &amp; Ports</a>
                    </div>

                
                
                
                    <div class="link">
                        <a href="https://esassoc.com/market/water/" target="_self">Water</a>
                    </div>

                
                    </div>
    </div>

    <div class="services">
        <div class="nav-section-header">
            <h3 class="nav-header">Services</h3>
        </div>

                    <div class="links">
                                                        <div class="link">
                        <a href="https://esassoc.com/services/air-quality-monitoring/">
                                                            <span class="icon"><svg height="24" viewBox="0 0 26 24" width="26" xmlns="http://www.w3.org/2000/svg"><g fill="#fff" fill-rule="evenodd" transform="translate(.828 .507916)"><path d="m18.924 19.3020835h2.054v-2.239h-2.054zm-2.897 0h2.054v-2.239h-2.054zm-2.898 0h2.054v-2.239h-2.054zm-2.898 0h2.054v-2.239h-2.054zm-2.897 0h2.054v-2.239h-2.054zm-7.334 3.886h21.92v-6.876h-21.92z"/><path d="m6.6636 11.2101835c-.109-.262-.551-.459-1.083-.459-.531 0-.974.197-1.082.459h-.027v6.754c0 .322.497.583 1.109.583.613 0 1.11-.261 1.11-.583v-6.754z"/><path d="m3.5488 8.13008351c-.109-.262-.551-.459-1.083-.459-.531 0-.973.197-1.082.459h-.027v8.80799999c0 .322.497.583 1.109.583.613 0 1.11-.261 1.11-.583v-8.80799999z"/><path d="m2.21477951 7.27728351c0-1.001-.03577951-1.034.81222049-1.615.595-.409.756-.856 1.474-.995 1.088-.212 1.342.055 2.295-.62.557-.396 1.101-.699 1.547-1.183.525-.57.827-1.355 1.46-1.826.938-.698 2.963-.338 4.17-.476 1.239-.142 2.493-.46 3.735-.555 1.39-.106 2.312.975 3.57 1.291.449.113 1.016.045 1.414.279.342.201.351.47.608.723.325.321 1.239.582 1.266 1.043.053.919-2.198.701-2.856.759-.929.08-1.383.168-2.157.707-1.093.762-2.204 1.154-3.637 1.028-.922-.081-1.508-.426-2.535-.108-.578.18-1.144.5-1.696.741-.778.34-1.372.506-2.257.464-.907-.044-1.455-.322-2.287-.482-.949-.182-1.585-.512-2.528-.257-.795.215-1.486 1.015-2.39822049 1.082"/><path d="m5.4596 10.2910835c-.451-1.32399999.384-1.17099999 1.584-1.48099999.48-.124 2.051-1.036 2.709-1.942.488-.67 3.134-1.777 4.113-2.118.751-.262 1.468-.306 2.309-.354.989-.056.942-.905 1.906-.81.559.055 3.718-.162 4.18.074.572.292 1.336.022 1.613.86.277.837-.422 1.853.317 2.201.738.348 1.089 1.432.876 1.875-.193.401-.639.37-1.018.545-.526.243-.7 1.00399999-1.203 1.25499999-.882.441-3.032-.113-3.924-.282-.885-.16699999-1.946.353-2.869.239-.747-.092-1.403-.63099999-2.137-.73299999-1.158-.161-2.175.57999999-3.335.64799999-.874.05-1.787-.48299999-2.646-.34799999-.829.13099999-1.507.48099999-2.475.37099999"/></g></svg></span>
                                                        <span class="label">Air Quality</span>
                        </a>
                    </div>
                                                        <div class="link">
                        <a href="https://esassoc.com/services/biological-resources/">
                                                            <span class="icon"><svg height="21" viewBox="0 0 24 21" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m2.53143635 19.6740907c-.066 0 .003-.0050907 0 0-.202 0-.517.0099093-.647-.1800907-.082-.121.019-.247-.043-.358-.631.123-1.253.173-1.488-.595-.146-.479-.305-1.051-.299-1.561.007-.59-.078-1.178-.048-1.78.033-.678.364-1.222.541-1.857.231-.819.204-2.003.856-2.578.555-.489 1.3-.118 1.934-.602.703-.538 1.23-1.312 1.92-1.829 1.342-1.008 2.638-1.963 4.149-2.702.63499995-.311 1.26099995-.564 1.88299995-.904.706-.388 1.157-.961 1.805-1.408.589-.408 1.235-.686 1.87-1.003.379-.189 1.276-.31 1.382-.702.221-.83.576-1.615 1.547-1.615.002.045.63.066.712.084.756.164 1.015.87 1.614 1.256.756.485 1.753.043 2.444.54 1.079.779-.198 2.009-.922 2.513-.635.442-1.3 1.007-1.969 1.378-.327.179-.765.806-1.003 1.1-.356.441-.641.768-1.125 1.083-.297.193-.633.365-.897.603-.24.217-.474.555-.748.715.031-.018.159 1.308.207 1.472.203.677.731 1.004 1.431 1.042.272.015 1.127-.394 1.155.163.023.474-.992.375-1.294.398.451.364 1.477.145 1.753.462.693.791-1.062.45-1.341.463-.37.019.665.619.581.553.314.244.587.26.87.654.486.676 2.132.224 2.415.834.325.7-.93.521-1.206.46-.95-.206-1.869-1.1-2.612-.124.363.142 3.522.043 1.978.848-.569.295-1.297-.294-1.886-.14-.349.091-.631.478-.96.645.356-.179 1.712.454 1.404.931-.454.702-2.257-.332-2.637-.71-.734-.734-1.373-.156-2.283-.044-1.203.153-2.141-1.035-2.904-1.799-.493-.492-1.17399995-1-1.48399995-1.639-.176-.362-.568-.765-1.002-.649-.612.167-1.323.11-1.949.199-.654.091-1.716-.395-2.281.053-.261.205-.203.472-.36.721-.152.24-.363.388-.586.556-.367.28-.548.77-.738 1.156.45.404 1.843-.82 2.16-.246.341.616-1.324.499-1.51.794.525.389 1.395-.258 1.926.117.448.315-.472.492-.609.503-.339.033-1.285-.156-1.527.183.224.185 1.609.792 1.29 1.153-.482.543-1.052-.412-1.462-.402-.241.005-.553.071-.455.409.091.314.428.244.569.51.096.179.804.414.428.728-.096.08-.493.076-.549.1480907m13.50899995-6.0450907c-.002-.011-.006-.022-.013-.033-.068-.139-.645-.181-.78-.222-.229-.068-.413-.216-.621-.325-.211-.112-.432-.141-.65-.229-.349-.14-1.075.217-1.064.627.28.393-.637.628-.73.316-.092-.307.366-.667-.178-.778-.162-.034-.58-.073-.467.188.228.521.7.923 1.037 1.373.293.389.625.849 1.006 1.154.439.351 1.693 0 2.136-.335.072-.054.03-.444.075-.571.061-.171-.205-.148-.3-.149-.254-.002-.6-.049-.824-.162-.235.126-.851.281-1.062.03-.224-.268.332-.523.538-.454.173.058 1.982-.048 1.897-.43" fill="#fff" fill-rule="evenodd" transform="translate(.036064 .7164)"/></svg></span>
                                                        <span class="label">Biological Resources</span>
                        </a>
                    </div>
                                                        <div class="link">
                        <a href="https://esassoc.com/services/climate-change-resilience/">
                                                            <span class="icon"><svg height="27" viewBox="0 0 22 27" width="22" xmlns="http://www.w3.org/2000/svg"><g fill="#fff" fill-rule="evenodd" transform="translate(.4094 .4516)"><path d="m20.7515 11.9896-3.762-7.419c-.203-.401-.632-.401-.835 0l-3.763 7.419c-.101.2-.113.407-.031.569.082.161.245.254.448.254h2.133l.066 1.278c0 6.792-1.204 7.97-5.67 11.624-.111.091-.018.393.138.364 1.894-.341 8.473-2.244 8.947-11.988v-1.278h1.912c.202 0 .366-.093.448-.254.081-.162.07-.369-.031-.569"/><path d="m6.153 22.102c-2.395 0-4.344-1.949-4.344-4.343 0-1.289.572-2.487 1.521-3.299v-9.827c0-1.556 1.267-2.823 2.823-2.823s2.823 1.267 2.823 2.823v9.827c.949.813 1.52 2.011 1.52 3.299 0 2.394-1.949 4.343-4.343 4.343m4.632-8.39v-9.079c0-2.555-2.078-4.633-4.632-4.633-2.555 0-4.632 2.078-4.632 4.633v9.077c-.975 1.115-1.521 2.549-1.521 4.049 0 3.393 2.76 6.154 6.153 6.154s6.153-2.761 6.153-6.154c0-1.5-.546-2.934-1.521-4.047"/><path d="m7.1655 15.4374v-8.395c0-.559-.454-1.014-1.012-1.014-.559 0-1.013.455-1.013 1.014v8.395c-.895.393-1.521 1.284-1.521 2.322 0 1.396 1.137 2.533 2.534 2.533 1.396 0 2.533-1.137 2.533-2.533 0-1.038-.627-1.929-1.521-2.322"/></g></svg></span>
                                                        <span class="label">Climate Change &#038; Resilience</span>
                        </a>
                    </div>
                                                        <div class="link">
                        <a href="https://esassoc.com/services/cultural-and-historic-resources/">
                                                            <span class="icon"><svg height="25" viewBox="0 0 27 25" width="27" xmlns="http://www.w3.org/2000/svg"><g fill="#fff" fill-rule="evenodd" transform="translate(.7711 .510373)"><path d="m12.7406.44382724c2.813 0 5.093.749 5.093 1.674 0 .924-2.28 1.673-5.093 1.673s-5.093-.749-5.093-1.673c0-.925 2.28-1.674 5.093-1.674m-.052 12.25599996c.073.001.147.001.219.001 8.241 0 11.448-2.304 12.395-3.21699996-.478-1.802-1.841-2.802-3.249-3.365-1.819-.727-3.055-1.164-3.201-2.837-.146-1.674-.8-2.329-1.819-2.692-1.019-.364-3.002-.637-4.293-.583-1.291-.054-3.274.219-4.293.583-1.019.363-1.673 1.018-1.819 2.692-.146 1.673-1.382 2.11-3.202 2.837-1.23.493-2.426 1.319-3.027 2.723.729.687 4.479 3.81999996 12.289 3.85799996"/><path d="m12.9086 15.9868272c-.081 0-.161 0-.243-.001-6.573-.036-10.543-2.238-12.488-3.737.893 3.263 4.978 8.827 6.16 9.878 1.31 1.164 3.784 1.455 6.403 1.455s5.239-.291 6.549-1.455c1.055-.938 4.33-5.474 5.638-8.758-2.053 1.261-5.725 2.618-12.019 2.618"/><path d="m12.67 15.0448272c7.433.039 11.086-1.833 12.713-3.113.049-.232.081-.451.091-.652.015-.301.009-.585-.013-.856-1.422 1.165-4.92 3.078-12.55 3.078-.075 0-.151 0-.227 0-7.437-.037-11.3-2.735-12.553-3.81799996-.083.37099996-.128.77399996-.131 1.21299996 1.44 1.285 5.422 4.108 12.67 4.148"/></g></svg></span>
                                                        <span class="label">Cultural &#038; Historic Resources</span>
                        </a>
                    </div>
                                                        <div class="link">
                        <a href="https://esassoc.com/services/environmental-permitting-and-compliance/">
                                                            <span class="icon"><svg height="28" viewBox="0 0 35 28" width="35" xmlns="http://www.w3.org/2000/svg"><path d="m21.5531055 9.004-6.628-9.004-8.58700004 8.856-2.56-2.241-3.77810546 4.664c-.00289454.135.05910546.756.05910546.756h8.673c3.38800004.357 6.77200004.753 10.14700004 1.184.457.059.914.121 1.371.184-1.411.106-2.828.221-4.261.386-.546.065-1.094.144-1.66.241-.283.05-.57.107-.873.184-.312.089-.605.153-1.053.399-.116.069-.248.151-.417.315-.089.092-.18.19-.281.366-.097.17-.193.415-.207.708-.017.295.065.589.166.786.103.206.214.339.306.437.19.196.332.286.455.366.242.15.429.23.593.302.142.062.286.124.429.18.574.229 1.147.404 1.706.554 1.119.295 2.188.46 3.147.687.961.215 1.81.5 2.426.919.616.423.982.975 1.166 1.666.184.686.186 1.511.036 2.378-.129.858-.526 1.789-1.197 2.691 4.605-1.064 8.489-4.007 10.811-7.979-3.028-.716-6.942-1.557-8.92-2.396-1.297-.551-2.545-.798-3.686-.948-.384-.046-.755-.081-1.12-.112 1.579-.41 3.192-.763 4.808-1.112l.792-.172.407-.095c.03-.009.088-.018.161-.043.048-.021.077-.016.205-.108.025-.021.059-.045.115-.124.04-.057.084-.145.091-.283.001-.135-.027-.193-.068-.278-.047-.079-.057-.081-.093-.121-.104-.096-.141-.103-.182-.126-.035-.016-.066-.028-.09-.037-.052-.018-.094-.03-.135-.041-.599-.141-1.108-.189-1.652-.26-1.072-.124-2.138-.229-3.205-.329-1.491-.138-2.982-.263-4.474-.383l9.259-.025 10.026.031.039-.573-7.06-8.151z" fill="#fff" fill-rule="evenodd" transform="translate(.655695 .8712)"/></svg></span>
                                                        <span class="label">Environmental Permitting &#038; Compliance</span>
                        </a>
                    </div>
                                                        <div class="link">
                        <a href="https://esassoc.com/services/environmental-review-and-documentation/">
                                                            <span class="icon"><svg height="20" viewBox="0 0 28 20" width="28" xmlns="http://www.w3.org/2000/svg"><path d="m20.797 17.562c-2.532 0-4.591-2.059-4.591-4.592 0-2.531 2.059-4.591 4.591-4.591s4.592 2.06 4.592 4.591c0 2.533-2.06 4.592-4.592 4.592m-7.292-3.511c-.597 0-1.081-.484-1.081-1.081 0-.595.484-1.08 1.081-1.08.596 0 1.08.485 1.08 1.08 0 .597-.484 1.081-1.08 1.081m-7.293 3.511c-2.532 0-4.591-2.059-4.591-4.592 0-2.531 2.059-4.591 4.591-4.591s4.592 2.06 4.592 4.591c0 2.533-2.06 4.592-4.592 4.592m20.248-7.132c-1.494-3.406-3.554-5.905-6.473-7.729 0-1.491-1.209-2.701-2.701-2.701s-2.701 1.21-2.701 2.701v.541c0 .299-.242.54-.54.54h-1.081c-.298 0-.54-.241-.54-.54v-.541c0-1.491-1.209-2.701-2.701-2.701-1.491 0-2.701 1.21-2.701 2.701-2.919 1.824-4.979 4.323-6.474 7.729-.349.777-.548 1.635-.548 2.54 0 3.426 2.787 6.213 6.212 6.213 2.635 0 4.885-1.651 5.787-3.971.431.29.948.459 1.506.459.557 0 1.075-.169 1.505-.459.902 2.32 3.153 3.971 5.787 3.971 3.426 0 6.212-2.787 6.212-6.213 0-.905-.199-1.763-.549-2.54" fill="#fff" fill-rule="evenodd" transform="translate(.8552 .1633)"/></svg></span>
                                                        <span class="label">Environmental Review &#038; Documentation</span>
                        </a>
                    </div>
                                                        <div class="link">
                        <a href="https://esassoc.com/services/federal-services/">
                                                            <span class="icon"><svg height="29" viewBox="0 0 29 29" width="29" xmlns="http://www.w3.org/2000/svg"><path d="m.54 27.53h28.27v1.17h-28.27zm27.95-19.5-13.83-7.37-13.83 7.37v2.04h27.66zm-26.77 17.44h25.92v1.17h-25.92zm1.24-1.76h4.39v1.17h-4.39zm0-12.46h4.39v1.17h-4.39zm.75 1.68h2.89v10.22h-2.89zm18.43 10.78h4.39v1.17h-4.39zm0-12.46h4.39v1.17h-4.39zm.75 1.68h2.89v10.22h-2.89zm-7.14 10.78h4.39v1.17h-4.39zm0-12.46h4.39v1.17h-4.39zm.75 1.68h2.89v10.22h-2.89zm-7.15 10.78h4.39v1.17h-4.39zm0-12.46h4.39v1.17h-4.39zm.75 1.68h2.89v10.22h-2.89z" fill="#fff"/></svg></span>
                                                        <span class="label">Federal Services</span>
                        </a>
                    </div>
                                                        <div class="link">
                        <a href="https://esassoc.com/services/fish-and-aquatic-sciences/">
                                                            <span class="icon"><?xml version="1.0" encoding="UTF-8"?>
<!-- Generator: Adobe Illustrator 28.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 160 160" style="enable-background:new 0 0 160 160;" xml:space="preserve">
<style type="text/css">
	.st0{fill:#FFFFFF;}
</style>
<path class="st0" d="M154.7,37.5c0,0-0.1-0.9-0.7-1c-0.7-0.1-1.2,0.5-1.2,0.5c-2.5,3.2-5.4,5.8-8.8,7.9c-3.3,2-7.1,3.4-11.3,4.2  c-2.7-0.5-5.1-1.7-7.2-3.4c-2.2-1.8-4-4.1-5.5-7c0,0-0.2-0.5-0.9-0.5c-0.7,0-0.9,0.5-0.9,0.5c-1.9,3.9-2.4,8-1.4,12.3  c0.9,4.1,3,8.3,6.1,12.7c-0.1,2.1-0.7,4-1.7,5.7c-1.1,1.8-2.7,3.3-4.8,4.7c-1.9,1.2-3.9,2.3-6.1,3.2c1-1.7,3.3-2.7,2.7-3.6  c-0.6-0.9-3.9,0.1-5.6,1.5c-1.3,1.1-1.8,2.7-2.7,4.1c-6.7,2.1-14.3,3.2-22.2,4.1c1.6-1.2,3.3-2.1,5.2-3c-8.2,1.1-14.4-0.7-17.7-6.8  c-6.1,2.2-12.1,6.3-17.9,12.5c-2.9,0.3-5.8,0.7-8.5,1.2c-6.5,1.1-12.8,2.3-18.8,4c-6,1.7-11.8,3.9-17.1,6.8c-2.3,1.4-3,4-2.5,4.9  c0.5,0.9,1.3,0.6,1.3,0.6c2.5-0.5,4.7-0.1,6.6,0.8c1.7,0.8,3.2,2.1,4.2,3.4c-1.2,0.1-2.4,0-3.6-0.2c-2.1-0.3-5.5-1.9-6-1.8  s-0.9,0.2-1.3,0.8c-0.4,0.6-0.5,1.4-0.2,2.1c1,2.5,11.6,7,14,7.8c3.7,1.3,7,1.9,10,1.9c1.8,0.8,3.5,1.3,5,1.6  c1.5,0.3,2.8,0.3,4.1,0.2c1,0.8,2.4,1.4,4,1.9c1.8,0.5,4,0.9,6.7,1.1l0.1,0c8.6-0.3,16.9-1.4,24.7-3.4c4-1,7.9-2.2,11.7-3.7  c4.8,0.9,9.3,1.3,13.4,1.3c4.5,0,8.2-0.6,12.6-1.8c-1.8-3.6-3.5-5.9-7-8.2c-0.5,0.2-1.6,0.5-2.7,0.7c5.2-3.2,9.9-6.8,14.2-10.8  c3.4-0.2,6.8-0.6,10.1-1.3c3.4-0.7,6.7-1.7,10-2.8l1.6-0.6l-1.4-1c-1.6-1.1-3.1-2.4-4.5-3.8c-1.3-1.3-2.5-2.8-3.6-4.4  c3.8-5.4,7.1-11.3,9.8-17.6c6.5-3.6,10.7-7.8,13.3-12.6C154.7,48.6,155.5,43.3,154.7,37.5z"></path>
</svg>
</span>
                                                        <span class="label">Fish and Aquatic Sciences</span>
                        </a>
                    </div>
                                                        <div class="link">
                        <a href="https://esassoc.com/services/flood-and-stormwater-management/">
                                                            <span class="icon"><svg height="17" viewBox="0 0 25 17" width="25" xmlns="http://www.w3.org/2000/svg"><g fill="#fff" fill-rule="evenodd" transform="translate(.3336 .7748)"><path d="m9.4102 9.1629c-1.205 0-2.26-.385-3.163-1.156-.745.771-1.781 1.156-3.11 1.156-.266 0-.545-.028-.837-.085-.293-.057-.576-.139-.851-.247-.275-.107-.54-.228-.797-.364-.258-.135-.474-.281-.652-.438v1.522c.178.157.394.299.652.428.257.128.522.242.797.342s.558.179.851.235c.292.058.571.086.837.086 1.346 0 2.383-.364 3.11-1.091.456.34.928.598 1.415.779 1.115-.293 2.221-.73 3.213-1.367-.446.131-.932.2-1.465.2"/><path d="m24.3271 0c-5.079 0-6.95 5.919-11.762 9.729s-12.565 2.583-12.565 2.583v3.198h24.327z"/><path d="m14.177 5.9292c-.658-.186-1.212-.518-1.657-.999-.78.77-1.817 1.155-3.11 1.155-1.205 0-2.259-.385-3.163-1.155-.744.77-1.781 1.155-3.11 1.155-.266 0-.545-.028-.837-.085-.293-.057-.576-.139-.851-.246-.274-.107-.54-.229-.797-.364-.257-.136-.474-.282-.652-.439v1.522c.178.157.395.3.652.428.257.129.523.243.797.342.275.101.558.179.851.236.292.057.571.086.837.086 1.347 0 2.383-.364 3.11-1.092.974.728 2.02 1.092 3.137 1.092 1.435 0 2.48-.371 3.136-1.114.198.212.424.391.673.544.34-.347.667-.704.984-1.066"/><path d="m15.307 4.5899c.144-.176.287-.351.429-.526.284-.348.57-.696.859-1.042-.302.053-.614.082-.938.082h-.107c-1.293 0-2.303-.392-3.03-1.177-.78.77-1.817 1.156-3.11 1.156-1.205 0-2.259-.386-3.163-1.156-.744.77-1.781 1.156-3.11 1.156-.266 0-.545-.029-.837-.086-.293-.057-.576-.139-.851-.246-.274-.107-.54-.229-.797-.364-.257-.136-.474-.282-.651-.439v1.522c.177.158.394.3.651.428.257.129.523.243.797.343.275.1.558.179.851.235.292.058.571.086.837.086 1.347 0 2.383-.364 3.11-1.092.974.728 2.02 1.092 3.137 1.092 1.435 0 2.48-.371 3.136-1.113.651.695 1.582 1.073 2.787 1.141"/></g></svg></span>
                                                        <span class="label">Flood &#038; Stormwater Management</span>
                        </a>
                    </div>
                                                        <div class="link">
                        <a href="https://esassoc.com/services/landscape-architecture/">
                                                            <span class="icon"><svg height="22" viewBox="0 0 29 22" width="29" xmlns="http://www.w3.org/2000/svg"><g fill="#fff" fill-rule="evenodd" transform="translate(.8969 .4308)"><path d="m16.909 16.263c-.562-.1-1.081-.184-1.533-.252v-1.981c6.514-1.044.722-12.59-.233-13.587-.304-.328-.624-.443-.874-.443-.205 0-.553.115-.814.443-.856.996-6.589 12.521-.104 13.584v1.774c-.685.083-2.731.351-5.034.851v-1.349c.945 0 1.939-.437 2.793-1.168-.629-.467-1.025-1.044-1.269-1.576-1.062-2.315-.247-5.766.796-8.503-.551-.371-1.18-.715-1.89-1.049-1.082-.509-3.722-.541-4.374 1.686-1.527-.109-3.133 2.035-1.816 3.574 0 0-2.144.529-1.667 2.946.452 2.288 2.393 2.009 2.393 2.009.246 1.32 1.573 1.812 3.087 1.987v1.915c-2.943.792-5.794 1.967-6.37 3.621h4.272c1.31-1.271 3.513-2.268 7.148-2.602 6.971-.642 5.794-1.679 5.489-1.88"/><path d="m21.6313 17.3498v-3.429c4.142-.856.282-8.033-.362-8.706-.208-.224-.428-.303-.599-.303-.14 0-.378.079-.557.303-.172.2-.631.976-1.083 1.989.429 1.894.532 3.8-.089 5.256-.104.243-.239.495-.409.743.297.34.724.588 1.307.713v2.955c-.868-.209-1.721-.384-2.506-.53.429.233 1.76 1.126-1.245 1.918-3.16.832-4.411 1.739-4.835 2.486h2.347 13.601c-.524-1.503-2.927-2.611-5.57-3.395"/></g></svg></span>
                                                        <span class="label">Landscape Architecture</span>
                        </a>
                    </div>
                                                        <div class="link">
                        <a href="https://esassoc.com/services/planning/">
                                                            <span class="icon"><svg height="28" viewBox="0 0 21 28" width="21" xmlns="http://www.w3.org/2000/svg"><g fill="#fff" fill-rule="evenodd" transform="translate(.2816 .6886)"><path d="m18.496 24.9841h-16.562v-19.883h1.565c.112-.972.621-1.542 1.182-1.922h-3.503c-.651 0-1.178.528-1.178 1.177v21.112c0 .652.527 1.179 1.178 1.179h18.075c.65 0 1.178-.527 1.178-1.179v-21.112c0-.649-.528-1.177-1.178-1.177h-3.502c.562.38 1.069.95 1.182 1.922h1.564z"/><path d="m10.2156 1.471c-.433 0-.786.353-.786.786 0 .434.353.785.786.785s.786-.351.786-.785c0-.433-.353-.786-.786-.786zm-5.79 4.041c0-2.273 2.551-1.587 3.435-3.452.532-1.125 1.11-2.06 2.355-2.06s1.823.935 2.355 2.06c.884 1.865 3.436 1.179 3.436 3.452z"/><path d="m7.1114 11.6344h8.467v-1.129h-8.467z"/><path d="m4.8534 11.6344h1.129v-1.129h-1.129z"/><path d="m4.8534 15.5854h1.129v-1.129h-1.129z"/><path d="m7.1114 15.5854h8.467v-1.129h-8.467z"/><path d="m4.8534 19.5374h1.129v-1.129h-1.129z"/><path d="m7.1114 19.5364h8.467v-1.129h-8.467z"/></g></svg></span>
                                                        <span class="label">Planning</span>
                        </a>
                    </div>
                                                        <div class="link">
                        <a href="https://esassoc.com/services/restoration/">
                                                            <span class="icon"><svg height="25" viewBox="0 0 26 25" width="26" xmlns="http://www.w3.org/2000/svg"><g fill="#fff" fill-rule="evenodd" transform="translate(.4765 .0064)"><path d="m14.8973 11.337c1.006.96 1.992 1.613 2.646 1.993-.891 1.656-2.207 3.044-3.254 3.991.658-.263 1.317-.533 1.961-.801.238-.099.479-.198.719-.298 1.102-1.485 2.109-3.391 2.328-5.573.261-2.587-.978-4.774-2.158-6.229-.721-.961-1.363-1.508-1.363-1.508s.176.007.537.265c2.044 1.463 4.163 4.397 3.614 8.16-.069.471-.171.937-.297 1.395 2.58-2.455 1.998-5.572.436-8.145-1.024-1.686-2.728-3.254-4.264-3.467-.802-.11-1.32-.456-1.599-.87-.159-.234-.365-.25-.365-.25-3.511 7.464 1.059 11.337 1.059 11.337"/><path d="m21.777 15.3204c-2.733.846-5.318 2.078-7.936 3.084-1.447.556-3.358.728-4.487-.596-.387-.782-.333-.654 1.403-1.85 1.968-1.355 2.299-2.433 1.717-3.168-.581-.734-1.576-.419-2.563.301-3.861 2.816-6.773 3.566-7.625 3.737-.034.004-.07.008-.103.012-2.183.264-2.183 2.707-2.183 2.707v3.86s0 .55.431.545c8.951-.097 11.003.529 11.597.298.555-.215 1.362-.946 2.087-1.559 1.054-.888 8.646-5.297 8.646-5.297 1.432-.566 1.986-.95 2.103-1.345.232-.788-1.41-1.249-3.087-.729"/></g></svg></span>
                                                        <span class="label">Restoration</span>
                        </a>
                    </div>
                                                        <div class="link">
                        <a href="https://esassoc.com/services/technology/">
                                                            <span class="icon"><?xml version="1.0" encoding="UTF-8"?>
<!-- Generator: Adobe Illustrator 28.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 160 160" style="enable-background:new 0 0 160 160;" xml:space="preserve">
<style type="text/css">
	.st0{fill:#FFFFFF;}
</style>
<g>
	<g>
		<g>
			<g>
				<rect x="42.3" y="48.4" class="st0" width="79.3" height="12.3"></rect>
				<rect x="42.3" y="70.5" class="st0" width="50.2" height="5.6"></rect>
				<path class="st0" d="M62,101.1c1,1.8,1.8,3.7,2.4,5.6h28v-5.6H62z"></path>
				<path class="st0" d="M45.3,85.8c3.3,1.4,6.3,3.3,8.9,5.6h38.2v-5.6H45.3z"></path>
			</g>
			<g>
				<path class="st0" d="M133.7,95.1l-16-5V72.9c0-1.9-1.6-3.5-3.5-3.5c-2,0-3.5,1.6-3.5,3.5v24.9l-3.3-5.7c-1-1.7-3.1-2.3-4.8-1.3      c-1.7,1-2.3,3.1-1.3,4.8l11.1,19.2c0.7,1.1,1.8,1.8,3.1,1.8h16.4c1.5,0,2.8-0.9,3.3-2.4l3.5-9.9c0.2-0.7,0.4-1.5,0.4-2.2      C138.9,98.7,136.7,95.9,133.7,95.1z"></path>
			</g>
		</g>
		<path class="st0" d="M139,15.8H38.4c-8.8,0-16,7.1-16,16v52.4c2.4-0.7,4.8-1.1,7.4-1.2V36.3h117.8v79.5c0,3.8-3.1,6.8-6.9,6.8h-75    c-0.4,2.5-1,4.8-1.8,7.1H139c8.8,0,16-7.1,16-16v-82C155,23,147.9,15.8,139,15.8z M106.9,31.2c-2.4,0-4.4-2-4.4-4.4    c0-2.4,2-4.4,4.4-4.4c2.4,0,4.4,2,4.4,4.4C111.3,29.2,109.3,31.2,106.9,31.2z M123.2,31.2c-2.4,0-4.4-2-4.4-4.4    c0-2.4,2-4.4,4.4-4.4c2.4,0,4.4,2,4.4,4.4C127.6,29.2,125.6,31.2,123.2,31.2z M139.5,31.2c-2.4,0-4.4-2-4.4-4.4    c0-2.4,2-4.4,4.4-4.4c2.4,0,4.4,2,4.4,4.4C143.9,29.2,141.9,31.2,139.5,31.2z"></path>
	</g>
	<g>
		<g>
			<g>
				<path class="st0" d="M55.4,106.6l-4.6,0.3c-0.4,0-0.8-0.2-1-0.5c-0.8-1.3-1.7-2.4-2.7-3.5c-0.3-0.3-0.4-0.7-0.2-1.1l1.5-4.4      c0.2-0.5,0-1-0.5-1.3L42,92.8c-0.4-0.3-1-0.2-1.3,0.2l-3.1,3.5c-0.3,0.3-0.7,0.4-1,0.3c-1.4-0.3-2.9-0.5-4.3-0.6      c-0.4,0-0.8-0.2-0.9-0.6l-2.1-4.2C29,91,28.5,90.8,28,90.9l-6.5,1.8c-0.5,0.1-0.8,0.6-0.8,1.1l0.3,4.7c0,0.4-0.2,0.8-0.5,1      c-1.3,0.8-2.4,1.7-3.5,2.7c-0.3,0.3-0.7,0.4-1.1,0.2l-4.4-1.5c-0.5-0.2-1,0-1.3,0.5l-3.4,5.9c-0.3,0.4-0.2,1,0.2,1.3l3.5,3.1      c0.3,0.3,0.4,0.7,0.3,1.1c-0.3,1.4-0.5,2.9-0.6,4.3c0,0.4-0.2,0.7-0.6,0.9l-4.2,2.1c-0.5,0.2-0.7,0.7-0.6,1.2l1.8,6.5      c0.1,0.5,0.6,0.8,1.1,0.8l4.6-0.3c0.4,0,0.8,0.2,1,0.5c0.8,1.3,1.7,2.4,2.7,3.5c0.3,0.3,0.4,0.7,0.2,1.1l-1.5,4.4      c-0.2,0.5,0,1,0.5,1.3l5.9,3.4c0.4,0.3,1,0.2,1.3-0.2l3.1-3.5c0.3-0.3,0.7-0.4,1.1-0.3c1.4,0.3,2.9,0.5,4.3,0.6      c0.4,0,0.8,0.2,0.9,0.6l2.1,4.2c0.2,0.5,0.7,0.7,1.2,0.6l6.5-1.8c0.5-0.1,0.8-0.6,0.8-1.1l-0.3-4.7c0-0.4,0.2-0.8,0.5-1      c1.3-0.8,2.4-1.7,3.5-2.7c0.3-0.3,0.7-0.4,1.1-0.2l4.4,1.5c0.5,0.2,1,0,1.3-0.5l3.4-5.9c0.3-0.4,0.2-1-0.2-1.3l-3.5-3.1      c-0.3-0.3-0.4-0.7-0.3-1c0.3-1.4,0.5-2.9,0.6-4.3c0-0.4,0.2-0.8,0.6-0.9l4.2-2.1c0.5-0.2,0.7-0.7,0.6-1.2l-1.8-6.5      C56.4,106.9,55.9,106.5,55.4,106.6z M34.8,129.2c-6.5,1.7-13.1-2.1-14.8-8.6c-1.7-6.5,2.1-13.1,8.6-14.8      c6.5-1.7,13.1,2.1,14.8,8.6C45.1,120.8,41.2,127.5,34.8,129.2z"></path>
			</g>
		</g>
	</g>
</g>
</svg>
</span>
                                                        <span class="label">Technology</span>
                        </a>
                    </div>
                                                        <div class="link">
                        <a href="https://esassoc.com/services/water-resources/">
                                                            <span class="icon"><svg height="25" viewBox="0 0 15 25" width="15" xmlns="http://www.w3.org/2000/svg"><g fill="#fff" fill-rule="evenodd" transform="translate(.28534 .9392)"><path d="m11.38466 19.476c-.879 1.449-2.28300001 2.184-4.17300001 2.184s-3.294-.735-4.172-2.184c-1.138-1.877-1.179-4.744-.098-6.817 1.442-2.766 3.056-5.81 4.27-8.091 1.215 2.281 2.82800001 5.325 4.27100001 8.091 1.081 2.073 1.04 4.94-.098 6.817m2.006-7.813c-2.793-5.354-6.17900001-11.663-6.17900001-11.663s-3.385 6.309-6.178 11.663c-2.423 4.646-.674 12.149 6.178 12.149 6.85300001 0 8.60200001-7.503 6.17900001-12.149"/><path d="m6.66625999 18.4388c-2.393-.607-1.798-3.266-1.721-3.57.116-.453-.156-.914-.608-1.032-.453-.118-.916.154-1.034.607-.022.088-.549 2.177.441 3.852.532.898 1.374 1.5 2.505 1.786.07.018.14.027.209.027.379 0 .724-.256.821-.64.115-.454-.159-.915-.613-1.03"/></g></svg></span>
                                                        <span class="label">Water Resources</span>
                        </a>
                    </div>
                
                <div class="link">
                        <a href="https://esassoc.com/services/">
                             <span class="icon empty"></span>
                            <span class="label">All Services</span>
                        </a>
                    </div>

            </div>
            </div>

    <div class="projects">
        
            <div class="cta">
                <a class="btn" href="/projects/" target="_self">View Project Portfolio</a>
            </div>
                     
            </div>


    <div class="clients">
        
            <div class="cta">
                <a class="btn" href="/clients/" target="_self">View Our Clients</a>
            </div>
                     
            </div>

</nav>	</header>

	    <nav class="mobile-nav">
        <div class="mobile-nav-wrapper">
            <div class="logo">
                <a href="https://esassoc.com/"><img src="https://esassoc.com/wp-content/uploads/2021/04/esa-logo.svg" alt="ESA" /></a>
            </div>
            
            <ul class="main-links">
                                    
                        
                            <li class="link main-link">
                                <a href="https://esassoc.com/" target="_self">Home</a>
                            </li>
                        
                        
                    
                    
                                    
                    
                        
                        <li class="link main-link dropdown">
                            <a href="#about-subnav" class="section-header">
                                About                                <span class="arrow"><img src="https://esassoc.com/wp-content/themes/joshua-tree/images/down-arrow.svg" alt="Down Arrow" /></span>
                            </a>

                            <ul id="about-subnav" class="sub-links">
                                
                                    
                                        
                                            <li class="link sub-link">
                                                <a href="https://esassoc.com/about/" target="_self">About ESA</a>
                                            </li>

                                        
                                    
                                    
                                
                                    
                                        
                                            <li class="link sub-link">
                                                <a href="https://esassoc.com/about/leadership/" target="_self">Leadership</a>
                                            </li>

                                        
                                    
                                    
                                
                                    
                                        
                                            <li class="link sub-link">
                                                <a href="https://esassoc.com/about/esop/" target="_self">100% Employee Owned</a>
                                            </li>

                                        
                                    
                                    
                                
                                    
                                        
                                            <li class="link sub-link">
                                                <a href="/news-and-ideas/category/employee-owner-spotlight/" target="_self">Employee-Owner Spotlight</a>
                                            </li>

                                        
                                    
                                    
                                
                                    
                                        
                                            <li class="link sub-link">
                                                <a href="https://esassoc.com/about/jedi/" target="_self">JEDI</a>
                                            </li>

                                        
                                    
                                    
                                
                                    
                                        
                                            <li class="link sub-link">
                                                <a href="https://esassoc.com/about/culture/" target="_self">Culture</a>
                                            </li>

                                        
                                    
                                    
                                
                                    
                                        
                                            <li class="link sub-link">
                                                <a href="https://esassoc.com/about/history/" target="_self">History</a>
                                            </li>

                                        
                                    
                                    
                                                            </ul>
                        </li>                       

                    
                                    
                    
                        
                        <li class="link main-link dropdown">
                            <a href="#our-work-subnav" class="section-header">
                                Our Work                                <span class="arrow"><img src="https://esassoc.com/wp-content/themes/joshua-tree/images/down-arrow.svg" alt="Down Arrow" /></span>
                            </a>

                            <ul id="our-work-subnav" class="sub-links">
                                
                                    
                                        
                                            <li class="link sub-link">
                                                <a href="https://esassoc.com/market/airports-aviation/" target="_self">Airports / Aviation</a>
                                            </li>

                                        
                                    
                                    
                                
                                    
                                        
                                            <li class="link sub-link">
                                                <a href="https://esassoc.com/market/community-development/" target="_self">Community Development</a>
                                            </li>

                                        
                                    
                                    
                                
                                    
                                        
                                            <li class="link sub-link">
                                                <a href="https://esassoc.com/market/energy/" target="_self">Energy</a>
                                            </li>

                                        
                                    
                                    
                                
                                    
                                        
                                            <li class="link sub-link">
                                                <a href="https://esassoc.com/market/natural-resource-management/" target="_self">Natural Resource Management</a>
                                            </li>

                                        
                                    
                                    
                                
                                    
                                        
                                            <li class="link sub-link">
                                                <a href="https://esassoc.com/market/surface-transportation-and-ports/" target="_self">Surface Transportation &amp; Ports</a>
                                            </li>

                                        
                                    
                                    
                                
                                    
                                        
                                            <li class="link sub-link">
                                                <a href="https://esassoc.com/market/water/" target="_self">Water</a>
                                            </li>

                                        
                                    
                                    
                                
                                    
                                                                            <div class="divider">
                                            <div class="divider-object"></div>                                    
                                        </div>
                                    
                                
                                    
                                        
                                            <li class="link sub-link">
                                                <a href="/services/" target="_self">All Services</a>
                                            </li>

                                        
                                    
                                    
                                
                                    
                                        
                                            <li class="link sub-link">
                                                <a href="/projects/" target="_self">Project Portfolio</a>
                                            </li>

                                        
                                    
                                    
                                
                                    
                                        
                                            <li class="link sub-link">
                                                <a href="/clients/" target="_self">Our Clients</a>
                                            </li>

                                        
                                    
                                    
                                                            </ul>
                        </li>                       

                    
                                    
                    
                        
                        <li class="link main-link dropdown">
                            <a href="#join-us-subnav" class="section-header">
                                Join Us                                <span class="arrow"><img src="https://esassoc.com/wp-content/themes/joshua-tree/images/down-arrow.svg" alt="Down Arrow" /></span>
                            </a>

                            <ul id="join-us-subnav" class="sub-links">
                                
                                    
                                        
                                            <li class="link sub-link">
                                                <a href="https://esassoc.com/join-us/" target="_self">Join ESA</a>
                                            </li>

                                        
                                    
                                    
                                
                                    
                                        
                                            <li class="link sub-link">
                                                <a href="https://esassoc.com/join-us/benefits/" target="_self">Benefits</a>
                                            </li>

                                        
                                    
                                    
                                
                                    
                                        
                                            <li class="link sub-link">
                                                <a href="https://esassoc.com/join-us/educational-outreach-and-internship-program/" target="_self">Internships</a>
                                            </li>

                                        
                                    
                                    
                                
                                    
                                        
                                            <li class="link sub-link">
                                                <a href="https://esassoc.com/join-us/job-openings/" target="_self">Job Openings</a>
                                            </li>

                                        
                                    
                                    
                                
                                    
                                        
                                            <li class="link sub-link">
                                                <a href="https://esassoc.com/join-us/professional-development/" target="_self">Professional Development</a>
                                            </li>

                                        
                                    
                                    
                                
                                    
                                        
                                            <li class="link sub-link">
                                                <a href="https://esassoc.com/about/culture/" target="_self">Culture</a>
                                            </li>

                                        
                                    
                                    
                                                            </ul>
                        </li>                       

                    
                                    
                        
                            <li class="link main-link">
                                <a href="https://esassoc.com/news-and-ideas/" target="_self">News &amp; Ideas</a>
                            </li>
                        
                        
                    
                    
                                    
                        
                            <li class="link main-link">
                                <a href="https://esassoc.com/contact-us/" target="_self">Contact</a>
                            </li>
                        
                        
                    
                    
                 
            </ul>
        </div>
    </nav>

	<nav class="search-nav grid">
    <form role="search" method="get" class="search-form" action="https://esassoc.com/">
        <label>
            <span class="screen-reader-text">Search for:</span>
            <input type="search" class="search-field"
                placeholder="Search our site"
                value="" name="s"
                title="Search for:" />
        </label>
        <input type="submit" class="search-submit"
            value="Search" />
    </form>
</nav>

	<main class="site-content">
    <section class="page-header grid">
        <h1 class="page-title">News & Ideas</h1>

            </section>


            
    <section class="featured-posts grid">
        <div class="featured-grid">
                            
                <article class="news-item featured-1 post-14579 post type-post status-publish format-standard has-post-thumbnail hentry category-biological-resources category-natural-resource-management category-water">
                    <div class="photo">
                        <a href="https://esassoc.com/news-and-ideas/2024/07/the-colorado-a-lifeline-under-pressure/">
                            <img width="1600" height="755" src="https://esassoc.com/wp-content/uploads/2024/07/iStock-505238026_hero-1600x755.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://esassoc.com/wp-content/uploads/2024/07/iStock-505238026_hero-1600x755.jpg 1600w, https://esassoc.com/wp-content/uploads/2024/07/iStock-505238026_hero-800x377.jpg 800w, https://esassoc.com/wp-content/uploads/2024/07/iStock-505238026_hero-768x362.jpg 768w, https://esassoc.com/wp-content/uploads/2024/07/iStock-505238026_hero-1536x725.jpg 1536w, https://esassoc.com/wp-content/uploads/2024/07/iStock-505238026_hero-2048x966.jpg 2048w" sizes="(max-width: 1600px) 100vw, 1600px" />                        </a>
                    </div>

                    <div class="info">
                        <div class="info__wrapper">
                            <em class="date">July 10, 2024</em>
    
                            <div class="headline">
                                <h3 class="title-headline small">
                                    <a href="https://esassoc.com/news-and-ideas/2024/07/the-colorado-a-lifeline-under-pressure/">
                                        The Colorado: A Lifeline Under Pressure                                    </a>
                                </h3>
                            </div>

                            <div class="excerpt copy copy-2">
                                Following historically low water levels, states and water agencies are working to significantly reduce water use on the Colorado River through conservation programs. As these programs get underway, complex decisions are needed to protect vulnerable species and ecosystems, and the well-being of millions of water users impacted downstream.                            </div>

                            <div class="cta">
                                <a href="https://esassoc.com/news-and-ideas/2024/07/the-colorado-a-lifeline-under-pressure/" class="btn btn-teal">Read More</a>
                            </div>
                        </div>
                    </div>                    
                </article>
                            
                <article class="news-item featured-2 post-14865 post type-post status-publish format-standard has-post-thumbnail hentry category-climate-change-resilience category-flood-stormwater-management category-landscape-architecture category-natural-resource-management category-restoration">
                    <div class="photo">
                        <a href="https://esassoc.com/news-and-ideas/2024/07/jorgen-blomberg-appointed-to-lead-environmental-hydrology-and-design-group/">
                            <img width="1600" height="755" src="https://esassoc.com/wp-content/uploads/2024/07/JorgenBlomberg_hero-1600x755.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://esassoc.com/wp-content/uploads/2024/07/JorgenBlomberg_hero-1600x755.jpg 1600w, https://esassoc.com/wp-content/uploads/2024/07/JorgenBlomberg_hero-800x378.jpg 800w, https://esassoc.com/wp-content/uploads/2024/07/JorgenBlomberg_hero-768x363.jpg 768w, https://esassoc.com/wp-content/uploads/2024/07/JorgenBlomberg_hero-1536x725.jpg 1536w, https://esassoc.com/wp-content/uploads/2024/07/JorgenBlomberg_hero-2048x967.jpg 2048w" sizes="(max-width: 1600px) 100vw, 1600px" />                        </a>
                    </div>

                    <div class="info">
                        <div class="info__wrapper">
                            <em class="date">July 30, 2024</em>
    
                            <div class="headline">
                                <h3 class="title-headline small">
                                    <a href="https://esassoc.com/news-and-ideas/2024/07/jorgen-blomberg-appointed-to-lead-environmental-hydrology-and-design-group/">
                                        Jorgen Blomberg Appointed to Lead Environmental Hydrology and Design Group                                    </a>
                                </h3>
                            </div>

                            <div class="excerpt copy copy-2">
                                ESA is pleased to announce that Jorgen Blomberg has been selected to lead the firm’s Environmental Hydrology and Design (EH&amp;D) practice. In his new role, Blomberg will provide strategic leadership for more than 80 practitioners who specialize in environmental engineering, landscape architecture, and restoration planning and design to drive innovative and sustainable project solutions for [&hellip;]                            </div>

                            <div class="cta">
                                <a href="https://esassoc.com/news-and-ideas/2024/07/jorgen-blomberg-appointed-to-lead-environmental-hydrology-and-design-group/" class="btn btn-teal">Read More</a>
                            </div>
                        </div>
                    </div>                    
                </article>
                            
                <article class="news-item featured-3 post-14517 post type-post status-publish format-standard has-post-thumbnail hentry category-default category-flood-stormwater-management category-water">
                    <div class="photo">
                        <a href="https://esassoc.com/news-and-ideas/2024/07/time-to-recharge-strategies-for-groundwater-and-stormwater-capture/">
                            <img width="1600" height="755" src="https://esassoc.com/wp-content/uploads/2024/07/2023_05_11_ZZ_0158_Delta_hero_sm-1600x755.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://esassoc.com/wp-content/uploads/2024/07/2023_05_11_ZZ_0158_Delta_hero_sm-1600x755.jpg 1600w, https://esassoc.com/wp-content/uploads/2024/07/2023_05_11_ZZ_0158_Delta_hero_sm-800x377.jpg 800w, https://esassoc.com/wp-content/uploads/2024/07/2023_05_11_ZZ_0158_Delta_hero_sm-768x362.jpg 768w, https://esassoc.com/wp-content/uploads/2024/07/2023_05_11_ZZ_0158_Delta_hero_sm-1536x724.jpg 1536w, https://esassoc.com/wp-content/uploads/2024/07/2023_05_11_ZZ_0158_Delta_hero_sm-2048x966.jpg 2048w" sizes="(max-width: 1600px) 100vw, 1600px" />                        </a>
                    </div>

                    <div class="info">
                        <div class="info__wrapper">
                            <em class="date">July 17, 2024</em>
    
                            <div class="headline">
                                <h3 class="title-headline small">
                                    <a href="https://esassoc.com/news-and-ideas/2024/07/time-to-recharge-strategies-for-groundwater-and-stormwater-capture/">
                                        Time to Recharge: Strategies for Groundwater and Stormwater Capture                                    </a>
                                </h3>
                            </div>

                            <div class="excerpt copy copy-2">
                                According to the Department of Water Resources’ Water Year 2023 report, the State of California experienced “weather whiplash,” with the water year starting off in drought conditions and ending with 141 percent of statewide average precipitation and 137 percent of April 1st snowpack. The state’s above-ground reservoirs, which are averaging 90 percent full, are all [&hellip;]                            </div>

                            <div class="cta">
                                <a href="https://esassoc.com/news-and-ideas/2024/07/time-to-recharge-strategies-for-groundwater-and-stormwater-capture/" class="btn btn-teal">Read More</a>
                            </div>
                        </div>
                    </div>                    
                </article>
                    </div>
    </section>

    
    <section class="post-list grid">
    <div class="news-grid">

        
            <article class="news-item post-14844 post type-post status-publish format-standard has-post-thumbnail hentry category-employee-owner-spotlight">

                <div class="photo">
                    <a href="https://esassoc.com/news-and-ideas/2024/07/spotlight-kristine-olsen/">
                        <img width="1600" height="755" src="https://esassoc.com/wp-content/uploads/2024/07/1-Kristine-Olsen-Lrg_hero-1600x755.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://esassoc.com/wp-content/uploads/2024/07/1-Kristine-Olsen-Lrg_hero-1600x755.jpg 1600w, https://esassoc.com/wp-content/uploads/2024/07/1-Kristine-Olsen-Lrg_hero-800x377.jpg 800w, https://esassoc.com/wp-content/uploads/2024/07/1-Kristine-Olsen-Lrg_hero-768x362.jpg 768w, https://esassoc.com/wp-content/uploads/2024/07/1-Kristine-Olsen-Lrg_hero-1536x725.jpg 1536w, https://esassoc.com/wp-content/uploads/2024/07/1-Kristine-Olsen-Lrg_hero-2048x966.jpg 2048w" sizes="(max-width: 1600px) 100vw, 1600px" />                    </a>
                </div>

                <div class="info">
                    <div class="info__wrapper">
                        <em class="date">July 19, 2024</em>

                        <div class="headline">
                            <h3 class="title-headline x-small">
                                <a href="https://esassoc.com/news-and-ideas/2024/07/spotlight-kristine-olsen/">Spotlight: Kristine Olsen</a>
                            </h3>
                        </div>

                        <div class="excerpt copy copy-3">
                            <p>Kristine Olsen is a senior publications specialist with over 23 years of experience formatting and...</p>
                        </div>

                        <div class="cta">
                            <a href="https://esassoc.com/news-and-ideas/2024/07/spotlight-kristine-olsen/" class="underline">Read More</a>
                        </div>
                    </div>
                </div>                    
            
            </article>

        
            <article class="news-item post-14741 post type-post status-publish format-standard has-post-thumbnail hentry category-default">

                <div class="photo">
                    <a href="https://esassoc.com/news-and-ideas/2024/07/supporting-water-supply-resiliency-at-the-local-level/">
                        <img width="1600" height="755" src="https://esassoc.com/wp-content/uploads/2024/07/G0033340-2_hero-1600x755.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://esassoc.com/wp-content/uploads/2024/07/G0033340-2_hero-1600x755.jpg 1600w, https://esassoc.com/wp-content/uploads/2024/07/G0033340-2_hero-800x377.jpg 800w, https://esassoc.com/wp-content/uploads/2024/07/G0033340-2_hero-768x362.jpg 768w, https://esassoc.com/wp-content/uploads/2024/07/G0033340-2_hero-1536x725.jpg 1536w, https://esassoc.com/wp-content/uploads/2024/07/G0033340-2_hero-2048x966.jpg 2048w" sizes="(max-width: 1600px) 100vw, 1600px" />                    </a>
                </div>

                <div class="info">
                    <div class="info__wrapper">
                        <em class="date">July 16, 2024</em>

                        <div class="headline">
                            <h3 class="title-headline x-small">
                                <a href="https://esassoc.com/news-and-ideas/2024/07/supporting-water-supply-resiliency-at-the-local-level/">Supporting Water Supply Resiliency at the Local Level</a>
                            </h3>
                        </div>

                        <div class="excerpt copy copy-3">
                            <p>Water districts across the nation face increasing risks to their supplies and delivery systems resulting...</p>
                        </div>

                        <div class="cta">
                            <a href="https://esassoc.com/news-and-ideas/2024/07/supporting-water-supply-resiliency-at-the-local-level/" class="underline">Read More</a>
                        </div>
                    </div>
                </div>                    
            
            </article>

        
            <article class="news-item post-14661 post type-post status-publish format-standard has-post-thumbnail hentry category-default">

                <div class="photo">
                    <a href="https://esassoc.com/news-and-ideas/2024/07/esa-explores-the-five-senses-at-38th-annual-environmental-permitting-summer-school/">
                        <img width="1600" height="755" src="https://esassoc.com/wp-content/uploads/2024/01/shutterstock_1070707382_hero3-1600x755.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://esassoc.com/wp-content/uploads/2024/01/shutterstock_1070707382_hero3-1600x755.jpg 1600w, https://esassoc.com/wp-content/uploads/2024/01/shutterstock_1070707382_hero3-800x378.jpg 800w, https://esassoc.com/wp-content/uploads/2024/01/shutterstock_1070707382_hero3-768x362.jpg 768w, https://esassoc.com/wp-content/uploads/2024/01/shutterstock_1070707382_hero3-1536x725.jpg 1536w, https://esassoc.com/wp-content/uploads/2024/01/shutterstock_1070707382_hero3-2048x966.jpg 2048w" sizes="(max-width: 1600px) 100vw, 1600px" />                    </a>
                </div>

                <div class="info">
                    <div class="info__wrapper">
                        <em class="date">July 12, 2024</em>

                        <div class="headline">
                            <h3 class="title-headline x-small">
                                <a href="https://esassoc.com/news-and-ideas/2024/07/esa-explores-the-five-senses-at-38th-annual-environmental-permitting-summer-school/">ESA Explores the Five Senses at 38th Annual Environmental Permitting Summer School</a>
                            </h3>
                        </div>

                        <div class="excerpt copy copy-3">
                            <p>ESA is a proud sponsor of the 38th Annual Environmental Permitting Summer School conference. At...</p>
                        </div>

                        <div class="cta">
                            <a href="https://esassoc.com/news-and-ideas/2024/07/esa-explores-the-five-senses-at-38th-annual-environmental-permitting-summer-school/" class="underline">Read More</a>
                        </div>
                    </div>
                </div>                    
            
            </article>

        
            <article class="news-item post-14459 post type-post status-publish format-standard has-post-thumbnail hentry category-airports-aviation category-environmental-review-documentation category-federal">

                <div class="photo">
                    <a href="https://esassoc.com/news-and-ideas/2024/07/navigating-the-new-frontier-of-aviation-nepa-compliance-pre-planning-is-key/">
                        <img width="1600" height="755" src="https://esassoc.com/wp-content/uploads/2024/07/shutterstock_2195085031_hero2-1600x755.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://esassoc.com/wp-content/uploads/2024/07/shutterstock_2195085031_hero2-1600x755.jpg 1600w, https://esassoc.com/wp-content/uploads/2024/07/shutterstock_2195085031_hero2-800x378.jpg 800w, https://esassoc.com/wp-content/uploads/2024/07/shutterstock_2195085031_hero2-768x362.jpg 768w, https://esassoc.com/wp-content/uploads/2024/07/shutterstock_2195085031_hero2-1536x725.jpg 1536w, https://esassoc.com/wp-content/uploads/2024/07/shutterstock_2195085031_hero2-2048x967.jpg 2048w" sizes="(max-width: 1600px) 100vw, 1600px" />                    </a>
                </div>

                <div class="info">
                    <div class="info__wrapper">
                        <em class="date">July 5, 2024</em>

                        <div class="headline">
                            <h3 class="title-headline x-small">
                                <a href="https://esassoc.com/news-and-ideas/2024/07/navigating-the-new-frontier-of-aviation-nepa-compliance-pre-planning-is-key/">Navigating the New Frontier of Aviation NEPA Compliance: Pre-Planning is Key</a>
                            </h3>
                        </div>

                        <div class="excerpt copy copy-3">
                            <p>As aviation and environmental planning experts, we at ESA are always keeping an eye on...</p>
                        </div>

                        <div class="cta">
                            <a href="https://esassoc.com/news-and-ideas/2024/07/navigating-the-new-frontier-of-aviation-nepa-compliance-pre-planning-is-key/" class="underline">Read More</a>
                        </div>
                    </div>
                </div>                    
            
            </article>

        
            <article class="news-item post-14410 post type-post status-publish format-standard has-post-thumbnail hentry category-default category-technology category-water">

                <div class="photo">
                    <a href="https://esassoc.com/news-and-ideas/2024/07/groundwater-accounting-platform-offers-data-driven-solution-for-the-west/">
                        <img width="1600" height="755" src="https://esassoc.com/wp-content/uploads/2024/06/tim-mossholder-tgrV1o779zQ-unsplash_crop-1600x755.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://esassoc.com/wp-content/uploads/2024/06/tim-mossholder-tgrV1o779zQ-unsplash_crop-1600x755.jpg 1600w, https://esassoc.com/wp-content/uploads/2024/06/tim-mossholder-tgrV1o779zQ-unsplash_crop-800x378.jpg 800w, https://esassoc.com/wp-content/uploads/2024/06/tim-mossholder-tgrV1o779zQ-unsplash_crop-768x363.jpg 768w, https://esassoc.com/wp-content/uploads/2024/06/tim-mossholder-tgrV1o779zQ-unsplash_crop-1536x725.jpg 1536w, https://esassoc.com/wp-content/uploads/2024/06/tim-mossholder-tgrV1o779zQ-unsplash_crop-2048x967.jpg 2048w" sizes="(max-width: 1600px) 100vw, 1600px" />                    </a>
                </div>

                <div class="info">
                    <div class="info__wrapper">
                        <em class="date">July 3, 2024</em>

                        <div class="headline">
                            <h3 class="title-headline x-small">
                                <a href="https://esassoc.com/news-and-ideas/2024/07/groundwater-accounting-platform-offers-data-driven-solution-for-the-west/">Groundwater Accounting Platform Offers Data-Driven Solution for the West</a>
                            </h3>
                        </div>

                        <div class="excerpt copy copy-3">
                            <p>As the American West faces intensifying water challenges, water managers, landowners, and water users are...</p>
                        </div>

                        <div class="cta">
                            <a href="https://esassoc.com/news-and-ideas/2024/07/groundwater-accounting-platform-offers-data-driven-solution-for-the-west/" class="underline">Read More</a>
                        </div>
                    </div>
                </div>                    
            
            </article>

        
            <article class="news-item post-14391 post type-post status-publish format-standard has-post-thumbnail hentry category-environmental-permitting-compliance category-water">

                <div class="photo">
                    <a href="https://esassoc.com/news-and-ideas/2024/07/floridas-water-future-navigating-the-shifting-tides-of-sb-64/">
                        <img width="1600" height="755" src="https://esassoc.com/wp-content/uploads/2024/06/shutterstock_17092630_hero-1600x755.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://esassoc.com/wp-content/uploads/2024/06/shutterstock_17092630_hero-1600x755.jpg 1600w, https://esassoc.com/wp-content/uploads/2024/06/shutterstock_17092630_hero-800x377.jpg 800w, https://esassoc.com/wp-content/uploads/2024/06/shutterstock_17092630_hero-768x362.jpg 768w, https://esassoc.com/wp-content/uploads/2024/06/shutterstock_17092630_hero-1536x725.jpg 1536w, https://esassoc.com/wp-content/uploads/2024/06/shutterstock_17092630_hero-2048x966.jpg 2048w" sizes="(max-width: 1600px) 100vw, 1600px" />                    </a>
                </div>

                <div class="info">
                    <div class="info__wrapper">
                        <em class="date">July 3, 2024</em>

                        <div class="headline">
                            <h3 class="title-headline x-small">
                                <a href="https://esassoc.com/news-and-ideas/2024/07/floridas-water-future-navigating-the-shifting-tides-of-sb-64/">Florida&#8217;s Water Future: Navigating the Shifting Tides of SB 64</a>
                            </h3>
                        </div>

                        <div class="excerpt copy copy-3">
                            <p>Florida is known for its vast network of stunning rivers, lakes, and coastal waters. However,...</p>
                        </div>

                        <div class="cta">
                            <a href="https://esassoc.com/news-and-ideas/2024/07/floridas-water-future-navigating-the-shifting-tides-of-sb-64/" class="underline">Read More</a>
                        </div>
                    </div>
                </div>                    
            
            </article>

        
            <article class="news-item post-14193 post type-post status-publish format-standard has-post-thumbnail hentry category-climate-change-resilience category-natural-resource-management category-planning">

                <div class="photo">
                    <a href="https://esassoc.com/news-and-ideas/2024/06/science-driven-approaches-to-manage-wildfire-impacts/">
                        <img width="1600" height="755" src="https://esassoc.com/wp-content/uploads/2024/06/IMG_1949_hero-1600x755.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://esassoc.com/wp-content/uploads/2024/06/IMG_1949_hero-1600x755.jpg 1600w, https://esassoc.com/wp-content/uploads/2024/06/IMG_1949_hero-800x377.jpg 800w, https://esassoc.com/wp-content/uploads/2024/06/IMG_1949_hero-768x362.jpg 768w, https://esassoc.com/wp-content/uploads/2024/06/IMG_1949_hero-1536x725.jpg 1536w, https://esassoc.com/wp-content/uploads/2024/06/IMG_1949_hero-2048x966.jpg 2048w" sizes="(max-width: 1600px) 100vw, 1600px" />                    </a>
                </div>

                <div class="info">
                    <div class="info__wrapper">
                        <em class="date">June 13, 2024</em>

                        <div class="headline">
                            <h3 class="title-headline x-small">
                                <a href="https://esassoc.com/news-and-ideas/2024/06/science-driven-approaches-to-manage-wildfire-impacts/">Science-Driven Approaches to Manage Wildfire Impacts</a>
                            </h3>
                        </div>

                        <div class="excerpt copy copy-3">
                            <p>For much of the Western United States, wildfires have become an ever-present reality that we...</p>
                        </div>

                        <div class="cta">
                            <a href="https://esassoc.com/news-and-ideas/2024/06/science-driven-approaches-to-manage-wildfire-impacts/" class="underline">Read More</a>
                        </div>
                    </div>
                </div>                    
            
            </article>

        
            <article class="news-item post-14170 post type-post status-publish format-standard has-post-thumbnail hentry category-employee-owner-spotlight">

                <div class="photo">
                    <a href="https://esassoc.com/news-and-ideas/2024/06/spotlight-jean-christophe-dick/">
                        <img width="1600" height="755" src="https://esassoc.com/wp-content/uploads/2024/06/JCDick_hero-1600x755.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://esassoc.com/wp-content/uploads/2024/06/JCDick_hero-1600x755.jpg 1600w, https://esassoc.com/wp-content/uploads/2024/06/JCDick_hero-800x377.jpg 800w, https://esassoc.com/wp-content/uploads/2024/06/JCDick_hero-768x362.jpg 768w, https://esassoc.com/wp-content/uploads/2024/06/JCDick_hero-1536x724.jpg 1536w, https://esassoc.com/wp-content/uploads/2024/06/JCDick_hero-2048x966.jpg 2048w" sizes="(max-width: 1600px) 100vw, 1600px" />                    </a>
                </div>

                <div class="info">
                    <div class="info__wrapper">
                        <em class="date">June 11, 2024</em>

                        <div class="headline">
                            <h3 class="title-headline x-small">
                                <a href="https://esassoc.com/news-and-ideas/2024/06/spotlight-jean-christophe-dick/">Spotlight: Jean-Christophe Dick</a>
                            </h3>
                        </div>

                        <div class="excerpt copy copy-3">
                            <p>Jean-Christophe is a multi-disciplinary airport consultant with more than 17 years of experience in airport...</p>
                        </div>

                        <div class="cta">
                            <a href="https://esassoc.com/news-and-ideas/2024/06/spotlight-jean-christophe-dick/" class="underline">Read More</a>
                        </div>
                    </div>
                </div>                    
            
            </article>

        
            <article class="news-item post-14046 post type-post status-publish format-standard has-post-thumbnail hentry category-default category-environmental-permitting-compliance category-environmental-review-documentation category-federal">

                <div class="photo">
                    <a href="https://esassoc.com/news-and-ideas/2024/05/diving-into-phase-2-nepa-updates/">
                        <img width="1600" height="755" src="https://esassoc.com/wp-content/uploads/2024/05/shutterstock_1140788474_hero-1600x755.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://esassoc.com/wp-content/uploads/2024/05/shutterstock_1140788474_hero-1600x755.jpg 1600w, https://esassoc.com/wp-content/uploads/2024/05/shutterstock_1140788474_hero-800x377.jpg 800w, https://esassoc.com/wp-content/uploads/2024/05/shutterstock_1140788474_hero-768x362.jpg 768w, https://esassoc.com/wp-content/uploads/2024/05/shutterstock_1140788474_hero-1536x724.jpg 1536w, https://esassoc.com/wp-content/uploads/2024/05/shutterstock_1140788474_hero-2048x966.jpg 2048w" sizes="(max-width: 1600px) 100vw, 1600px" />                    </a>
                </div>

                <div class="info">
                    <div class="info__wrapper">
                        <em class="date">May 30, 2024</em>

                        <div class="headline">
                            <h3 class="title-headline x-small">
                                <a href="https://esassoc.com/news-and-ideas/2024/05/diving-into-phase-2-nepa-updates/">Diving into Phase 2 NEPA Updates</a>
                            </h3>
                        </div>

                        <div class="excerpt copy copy-3">
                            <p>The White House Council on Environmental Quality (CEQ) recently finalized the “Bipartisan Permitting Reform Implementation...</p>
                        </div>

                        <div class="cta">
                            <a href="https://esassoc.com/news-and-ideas/2024/05/diving-into-phase-2-nepa-updates/" class="underline">Read More</a>
                        </div>
                    </div>
                </div>                    
            
            </article>

        
            <article class="news-item post-13986 post type-post status-publish format-standard has-post-thumbnail hentry category-airports-aviation">

                <div class="photo">
                    <a href="https://esassoc.com/news-and-ideas/2024/05/esa-welcomes-scott-tatro-as-aviation-environmental-technical-expert/">
                        <img width="1600" height="792" src="https://esassoc.com/wp-content/uploads/2024/05/ScottTatro_webhero2-1600x792.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://esassoc.com/wp-content/uploads/2024/05/ScottTatro_webhero2-1600x792.jpg 1600w, https://esassoc.com/wp-content/uploads/2024/05/ScottTatro_webhero2-800x396.jpg 800w, https://esassoc.com/wp-content/uploads/2024/05/ScottTatro_webhero2-768x380.jpg 768w, https://esassoc.com/wp-content/uploads/2024/05/ScottTatro_webhero2-1536x760.jpg 1536w, https://esassoc.com/wp-content/uploads/2024/05/ScottTatro_webhero2.jpg 1920w" sizes="(max-width: 1600px) 100vw, 1600px" />                    </a>
                </div>

                <div class="info">
                    <div class="info__wrapper">
                        <em class="date">May 15, 2024</em>

                        <div class="headline">
                            <h3 class="title-headline x-small">
                                <a href="https://esassoc.com/news-and-ideas/2024/05/esa-welcomes-scott-tatro-as-aviation-environmental-technical-expert/">ESA Welcomes Scott Tatro as Aviation Environmental Technical Expert</a>
                            </h3>
                        </div>

                        <div class="excerpt copy copy-3">
                            <p>ESA is pleased to welcome Scott Tatro, who joins the firm as an Aviation Environmental...</p>
                        </div>

                        <div class="cta">
                            <a href="https://esassoc.com/news-and-ideas/2024/05/esa-welcomes-scott-tatro-as-aviation-environmental-technical-expert/" class="underline">Read More</a>
                        </div>
                    </div>
                </div>                    
            
            </article>

        
            <article class="news-item post-13952 post type-post status-publish format-standard has-post-thumbnail hentry category-energy-industrial">

                <div class="photo">
                    <a href="https://esassoc.com/news-and-ideas/2024/05/esa-welcomes-liesbeth-magna-as-energy-submarket-lead-for-renewable-energy/">
                        <img width="1600" height="792" src="https://esassoc.com/wp-content/uploads/2024/05/LiesbethMagna_webhero-1600x792.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://esassoc.com/wp-content/uploads/2024/05/LiesbethMagna_webhero-1600x792.jpg 1600w, https://esassoc.com/wp-content/uploads/2024/05/LiesbethMagna_webhero-800x396.jpg 800w, https://esassoc.com/wp-content/uploads/2024/05/LiesbethMagna_webhero-768x380.jpg 768w, https://esassoc.com/wp-content/uploads/2024/05/LiesbethMagna_webhero-1536x760.jpg 1536w, https://esassoc.com/wp-content/uploads/2024/05/LiesbethMagna_webhero.jpg 1920w" sizes="(max-width: 1600px) 100vw, 1600px" />                    </a>
                </div>

                <div class="info">
                    <div class="info__wrapper">
                        <em class="date">May 7, 2024</em>

                        <div class="headline">
                            <h3 class="title-headline x-small">
                                <a href="https://esassoc.com/news-and-ideas/2024/05/esa-welcomes-liesbeth-magna-as-energy-submarket-lead-for-renewable-energy/">ESA Welcomes Liesbeth Magna as Client Development Director for Renewable Energy</a>
                            </h3>
                        </div>

                        <div class="excerpt copy copy-3">
                            <p>With solar, wind, and battery storage projects greatly expanding across the Western United States, ESA...</p>
                        </div>

                        <div class="cta">
                            <a href="https://esassoc.com/news-and-ideas/2024/05/esa-welcomes-liesbeth-magna-as-energy-submarket-lead-for-renewable-energy/" class="underline">Read More</a>
                        </div>
                    </div>
                </div>                    
            
            </article>

        
            <article class="news-item post-13750 post type-post status-publish format-standard has-post-thumbnail hentry category-climate-change-resilience category-default category-planning category-surface-transportation-ports">

                <div class="photo">
                    <a href="https://esassoc.com/news-and-ideas/2024/05/creating-a-long-range-visioning-plan-for-southern-californias-mobility-and-sustainability/">
                        <img width="1600" height="755" src="https://esassoc.com/wp-content/uploads/2024/05/shutterstock_1058006483_hero-1600x755.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://esassoc.com/wp-content/uploads/2024/05/shutterstock_1058006483_hero-1600x755.png 1600w, https://esassoc.com/wp-content/uploads/2024/05/shutterstock_1058006483_hero-800x378.png 800w, https://esassoc.com/wp-content/uploads/2024/05/shutterstock_1058006483_hero-768x362.png 768w, https://esassoc.com/wp-content/uploads/2024/05/shutterstock_1058006483_hero-1536x725.png 1536w, https://esassoc.com/wp-content/uploads/2024/05/shutterstock_1058006483_hero-2048x966.png 2048w" sizes="(max-width: 1600px) 100vw, 1600px" />                    </a>
                </div>

                <div class="info">
                    <div class="info__wrapper">
                        <em class="date">May 6, 2024</em>

                        <div class="headline">
                            <h3 class="title-headline x-small">
                                <a href="https://esassoc.com/news-and-ideas/2024/05/creating-a-long-range-visioning-plan-for-southern-californias-mobility-and-sustainability/">Creating a Long-Range Visioning Plan for Southern California&#8217;s Mobility and Sustainability</a>
                            </h3>
                        </div>

                        <div class="excerpt copy copy-3">
                            <p>On April 4, 2024, the Southern California Association of Governments (SCAG) Regional Council adopted the...</p>
                        </div>

                        <div class="cta">
                            <a href="https://esassoc.com/news-and-ideas/2024/05/creating-a-long-range-visioning-plan-for-southern-californias-mobility-and-sustainability/" class="underline">Read More</a>
                        </div>
                    </div>
                </div>                    
            
            </article>

        
            <article class="news-item post-13705 post type-post status-publish format-standard has-post-thumbnail hentry category-biological-resources category-natural-resource-management">

                <div class="photo">
                    <a href="https://esassoc.com/news-and-ideas/2024/04/paul-bergman-promoted-to-director-of-fish-and-aquatic-sciences/">
                        <img width="1600" height="755" src="https://esassoc.com/wp-content/uploads/2024/04/PaulBergman_hero3-1600x755.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://esassoc.com/wp-content/uploads/2024/04/PaulBergman_hero3-1600x755.jpg 1600w, https://esassoc.com/wp-content/uploads/2024/04/PaulBergman_hero3-800x377.jpg 800w, https://esassoc.com/wp-content/uploads/2024/04/PaulBergman_hero3-768x362.jpg 768w, https://esassoc.com/wp-content/uploads/2024/04/PaulBergman_hero3-1536x725.jpg 1536w, https://esassoc.com/wp-content/uploads/2024/04/PaulBergman_hero3-2048x966.jpg 2048w" sizes="(max-width: 1600px) 100vw, 1600px" />                    </a>
                </div>

                <div class="info">
                    <div class="info__wrapper">
                        <em class="date">April 15, 2024</em>

                        <div class="headline">
                            <h3 class="title-headline x-small">
                                <a href="https://esassoc.com/news-and-ideas/2024/04/paul-bergman-promoted-to-director-of-fish-and-aquatic-sciences/">Paul Bergman Promoted to Director of Fish and Aquatic Sciences</a>
                            </h3>
                        </div>

                        <div class="excerpt copy copy-3">
                            <p>ESA is pleased to announce the appointment of Paul Bergman to Business Group Director of...</p>
                        </div>

                        <div class="cta">
                            <a href="https://esassoc.com/news-and-ideas/2024/04/paul-bergman-promoted-to-director-of-fish-and-aquatic-sciences/" class="underline">Read More</a>
                        </div>
                    </div>
                </div>                    
            
            </article>

        
            <article class="news-item post-13495 post type-post status-publish format-standard has-post-thumbnail hentry category-default category-employee-owner-spotlight">

                <div class="photo">
                    <a href="https://esassoc.com/news-and-ideas/2024/04/spotlight-amanda-segura-moon/">
                        <img width="1600" height="755" src="https://esassoc.com/wp-content/uploads/2024/04/Amanda-Segura-Moon__hero-1600x755.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://esassoc.com/wp-content/uploads/2024/04/Amanda-Segura-Moon__hero-1600x755.jpg 1600w, https://esassoc.com/wp-content/uploads/2024/04/Amanda-Segura-Moon__hero-800x377.jpg 800w, https://esassoc.com/wp-content/uploads/2024/04/Amanda-Segura-Moon__hero-768x362.jpg 768w, https://esassoc.com/wp-content/uploads/2024/04/Amanda-Segura-Moon__hero-1536x725.jpg 1536w, https://esassoc.com/wp-content/uploads/2024/04/Amanda-Segura-Moon__hero-2048x966.jpg 2048w" sizes="(max-width: 1600px) 100vw, 1600px" />                    </a>
                </div>

                <div class="info">
                    <div class="info__wrapper">
                        <em class="date">April 2, 2024</em>

                        <div class="headline">
                            <h3 class="title-headline x-small">
                                <a href="https://esassoc.com/news-and-ideas/2024/04/spotlight-amanda-segura-moon/">Spotlight: Amanda Segura-Moon</a>
                            </h3>
                        </div>

                        <div class="excerpt copy copy-3">
                            <p>Based out of our Sacramento office, Amanda Segura-Moon is a botanist and consulting biologist with...</p>
                        </div>

                        <div class="cta">
                            <a href="https://esassoc.com/news-and-ideas/2024/04/spotlight-amanda-segura-moon/" class="underline">Read More</a>
                        </div>
                    </div>
                </div>                    
            
            </article>

        
            <article class="news-item post-13633 post type-post status-publish format-standard has-post-thumbnail hentry category-biological-resources category-cultural-historic-resources category-energy-industrial category-federal">

                <div class="photo">
                    <a href="https://esassoc.com/news-and-ideas/2024/04/blm-changing-land-use-plans-across-the-west-to-support-the-shift-to-solar-energy/">
                        <img width="1600" height="755" src="https://esassoc.com/wp-content/uploads/2024/04/shutterstock_1459390556_hero_gradient-1600x755.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://esassoc.com/wp-content/uploads/2024/04/shutterstock_1459390556_hero_gradient-1600x755.jpg 1600w, https://esassoc.com/wp-content/uploads/2024/04/shutterstock_1459390556_hero_gradient-800x378.jpg 800w, https://esassoc.com/wp-content/uploads/2024/04/shutterstock_1459390556_hero_gradient-768x362.jpg 768w, https://esassoc.com/wp-content/uploads/2024/04/shutterstock_1459390556_hero_gradient-1536x725.jpg 1536w, https://esassoc.com/wp-content/uploads/2024/04/shutterstock_1459390556_hero_gradient-2048x966.jpg 2048w" sizes="(max-width: 1600px) 100vw, 1600px" />                    </a>
                </div>

                <div class="info">
                    <div class="info__wrapper">
                        <em class="date">April 1, 2024</em>

                        <div class="headline">
                            <h3 class="title-headline x-small">
                                <a href="https://esassoc.com/news-and-ideas/2024/04/blm-changing-land-use-plans-across-the-west-to-support-the-shift-to-solar-energy/">BLM Changing Land Use Plans Across the West to Support the Shift to Solar Energy</a>
                            </h3>
                        </div>

                        <div class="excerpt copy copy-3">
                            <p>The Bureau of Land Management (BLM) oversees about 245 million acres of public land in...</p>
                        </div>

                        <div class="cta">
                            <a href="https://esassoc.com/news-and-ideas/2024/04/blm-changing-land-use-plans-across-the-west-to-support-the-shift-to-solar-energy/" class="underline">Read More</a>
                        </div>
                    </div>
                </div>                    
            
            </article>

        
            <article class="news-item post-13583 post type-post status-publish format-standard has-post-thumbnail hentry category-community-development category-environmental-permitting-compliance category-environmental-review-documentation category-federal category-planning">

                <div class="photo">
                    <a href="https://esassoc.com/news-and-ideas/2024/03/join-esa-at-the-2024-aep-conference/">
                        <img width="1600" height="755" src="https://esassoc.com/wp-content/uploads/2024/03/shutterstock_1836010510_hero-1600x755.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://esassoc.com/wp-content/uploads/2024/03/shutterstock_1836010510_hero-1600x755.jpg 1600w, https://esassoc.com/wp-content/uploads/2024/03/shutterstock_1836010510_hero-800x377.jpg 800w, https://esassoc.com/wp-content/uploads/2024/03/shutterstock_1836010510_hero-768x362.jpg 768w, https://esassoc.com/wp-content/uploads/2024/03/shutterstock_1836010510_hero-1536x725.jpg 1536w, https://esassoc.com/wp-content/uploads/2024/03/shutterstock_1836010510_hero-2048x966.jpg 2048w" sizes="(max-width: 1600px) 100vw, 1600px" />                    </a>
                </div>

                <div class="info">
                    <div class="info__wrapper">
                        <em class="date">March 19, 2024</em>

                        <div class="headline">
                            <h3 class="title-headline x-small">
                                <a href="https://esassoc.com/news-and-ideas/2024/03/join-esa-at-the-2024-aep-conference/">Join ESA at the 2024 AEP Conference</a>
                            </h3>
                        </div>

                        <div class="excerpt copy copy-3">
                            <p>ESA is pleased to sponsor, present, and attend this year&#8217;s AEP California State Conference in...</p>
                        </div>

                        <div class="cta">
                            <a href="https://esassoc.com/news-and-ideas/2024/03/join-esa-at-the-2024-aep-conference/" class="underline">Read More</a>
                        </div>
                    </div>
                </div>                    
            
            </article>

        
            <article class="news-item post-13568 post type-post status-publish format-standard has-post-thumbnail hentry category-climate-change-resilience category-flood-stormwater-management category-restoration category-water">

                <div class="photo">
                    <a href="https://esassoc.com/news-and-ideas/2024/03/esa-presents-at-the-2024-salmonid-restoration-conference/">
                        <img width="1280" height="604" src="https://esassoc.com/wp-content/uploads/2024/02/Riparian-russian-river_hero.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://esassoc.com/wp-content/uploads/2024/02/Riparian-russian-river_hero.jpg 1280w, https://esassoc.com/wp-content/uploads/2024/02/Riparian-russian-river_hero-800x378.jpg 800w, https://esassoc.com/wp-content/uploads/2024/02/Riparian-russian-river_hero-768x362.jpg 768w" sizes="(max-width: 1280px) 100vw, 1280px" />                    </a>
                </div>

                <div class="info">
                    <div class="info__wrapper">
                        <em class="date">March 19, 2024</em>

                        <div class="headline">
                            <h3 class="title-headline x-small">
                                <a href="https://esassoc.com/news-and-ideas/2024/03/esa-presents-at-the-2024-salmonid-restoration-conference/">ESA Presents at the 2024 Salmonid Restoration Conference</a>
                            </h3>
                        </div>

                        <div class="excerpt copy copy-3">
                            <p>ESA is pleased to sponsor, present, and attend this year&#8217;s 41st Annual Salmonid Restoration Conference...</p>
                        </div>

                        <div class="cta">
                            <a href="https://esassoc.com/news-and-ideas/2024/03/esa-presents-at-the-2024-salmonid-restoration-conference/" class="underline">Read More</a>
                        </div>
                    </div>
                </div>                    
            
            </article>

        
            <article class="news-item post-13454 post type-post status-publish format-standard has-post-thumbnail hentry category-default">

                <div class="photo">
                    <a href="https://esassoc.com/news-and-ideas/2024/03/from-waters-to-roadways-building-better-wildlife-connectivity-in-washington-and-california/">
                        <img width="1600" height="755" src="https://esassoc.com/wp-content/uploads/2024/03/20220805_084536-2a-1600x755.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://esassoc.com/wp-content/uploads/2024/03/20220805_084536-2a-1600x755.jpg 1600w, https://esassoc.com/wp-content/uploads/2024/03/20220805_084536-2a-800x378.jpg 800w, https://esassoc.com/wp-content/uploads/2024/03/20220805_084536-2a-768x362.jpg 768w, https://esassoc.com/wp-content/uploads/2024/03/20220805_084536-2a-1536x725.jpg 1536w, https://esassoc.com/wp-content/uploads/2024/03/20220805_084536-2a-2048x966.jpg 2048w" sizes="(max-width: 1600px) 100vw, 1600px" />                    </a>
                </div>

                <div class="info">
                    <div class="info__wrapper">
                        <em class="date">March 18, 2024</em>

                        <div class="headline">
                            <h3 class="title-headline x-small">
                                <a href="https://esassoc.com/news-and-ideas/2024/03/from-waters-to-roadways-building-better-wildlife-connectivity-in-washington-and-california/">From Waters to Roadways—Building Better Wildlife Connectivity in Washington and California</a>
                            </h3>
                        </div>

                        <div class="excerpt copy copy-3">
                            <p>For the more than 100 years—since the creation of the nation’s first highways—America’s roads have...</p>
                        </div>

                        <div class="cta">
                            <a href="https://esassoc.com/news-and-ideas/2024/03/from-waters-to-roadways-building-better-wildlife-connectivity-in-washington-and-california/" class="underline">Read More</a>
                        </div>
                    </div>
                </div>                    
            
            </article>

        
    </div>

    <div class="pagination">
				<span aria-current="page" class="page-numbers current">1</span>
<a class="page-numbers" href="https://esassoc.com/news-and-ideas/page/2/">2</a>
<a class="page-numbers" href="https://esassoc.com/news-and-ideas/page/3/">3</a>
<span class="page-numbers dots">&hellip;</span>
<a class="page-numbers" href="https://esassoc.com/news-and-ideas/page/17/">17</a>
<a class="next page-numbers" href="https://esassoc.com/news-and-ideas/page/2/">Next &raquo;</a>			</div>

</section>
	</main> <!-- .site-content -->

	
    <section class="sign-up grid">
        <div class="sub-grid">

            <div class="headline">
                <h3>Stay In Touch</h3>
            </div>

            
                <div class="cta">
                    <a href="https://esassoc.com/newsletter/" target="_self">Sign up for our newsletter</a>
                </div>

            
                            <div class="social-links">

                        
                        
                            <div class="link">
                                <a href="https://www.facebook.com/esassoc" target="_blank" rel="noreferrer noopener">
                                    <img src="https://esassoc.com/wp-content/uploads/2021/05/facebook.svg" alt="Facebook" />
                                </a>
                            </div>

                                                
                        
                            <div class="link">
                                <a href="https://www.linkedin.com/company/environmental-science-associates/" target="_blank" rel="noreferrer noopener">
                                    <img src="https://esassoc.com/wp-content/uploads/2021/05/linkedin.svg" alt="LinkedIn" />
                                </a>
                            </div>

                                                
                        
                            <div class="link">
                                <a href="https://www.instagram.com/esassoc" target="_blank" rel="noreferrer noopener">
                                    <img src="https://esassoc.com/wp-content/uploads/2021/05/instagram.svg" alt="Instagram" />
                                </a>
                            </div>

                                                
                        
                            <div class="link">
                                <a href="https://www.youtube.com/channel/UCmimH8c61wmuHzk56Ue9ZAg" target="_blank" rel="noreferrer noopener">
                                    <img src="https://esassoc.com/wp-content/uploads/2022/09/YouTube_white-icon.svg" alt="YouTube" />
                                </a>
                            </div>

                                                            </div>            

            
        </div>
    </section>


	<footer class="site-footer grid">

		<nav class="footer-nav">

    
        
            <div class="column">

                
                                            
                        <div class="footer-logo">
                            <a href="https://esassoc.com/">
                                <img width="432" height="257" src="https://esassoc.com/wp-content/uploads/2021/04/esa-logo-white.svg" class="attachment-full size-full" alt="ESA" decoding="async" loading="lazy" />                            </a>
                        </div>

                    
                     

                
            </div>

        
    
        
            <div class="column">

                
                    
                    
                        <div class="link-group">
                            <div class="header-link">
                                
                                    <div class="link">
                                        <a href="https://esassoc.com/about/" target="_self">About</a>
                                    </div>

                                                            </div>

                            <div class="sub-links">
                                    
                                    <div class="link">
                                        
                                            <div class="sub-link">
                                                <a href="https://esassoc.com/about/leadership/" target="_self">Leadership</a>
                                            </div>

                                                                            </div>

                                    
                                    <div class="link">
                                        
                                            <div class="sub-link">
                                                <a href="https://esassoc.com/about/esop/" target="_self">100% Employee Owned</a>
                                            </div>

                                                                            </div>

                                    
                                    <div class="link">
                                        
                                            <div class="sub-link">
                                                <a href="/news-and-ideas/category/employee-owner-spotlight/" target="_self">Employee-Owner Spotlight</a>
                                            </div>

                                                                            </div>

                                    
                                    <div class="link">
                                        
                                            <div class="sub-link">
                                                <a href="https://esassoc.com/about/jedi/" target="_self">JEDI</a>
                                            </div>

                                                                            </div>

                                    
                                    <div class="link">
                                        
                                            <div class="sub-link">
                                                <a href="https://esassoc.com/about/culture/" target="_self">Culture</a>
                                            </div>

                                                                            </div>

                                    
                                    <div class="link">
                                        
                                            <div class="sub-link">
                                                <a href="https://esassoc.com/about/history/" target="_self">History</a>
                                            </div>

                                                                            </div>

                                                            </div>
                        </div>

                     

                
                    
                    
                        <div class="link-group">
                            <div class="header-link">
                                
                                    <div class="link">
                                        <a href="https://esassoc.com/join-us/" target="_self">Join Us</a>
                                    </div>

                                                            </div>

                            <div class="sub-links">
                                    
                                    <div class="link">
                                        
                                            <div class="sub-link">
                                                <a href="https://esassoc.com/join-us/benefits/" target="_self">Benefits</a>
                                            </div>

                                                                            </div>

                                    
                                    <div class="link">
                                        
                                            <div class="sub-link">
                                                <a href="https://esassoc.com/join-us/job-openings/" target="_self">Job Openings</a>
                                            </div>

                                                                            </div>

                                    
                                    <div class="link">
                                        
                                            <div class="sub-link">
                                                <a href="https://esassoc.com/join-us/educational-outreach-and-internship-program/" target="_self">Internships</a>
                                            </div>

                                                                            </div>

                                    
                                    <div class="link">
                                        
                                            <div class="sub-link">
                                                <a href="https://esassoc.com/join-us/professional-development/" target="_self">Professional Development</a>
                                            </div>

                                                                            </div>

                                    
                                    <div class="link">
                                        
                                            <div class="sub-link">
                                                <a href="https://esassoc.com/about/culture/" target="_self">Culture</a>
                                            </div>

                                                                            </div>

                                                            </div>
                        </div>

                     

                
            </div>

        
    
        
            <div class="column">

                
                    
                    
                        <div class="link-group">
                            <div class="header-link">
                                
                                    <div class="link">
                                        <a href="/markets/" target="_self">Markets</a>
                                    </div>

                                                            </div>

                            <div class="sub-links">
                                    
                                    <div class="link">
                                        
                                            <div class="sub-link">
                                                <a href="https://esassoc.com/market/airports-aviation/" target="_self">Airports / Aviation</a>
                                            </div>

                                                                            </div>

                                    
                                    <div class="link">
                                        
                                            <div class="sub-link">
                                                <a href="https://esassoc.com/market/community-development/" target="_self">Community Development</a>
                                            </div>

                                                                            </div>

                                    
                                    <div class="link">
                                        
                                            <div class="sub-link">
                                                <a href="https://esassoc.com/market/energy/" target="_self">Energy</a>
                                            </div>

                                                                            </div>

                                    
                                    <div class="link">
                                        
                                            <div class="sub-link">
                                                <a href="https://esassoc.com/market/natural-resource-management/" target="_self">Natural Resource Management</a>
                                            </div>

                                                                            </div>

                                    
                                    <div class="link">
                                        
                                            <div class="sub-link">
                                                <a href="https://esassoc.com/market/surface-transportation-and-ports/" target="_self">Surface Transportation &amp; Ports</a>
                                            </div>

                                                                            </div>

                                    
                                    <div class="link">
                                        
                                            <div class="sub-link">
                                                <a href="https://esassoc.com/market/water/" target="_self">Water</a>
                                            </div>

                                                                            </div>

                                                            </div>
                        </div>

                     

                
                    
                    
                        <div class="link-group">
                            <div class="header-link">
                                
                                    <div class="link">
                                        <a href="https://esassoc.com/services/" target="_self">Services</a>
                                    </div>

                                                            </div>

                            <div class="sub-links">
                                    
                                    <div class="link">
                                        
                                            <div class="sub-link">
                                                <a href="https://esassoc.com/services/air-quality/" target="_self">Air Quality</a>
                                            </div>

                                                                            </div>

                                    
                                    <div class="link">
                                        
                                            <div class="sub-link">
                                                <a href="https://esassoc.com/services/biological-resources/" target="_self">Biological Resources</a>
                                            </div>

                                                                            </div>

                                    
                                    <div class="link">
                                        
                                            <div class="sub-link">
                                                <a href="https://esassoc.com/services/climate-change-resilience/" target="_self">Climate Change &amp; Resilience</a>
                                            </div>

                                                                            </div>

                                    
                                    <div class="link">
                                        
                                            <div class="sub-link">
                                                <a href="https://esassoc.com/services/cultural-and-historic-resources/" target="_self">Cultural &amp; Historic Resources</a>
                                            </div>

                                                                            </div>

                                    
                                    <div class="link">
                                        
                                            <div class="sub-link">
                                                <a href="https://esassoc.com/services/environmental-permitting-and-compliance/" target="_self">Environmental Permitting &amp; Compliance</a>
                                            </div>

                                                                            </div>

                                    
                                    <div class="link">
                                        
                                            <div class="sub-link">
                                                <a href="https://esassoc.com/services/environmental-review-and-documentation/" target="_self">Environmental Review &amp; Documentation</a>
                                            </div>

                                                                            </div>

                                    
                                    <div class="link">
                                        
                                            <div class="sub-link">
                                                <a href="https://esassoc.com/services/federal-services/" target="_self">Federal Services</a>
                                            </div>

                                                                            </div>

                                    
                                    <div class="link">
                                        
                                            <div class="sub-link">
                                                <a href="https://esassoc.com/services/flood-and-stormwater-management/" target="_self">Flood &amp; Stormwater Management</a>
                                            </div>

                                                                            </div>

                                    
                                    <div class="link">
                                        
                                            <div class="sub-link">
                                                <a href="https://esassoc.com/services/landscape-architecture/" target="_self">Landscape Architecture</a>
                                            </div>

                                                                            </div>

                                    
                                    <div class="link">
                                        
                                            <div class="sub-link">
                                                <a href="https://esassoc.com/services/planning/" target="_self">Planning</a>
                                            </div>

                                                                            </div>

                                    
                                    <div class="link">
                                        
                                            <div class="sub-link">
                                                <a href="https://esassoc.com/services/restoration/" target="_self">Restoration</a>
                                            </div>

                                                                            </div>

                                    
                                    <div class="link">
                                        
                                            <div class="sub-link">
                                                <a href="https://esassoc.com/services/technology/" target="_self">Technology</a>
                                            </div>

                                                                            </div>

                                    
                                    <div class="link">
                                        
                                            <div class="sub-link">
                                                <a href="https://esassoc.com/services/water-resources/" target="_self">Water Resources</a>
                                            </div>

                                                                            </div>

                                                            </div>
                        </div>

                     

                
            </div>

        
    
        
            <div class="column">

                
                    
                    
                        <div class="link-group">
                            <div class="header-link">
                                
                                    <div class="link">
                                        <a href="https://esassoc.com/projects/" target="_self">All Projects</a>
                                    </div>

                                                            </div>

                            <div class="sub-links">
                                                            </div>
                        </div>

                     

                
                    
                    
                        <div class="link-group">
                            <div class="header-link">
                                
                                    <div class="link">
                                        <a href="https://esassoc.com/news-and-ideas/" target="_self">News &amp; Ideas</a>
                                    </div>

                                                            </div>

                            <div class="sub-links">
                                    
                                    <div class="link">
                                                                            </div>

                                                            </div>
                        </div>

                     

                
                    
                    
                        <div class="link-group">
                            <div class="header-link">
                                
                                    <div class="link">
                                        <a href="https://esassoc.com/wp-content/uploads/2021/12/ESA-Price-List-Text-File_FINAL.pdf" target="_self">GSA Contract Pre-Approved Price List</a>
                                    </div>

                                                            </div>

                            <div class="sub-links">
                                                            </div>
                        </div>

                     

                
                    
                    
                        <div class="link-group">
                            <div class="header-link">
                                
                                    <div class="link">
                                        <a href="https://esassoc.com/supporting-noaas-national-marine-fisheries-service-office-of-habitat-conservation/" target="_blank">NOAA National Marine Fisheries Service Office of Habitat IDIQ Contract</a>
                                    </div>

                                                            </div>

                            <div class="sub-links">
                                                            </div>
                        </div>

                     

                
            </div>

        
    
</nav>
		
    <div class="utilities sub-grid">

        <div class="copyright">
            <div class="copy">
                <p>Copyright © 2024 Environmental Science Associates</p>
            </div>

            
                <div class="links">                
                            
                        
                            <div class="link">
                                <a href="https://esassoc.com/privacy-policy/" target="_self">
                                    Privacy Policy                                </a>
                            </div>

                        
                            
                        
                            
                        
                                    </div>

                    </div>

        <div class="ownership copy">
            <p>ESA is a 100% employee-owned environmental<br />
consulting firm delivering work that matters.</p>
        </div>
    </div>


	</footer>

	
<script type="text/javascript" src="https://esassoc.com/wp-content/themes/joshua-tree/js/plugins.js?ver=1719441742" id="custom-plugins-js"></script>
<script type="text/javascript" src="https://esassoc.com/wp-content/themes/joshua-tree/js/site.js?ver=1719441742" id="custom-site-js"></script>
<script type="text/javascript" id="bafg_custom_js-js-extra">
/* <![CDATA[ */
var bafg_constant_obj = {"ajax_url":"https:\/\/esassoc.com\/wp-admin\/admin-ajax.php","site_url":"https:\/\/esassoc.com\/wp-content\/plugins\/beaf-before-and-after-gallery\/"};
/* ]]> */
</script>
<script type="text/javascript" src="https://esassoc.com/wp-content/plugins/beaf-before-and-after-gallery/assets/js/bafg-custom-js.js?ver=4.5.16" id="bafg_custom_js-js"></script>
		<script type="text/javascript">
				jQuery('.soliloquy-container').removeClass('no-js');
		</script>
		
</div> <!-- .site -->

</body>
</html>