	<!DOCTYPE html>
<!--[if IE 7]>
<html class="ie ie7" lang="en-US" xmlns:fb="http://ogp.me/ns/fb#" xmlns:addthis="http://www.addthis.com/help/api-spec"  prefix="og: http://ogp.me/ns#">
<![endif]-->
<!--[if IE 8]>
<html class="ie ie8" lang="en-US" xmlns:fb="http://ogp.me/ns/fb#" xmlns:addthis="http://www.addthis.com/help/api-spec"  prefix="og: http://ogp.me/ns#">
<![endif]-->
<!--[if !(IE 7) | !(IE 8)  ]><!-->
<html lang="en-US" xmlns:fb="http://ogp.me/ns/fb#" xmlns:addthis="http://www.addthis.com/help/api-spec"  prefix="og: http://ogp.me/ns#">
<!--<![endif]-->
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<link rel="profile" href="https://gmpg.org/xfn/11" />
<link rel="pingback" href="https://www.alignedmodernhealth.com/xmlrpc.php" />
<!--[if lt IE 9]>
<script src="https://www.alignedmodernhealth.com/wp-content/themes/amh/js/html5.js" type="text/javascript"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="https://www.alignedmodernhealth.com/wp-content/themes/amh/css/ie9.css">
<![endif]-->
<link rel="stylesheet" href="https://www.alignedmodernhealth.com/wp-content/themes/amh/css/normalize.css">
<!--<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/themes/base/jquery.ui.theme.css">-->
<link rel="stylesheet" href="https://www.alignedmodernhealth.com/wp-content/themes/amh/css/foundation.css">
<link rel="shortcut icon" href="https://www.alignedmodernhealth.com/wp-content/themes/amh/images/icons/favicon.ico" />
<link rel="apple-touch-icon" sizes="114×114" href="https://www.alignedmodernhealth.com/wp-content/themes/amh/images/icons/touch-icon-114×114.png" />
<link rel="apple-touch-icon" sizes="72×72" href="https://www.alignedmodernhealth.com/wp-content/themes/amh/images/icons/touch-icon-72×72.png" />
<link rel="apple-touch-icon" href="https://www.alignedmodernhealth.com/wp-content/themes/amh/images/icons/touch-icon-iphone.png" />
<link rel="apple-touch-icon-precomposed" sizes="114×114" href="https://www.alignedmodernhealth.com/wp-content/themes/amh/images/icons/apple-touch-icon-114×114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72×72" href="https://www.alignedmodernhealth.com/wp-content/themes/amh/images/icons/apple-touch-icon-72×72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="https://www.alignedmodernhealth.com/wp-content/themes/amh/images/icons/touch-icon-iphone-precomposed.png">
<meta name="format-detection" content="telephone=no">
<script src="https://www.alignedmodernhealth.com/wp-content/themes/amh/js/vendor/custom.modernizr.js"></script>

<meta name="msvalidate.01" content="47553907502BF179A38DD9AFB1E76CDB" />

	<style>
		.wpcf7-submit{
			display:none;
		}
		.recaptcha-btn{
			display:block;
		}
		.grecaptcha-badge { margin: 10px 0; }
	</style>
	<script type="text/javascript">
		var contactform = [];
		var checkIfCalled = true;
		var renderGoogleInvisibleRecaptchaFront = function() {
			//jQuery(document).ready(function(){
				// prevent form submit from enter key
				jQuery("input[name=_wpcf7]").attr("class","formid");
					jQuery('.wpcf7-form').on('keyup keypress', "input", function(e) {
					  var keyCode = e.keyCode || e.which;
					  if (keyCode === 13) {
						e.preventDefault();
						return false;
					  }
					});

				jQuery('.wpcf7-submit').each(function(index){

					var checkexclude = 0;
					var form = jQuery(this).closest('.wpcf7-form');
					var value = jQuery(form).find(".formid").val();
					// check form exclude from invisible recaptcha
													if(value == 160){
									checkexclude = 1;
									form.find('.wpcf7-submit').show();
								}
													if(value ==  31){
									checkexclude = 1;
									form.find('.wpcf7-submit').show();
								}
										if(checkexclude == 0){
						// Hide the form orig submit button
						form.find('.wpcf7-submit').hide();

						// Fetch class and value of orig submit button
						btnClasses = form.find('.wpcf7-submit').attr('class');
						btnValue = form.find('.wpcf7-submit').attr('value');

						// Add custom button and recaptcha holder

						form.find('.wpcf7-submit').after('<input type="button" id="wpcf-custom-btn-'+index+'" class="'+btnClasses+'  recaptcha-btn recaptcha-btn-type-css" value="'+btnValue+'" title="'+btnValue+'" >');
						form.append('<div class="recaptcha-holder" id="recaptcha-holder-'+index+'"></div>');
						// Recaptcha rendenr from here
						var holderId = grecaptcha.render('recaptcha-holder-'+index,{
									'sitekey':'6LcmjF4UAAAAAHneMgC9KLEQ04zOhT4I2T_0XdAI',
									'size': 'invisible',
									'badge' : 'inline', // possible values: bottomright, bottomleft, inline
									'callback' : function (recaptchaToken) {
										//console.log(recaptchaToken);
										var response=jQuery('#recaptcha-holder-'+index).find('.g-recaptcha-response').val();
										//console.log(response);
										//Remove old response and store new respone
										jQuery('#recaptcha-holder-'+index).parent().find(".respose_post").remove();
										jQuery('#recaptcha-holder-'+index).after('<input type="hidden" name="g-recaptcha-response"  value="'+response+'" class="respose_post">')
										grecaptcha.reset(holderId);

										if(typeof customCF7Validator !== 'undefined'){
											if(!customCF7Validator(form)){
												return;
											}
										}
										// Call default Validator function
										else if(contactFormDefaultValidator(form)){
											return;
										}
										else{
											// hide the custom button and show orig submit button again and submit the form
											jQuery('#wpcf-custom-btn-'+index).hide();
											form.find('input[type=submit]').show();
											form.find("input[type=submit]").click();
											form.find('input[type=submit]').hide();
											jQuery('#wpcf-custom-btn-'+index).attr('style','');
										}
									}
							},false);

						// action call when click on custom button
						jQuery('#wpcf-custom-btn-'+index).click(function(event){
							event.preventDefault();
							// Call custom validator function
							if(typeof customCF7Validator == 'function'){
								if(!customCF7Validator(form)){
									return false;
								}
							}
							// Call default Validator function
							else if(contactFormDefaultValidator(form)){
								return false;
							}
							else if(grecaptcha.getResponse(holderId) != ''){
								grecaptcha.reset(holderId);
							}
							else{
								// execute the recaptcha challenge
								grecaptcha.execute(holderId);
							}
						});
					}
				});
			//});

		};

		/*
			*** This function is to get all the messages related to  contact form
				You need to pass form id and message key and this function will return contact form message.
			*** Since: 1.3.0
			*** @params:
						1) form id
						2) message key
			*** return:
					Contact form message
		*/
		function getContactFormMessage(formid,key){
			if(contactform == ""){
				return "";
			}
			else{
				for (var i=0; i<contactform.length; i++){
					var checkId = contactform[i][0];
					var checkKey = contactform[i][1];
					var returnMsg = contactform[i][2];

					if(formid == checkId && checkKey == key){
						return returnMsg;
						break;
					}
				}
			}
		}

		// Default validator function
		function contactFormDefaultValidator(objForm){

			var formid=jQuery(objForm).find(".formid").val();
			var havingError = false;

			// Fetch each validation field one by one
			objForm.find('.wpcf7-validates-as-required').each(function(){
				jQuery(this).parent().find('.wpcf7-not-valid-tip').remove();
				// Check if empty or checkbox checked or not
				if(!jQuery(this).hasClass('wpcf7-checkbox')){
					// For GDPR
					if(jQuery(this).hasClass('wpcf7-wpgdprc')){
						var checkselected = 0;
						jQuery(this).find('input').each(function(){
							if(jQuery(this).prop('checked') == true){
								checkselected++;
							}
						});
						if(checkselected == 0){
							jQuery(this).parent().find('.wpcf7-not-valid-tip').remove();
							jQuery(this).after('<span class="wpcf7-not-valid-tip" role="alert">'+getContactFormMessage(formid,'gdpr')+'</span>');
							havingError = true;
						}
					}
					else if(!jQuery(this).val()){
						jQuery(this).val('');
						jQuery(this).parent().find('.wpcf7-not-valid-tip').remove();
						jQuery(this).after('<span class="wpcf7-not-valid-tip" role="alert">'+getContactFormMessage(formid,'invalid_required')+'</span>');
						havingError = true;
					}
					// Check if not valid email address entered
					else{
						if(jQuery(this).attr('class').indexOf("wpcf7-validates-as-email") >= 0){
							var emailField = jQuery(this).val();
							if(!validateCustomFormEmail(emailField)){
								jQuery(this).parent().find('.wpcf7-not-valid-tip').remove();
								jQuery(this).after('<span role="alert" class="wpcf7-not-valid-tip">'+getContactFormMessage(formid,'invalid_email')+'</span>');
								havingError = true;
							}
						}
						// Check if not valid url entered
						else if(jQuery(this).attr('class').indexOf("wpcf7-validates-as-url") >= 0){
							var urlField = jQuery(this).val();
							if(!validateCustomFormurl(urlField)){
								jQuery(this).parent().find('.wpcf7-not-valid-tip').remove();
								jQuery(this).after('<span role="alert" class="wpcf7-not-valid-tip">'+getContactFormMessage(formid,'invalid_url')+'</span>');
								havingError = true;
							}
						}
						// Check if not valid telephone entered
						else if(jQuery(this).attr('class').indexOf("wpcf7-validates-as-tel") >= 0){
							var telField = jQuery(this).val();
							if(!validateCustomFormtel(telField)){
								jQuery(this).parent().find('.wpcf7-not-valid-tip').remove();
								jQuery(this).after('<span role="alert" class="wpcf7-not-valid-tip">'+getContactFormMessage(formid,'invalid_tel')+'</span>');
								havingError = true;
							}
						}
						// Check if not valid number entered
						else if(jQuery(this).attr('class').indexOf("wpcf7-validates-as-number") >= 0){
							var numField = jQuery(this).val();
							var min = jQuery(this).attr('min');
							var max = jQuery(this).attr('max');
							var testnum = validateCustomFormnum(numField,min,max);
							if(testnum != 0){
								jQuery(this).parent().find('.wpcf7-not-valid-tip').remove();
								if(testnum ==1){
									jQuery(this).after('<span role="alert" class="wpcf7-not-valid-tip">'+getContactFormMessage(formid,'invalid_number')+'</span>');
								}
								if(testnum ==2){
									jQuery(this).after('<span role="alert" class="wpcf7-not-valid-tip">'+getContactFormMessage(formid,'invalid_too_long')+'</span>');
								}
								if(testnum ==3){
									jQuery(this).after('<span role="alert" class="wpcf7-not-valid-tip">'+getContactFormMessage(formid,'invalid_too_short')+'</span>');
								}
								havingError = true;
							}
						}
						// Check if not valid date entered
						else if(jQuery(this).attr('class').indexOf("wpcf7-validates-as-date") >= 0){
							var date = jQuery(this).val();
							if(!validateCustomFordate(date)){
								jQuery(this).parent().find('.wpcf7-not-valid-tip').remove();
								jQuery(this).after('<span role="alert" class="wpcf7-not-valid-tip">'+getContactFormMessage(formid,'invalid_date')+'</span>');
								havingError = true;
							}
						}
					}
				}
				else{
					var checkselected = 0;
					jQuery(this).find('input').each(function(){
						if(jQuery(this).prop('checked') == true){
							checkselected++;
						}
					});
					if(checkselected == 0){
						jQuery(this).parent().find('.wpcf7-not-valid-tip').remove();
						jQuery(this).after('<span class="wpcf7-not-valid-tip" role="alert">'+getContactFormMessage(formid,'invalid_required')+'</span>');
						havingError = true;
					}
				}
			});
			//for acceptance validation
			if(jQuery(objForm).find('.wpcf7-acceptance').length > 0){
				if(jQuery(objForm).find('.wpcf7-acceptance').hasClass('wpcf7-invert')){
					if(jQuery(objForm).find('.wpcf7-acceptance').prop('checked') == true){
						jQuery(objForm).find('.wpcf7-acceptance').parent().find('.wpcf7-not-valid-tip').remove();
						jQuery(objForm).find('.wpcf7-acceptance').after('<span class="wpcf7-not-valid-tip" role="alert">'+getContactFormMessage(formid,'accept_terms')+'</span>');
						havingError = true;
					}
					else{
						jQuery(objForm).find('.wpcf7-acceptance').parent().find('.wpcf7-not-valid-tip').remove();
					}
				}
				else{
					if(jQuery(objForm).find('.wpcf7-acceptance').prop('checked') == false){
						jQuery(objForm).find('.wpcf7-acceptance').parent().find('.wpcf7-not-valid-tip').remove();
						jQuery(objForm).find('.wpcf7-acceptance').after('<span class="wpcf7-not-valid-tip" role="alert">'+getContactFormMessage(formid,'accept_terms')+'</span>');
						havingError = true;
					}
					else{
						jQuery(objForm).find('.wpcf7-acceptance').parent().find('.wpcf7-not-valid-tip').remove();
					}
				}
			}

			return havingError;
		}
		//email validation function
		function validateCustomFormEmail(email) {
			var expr = /^([\w-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([\w-]+\.)+))([a-zA-Z]{2,10}|[0-9]{1,3})(\]?)$/;
			return expr.test(email);
		}
		//url validation function
		function validateCustomFormurl(url) {
			if(url){
				return true;
			}
			else{
				return false;
			}
		}
		//telephone validation function
		function validateCustomFormtel(number){
			var phoneno = /[a-zA-Z]/;
			if(number.match(phoneno)) {
				return false;
			}
			else {
				return true;
			}
		}
		//number filed validation function
		function validateCustomFormnum(number,min,max){
			if (isNaN(number) ) {
				return 1;
			}
			else {
				if(min){
					if(number < min){
						return 3;
					}
				}
				if(max){
					if(number > max){
						return 2;
					}
				}
				return 0;
			}
		}
		//date filed validation function
		function validateCustomFordate(input) {
			var status = false;
			if (!input || input.length <= 0) {
			  status = false;
			}
			else {
			  var result = new Date(input);
			  if (result == 'Invalid Date') {
				status = false;
			  }
			  else {
				status = true;
			  }
			}
			return status;
		}

	</script><script  src="https://www.google.com/recaptcha/api.js?onload=renderGoogleInvisibleRecaptchaFront&render=explicit" async defer></script>
