<!DOCTYPE html>

<html lang="en">

	<head>
	
		<meta charset="utf-8">
	    <title data-title="STAT 2.0">Temporarily Unavailable | Utah.gov</title>
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<link rel="stylesheet" href="css/styles.css">

		<!-- Global site tag (gtag.js) - Google Analytics -->
		<script async src="https://www.googletagmanager.com/gtag/js?id=G-90RR77KC05"></script>
		<script>
			window.dataLayer = window.dataLayer || [];
			function gtag(){dataLayer.push(arguments);}
			gtag('js', new Date());

			gtag('config', 'G-90RR77KC05');
		</script>
		
	</head>

	<body>
		
		<main>

			<h1 class="logo">Utah.gov</h1>

			<div class="message">
				<h2>
					<span>We're Sorry... This Service is</span>
					Temporarily Unavailable
				</h2>
				<p>This application is not currently available due to scheduled maintenance. <br> Sorry for the inconvenience.</p>

				<p>In the meantime:</p>

				<div class="links">
					<a href="https://www.utah.gov/services/" class="services">Find Services on Utah.gov</a>
					<a href="https://www.utah.gov/government/agencylist.html" class="agencies">Find a Government Agency</a>
					<a href="https://www.utah.gov/support/" class="support">Contact Customer Support</a>
				</div>

			</div>

		</main>

	</body>

</html>