
<!DOCTYPE html>
<html lang="en">
<head>

	<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
<!-- Google Tag Manager for GA4 -->
				<script>(function(w,d,s,l,i){w.GAMeasurementID='G-MKEEPN26FW';w[l]=w[l]||[];w[l].push({'gtm.start':
				new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
				j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
				'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
				})(window,document,'script','cpDataLayerGA4','GTM-K73C5PS');</script>
				<!-- End Google Tag Manager for GA4 -->
				<script type='text/javascript'>
					var enableTelemetry = 'false'
					var aiConfig = {
					instrumentationKey: '1cde048e-3185-4906-aa46-c92a7312b60f'						
					}
					var appInsights = window.appInsights || function (a) { function b(a) { c[a] = function () { var b = arguments; c.queue.push(function () { c[a].apply(c, b) }) } } var c = { config: a }, d = document, e = window; setTimeout(function () { var b = d.createElement('script'); b.src = a.url || 'https://js.monitor.azure.com/scripts/a/ai.0.js', d.getElementsByTagName('script')[0].parentNode.appendChild(b) }); try { c.cookie = d.cookie } catch (a) { } c.queue = []; for (var f = ['Event', 'Exception', 'Metric', 'PageView', 'Trace', 'Dependency']; f.length;)b('track' + f.pop()); if (b('setAuthenticatedUserContext'), b('clearAuthenticatedUserContext'), b('startTrackEvent'), b('stopTrackEvent'), b('startTrackPage'), b('stopTrackPage'), b('flush'), !a.disableExceptionTracking) { f = 'onerror', b('_' + f); var g = e[f]; e[f] = function (a, b, d, e, h) { var i = g && g(a, b, d, e, h); return !0 !== i && c['_' + f](a, b, d, e, h), i } } return c }(aiConfig);
					window.appInsights = appInsights, appInsights.queue && 0 === appInsights.queue.length;
					// Add telemetry initializer
					appInsights.queue.push(function() {
						appInsights.context.addTelemetryInitializer(function(envelope) {
							var telemetryItem = envelope.data.baseData;
							// To check the telemetry item’s type:
							if (!false)
							{
								//If the telemetry is not enabled, we still want to capture Google map custom event, so only allow that
								if (envelope.name.indexOf('.Event') == -1)
									return false;
							}
						});
					});						
					appInsights.trackPageView();
				</script>
	<script>
		function populateAntiForgery(token) {
			var input = document.createElement("input");
			input.name = "__RequestVerificationToken";
			input.type = "hidden";
			input.value = token;
			var absPat = /^https?:\/\/|^\/\//i;
			var forms = document.getElementsByTagName("form");
			for (var i = 0; i < forms.length; i++) {
				if (forms[i].method == "post" &&
					!forms[i].querySelector('[name="__RequestVerificationToken"]') &&
					!absPat.test(forms[i].getAttribute("action"))) {
					forms[i].appendChild(input.cloneNode());
				}
			}
		}

		function getAntiForgeryToken(callback, error) {
			var xhr = new XMLHttpRequest();
			xhr.open("GET", "/antiforgery");
			xhr.addEventListener("load", function() {
				try {
					if (this.status !== 200) {
						throw Error("Invalid status. Could not retrieve antiforgery token.");
		}
					var obj = JSON.parse(this.responseText);
					callback(obj.token);
				} catch (e) {
					typeof error === "function" && error(e);
				}
			});
			xhr.send();
		}

		getAntiForgeryToken(function(token) {
			if (document.readyState === "complete"
				|| document.readyState === "loaded" 
				|| document.readyState === "interactive") {
				populateAntiForgery(token);
				return;
			}
			document.addEventListener("DOMContentLoaded", function() {
				populateAntiForgery(token);
			}, false);
		}, console.error);
			</script>
			

	<script type="text/javascript">
		window.departmentHeader = {};
		window.pageSectionTracker = {};
		window.isResponsiveEnabled = true;
		window.isRemoveSetHeights= false;
		if (window.isRemoveSetHeights) {
			document.documentElement.className += ' removeSetHeights';
		}
		window.mainMenuMediaQuery = 'screen and (max-width: 40em)';
		window.isMobileBrowserIncludingTablets = false;
		window.fixedResponsiveMenu = false;
		window.fullWidthResponsiveMenu = false;
		window.responsiveMenuHeight = '';
		window.responsiveMenuFontSize = '';
		window.isContentAdvisor = false;
		(function () {
			window.setSizeCookie = function () {
				document.cookie = "dpi=" + window.devicePixelRatio + "; path=/";
				document.cookie = "viewportWidth=" + window.innerWidth + "; path=/";
				document.cookie = "viewportHeight=" + window.innerHeight + "; path=/";
				if (screen && screen.width && screen.height) {
					document.cookie = "screenWidth=" + screen.width + "; path=/";
					document.cookie = "screenHeight=" + screen.height + "; path=/";
				}
				document.cookie = "responsiveGhost=1; path=/";
			};

			setSizeCookie();
		}());
	</script>
		<meta name="viewport" content="width=device-width, initial-scale=1">

	<script async src="https://docaccess.com/docbox.js"></script>
	
	
	
	<meta name="theme-color" content="#063a8a">
	<link rel="icon" href="/images/favicon.ico" type="image/x-icon" />
	<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon" />
		<title>Calendar • Mid-Region Council of Governments, NM • CivicEnga</title>

			<script src="/Assets/Scripts/jQuery/jquery-3.7.1.min.js"></script>
	<script src="/Assets/Scripts/jQuery/jquery-migrate-3.5.2.min.js" type="text/javascript"></script>
	

	<!--[if IE 6]><script language="JavaScript" type="text/javascript"> var isie6 = true; </script><![endif]-->
	<!--[if IE 7]><script language="JavaScript" type="text/javascript"> var isie7 = true; </script><![endif]-->
	<!--[if IE 8]><script language="JavaScript" type="text/javascript"> var isie8 = true; </script><![endif]-->
	<!--[if IE 9]><script language="JavaScript" type="text/javascript"> var isie8 = true; </script><![endif]-->
	<script type="text/javascript"><!--
	var intCountryCode = 840;
	var externalSiteDialogHeight = '390px';
	var order = '';
//--></script>
	
	<link href="/-1465647691.css" rel="stylesheet" type="text/css" />	<link href="/1110164251.css" rel="stylesheet" type="text/css" />

	<link rel="stylesheet" type="text/css" href="/Assets/Styles/Print.css" media="print">
	<script type="text/javascript">
		window.Pages = window.Pages || {};
		// FrontEnd RWD initialization
		window.Pages.rwdReady = $.Deferred();
		window.Pages.toolBarDeferred = $.Deferred();
		window.Pages.rwdSetupComplete = $.Deferred();
		window.Pages.megaMenuLoaded = $.Deferred();
		window.Pages.angularToolbarComplete = $.Deferred();
		window.Pages.frontEndToolbarComplete = $.Deferred();
	</script>
	

	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
		
	
	<link rel="stylesheet" href="/App_Themes/CP/nmenu.css" type="text/css">

    
	<!-- Dynamic Header Scripts -->
	
	<!--Reference Stylesheet-->
	
    
		<!--Dynamic Header Styles-->
	<style type="text/css">
	
	</style>
	
	
	

<script src="/-1992112027.js" type="text/javascript"></script>

	<script src="/739942322.js" type="text/javascript"></script>
	
	

	<!--[if lte IE 8]><link rel="stylesheet" type="text/css" href="/App_Themes/ie8.css"><![endif]-->
	<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="/App_Themes/ie7.css"><![endif]-->
	<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="/App_Themes/ie6.css"><![endif]-->
	<!--[if lt IE 9]><script type="text/javascript" src="/Scripts/html5.js"></script><![endif]-->

	<script type="text/javascript">
		setEditorVariables(false, 840);
		function getPrintPreviewType() { return 0; } function printPreview() {pPreview(getPrintPreviewType()); }
	</script>
	<script src="/Assets/Scripts/AlpineJS/3.14.1/alpine.min.js" type="text/javascript" defer="defer"></script>
</head>
<body class="wide " >

    <script>jQuery(document).click(function (event) {
	var target = jQuery(event.target);
	if (target.attr('src') && target.parents('.image').length && target.parents('.widget').length) {
		var text = target.attr('title');
		
		if (!text.length) {
			text = "N/A";
		}
		ga('send',
			{
				hitType: 'event',
				eventCategory: 'Image',
				eventAction: 'Image - ' + text,
				eventLabel: window.location.href
			});
	}
	if (target.is('button') || target.hasClass('button') || target.parents().hasClass('button')) {
		var text = "";
		if (target.parents('.button')[0]) {
			text = target.parents('.button').first().text();
		} else if (target.text().length) {
			text = target.text();
		} else if (target.attr('title').length) {
			text = target.attr('title');
		}
		if (!text.length) {
			text = "N/A";
		}
		ga('send',
			{
				hitType: 'event',
				eventCategory: 'Button',
				eventAction: 'Button - ' + text,
				eventLabel: window.location.href
			});
	}
	if (target.parents('.widgetCustomHtml').length) {
		ga('send',
			{
				hitType: 'event',
				eventCategory: 'Custom Html',
				eventAction: 'Custom Html Clicked',
				eventLabel: window.location.href
			});
	}
	if (target.parents('.editor').length) {
		ga('send',
			{
				hitType: 'event',
				eventCategory: 'Editor',
				eventAction: 'Editor Link Clicked',
				eventLabel: window.location.href
			});
	}
	if (target.parents('.GraphicLinks').length) {
		var text = "";
		var targetGraphicLink = target;
		if (target.hasClass('widgetGraphicLinksLink')) {
			targetGraphicLink = jQuery(target.children()[0]);
		}
		if (targetGraphicLink.hasClass('text')) {
			text = targetGraphicLink.text();
		} else if (targetGraphicLink.attr('src').length) {
			if (targetGraphicLink.attr('alt').length) {
				text = targetGraphicLink.attr('alt');
			} else {
				text = targetGraphicLink.attr('src');
			}
		} else {
			text = "N/A";
		}
		ga('send',
			{
				hitType: 'event',
				eventCategory: 'Graphic Links',
				eventAction: 'Graphic Link - ' + text,
				eventLabel: window.location.href
			});
	}
	if (target.parents('.InfoAdvanced').length) {
		ga('send',
			{
				hitType: 'event',
				eventCategory: 'Info Advanced',
				eventAction: 'Info Advanced Clicked',
				eventLabel: window.location.href
			});
	}
	if (target.parents('.list').length) {
		ga('send',
			{
				hitType: 'event',
				eventCategory: 'List',
				eventAction: 'List Clicked',
				eventLabel: window.location.href
			});
	}
	if (target.parents('.megaMenuItem').length || target.parents('.topMenuItem').length) {
		var megaMenuText = jQuery('.topMenuItem.mouseover').find('span').text();
		var breadCrumbs = [];
		jQuery('.breadCrumbs > li').each(function () {
			 breadCrumbs.push(this.textContent);
		});
		var pageTitle = breadCrumbs.join('>');
		var subTitleText = target.parents('.megaMenuItem').children('.widgetTitle').children().text();
		var text = "";
		if (pageTitle) {
			text += pageTitle + " | ";
		} else {
			text += document.title + ' - ';
		}
		if (target.text() == "" && megaMenuText == "") {
			text += "N/A";
		} else if (target.text().length && megaMenuText.length) {
			if (megaMenuText == target.text()) {
				text += megaMenuText;
			} else {
				text += megaMenuText + " - " + subTitleText + " - " + target.text();
			}
		} else if (target.text() == "") {
			text += megaMenuText;
		} else {
			text += target.text();
		}
		if (!text.length) {
			text = "N/A";
		}
		ga('send',
			{
				hitType: 'event',
				eventCategory: 'Mega Menu',
				eventAction: 'Mega Menu : ' + text,
				eventLabel: window.location.href
			});
	}
	if (target.parents('.widgetNewsFlash').length && target.parents('.widgetItem').length) {
		var text = jQuery(target.parents('.widgetItem')[0]).find('.widgetTitle').children().text();
		if (!text.length) {
			text = "N/A";
		}
		ga('send',
			{
				hitType: 'event',
				eventCategory: 'News Flash',
				eventAction: 'News Flash - ' + text,
				eventLabel: window.location.href
			});
	}
	if (target.hasClass('widgetQuickLinksLink') || target.find('.widgetQuickLinksLink').length) {
		var text = target.text();
		if (!text.length) {
			text = "N/A";
		}
		ga('send',
			{
				hitType: 'event',
				eventCategory: 'Quick Links',
				eventAction: 'Quick Links - ' + text,
				eventLabel: window.location.href
			});
	}
	if (target.attr('src') && target.parents('.cpSlideshow').length) {
		var text = target.attr('title');
		if (!text.length) {
			text = "N/A";
		}
		ga('send',
			{
				hitType: 'event',
				eventCategory: 'Slideshow',
				eventAction: 'Slideshow - ' + text,
				eventLabel: window.location.href
			});
	}
	if (target.parents('.widgetText').length) {
		ga('send',
			{
				hitType: 'event',
				eventCategory: 'Text',
				eventAction: 'Text Link Clicked',
				eventLabel: window.location.href
			});
	}
});</script>
	<div id="popoverModal" class="cp-PopOver cp-PopOver--modal cp-AdminWrap" style="position: fixed; display: none;">
	<div class="cp-PopOver-header">
		<h3 class="cp-PopOver-title"></h3>
		<button class="cp-Btn cp-PopOver-close" onclick="closePopOverModal(event)">
			<svg class="cp-Icon--close" alt="close" title="close">
				<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#iconClose"></use>
			</svg>
		</button>
	</div>
	<div id="cpPopOverBody" class="cp-PopOver-body">
		<form id="cpPopOverForm" name="cpPopOverForm" novalidate></form>
	</div>
	<div id="cpPopOverFooter" class="cp-PopOver-footer">
		<div class="cp-BtnGroup" id="actionButtons">
			<!-- Action buttons will be dynamically added here -->
		</div>
	</div>
</div>
    <div id="fb-root"></div>
<div id=skipToContentLinks>
<a href="#contentarea" target="_self" class="skipToContentLink">Skip to Main Content</a>
</div>
    <form id="frmReferenceFormForTelerikEditorDialogs"></form>

        <input type="hidden" id="GoogleMapsKey" value="AIzaSyDWUuE-ifkbhxblF920N8MjpBdTg1Wt784" />



    <input type="hidden" id="cpcDomain" value="https://cp-civicplusuniversity2.civicplus.com">
    <input type="hidden" id="hdnStructureID" value="9" />
    <input type="hidden" id="hdnContentCollectionID" value="760c99d9-604f-4a5f-a462-0fb632138ffd" />
    <input type="hidden" id="hdnWorkingCopyID" value="00000000-0000-0000-0000-000000000000" />
    <input type="hidden" id="hdnThemeID" value="22" />
    <input type="hidden" id="pageIsFrontEnd" value="true" />
    <input type="hidden" id="pageModuleID" value="58" />
    <input type="hidden" id="pagePageID" />

        <input type="hidden" id="hdnModuleID" value="58" />
    <div id="stickyPlaceholder"></div>
    <div id="outer-wrap" class="outer-wrap">
        <div id="inner-wrap" class="inner-wrap">
                <div id="divToolbars" class="cpToolbars newCP mui-fixed" style="">
                    



                </div>
            <div id="bodyWrapper">
                <div id="mainNavHolderMobile" class="mainNavHolderMobile"></div>
                
<div data-cpRole="structuralContainer" id="bodyContainerTS">
<!-- Header Container --><header data-cpRole="structuralContainer" id="headerContainerTS" class="fixedTopTS">
<div class="siteWrap10"><div data-cpRole="structuralContainer" id="logoContainerTS">
<div data-cpRole="banner" id="bannerLogoTS" class="bannerLogoTS empty">




				<a id="bannerLogoTS-60" style="			display: block; text-align: center;
" class="bannerObject" href="/" target="_self"><img alt="Home page" class="bannerObject" height="136" src="/ImageRepository/Document?documentID=5538" width="448" /></a>
</div>
</div><div data-cpRole="contentContainer" id="searchTS">	<div id="ccf34b80bb-44c9-4074-91cb-c95b822bc7bb" data-containerid="f34b80bb-44c9-4074-91cb-c95b822bc7bb" class="pageContent cpGrid cpGrid24 isLockedContainer showInMobile">
				                

		<div class="row outer wide"><!--
--><div class="outer col col24 first last" style="" data-widgetcontainerid="d0aed9d4-79ef-42d4-83d9-ac624fc82fa7">				
	<div class="row nest first last wide">
	
	<div class="inner col col24 first last id01cb2e73-d8eb-49a8-8d01-8eb31060e3f5" style="" data-widgetcontainerid="01cb2e73-d8eb-49a8-8d01-8eb31060e3f5">	
<div data-widget-id="32bb00da-afbe-4de0-add0-2742c6fd420e" data-widget-controller-path="/Layout/WidgetSearch">
	
	<script defer type="text/javascript" src="/Common/Controls/jquery-ui-1.14.1/jquery-ui.min.js"></script>
	<script defer src="/Areas/Layout/Assets/Scripts/Search.js" type="text/javascript"></script>
	<script defer type="text/javascript">

		$(document).ready(function () {
			try {
				$(".widgetSearchButton.widgetSearchButton32bb00da-afbe-4de0-add0-2742c6fd420e").click(function (e) {
				e.preventDefault();
					if (false||$("#ysnSearchOnlyDept32bb00da-afbe-4de0-add0-2742c6fd420e").is(':checked'))
					{
						doWidgetSearch($(this).siblings(".widgetSearchBox").val(), Number(0));
					}
					else {
						doWidgetSearch($(this).siblings(".widgetSearchBox").val(), 0);
					}
			});
			$("#searchField32bb00da-afbe-4de0-add0-2742c6fd420e").keypress(function (e) {
				if (window.clipboardData) {
					if (e.keyCode === 13) {
						if ($("#ysnSearchOnlyDept32bb00da-afbe-4de0-add0-2742c6fd420e").is(':checked') || false) {
								doWidgetSearch($(this).val(), Number(0));
							} else {
								doWidgetSearch($(this).val(), 0);
							}
						return false;
					}
				} else {
					if (e.which === 13) {
						if ($("#ysnSearchOnlyDept32bb00da-afbe-4de0-add0-2742c6fd420e").is(':checked') || false) {
								doWidgetSearch($(this).val(), Number(0));
							} else {
								doWidgetSearch($(this).val(), 0);
							}
						return false;
					}
				}
				return true;
			});

				if (true) {
					var currentRequest = null;
					var $searchField = $("#searchField32bb00da-afbe-4de0-add0-2742c6fd420e").autocomplete({
						source: function (request, response) {
							currentRequest = $.ajax({
								url: '/Search/AutoComplete' + ($("#ysnSearchOnlyDept32bb00da-afbe-4de0-add0-2742c6fd420e").is(':checked') || false? '?departmentId=0' : ''),
								dataType: "json",
								timeout: 10000,
								beforeSend: function () {
									if (currentRequest != null) {
										currentRequest.abort();
									}
								},
								data:
								{
									term: request.term,
								},
								success: function (data) {
									response(data);
									$('.autoCompleteError').remove();
								},
								error: function (xmlhttprequest, textstatus, message) {
									if (textstatus === "timeout") {
										if ($("#searchField32bb00da-afbe-4de0-add0-2742c6fd420e").siblings('.autoCompleteError').length == 0)
											$('<span class="autoCompleteError"><p class="alert error">Search autocomplete is currently not responding. Please try again later.</p></span>').insertAfter($("#searchField32bb00da-afbe-4de0-add0-2742c6fd420e"));
									}
								}
							});
						},
						html: true,
						delay: 500,
						select: function (event, ui) {
							$(this).val(ui.item.value);
							$(this).next().click();
						}
					});

					$searchField.data("ui-autocomplete")._renderItem = function (ul, item) {
						return $("<li class=\"itemList\"></li>")
							.data("ui-autocomplete-item", item)
							.append("<a>" + item.label + "</a>")
							.appendTo(ul);
					};
}
}
			catch(e) {} //we're going to eat this error. Autocomplete won't work but we dont wan't to break anything else on the page.
		});
	</script>

	<section id="widgetPreviewSearch" class="widget widgetSearch skin63 widgetOptionSet40" style="display: block;" aria-label="Search">
				<!-- For the button right and inside -->
		<div class="widgetBody buttonRightInside">
			<input class="widgetSearchBox widgetSearchBox32bb00da-afbe-4de0-add0-2742c6fd420e" cp5ph="true" id="searchField32bb00da-afbe-4de0-add0-2742c6fd420e" name="searchField" onchange="searchBtnApplyQuery();" placeholder="Search…" title="Search…" type="text" value="" />
						<a href="/Search/Results" id="btnSearchIcon" class="widgetSearchButton widgetSearchButton32bb00da-afbe-4de0-add0-2742c6fd420e" role="button"><img alt="Search" class="imageHover" data-hover="/ImageRepository/Document?documentID=5550" data-image="/ImageRepository/Document?documentID=5549" src="/ImageRepository/Document?documentID=5549" /></a>

			<label class="searchLabel" for="searchField32bb00da-afbe-4de0-add0-2742c6fd420e">Search</label>
		</div>

	</section>


<style scoped>
	  
		.widgetSearch ::-webkit-input-placeholder {
		color: #333333;
	  }
		.widgetSearch :-moz-placeholder { /* Firefox 18- */
	   color: #333333;
	}
		.widgetSearch ::-moz-placeholder {  /* Firefox 19+ */
	   color: #333333;
	}
	.widgetSearch :-ms-input-placeholder {
	   color: #333333;
	}
	

	.widgetSearch .widgetBody .widgetSearchBox32bb00da-afbe-4de0-add0-2742c6fd420e
	{
		color: #000000;
		background-color: #FFFFFF;
height: 70px;
border-radius: 8px;
border: 2px solid #18314F;
font-family: Source Sans Pro;
font-weight: 500;
font-size: 17px;
padding-left: 1em;
	}
	.widgetSearch .widgetBody .widgetSearchButton32bb00da-afbe-4de0-add0-2742c6fd420e
	{
		margin: 7px;
	}
	.widgetSearch .widgetSearch-onlyDept32bb00da-afbe-4de0-add0-2742c6fd420e
	{
		display: inline-block;
		color: #333;
		
		
		 padding-top: 10px;
	}
	#ysnSearchOnlyDept32bb00da-afbe-4de0-add0-2742c6fd420e
	{
		position: relative;
		top: .125em;
	}

</style>

<link rel="stylesheet" href="/Common/Controls/jquery-ui-1.14.1/jquery-ui.min.css">
<link rel="stylesheet" href="/Common/Controls/jquery-ui-1.14.1/jquery-ui.theme.min.css">



<script type="text/javascript">
	//Updates search icons href to have the correct queryString
	function searchBtnApplyQuery() {
		document.getElementById("btnSearchIcon").href = "/Search?searchPhrase=" + document.getElementById("searchField32bb00da-afbe-4de0-add0-2742c6fd420e").value;
	}
	</script>

</div>
	</div> <!-- inner column -->

	</div> <!-- inner row -->

			</div><!-- outer column --><!--		--></div> <!-- outer row -->


	</div>
</div><nav data-cpRole="nav" id="mainNav" class="siteNav mainNav" role="navigation">
<ol id="mainNavMenu" data-parent="1" class="rootNavMenu" role="menu"><!--
--><li id="MainItem101" class="topMenuItem" role="none" data-pageid="101" data-displaymegamenu="True"><!--
			--><!--
			--> <a role = "menuitem" aria-haspopup=true aria-expanded='false' id = "mainNavAbout" class="navMainItem mainNavItem mainNavItem1 " href="/101/About" target = "_self" >   About  </a>			<!--
			--><!--
			--></li><!----><li id="MainItem31" class="topMenuItem" role="none" data-pageid="31" data-displaymegamenu="True"><!--
			--><!--
			--> <a role = "menuitem" aria-haspopup=true aria-expanded='false' id = "mainNavPrograms" class="navMainItem mainNavItem mainNavItem2 " href="/31/Programs" target = "_self" >   Programs  </a>			<!--
			--><!--
			--></li><!----><li id="MainItem27" class="topMenuItem" role="none" data-pageid="27" data-displaymegamenu="True"><!--
			--><!--
			--> <a role = "menuitem" aria-haspopup=true aria-expanded='false' id = "mainNavBoardsCommittees" class="navMainItem mainNavItem mainNavItem3 " href="/27/Boards-Committees" target = "_self" >   Boards &amp; Committees  </a>			<!--
			--><!--
			--></li><!----><li id="MainItem9" class="topMenuItem" role="none" data-pageid="9" data-displaymegamenu="True"><!--
			--><!--
			--> <a role = "menuitem" aria-haspopup=true aria-expanded='false' id = "mainNavHowDoI" class="navMainItem mainNavItem mainNavItem4 " href="/9/How-Do-I" target = "_self" >   How Do I...  </a>			<!--
			--><!--
			--></li><!---->
</ol>


	<script type="text/javascript">
		(function () {
			function setupMenu() {
				const menuID = 'mainNavMenu';
				const menuType = MAIN_MENU;

				//setup menu manager properties for main menu
				if (!menuManager.mobileMainNav && true)
					menuManager.adjustMainItemsWidth('#' + menuID);
				menuManager.isMainMenuEditable = false;
				menuManager.mainMenuMaxSubMenuLevels = 4;
				menuManager.setMOMMode(2, menuType);

				//Init main menu
				const setupDraggable = menuManager.isMainMenuEditable;
				const urlToGetHiddenMenus = '/Pages/MenuMain/HiddenMainSubMenus?pageID=1&moduleID=58&themeID=22&menuContainerID=mainNav';

				menuManager.setupMenu(menuID, 'mainNav', menuType, setupDraggable, urlToGetHiddenMenus);
				menuManager.mainMenuInit = true;
				menuManager.mainMenuTextResizer = true;
				if (1.00 > 0)
					menuManager.mainMenuTextResizerRatio = 1.00;
				if (window.isResponsiveEnabled)
					menuManager.mainMenuReady.resolve();

			}

			if (document.readyState === "complete"
				|| document.readyState === "loaded"
				|| document.readyState === "interactive") {
				setupMenu();
				return;
			}

			document.addEventListener("DOMContentLoaded", setupMenu);
		})();
	</script>


<aside data-cpRole="megaMenu" id="megaMenu" class="megaMenu" style="display: none;"><input type="hidden" id="megaMenuPopupDirection" value="0"><input type="hidden" id="megaMenuWidthReference" value="1"><aside role="menu" data-cpRole="contentContainer" id="mainNavMegaMenu101" class="contentTop mainNavMegaMenu megaMenuContainer pageID_101 hidden" data-orientation="horizontal">	<div id="ccc8b1ad52-07d3-49d8-b782-5590f761eb34" data-containerid="c8b1ad52-07d3-49d8-b782-5590f761eb34" class="pageContent cpGrid cpGrid24 showInMobile">
				                



	</div>
</aside><aside role="menu" data-cpRole="contentContainer" id="mainNavMegaMenu31" class="contentTop mainNavMegaMenu megaMenuContainer pageID_31 hidden" data-orientation="horizontal">	<div id="cc122d9772-5782-41a1-9763-db56f1381193" data-containerid="122d9772-5782-41a1-9763-db56f1381193" class="pageContent cpGrid cpGrid24 showInMobile">
				                



	</div>
</aside><aside role="menu" data-cpRole="contentContainer" id="mainNavMegaMenu27" class="contentTop mainNavMegaMenu megaMenuContainer pageID_27 hidden" data-orientation="horizontal">	<div id="cca0cb6e63-213a-4e8b-9175-fcfc83059ed5" data-containerid="a0cb6e63-213a-4e8b-9175-fcfc83059ed5" class="pageContent cpGrid cpGrid24 showInMobile">
				                



	</div>
</aside><aside role="menu" data-cpRole="contentContainer" id="mainNavMegaMenu9" class="contentTop mainNavMegaMenu megaMenuContainer pageID_9 hidden" data-orientation="horizontal">	<div id="cc7cfb0baa-4108-4b2d-a6cc-b0cce54229e7" data-containerid="7cfb0baa-4108-4b2d-a6cc-b0cce54229e7" class="pageContent cpGrid cpGrid24 showInMobile">
				                



	</div>
</aside></aside></nav></div>
</header><!-- Banner --><div data-cpRole="structuralContainer" id="bannerContainerTS" class="noOverflowTS">
<div data-cpRole="banner" id="banner1"><div data-cpRole="structuralContainer" id="bannerSizingTS">
<div data-cpRole="structuralContainer" id="bannerContentTS">
<div class="siteWrap9"><div data-cpRole="contentContainer" id="contentTS">	<div id="cc3c056c37-0a21-45ae-a6b9-a6ea36569e2e" data-containerid="3c056c37-0a21-45ae-a6b9-a6ea36569e2e" class="pageContent cpGrid cpGrid24 showInMobile">
				                



	</div>
</div></div>
</div>
</div>




		<div id="bannerImagesJSON59" class="hidden"></div>
		<div id="bannerSlideshowControls_banner1" class="bannerSlideshowControlsNew none " style="display:none">
			<a id="arrowPrev_banner1" tabindex="0" class="arrowNew prev" aria-label="Banner Arrow Previous"><svg style=" " class=""><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#iconSlideshowArrowLeft"></use></svg></a>
			<a id="arrowNext_banner1" tabindex="0" class="arrowNew next" aria-label="Banner Arrow Next"><svg style=" " class=""><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#iconSlideshowArrowRight"></use></svg></a>
		</div>
			<script type="text/javascript">
				$(window).on("load", function () {
					$.when(window.Pages.rwdSetupComplete)
						.done(function () {
							renderExternalBannerSlideshow('banner1',
								{"BannerOptionID":59,"ThemeID":22,"SlotName":"banner1","Name":"Default","IsDefault":true,"BannerMode":2,"SlideShowSlideTiming":"5","SlideshowTransition":0,"SlideShowTransitionTiming":"1","ImageScale":true,"ImageAlignment":1,"ImageScroll":true,"MuteSound":true,"VideoType":0,"Status":40,"SlideshowControlsPosition":0,"SlideshowControlsAlignment":0,"SlideshowBannerControlsColorScheme":0,"DisplayVideoPauseButton":false,"VideoPauseButtonAlignment":1,"VideoPauseButtonControlsAlignment":0,"VideoPauseButtonStyle":"#FFFFFF","VideoPauseButtonBackgroundStyle":"#000000","VideoPauseButtonAlignmentClass":"alignRight viewport","DisplaySlideshowPauseButton":true,"SlideshowControlsColor":"#FFFFFF","SlideshowControlsBackgroundColor":"#000000","SlideshowPauseButtonClass":"isHidden","BannerImages":[{"BannerImageID":94,"BannerOptionID":59,"FileName":"/ImageRepository/Document?documentID=5546","Height":300,"Width":2200,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":1,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":""},{"BannerImageID":95,"BannerOptionID":59,"FileName":"/ImageRepository/Document?documentID=5545","Height":300,"Width":2200,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":2,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":""},{"BannerImageID":96,"BannerOptionID":59,"FileName":"/ImageRepository/Document?documentID=5544","Height":300,"Width":2200,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":3,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":""},{"BannerImageID":97,"BannerOptionID":59,"FileName":"/ImageRepository/Document?documentID=5543","Height":300,"Width":2200,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":4,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":""},{"BannerImageID":98,"BannerOptionID":59,"FileName":"/ImageRepository/Document?documentID=5542","Height":300,"Width":2200,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":5,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":""},{"BannerImageID":99,"BannerOptionID":59,"FileName":"/ImageRepository/Document?documentID=5541","Height":300,"Width":2200,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":6,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":""},{"BannerImageID":100,"BannerOptionID":59,"FileName":"/ImageRepository/Document?documentID=5540","Height":300,"Width":2200,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":7,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":""},{"BannerImageID":101,"BannerOptionID":59,"FileName":"/ImageRepository/Document?documentID=5539","Height":300,"Width":2200,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":8,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":""}],"BannerVideos":[],"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/"},
								'/App_Themes/2022 - Simple/Images/',
								'Rotating');
						});
				});
			</script>

</div>
</div><!-- Content container --><div data-cpRole="structuralContainer" id="mainContainerTS">
<div class="siteWrap3"><div data-cpRole="structuralContainer" id="mainWrapTS" class="mainWrap" role="main">
<div data-cpRole="structuralContainer" id="outerContentWrapTS" class="outerContentWrap">
<div data-cpRole="structuralContainer" id="contentWrapTS" class="contentWrap">
<div data-cpRole="breadCrumbs" id="breadCrumbs" class="breadCrumbContainer">		<ol class="semanticList breadCrumbs">
			<li><a class="breadCrumb" href="/">Home</a></li><li>Calendar</li>
		</ol>

	   
    
</div>
<div data-cpRole="mainContentContainer" id="moduleContent">

<div id="ctl00_ctl00_MainContent_BodyWrapper">
	
	<script type="text/javascript"><!--
	var isie6 = false, isie7 = false, isie6or7 = false;
	var intCountryCode = 840;

	function setUrlLength(editor) {
		//Toggle Image Context Menu Items
		setMenuItems(editor);
		//setContentBackgroundColor(editor);
		removeIEParagraphs(editor);
	}
	function setUrlLengthAndToolToggle(editor) {
		var minToolsGroups = 2; // Number of MinimumSetOfTools tools groups.
		
		// Hide the MinimumSetOfTools on load.
		var toolbar = editor.get_toolContainer(); // Get toolbar container.
		var toolgroups = toolbar.getElementsByTagName("UL"); // Get all toolgroups containers.
		
		for (var i = toolgroups.length - 1; i >= minToolsGroups; i--)			toolgroups[i].style.display = "none";
		
		if (editor.isIE) {
			var elem = editor.get_element();
			elem.style.height = "430px";
 			elem.style.minHeight = "430px";
		}
		
		// Toggle Image Context Menu Items.
		setMenuItems(editor);
		//setContentBackgroundColor(editor);
		removeIEParagraphs(editor);
	}
//--></script><!--[if IE 6]><script type="text/javascript">isie6 = true; isie6or7 = true;</script><![endif]-->
<!--[if IE 7]><script type="text/javascript">isie7 = true; isie6or7 = true;</script><![endif]-->

	

	<form name="aspnetForm" method="post" action="./calendar.aspx" id="aspnetForm" style="display:inline;" onsubmit="return headerValidationCallback();" enctype="multipart/form-data" autocomplete="off">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="77dfNnLaqpKN9bWl1bd/0oPW2iK7+UZszAuuibaXQ4Uo7i8I3h0C85A/OqBehEGHPMtGzL7WEnyL0NZgy1SdCbiebaXdbV44ftZwGg68hTsE1zcePR2DPZuArjGiEFllZuKXgV+ubBPKYka85xSt4i2qBEjak7L6bmvIzAf1QkLvLmkcKKQPwl6yu/4J4F29O2vI2SrH/RyxR+7tekMw5rCsRZSJIF9AZUlJU3Tni6o1eQVOAemZ764U23fIJYScavhV+aubK9xy1tMRZXQE56tfYiYG/ZMwTkk+zpvG7oDPqAtEaVm7HeauiKgYAOcBxKGBa+LKsD6KSFK6+oRW/MwiIRfdhdfizDVO1J8XWnLrUHAf+qMoOVjF2bm30c+qukRCvuJG2auXuOj2eBFYKG5uXuuXLH8M8GmuW8xkNAL0yIMNUEPoNW7Ltw3HJm4iyGx+t5EUYBdUkJpCGRR+udo/7VcBrqZ1bNhdIOvryjtByrMtfkwxCP26TatwQ/j+iSF9BF0J6Mq9z2h8VW86i4XNY7bDDKwolC5fpe0vAvzs+NW3+lQRmChj84JK6VSIZHs7/ey+4IdWD2l1uBS+rGhIOAOKIK7Gyo1xvzkKWf6Nog1TADQDkTfrFKg63ZKZZT4yuToH0IFMRh+sqrA/oXk+/QJwtibbirUu1fpcDzB3NrkVy7kCeMhc3EJ2AAneL1NVUUx+Mws39yJziN5hJg25oLLWZYG9QSACCH66iZyDaRdcdCWDKEbUiIR+EmpxR/J1SMYJroGjbdW2yWIYTpN95HzbdoHCujzKcoABnCXRxzHA4GF1OGM75YwViIltR8m8epZaPb2YoJmhSn/twbrXlwKKD8Wbk/ISjkZs2FaYxiPhmfzY7rd4yh+uHYUCTSMmmITJI/n+Ig1K9JOzjgNR+woekzKGQkQwQL+XGB1EsfItOioRR2yuy0tMpQcPOXBdrg2URPPKM2RykhJAv8gKLr3T1/+zaG0FyWEFI0XPA8So2KeGR/FammqsqwzSObC7CTchTzdEi97k4Y2kewyGEHlJoYewXVt7y7ULjOLcHhZZ9tMLDOP3EqEYjKIMwXK9EBKvMH8uU/8pOpvEcEn7a7ReoHVpevgjKUwD9I2WFshxZrLXDy7NpievU12M4rqZEzn1zElwgw69aNdYSwb8mRD+09xjtcY3tyn+Ma0A1sPHChoxonQdsPS4uKw+sWzPm0f8g5TbAXvZcbbyhotlwuj50j8BDb15tUnKvVor9zZLU8TNFTkaX40yLkccHCU8Jk9BoHtcpxYyGq3NlD+ktfTHnwCQ6gcO70Z0bOyNphG5giM35f0X8OxVp7NRofeQu83vjJjCeELlOVv0GoUR9nFz/7ivifHlEWKts0pthbweU+Rnw26ei+aFyiSTdGE85isLfP9toIywl+pJ7+I608zz4/80PieLNdO5F99MuKR1jNdni7jPrnjmCHCHFdPx4AMsYyizGrtf6YHMXqLmaJhOIbcJNy/s617FOEAfGYhONjGR8nPidulCaoXsFzr2ZsDCSspuuNR3Me3RS3cwqtNQ3EVacAFrR8TKW87IU7qTXb/YkSt4qDmytqLyFv8hGIgb+3YqhTddcu/hM+uBSffjO8QyxcoOmSsfD896jujY0i25rxcb0S8qjDUakLaBl0T985e90Uiml4If6l1+z0jHkBFNVC48iw1d5ki3DkUFXZvQR1e1oQGXVunBFY99v9p8TbgCTcu/qnMtxO7ijYjpvETgHOKbYPlcQgi4EYNZ5zDLAKUr3w/ARXUNsWx3wi21WXFU9ucZaL3mwkV2SLGYNY76R+5zpEbcQcOwlrpjfdoIkSnJtqbsfExwnSHYxNGNaQTq5cAztedFveGsR1N765hi8TsQxK+AAQ+Kb1Iv4jQeIiggppd9vh1xuh+Q66mCfYgPU2xYuqobdaBcxz2LIDJVTQOmK6IIh+cer1bPcyMFXiUe83yr7hr+gypAM/dPIlv3WhmGl+LivYXMrRHS+pcO78zEN3GEtV7Fn7llsaUoSWoQt3s5rllwrNNwlFSWHder4HC+7CedOkfecFuCHw5cQF1SQ5AezGxyg/tGdKhgQfUtxTwRpla6OQ6wAiWx4yYdEtgEwnsVA1seIBijHpNgdIRqKovxAGUB3MDIvSlun8oO/mhwqh/qjJ+ZVv4ZndsqCSb9dORizupXJs5a7LAxUfTAJdpU4WEQYfBSPBS9Bz8toN6JsGZdiwLtxoezzbMIY8BcvF2FYKYGY6hQ11YCxYq8YX4AYbllYmW1lfVEw/cRsrVY/nSdayph7p0Gz+ds0cw+J4TQF7HBRmtUDd1w4wvspQevWIC49ypquHbY0TQDlr222Rb/IGPofCB6n1cO2P2XPnaWTRGzCj0lyDLHOLtVjqvgYZ0V6iZbiD13G3xtcogpM3ij9t1bGL6PjrajRFkihTXReLn622ChEPdNqVR4FjKGNwf9PfkE88BAJ/55AwT7XzWhHpD7pYEMU3wSsalDsXOUiTDMNlyEzxGKcGwA3uKw2+70AElB6k+P7yaKLFRyAuiFudvuGKBB6SdZO6Yben8cuiq0qmK1+QXS81jv0eJ42WOfMydEL/02u9/3H9Vn1YXF8xmCl4Sq5R45wBsyaJC30+wNKdfO0Z+4K+REriiP7nJIJqfmGYRfrvdJVVskfPxDmShd+XSfY9GG/1dXudVtFlzdRukiHPCZwpVeprym8RQ/hkH9RJnkGUeGastb5HYOe6ntFc/ZQYCZpQOHhZkm/zfB2IB+In4bNjYotDxHJ9tIMsdeVckAfLcgatUL02Oo/813mXzjicEDrDC+bwe+ewvOGaKuEuC2RSUwx2+Aj9Q/wxWIggfrR9RDrdoFiBkVMGT3UORDVHXfHO4JQrxvwuo5GmvIGxMI9nE7ryhDn0g2AmgsQobyfQD/8YZOHB/CXG/uwbskEz5YIRjoGQaVsUEQjq3aeX18nK0Q44L1wT6WJEAoISCH4fA+RzVp+kYKSFnsZX114Hs7FK9SPKWcj7FIBW9DA3vcZL+VOvduxkkoHXtnrVdEgGNMeRO5WVsldWOC6eVo1hGI2pahuOc16O8PhZeJeFwQ9LLmcU46VlfvA511rgPbiJVAB6ORmowjQXV0dRPVfwXUkmWr8nA5mP+yGvgUQB9CFouSkhkC1AJ08iunybRu3SB5JQgArSDqZx1+7uJrTn/rWGmrK8Y9IttaRHERhFAqARqX6J5dkQxMpsMe9gCw07pzDVw/Ki48VkaV8NNMpJOUDdsEK3p+gV03AoZpXQCG9c4XqQBt+hoFVdBsMCjomfZiBm1hztFYSajF1K+E9JpAytiGm/Rdzw==" />


<script src="/ScriptResource.axd?d=inLNP31wjqiaI82QcH4u7I71VHLIImzSRVoQAsV6_PNnrOu35oSrP-fktZb38yN1iHsxOuYTpPgebuvS3itkNDLQybUfBynodkPwcNYuu-5d7dEEJZPI3T2Vm57A0oUefZV704Z-0E62UXTckXj_X_urLROZ7xCT0LlKVHEeZf55MwRhNUf-qoYv7TXZNOcfRkghmszkBchwDCBZrMbNwwBUFz9bMFENu7H3ZkagHhGUNhiZSJJ_6rKgB8JZT9HTTpwkKUZBVrWA-S1010VS5Ob6lDwN9zNSwRQIL4BFNHXoQKw87hXTih7r4GO7vfq9srwqbRxzNCwrmjbkqxS8PKvq3JrNg9F8Yzi5r8_QnUw8wnSAXB3cGwR-Oug_rBjSvh1H2m1dhLMfnrFII3aXyZHVFuHavV3Jq2X9dFwARhK6bD6UgXxog8zmfpLJ6WuLe1SOWsSp6nBTLbtzTkaRqQV5ezsjtJAY_BjxLBRMSuqCK3ndsYNX2uDXn8OU1aFYN7YRkehqMOG2DZDJN3je3le0UoSpMEP119RvNyCBDd3fFfEROn22W2Zy-nkYf66ujs8p5jJJk9qUQcNjKmE-72VQP6-3ZlE78IqOcbGpJjJWLsqLv5a8Qrfz-bHTJfA7HQK17c_eRCCcdbgekRrNJ7DUshbeGeZZxU6mDOMM0fgY7UNyFSNn1dRISJr64r5_4nSCb2qU5aLOXTahkfUoU8LYfD9sfSesIHRwVM0dEZYw_fNzolVFS1omlCXY1C6wm_ZyHwvxNChMm56m_LNnwTXM-14U_Aj7mxxcUeel5LCis9bNX9XAMZfTXFcWd5Z_AfhU8RWVsb9-PorEp_06SpgGOenb5xBqGLxeKltoBnI1" type="text/javascript"></script>
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="B66867E1" />
		<!--for archiving purpose-->
		<input name="ysnNotifyMe" type="hidden">
		<input name="strPage" type="hidden">
		<input name="intArchMainCatID" type="hidden">
		<input name="intArchMainItemID" type="hidden">
		 
		<script type="text/javascript">
			Sys.WebForms.PageRequestManager.getInstance().add_beginRequest(beginRequest);
			Sys.WebForms.PageRequestManager.getInstance().add_pageLoaded(pageLoaded);
		</script>
		
		<div id="modulecontent" name="modulecontent.aspx" style="padding-top: 0px;">
<div id="contentarea" ></div>

<script src="/Assets/Scripts/RssBehavior.js"></script>
<script src="/common/modules/Calendar/Calendar.js"></script>
<script src="/Scripts/jquery.urlToLink.min.js"></script>

<link href="/Common/Modules/Calendar/CalendarSite.css" rel="stylesheet" />


<link href="/141947727.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="/common/modules/Calendar/print.css" media="print">

<div id="CalendarContent" class="newCP moduleContentNew">
	<div class="printHeader">
		
	</div>
	
	
	
	<div id="featured">
	
			
		
</div>
	
	<div id="aboveContent" style="display: none;"></div>
	<div id="contentDiv" class="contentMain listView selfClear" style="margin-right:0px;">
		<div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanelListView">
	
				<div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_header" class="header" style="">
					  <div class="text">
	  <h1>
Calendar	  </h1>
<p style="padding-left:5px">View All Calendars is the default. Choose Select a Calendar to view a specific calendar. Subscribe to calendar notifications by clicking on the Notify Me&reg; button, and you will automatically be alerted about the latest events in our community.</p>  </div>

					<div id="subheader" class="nav">
						<nav aria-label="Calendar View">
							<ul class="tabs">
								<li id="ctl00_ctl00_MainContent_ModuleContent_ctl00_liListView" class="active">
									<a id="ctl00_ctl00_MainContent_ModuleContent_ctl00_lnkListView" onclick="changeView(&#39;list&#39;, &#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;0&#39;); return false;" onkeypress="return this.onclick();" href="/"><span>List</span></a>
								</li>
								<li id="ctl00_ctl00_MainContent_ModuleContent_ctl00_liWeekView" class="">
									<a id="ctl00_ctl00_MainContent_ModuleContent_ctl00_lnkWeekView" onclick="changeView(&#39;week&#39;, &#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;0&#39;); return false;" onkeypress="return this.onclick();" href="/"><span>Week</span></a>
								</li>
								<li id="ctl00_ctl00_MainContent_ModuleContent_ctl00_liMonthView" class="">
									<a id="ctl00_ctl00_MainContent_ModuleContent_ctl00_lnkMonthView" onclick="changeView(&#39;month&#39;, &#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;0&#39;); return false;" onkeypress="return this.onclick();" href="/"><span>Month</span></a>
								</li>
							</ul>
						</nav>
						<nav aria-label="Miscellaneous Links">
							<ul class="misc">
								<li id="ctl00_ctl00_MainContent_ModuleContent_ctl00_liRSS"><a href="/rss.aspx#calendar" title="View RSS Feeds" aria-label="View RSS Feeds for Calendar">
									<svg aria-hidden="true"><use href="#iconRSS"></use></svg>
								</a></li>
								<li id="ctl00_ctl00_MainContent_ModuleContent_ctl00_liICal">
									<a id="ctl00_ctl00_MainContent_ModuleContent_ctl00_lnkiCal" aria-label="Subscribe To ICalendar" href="/iCalendar.aspx">
					  <svg aria-hidden="true"><use href="#iconSubscribeEvent"></use></svg>
										<span> Subscribe to iCalendar</span>
									</a>
								</li>
								<li>
									<a id="ctl00_ctl00_MainContent_ModuleContent_ctl00_lnkPrint" aria-label="Print" aria-hidden="true" onclick="printView(&#39;list&#39;); return false;" href="/">
										<svg aria-hidden="true"><use href="#iconPrint"></use></svg>
										<span> Print</span>
									</a>
								</li>
								
								<li id="ctl00_ctl00_MainContent_ModuleContent_ctl00_liNotifyMe">
									<a aria-label="Notify Me" href="/list.aspx?Mode=Subscribe#calendar">
					  <svg aria-hidden="true"><use href="#iconEmail"></use></svg>
										<span id="ctl00_ctl00_MainContent_ModuleContent_ctl00_lnkNotifyMe"> Notify Me&#174;</span></a>
								</li>
								
								<li>
									<a class="reserveFacility" href="/Facilities" aria-label="Find a Facility">
					  <svg aria-hidden="true"><use href="#iconFacility"></use></svg>
										<span> Find a Facility</span>
									</a>
								</li>
								
							</ul>
						</nav>
						<section aria-label="Calendar Module Search">
							<div class="search">
								<h2>Search Calendars by:</h2>
								<div class="inputs">
										<div class="calendarDateInput">
		<label class="calendarInputLabel" for="startDateFromAmsul">Start Date</label>		<span class="date">		<input  MaxLength="10" data-cp-datetimepicker='{"wrapInsideDiv": true}' Width="100%" title="Start Date" id="startDateFromAmsul" type="text" onkeydown="handleKeydown(event);"  placeholder="Start Date"  value="">
		</span>	</div>	<div class="calendarDateInput">		<label class="calendarInputLabel" for="endDateFromAmsul">End Date</label>		<span class="date">		<input  MaxLength="10" data-cp-datetimepicker='{"wrapInsideDiv": true}' Width="100%" title="End Date" id="endDateFromAmsul" type="text" onkeydown="handleKeydown(event);"  placeholder="End Date"  value="">
		</span>	</div>	<div class="calendarSearchInput">		<label class="calendarInputLabel" for="searchTerm">Enter Search Terms</label>		<input placeholder="Word or Phrase" onkeydown="handleKeydown(event);" title="Search Terms" id="searchTerm" type="text" ">
	</div>	<span class="showPastEvents"><input id="showPastEvents" class="pastEvents" type="checkbox"  onclick="checkShowPastEvents(this.checked)"/>
	<label id="showPastEventsLabel" for="showPastEvents" class="moduleContentNew pastEvents">Show Past Events</label></span>

									<a href="#" id="a_calendar" data-cp-toggle="dropdown" class="button" role="button" tabindex="0" aria-haspopup="true" aria-expanded="false" aria-controls="calendarSelectors"><span>Select a Calendar</span></a>
									<div id="calendarSelectors" class="calendarList" style="display: none;" aria-labelledby="a_calendar" tabindex="-1">
										<fieldset>
											<legend class="visuallyhidden">Select Calendar/Calendars to filter</legend>
											<ol>
    <li>
        <label for="allCalendars">
            <input type="checkbox" onkeypress="return this.onclick();" onclick="checkAllCalendars(this.checked);" title="All Calendars" id="allCalendars" checked>
            All Calendars
        </label>
    </li>
	<li>
  <label for="chkCalendarID_27">
		<input type="checkbox" onkeypress="return this.onclick();" onclick="boxChanged(this.checked);" id="chkCalendarID_27" name="chkCalendarID" title="CalendarID" value="27" checked="checked">
Agriculture Collaborative
	  </label>
	</li>
<input type="hidden" name="RssBehavior.27" data-add-item-behavior="0" data-modify-item-behavior="0" />	<li>
  <label for="chkCalendarID_30">
		<input type="checkbox" onkeypress="return this.onclick();" onclick="boxChanged(this.checked);" id="chkCalendarID_30" name="chkCalendarID" title="CalendarID" value="30" checked="checked">
Holidays
	  </label>
	</li>
<input type="hidden" name="RssBehavior.30" data-add-item-behavior="0" data-modify-item-behavior="0" />	<li>
  <label for="chkCalendarID_23">
		<input type="checkbox" onkeypress="return this.onclick();" onclick="boxChanged(this.checked);" id="chkCalendarID_23" name="chkCalendarID" title="CalendarID" value="23" checked="checked">
Home Calendar
	  </label>
	</li>
<input type="hidden" name="RssBehavior.23" data-add-item-behavior="0" data-modify-item-behavior="0" />	<li>
  <label for="chkCalendarID_33">
		<input type="checkbox" onkeypress="return this.onclick();" onclick="boxChanged(this.checked);" id="chkCalendarID_33" name="chkCalendarID" title="CalendarID" value="33" checked="checked">
Housing
	  </label>
	</li>
<input type="hidden" name="RssBehavior.33" data-add-item-behavior="0" data-modify-item-behavior="0" />	<li>
  <label for="chkCalendarID_28">
		<input type="checkbox" onkeypress="return this.onclick();" onclick="boxChanged(this.checked);" id="chkCalendarID_28" name="chkCalendarID" title="CalendarID" value="28" checked="checked">
Local Planning
	  </label>
	</li>
<input type="hidden" name="RssBehavior.28" data-add-item-behavior="0" data-modify-item-behavior="0" />	<li>
  <label for="chkCalendarID_14">
		<input type="checkbox" onkeypress="return this.onclick();" onclick="boxChanged(this.checked);" id="chkCalendarID_14" name="chkCalendarID" title="CalendarID" value="14" checked="checked">
Main Calendar
	  </label>
	</li>
<input type="hidden" name="RssBehavior.14" data-add-item-behavior="1" data-modify-item-behavior="1" />	<li>
  <label for="chkCalendarID_26">
		<input type="checkbox" onkeypress="return this.onclick();" onclick="boxChanged(this.checked);" id="chkCalendarID_26" name="chkCalendarID" title="CalendarID" value="26" checked="checked">
MRCOG Meetings
	  </label>
	</li>
<input type="hidden" name="RssBehavior.26" data-add-item-behavior="0" data-modify-item-behavior="0" />	<li>
  <label for="chkCalendarID_32">
		<input type="checkbox" onkeypress="return this.onclick();" onclick="boxChanged(this.checked);" id="chkCalendarID_32" name="chkCalendarID" title="CalendarID" value="32" checked="checked">
Rio Metro Regional Transit District
	  </label>
	</li>
<input type="hidden" name="RssBehavior.32" data-add-item-behavior="0" data-modify-item-behavior="0" />	<li>
  <label for="chkCalendarID_24">
		<input type="checkbox" onkeypress="return this.onclick();" onclick="boxChanged(this.checked);" id="chkCalendarID_24" name="chkCalendarID" title="CalendarID" value="24" checked="checked">
Rural Transportation Planning
	  </label>
	</li>
<input type="hidden" name="RssBehavior.24" data-add-item-behavior="0" data-modify-item-behavior="0" />	<li>
  <label for="chkCalendarID_22">
		<input type="checkbox" onkeypress="return this.onclick();" onclick="boxChanged(this.checked);" id="chkCalendarID_22" name="chkCalendarID" title="CalendarID" value="22" checked="checked">
Transportation
	  </label>
	</li>
<input type="hidden" name="RssBehavior.22" data-add-item-behavior="0" data-modify-item-behavior="0" />	<li>
  <label for="chkCalendarID_29">
		<input type="checkbox" onkeypress="return this.onclick();" onclick="boxChanged(this.checked);" id="chkCalendarID_29" name="chkCalendarID" title="CalendarID" value="29" checked="checked">
Water Resources
	  </label>
	</li>
<input type="hidden" name="RssBehavior.29" data-add-item-behavior="0" data-modify-item-behavior="0" />	<li>
  <label for="chkCalendarID_25">
		<input type="checkbox" onkeypress="return this.onclick();" onclick="boxChanged(this.checked);" id="chkCalendarID_25" name="chkCalendarID" title="CalendarID" value="25" checked="checked">
Workforce
	  </label>
	</li>
<input type="hidden" name="RssBehavior.25" data-add-item-behavior="0" data-modify-item-behavior="0" /></ol>
<script type="text/javascript">	numCheckable = 12;	numChecked = 12;	document.getElementById('allCalendars').checked = (numChecked == numCheckable);</script>
										</fieldset>
									</div>
									<label for="searchButton" class="visuallyHidden">Search</label>
									<input id="searchButton" type="image" onkeypress="this.onclick();" onclick="calendarSearch();" class="searchButton" alt="Search" title="Calendar Search" src="/Common/images/SearchButton.png">
								</div>
							</div>
						</section>
					</div>
				</div>
				<div class="list calendarViewList">
<div class="side">
	<div class="calendar">
	<h3 id="calendarSelectMonth" tabindex="0" data-cp-toggle="dropdown" aria-expanded="false" aria-haspopup="true" role="button" aria-controls="monthPopout">April</h3>
	<div id="monthPopout" class="miniPopout monthPopout" style="display:none;" role="listbox">
		<div class="miniPopoutTop">
			<div class="miniPopoutBtm">
				<ol role="none">
				<li role="none"><a role="option" aria-selected="false" href="#changeDateMonthDropDown" onkeypress="return this.onclick();" onclick="changeDate(2026,1, 'list','0', 'calendarSelectMonth');">January</a></li>
				<li role="none"><a role="option" aria-selected="false" href="#changeDateMonthDropDown" onkeypress="return this.onclick();" onclick="changeDate(2026,2, 'list','0', 'calendarSelectMonth');">February</a></li>
				<li role="none"><a role="option" aria-selected="false" href="#changeDateMonthDropDown" onkeypress="return this.onclick();" onclick="changeDate(2026,3, 'list','0', 'calendarSelectMonth');">March</a></li>
				<li role="none"><div role="option" aria-selected="true">April</div></li>
				<li role="none"><a role="option" aria-selected="false" href="#changeDateMonthDropDown" onkeypress="return this.onclick();" onclick="changeDate(2026,5, 'list','0', 'calendarSelectMonth');">May</a></li>
				<li role="none"><a role="option" aria-selected="false" href="#changeDateMonthDropDown" onkeypress="return this.onclick();" onclick="changeDate(2026,6, 'list','0', 'calendarSelectMonth');">June</a></li>
				<li role="none"><a role="option" aria-selected="false" href="#changeDateMonthDropDown" onkeypress="return this.onclick();" onclick="changeDate(2026,7, 'list','0', 'calendarSelectMonth');">July</a></li>
				<li role="none"><a role="option" aria-selected="false" href="#changeDateMonthDropDown" onkeypress="return this.onclick();" onclick="changeDate(2026,8, 'list','0', 'calendarSelectMonth');">August</a></li>
				<li role="none"><a role="option" aria-selected="false" href="#changeDateMonthDropDown" onkeypress="return this.onclick();" onclick="changeDate(2026,9, 'list','0', 'calendarSelectMonth');">September</a></li>
				<li role="none"><a role="option" aria-selected="false" href="#changeDateMonthDropDown" onkeypress="return this.onclick();" onclick="changeDate(2026,10, 'list','0', 'calendarSelectMonth');">October</a></li>
				<li role="none"><a role="option" aria-selected="false" href="#changeDateMonthDropDown" onkeypress="return this.onclick();" onclick="changeDate(2026,11, 'list','0', 'calendarSelectMonth');">November</a></li>
				<li role="none"><a role="option" aria-selected="false" href="#changeDateMonthDropDown" onkeypress="return this.onclick();" onclick="changeDate(2026,12, 'list','0', 'calendarSelectMonth');">December</a></li>
				</ol>
			</div>
		</div>
	</div>
	<a href="#prev" id="prevMonth" role="button"  aria-haspopup="false" onkeypress="return this.onclick();" onclick="changeDate(2026,3,'list','0', 'prevMonth'); return false;" class="prevMonth"><img  src="/Common/images/Calendar/MiniCalendarPrev.png" alt="Go to previous month"></a>
	<a href="#next" id="nextMonth" role="button" aria-haspopup="false" onkeypress="return this.onclick();" onclick="changeDate(2026,5,'list','0', 'nextMonth'); return false;" class="nextMonth"><img  src="/Common/images/Calendar/MiniCalendarNext.png" alt="Go to next month"></a>
	<h4 id="calendarSelectYear" tabindex="0" class="selectYear" data-cp-toggle="dropdown" aria-expanded="false" aria-haspopup="listbox" role="combobox" aria-controls="yearPopout">2026</h4>
	<div id="yearPopout" class="miniPopout yearPopout" style="display:none;" role="listbox">
		<div class="miniPopoutTop">
			<div class="miniPopoutBtm">
				<ol role="none">
					<li role="none"><a role="option" aria-selected="false" href="" onkeypress="return this.onclick();" onclick="changeDate(2021,4,'list','0', 'calendarSelectYear'); return false;">2021</a></li>
					<li role="none"><a role="option" aria-selected="false" href="" onkeypress="return this.onclick();" onclick="changeDate(2022,4,'list','0', 'calendarSelectYear'); return false;">2022</a></li>
					<li role="none"><a role="option" aria-selected="false" href="" onkeypress="return this.onclick();" onclick="changeDate(2023,4,'list','0', 'calendarSelectYear'); return false;">2023</a></li>
					<li role="none"><a role="option" aria-selected="false" href="" onkeypress="return this.onclick();" onclick="changeDate(2024,4,'list','0', 'calendarSelectYear'); return false;">2024</a></li>
					<li role="none"><a role="option" aria-selected="false" href="" onkeypress="return this.onclick();" onclick="changeDate(2025,4,'list','0', 'calendarSelectYear'); return false;">2025</a></li>
					<li role="none"><div role="option" aria-selected="true">2026</div></li>
					<li role="none"><a role="option" aria-selected="false" href="" onkeypress="return this.onclick();" onclick="changeDate(2027,4,'list','0', 'calendarSelectYear'); return false;">2027</a></li>
					<li role="none"><a role="option" aria-selected="false" href="" onkeypress="return this.onclick();" onclick="changeDate(2028,4,'list','0', 'calendarSelectYear'); return false;">2028</a></li>
					<li role="none"><a role="option" aria-selected="false" href="" onkeypress="return this.onclick();" onclick="changeDate(2029,4,'list','0', 'calendarSelectYear'); return false;">2029</a></li>
					<li role="none"><a role="option" aria-selected="false" href="" onkeypress="return this.onclick();" onclick="changeDate(2030,4,'list','0', 'calendarSelectYear'); return false;">2030</a></li>
				</ol>
			</div>
		</div>
	</div>
<!-- BEGIN CALENDAR DISPLAY ***** -->	<table summary="Calendar Display" role="grid" aria-labelledby="calendarSelectMonth">
		<thead role="rowgroup">
			<tr role="row">
				<th role="columnheader" scope="col"><abbr title="Sunday">Su</abbr></th>
				<th role="columnheader" scope="col"><abbr title="Monday">M</abbr></th>
				<th role="columnheader" scope="col"><abbr title="Tuesday">Tu</abbr></th>
				<th role="columnheader" scope="col"><abbr title="Wednesday">W</abbr></th>
				<th role="columnheader" scope="col"><abbr title="Thursday">Th</abbr></th>
				<th role="columnheader" scope="col"><abbr title="Friday">F</abbr></th>
				<th role="columnheader" scope="col"><abbr title="Saturday">Sa</abbr></th>
			</tr>
		</thead>
		<tbody role="rowgroup">
		<tr role="row">			<td role="gridcell" class="not" aria-colindex="1" aria-rowindex="1"><time datetime="2026-3-29">29</time></td>			<td role="gridcell" class="not" aria-colindex="2" aria-rowindex="1"><time datetime="2026-3-30">30</time></td>			<td role="gridcell" class="not" aria-colindex="3" aria-rowindex="1"><time datetime="2026-3-31">31</time></td>			<td role="gridcell" aria-colindex="4" aria-rowindex="1"><time datetime="2026-4-1">1</time></td>			<td role="gridcell" aria-colindex="5" aria-rowindex="1"><a tabindex="0" href='/calendar.aspx?view=list&amp;year=2026&amp;month=4&amp;day=2'> <time datetime="2026-4-2">2</time></a></td>			<td role="gridcell" aria-colindex="6" aria-rowindex="1"><a tabindex="-1" href='/calendar.aspx?view=list&amp;year=2026&amp;month=4&amp;day=3'> <time datetime="2026-4-3">3</time></a></td>			<td role="gridcell" aria-colindex="7" aria-rowindex="1"><time datetime="2026-4-4">4</time></td>		</tr>		<tr role="row">			<td role="gridcell" aria-colindex="1" aria-rowindex="2" class="today"><span><time datetime="2026-4-5">5</time></span></td>			<td role="gridcell" aria-colindex="2" aria-rowindex="2"><time datetime="2026-4-6">6</time></td>			<td role="gridcell" aria-colindex="3" aria-rowindex="2"><time datetime="2026-4-7">7</time></td>			<td role="gridcell" aria-colindex="4" aria-rowindex="2"><time datetime="2026-4-8">8</time></td>			<td role="gridcell" aria-colindex="5" aria-rowindex="2"><a tabindex="-1" href='/calendar.aspx?view=list&amp;year=2026&amp;month=4&amp;day=9'> <time datetime="2026-4-9">9</time></a></td>			<td role="gridcell" aria-colindex="6" aria-rowindex="2"><a tabindex="-1" href='/calendar.aspx?view=list&amp;year=2026&amp;month=4&amp;day=10'> <time datetime="2026-4-10">10</time></a></td>			<td role="gridcell" aria-colindex="7" aria-rowindex="2"><time datetime="2026-4-11">11</time></td>		</tr>		<tr role="row">			<td role="gridcell" aria-colindex="1" aria-rowindex="3"><time datetime="2026-4-12">12</time></td>			<td role="gridcell" aria-colindex="2" aria-rowindex="3"><time datetime="2026-4-13">13</time></td>			<td role="gridcell" aria-colindex="3" aria-rowindex="3"><time datetime="2026-4-14">14</time></td>			<td role="gridcell" aria-colindex="4" aria-rowindex="3"><time datetime="2026-4-15">15</time></td>			<td role="gridcell" aria-colindex="5" aria-rowindex="3"><a tabindex="-1" href='/calendar.aspx?view=list&amp;year=2026&amp;month=4&amp;day=16'> <time datetime="2026-4-16">16</time></a></td>			<td role="gridcell" aria-colindex="6" aria-rowindex="3"><a tabindex="-1" href='/calendar.aspx?view=list&amp;year=2026&amp;month=4&amp;day=17'> <time datetime="2026-4-17">17</time></a></td>			<td role="gridcell" aria-colindex="7" aria-rowindex="3"><time datetime="2026-4-18">18</time></td>		</tr>		<tr role="row">			<td role="gridcell" aria-colindex="1" aria-rowindex="4"><time datetime="2026-4-19">19</time></td>			<td role="gridcell" aria-colindex="2" aria-rowindex="4"><a tabindex="-1" href='/calendar.aspx?view=list&amp;year=2026&amp;month=4&amp;day=20'> <time datetime="2026-4-20">20</time></a></td>			<td role="gridcell" aria-colindex="3" aria-rowindex="4"><time datetime="2026-4-21">21</time></td>			<td role="gridcell" aria-colindex="4" aria-rowindex="4"><time datetime="2026-4-22">22</time></td>			<td role="gridcell" aria-colindex="5" aria-rowindex="4"><a tabindex="-1" href='/calendar.aspx?view=list&amp;year=2026&amp;month=4&amp;day=23'> <time datetime="2026-4-23">23</time></a></td>			<td role="gridcell" aria-colindex="6" aria-rowindex="4"><time datetime="2026-4-24">24</time></td>			<td role="gridcell" aria-colindex="7" aria-rowindex="4"><time datetime="2026-4-25">25</time></td>		</tr>		<tr role="row">			<td role="gridcell" aria-colindex="1" aria-rowindex="5"><time datetime="2026-4-26">26</time></td>			<td role="gridcell" aria-colindex="2" aria-rowindex="5"><time datetime="2026-4-27">27</time></td>			<td role="gridcell" aria-colindex="3" aria-rowindex="5"><time datetime="2026-4-28">28</time></td>			<td role="gridcell" aria-colindex="4" aria-rowindex="5"><time datetime="2026-4-29">29</time></td>			<td role="gridcell" aria-colindex="5" aria-rowindex="5"><time datetime="2026-4-30">30</time></td>			<td role="gridcell" class="not" aria-colindex="6" aria-rowindex="5"><time datetime="2026-5-1">1</time></td>			<td role="gridcell" class="not" aria-colindex="7" aria-rowindex="5"><time datetime="2026-5-2">2</time></td>		</tr>		</tbody>
	</table>
<!-- END CALENDAR DISPLAY ***** -->	</div>
	<nav aria-labelledby="calendar-nav-header">		<h4 class="jump" id="calendar-nav-header">Jump To Category:</h4>
		<ol id="jumpList">
					<li><a href="?CID=33"><img src="/common/images/Calendar/calendarcoloroverlay.png" aria-hidden="true" alt="" style="background:#a89804;"> <span>Housing (1)</span></a></li>
					<li><a href="?CID=26"><img src="/common/images/Calendar/calendarcoloroverlay.png" aria-hidden="true" alt="" style="background:#29688A;"> <span>MRCOG Meetings (2)</span></a></li>
					<li><a href="?CID=32"><img src="/common/images/Calendar/calendarcoloroverlay.png" aria-hidden="true" alt="" style="background:#7A1F07;"> <span>Rio Metro Regional Transit District (1)</span></a></li>
					<li><a href="?CID=24"><img src="/common/images/Calendar/calendarcoloroverlay.png" aria-hidden="true" alt="" style="background:#05754B;"> <span>Rural Transportation Planning (1)</span></a></li>
					<li><a href="?CID=22"><img src="/common/images/Calendar/calendarcoloroverlay.png" aria-hidden="true" alt="" style="background:#a87804;"> <span>Transportation (3)</span></a></li>
					<li><a href="?CID=25"><img src="/common/images/Calendar/calendarcoloroverlay.png" aria-hidden="true" alt="" style="background:#d52b13;"> <span>Workforce (1)</span></a></li>
		</ol>
	</nav> <select id="jumpSelect" style="display:none;" title="Calendar">
  <option selected="selected" value=""> - </option> <option value="?CID=33">Housing (1)</option>
 <option value="?CID=26">MRCOG Meetings (2)</option>
 <option value="?CID=32">Rio Metro Regional Transit District (1)</option>
 <option value="?CID=24">Rural Transportation Planning (1)</option>
 <option value="?CID=22">Transportation (3)</option>
 <option value="?CID=25">Workforce (1)</option>
 </select>
	</div>
	<div class="calendars">
		<div id="CID33" class="calendar">			<div>
				<h2 class="title">Housing</h2>
			</div>			<ol>
				<li>
					<h3>					 <a id="eventTitle_996" href="/662/About" onkeypress="return this.onclick();" onclick="eventDetails(996, 5, 4, 2026, 0); return false;"><span>MRGHC Board Meeting</span></a></h3>
</a></h3>
<div class="subHeader"><div class="date">April&nbsp;23,&nbsp;2026,&nbsp;1:00 PM&thinsp;-&thinsp;3:00 PM</div><div class="eventLocation fr-element fr-view">@ <div class="name"><p id="isPasted"><strong>Hybrid: In-Person &amp; Virtual</strong></p><p>MRCOG Board Room &nbsp;<br style="box-sizing: content-box;"><a href="https://www.google.com/maps/place/Mid-Region+Council+of+Governments/@35.0865558,-106.6587342,17z/data=!3m2!4b1!5s0x87220cc65976901d:0xe82447082df96397!4m5!3m4!1s0x87220cc6598dfd25:0x1972571b31b54778!8m2!3d35.0865514!4d-106.6565402" target="_blank" rel="noopener" aria-describedby="audioeye_new_window_message" aria-label="809 Copper Ave NWAlbuquerque, NM 87102 Opens in new window">809 Copper Ave NW<br style="box-sizing: content-box;">Albuquerque, NM 87102</a></p><p>Or</p><p><a href="https://us06web.zoom.us/j/85895946720?pwd=Dcadbmb7qKqog9JWA8bDuidnFn7djR.1">Join Zoom Meeting</a><br>Meeting ID: 858 9594 6720<br>Passcode: 525858</p></div></div></div>
<div class="hidden" itemscope itemtype="http://schema.org/Event"><span itemprop="name">MRGHC Board Meeting</span><span itemprop="startDate" class="hidden">2026-04-23T13:00:00</span><p itemprop="description"></p>
<span itemprop="location" itemscope itemtype="http://schema.org/Place">
<span itemprop="name"><p id="isPasted"><strong>Hybrid: In-Person &amp; Virtual</strong></p><p>MRCOG Board Room &nbsp;<br style="box-sizing: content-box;"><a href="https://www.google.com/maps/place/Mid-Region+Council+of+Governments/@35.0865558,-106.6587342,17z/data=!3m2!4b1!5s0x87220cc65976901d:0xe82447082df96397!4m5!3m4!1s0x87220cc6598dfd25:0x1972571b31b54778!8m2!3d35.0865514!4d-106.6565402" target="_blank" rel="noopener" aria-describedby="audioeye_new_window_message" aria-label="809 Copper Ave NWAlbuquerque, NM 87102 Opens in new window">809 Copper Ave NW<br style="box-sizing: content-box;">Albuquerque, NM 87102</a></p><p>Or</p><p><a href="https://us06web.zoom.us/j/85895946720?pwd=Dcadbmb7qKqog9JWA8bDuidnFn7djR.1">Join Zoom Meeting</a><br>Meeting ID: 858 9594 6720<br>Passcode: 525858</p></span><span class="hidden" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"><span itemprop="streetAddress">809 Copper Ave NE</span><span itemprop="addressLocality">Albuquerque</span><span itemprop="addressRegion">NM</span><span itemprop="postalCode">87102</span></span></span></div><p></p>
<a aria-labelledby="eventTitle_996 calendarEvent996"id="calendarEvent996" href="/662/About" onkeypress="return this.onclick();" onclick="eventDetails(996, 5, 4, 2026, 0); return false;">More Details</a>
				</li>
			</ol>
		</div>
		<div id="CID26" class="calendar">			<div>
				<h2 class="title">MRCOG Meetings</h2>
			</div>			<ol>
				<li>
					<h3>					 <a id="eventTitle_930" href="/Calendar.aspx?EID=930&month=4&year=2026&day=5&calType=0" onkeypress="return this.onclick();" onclick="eventDetails(930, 5, 4, 2026, 0); return false;"><span>MRCOG Executive Board Meeting</span></a></h3>
</a></h3>
<div class="subHeader"><div class="date">April&nbsp;9,&nbsp;2026,&nbsp;10:00 AM&thinsp;-&thinsp;10:30 AM</div><div class="eventLocation fr-element fr-view">@ <div class="name"><p id="isPasted"><strong>Hybrid: In-Person &amp; Virtual</strong></p><p>MRCOG Board Room &nbsp;<br style="box-sizing: content-box;"><a href="https://www.google.com/maps/place/Mid-Region+Council+of+Governments/@35.0865558,-106.6587342,17z/data=!3m2!4b1!5s0x87220cc65976901d:0xe82447082df96397!4m5!3m4!1s0x87220cc6598dfd25:0x1972571b31b54778!8m2!3d35.0865514!4d-106.6565402" target="_blank" rel="noopener" aria-describedby="audioeye_new_window_message" aria-label="809 Copper Ave NWAlbuquerque, NM 87102 Opens in new window">809 Copper Ave NW<br style="box-sizing: content-box;">Albuquerque, NM 87102</a></p><p>Or</p><p><a href="https://us06web.zoom.us/j/82367493221?pwd=IuhxLAnS7UDg0J5Tp9r0OGichbub4b.1">Join Zoom Meeting</a> <br>Webinar ID: 823 6749 3221<br>Passcode: 973770</p></div></div></div>
<div class="hidden" itemscope itemtype="http://schema.org/Event"><span itemprop="name">MRCOG Executive Board Meeting</span><span itemprop="startDate" class="hidden">2026-04-09T10:00:00</span><p itemprop="description"></p>
<span itemprop="location" itemscope itemtype="http://schema.org/Place">
<span itemprop="name"><p id="isPasted"><strong>Hybrid: In-Person &amp; Virtual</strong></p><p>MRCOG Board Room &nbsp;<br style="box-sizing: content-box;"><a href="https://www.google.com/maps/place/Mid-Region+Council+of+Governments/@35.0865558,-106.6587342,17z/data=!3m2!4b1!5s0x87220cc65976901d:0xe82447082df96397!4m5!3m4!1s0x87220cc6598dfd25:0x1972571b31b54778!8m2!3d35.0865514!4d-106.6565402" target="_blank" rel="noopener" aria-describedby="audioeye_new_window_message" aria-label="809 Copper Ave NWAlbuquerque, NM 87102 Opens in new window">809 Copper Ave NW<br style="box-sizing: content-box;">Albuquerque, NM 87102</a></p><p>Or</p><p><a href="https://us06web.zoom.us/j/82367493221?pwd=IuhxLAnS7UDg0J5Tp9r0OGichbub4b.1">Join Zoom Meeting</a> <br>Webinar ID: 823 6749 3221<br>Passcode: 973770</p></span><span class="hidden" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"><span itemprop="addressLocality">Albuquerque</span><span itemprop="addressRegion">NM</span><span itemprop="postalCode">87102</span></span></span></div><p></p>
<a aria-labelledby="eventTitle_930 calendarEvent930"id="calendarEvent930" href="/Calendar.aspx?EID=930&month=4&year=2026&day=5&calType=0" onkeypress="return this.onclick();" onclick="eventDetails(930, 5, 4, 2026, 0); return false;">More Details</a>
				</li>
				<li>
					<h3>					 <a id="eventTitle_940" href="/Calendar.aspx?EID=940&month=4&year=2026&day=5&calType=0" onkeypress="return this.onclick();" onclick="eventDetails(940, 5, 4, 2026, 0); return false;"><span>MRCOG Full Board Meeting—CANCELLED</span></a></h3>
</a></h3>
<div class="subHeader"><div class="date">April&nbsp;9,&nbsp;2026,&nbsp;10:30 AM&thinsp;-&thinsp;12:00 PM</div></div>
<div class="hidden" itemscope itemtype="http://schema.org/Event"><span itemprop="name">MRCOG Full Board Meeting—CANCELLED</span><span itemprop="startDate" class="hidden">2026-04-09T10:30:00</span><p itemprop="description"></p>
<span itemprop="location" itemscope itemtype="http://schema.org/Place">
<span itemprop="name">Event Location</span><span class="hidden" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"><span itemprop="addressLocality">Albuquerque</span><span itemprop="addressRegion">NM</span><span itemprop="postalCode">87102</span></span></span></div><p></p>
<a aria-labelledby="eventTitle_940 calendarEvent940"id="calendarEvent940" href="/Calendar.aspx?EID=940&month=4&year=2026&day=5&calType=0" onkeypress="return this.onclick();" onclick="eventDetails(940, 5, 4, 2026, 0); return false;">More Details</a>
				</li>
			</ol>
		</div>
		<div id="CID32" class="calendar">			<div>
				<h2 class="title">Rio Metro Regional Transit District</h2>
			</div>			<ol>
				<li>
					<h3>					 <a id="eventTitle_912" href="/Calendar.aspx?EID=912&month=4&year=2026&day=5&calType=0" onkeypress="return this.onclick();" onclick="eventDetails(912, 5, 4, 2026, 0); return false;"><span>Rio Metro RTD Board Meeting</span></a></h3>
</a></h3>
<div class="subHeader"><div class="date">April&nbsp;17,&nbsp;2026,&nbsp;12:00 PM&thinsp;-&thinsp;2:00 PM</div></div>
<div class="hidden" itemscope itemtype="http://schema.org/Event"><span itemprop="name">Rio Metro RTD Board Meeting</span><span itemprop="startDate" class="hidden">2026-04-17T12:00:00</span><p itemprop="description"></p>
<span itemprop="location" itemscope itemtype="http://schema.org/Place">
<span itemprop="name">Event Location</span><span class="hidden" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"><span itemprop="addressLocality">Albuquerque</span><span itemprop="addressRegion">NM</span><span itemprop="postalCode">87102</span></span></span></div><p></p>
<a aria-labelledby="eventTitle_912 calendarEvent912"id="calendarEvent912" href="/Calendar.aspx?EID=912&month=4&year=2026&day=5&calType=0" onkeypress="return this.onclick();" onclick="eventDetails(912, 5, 4, 2026, 0); return false;">More Details</a>
				</li>
			</ol>
		</div>
		<div id="CID24" class="calendar">			<div>
				<h2 class="title">Rural Transportation Planning</h2>
			</div>			<ol>
				<li>
					<h3>					 <a id="eventTitle_989" href="/Calendar.aspx?EID=989&month=4&year=2026&day=5&calType=0" onkeypress="return this.onclick();" onclick="eventDetails(989, 5, 4, 2026, 0); return false;"><span>Regional Transportation Planning Organization Committee Meeting (RTPO)</span></a></h3>
</a></h3>
<div class="subHeader"><div class="date">April&nbsp;16,&nbsp;2026,&nbsp;9:30 AM&thinsp;-&thinsp;11:00 AM</div><div class="eventLocation fr-element fr-view">@ <div class="name"><p id="isPasted"><strong>Hybrid: In-Person &amp; Virtual</strong></p><p>MRCOG First Floor Conference Room&nbsp;<br style="box-sizing: content-box;"><a href="https://www.google.com/maps/place/Mid-Region+Council+of+Governments/@35.0865558,-106.6587342,17z/data=!3m2!4b1!5s0x87220cc65976901d:0xe82447082df96397!4m5!3m4!1s0x87220cc6598dfd25:0x1972571b31b54778!8m2!3d35.0865514!4d-106.6565402" target="_blank" rel="noopener" aria-describedby="audioeye_new_window_message" aria-label="809 Copper Ave NWAlbuquerque, NM 87102 Opens in new window">809 Copper Ave NW<br style="box-sizing: content-box;">Albuquerque, NM 87102</a></p><p>Or</p><p><a href="https://us06web.zoom.us/j/86237422688?pwd=bCLxlMu3v5cjsQZkgnJaWnSBm8utvt.1" target="_blank" rel="noopener">Join Zoom Meeting</a><br>Meeting ID: 862 3742 2688<br>Passcode: 838259</p></div></div></div>
<div class="hidden" itemscope itemtype="http://schema.org/Event"><span itemprop="name">Regional Transportation Planning Organization Committee Meeting (RTPO)</span><span itemprop="startDate" class="hidden">2026-04-16T09:30:00</span><p itemprop="description"></p>
<span itemprop="location" itemscope itemtype="http://schema.org/Place">
<span itemprop="name"><p id="isPasted"><strong>Hybrid: In-Person &amp; Virtual</strong></p><p>MRCOG First Floor Conference Room&nbsp;<br style="box-sizing: content-box;"><a href="https://www.google.com/maps/place/Mid-Region+Council+of+Governments/@35.0865558,-106.6587342,17z/data=!3m2!4b1!5s0x87220cc65976901d:0xe82447082df96397!4m5!3m4!1s0x87220cc6598dfd25:0x1972571b31b54778!8m2!3d35.0865514!4d-106.6565402" target="_blank" rel="noopener" aria-describedby="audioeye_new_window_message" aria-label="809 Copper Ave NWAlbuquerque, NM 87102 Opens in new window">809 Copper Ave NW<br style="box-sizing: content-box;">Albuquerque, NM 87102</a></p><p>Or</p><p><a href="https://us06web.zoom.us/j/86237422688?pwd=bCLxlMu3v5cjsQZkgnJaWnSBm8utvt.1" target="_blank" rel="noopener">Join Zoom Meeting</a><br>Meeting ID: 862 3742 2688<br>Passcode: 838259</p></span><span class="hidden" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"><span itemprop="addressLocality">Albuquerque</span><span itemprop="addressRegion">NM</span><span itemprop="postalCode">87102</span></span></span></div><p></p>
<a aria-labelledby="eventTitle_989 calendarEvent989"id="calendarEvent989" href="/Calendar.aspx?EID=989&month=4&year=2026&day=5&calType=0" onkeypress="return this.onclick();" onclick="eventDetails(989, 5, 4, 2026, 0); return false;">More Details</a>
				</li>
			</ol>
		</div>
		<div id="CID22" class="calendar">			<div>
				<h2 class="title">Transportation</h2>
			</div>			<ol>
				<li>
					<h3>					 <a id="eventTitle_1017" href="/Calendar.aspx?EID=1017&month=4&year=2026&day=5&calType=0" onkeypress="return this.onclick();" onclick="eventDetails(1017, 5, 4, 2026, 0); return false;"><span>Long Range Transportation System Maps Open House</span></a></h3>
</a></h3>
<div class="subHeader"><div class="date">April&nbsp;10,&nbsp;2026,&nbsp;11:30 AM&thinsp;-&thinsp;1:00 PM</div><div class="eventLocation fr-element fr-view">@ <div class="name"><p id="isPasted">MRCOG Board Room &nbsp;<br><a href="https://www.google.com/maps/place/Mid-Region+Council+of+Governments/@35.0865558,-106.6587342,17z/data=!3m2!4b1!5s0x87220cc65976901d:0xe82447082df96397!4m5!3m4!1s0x87220cc6598dfd25:0x1972571b31b54778!8m2!3d35.0865514!4d-106.6565402" target="_blank" rel="noopener" aria-describedby="audioeye_new_window_message" aria-label="809 Copper Ave NWAlbuquerque, NM 87102 Opens in new window">809 Copper Ave NW<br style="box-sizing: content-box;">Albuquerque, NM 87102</a></p></div></div></div>
<div class="hidden" itemscope itemtype="http://schema.org/Event"><span itemprop="name">Long Range Transportation System Maps Open House</span><span itemprop="startDate" class="hidden">2026-04-10T11:30:00</span><p itemprop="description"></p>
<span itemprop="location" itemscope itemtype="http://schema.org/Place">
<span itemprop="name"><p id="isPasted">MRCOG Board Room &nbsp;<br><a href="https://www.google.com/maps/place/Mid-Region+Council+of+Governments/@35.0865558,-106.6587342,17z/data=!3m2!4b1!5s0x87220cc65976901d:0xe82447082df96397!4m5!3m4!1s0x87220cc6598dfd25:0x1972571b31b54778!8m2!3d35.0865514!4d-106.6565402" target="_blank" rel="noopener" aria-describedby="audioeye_new_window_message" aria-label="809 Copper Ave NWAlbuquerque, NM 87102 Opens in new window">809 Copper Ave NW<br style="box-sizing: content-box;">Albuquerque, NM 87102</a></p></span><span class="hidden" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"><span itemprop="addressLocality">Albuquerque</span><span itemprop="addressRegion">NM</span><span itemprop="postalCode">87102</span></span></span></div><p></p>
<a aria-labelledby="eventTitle_1017 calendarEvent1017"id="calendarEvent1017" href="/Calendar.aspx?EID=1017&month=4&year=2026&day=5&calType=0" onkeypress="return this.onclick();" onclick="eventDetails(1017, 5, 4, 2026, 0); return false;">More Details</a>
				</li>
				<li>
					<h3>					 <a id="eventTitle_986" href="/Calendar.aspx?EID=986&month=4&year=2026&day=5&calType=0" onkeypress="return this.onclick();" onclick="eventDetails(986, 5, 4, 2026, 0); return false;"><span>Transportation Coordinating Committee (TCC) Meeting</span></a></h3>
</a></h3>
<div class="subHeader"><div class="date">April&nbsp;10,&nbsp;2026,&nbsp;1:30 PM</div><div class="eventLocation fr-element fr-view">@ <div class="name"><p id="isPasted"><strong>Hybrid: In-Person &amp; Virtual</strong></p><p>MRCOG Board Room &nbsp;<br style="box-sizing: content-box;"><a href="https://www.google.com/maps/place/Mid-Region+Council+of+Governments/@35.0865558,-106.6587342,17z/data=!3m2!4b1!5s0x87220cc65976901d:0xe82447082df96397!4m5!3m4!1s0x87220cc6598dfd25:0x1972571b31b54778!8m2!3d35.0865514!4d-106.6565402" target="_blank" rel="noopener" aria-describedby="audioeye_new_window_message" aria-label="809 Copper Ave NWAlbuquerque, NM 87102 Opens in new window">809 Copper Ave NW<br style="box-sizing: content-box;">Albuquerque, NM 87102</a></p><p>Or</p><p>Join Zoom Meeting (coming soon)</p></div></div></div>
<p></p>
<a aria-labelledby="eventTitle_986 calendarEvent986"id="calendarEvent986" href="/Calendar.aspx?EID=986&month=4&year=2026&day=5&calType=0" onkeypress="return this.onclick();" onclick="eventDetails(986, 5, 4, 2026, 0); return false;">More Details</a>
				</li>
				<li>
					<h3>					 <a id="eventTitle_959" href="/Calendar.aspx?EID=959&month=4&year=2026&day=5&calType=0" onkeypress="return this.onclick();" onclick="eventDetails(959, 5, 4, 2026, 0); return false;"><span>Metropolitan Transportation Board Meeting (MTB)</span></a></h3>
</a></h3>
<div class="subHeader"><div class="date">April&nbsp;17,&nbsp;2026,&nbsp;10:00 AM&thinsp;-&thinsp;11:30 AM</div><div class="eventLocation fr-element fr-view">@ <div class="name"><p id="isPasted"><strong>Hybrid: In-Person &amp; Virtual</strong></p><p>MRCOG Board Room &nbsp;<br style="box-sizing: content-box;"><a href="https://www.google.com/maps/place/Mid-Region+Council+of+Governments/@35.0865558,-106.6587342,17z/data=!3m2!4b1!5s0x87220cc65976901d:0xe82447082df96397!4m5!3m4!1s0x87220cc6598dfd25:0x1972571b31b54778!8m2!3d35.0865514!4d-106.6565402" target="_blank" rel="noopener" aria-describedby="audioeye_new_window_message" aria-label="809 Copper Ave NWAlbuquerque, NM 87102 Opens in new window">809 Copper Ave NW<br style="box-sizing: content-box;">Albuquerque, NM 87102</a></p><p>Or</p><p>Join Zoom Meeting (coming soon)</p></div></div></div>
<div class="hidden" itemscope itemtype="http://schema.org/Event"><span itemprop="name">Metropolitan Transportation Board Meeting (MTB)</span><span itemprop="startDate" class="hidden">2026-04-17T10:00:00</span><p itemprop="description"></p>
<span itemprop="location" itemscope itemtype="http://schema.org/Place">
<span itemprop="name"><p id="isPasted"><strong>Hybrid: In-Person &amp; Virtual</strong></p><p>MRCOG Board Room &nbsp;<br style="box-sizing: content-box;"><a href="https://www.google.com/maps/place/Mid-Region+Council+of+Governments/@35.0865558,-106.6587342,17z/data=!3m2!4b1!5s0x87220cc65976901d:0xe82447082df96397!4m5!3m4!1s0x87220cc6598dfd25:0x1972571b31b54778!8m2!3d35.0865514!4d-106.6565402" target="_blank" rel="noopener" aria-describedby="audioeye_new_window_message" aria-label="809 Copper Ave NWAlbuquerque, NM 87102 Opens in new window">809 Copper Ave NW<br style="box-sizing: content-box;">Albuquerque, NM 87102</a></p><p>Or</p><p>Join Zoom Meeting (coming soon)</p></span><span class="hidden" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"><span itemprop="streetAddress">809 Copper Avenue NW</span><span itemprop="addressLocality">Albuquerque</span><span itemprop="addressRegion">NM</span><span itemprop="postalCode">87102</span></span></span></div><p></p>
<a aria-labelledby="eventTitle_959 calendarEvent959"id="calendarEvent959" href="/Calendar.aspx?EID=959&month=4&year=2026&day=5&calType=0" onkeypress="return this.onclick();" onclick="eventDetails(959, 5, 4, 2026, 0); return false;">More Details</a>
				</li>
			</ol>
		</div>
		<div id="CID25" class="calendar">			<div>
				<h2 class="title">Workforce</h2>
			</div>			<ol>
				<li>
					<h3>					 <a id="eventTitle_655" target="_blank"href="https://www.wccnm.org/wccnm-board/" onkeypress="return this.onclick();" onclick="eventDetails(655, 5, 4, 2026, 0); return false;"><span>WCCNM Full Board Meeting</span></a></h3>
</a></h3>
<div class="subHeader"><div class="date">April&nbsp;20,&nbsp;2026,&nbsp;1:30 PM&thinsp;-&thinsp;3:00 PM</div></div>
<p></p>
<a target="_blank"aria-labelledby="eventTitle_655 calendarEvent655"id="calendarEvent655" href="https://www.wccnm.org/wccnm-board/" onkeypress="return this.onclick();" onclick="eventDetails(655, 5, 4, 2026, 0); return false;">More Details</a>
				</li>
			</ol>
		</div>
	</div>
</div>

			
</div>
	</div>
	<div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanel">
	
			
			
		
</div>

  <!-- SVG Icon -->
  <div style="display: none;">
	  <svg xmlns="http://www.w3.org/2000/svg" style="display:none;">
	  <symbol id="iconFacility" viewBox="0 0 24 24">
		<title>Facility</title>
		<path fill="currentColor" d="M5,3V21H11V17.5H13V21H19V3H5M7,5H9V7H7V5M11,5H13V7H11V5M15,5H17V7H15V5M7,9H9V11H7V9M11,9H13V11H11V9M15,9H17V11H15V9M7,13H9V15H7V13M11,13H13V15H11V13M15,13H17V15H15V13M7,17H9V19H7V17M15,17H17V19H15V17Z"></path>
	  </symbol>
	  <symbol id="iconSubmitEvent" viewBox="0 0 24 24">
		<title>Submit Event</title>
		<path fill="currentColor" d="M19,19H5V8H19M19,3H18V1H16V3H8V1H6V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M16.53,11.06L15.47,10L10.59,14.88L8.47,12.76L7.41,13.82L10.59,17L16.53,11.06Z"></path>
	  </symbol>
	  <symbol id="iconPrint" viewBox="0 0 24 24">
		<title>Print</title>
		<path fill="currentColor" d="M18,3H6V7H18M19,12A1,1 0 0,1 18,11A1,1 0 0,1 19,10A1,1 0 0,1 20,11A1,1 0 0,1 19,12M16,19H8V14H16M19,8H5A3,3 0 0,0 2,11V17H6V21H18V17H22V11A3,3 0 0,0 19,8Z"></path>
	  </symbol>
	  <symbol id="iconEmail" viewBox="0 0 24 24">
		<title>Email</title>
		<path fill="currentColor" d="M20,8L12,13L4,8V6L12,11L20,6M20,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6C22,4.89 21.1,4 20,4Z"></path>
	  </symbol>
	  <symbol id="iconSubscribeEvent" viewBox="0 0 24 24">
		<title>Event Subscription</title>
		<path fill="currentColor" d="M19,20V9H5V20H19M16,2H18V4H19A2,2 0 0,1 21,6V20A2,2 0 0,1 19,22H5A2,2 0 0,1 3,20V6A2,2 0 0,1 5,4H6V2H8V4H16V2M12,18.17L11.42,17.64C9.36,15.77 8,14.54 8,13.03C8,11.8 8.97,10.83 10.2,10.83C10.9,10.83 11.56,11.15 12,11.66C12.44,11.15 13.1,10.83 13.8,10.83C15.03,10.83 16,11.8 16,13.03C16,14.54 14.64,15.77 12.58,17.64L12,18.17Z"></path>
	  </symbol>
	  <symbol id="iconRSS" viewBox="0 0 24 24">
		<title>View RSS Feeds</title>
		<path fill="currentColor" d="M6.18,15.64A2.18,2.18 0 0,1 8.36,17.82C8.36,19 7.38,20 6.18,20C5,20 4,19 4,17.82A2.18,2.18 0 0,1 6.18,15.64M4,4.44A15.56,15.56 0 0,1 19.56,20H16.73A12.73,12.73 0 0,0 4,7.27V4.44M4,10.1A9.9,9.9 0 0,1 13.9,20H11.07A7.07,7.07 0 0,0 4,12.93V10.1Z" ></path>
	  </symbol>
	  <symbol id="iconCalendar" viewBox="0 0 24 24">
		<title>Select on Calendar</title>
		<path fill="currentColor" d="M9,10H7V12H9V10M13,10H11V12H13V10M17,10H15V12H17V10M19,3H18V1H16V3H8V1H6V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M19,19H5V8H19V19Z"></path>
	  </symbol>
	  <symbol id="iconExpand" viewBox="0 0 24 24">
		<title>Expand</title>
		<path fill="currentColor" d="M12,18.17L8.83,15L7.42,16.41L12,21L16.59,16.41L15.17,15M12,5.83L15.17,9L16.58,7.59L12,3L7.41,7.59L8.83,9L12,5.83Z"></path>
	  </symbol>
	  <symbol id="iconCollapse" viewBox="0 0 24 24">
		<title>Collapse</title>
		<path fill="currentColor" d="M16.59,5.41L15.17,4L12,7.17L8.83,4L7.41,5.41L12,10M7.41,18.59L8.83,20L12,16.83L15.17,20L16.58,18.59L12,14L7.41,18.59Z" />
	  </symbol>
	  <symbol id="iconChevronPrev" viewBox="0 0 24 24">
		<title>Previous</title>
		<path fill="currentColor" d="M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z" />
	  </symbol>
	  <symbol id="iconChevronNext" viewBox="0 0 24 24">
		<title>Next</title>
		<path fill="currentColor" d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z" />
	  </symbol>
	  <symbol id="iconChevronDown" viewBox="0 0 24 24">
		<title>Down</title>
		<path fill="currentColor" d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z" />
	  </symbol>
	  <symbol id="iconChevronUp" viewBox="0 0 24 24">
		<title>Up</title>
		<path fill="currentColor" d="M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z" />
	  </symbol>
	  <symbol id="iconMap" viewBox="0 0 24 24">
		<title>Map</title>
		<path fill="currentColor" d="M15.5,12C18,12 20,14 20,16.5C20,17.38 19.75,18.21 19.31,18.9L22.39,22L21,23.39L17.88,20.32C17.19,20.75 16.37,21 15.5,21C13,21 11,19 11,16.5C11,14 13,12 15.5,12M15.5,14A2.5,2.5 0 0,0 13,16.5A2.5,2.5 0 0,0 15.5,19A2.5,2.5 0 0,0 18,16.5A2.5,2.5 0 0,0 15.5,14M14,6.11L8,4V15.89L9,16.24V16.5C9,17.14 9.09,17.76 9.26,18.34L8,17.9L2.66,19.97L2.5,20A0.5,0.5 0 0,1 2,19.5V4.38C2,4.15 2.15,3.97 2.36,3.9L8,2L14,4.1L19.34,2H19.5A0.5,0.5 0 0,1 20,2.5V11.81C18.83,10.69 17.25,10 15.5,10C15,10 14.5,10.06 14,10.17V6.11Z"></path>
	  </symbol>
	  <symbol id="iconShare" viewBox="0 0 24 24">
		<title>Share</title>
		<path fill="currentColor" d="M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M14 16V13C10.39 13 7.81 14.43 6 17C6.72 13.33 8.94 9.73 14 9V6L19 11L14 16Z" />
	  </symbol>
	  <symbol id="iconShowMore" viewBox="0 0 24 24">
		<title>Show more</title>
		 <path fill="currentColor" d="M15.5,12C18,12 20,14 20,16.5C20,17.38 19.75,18.21 19.31,18.9L22.39,22L21,23.39L17.88,20.32C17.19,20.75 16.37,21 15.5,21C13,21 11,19 11,16.5C11,14 13,12 15.5,12M15.5,14A2.5,2.5 0 0,0 13,16.5A2.5,2.5 0 0,0 15.5,19A2.5,2.5 0 0,0 18,16.5A2.5,2.5 0 0,0 15.5,14M19,8H5V19H9.5C9.81,19.75 10.26,20.42 10.81,21H5C3.89,21 3,20.1 3,19V5C3,3.89 3.89,3 5,3H6V1H8V3H16V1H18V3H19A2,2 0 0,1 21,5V13.03C20.5,12.22 19.8,11.54 19,11V8Z" />
	  </symbol>

	<svg>
  </div>
  <!-- SVG Icon -->

<!-- SVG Icon Agenda -->
  <div style="display: none;">
	  <svg xmlns="http://www.w3.org/2000/svg" style="display:none;">
	  <symbol id="iconAgenda" svg viewBox="0 0 24 24">
			<title>Agenda</title>
			<path fill="currentColor" d="M19,3H14.82C14.25,1.44 12.53,0.64 11,1.2C10.14,1.5 9.5,2.16 9.18,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M12,3A1,1 0 0,1 13,4A1,1 0 0,1 12,5A1,1 0 0,1 11,4A1,1 0 0,1 12,3M7,7H17V5H19V19H5V5H7V7M17,11H7V9H17V11M15,15H7V13H15V15Z" />	  </symbol>
		</symbol>
	<svg>
  </div>
  <!-- SVG Icon -->

	
	<div id="aboveFooter" style="display: none;"></div>
	
</div>
<input type="hidden" name="ShowInRssFeed" value="false" />
<input type="hidden" name="RssConfigurationEnabled" value="True" />
<input name="calendarView" type="hidden" value="" />
<input name="eventID" type="hidden" />
<input name="showMoreExpandedDays" type="hidden" />

<script type="text/javascript">
	$(window).on("load", function () {
		$('.icalDescription').urlToLink({ target: '_blank' });
	});

	var currentTextBox = null;
	var currentDatePicker = null;

	function hidePopup() {
		return currentDatePicker && currentDatePicker.hidePopup();
	}

	//This method is called to handle the onclick and onfocus client side events for the texbox
	function showPopup(sender, e) {
		//this is a reference to the texbox which raised the event
		//see the methods exposed through the $telerik static client library here - http://www.telerik.com/help/aspnet-ajax/telerik-static-client-library.html
		var textBox = sender.tagName === "INPUT" ? sender : $telerik.getPreviousHtmlNode(sender);

		// hide previous pop-up if open
		textBox !== currentTextBox && hidePopup();

		currentTextBox = textBox;
	}

	function dismissHook(e) {
		return (e.keyCode === 27 || e.keyCode === 9) && hidePopup();
	}

	function handleKeydown(e) {
		dismissHook(e) || searchTextHook(e);
	}

	//this handler is used to set the text of the TextBox to the value of selected from the popup
	function dateSelected(sender, args) {
		if (currentTextBox != null) {
			//currentTextBox is the currently selected TextBox. Its value is set to the newly selected
			//value of the picker
			currentTextBox.value = args.get_newValue();
		}
	}

	//this function is used to parse the date entered or selected by the user
	function parseDate(sender, e) {
		if (currentDatePicker != null) {
			var date = currentDatePicker.get_dateInput().parseDate(sender.value);
			var dateInput = currentDatePicker.get_dateInput();

			if (date == null) {
				date = currentDatePicker.get_selectedDate();
			}

			var formattedDate = dateInput.get_dateFormatInfo().FormatDate(date, dateInput.get_displayDateFormat());
			sender.value = formattedDate;
		}
	}

	function clearPostBack() {
		Sys.WebForms.PageRequestManager.getInstance().remove_endRequest(clearPostBack);
		$('.icalDescription').urlToLink({ target: '_blank' });
	}

	function redrawContentCalendar() {
		Sys.WebForms.PageRequestManager.getInstance().add_endRequest(clearPostBack);
		if (document.aspnetForm.calendarView.value == 'list' || document.aspnetForm.calendarView.value == '')
			raiseAsyncPostbackCalendar('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanelListView', 0, '');
		else
			raiseAsyncPostbackCalendar('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanel', 0, '');

		blockMenuSpawn = false;
	}

	function previousFeaturedItem(view) {
		document.aspnetForm.calendarView.value = view;
		raiseAsyncPostbackCalendar('featured', 0, 'drawFeaturedPrev');
	}

	function nextFeaturedItem(view) {
		document.aspnetForm.calendarView.value = view;
		raiseAsyncPostbackCalendar('featured', 0, 'drawFeaturedNext');
	}
</script>

</div>
<script type="text/javascript">order+='ModuleContent\n'</script>

		<div id="ctl00_ctl00_MainContent_ctl00_liveEditPopupWindow" class="modalContainer modalContainerCP" style="display: none;">
	<div id="ctl00_liveEditTitleBar" class="modalTitleLeft"><h3 id="ctl00_LiveEditModalTitle" class="modalTitle">Live Edit</h3><a id="ctl00_LiveEditCloseButton" class="modalClose" aria-label="Close this modal" href="/" title="Close this window"><svg viewBox='0 0 25 25' id='modalIconClose'><polygon style='fill:currentcolor' points='18.806,6.98 18.075,6.248 12.532,11.792 6.989,6.248 6.257,6.98 11.786,12.508 6.212,18.084 6.943,18.815 12.532,13.224 18.12,18.815 18.851,18.084 13.277,12.508'></polygon></svg></a></div><div id="ctl00_liveEditContentLeft" class="modalContentLeft"><div id="ctl00_liveEditContentRight" class="modalContentRight"><div id="ctl00_liveEditContent" class="modalContent"><iframe style="display: none; border: none;" src="about:blank" id="liveEditDialog" title="Live Edit Dialog" name="liveEditDialog"></iframe></div></div></div><div id="ctl00_liveEditFooter" class="modalBottomLeft"><div id="ctl00_liveEditfooterbar" class="modalBottomRight"><div id="ctl00_liveEditfooterbar1" class="modalBottom"></div></div></div>
</div><input type="submit" name="ctl00$ctl00$MainContent$ctl00_liveEditSpawnWindow" value="" id="ctl00_ctl00_MainContent_ctl00_liveEditSpawnWindow" disabled="disabled" aria-hidden="true" style="display: none;" />
	

<script type="text/javascript">
//<![CDATA[
Sys.Application.add_init(function() {
    $create(AjaxControlToolkit.ModalPopupBehavior, {"BackgroundCssClass":"modalBackground","CancelControlID":"ctl00_LiveEditCloseButton","PopupControlID":"ctl00_ctl00_MainContent_ctl00_liveEditPopupWindow","PopupDragHandleControlID":"ctl00_liveEditTitleBar","dynamicServicePath":"/calendar.aspx","id":"editItemBehavior"}, null, null, $get("ctl00_ctl00_MainContent_ctl00_liveEditSpawnWindow"));
});
//]]>
</script>
</form>
	<form id="aspnetSearchForm" name="aspnetSearchForm" style="display:none;" action="/Search.aspx" method="get">
		<input name="SearchString" type = "hidden" value ="" />
	</form>
	
	
	
	</div>
	 
</div>	

</div>
</div>
</div></div>
</div><!-- GBs --><!-- <div data-cpRole="structuralContainer" id="gbsContainerTS">
    <div class="siteWrap3">
      <div data-cpRole="contentContainer" id="gbsTS"></div>
    </div>
  </div> --><!-- Calendar/Carousel --><!-- <div data-cpRole="structuralContainer" id="homeContainer1">
    <div class="siteWrap3">
      <div data-cpRole="contentContainer" id="homeContent1a"></div>
    </div>
  </div> --><!-- Footer --><footer data-cpRole="structuralContainer" id="footerContainerTS">
<div class="siteWrap3"><div data-cpRole="contentContainer" id="footerTS">	<div id="cc1db9eea0-1e7f-4ede-8e7a-f64d1d483bb4" data-containerid="1db9eea0-1e7f-4ede-8e7a-f64d1d483bb4" class="pageContent cpGrid cpGrid24 isLockedContainer showInMobile" data-contentcontainerbreakpoint="60">
				                

		<div class="row outer wide"><!--
--><div class="outer col col3 first" style="" data-widgetcontainerid="c1b95827-48cd-4d43-a496-96117b5fd859">				
	<div class="row nest first last wide">
	
	<div class="inner col col3 first last id1e3780a7-1b51-4a4c-adf0-8cdf055257e8" style="" data-widgetcontainerid="1e3780a7-1b51-4a4c-adf0-8cdf055257e8">	
    <div data-widget-id="f25d0469-8684-48a6-b591-92b1a639a145" data-widget-controller-path="/InfoAdvanced/Widget">





	<section id="divInfoAdvf25d0469-8684-48a6-b591-92b1a639a145" class="widget widgetInfoAdvanced skin70 widgetOptionSet5 wide" data-modulewidgettype="infoAdv" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-label="Info Advanced">
			<header class="widgetHeader" id="headerf25d0469-8684-48a6-b591-92b1a639a145">
		<div class="">
								</div>
	</header>
	<div class="widgetBody  cpGrid cpGrid1 ">
		<div class="row  wide">
					<div class="col col1 first last">
						<ol class="pageStyles semanticList">

<li class="InfoAdvanced widgetItem fr-view">
	<p><a href="/"><img src="/ImageRepository/Document?documentId=5553" class="fr-fil fr-dib" alt="MRCOG Logo - Home page"></a></p><p><br></p>
</li>						</ol>
					</div>
		</div>
	</div>
	<div class="widgetFooter">

	</div>

	</section>



<script type="text/javascript">
	//Render slideshow if info advacned items contain one.
	$(document).ready(function (e) {
		$('#divInfoAdvf25d0469-8684-48a6-b591-92b1a639a145 .InfoAdvanced.widgetItem').each(function () {
			renderSlideshowIfApplicable($(this));		
		});
	});
</script></div>	</div> <!-- inner column -->

	</div> <!-- inner row -->

			</div><!-- outer column --><!----><div class="outer col col1" style="" data-widgetcontainerid="481060d9-95c3-45ff-bbbb-8dbe26bb055d">				
	<div class="row nest first last wide">
	
	<div class="inner col col1 first last id4fa89ed1-8e91-4375-81fb-5b29d19f14c0" style="" data-widgetcontainerid="4fa89ed1-8e91-4375-81fb-5b29d19f14c0">	

<div class="widget widgetSpacer" id="8c5f8a90-f40e-457f-96e0-bb23b8e6aae8"></div>	</div> <!-- inner column -->

	</div> <!-- inner row -->

			</div><!-- outer column --><!----><div class="outer col col6" style="" data-widgetcontainerid="fc152c06-fc32-4183-af39-2b7d07561f51">				
	<div class="row nest first last wide">
	
	<div class="inner col col6 first last id89245737-14db-4460-8056-cfc13b3dd1ae" style="" data-widgetcontainerid="89245737-14db-4460-8056-cfc13b3dd1ae">	
    <div data-widget-id="12eee8a7-4937-4973-a148-261aeda14c79" data-widget-controller-path="/InfoAdvanced/Widget">





	<section id="divInfoAdv12eee8a7-4937-4973-a148-261aeda14c79" class="widget widgetInfoAdvanced skin67 widgetOptionSet5 wide" data-modulewidgettype="infoAdv" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-labelledby="header12eee8a7-4937-4973-a148-261aeda14c79">
			<header class="widgetHeader" id="header12eee8a7-4937-4973-a148-261aeda14c79">
		<div class="">
					<h3 >About Us</h3>
								</div>
	</header>
	<div class="widgetBody  cpGrid cpGrid1 ">
		<div class="row  wide">
					<div class="col col1 first last">
						<ol class="pageStyles semanticList">

<li class="InfoAdvanced widgetItem fr-view">
	<p>The Mid-Region Council of Governments serves the counties of Bernalillo, Sandoval, Torrance and Valencia in the areas of transportation, planning, water, economic development, workforce, land use, and agriculture.</p><p><br></p><p>&copy;2026. Mid-Region Council of Governments</p>
</li>						</ol>
					</div>
		</div>
	</div>
	<div class="widgetFooter">

	</div>

	</section>



<script type="text/javascript">
	//Render slideshow if info advacned items contain one.
	$(document).ready(function (e) {
		$('#divInfoAdv12eee8a7-4937-4973-a148-261aeda14c79 .InfoAdvanced.widgetItem').each(function () {
			renderSlideshowIfApplicable($(this));		
		});
	});
</script></div>	</div> <!-- inner column -->

	</div> <!-- inner row -->

			</div><!-- outer column --><!----><div class="outer col col1" style="" data-widgetcontainerid="d6d43a9d-08b7-428a-8b9d-ca0d6822b1cd">				
	<div class="row nest first last wide">
	
	<div class="inner col col1 first last iddd153a78-d06a-4302-9a06-7065066a0092" style="" data-widgetcontainerid="dd153a78-d06a-4302-9a06-7065066a0092">	

<div class="widget widgetSpacer" id="0d4f38c2-802d-48f8-8bdf-3e3d869cba04"></div>	</div> <!-- inner column -->

	</div> <!-- inner row -->

			</div><!-- outer column --><!----><div class="outer col col4" style="" data-widgetcontainerid="cfe4de4d-9f7a-427c-9403-87816b5f1398">				
	<div class="row nest first last wide">
	
	<div class="inner col col4 first last idd61959c0-01ee-4f9e-ba45-6f1000214b1a" style="" data-widgetcontainerid="d61959c0-01ee-4f9e-ba45-6f1000214b1a">	
    <div data-widget-id="7a568e80-80ec-46be-8df8-eb4a609839a7" data-widget-controller-path="/InfoAdvanced/Widget">





	<section id="divInfoAdv7a568e80-80ec-46be-8df8-eb4a609839a7" class="widget widgetInfoAdvanced skin67 widgetOptionSet5 wide" data-modulewidgettype="infoAdv" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-labelledby="header7a568e80-80ec-46be-8df8-eb4a609839a7">
			<header class="widgetHeader" id="header7a568e80-80ec-46be-8df8-eb4a609839a7">
		<div class="">
					<h3 >Contact Us</h3>
								</div>
	</header>
	<div class="widgetBody  cpGrid cpGrid1 ">
		<div class="row  wide">
					<div class="col col1 first last">
						<ol class="pageStyles semanticList">

<li class="InfoAdvanced widgetItem fr-view">
	<p>809 Copper Avenue NW</p><p>Albuquerque, NM 87102&nbsp;</p><p>Phone: <a class="Hyperlink" href="tel:505-247-1750" target="_self">505-247-1750</a></p><p>Fax: 505-247-1753</p><p><a class="Hyperlink" href="mailto:mrcog@mrcog-nm.gov" target="_self">Email</a> | <a class="Hyperlink" href="/508/Social-Media">Social Media</a></p>
</li>						</ol>
					</div>
		</div>
	</div>
	<div class="widgetFooter">

	</div>

	</section>



<script type="text/javascript">
	//Render slideshow if info advacned items contain one.
	$(document).ready(function (e) {
		$('#divInfoAdv7a568e80-80ec-46be-8df8-eb4a609839a7 .InfoAdvanced.widgetItem').each(function () {
			renderSlideshowIfApplicable($(this));		
		});
	});
</script></div>	</div> <!-- inner column -->

	</div> <!-- inner row -->

			</div><!-- outer column --><!----><div class="outer col col1" style="" data-widgetcontainerid="8dddc82c-f756-4b33-bdca-c10f5c0884f6">				
	<div class="row nest first last wide">
	
	<div class="inner col col1 first last id957c70b4-b582-46a3-a93d-1fcb5aabcca9" style="" data-widgetcontainerid="957c70b4-b582-46a3-a93d-1fcb5aabcca9">	

<div class="widget widgetSpacer" id="87e5713b-8223-40ed-bf33-2357c043cff5"></div>	</div> <!-- inner column -->

	</div> <!-- inner row -->

			</div><!-- outer column --><!----><div class="outer col col3" style="" data-widgetcontainerid="6c381d06-4a2a-4cf6-aa37-23daf1444fec">				
	<div class="row nest first last wide">
	
	<div class="inner col col3 first last id5bf937ba-96df-4cfa-8a64-70ba3dc30ad2" style="" data-widgetcontainerid="5bf937ba-96df-4cfa-8a64-70ba3dc30ad2">	
	<div data-widget-id="03205a24-bfe5-4a59-9696-83548592ff67" data-widget-controller-path="/QuickLinks/Widget">





 


	<section id="widgetQuicklink03205a24-bfe5-4a59-9696-83548592ff67" class="widget widgetQuickLinks skin67 widgetOptionSet29 narrow" data-modulewidgettype="quickLinks" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-labelledby="quickLinksHeader03205a24-bfe5-4a59-9696-83548592ff67">
			<header class="widgetHeader" id="quickLinksHeader03205a24-bfe5-4a59-9696-83548592ff67">
		<div class="">
					<h3><a  style="" href="/QuickLinks.aspx?CID=12" >Quick Links</a></h3>
						</div>
	</header>
	<div class="widgetBody cpGrid cpGrid1 ">
        <div class="row  narrow">
				<div class="col col1 first last">
					<ol class="semanticList">

    <li style="position:relative" class="widgetItem QuickLinks">
        <a class="widgetDesc widgetQuickLinksLink" href="/" target="_self" >Home</a>
        <div class="widgetMeta"></div>
    </li>

    <li style="position:relative" class="widgetItem QuickLinks">
        <a class="widgetDesc widgetQuickLinksLink" href="/CivicAlerts.aspx?CID=15" target="_self" >Latest News</a>
        <div class="widgetMeta"></div>
    </li>

    <li style="position:relative" class="widgetItem QuickLinks">
        <a class="widgetDesc widgetQuickLinksLink" href="/calendar.aspx?CID=23," target="_self" >Calendar</a>
        <div class="widgetMeta"></div>
    </li>

    <li style="position:relative" class="widgetItem QuickLinks">
        <a class="widgetDesc widgetQuickLinksLink" href="/27/Boards-Committees" target="_self" >Boards & Committees</a>
        <div class="widgetMeta"></div>
    </li>

    <li style="position:relative" class="widgetItem QuickLinks">
        <a class="widgetDesc widgetQuickLinksLink" href="/Bids.aspx" target="_self" >Bids</a>
        <div class="widgetMeta"></div>
    </li>
					</ol>
				</div>
		</div>
        
	</div>
	<div class="widgetFooter">
	</div>
	<div class="addItemModal hidden">
		<div class="url hidden">/QuickLinks.aspx</div>
	</div>

	</section>
</div>
	</div> <!-- inner column -->

	</div> <!-- inner row -->

			</div><!-- outer column --><!----><div class="outer col col1" style="" data-widgetcontainerid="d23da54c-3bc9-4b38-9433-852022d23798">				
	<div class="row nest first last wide">
	
	<div class="inner col col1 first last id9457ccb9-31e3-4a03-af3f-66bfa0507a73" style="" data-widgetcontainerid="9457ccb9-31e3-4a03-af3f-66bfa0507a73">	

<div class="widget widgetSpacer" id="cf9f810d-4ed4-44c6-8304-3536e5649280"></div>	</div> <!-- inner column -->

	</div> <!-- inner row -->

			</div><!-- outer column --><!----><div class="outer col col4 last" style="" data-widgetcontainerid="5195246d-ec62-4bfa-a10b-249a8c0ad6f7">				
	<div class="row nest first last wide">
	
	<div class="inner col col4 first last id44839483-2d9d-4bc5-9003-a045b5cdf799" style="" data-widgetcontainerid="44839483-2d9d-4bc5-9003-a045b5cdf799">	
	<div data-widget-id="83be0050-9322-4158-9d9e-4ca7cf4405a4" data-widget-controller-path="/QuickLinks/Widget">





 


	<section id="widgetQuicklink83be0050-9322-4158-9d9e-4ca7cf4405a4" class="widget widgetQuickLinks skin67 widgetOptionSet29 narrow" data-modulewidgettype="quickLinks" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-labelledby="quickLinksHeader83be0050-9322-4158-9d9e-4ca7cf4405a4">
			<header class="widgetHeader" id="quickLinksHeader83be0050-9322-4158-9d9e-4ca7cf4405a4">
		<div class="">
					<h3><a  style="" href="/QuickLinks.aspx?CID=13" >Helpful Links</a></h3>
						</div>
	</header>
	<div class="widgetBody cpGrid cpGrid1 ">
        <div class="row  narrow">
				<div class="col col1 first last">
					<ol class="semanticList">

    <li style="position:relative" class="widgetItem QuickLinks">
        <a class="widgetDesc widgetQuickLinksLink" href="/149/Transportation" target="_self" >Transportation Planning</a>
        <div class="widgetMeta"></div>
    </li>

    <li style="position:relative" class="widgetItem QuickLinks">
        <a class="widgetDesc widgetQuickLinksLink" href="/354/Workforce" target="_self" >Workforce</a>
        <div class="widgetMeta"></div>
    </li>

    <li style="position:relative" class="widgetItem QuickLinks">
        <a class="widgetDesc widgetQuickLinksLink" href="/378/Land-Water" target="_self" >Local Planning Assistance</a>
        <div class="widgetMeta"></div>
    </li>

    <li style="position:relative" class="widgetItem QuickLinks">
        <a class="widgetDesc widgetQuickLinksLink" href="/165/Community-Profiles" target="_self" >Community Profiles</a>
        <div class="widgetMeta"></div>
    </li>

    <li style="position:relative" class="widgetItem QuickLinks">
        <a class="widgetDesc widgetQuickLinksLink" href="/355/Economic-Development" target="_self" >Economic Development</a>
        <div class="widgetMeta"></div>
    </li>
					</ol>
				</div>
		</div>
        
	</div>
	<div class="widgetFooter">
	</div>
	<div class="addItemModal hidden">
		<div class="url hidden">/QuickLinks.aspx</div>
	</div>

	</section>
</div>
	</div> <!-- inner column -->

	</div> <!-- inner row -->

			</div><!-- outer column --><!--		--></div> <!-- outer row -->
		<div class="row outer wide"><!--
--><div class="outer col col24 first last" style="" data-widgetcontainerid="7ff41ca5-63d5-46fa-9186-0254ca3349d3">				
	<div class="row nest first last wide">
	
	<div class="inner col col24 first last id954de6bf-bd4d-442a-ace1-e22040c0a4aa" style="" data-widgetcontainerid="954de6bf-bd4d-442a-ace1-e22040c0a4aa">	
    <div data-widget-id="b5860159-170b-4a50-8742-67bb9687f5ce" data-widget-controller-path="/InfoAdvanced/Widget">





	<section id="divInfoAdvb5860159-170b-4a50-8742-67bb9687f5ce" class="widget widgetInfoAdvanced skin71 widgetOptionSet5 wide" data-modulewidgettype="infoAdv" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-label="Info Advanced">
			<header class="widgetHeader" id="headerb5860159-170b-4a50-8742-67bb9687f5ce">
		<div class="">
								</div>
	</header>
	<div class="widgetBody  cpGrid cpGrid1 ">
		<div class="row  wide">
					<div class="col col1 first last">
						<ol class="pageStyles semanticList">

<li class="InfoAdvanced widgetItem fr-view">
	<p><img src="/ImageRepository/Document?documentId=5554" class="fr-dib" alt="Communities Working Together"></p>
</li>						</ol>
					</div>
		</div>
	</div>
	<div class="widgetFooter">

	</div>

	</section>



<script type="text/javascript">
	//Render slideshow if info advacned items contain one.
	$(document).ready(function (e) {
		$('#divInfoAdvb5860159-170b-4a50-8742-67bb9687f5ce .InfoAdvanced.widgetItem').each(function () {
			renderSlideshowIfApplicable($(this));		
		});
	});
</script></div>	</div> <!-- inner column -->

	</div> <!-- inner row -->

			</div><!-- outer column --><!--		--></div> <!-- outer row -->


	</div>
</div><div data-cpRole="contentContainer" id="poweredByTS">	<div id="cc782b46ed-9e2f-40b9-a664-bba38c9be6a4" data-containerid="782b46ed-9e2f-40b9-a664-bba38c9be6a4" class="pageContent cpGrid cpGrid24 isLockedContainer showInMobile" data-contentcontainerbreakpoint="60">
				                

		<div class="row outer wide"><!--
--><div class="outer col col6 first" style="" data-widgetcontainerid="8fec19d4-59aa-4a75-84e4-118918e01c21">				
	<div class="row nest first last wide">
	
	<div class="inner col col6 first last idcbb8839a-ab62-449d-b2f1-c0fbf451d7e2" style="" data-widgetcontainerid="cbb8839a-ab62-449d-b2f1-c0fbf451d7e2">	
<div data-widget-id="ddb25465-0b29-4f44-9fa7-6f8e02621bfa" data-widget-controller-path="/GraphicLinks/Widget">




<div id="graphicLinkWidgetddb25465-0b29-4f44-9fa7-6f8e02621bfa" class="widget widgetGraphicLinks skin69 widgetOptionSet4 wide" data-elementqueryclasses='{"wide-narrow":"min-width:1em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' data-modulewidgettype="graphicLinks">
	<div class="widgetHeader">
		<div class="">
				</div>
	</div>
	<div class="widgetBody cpGrid cpGrid5 "> 	
				<nav class="widgetGraphicLinksNav" aria-label="Graphic links">
					<div class="row   wide"><!--
--><div class="col col1 first "><ul class="semanticList"><!--
	    --><li class="widgetItem GraphicLinks"><a class="widgetDesc widgetGraphicLinksLink" href="https://www.mrcog-nm.gov/508/Social-Media" target="_self"  aria-label="Facebook graphic"><img src="/ImageRepository/Document?documentID=5559" 
     class="graphicButtonLink" alt="Facebook" 
     onmouseover="this.src='/ImageRepository/Document?documentID=5559'" 
	onmouseout="this.src='/ImageRepository/Document?documentID=5559'"
     onfocus="this.src='/ImageRepository/Document?documentID=5559'" 
	onblur="this.src='/ImageRepository/Document?documentID=5559'"> </a></li><!--
--></ul></div><!----><div class="col col1  "><ul class="semanticList"><!--
	    --><li class="widgetItem GraphicLinks"><a class="widgetDesc widgetGraphicLinksLink" href="https://www.mrcog-nm.gov/508/Social-Media" target="_self"  aria-label="Instagram graphic"><img src="/ImageRepository/Document?documentID=5560" 
     class="graphicButtonLink" alt="Instagram" 
     onmouseover="this.src='/ImageRepository/Document?documentID=5560'" 
	onmouseout="this.src='/ImageRepository/Document?documentID=5560'"
     onfocus="this.src='/ImageRepository/Document?documentID=5560'" 
	onblur="this.src='/ImageRepository/Document?documentID=5560'"> </a></li><!--
--></ul></div><!----><div class="col col1  "><ul class="semanticList"><!--
	    --><li class="widgetItem GraphicLinks"><a class="widgetDesc widgetGraphicLinksLink" href="https://www.mrcog-nm.gov/508/Social-Media" target="_self"  aria-label="X-logo-social-media-icon-formally-Twitter-transparent-PNG-image graphic"><img src="/ImageRepository/Document?documentID=6628" 
     class="graphicButtonLink" alt="X-logo-social-media-icon-formally-Twitter-transparent-PNG-image" 
     onmouseover="this.src='/ImageRepository/Document?documentID=6628'" 
	onmouseout="this.src='/ImageRepository/Document?documentID=6628'"
     onfocus="this.src='/ImageRepository/Document?documentID=6628'" 
	onblur="this.src='/ImageRepository/Document?documentID=6628'"> </a></li><!--
--></ul></div><!----><div class="col col1  "><ul class="semanticList"><!--
	    --><li class="widgetItem GraphicLinks"><a class="widgetDesc widgetGraphicLinksLink" href="https://www.mrcog-nm.gov/508/Social-Media" target="_self"  aria-label="YouTube graphic"><img src="/ImageRepository/Document?documentID=5569" 
     class="graphicButtonLink" alt="YouTube" 
     onmouseover="this.src='/ImageRepository/Document?documentID=5569'" 
	onmouseout="this.src='/ImageRepository/Document?documentID=5569'"
     onfocus="this.src='/ImageRepository/Document?documentID=5569'" 
	onblur="this.src='/ImageRepository/Document?documentID=5569'"> </a></li><!--
--></ul></div><!----><div class="col col1  last"><ul class="semanticList"><!--
	    --><li class="widgetItem GraphicLinks"><a class="widgetDesc widgetGraphicLinksLink" href="https://www.mrcog-nm.gov/508/Social-Media" target="_self"  aria-label="Linkedin graphic"><img src="/ImageRepository/Document?documentID=5561" 
     class="graphicButtonLink" alt="Linkedin" 
     onmouseover="this.src='/ImageRepository/Document?documentID=5561'" 
	onmouseout="this.src='/ImageRepository/Document?documentID=5561'"
     onfocus="this.src='/ImageRepository/Document?documentID=5561'" 
	onblur="this.src='/ImageRepository/Document?documentID=5561'"> </a></li><!--
--></ul></div><!--					--></div>
				</nav>
	</div>
	<div class="widgetFooter">
			</div>
</div>

</div>
	</div> <!-- inner column -->

	</div> <!-- inner row -->

			</div><!-- outer column --><!----><div class="outer col col18 last" style="" data-widgetcontainerid="ca1fb985-ec11-4c5f-9b90-0588f8e06697">				
	<div class="row nest first wide">
	
	<div class="inner col col18 first last id23719e3e-c654-4104-975c-42090074bf46" style="" data-widgetcontainerid="23719e3e-c654-4104-975c-42090074bf46">	
	<div data-widget-id="b65bea85-617a-4d7d-a931-b11c4d1c55ba" data-widget-controller-path="/QuickLinks/Widget">





 


	<section id="widgetQuicklinkb65bea85-617a-4d7d-a931-b11c4d1c55ba" class="widget widgetQuickLinks skin72 widgetOptionSet49 narrow" data-modulewidgettype="quickLinks" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-label="Quick Links">
			<header class="widgetHeader" id="quickLinksHeaderb65bea85-617a-4d7d-a931-b11c4d1c55ba">
		<div class="">
						</div>
	</header>
	<div class="widgetBody cpGrid cpGrid8 ">
        <div class="row autoWidths center narrow">
				<div class="col col1 first ">
					<ol class="semanticList">

    <li style="position:relative" class="widgetItem QuickLinks">
        <a class="widgetDesc widgetQuickLinksLink" href="/" target="_self" >Home</a>
        <div class="widgetMeta"></div>
    </li>
					</ol>
				</div>
				<div class="col col1  ">
					<ol class="semanticList">

    <li style="position:relative" class="widgetItem QuickLinks">
        <a class="widgetDesc widgetQuickLinksLink" href="/sitemap" target="_self" >Site Map</a>
        <div class="widgetMeta"></div>
    </li>
					</ol>
				</div>
				<div class="col col1  ">
					<ol class="semanticList">

    <li style="position:relative" class="widgetItem QuickLinks">
        <a class="widgetDesc widgetQuickLinksLink" href="https://www.mrcog-nm.gov/465/Employees" target="_self" >Employees</a>
        <div class="widgetMeta"></div>
    </li>
					</ol>
				</div>
				<div class="col col1  ">
					<ol class="semanticList">

    <li style="position:relative" class="widgetItem QuickLinks">
        <a class="widgetDesc widgetQuickLinksLink" href="/directory.aspx" target="_self" >Contact Us</a>
        <div class="widgetMeta"></div>
    </li>
					</ol>
				</div>
				<div class="col col1  ">
					<ol class="semanticList">

    <li style="position:relative" class="widgetItem QuickLinks">
        <a class="widgetDesc widgetQuickLinksLink" href="https://www.mrcog-nm.gov/460/Title-VI-EEO" target="_self" >Title VI / EEO</a>
        <div class="widgetMeta"></div>
    </li>
					</ol>
				</div>
				<div class="col col1  ">
					<ol class="semanticList">

    <li style="position:relative" class="widgetItem QuickLinks">
        <a class="widgetDesc widgetQuickLinksLink" href="/privacy" target="_self" >Privacy Policy</a>
        <div class="widgetMeta"></div>
    </li>
					</ol>
				</div>
				<div class="col col1  ">
					<ol class="semanticList">

    <li style="position:relative" class="widgetItem QuickLinks">
        <a class="widgetDesc widgetQuickLinksLink" href="/accessibility" target="_self" >Accessibility</a>
        <div class="widgetMeta"></div>
    </li>
					</ol>
				</div>
				<div class="col col1  last">
					<ol class="semanticList">

    <li style="position:relative" class="widgetItem QuickLinks">
        <a class="widgetDesc widgetQuickLinksLink" href="/copyright" target="_self" >Copyright Notices</a>
        <div class="widgetMeta"></div>
    </li>
					</ol>
				</div>
		</div>
        
	</div>
	<div class="widgetFooter">
	</div>
	<div class="addItemModal hidden">
		<div class="url hidden">/QuickLinks.aspx</div>
	</div>

	</section>
</div>
	</div> <!-- inner column -->

	</div> <!-- inner row -->
	<div class="row nest last wide">
	
	<div class="inner col col18 first last idc50bdb96-f902-44d0-addd-52716cab9c84" style="" data-widgetcontainerid="c50bdb96-f902-44d0-addd-52716cab9c84">	
 
	<div data-widget-id='709a5a7c-5167-4ebb-b75d-e1393599ce5f' data-moduleName="customHtml" id='widgetCustomHtml709a5a7c-5167-4ebb-b75d-e1393599ce5f' class="widget widgetCustomHtml skin72 narrow" >
	<div class="widgetBody pageStyles" id="widgetBody709a5a7c-5167-4ebb-b75d-e1393599ce5f">
		<div id="customHtml709a5a7c-5167-4ebb-b75d-e1393599ce5f"><div><style>
  /* CP icon */
  .cpBylineIconTS {
    color: #383838;
  }
  /* CP Text */
  .cpBylineTextTS,
  .cpBylineTextTS a:link {
    color: #383838;
  }

  .cpBylineTS {
    text-align: center;
font-size: .95em;
  }
  
  .cpBylineIconTS {
    fill: currentColor;
    width: 39px;
    height: 26px;
    display: inline;
    vertical-align: middle;
  }
</style>

<div class="widgetItem cpBylineTS">
  <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" class="cpBylineIconTS">
    <path class="c" d="M73.4,23.2h-19v16.7h19c2.8,0,5,2.2,5,5c0,2.8-2.2,5-5,5h-19v28.4h5.5l11.3-11.7h2.2c11.9,0,21.6-9.7,21.6-21.6C95,33,85.3,23.2,73.4,23.2"></path>
    <path class="p" d="M45.8,66.5H26.6C14.7,66.5,5,56.8,5,44.9C5,33,14.7,23.2,26.6,23.2h19.1v16.7H26.6c-2.8,0-5,2.2-5,5c0,2.8,2.2,5,5,5h19.1V66.5z"></path>
  </svg>
  <span class="cpBylineTextTS">Government Websites by <a href="https://connect.civicplus.com/referral">CivicPlus&reg;</a></span>
</div>
</div></div>
	</div>
	</div>
	</div> <!-- inner column -->

	</div> <!-- inner row -->

			</div><!-- outer column --><!--		--></div> <!-- outer row -->


	</div>
</div></div>
</footer>
</div>

            </div>
        </div>
    </div>


<link href="/745732998.css" rel="stylesheet" type="text/css" />

<div tabindex="0"></div>
<div id="SplashMessageWrapper" class="cp-Splash-wrapper">
	<div role="dialog" aria-labelledby="cp-Splash-title" aria-describedby="editorContentDesc" aria-modal="true" tabindex="-1" id="SplashMessage" class="hidden cp-Splash cp-Splash--modal is-open">
		<div class="cp-Splash-header">
			<span class="cp-Splash-title" id="cp-Splash-title">Loading</span>
			<button class="cp-Splash-Btn cp-Splash-close" aria-label="Close this modal" title="Close this window">
				<svg id="iconClose" viewBox="0 0 25 25">
					<polygon style="fill:currentcolor"
							 points="18.806,6.98 18.075,6.248 12.532,11.792 6.989,6.248 6.257,6.98 11.786,12.508 6.212,18.084 6.943,18.815 12.532,13.224 18.12,18.815 18.851,18.084 13.277,12.508"></polygon>
				</svg>
			</button>
		</div>
		<div class="cp-Splash-body">
			<div class="cp-Splash-Prose editorContent fr-view" id="editorContentDesc">
				<!-- Content from the Froala Editor will go here. -->
				Loading
			</div>
		</div>
		<div class="cp-Splash-footer">
			<button class="cp-Splash-Btn cp-Splash-Btn--NoShow">Do Not Show Again</button>
			<button class="cp-Splash-Btn cp-Splash-Btn--Close">Close</button>
		</div>
	</div>
</div>
<div tabindex="0"></div>

<script src="/Assets/Scripts/APIClient.js"></script>
<script src="/Assets/Mystique/Shared/Scripts/Moment/Moment.min.js"></script>
<script src="/Assets/Scripts/SplashModal/SplashModalRender.js"></script>
<script>

		$(document).ready(function () {
			var filter = {
				targetId: '',
				targetType: 0
			}

			new SplashModalRender().triggerRender(filter);
		});
</script>

	
	






    <script src="/-978663714.js" type="text/javascript"></script>
    <!-- Google Analytics -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-409874-3"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-409874-3');
</script>
<!-- End Google Analytics -->

<!-- Fixed Nav Adjustment -->
<script>
  function getValueTS(elem, attr) {
    const val = elem.css(attr);
    if (val === undefined) return undefined;
    const num = parseInt(val, 10);
    if (num === NaN) return undefined;
    return num;
  }

  function clampTS(number, min, max) {
    return Math.min(Math.max(number, min), max);
  }

  function isPageEditingTS() {
    return (
      $("#doneEditing").length > 0 || // In live edit
      typeof DesignCenter !== "undefined" // In theme manager
    );
  }

  const bgColorRegexTS = /rgba\((\d+), (\d+), (\d+), (\d*\.?\d*)\)/;
  function isTransparentTS(elem) {
    const bg = elem.css('background-color');
    if (typeof bg !== "string" || !bg.startsWith('rgba(')) return false;
    const matchState = bg.match(bgColorRegexTS);
    if (!matchState || matchState.length !== 5) return false;
    const alpha = parseFloat(matchState[4], 10);
    if (!(alpha >= 0 && alpha < 1)) return false;
    return true;
  }

  function iterateLeftpads(cb) {
    const containersTS = $("[class^='siteWrap'],[class*=' siteWrap']");
    for (let i = 0; i < containersTS.length; i++) {
      const containerTS = containersTS[i];
      // Skip the body container and anything with data-skip-leftpad
      if (
        containerTS.id !== "bodyContainerTS" &&
        containerTS.getAttribute('data-skip-leftpad') === null
      ) {
        cb(containerTS);
      }
    }
  }

  const anchor = $("#divToolbars");

  // Outer banner padding (push banner down)
  const outerSizingTS = $("#bannerContainerTS");
  // Inner banner padding (push banner content down) - Transparent header OR on attaching headers
  const innerSizingTS = $("#bannerSizingTS");
  const bodyContainerTS = $("#bodyContainerTS");

  const forceUnfixClassTS = "forceUnfixTS";

  const fixedTopTS = $(".fixedTopTS");
  const fixedBottomTS = $(".fixedBottomTS");
  const fixedLeftTS = $(".fixedLeftTS");

  var initialTopTS;
  var topAttachTS;
  if (fixedTopTS && fixedTopTS.length === 1) {
    initialTopTS = getValueTS(fixedTopTS, 'top');
    const attachment = fixedTopTS.attr('data-attach');
    if (attachment) topAttachTS = $("#" + attachment);
    if (!topAttachTS || topAttachTS.length !== 1) topAttachTS = undefined;
  }

  function resizeAdjustmentTS() {
    const editing = isPageEditingTS();

    // Fixed top script
    (function () {
      if (!fixedTopTS || fixedTopTS.length !== 1 || initialTopTS === undefined) return;

      if (editing) {
        fixedTopTS[0].classList.add(forceUnfixClassTS);
      } else {
        fixedTopTS[0].classList.remove(forceUnfixClassTS);
      }

      const topPosition = fixedTopTS.css('position');
      if (topPosition === 'fixed') {
        if (topAttachTS) {
          scrollAdjustmentTS();
        } else {
          const anchorHeight = anchor.outerHeight() - 1;
          fixedTopTS.css('top', anchorHeight + initialTopTS);
        }
      } else {
        fixedTopTS.css('top', initialTopTS);
      }

      if (topPosition === 'fixed' || topPosition === 'absolute') {
        // Bump the banner content down
        if (isTransparentTS(fixedTopTS)) {
          innerSizingTS.css('padding-top', initialTopTS + fixedTopTS.outerHeight() - 1);
          outerSizingTS.css('padding-top', '');

          try {
            window.Pages.onResizeHandlersExecute();
          } catch (e) { }
        } else {
          outerSizingTS.css('padding-top', fixedTopTS.outerHeight() - 1);
          innerSizingTS.css('padding-top', '');
        }
      } else {
        innerSizingTS.css('padding-top', '');
        outerSizingTS.css('padding-top', '');
      }
    })();

    // Fixed bottom script
    (function () {
      if (!fixedBottomTS || fixedBottomTS.length === 0) return;

      // If the widget has gone narrow, force unfix
      if (editing || fixedBottomTS.outerHeight() > 200) {
        fixedBottomTS[0].classList.add(forceUnfixClassTS);
      } else {
        fixedBottomTS[0].classList.remove(forceUnfixClassTS);
      }

      if (fixedBottomTS.css('position') === 'fixed') {
        bodyContainerTS.css('padding-bottom', fixedBottomTS.outerHeight());
      } else {
        bodyContainerTS.css('padding-bottom', '');
      }
    })();

    // Fixed left script
    (function () {
      if (!fixedLeftTS || fixedLeftTS.length === 0) return;

      if (editing) {
        fixedLeftTS[0].classList.add(forceUnfixClassTS);
      } else {
        fixedLeftTS[0].classList.remove(forceUnfixClassTS);
      }

      if (fixedLeftTS.css('position') === 'fixed') {
        const anchorHeight = anchor.outerHeight() - 1;
        fixedLeftTS.css('top', anchorHeight);
        const leftBoundingTS = fixedLeftTS[0].getBoundingClientRect();
        iterateLeftpads(function (containerTS) {
          const containerBoundingTS = containerTS.getBoundingClientRect();
          if (containerBoundingTS.left <= leftBoundingTS.right) {
            $(containerTS).css('padding-left', leftBoundingTS.width + 16);
          }
        });
      } else {
        fixedLeftTS.css('top', '');
        iterateLeftpads(function (containerTS) {
          $(containerTS).css('padding-left', '');
        });
      }
    })();
  }

  function scrollAdjustmentTS() {
    if (!fixedTopTS || fixedTopTS.length !== 1 || !topAttachTS || topAttachTS.length !== 1) return;
    const topPosition = fixedTopTS.css('position');
    if (topPosition === 'fixed' || topPosition === 'absolute') {
      const anchorBounding = anchor[0].getBoundingClientRect();
      const attachBounding = topAttachTS[0].getBoundingClientRect();
      const scrollTop = $(window).scrollTop();

      fixedTopTS.css('top', Math.max(anchorBounding.bottom - 1, attachBounding.bottom));
    } else {
      fixedTopTS.css('top', initialTopTS);
    }
  }

  $(window).load(function () {
    setTimeout(function () {
      resizeAdjustmentTS();
    }, 350);

    $(window).scroll(function () {
      scrollAdjustmentTS();
    });

    var adjustTimeoutTS;
    $(window).resize(function () {
      clearTimeout(adjustTimeoutTS);
      adjustTimeoutTS = setTimeout(function () {
        resizeAdjustmentTS();
      }, 350);
    });

    $.when(window.Pages.angularToolbarComplete).done(function () {
      resizeAdjustmentTS();
    });
  });
</script>
<!-- End Fixed Nav Adjustment -->


<!----------Google Translate (Mobile Friendly)--------->

<style>
  #google-translate-container {
    float: left;
    padding: 3px 5px 0px 0px;
    position: fixed; 
    bottom: 16px; 
    left: 10px; 
    z-index: 5;
  }
  
  .goog-te-combo, .goog-te-banner *, .goog-te-ftab *, .goog-te-menu *, .goog-te-menu2 *, .goog-te-balloon * {
    font-family: arial;
    font-size: 10pt;
    background-image: url("https://www.gstatic.com/images/branding/product/2x/translate_24dp.png");
    background-position: 5px 5px;
    background-size: 18px;
    background-repeat: no-repeat;
    text-indent: 16px;
    background-color: #fff;
    color: #000 !important;
  }
  
  .goog-logo-link {
    display: none !important;
  }
  
  .goog-te-gadget {
    color: transparent !important;
  }
  
  .goog-te-gadget .goog-te-combo {
    margin: 2px 0 !important;
    border-radius: 15px !important;
    }
  
  .goog-te-combo{
    border: 1px solid !important;
    border-color: #bcc9d7 #96a3b1 #96a3b1 #bcc9d7 !important;
    border-radius: 50px !important;
    height:31px !important;
    padding: 0 1px 0 .25rem !important;
                width: 156px;
  }

  #launcher-wrapper {
    bottom: 50px !important;
  }