<!-- This site is optimized with the Yoast SEO plugin v4.2.1 - https://yoast.com/wordpress/plugins/seo/ -->
<title>Chicago Fitness &amp; Yoga Classes 773-598-4387 | Streeterville, Southport, Lincoln Park, Lincoln Square</title>
<meta name="description" content="Aligned Modern Health offers a series of Small Group exercise and fitness classes at our Chicago locations. Check out our classes and call 773-598-4387."/>
<meta name="robots" content="noodp"/>
<link rel="canonical" href="https://www.alignedmodernhealth.com/events/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Chicago Fitness &amp; Yoga Classes 773-598-4387 | Streeterville, Southport, Lincoln Park, Lincoln Square" />
<meta property="og:description" content="Aligned Modern Health offers a series of Small Group exercise and fitness classes at our Chicago locations. Check out our classes and call 773-598-4387." />
<meta property="og:url" content="https://www.alignedmodernhealth.com/events/" />
<meta property="og:site_name" content="Aligned Modern Health" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:description" content="Aligned Modern Health offers a series of Small Group exercise and fitness classes at our Chicago locations. Check out our classes and call 773-598-4387." />
<meta name="twitter:title" content="Chicago Fitness &amp; Yoga Classes 773-598-4387 | Streeterville, Southport, Lincoln Park, Lincoln Square" />
<meta name="twitter:site" content="@alignedmodern" />
<meta name="twitter:creator" content="@alignedmodern" />
<!-- / Yoast SEO plugin. -->

