</li>

		 							<?php 
            }
        }
    }
    echo '<div style="clear:both;"></div>';
    echo '</ul>';
}
?>

	 			</div>

	 			<div class="col-md-3 sidebar-content">

	 			<?php 
if (checkForOpenings()) {
    get_template_part('includes/sidebar', 'joinboard');
}
get_template_part('includes/sidebar', 'involved');
?>

	 			</div>
	 		</div>

		</div>

    </main>

<?php 
get_footer();
<div class="sidebar-box">

	<h3>Looking for <?php 
if (checkForOpenings() && is_page('board')) {
    echo 'other ';
}
?>
ways to get involved?</h3>
	<p>There are plenty of opportunities for anyone to help advance the mission of the Lyon County Republicans</p>
	<a class="red-button full-width" href="<?php 
echo site_url();
?>
/involved">Find Out How</a>

</div>