</style>

<div id="google-translate-container">
  <div id="google_translate_element">
  </div>
</div>

<script>

  function googleTranslateElementInit() {
    var el = document.getElementById("google_translate_element");
    if (el && el.innerHTML.trim() !== "") {
        return;
    }

    new google.translate.TranslateElement({ pageLanguage: "en" }, "google_translate_element");
    // begin accessibility compliance
    $('img.goog-te-gadget-icon').attr('alt','Google Translate');
    $('div#goog-gt-tt div.logo img').attr('alt','translate');
    $('div#goog-gt-tt .original-text').css('text-align','left');
    $('.goog-te-gadget-simple .goog-te-menu-value span').css('color','#000000');
    $('.goog-te-combo').attr('aria-label','google translate languages');
    $('svg.goog-te-spinner').attr('title','Google Translate Spinner');
    $('.goog-te-gadget-simple .goog-te-menu-value span').css('color','#000000');
  }

  $(function() {
    $.getScript("//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit");
  });

</script>

<!--------------End Google Translate----------------->
<script type="text/javascript">!function(){var b=function(){window.__AudioEyeSiteHash = "7f4073c7f6b0f55810820bedf2d48fc0"; var a=document.createElement("script");a.src="https://wsmcdn.audioeye.com/aem.js";a.type="text/javascript";a.setAttribute("async","");document.getElementsByTagName("body")[0].appendChild(a)};"complete"!==document.readyState?window.addEventListener?window.addEventListener("load",b):window.attachEvent&&window.attachEvent("onload",b):b()}();</script>


    <script type="text/javascript">
        $(function () {
            document.cookie = "responsiveGhost=0; path=/";
        });
        $(window).on("load", function () {
            $('body').addClass('doneLoading').removeClass('hideContent');

            if ($('#404Content').length > 0)
                $('div#bodyWrapper').css('padding', '0px');
        });
    </script>

    <noscript>
        <style>
            body.hideContent {
                opacity: 1 !important;
            }
        </style>
    </noscript>

        
