<!-- Other Cypress Attorneys -->
	<li>
	<div class="flex-content">
	<h5 id="other-attorneys">Cypress' Attorneys</h5>
		<?php
		global $wp_query;
		if( empty($wp_query->post->post_parent) ) {
		$parent = $wp_query->post->ID;
		} else {
		$parent = $wp_query->post->post_parent;
		} ?>
		<?php if(wp_list_pages("title_li=&child_of=$parent&echo=0" )): ?>
		<div id="submenu">
		<ul>
		<?php wp_list_pages("title_li=&child_of=$parent&sort_column=post_date" ); ?>
		</ul>
		</div>
		<?php endif; ?>
	</div> <!-- end flex content/attorney listing -->
	</li>
