<!doctype html>
<html>
<head>
    <meta charset="utf-8">
    <title>Site Unavailable | WestHost</title>
    <link href="//fonts.googleapis.com/css?family=Montserrat:400,600,700,800" rel="stylesheet">
	<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
	<meta name="viewport" content="width=device-width, initial-scale-1">
	<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
    <meta name="robots" content="INDEX, FOLLOW" />
    <style type="text/css">
        @charset "utf-8";
        *,*:before,*:after {
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box
        }

        .clearfix:before,.clearfix:after,header:before,header:after,section:before,section:after,footer:before,footer:after {
            content: "";
            display: table
        }

        .clearfix:after,header:after,section:after,footer:after {
            clear: both
        }

        html,body {
            font-family: 'Montserrat', sans-serif;
            font-size: 1em;
            line-height: 1.5em;
            color: #313233;
            margin: 0;
            padding: 0
        }

        header,footer,section {
            padding: 50px 0;
            text-align: center
        }

        .wrapper {
            padding: 0 30px;
            margin: 0 auto;
            max-width: 1000px;
            width: 100%
        }

        .h1 {
            font-size: 2.5em;
            font-weight: 700;
            line-height: 1.2em;
            margin: 0
        }

        h1 {
            font-size: 2em;
            font-weight: 600;
            margin: 10px auto 20px
        }

        h2 {
            font-size: 1.75em;
            font-weight: 700;
        }

        h3 {
            font-size: 1.2em
        }

        h1,nav a {
            font-weight: 600
        }

        #customer {
            font-weight: 300
        }

        ul,li {
            list-style: none;
            margin: 0;
            padding: 0
        }

        a,strong {
            font-weight: 600;
            outline: none
        }

        a,a:before,a:after,button,button:before,button:after {
            transition: all linear .15s;
            -o-transition: all linear .15s;
            -ms-transition: all linear .15s;
            -moz-transition: all linear .15s;
            -webkit-transition: all linear .15s
        }

        header {
            position: relative;
            padding: 15px 0
        }

        header h1 {
            float: right
        }

        header a.site-title {
            position: absolute;
            left: 50px;
            display: inline-block;
            width: 150px;
            height: 55px;
            background: url(../../../chi-holding-page-lib/images/westhost-logo.png) no-repeat;
            background-size: 100%;
            margin-top: 12px;
        }

        header a.title-offer {
            position: absolute;
            left: 220px;
            margin-top: .5em;
            display: inline-block;
            width: 100px;
            height: 55px;
            background: url(../../../chi-holding-page-lib/images/latest-offers-badge.svg) no-repeat;
            background-size: 100%;
        }

        #navigation {
            float: right;
            position: relative;
            max-width: 650px;
            width: 100%;
            margin-right: 50px;
        }

        nav a {
            font-size: .8em;
            font-weight: 600;
            text-decoration: none;
            color: #313233;
            float: left;
            display: inline-block;
            padding: 1.3em 1.0em;
        }

        nav a:hover {
            color: #DC4D15
        }

        #navigation .nav-toggle {
            display: none;
            padding: .5em 1em;
            vertical-align: middle;
            position: relative;
            z-index: 2;
            background: #fff
        }

        #hero {
            background: #1C57E1 url(../../../chi-holding-page-lib/images/default-hero.jpg) no-repeat 50% 50% / cover;
            padding: 70px 0 50px 0;
        }

        #hero,#customer {
            color: #fff
        }

        form {
            max-width: 840px;
            width: 100%;
            margin: 0 auto 30px
        }

        form input {
            padding: 1em;
            padding: .75em 1em;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border: none;
            border-radius: 0
        }

        form input[type=search] {
            width: 70%;
            font-size: 1em;
            line-height: 1.4em
        }

        form button {
            width: 30%;
            color: #fff;
            background: #313233;
            cursor: pointer;
            position: relative;
            overflow: hidden;
            padding: 1.55em 0;
            display: inline-block;
            border: 0;
            cursor: pointer;
            font-weight: 700;
            font-size: .7em
        }

        button:hover:before {
            opacity: 1
        }

        button:hover {
            text-shadow: 1px 1px 2px rgba(0,0,0,0.5)
        }

        #customer {
            padding: 10px 0;
            background: #444;
            font-size: 1.2em
        }

        #customer a {
            color: #fff
        }

        #content {
            background: #f5f5f5
        }

        .footer {
            padding: 20px 0 0;
            text-align: right
        }

        .item {
            background: #fff;
            float: left;
            width: 48%;
            min-height: 275px;
            padding: .8em 1.3em;
            margin-bottom: 2em;
            border: solid 1px #ddd;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-content: center;
            -ms-flex-line-pack: center;
            align-content: center
        }

        .item:nth-of-type(odd) {
            clear: left
        }

        .item:nth-of-type(even) {
            float: right
        }

        .item img {
            width: 70px;
            height: 70px;
            margin-top: 25px
        }

        .item article {
            text-align: left;
            padding-left: 1.3em
        }

        .item a {
            color: #1C57E1;
        }

        .item a:before {
            font-family: FontAwesome;
            content: "\f08e";
            padding-right: .3em
        }

        .item+h2 {
            padding-top: 1.5em;
            clear: both
        }

        footer {
            position: relative;
            background: #1F1F1F;
            color: #777
        }

        footer a {
            color: #777777;
            background: #1f1f1f;
            text-decoration: none;
            text-align: left
        }

        footer:before {
            content: "";
            width: 100%;
            height: 1px;
            background: #f5f5f5;
            position: absolute;
            top: 1px;
            left: 0
        }

        footer p {
            font-size: .8em
        }

        footer ul,footer ul li,footer p {
            margin: 0;
            padding: 0
        }

        footer ul {
            float: right
        }

        footer li,footer p {
            float: left
        }

        footer li a {
            padding: 4px 13px;
            position: relative
        }

        footer li a:hover {
            color: #fff
        }

        @media (max-width: 1024px) {
            header a.site-title {
                transform: scale(.75);
                left: 25px;
                margin-top: 10px;
            }
            header a.title-offer {
                transform: scale(.75);
                left: 160px;
            }
            #navigation {
                margin-right: 0;
            }
        }

        @media (max-width: 890px) {
            body {
                font-size:14px
            }

            #navigation .nav-toggle {
                display: table-cell
            }

            #navigation.active .nav-toggle {
                background: #eee
            }

            #navigation {
                width: auto
            }

            #navigation ul {
                display: none;
                position: absolute;
                right: 0;
                top: -webkit-calc(100% - 2px);
                top: -moz-calc(100% - 2px);
                top: calc(100% - 2px)
            }

            #navigation.active ul {
                display: inline-block;
                background: #eee
            }

            h1,h2,#hero h1,#hero h2,#hero h3 {
                font-size: 170%
            }

            nav a {
                padding: .8em 1.8em;
                display: block;
                float: none;
                white-space: nowrap
            }

            nav a:hover {
                background: #fafafa
            }

            .item {
                width: 100%;
                float: none;
                min-height: inherit;
                padding: 2.2em 1.6em
            }

            header a.site-title {
                margin-top: 2px;
            }

            header a.title-offer {
                margin-top: 0;
            }
        }

        @media (max-width: 480px) {
            form input[type=search],form button {
                width:100%;
                clear: both
            }

            .item article {
                text-align: center;
                padding: 0
            }

            .item img {
                height: 55px;
                width: 55px
            }

            .item {
                display: block;
                clear: both;
                float: none !important
            }
        }

        @media (max-width: 375px) {
            header a.site-title {
                left: 5px;
            }
            header a.title-offer {
                left: 140px;
            }
        }
    </style>