<div style="display: none;">
	<svg xmlns="http://www.w3.org/2000/svg" style="display:none;">

		<symbol id="iconArrow--left" viewbox="0 0 25 25">
			<title>Arrow Left</title>
			<polygon style="fill:currentcolor" points="18.044,25 19.498,23.545 8.409,12.454 19.408,1.455 17.954,0 5.502,12.452"></polygon>
		</symbol>

		<symbol id="iconArrow--right" viewbox="0 0 25 25">
			<title>Arrow Right</title>
			<polygon style="fill:currentcolor" points="6.957,0 5.502,1.455 16.591,12.546 5.592,23.545 7.047,25 19.498,12.548"></polygon>
		</symbol>

	</svg>
</div>
    <script type="text/javascript">loadCSS('//fonts.googleapis.com/css?family=Montserrat:500,600|Open+Sans:600,700,regular|Poppins:500,600,700,regular|Source+Sans+Pro:200,600,700,900,italic,regular|Ubuntu:500,700,regular|');</script>
    

    <div class="hidden activeWidgetSkinComponentsOnPageJson">[]</div>
        <div style="display: none;">
            <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
                <symbol id="iconSlideshowArrowLeft" viewBox="0 0 22.68 40">
                    <title>Slideshow Left Arrow</title>
                    <g>
                        <path style="fill:currentcolor;" d="M20,40a2.67,2.67,0,0,1-1.9-.79L.79,21.9a2.68,2.68,0,0,1,0-3.79L18.1.79a2.68,2.68,0,1,1,3.79,3.79L6.47,20,21.89,35.42A2.68,2.68,0,0,1,20,40Z"></path>
                    </g>
                </symbol>
                <symbol id="iconSlideshowArrowRight" viewBox="0 0 22.68 40">
                    <title>Slideshow Right Arrow</title>
                    <g>
                        <path style="fill:currentcolor;" d="M2.68,0a2.67,2.67,0,0,1,1.9.79L21.89,18.1a2.68,2.68,0,0,1,0,3.79L4.58,39.21A2.68,2.68,0,0,1,.79,35.42L16.21,20,.79,4.58A2.68,2.68,0,0,1,2.68,0Z"></path>
                    </g>
                </symbol>
            </svg>
        </div>
    
	

    <div id="root-picker-outlet"></div>
</body>
</html>
