<?php $__env->startSection( 'title' ); ?>
@parent  | Contact Us
<?php $__env->stopSection(); ?>

<?php $__env->startSection( 'content' ); ?>
<div class="center clearfix">
	<div class="error-content">
		<h1>
			Contact Us
		</h1>
		<p>
			6995 Union Park Center #200
			<br>
			Cottonwood Heights, UT 84047
		</p>
		<p>
			Phone: (801) 649-6501
			<br>
			Toll-Free: (866) 485-5205
			<br>
			Fax: (801) 566-6659
		</p>
		<p>
			<a class="button" href="/">Browse Providers &rsaquo;</a>
		</p>
	</div>
</div>
<?php $__env->stopSection(); ?>

<?php echo $__env->make( 'layouts.master' , array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>