</head>

<body>
	<header>
        <a href="https://www.westhost.com/" class="site-title" rel="nofollow"></a> <!-- .site-title -->

        <a href="https://www.westhost.com/offers/" class="title-offer" rel="nofollow"></a> <!-- .title-offer -->

        <nav id="navigation" class="clearfix navigation">
            <div class="nav-toggle">
                <i class="fa fa-bars"></i> MENU
            </div> <!-- .nav-toggle -->

            <ul class="clearfix menu">
                <li><a href="https://www.westhost.com/all-services/" rel="nofollow">Services</a></li>
                <li><a href="https://www.westhost.com/domain-names/" rel="nofollow">Domains</a></li>
                <li><a href="https://www.westhost.com/website-builder/" rel="nofollow">Websites</a></li>
                <li><a href="https://www.westhost.com/web-hosting/" rel="nofollow">Web Hosting</a></li>
                <li><a href="https://www.westhost.com/email-hosting/" rel="nofollow">Email Hosting</a></li>
                <li><a href="https://www.westhost.com/dedicated-servers/" rel="nofollow">Dedicated Servers</a></li>
            </ul> <!-- .clearfix .menu -->
        </nav> <!-- #navigation .clearfix .navigation -->
    </header>

	<section id="hero">
		<div class="wrapper">
			<h1 class="h1"><span class="dyn-domain">{{domain-name}}</span> Is Unavailable</h1> <!-- .h1 -->
		</div> <!-- .wrapper -->
    </section> <!-- #hero -->

	<section id="customer">
		<div class="wrapper">
			<p>
                Domain <strong class="dyn-domain">{{domain-name}}</strong> has been suspended. If you are the account holder, <br>
                please contact the
                <a href="https://www.westhost.com/about-us/contact-us/">billing</a>
                or
                <a href="https://www.westhost.com/support/">support</a>
                departments as soon as possible.
			</p>
		</div> <!-- .wrapper -->
    </section> <!-- #customer -->

	<section id="content">
		<div class="wrapper">

			<h2>Domain Names</h2>
			<div class="item">
				<div><img src="https://www.westhost.com/chi-holding-page-lib/images/domains.jpg" alt="domain-logo"></div>
				<article>
					<h3>Domain Names</h3>
					<p>Your domain name should be top of your shopping list for your website. We’ve got hundreds of domain name extensions for you to choose from; you’ll find the perfect domain name with us.</p>
					<p><a href="https://www.westhost.com/domain-names/" rel="nofollow">Click here to view</a></p>
				</article>
            </div> <!-- .item -->
            <div class="item">
                <div>
                    <img src="https://www.westhost.com/chi-holding-page-lib/images/domain-transfers.jpg" alt="transfer-logo">
                </div>
                <article>
                    <h3>Domain Transfers</h3>
                    <p>The grass really is greener with WestHost, which is why we’ve made it easy
                        to transfer your website address or domain name to us from other companies.</p>
                    <p><a href="https://www.westhost.com/domain-names/domain-transfers/" rel="nofollow">Click here to view</a></p>
                </article>
            </div> <!-- .item -->

			<h2>Websites</h2>
			<div class="item">
				<div><img src="https://www.westhost.com/chi-holding-page-lib/images/ecommerce-websites.jpg" alt="shop-logo"></div>
				<article>
					<h3>Online Store Builder</h3>
					<p>You can create your online store in just a few clicks, building a professional website that looks great on any device. We’re so confident you’ll love it we’re giving you a trial run completely free! </p>
					<p><a href="https://www.westhost.com/ecommerce-websites/" rel="nofollow">Click here to view</a></p>
				</article>
			</div> <!-- .item -->
			<div class="item">
				<div><img src="https://www.westhost.com/chi-holding-page-lib/images/website-builder.jpg" alt="site-builder-logo"></div>
				<article>
					<h3>Website Builder</h3>
					<p>Choose from over 100 professional templates and build a beautiful site for your business in no time at all. It’ll look great on all devices. </p>
					<p><a href="https://www.westhost.com/website-builder/" rel="nofollow">Click here to view</a></p>
				</article>
			</div> <!-- .item -->

			<h2>Hosting</h2>
			<div class="item">
				<div><img src="https://www.westhost.com/chi-holding-page-lib/images/web-hosting.jpg" alt="web-hosting-logo"></div>
				<article>
					<h3>Web Hosting</h3>
					<p>Get your website up and running on the internet with a web hosting package to suit your needs at an affordable price. </p>
					<p><a href="https://www.westhost.com/web-hosting/" rel="nofollow">Click here to view</a></p>
				</article>
			</div> <!-- .item -->
			<div class="item">
				<div><img src="https://www.westhost.com/chi-holding-page-lib/images/wordpress.jpg" alt="wordpress-logo"></div>
				<article>
					<h3>WordPress Hosting</h3>
					<p>The world’s most popular CMS can be difficult to keep track of; let us take care of all your WordPress needs so you can concentrate on making your website great. </p>
					<p><a href="https://www.westhost.com/wordpress-hosting/" rel="nofollow">Click here to view</a></p>
				</article>
			</div> <!-- .item -->
			<div class="item">
				<div><img src="https://www.westhost.com/chi-holding-page-lib/images/vps.jpg" alt="vps-logo"></div>
				<article>
					<h3>SSD VPS</h3>
					<p>If your site is outgrowing shared website hosting it’s time to consider opting for a more robust hosting solution. SSD VPS is a cloud based solution built on solid state drives, which are designed for speed.</p>
					<p><a href="https://www.westhost.com/ssd-vps/" rel="nofollow">Click here to view</a></p>
				</article>
			</div> <!-- .item -->
			<div class="item">
				<div><img src="https://www.westhost.com/chi-holding-page-lib/images/dedicated-servers.jpg" alt="dedicated-server-logo"></div>
				<article>
					<h3>Dedicated Servers</h3>
					<p>Take full control of your hosting solution with one of our powerful dedicated servers. You’ll see all of the space and power you pay for, with no noisy neighbors!</p>
					<p><a href="https://www.westhost.com/dedicated-servers/" rel="nofollow">Click here to view</a></p>
				</article>
			</div> <!-- .item -->

			<h2>Other Services</h2>
			<div class="item">
				<div><img src="https://www.westhost.com/chi-holding-page-lib/images/sitelock.jpg" alt="sitelock-logo"></div>
				<article>
					<h3>Sitelock - Malware Detector</h3>
					<p>Over 5,000 small and large websites get attacked daily. Don't risk yours, protect your site. </p>
					<p><a href="https://www.westhost.com/web-hosting/sitelock/" rel="nofollow">Click here to view</a></p>
				</article>
			</div> <!-- .item -->
			<div class="item">
				<div><img src="https://www.westhost.com/chi-holding-page-lib/images/seo-guru.jpg" alt="seo-guru-logo"></div>
				<article>
					<h3>Website SEO Guru</h3>
					<p>Send your site to the top of Google with our simple SEO Guru. We’ll highlight the areas you need to improve on and guide you through the action you should take. </p>
					<p><a href="https://www.westhost.com/services/website-seo-guru/" rel="nofollow">Click here to view</a></p>
				</article>
			</div> <!-- .item -->
			<div class="item">
				<div><img src="https://www.westhost.com/chi-holding-page-lib/images/cloudflare.jpg" alt="cloudflare-logo"></div>
				<article>
					<h3>Cloudflare</h3>
					<p>Instantly maximize your site’s potential with CloudFlare! This powerful service speeds up your site’s performance and drastically enhances your level of security. </p>
					<p><a href="https://www.westhost.com/web-hosting/cloudflare/" rel="nofollow">Click here to view</a></p>
				</article>
			</div> <!-- .item -->

		</div> <!-- .wrapper -->
    </section> <!-- #content -->

	<footer>
		<div class="wrapper">
			<p>Hosting Services, inc. <a href="https://www.westhost.com/" rel="nofollow">WestHost</a> is part of the UK2 Group.</p>
			<ul>
				<li><a href="http://twitter.com/westhost"><i class="fa fa-twitter"></i></a></li>
				<li><a href="http://www.facebook.com/westhost"><i class="fa fa-facebook"></i></a></li>
				<li><a href="https://plus.google.com/105450505006876754368?prsrc=3"><i class="fa fa-google-plus"></i></a></li>
			</ul>
		</div> <!-- .wrapper -->
	</footer>

	<script>
        var domain = document.domain;
        var domainSnips = document.getElementsByClassName("dyn-domain");
        for (var i = 0; i < domainSnips.length; i++) {
            domainSnips[i].innerHTML = domain;
        }

		var mm = mm || {};
		mm.nav = (function() {
		    function mobileMenu() {
		        document.querySelector('.nav-toggle').addEventListener('click', function(e) {
		            e.preventDefault();
		            [].map.call(document.querySelectorAll('.navigation'), function(el) {
		                el.classList.toggle('active');
		            });
		        });
		    }

		    return {
		        mobileMenu: mobileMenu
		    };
		})();
		mm.nav.mobileMenu();
	</script>
</body>
</html>
<!--
     FILE ARCHIVED ON 12:55:16 Aug 28, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:04:56 Jan 12, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
-->
<!--
playback timings (ms):
  captures_list: 100.974
  exclusion.robots: 0.135
  exclusion.robots.policy: 0.123
  RedisCDXSource: 0.772
  esindex: 0.011
  LoadShardBlock: 76.583 (3)
  PetaboxLoader3.datanode: 58.08 (4)
  CDXLines.iter: 19.767 (3)
  load_resource: 68.766
  PetaboxLoader3.resolve: 42.79
-->