<link rel='dns-prefetch' href='//ajax.googleapis.com' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="Aligned Modern Health &raquo; Feed" href="https://www.alignedmodernhealth.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Aligned Modern Health &raquo; Comments Feed" href="https://www.alignedmodernhealth.com/comments/feed/" />
		<script type="text/javascript">
			window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.2.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.2.1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.alignedmodernhealth.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=db482ff7aae2c93d3249793ce4135a8d"}};
			!function(a,b,c){function d(a){var b,c,d,e,f=String.fromCharCode;if(!k||!k.fillText)return!1;switch(k.clearRect(0,0,j.width,j.height),k.textBaseline="top",k.font="600 32px Arial",a){case"flag":return k.fillText(f(55356,56826,55356,56819),0,0),!(j.toDataURL().length<3e3)&&(k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,57331,65039,8205,55356,57096),0,0),b=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,57331,55356,57096),0,0),c=j.toDataURL(),b!==c);case"emoji4":return k.fillText(f(55357,56425,55356,57341,8205,55357,56507),0,0),d=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55357,56425,55356,57341,55357,56507),0,0),e=j.toDataURL(),d!==e}return!1}function e(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var f,g,h,i,j=b.createElement("canvas"),k=j.getContext&&j.getContext("2d");for(i=Array("flag","emoji4"),c.supports={everything:!0,everythingExceptFlag:!0},h=0;h<i.length;h++)c.supports[i[h]]=d(i[h]),c.supports.everything=c.supports.everything&&c.supports[i[h]],"flag"!==i[h]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[i[h]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",g,!1),a.addEventListener("load",g,!1)):(a.attachEvent("onload",g),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings);
		</script>
		<style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
<link rel='stylesheet' id='flick-css'  href='https://www.alignedmodernhealth.com/wp-content/plugins/mailchimp//css/flick/flick.css' type='text/css' media='all' />
<link rel='stylesheet' id='mailchimpSF_main_css-css'  href='https://www.alignedmodernhealth.com/?mcsf_action=main_css&#038;ver=1.5.7' type='text/css' media='all' />
<!--[if IE]>
<link rel='stylesheet' id='mailchimpSF_ie_css-css'  href='https://www.alignedmodernhealth.com/wp-content/plugins/mailchimp/css/ie.css' type='text/css' media='all' />
<![endif]-->
<link rel='stylesheet' id='contact-form-7-css'  href='https://www.alignedmodernhealth.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.6.1' type='text/css' media='all' />
<link rel='stylesheet' id='jquery-ui-theme-css'  href='https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/base/jquery-ui.min.css?ver=1.11.4' type='text/css' media='all' />
<link rel='stylesheet' id='jquery-ui-timepicker-css'  href='https://www.alignedmodernhealth.com/wp-content/plugins/contact-form-7-datepicker/js/jquery-ui-timepicker/jquery-ui-timepicker-addon.min.css?ver=db482ff7aae2c93d3249793ce4135a8d' type='text/css' media='all' />
<link rel='stylesheet' id='download-attachments-frontend-css'  href='https://www.alignedmodernhealth.com/wp-content/plugins/download-attachments/css/frontend.css?ver=db482ff7aae2c93d3249793ce4135a8d' type='text/css' media='all' />
<link rel='stylesheet' id='events-manager-css'  href='https://www.alignedmodernhealth.com/wp-content/plugins/events-manager/includes/css/events_manager.css?ver=5.6624' type='text/css' media='all' />
<link rel='stylesheet' id='twentytwelve-fonts-css'  href='https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700&#038;subset=latin,latin-ext' type='text/css' media='all' />
<link rel='stylesheet' id='twentytwelve-style-css'  href='https://www.alignedmodernhealth.com/wp-content/themes/amh/style.css?ver=db482ff7aae2c93d3249793ce4135a8d' type='text/css' media='all' />
<!--[if lt IE 9]>
<link rel='stylesheet' id='twentytwelve-ie-css'  href='https://www.alignedmodernhealth.com/wp-content/themes/amh/css/ie.css?ver=20121010' type='text/css' media='all' />
<![endif]-->
<link rel='stylesheet' id='wordpress-popular-posts-css'  href='https://www.alignedmodernhealth.com/wp-content/plugins/wordpress-popular-posts/style/wpp.css?ver=3.3.4' type='text/css' media='all' />
<script>if (document.location.protocol != "https:") {document.location = document.URL.replace(/^http:/i, "https:");}</script><script type='text/javascript' src='https://www.alignedmodernhealth.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.alignedmodernhealth.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.alignedmodernhealth.com/wp-content/plugins/mailchimp//js/scrollTo.js?ver=1.5.7'></script>
<script type='text/javascript' src='https://www.alignedmodernhealth.com/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.51.0-2014.06.20'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var mailchimpSF = {"ajax_url":"https:\/\/www.alignedmodernhealth.com\/"};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.alignedmodernhealth.com/wp-content/plugins/mailchimp//js/mailchimp.js?ver=1.5.7'></script>
<script type='text/javascript' src='https://www.alignedmodernhealth.com/wp-includes/js/jquery/ui/core.min.js?ver=1.11.4'></script>
<script type='text/javascript' src='https://www.alignedmodernhealth.com/wp-content/plugins/mailchimp//js/datepicker.js?ver=db482ff7aae2c93d3249793ce4135a8d'></script>
<script type='text/javascript' src='https://www.alignedmodernhealth.com/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.11.4'></script>
<script type='text/javascript'>
jQuery(document).ready(function(jQuery){jQuery.datepicker.setDefaults({"closeText":"Close","currentText":"Today","monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Previous","dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"dateFormat":"MM d, yy","firstDay":1,"isRTL":false});});
</script>
<script type='text/javascript' src='https://www.alignedmodernhealth.com/wp-includes/js/jquery/ui/widget.min.js?ver=1.11.4'></script>
<script type='text/javascript' src='https://www.alignedmodernhealth.com/wp-includes/js/jquery/ui/mouse.min.js?ver=1.11.4'></script>
<script type='text/javascript' src='https://www.alignedmodernhealth.com/wp-includes/js/jquery/ui/button.min.js?ver=1.11.4'></script>
<script type='text/javascript' src='https://www.alignedmodernhealth.com/wp-includes/js/jquery/ui/position.min.js?ver=1.11.4'></script>
<script type='text/javascript' src='https://www.alignedmodernhealth.com/wp-includes/js/jquery/ui/sortable.min.js?ver=1.11.4'></script>
<script type='text/javascript' src='https://www.alignedmodernhealth.com/wp-includes/js/jquery/ui/menu.min.js?ver=1.11.4'></script>
<script type='text/javascript' src='https://www.alignedmodernhealth.com/wp-includes/js/wp-a11y.min.js?ver=db482ff7aae2c93d3249793ce4135a8d'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var uiAutocompleteL10n = {"noResults":"No results found.","oneResult":"1 result found. Use up and down arrow keys to navigate.","manyResults":"%d results found. Use up and down arrow keys to navigate.","itemSelected":"Item selected."};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.alignedmodernhealth.com/wp-includes/js/jquery/ui/autocomplete.min.js?ver=1.11.4'></script>
<script type='text/javascript' src='https://www.alignedmodernhealth.com/wp-includes/js/jquery/ui/resizable.min.js?ver=1.11.4'></script>
<script type='text/javascript' src='https://www.alignedmodernhealth.com/wp-includes/js/jquery/ui/draggable.min.js?ver=1.11.4'></script>
<script type='text/javascript' src='https://www.alignedmodernhealth.com/wp-includes/js/jquery/ui/dialog.min.js?ver=1.11.4'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var EM = {"ajaxurl":"https:\/\/www.alignedmodernhealth.com\/wp-admin\/admin-ajax.php","locationajaxurl":"https:\/\/www.alignedmodernhealth.com\/wp-admin\/admin-ajax.php?action=locations_search","firstDay":"1","locale":"en","dateFormat":"mm\/dd\/yy","ui_css":"https:\/\/www.alignedmodernhealth.com\/wp-content\/plugins\/events-manager\/includes\/css\/jquery-ui.min.css","show24hours":"0","is_ssl":"1","bookingInProgress":"Please wait while the booking is being submitted.","tickets_save":"Save Ticket","bookingajaxurl":"https:\/\/www.alignedmodernhealth.com\/wp-admin\/admin-ajax.php","bookings_export_save":"Export Bookings","bookings_settings_save":"Save Settings","booking_delete":"Are you sure you want to delete?","bb_full":"Sold Out","bb_book":"Book Now","bb_booking":"Booking...","bb_booked":"Booking Submitted","bb_error":"Booking Error. Try again?","bb_cancel":"Cancel","bb_canceling":"Canceling...","bb_cancelled":"Cancelled","bb_cancel_error":"Cancellation Error. Try again?","txt_search":"Search","txt_searching":"Searching...","txt_loading":"Loading...","event_reschedule_warning":"Are you sure you want to reschedule this recurring event? If you do this, you will lose all booking information and the old recurring events will be deleted.","event_detach_warning":"Are you sure you want to detach this event? By doing so, this event will be independent of the recurring set of events.","delete_recurrence_warning":"Are you sure you want to delete all recurrences of this event? All events will be moved to trash.","disable_bookings_warning":"Are you sure you want to disable bookings? If you do this and save, you will lose all previous bookings. If you wish to prevent further bookings, reduce the number of spaces available to the amount of bookings you currently have","booking_warning_cancel":"Are you sure you want to cancel your booking?"};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.alignedmodernhealth.com/wp-content/plugins/events-manager/includes/js/events-manager.js?ver=5.6624'></script>
<script type='text/javascript' src='https://www.alignedmodernhealth.com/wp-content/plugins/handl-utm-grabber/js/js.cookie.js?ver=db482ff7aae2c93d3249793ce4135a8d'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var handl_utm = [];
/* ]]> */
</script>
<script type='text/javascript' src='https://www.alignedmodernhealth.com/wp-content/plugins/handl-utm-grabber/js/handl-utm-grabber.js?ver=db482ff7aae2c93d3249793ce4135a8d'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var pys_events = [{"type":"init","name":"902659543151368","params":[]},{"type":"track","name":"PageView","params":{"domain":"www.alignedmodernhealth.com"},"delay":0}];
/* ]]> */
</script>
<script type='text/javascript' src='https://www.alignedmodernhealth.com/wp-content/plugins/pixelyoursite/js/public.js?ver=5.0.0'></script>
<link rel='https://api.w.org/' href='https://www.alignedmodernhealth.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.alignedmodernhealth.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.alignedmodernhealth.com/wp-includes/wlwmanifest.xml" /> 

<link rel='shortlink' href='https://www.alignedmodernhealth.com/?p=433' />
<link rel="alternate" type="application/json+oembed" href="https://www.alignedmodernhealth.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.alignedmodernhealth.com%2Fevents%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://www.alignedmodernhealth.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.alignedmodernhealth.com%2Fevents%2F&#038;format=xml" />
<script type="text/javascript">
        jQuery(function($) {
            $('.date-pick').each(function() {
                var format = $(this).data('format') || 'mm/dd/yyyy';
                format = format.replace(/yyyy/i, 'yy');
                $(this).datepicker({
                    autoFocusNextInput: true,
                    constrainInput: false,
                    changeMonth: true,
                    changeYear: true,
                    beforeShow: function(input, inst) { $('#ui-datepicker-div').addClass('show'); },
                    dateFormat: format.toLowerCase(),
                });
            });
            d = new Date();
            $('.birthdate-pick').each(function() {
                var format = $(this).data('format') || 'mm/dd';
                format = format.replace(/yyyy/i, 'yy');
                $(this).datepicker({
                    autoFocusNextInput: true,
                    constrainInput: false,
                    changeMonth: true,
                    changeYear: false,
                    minDate: new Date(d.getFullYear(), 1-1, 1),
                    maxDate: new Date(d.getFullYear(), 12-1, 31),
                    beforeShow: function(input, inst) { $('#ui-datepicker-div').removeClass('show'); },
                    dateFormat: format.toLowerCase(),
                });

            });

        });
    </script>
<!-- Stream WordPress user activity plugin v3.2.3 -->
<script type="text/javascript">
(function(url){
	if(/(?:Chrome\/26\.0\.1410\.63 Safari\/537\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; }
	var addEvent = function(evt, handler) {
		if (window.addEventListener) {
			document.addEventListener(evt, handler, false);
		} else if (window.attachEvent) {
			document.attachEvent('on' + evt, handler);
		}
	};
	var removeEvent = function(evt, handler) {
		if (window.removeEventListener) {
			document.removeEventListener(evt, handler, false);
		} else if (window.detachEvent) {
			document.detachEvent('on' + evt, handler);
		}
	};
	var evts = 'contextmenu dblclick drag dragend dragenter dragleave dragover dragstart drop keydown keypress keyup mousedown mousemove mouseout mouseover mouseup mousewheel scroll'.split(' ');
	var logHuman = function() {
		if (window.wfLogHumanRan) { return; }
		window.wfLogHumanRan = true;
		var wfscr = document.createElement('script');
		wfscr.type = 'text/javascript';
		wfscr.async = true;
		wfscr.src = url + '&r=' + Math.random();
		(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(wfscr);
		for (var i = 0; i < evts.length; i++) {
			removeEvent(evts[i], logHuman);
		}
	};
	for (var i = 0; i < evts.length; i++) {
		addEvent(evts[i], logHuman);
	}
})('//www.alignedmodernhealth.com/?wordfence_lh=1&hid=497A5379BF6229A6A5E1FAD002A2B821');
</script>
		<!-- Facebook Pixel code is added on this page by PixelYourSite FREE v5.0.0 plugin. You can test it with Pixel Helper Chrome Extension. -->

						<!-- WordPress Popular Posts v3.3.4 -->
				<script type="text/javascript">

					var sampling_active = 0;
					var sampling_rate   = 100;
					var do_request = false;

					if ( !sampling_active ) {
						do_request = true;
					} else {
						var num = Math.floor(Math.random() * sampling_rate) + 1;
						do_request = ( 1 === num );
					}

					if ( do_request ) {

						/* Create XMLHttpRequest object and set variables */
						var xhr = ( window.XMLHttpRequest )
						  ? new XMLHttpRequest()
						  : new ActiveXObject( "Microsoft.XMLHTTP" ),
						url = 'https://www.alignedmodernhealth.com/wp-admin/admin-ajax.php',
						params = 'action=update_views_ajax&token=078fb6f92e&wpp_id=433';
						/* Set request method and target URL */
						xhr.open( "POST", url, true );
						/* Set request header */
						xhr.setRequestHeader( "Content-type", "application/x-www-form-urlencoded" );
						/* Hook into onreadystatechange */
						xhr.onreadystatechange = function() {
							if ( 4 === xhr.readyState && 200 === xhr.status ) {
								if ( window.console && window.console.log ) {
									window.console.log( xhr.responseText );
								}
							}
						};
						/* Send request */
						xhr.send( params );

					}

				</script>
				<!-- End WordPress Popular Posts v3.3.4 -->
				<style type="text/css">.broken_link, a.broken_link {
	text-decoration: line-through;
}</style><script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-20144725-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();


</script>		<style type="text/css" id="wp-custom-css">
			/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

/* MAP Custom Start */

#storelocator-list {
max-height:none !important;
padding:20px 0 0 0 !important;
display:block !important;
}

#storelocator-list .storelocator-store-row .storelocator-col-sm-4 {
  display: inline-block;
  vertical-align: top;
  float: none;
}

.storelocator p {
line-height:1.1 !important;
margin:0 0 10px 0 !important;
padding:0 10px !important;
display:block !important;
clear:both !important;
font-size:14px !important;
}

.storelocator-website i {display:none !important;}

.storelocator p:first-child {
padding:0 !important;
}

#storelocator-leftcolumn {
border:none !important;
}

#storelocator-map_canvas {
border:1px solid #CCC;
}

.storelocator-email {
overflow:hidden !important;
text-overflow: ellipsis !important;
white-space:nowrap !important;
word-break: keep-all !important;
}

#storelocator-footer {display:none !important;}

.storelocator-store-row {
max-width:none !important;
margin:0 !important;
}
.col-sm-4.storelocator-store-col {
float:left !important;
clear:none !important;
padding:0 !important;
margin:0 1% 20px 1% !important;
width:31.33% !important;
display:block !important;
background:#f8f7f6 !important;
}

.col-sm-4.storelocator-store-col:nth-child(3n+1) {clear:left !important;}

.storelocator-store {
border:1px solid #DDD !important;
padding:0 !important;
}
.storelocator p.storelocator-storename,
.storelocator-storename {
background: #75a238 !important;
display:block !important;
color: #fff !important;
font-family: 'gotham_boldregular' !important;
font-size: 20px !important;
text-align: center !important;
padding:10px !important;
line-height:1 !important;
}

.storelocator-btn-primary,
.storelocator-website a,
.storelocator-btn-danger {
font-family: 'gotham_boldregular' !important;
background: rgb(250,94,100) !important;
background: -moz-linear-gradient(top,  rgba(250,94,100,1) 0%, rgba(191,54,59,1) 100%) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,94,100,1)), color-stop(100%,rgba(191,54,59,1))) !important;
background: -webkit-linear-gradient(top,  rgba(250,94,100,1) 0%,rgba(191,54,59,1) 100%) !important;
background: -o-linear-gradient(top,  rgba(250,94,100,1) 0%,rgba(191,54,59,1) 100%) !important;
background: -ms-linear-gradient(top,  rgba(250,94,100,1) 0%,rgba(191,54,59,1) 100%) !important;
background: linear-gradient(to bottom,  rgba(250,94,100,1) 0%,rgba(191,54,59,1) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa5e64', endColorstr='#bf363b',GradientType=0 ) !important;
border: 1px solid rgba(191,54,59,1) !important;
text-shadow: 2px 2px rgba(0, 0, 0, 0.2) !important;
line-height:1 !important;
font-size:12px !important;
display:inline-block !important;
padding:10px !important;
border-radius:3px !important;
text-transform:uppercase !important;
font-weight:normal !important;
color:#FFF !important;
letter-spacing:1px !important;
}

.storelocator-btn-primary:hover,
.storelocator-website a:hover,
.storelocator-btn-danger:hover {
background: rgb(191,54,59) !important;
background: -moz-linear-gradient(top,  rgba(191,54,59,1) 0%, rgba(250,94,100,1) 100%) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,54,59,1)), color-stop(100%,rgba(250,94,100,1))) !important;
background: -webkit-linear-gradient(top,  rgba(191,54,59,1) 0%,rgba(250,94,100,1) 100%) !important;
background: -o-linear-gradient(top,  rgba(191,54,59,1) 0%,rgba(250,94,100,1) 100%) !important;
background: -ms-linear-gradient(top,  rgba(191,54,59,1) 0%,rgba(250,94,100,1) 100%) !important;
background: linear-gradient(to bottom,  rgba(191,54,59,1) 0%,rgba(250,94,100,1) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf363b', endColorstr='#fa5e64',GradientType=0 ) !important;
color:#fff !important;
}

.storelocator-btn-primary i,
.storelocator-btn-danger i {display:none !important;}


/* Map Custom End */








#menu-footer-menu li {
height:auto;
}

#menu-footer-menu li:first-child {
clear:left;
}

/* SN Custom */
@media (min-width:940px) and (max-width:980px) {
	.menu-item-25 {
		right: 0;
		position: absolute;
	}
	
}


@media (min-width:1175px) {
	/*
.menu-item-25 {
		right:-111px;
		position: absolute;
	}
*/
	
}

@media (min-width:1475px) and (max-width:1536px) {
	#masthead {
		overflow: hidden;
	} 
}

/* Widen Conditions dropdown only */
#menu-item-12759 .sub-menu.dropdown li a {
	    width: 420px !important;
}
.footer-utility {
clear:left;
margin-top:20px;
}


.fancy-select .options.open{
	overflow-y:scroll !important;
}		</style>
	<link rel="stylesheet" href="https://www.alignedmodernhealth.com/wp-content/themes/amh/css/fancySelect.css">
<link rel="stylesheet" href="https://www.alignedmodernhealth.com/wp-content/themes/amh/css/new-main.css">

<link href="https://plus.google.com/108800727295201546702/" rel="publisher" />

<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','//connect.facebook.net/en_US/fbevents.js');

