


<!DOCTYPE html>

<html>
<head>
    <meta name="viewport" content="width=device-width" />
    <title>Page Not Found</title>
    
    <link rel="stylesheet" href="/Content/ErrorPages.css" />
</head>
<body>
    <div class="error-page">
        <h1>Page Not Found</h1>

        <div class="error-container">
            <div class="error-message">
                <strong class="display-block">
                    We’re sorry, we can&#39;t find the page you&#39;re looking for.
                </strong>
                <span class="display-block spacer-small">
                    This might happen for a number of reasons:
                </span>
                <ul>
                    <li>The page was moved or no longer exists.</li>
                    <li>The website URL is incorrect. If you typed the web address directly, make sure that the spelling is correct.</li>
                </ul>
                <span class="display-block spacer-small">
                    Please contact <a href=http://www.point2.com/support target="_blank">Point2 Customer Care</a> if this issue persists.
                </span>
                <a class="btn btn-primary spacer" href="/">Go to Homepage</a>
            </div>
        </div>
    </div>
</body>
</html>
