<!DOCTYPE html>
<html>

<head>
	<meta http-equiv="Content-type" content="text/html; charset=utf-8">
	<meta http-equiv="Cache-control" content="no-cache">
	<meta http-equiv="Pragma" content="no-cache">
	<meta http-equiv="Expires" content="0">
	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1">
	<title>Account Suspended</title>
	<style type="text/css">
		body {
			font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
			font-size: 14px;
			line-height: 1.428571429;
			background-color: #ffffff;
			color: #2F3230;
			padding: 0;
			margin: 0;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}

		p {
			overflow-wrap: break-word;
			word-wrap: break-word;
			word-break: break-all;
			word-break: break-word;
			hyphens: auto;
		}

		section {
			display: block;
			padding: 0;
			margin: 0;
		}

		.container {
			margin-left: auto;
			margin-right: auto;
			padding: 0 10px;
		}

		.additional-info {
			background-repeat: no-repeat;
			background-color: #293A4A;
			color: #FFFFFF;
		}

		.info-heading {
			font-weight: bold;
			text-align: left;
			word-break: break-all;
			width: 100%;
		}

		.status-reason {
			font-size: 200%;
			display: block;
			color: #000000;
			font-weight: 700;
			margin-top: 2rem;
			margin-bottom: 2rem;
		}

		.info-heading {
			font-size: 190%;
		}

		a#dynamicProviderLink,
		a#dynamicProviderLink:hover,
		a#dynamicProviderLink:active,
		a#dynamicProviderLink:visited {
			color: white;
		}

		.additional-info-items {
			min-height: 75vh;
			display: flex;
			align-items: center;
		}

		@media (min-width: 1000px) {
			.container {
				width: 70%;
			}

			.status-reason {
				font-size: 500%;
				margin-top: 4rem;
				margin-bottom: 4rem;
			}

			.info-heading {
				font-size: 300%;
			}

			.additional-info-items {
				min-height: 50vh;

			}
		}

	</style>
</head>

<body>
	<section class="header">
		<div class="container">
			<span class="status-reason">
				Website Offline
			</span>
		</div>
	</section>
	<section class="additional-info">
		<div class="container">
			<div class="additional-info-items">
				<div class="info-heading">
					<p>The account that this website belongs too has been suspended.</p>
					<p>If you are owner, please contact your hosting provider immediately.</p>
				</div>
			</div>
		</div>
	</section>
</body>

</html>