fbq('init', '902659543151368');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=902659543151368&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
<script type="text/javascript" src="//cdn.callrail.com/companies/456536142/d8bda3c01cd06da3598c/12/swap.js"></script> 
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){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','dataLayer','GTM-TXXP5KH');</script>
<!-- End Google Tag Manager -->


</head>

<body data-rsssl=1 class="page-template-default page page-id-433 custom-font-enabled" >
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TXXP5KH"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="page" class="hfeed site persist-area">
<header id="masthead" class="persist-header">
  <div id="head-wrap">
    <nav class="top-bar-top">
      <ul class="brand-area">
        <li class="yelp">
          <a target="_blank" href="http://www.yelp.com/search?find_desc=aligned+modern+health&amp;find_loc=Chicago%2C+IL&amp;ns=1&amp;ls=01b3befd8a42d388;"><img src="https://www.alignedmodernhealth.com/wp-content/themes/amh/images/yelp.png" alt="Yelp" /></a>
          <a target="_blank" href="http://www.yelp.com/search?find_desc=aligned+modern+health&amp;find_loc=Chicago%2C+IL&amp;ns=1&amp;ls=01b3befd8a42d388;" class="reviews">Read Reviews</a>
        </li>
        <li class="name">
          <span>
            <a href="/" title="Chicago Chiropractors, Acupuncture, Functional Nutrition and Wellness Centers"><span>Aligned Modern Health</span></a></span>
          </li>
        <li class="contact"><div id="phone"><p><span class="mm-phone-number">773-598-4387</span></p></div><a href="/contact-us">Contact Us</a></li>
      </ul>
    </nav>
    <nav class="top-bar">
      <ul class="title-area">
        <li class="name"></li>
        <li class="mobile-phone"><a href="tel:7735984387"><span class="mm-phone-number">773-598-4387</span></a></li>
        <li class="toggle-topbar menu-icon"><a href="#"><span>menu</span></a></li>
      </ul>
      <section class="top-bar-section">
        <div class="menu-header-menu-container"><ul id="menu-header-menu" class="left"><li id="menu-item-13587" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-13587"><a href="https://www.alignedmodernhealth.com/locations/">Locations</a>
<ul class="sub-menu">
	<li id="menu-item-15973" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15973"><a href="https://www.alignedmodernhealth.com/locations/wheaton">Wheaton</a></li>
	<li id="menu-item-15974" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15974"><a href="https://www.alignedmodernhealth.com/locations/Vernon-Hills">Vernon Hills</a></li>
	<li id="menu-item-13160" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13160"><a href="/locations/deerfield/">Deerfield</a></li>
	<li id="menu-item-4273" class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-4273"><a href="https://www.alignedmodernhealth.com/locations/lincoln-park/">Lincoln Park at Diversey</a></li>
	<li id="menu-item-14701" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-14701"><a href="/locations/mt-prospect/">Mt. Prospect &#8211; Now Open</a></li>
	<li id="menu-item-12738" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12738"><a href="/locations/jackson/">The Loop (Jackson)</a></li>
	<li id="menu-item-142" class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-142"><a href="https://www.alignedmodernhealth.com/locations/lincoln-square/">Lincoln Square</a></li>
	<li id="menu-item-12574" class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-12574"><a href="https://www.alignedmodernhealth.com/locations/park-ridge/">Park Ridge</a></li>
	<li id="menu-item-11035" class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-11035"><a href="https://www.alignedmodernhealth.com/locations/river-north/">River North</a></li>
	<li id="menu-item-11252" class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-11252"><a href="https://www.alignedmodernhealth.com/locations/south-loop/">South Loop</a></li>
	<li id="menu-item-141" class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-141"><a href="https://www.alignedmodernhealth.com/locations/southport/">Southport</a></li>
	<li id="menu-item-4337" class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-4337"><a href="https://www.alignedmodernhealth.com/locations/streeterville/">Streeterville</a></li>
	<li id="menu-item-7023" class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-7023"><a href="https://www.alignedmodernhealth.com/locations/west-loop/">West Loop</a></li>
	<li id="menu-item-9631" class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-9631"><a href="https://www.alignedmodernhealth.com/locations/wickerpark/">Wicker Park</a></li>
	<li id="menu-item-14795" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-14795"><a href="/locations/evanston/">Evanston – Now Open</a></li>
	<li id="menu-item-14447" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-14447"><a href="/locations/andersonville/">Andersonville &#8211; NOW OPEN</a></li>
	<li id="menu-item-14796" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-14796"><a href="/locations/elmhurst/">Elmhurst – NOW OPEN</a></li>
</ul>
</li>
<li id="menu-item-11586" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11586"><a href="https://www.alignedmodernhealth.com/our-blog/">Our Blog</a></li>
<li id="menu-item-125" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-125"><a href="https://www.alignedmodernhealth.com/services/">Services</a>
<ul class="sub-menu">
	<li id="menu-item-9449" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9449"><a href="https://www.alignedmodernhealth.com/services/acupuncture/">Acupuncture</a></li>
	<li id="menu-item-12268" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12268"><a href="https://www.alignedmodernhealth.com/services/chiropractic-care/">Chiropractic Care</a></li>
	<li id="menu-item-9461" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9461"><a href="https://www.alignedmodernhealth.com/services/functional-nutrition/">Functional Medicine and Clinical Nutrition</a></li>
	<li id="menu-item-12231" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12231"><a href="https://www.alignedmodernhealth.com/services/massage-therapy/">Therapeutic Massage</a></li>
	<li id="menu-item-159" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-159"><a href="https://www.alignedmodernhealth.com/services/physical-rehabilitation/">Physical Rehabilitation</a></li>
</ul>
</li>
<li id="menu-item-28" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-28"><a href="https://www.alignedmodernhealth.com/live-better/">About</a>
<ul class="sub-menu">
	<li id="menu-item-15184" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15184"><a href="/corporate-wellness">Corporate Wellness</a></li>
	<li id="menu-item-169" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-169"><a href="https://www.alignedmodernhealth.com/live-better/patient-resources/">Patient Resources</a></li>
	<li id="menu-item-329" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-329"><a href="https://www.alignedmodernhealth.com/live-better/partners/">Partners</a></li>
	<li id="menu-item-152" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-152"><a href="https://www.alignedmodernhealth.com/live-better/newsletter-signup/">Newsletter Signup</a></li>
	<li id="menu-item-7546" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7546"><a target="_blank" href="https://www.healthwavehq.com/welcome/alignedmodernhealth">Purchase Products</a></li>
	<li id="menu-item-137" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-137"><a href="https://www.alignedmodernhealth.com/about-us/careers/">Careers</a></li>
	<li id="menu-item-138" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-138"><a href="https://www.alignedmodernhealth.com/about-us/testimonials/">Testimonials</a></li>
</ul>
</li>
<li id="menu-item-443" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-433 current_page_item menu-item-443"><a href="https://www.alignedmodernhealth.com/events/">Classes &#038; Events</a></li>
<li id="menu-item-26" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-26"><a href="https://www.alignedmodernhealth.com/people/">People</a>
<ul class="sub-menu">
	<li id="menu-item-488" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-488"><a href="https://www.alignedmodernhealth.com/people/chiropractic-physicians/">Chiropractic Physicians</a></li>
	<li id="menu-item-487" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-487"><a href="https://www.alignedmodernhealth.com/people/functional-medicine-and-clinical-nutrition/">Functional Medicine &#038; Clinical Nutrition</a></li>
	<li id="menu-item-4470" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4470"><a href="https://www.alignedmodernhealth.com/people/acupuncturists/">Acupuncturists</a></li>
	<li id="menu-item-486" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-486"><a href="https://www.alignedmodernhealth.com/people/therapists/">Massage Therapists</a></li>
	<li id="menu-item-13806" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13806"><a href="https://www.alignedmodernhealth.com/people/rehabilitationspecialists/">Rehabilitation Specialists</a></li>
	<li id="menu-item-489" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-489"><a href="https://www.alignedmodernhealth.com/people/clinic-managers/">Clinic Managers</a></li>
</ul>
</li>
<li id="menu-item-25" class="last menu-item menu-item-type-post_type menu-item-object-page menu-item-25"><a title="appointment" href="https://www.alignedmodernhealth.com/schedule-an-appointment/">Schedule An Appointment</a></li>
</ul></div>      </section>
    </nav>
  </div>
  <div class="white-top"></div>
  <div class="green-top"></div>
    
	<script>(function(w,d,t,r,u){var f,n,i;w[u]=w[u]||[],f=function(){var o=
	{ti:"5550558"}

	;o.q=w[u],w[u]=new UET(o),w[u].push("pageLoad")},n=d.createElement(t),n.src=r,n.async=1,n.onload=n.onreadystatechange=function()
	{var s=this.readyState;s&&s!=="loaded"&&s!=="complete"||(f(),n.onload=n.onreadystatechange=null)}

	,i=d.getElementsByTagName(t)[0],i.parentNode.insertBefore(n,i)})(window,document,"script","//bat.bing.com/bat.js","uetq");</script><noscript><img src="//bat.bing.com/action/0?ti=5550558&Ver=2" height="0" width="0" style="display:none; visibility: hidden;" /></noscript>
</header>

<div id="page-wrap"><div class="default ">
	<div class="row">
		<div class="large-12 columns" role="content">
					
	<article id="post-433" class="post-433 page type-page status-publish hentry">
		<header class="entry-header">
        <p id="breadcrumbs"><span xmlns:v="http://rdf.data-vocabulary.org/#"><span typeof="v:Breadcrumb"><a href="https://www.alignedmodernhealth.com/" rel="v:url" property="v:title">Aligned Modern Health</a> » <span class="breadcrumb_last">Events &#038; Classes</span></span></span></p>			<h1 class="entry-title">Events &#038; Classes</h1>
		</header>
		<div class="entry-content">
			<div id="em-wrapper"><ul class="event-search">
<li><a class="all-btn" href="#">All Events</a></li>
<li><a class="streeterville-btn" href="#">Streeterville Events</a></li>
<li><a class="southport-btn" href="#">Southport Events</a></li>
<li><a class="lincoln-park-btn" href="#">Lincoln Park Events</a></li>
<li><a class="lincoln-btn" href="#">Lincoln Square Events</a></li>
<li><a class="wicker-btn" href="#">Wicker Park Events</a></li>
<li><a class="west-btn" href="#">West Loop Events</a></li>
<li><a class="river-btn" href="#">River North Events</a></li>
<li><a class="south-btn" href="#">South Loop Events</a></li>
<li><a class="parkridge-btn" href="#">Park Ridge Events</a></li>
</ul>
<div class="south-events">
<h2>South Loop Events</h2>
<p class="desc">Click on class to sign up.</p>
<div id="em-calendar-195" class="em-calendar-wrapper"><table class="em-calendar fullcalendar">
	<thead>
		<tr>
			<td><a class="em-calnav full-link em-calnav-prev" href=/events/?category=74&full=1&ajaxCalendar=1&mo=5&yr=2019>&lt;&lt;</a></td>
			<td class="month_name" colspan="5">Jun 2019</td>
			<td><a class="em-calnav full-link em-calnav-next" href=/events/?category=74&full=1&ajaxCalendar=1&mo=7&yr=2019>&gt;&gt;</a></td>
		</tr>
	</thead>
	<tbody>
		<tr class="days-names">
			<td>Mon</td><td>Tue</td><td>Wed</td><td>Thu</td><td>Fri</td><td>Sat</td><td>Sun</td>
		</tr>
		<tr>
							<td class="eventless-pre">
										27									</td>
								<td class="eventless-pre">
										28									</td>
								<td class="eventless-pre">
										29									</td>
								<td class="eventless-pre">
										30									</td>
								<td class="eventless-pre">
										31									</td>
								<td class="eventless">
										1									</td>
								<td class="eventless">
										2									</td>
				</tr><tr>				<td class="eventless">
										3									</td>
								<td class="eventless">
										4									</td>
								<td class="eventless">
										5									</td>
								<td class="eventless">
										6									</td>
								<td class="eventless">
										7									</td>
								<td class="eventless">
										8									</td>
								<td class="eventless">
										9									</td>
				</tr><tr>				<td class="eventless">
										10									</td>
								<td class="eventless-today">
										11									</td>
								<td class="eventless">
										12									</td>
								<td class="eventless">
										13									</td>
								<td class="eventless">
										14									</td>
								<td class="eventless">
										15									</td>
								<td class="eventless">
										16									</td>
				</tr><tr>				<td class="eventless">
										17									</td>
								<td class="eventless">
										18									</td>
								<td class="eventless">
										19									</td>
								<td class="eventless">
										20									</td>
								<td class="eventless">
										21									</td>
								<td class="eventless">
										22									</td>
								<td class="eventless">
										23									</td>
				</tr><tr>				<td class="eventless">
										24									</td>
								<td class="eventless">
										25									</td>
								<td class="eventless">
										26									</td>
								<td class="eventless">
										27									</td>
								<td class="eventless">
										28									</td>
								<td class="eventless">
										29									</td>
								<td class="eventless">
										30									</td>
						</tr>
	</tbody>
</table></div>
</div>
<div class="river-events">
<h2>River North Events</h2>
<p class="desc">Click on class to sign up.</p>
<div id="em-calendar-168" class="em-calendar-wrapper"><table class="em-calendar fullcalendar">
	<thead>
		<tr>
			<td><a class="em-calnav full-link em-calnav-prev" href=/events/?category=73&full=1&ajaxCalendar=1&mo=5&yr=2019>&lt;&lt;</a></td>
			<td class="month_name" colspan="5">Jun 2019</td>
			<td><a class="em-calnav full-link em-calnav-next" href=/events/?category=73&full=1&ajaxCalendar=1&mo=7&yr=2019>&gt;&gt;</a></td>
		</tr>
	</thead>
	<tbody>
		<tr class="days-names">
			<td>Mon</td><td>Tue</td><td>Wed</td><td>Thu</td><td>Fri</td><td>Sat</td><td>Sun</td>
		</tr>
		<tr>
							<td class="eventless-pre">
										27									</td>
								<td class="eventless-pre">
										28									</td>
								<td class="eventless-pre">
										29									</td>
								<td class="eventless-pre">
										30									</td>
								<td class="eventless-pre">
										31									</td>
								<td class="eventless">
										1									</td>
								<td class="eventless">
										2									</td>
				</tr><tr>				<td class="eventless">
										3									</td>
								<td class="eventless">
										4									</td>
								<td class="eventless">
										5									</td>
								<td class="eventless">
										6									</td>
								<td class="eventless">
										7									</td>
								<td class="eventless">
										8									</td>
								<td class="eventless">
										9									</td>
				</tr><tr>				<td class="eventless">
										10									</td>
								<td class="eventless-today">
										11									</td>
								<td class="eventless">
										12									</td>
								<td class="eventless">
										13									</td>
								<td class="eventless">
										14									</td>
								<td class="eventless">
										15									</td>
								<td class="eventless">
										16									</td>
				</tr><tr>				<td class="eventless">
										17									</td>
								<td class="eventless">
										18									</td>
								<td class="eventless">
										19									</td>
								<td class="eventless">
										20									</td>
								<td class="eventless">
										21									</td>
								<td class="eventless">
										22									</td>
								<td class="eventless">
										23									</td>
				</tr><tr>				<td class="eventless">
										24									</td>
								<td class="eventless">
										25									</td>
								<td class="eventless">
										26									</td>
								<td class="eventless">
										27									</td>
								<td class="eventless">
										28									</td>
								<td class="eventless">
										29									</td>
								<td class="eventless">
										30									</td>
						</tr>
	</tbody>
</table></div>
</div>
<div class="west-events">
<h2>West Loop Events</h2>
<p class="desc">Click on class to sign up.</p>
<div id="em-calendar-128" class="em-calendar-wrapper"><table class="em-calendar fullcalendar">
	<thead>
		<tr>
			<td><a class="em-calnav full-link em-calnav-prev" href=/events/?category=72&full=1&ajaxCalendar=1&mo=5&yr=2019>&lt;&lt;</a></td>
			<td class="month_name" colspan="5">Jun 2019</td>
			<td><a class="em-calnav full-link em-calnav-next" href=/events/?category=72&full=1&ajaxCalendar=1&mo=7&yr=2019>&gt;&gt;</a></td>
		</tr>
	</thead>
	<tbody>
		<tr class="days-names">
			<td>Mon</td><td>Tue</td><td>Wed</td><td>Thu</td><td>Fri</td><td>Sat</td><td>Sun</td>
		</tr>
		<tr>
							<td class="eventless-pre">
										27									</td>
								<td class="eventless-pre">
										28									</td>
								<td class="eventless-pre">
										29									</td>
								<td class="eventless-pre">
										30									</td>
								<td class="eventless-pre">
										31									</td>
								<td class="eventless">
										1									</td>
								<td class="eventless">
										2									</td>
				</tr><tr>				<td class="eventless">
										3									</td>
								<td class="eventless">
										4									</td>
								<td class="eventless">
										5									</td>
								<td class="eventless">
										6									</td>
								<td class="eventless">
										7									</td>
								<td class="eventless">
										8									</td>
								<td class="eventless">
										9									</td>
				</tr><tr>				<td class="eventless">
										10									</td>
								<td class="eventless-today">
										11									</td>
								<td class="eventless">
										12									</td>
								<td class="eventless">
										13									</td>
								<td class="eventless">
										14									</td>
								<td class="eventless">
										15									</td>
								<td class="eventless">
										16									</td>
				</tr><tr>				<td class="eventless">
										17									</td>
								<td class="eventless">
										18									</td>
								<td class="eventless">
										19									</td>
								<td class="eventless">
										20									</td>
								<td class="eventless">
										21									</td>
								<td class="eventless">
										22									</td>
								<td class="eventless">
										23									</td>
				</tr><tr>				<td class="eventless">
										24									</td>
								<td class="eventless">
										25									</td>
								<td class="eventless">
										26									</td>
								<td class="eventless">
										27									</td>
								<td class="eventless">
										28									</td>
								<td class="eventless">
										29									</td>
								<td class="eventless">
										30									</td>
						</tr>
	</tbody>
</table></div>
</div>
<div class="southport-events">
<h2>Southport Events</h2>
<p class="desc">Click on class to sign up.</p>
<div id="em-calendar-193" class="em-calendar-wrapper"><table class="em-calendar fullcalendar">
	<thead>
		<tr>
			<td><a class="em-calnav full-link em-calnav-prev" href=/events/?category=8&full=1&ajaxCalendar=1&mo=5&yr=2019>&lt;&lt;</a></td>
			<td class="month_name" colspan="5">Jun 2019</td>
			<td><a class="em-calnav full-link em-calnav-next" href=/events/?category=8&full=1&ajaxCalendar=1&mo=7&yr=2019>&gt;&gt;</a></td>
		</tr>
	</thead>
	<tbody>
		<tr class="days-names">
			<td>Mon</td><td>Tue</td><td>Wed</td><td>Thu</td><td>Fri</td><td>Sat</td><td>Sun</td>
		</tr>
		<tr>
							<td class="eventless-pre">
										27									</td>
								<td class="eventless-pre">
										28									</td>
								<td class="eventless-pre">
										29									</td>
								<td class="eventless-pre">
										30									</td>
								<td class="eventless-pre">
										31									</td>
								<td class="eventless">
										1									</td>
								<td class="eventless">
										2									</td>
				</tr><tr>				<td class="eventless">
										3									</td>
								<td class="eventless">
										4									</td>
								<td class="eventless">
										5									</td>
								<td class="eventless">
										6									</td>
								<td class="eventless">
										7									</td>
								<td class="eventless">
										8									</td>
								<td class="eventless">
										9									</td>
				</tr><tr>				<td class="eventless">
										10									</td>
								<td class="eventless-today">
										11									</td>
								<td class="eventless">
										12									</td>
								<td class="eventless">
										13									</td>
								<td class="eventless">
										14									</td>
								<td class="eventless">
										15									</td>
								<td class="eventless">
										16									</td>
				</tr><tr>				<td class="eventless">
										17									</td>
								<td class="eventless">
										18									</td>
								<td class="eventless">
										19									</td>
								<td class="eventless">
										20									</td>
								<td class="eventless">
										21									</td>
								<td class="eventless">
										22									</td>
								<td class="eventless">
										23									</td>
				</tr><tr>				<td class="eventless">
										24									</td>
								<td class="eventless">
										25									</td>
								<td class="eventless">
										26									</td>
								<td class="eventless">
										27									</td>
								<td class="eventless">
										28									</td>
								<td class="eventless">
										29									</td>
								<td class="eventless">
										30									</td>
						</tr>
	</tbody>
</table></div>
</div>
<div class="lincoln-events">
<h2>Lincoln Square Events</h2>
<p class="desc">Click on class to sign up.</p>
<div id="em-calendar-105" class="em-calendar-wrapper"><table class="em-calendar fullcalendar">
	<thead>
		<tr>
			<td><a class="em-calnav full-link em-calnav-prev" href=/events/?category=11&full=1&ajaxCalendar=1&mo=5&yr=2019>&lt;&lt;</a></td>
			<td class="month_name" colspan="5">Jun 2019</td>
			<td><a class="em-calnav full-link em-calnav-next" href=/events/?category=11&full=1&ajaxCalendar=1&mo=7&yr=2019>&gt;&gt;</a></td>
		</tr>
	</thead>
	<tbody>
		<tr class="days-names">
			<td>Mon</td><td>Tue</td><td>Wed</td><td>Thu</td><td>Fri</td><td>Sat</td><td>Sun</td>
		</tr>
		<tr>
							<td class="eventless-pre">
										27									</td>
								<td class="eventless-pre">
										28									</td>
								<td class="eventless-pre">
										29									</td>
								<td class="eventless-pre">
										30									</td>
								<td class="eventless-pre">
										31									</td>
								<td class="eventless">
										1									</td>
								<td class="eventless">
										2									</td>
				</tr><tr>				<td class="eventless">
										3									</td>
								<td class="eventless">
										4									</td>
								<td class="eventless">
										5									</td>
								<td class="eventless">
										6									</td>
								<td class="eventless">
										7									</td>
								<td class="eventless">
										8									</td>
								<td class="eventless">
										9									</td>
				</tr><tr>				<td class="eventless">
										10									</td>
								<td class="eventless-today">
										11									</td>
								<td class="eventless">
										12									</td>
								<td class="eventless">
										13									</td>
								<td class="eventless">
										14									</td>
								<td class="eventless">
										15									</td>
								<td class="eventless">
										16									</td>
				</tr><tr>				<td class="eventless">
										17									</td>
								<td class="eventless">
										18									</td>
								<td class="eventless">
										19									</td>
								<td class="eventless">
										20									</td>
								<td class="eventless">
										21									</td>
								<td class="eventless">
										22									</td>
								<td class="eventless">
										23									</td>
				</tr><tr>				<td class="eventless">
										24									</td>
								<td class="eventless">
										25									</td>
								<td class="eventless">
										26									</td>
								<td class="eventless">
										27									</td>
								<td class="eventless">
										28									</td>
								<td class="eventless">
										29									</td>
								<td class="eventless">
										30									</td>
						</tr>
	</tbody>
</table></div>
</div>
<div class="wicker-events">
<h2>Wicker Park Events</h2>
<p class="desc">Click on class to sign up.</p>
<div id="em-calendar-195" class="em-calendar-wrapper"><table class="em-calendar fullcalendar">
	<thead>
		<tr>
			<td><a class="em-calnav full-link em-calnav-prev" href=/events/?category=70&full=1&ajaxCalendar=1&mo=5&yr=2019>&lt;&lt;</a></td>
			<td class="month_name" colspan="5">Jun 2019</td>
			<td><a class="em-calnav full-link em-calnav-next" href=/events/?category=70&full=1&ajaxCalendar=1&mo=7&yr=2019>&gt;&gt;</a></td>
		</tr>
	</thead>
	<tbody>
		<tr class="days-names">
			<td>Mon</td><td>Tue</td><td>Wed</td><td>Thu</td><td>Fri</td><td>Sat</td><td>Sun</td>
		</tr>
		<tr>
							<td class="eventless-pre">
										27									</td>
								<td class="eventless-pre">
										28									</td>
								<td class="eventless-pre">
										29									</td>
								<td class="eventless-pre">
										30									</td>
								<td class="eventless-pre">
										31									</td>
								<td class="eventless">
										1									</td>
								<td class="eventless">
										2									</td>
				</tr><tr>				<td class="eventless">
										3									</td>
								<td class="eventless">
										4									</td>
								<td class="eventless">
										5									</td>
								<td class="eventless">
										6									</td>
								<td class="eventless">
										7									</td>
								<td class="eventless">
										8									</td>
								<td class="eventless">
										9									</td>
				</tr><tr>				<td class="eventless">
										10									</td>
								<td class="eventless-today">
										11									</td>
								<td class="eventless">
										12									</td>
								<td class="eventless">
										13									</td>
								<td class="eventless">
										14									</td>
								<td class="eventless">
										15									</td>
								<td class="eventless">
										16									</td>
				</tr><tr>				<td class="eventless">
										17									</td>
								<td class="eventless">
										18									</td>
								<td class="eventless">
										19									</td>
								<td class="eventless">
										20									</td>
								<td class="eventless">
										21									</td>
								<td class="eventless">
										22									</td>
								<td class="eventless">
										23									</td>
				</tr><tr>				<td class="eventless">
										24									</td>
								<td class="eventless">
										25									</td>
								<td class="eventless">
										26									</td>
								<td class="eventless">
										27									</td>
								<td class="eventless">
										28									</td>
								<td class="eventless">
										29									</td>
								<td class="eventless">
										30									</td>
						</tr>
	</tbody>
</table></div>
</div>
<div class="lincoln-park-events">
<h2>Lincoln Park Events</h2>
<p class="desc">Click on class to sign up.</p>
<div id="em-calendar-122" class="em-calendar-wrapper"><table class="em-calendar fullcalendar">
	<thead>
		<tr>
			<td><a class="em-calnav full-link em-calnav-prev" href=/events/?category=30&full=1&ajaxCalendar=1&mo=5&yr=2019>&lt;&lt;</a></td>
			<td class="month_name" colspan="5">Jun 2019</td>
			<td><a class="em-calnav full-link em-calnav-next" href=/events/?category=30&full=1&ajaxCalendar=1&mo=7&yr=2019>&gt;&gt;</a></td>
		</tr>
	</thead>
	<tbody>
		<tr class="days-names">
			<td>Mon</td><td>Tue</td><td>Wed</td><td>Thu</td><td>Fri</td><td>Sat</td><td>Sun</td>
		</tr>
		<tr>
							<td class="eventless-pre">
										27									</td>
								<td class="eventless-pre">
										28									</td>
								<td class="eventless-pre">
										29									</td>
								<td class="eventless-pre">
										30									</td>
								<td class="eventless-pre">
										31									</td>
								<td class="eventless">
										1									</td>
								<td class="eventless">
										2									</td>
				</tr><tr>				<td class="eventless">
										3									</td>
								<td class="eventless">
										4									</td>
								<td class="eventless">
										5									</td>
								<td class="eventless">
										6									</td>
								<td class="eventless">
										7									</td>
								<td class="eventless">
										8									</td>
								<td class="eventless">
										9									</td>
				</tr><tr>				<td class="eventless">
										10									</td>
								<td class="eventless-today">
										11									</td>
								<td class="eventless">
										12									</td>
								<td class="eventless">
										13									</td>
								<td class="eventless">
										14									</td>
								<td class="eventless">
										15									</td>
								<td class="eventless">
										16									</td>
				</tr><tr>				<td class="eventless">
										17									</td>
								<td class="eventless">
										18									</td>
								<td class="eventless">
										19									</td>
								<td class="eventless">
										20									</td>
								<td class="eventless">
										21									</td>
								<td class="eventless">
										22									</td>
								<td class="eventless">
										23									</td>
				</tr><tr>				<td class="eventless">
										24									</td>
								<td class="eventless">
										25									</td>
								<td class="eventless">
										26									</td>
								<td class="eventless">
										27									</td>
								<td class="eventless">
										28									</td>
								<td class="eventless">
										29									</td>
								<td class="eventless">
										30									</td>
						</tr>
	</tbody>
</table></div>
</div>
<div class="streeterville-events">
<h2>Streeterville Events</h2>
<p class="desc">Click on class to sign up.</p>
<div id="em-calendar-135" class="em-calendar-wrapper"><table class="em-calendar fullcalendar">
	<thead>
		<tr>
			<td><a class="em-calnav full-link em-calnav-prev" href=/events/?category=31&full=1&ajaxCalendar=1&mo=5&yr=2019>&lt;&lt;</a></td>
			<td class="month_name" colspan="5">Jun 2019</td>
			<td><a class="em-calnav full-link em-calnav-next" href=/events/?category=31&full=1&ajaxCalendar=1&mo=7&yr=2019>&gt;&gt;</a></td>
		</tr>
	</thead>
	<tbody>
		<tr class="days-names">
			<td>Mon</td><td>Tue</td><td>Wed</td><td>Thu</td><td>Fri</td><td>Sat</td><td>Sun</td>
		</tr>
		<tr>
							<td class="eventless-pre">
										27									</td>
								<td class="eventless-pre">
										28									</td>
								<td class="eventless-pre">
										29									</td>
								<td class="eventless-pre">
										30									</td>
								<td class="eventless-pre">
										31									</td>
								<td class="eventless">
										1									</td>
								<td class="eventless">
										2									</td>
				</tr><tr>				<td class="eventless">
										3									</td>
								<td class="eventless">
										4									</td>
								<td class="eventless">
										5									</td>
								<td class="eventless">
										6									</td>
								<td class="eventless">
										7									</td>
								<td class="eventless">
										8									</td>
								<td class="eventless">
										9									</td>
				</tr><tr>				<td class="eventless">
										10									</td>
								<td class="eventless-today">
										11									</td>
								<td class="eventless">
										12									</td>
								<td class="eventless">
										13									</td>
								<td class="eventless">
										14									</td>
								<td class="eventless">
										15									</td>
								<td class="eventless">
										16									</td>
				</tr><tr>				<td class="eventless">
										17									</td>
								<td class="eventless">
										18									</td>
								<td class="eventless">
										19									</td>
								<td class="eventless">
										20									</td>
								<td class="eventless">
										21									</td>
								<td class="eventless">
										22									</td>
								<td class="eventless">
										23									</td>
				</tr><tr>				<td class="eventless">
										24									</td>
								<td class="eventless">
										25									</td>
								<td class="eventless">
										26									</td>
								<td class="eventless">
										27									</td>
								<td class="eventless">
										28									</td>
								<td class="eventless">
										29									</td>
								<td class="eventless">
										30									</td>
						</tr>
	</tbody>
</table></div>
</div>
<div class="parkridge-events">
<h2>Park Ridge Events</h2>
<p class="desc">Click on class to sign up.</p>
<div id="em-calendar-166" class="em-calendar-wrapper"><table class="em-calendar fullcalendar">
	<thead>
		<tr>
			<td><a class="em-calnav full-link em-calnav-prev" href=/events/?category=75&full=1&ajaxCalendar=1&mo=5&yr=2019>&lt;&lt;</a></td>
			<td class="month_name" colspan="5">Jun 2019</td>
			<td><a class="em-calnav full-link em-calnav-next" href=/events/?category=75&full=1&ajaxCalendar=1&mo=7&yr=2019>&gt;&gt;</a></td>
		</tr>
	</thead>
	<tbody>
		<tr class="days-names">
			<td>Mon</td><td>Tue</td><td>Wed</td><td>Thu</td><td>Fri</td><td>Sat</td><td>Sun</td>
		</tr>
		<tr>
							<td class="eventless-pre">
										27									</td>
								<td class="eventless-pre">
										28									</td>
								<td class="eventless-pre">
										29									</td>
								<td class="eventless-pre">
										30									</td>
								<td class="eventless-pre">
										31									</td>
								<td class="eventless">
										1									</td>
								<td class="eventless">
										2									</td>
				</tr><tr>				<td class="eventless">
										3									</td>
								<td class="eventless">
										4									</td>
								<td class="eventless">
										5									</td>
								<td class="eventless">
										6									</td>
								<td class="eventless">
										7									</td>
								<td class="eventless">
										8									</td>
								<td class="eventless">
										9									</td>
				</tr><tr>				<td class="eventless">
										10									</td>
								<td class="eventless-today">
										11									</td>
								<td class="eventless">
										12									</td>
								<td class="eventless">
										13									</td>
								<td class="eventless">
										14									</td>
								<td class="eventless">
										15									</td>
								<td class="eventless">
										16									</td>
				</tr><tr>				<td class="eventless">
										17									</td>
								<td class="eventless">
										18									</td>
								<td class="eventless">
										19									</td>
								<td class="eventless">
										20									</td>
								<td class="eventless">
										21									</td>
								<td class="eventless">
										22									</td>
								<td class="eventless">
										23									</td>
				</tr><tr>				<td class="eventless">
										24									</td>
								<td class="eventless">
										25									</td>
								<td class="eventless">
										26									</td>
								<td class="eventless">
										27									</td>
								<td class="eventless">
										28									</td>
								<td class="eventless">
										29									</td>
								<td class="eventless">
										30									</td>
						</tr>
	</tbody>
</table></div>
</div>
<div class="all-events">
<h2>All Events</h2>
<p class="desc">Click on class to sign up.</p>
<p><div id="em-calendar-196" class="em-calendar-wrapper"><table class="em-calendar fullcalendar">
	<thead>
		<tr>
			<td><a class="em-calnav full-link em-calnav-prev" href=/events/?orderby%5B0%5D=event_start_date&orderby%5B1%5D=event_start_time&orderby%5B2%5D=event_name&pagination=1&full=1&ajaxCalendar=1&mo=5&yr=2019>&lt;&lt;</a></td>
			<td class="month_name" colspan="5">Jun 2019</td>
			<td><a class="em-calnav full-link em-calnav-next" href=/events/?orderby%5B0%5D=event_start_date&orderby%5B1%5D=event_start_time&orderby%5B2%5D=event_name&pagination=1&full=1&ajaxCalendar=1&mo=7&yr=2019>&gt;&gt;</a></td>
		</tr>
	</thead>
	<tbody>
		<tr class="days-names">
			<td>Mon</td><td>Tue</td><td>Wed</td><td>Thu</td><td>Fri</td><td>Sat</td><td>Sun</td>
		</tr>
		<tr>
							<td class="eventless-pre">
										27									</td>
								<td class="eventless-pre">
										28									</td>
								<td class="eventful-pre">
										<a href=https://www.alignedmodernhealth.com/events/healthy-movement-matters-pt-2-lower-body-webinar/ title="Healthy Movement Matters:  Pt. 2 Lower Body &#8211; WEBINAR">29</a>
					<ul>
						<li><a href=https://www.alignedmodernhealth.com/events/healthy-movement-matters-pt-2-lower-body-webinar/>Healthy Movement Matters:  Pt. 2 Lower Body - WEBINAR</a> - 12:00 pm - 1:00 pm</li>											</ul>
									</td>
								<td class="eventless-pre">
										30									</td>
								<td class="eventless-pre">
										31									</td>
								<td class="eventless">
										1									</td>
								<td class="eventless">
										2									</td>
				</tr><tr>				<td class="eventless">
										3									</td>
								<td class="eventless">
										4									</td>
								<td class="eventless">
										5									</td>
								<td class="eventless">
										6									</td>
								<td class="eventful">
										<a href=https://www.alignedmodernhealth.com/events/wheaton-grand-opening-party/ title="Wheaton Grand Opening Party">7</a>
					<ul>
						<li><a href=https://www.alignedmodernhealth.com/events/wheaton-grand-opening-party/>Wheaton Grand Opening Party</a> - 4:00 pm - 8:00 pm</li>											</ul>
									</td>
								<td class="eventless">
										8									</td>
								<td class="eventless">
										9									</td>
				</tr><tr>				<td class="eventless">
										10									</td>
								<td class="eventless-today">
										11									</td>
								<td class="eventless">
										12									</td>
								<td class="eventless">
										13									</td>
								<td class="eventless">
										14									</td>
								<td class="eventless">
										15									</td>
								<td class="eventless">
										16									</td>
				</tr><tr>				<td class="eventless">
										17									</td>
								<td class="eventless">
										18									</td>
								<td class="eventless">
										19									</td>
								<td class="eventless">
										20									</td>
								<td class="eventless">
										21									</td>
								<td class="eventless">
										22									</td>
								<td class="eventless">
										23									</td>
				</tr><tr>				<td class="eventless">
										24									</td>
								<td class="eventless">
										25									</td>
								<td class="eventful">
										<a href=https://www.alignedmodernhealth.com/events/brain-fog-diet-lifestyle-affect-focus-memory-webinar/ title="Brain Fog: How Diet &#038; Lifestyle Affect Focus &#038; Memory &#8211; WEBINAR">26</a>
					<ul>
						<li><a href=https://www.alignedmodernhealth.com/events/brain-fog-diet-lifestyle-affect-focus-memory-webinar/>Brain Fog: How Diet &amp; Lifestyle Affect Focus &amp; Memory - WEBINAR</a> - 12:00 pm - 1:00 pm</li>											</ul>
									</td>
								<td class="eventless">
										27									</td>
								<td class="eventless">
										28									</td>
								<td class="eventless">
										29									</td>
								<td class="eventless">
										30									</td>
						</tr>
	</tbody>
</table></div></p>
</div>
</div>		</div><!-- .entry-content -->
	</article><!-- #post -->
				</div><!-- #content -->
	</div>
	</div>
<noscript><img height='1' width='1' style='display: none;' src='https://www.facebook.com/tr?id=902659543151368&ev=PageView&noscript=1&cd[domain]=www.alignedmodernhealth.com' alt='facebook_pixel'></noscript>
		<script type="text/javascript">
		/* <![CDATA[ */
		var pys_edd_ajax_events = [];
		/* ]]> */
		</script>

		<script data-cfasync="false" type="text/javascript">
var addthis_config = {"data_track_clickback":true,"ui_atversion":300,"ignore_server_config":true};
var addthis_share = {};
</script>
                <!-- AddThis Settings Begin -->
                <script data-cfasync="false" type="text/javascript">
                    var addthis_product = "wpp-5.3.4";
                    var wp_product_version = "wpp-5.3.4";
                    var wp_blog_version = "4.7.2";
                    var addthis_plugin_info = {"info_status":"enabled","cms_name":"WordPress","plugin_name":"Share Buttons by AddThis","plugin_version":"5.3.4","anonymous_profile_id":"wp-2c323b8b8f13d7a0b40a21797364fa2d","plugin_mode":"WordPress","select_prefs":{"addthis_per_post_enabled":true,"addthis_above_enabled":true,"addthis_below_enabled":true,"addthis_sidebar_enabled":false,"addthis_mobile_toolbar_enabled":false,"addthis_above_showon_home":false,"addthis_below_showon_home":false,"addthis_above_showon_pages":false,"addthis_below_showon_pages":false,"addthis_above_showon_categories":true,"addthis_below_showon_categories":true,"addthis_above_showon_archives":false,"addthis_below_showon_archives":false,"addthis_above_showon_posts":true,"addthis_above_showon_excerpts":true,"addthis_below_showon_posts":true,"addthis_below_showon_excerpts":true,"addthis_sidebar_showon_home":true,"addthis_sidebar_showon_posts":true,"addthis_sidebar_showon_pages":true,"addthis_sidebar_showon_archives":true,"addthis_sidebar_showon_categories":true,"addthis_mobile_toolbar_showon_home":true,"addthis_mobile_toolbar_showon_posts":true,"addthis_mobile_toolbar_showon_pages":true,"addthis_mobile_toolbar_showon_archives":true,"addthis_mobile_toolbar_showon_categories":true,"sharing_enabled_on_post_via_metabox":true},"page_info":{"template":"pages","post_type":""}};
                    if (typeof(addthis_config) == "undefined") {
                        var addthis_config = {"data_track_clickback":true,"ui_atversion":300,"ignore_server_config":true};
                    }
                    if (typeof(addthis_share) == "undefined") {
                        var addthis_share = {};
                    }
                    if (typeof(addthis_layers) == "undefined") {
                        var addthis_layers = {};
                    }
                </script>
                <script
                    data-cfasync="false"
                    type="text/javascript"
                    src="//s7.addthis.com/js/300/addthis_widget.js#pubid=wp-2c323b8b8f13d7a0b40a21797364fa2d "
                    async="async"
                >
                </script>
                <script data-cfasync="false" type="text/javascript">
                    (function() {
                        var at_interval = setInterval(function () {
                            if(window.addthis) {
                                clearInterval(at_interval);
                                addthis.layers(addthis_layers);
                            }
                        },1000)
                    }());
                </script>
                <link rel='stylesheet' id='addthis_output-css'  href='https://www.alignedmodernhealth.com/wp-content/plugins/addthis/css/output.css?ver=db482ff7aae2c93d3249793ce4135a8d' type='text/css' media='all' />
<script type='text/javascript'>
/* <![CDATA[ */
var _wpcf7 = {"recaptcha":{"messages":{"empty":"Please verify that you are not a robot."}}};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.alignedmodernhealth.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=4.6.1'></script>
<script type='text/javascript' src='https://www.alignedmodernhealth.com/wp-content/plugins/contact-form-7-datepicker/js/jquery-ui-timepicker/jquery-ui-timepicker-addon.min.js?ver=db482ff7aae2c93d3249793ce4135a8d'></script>
<script type='text/javascript' src='https://www.alignedmodernhealth.com/wp-includes/js/jquery/ui/slider.min.js?ver=1.11.4'></script>
<script type='text/javascript' src='https://www.alignedmodernhealth.com/wp-content/plugins/contact-form-7-datepicker/js/jquery-ui-sliderAccess.js?ver=db482ff7aae2c93d3249793ce4135a8d'></script>
<script type='text/javascript' src='https://www.alignedmodernhealth.com/wp-content/themes/amh/js/navigation.js?ver=1.0'></script>
<script type='text/javascript' src='https://www.alignedmodernhealth.com/wp-includes/js/wp-embed.min.js?ver=db482ff7aae2c93d3249793ce4135a8d'></script>
<!--wp_footer--><div class="footer-pattern-row">
    <footer id="colophon" class="row" role="contentinfo">
        <div class="large-12 columns">
            <div class="row">
                <div class="large-12 columns">
                    <h2>Connect With Us</h2>
                    <ul class="social row">
                        <li><a target="_blank" href="https://www.facebook.com/alignedmodernhealth"><img src="https://www.alignedmodernhealth.com/wp-content/themes/amh/images/facebook-icon.jpg" alt="Facebook" /></a></li>
                        <li><a target="_blank" href="https://twitter.com/alignedmodern"><img src="https://www.alignedmodernhealth.com/wp-content/themes/amh/images/twitter-icon.jpg" alt="Twitter" /></a></li>
                        <li><a target="_blank" href="https://plus.google.com/u/0/108800727295201546702/about"><img src="https://www.alignedmodernhealth.com/wp-content/themes/amh/images/google-icon.jpg" alt="Google+" /></a></li>
                        <li><a target="_blank" href="http://www.yelp.com/search?find_desc=aligned+modern+health&amp;find_loc=Chicago%2C+IL&amp;ns=1&amp;ls=01b3befd8a42d388;"><img src="https://www.alignedmodernhealth.com/wp-content/themes/amh/images/yelp-icon.jpg" alt="Yelp" /></a></li>
                        <li><a target="_blank" href="https://foursquare.com/v/aligned-modern-health/4d1d5f0370ca60fccbd52a5e"><img src="https://www.alignedmodernhealth.com/wp-content/themes/amh/images/checkmark-icon.jpg" alt="" /></a></li>
                        <li><a target="_blank" href="http://instagram.com/alignedmodernhealth"><img src="https://www.alignedmodernhealth.com/wp-content/themes/amh/images/instagram-icon.png" alt="Instagram" /></a></li>
                        <li><a target="_blank" href="http://www.pinterest.com/AlignedModern"><img src="https://www.alignedmodernhealth.com/wp-content/themes/amh/images/pinterest-icon.png" alt="Pinterest" /></a></li>
                    </ul>
                </div>
            </div>
            <div class="row">
                <div class="large-12 columns">
                    <div class="footer-nav">
                        <div class="menu-footer-menu-container"><ul id="menu-footer-menu" class="menu"><li id="menu-item-13586" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-13586"><a href="https://www.alignedmodernhealth.com/locations/">Aligned Modern Health Locations</a>
<ul class="sub-menu">
	<li id="menu-item-14811" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-14811"><a href="/locations/elmhurst/">Elmhurst &#8211; NOW OPEN</a></li>
	<li id="menu-item-14810" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-14810"><a href="/locations/evanston/">Evanston – NOW OPEN</a></li>
	<li id="menu-item-14448" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-14448"><a href="https://www.alignedmodernhealth.com/locations/">Andersonville &#8211; NOW OPEN</a></li>
	<li id="menu-item-13159" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13159"><a href="/locations/deerfield/">Deerfield</a></li>
	<li id="menu-item-4272" class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-4272"><a href="https://www.alignedmodernhealth.com/locations/lincoln-park/">Lincoln Park at Diversey</a></li>
	<li id="menu-item-14700" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-14700"><a href="http://locations/mt-prospect/">Mt. Prospect &#8211; NOW OPEN</a></li>
	<li id="menu-item-12737" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12737"><a href="/locations/jackson/">The Loop (Jackson)</a></li>
	<li id="menu-item-119" class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-119"><a href="https://www.alignedmodernhealth.com/locations/lincoln-square/">Lincoln Square</a></li>
	<li id="menu-item-12573" class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-12573"><a href="https://www.alignedmodernhealth.com/locations/park-ridge/">Park Ridge</a></li>
	<li id="menu-item-11327" class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-11327"><a href="https://www.alignedmodernhealth.com/locations/river-north/">River North</a></li>
	<li id="menu-item-11326" class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-11326"><a href="https://www.alignedmodernhealth.com/locations/south-loop/">South Loop</a></li>
	<li id="menu-item-118" class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-118"><a href="https://www.alignedmodernhealth.com/locations/southport/">Southport</a></li>
	<li id="menu-item-4338" class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-4338"><a href="https://www.alignedmodernhealth.com/locations/streeterville/">Streeterville</a></li>
	<li id="menu-item-7297" class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-7297"><a href="https://www.alignedmodernhealth.com/locations/west-loop/">West Loop</a></li>
	<li id="menu-item-11309" class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-11309"><a href="https://www.alignedmodernhealth.com/locations/wickerpark/">Wicker Park</a></li>
</ul>
</li>
<li id="menu-item-11585" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11585"><a href="https://www.alignedmodernhealth.com/our-blog/">Our Blog</a></li>
<li id="menu-item-110" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-110"><a href="https://www.alignedmodernhealth.com/services/">Services</a>
<ul class="sub-menu">
	<li id="menu-item-9448" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9448"><a href="https://www.alignedmodernhealth.com/services/acupuncture/">Acupuncture</a></li>
	<li id="menu-item-12282" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12282"><a href="https://www.alignedmodernhealth.com/services/chiropractic-care/">Chiropractic Care</a></li>
	<li id="menu-item-9460" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9460"><a href="https://www.alignedmodernhealth.com/services/functional-nutrition/">Functional Medicine and Clinical Nutrition</a></li>
	<li id="menu-item-115" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-115"><a href="https://www.alignedmodernhealth.com/services/physical-rehabilitation/">Physical Rehabilitation</a></li>
	<li id="menu-item-12283" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12283"><a href="https://www.alignedmodernhealth.com/services/massage-therapy/">Therapeutic Massage</a></li>
	<li id="menu-item-13186" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13186"><a href="https://www.alignedmodernhealth.com/conditions/female-infertility/">Female Infertility</a></li>
</ul>
</li>
<li id="menu-item-97" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-97"><a href="https://www.alignedmodernhealth.com/live-better/">About</a>
<ul class="sub-menu">
	<li id="menu-item-12993" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12993"><a href="https://www.alignedmodernhealth.com/conditions/">Conditions</a></li>
	<li id="menu-item-170" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-170"><a href="https://www.alignedmodernhealth.com/live-better/patient-resources/">Patient Resources</a></li>
	<li id="menu-item-328" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-328"><a href="https://www.alignedmodernhealth.com/live-better/partners/">Partners</a></li>
	<li id="menu-item-103" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-103"><a href="https://www.alignedmodernhealth.com/live-better/newsletter-signup/">Newsletter Signup</a></li>
	<li id="menu-item-7545" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7545"><a target="_blank" href="https://www.healthwavehq.com/welcome/alignedmodernhealth">Purchase Products</a></li>
	<li id="menu-item-94" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-94"><a href="https://www.alignedmodernhealth.com/about-us/careers/">Careers</a></li>
	<li id="menu-item-95" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-95"><a href="https://www.alignedmodernhealth.com/about-us/testimonials/">Testimonials</a></li>
</ul>
</li>
<li id="menu-item-440" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-433 current_page_item menu-item-440"><a href="https://www.alignedmodernhealth.com/events/">Classes &#038; Events</a></li>
<li id="menu-item-105" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-105"><a href="https://www.alignedmodernhealth.com/people/">People</a>
<ul class="sub-menu">
	<li id="menu-item-492" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-492"><a href="https://www.alignedmodernhealth.com/people/chiropractic-physicians/">Chiropractic Physicians</a></li>
	<li id="menu-item-490" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-490"><a href="https://www.alignedmodernhealth.com/people/therapists/">Massage Therapists</a></li>
	<li id="menu-item-4471" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4471"><a href="https://www.alignedmodernhealth.com/people/acupuncturists/">Acupuncturists</a></li>
	<li id="menu-item-491" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-491"><a href="https://www.alignedmodernhealth.com/people/functional-medicine-and-clinical-nutrition/">Functional Medicine &#038; Clinical Nutrition</a></li>
	<li id="menu-item-493" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-493"><a href="https://www.alignedmodernhealth.com/people/clinic-managers/">Clinic Managers</a></li>
</ul>
</li>
</ul></div>                    </div>
                    <div class="footer-utility">
                        <p>Aligned Modern Health Copyright &copy; 2019</p>
                        <p><a rel="nofollow" href="/privacy-policy">PRIVACY POLICY</a>&nbsp;|&nbsp;<a rel="nofollow" href="/terms">TERMS</a>&nbsp;|&nbsp;<a href="/wp-content/uploads/Notice_of_Privacy_Practices_eff_Feb_1_2016.pdf" target="_blank">NOTICE OF PRIVACY PRACTICES</a>&nbsp;|&nbsp;<a href="/site-map">SITE MAP</a></p>

                        			<div style="margin-bottom:30px">
				<div class="schema">
					<a href="https://www.alignedmodernhealth.com/locations/wheaton"><span style="color: #2F2F2F">Wheaton</span>
					<span>75 Danada Square East</span>
					<span>Wheaton</span>
					<span>IL</span>
					<span>60189</span></a>
				</div>
			</div>
					<div style="margin-bottom:30px">
				<div class="schema">
					<a href="https://www.alignedmodernhealth.com/locations/vernon-hills"><span style="color: #2F2F2F">Vernon Hills</span>
					<span>925 N. Milwaukee, Suite 300 @ Mellody Farm</span>
					<span>Vernon Hills</span>
					<span>IL</span>
					<span>60061</span></a>
				</div>
			</div>
					<div style="margin-bottom:30px">
				<div class="schema">
					<a href="https://www.alignedmodernhealth.com/locations/evanston/"><span style="color: #2F2F2F">Evanston</span>
					<span>910 Davis Street</span>
					<span>Evanston</span>
					<span>IL</span>
					<span>60201</span></a>
				</div>
			</div>
					<div style="margin-bottom:30px">
				<div class="schema">
					<a href="https://www.alignedmodernhealth.com/locations/elmhurst/"><span style="color: #2F2F2F">Elmhurst</span>
					<span>134 N York St</span>
					<span>Elmhurst</span>
					<span>IL</span>
					<span>60126</span></a>
				</div>
			</div>
					<div style="margin-bottom:30px">
				<div class="schema">
					<a href="https://www.alignedmodernhealth.com/locations/mt-prospect/"><span style="color: #2F2F2F">Mt. Prospect</span>
					<span>1105 N. Elmhurst Road</span>
					<span>Mt. Prospect</span>
					<span>IL</span>
					<span>60056</span></a>
				</div>
			</div>
					<div style="margin-bottom:30px">
				<div class="schema">
					<a href="https://www.alignedmodernhealth.com/locations/andersonville/"><span style="color: #2F2F2F">Andersonville</span>
					<span>5348 N. Clark Street</span>
					<span>Chicago</span>
					<span>Illinois</span>
					<span>60640</span></a>
				</div>
			</div>
					<div style="margin-bottom:30px">
				<div class="schema">
					<a href="https://www.alignedmodernhealth.com/locations/jackson/"><span style="color: #2F2F2F">The Loop (Jackson)</span>
					<span>216 West Jackson Blvd</span>
					<span>Chicago</span>
					<span>IL</span>
					<span>60606</span></a>
				</div>
			</div>
					<div style="margin-bottom:30px">
				<div class="schema">
					<a href="https://www.alignedmodernhealth.com/locations/lincoln-park/"><span style="color: #2F2F2F">Lincoln Park at Diversey</span>
					<span>560 W Diversey Pkwy</span>
					<span>Chicago</span>
					<span>IL</span>
					<span>60614</span></a>
				</div>
			</div>
					<div style="margin-bottom:30px">
				<div class="schema">
					<a href="https://www.alignedmodernhealth.com/locations/lincoln-square/"><span style="color: #2F2F2F">Lincoln Square</span>
					<span>4555 North Lincoln Avenue</span>
					<span>Chicago</span>
					<span>IL</span>
					<span>60625</span></a>
				</div>
			</div>
					<div style="margin-bottom:30px">
				<div class="schema">
					<a href="https://www.alignedmodernhealth.com/locations/park-ridge/"><span style="color: #2F2F2F">Park Ridge</span>
					<span>40 N. NORTHWEST HWY</span>
					<span>PARK RIDGE</span>
					<span>IL</span>
					<span>60068</span></a>
				</div>
			</div>
					<div style="margin-bottom:30px">
				<div class="schema">
					<a href="https://www.alignedmodernhealth.com/locations/river-north/"><span style="color: #2F2F2F">River North</span>
					<span>215 W Superior St</span>
					<span>Chicago</span>
					<span>IL</span>
					<span>60654</span></a>
				</div>
			</div>
					<div style="margin-bottom:30px">
				<div class="schema">
					<a href="https://www.alignedmodernhealth.com/locations/south-loop/"><span style="color: #2F2F2F">South Loop</span>
					<span>1335 South Michigan Ave.</span>
					<span>Chicago</span>
					<span>IL</span>
					<span>60605</span></a>
				</div>
			</div>
					<div style="margin-bottom:30px">
				<div class="schema">
					<a href="https://www.alignedmodernhealth.com/locations/southport/"><span style="color: #2F2F2F">Southport</span>
					<span>3514 N. Southport Ave.</span>
					<span>Chicago</span>
					<span>IL</span>
					<span>60657</span></a>
				</div>
			</div>
					<div style="margin-bottom:30px">
				<div class="schema">
					<a href="https://www.alignedmodernhealth.com/locations/streeterville/"><span style="color: #2F2F2F">Streeterville</span>
					<span>338 East Ohio St.</span>
					<span>Chicago</span>
					<span>IL</span>
					<span>60611</span></a>
				</div>
			</div>
					<div style="margin-bottom:30px">
				<div class="schema">
					<a href="https://www.alignedmodernhealth.com/locations/west-loop/"><span style="color: #2F2F2F">West Loop</span>
					<span>118 South Clinton Street</span>
					<span>Chicago</span>
					<span>Illinois</span>
					<span>60661</span></a>
				</div>
			</div>
		                    </div>
                </div>
            </div>
        </div>
    </footer><!-- #colophon -->
</div><!-- #page -->
</div>
</div>
<script>
    document.write('<script src=' +
    ('__proto__' in {} ? 'https://www.alignedmodernhealth.com/wp-content/themes/amh/js/vendor/zepto' : 'https://www.alignedmodernhealth.com/wp-content/themes/amh/js/vendor/jquery') +
    '.js><\/script>')
</script>
<script src="https://www.alignedmodernhealth.com/wp-content/themes/amh/js/foundation/foundation.js"></script>
<script src="https://www.alignedmodernhealth.com/wp-content/themes/amh/js/foundation/foundation.orbit.js"></script>
<script type="text/javascript">jQuery(document).foundation();</script>
<script src="https://www.alignedmodernhealth.com/wp-content/themes/amh/js/swiper.js"></script>
<script src="https://www.alignedmodernhealth.com/wp-content/themes/amh/js/sticky-kit.min.js"></script>
<script src="https://www.alignedmodernhealth.com/wp-content/themes/amh/js/functions.js"></script>




<!-- start number replacer -->
<script type="text/javascript"><!--
vs_account_id      = "CtjSZVHkWyQScwAn";
//--></script>
<script type="text/javascript" src="https://calltracking.digitalthirdcoast.net/euinc/number-changer.js">
</script>
<!-- end ad widget -->


<!-- begin SnapEngage code -->
<script type="text/javascript">
(function() {
var se = document.createElement('script'); se.type = 'text/javascript'; se.async = true;
se.src = '//storage.googleapis.com/code.snapengage.com/js/f0d981d8-738b-490e-8001-48c9de7e8675.js';
var done = false;
se.onload = se.onreadystatechange = function() {
if (!done&&(!this.readyState||this.readyState==='loaded'||this.readyState==='complete')) {
done = true;
/* Place your SnapEngage JS API code below */
/* SnapEngage.allowChatSound(true); Example JS API: Enable sounds for Visitors. */
}
};
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(se, s);
})();
</script>
<!-- end SnapEngage code -->


<!-- Google Code for Remarketing Tag -->
<!--------------------------------------------------
Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. See more information and instructions on how to setup the tag on: http://google.com/ads/remarketingsetup
--------------------------------------------------->
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 979412364;
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;
/* ]]> */
</script>
<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/979412364/?value=0&amp;guid=ON&amp;script=0"/>
</div>
</noscript>
<!-- end -->

<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/json2/20121008/json2.min.js"></script>
<script type="text/javascript" src="https://c44ed9b5ebea0e0739c3-dcbf3c0901f34702b963a7ca35c5bc1c.ssl.cf2.rackcdn.com/mongoose.fp.js"></script>

<!-- PLACE MONGOOSE CODE BETWEEN HERE -->


<!-- Begin Mongoose Metrics Tracking Code -->
<script type="text/javascript">
var mm_c = 'DE5E79E9541A05AC3B0EFD0E61F24A45';
var mm_protocol = (("https:" == document.location.protocol) ? "https://" : "http://");
document.write(unescape("%3Cscript src='" + mm_protocol + "www.mongoosemetrics.com/jsfiles/js-correlation/mm-getvar.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
/* Custom Parameters */
/* MANDATORY default_number Setup Parameter DO NOT REMOVE */
var default_number=''; /* 10 Digits Only i.e. 8881234567 */

/* Custom Parameters */
enable_mm_directories();

</script>
<script type="text/javascript">
document.write(unescape("%3Cscript src='" + mm_protocol + "www.mongoosemetrics.com/jsfiles/js-correlation/mm-control.php%3F" + mm_variables + "' type='text/javascript'%3E%3C/script%3E"));
</script>
<!-- End Mongoose Metrics Tracking Code -->


<!-- AND HERE. END MONGOOSE CODE -->
<script type="text/javascript">
    pnClientId='1034_4hlfjqbwd668sk4wgsc8k4oggk8swkw48oc88s8g4s0gcs0csc';
    pnClientSecret = '1h60pp076n6s4004s4goko44k0wgss4k888oo08s0cc0g8wcg4';
</script>
<script src="https://c44ed9b5ebea0e0739c3-dcbf3c0901f34702b963a7ca35c5bc1c.ssl.cf2.rackcdn.com/loader.js" type="text/javascript"></script>
<style>
	.ui-datepicker {
		z-index: 999 !important;
	}
</style>

<!-- test -->
</body>
</html>