File: /home/reachcon/public_html/wp-content/themes/reach-connects/404.php
<?php
global $omada;
get_header(); ?>
<main class="grid-container">
<div class="grid-x grid-margin-x align-center">
<div class="cell large-6 medium-9">
<article>
<header>
<h1>404 Page Not Found</h1>
<h2>We are sorry, but the page you are looking for cannot be found.</h2>
</header>
<div class="text-center">
<p>Oops! It seems we can't find what you're looking for. Please try the navigation menu at the top of the page, or you may try searching below. Please contact us if the problem persists</p>
<?php get_search_form(); ?>
</div>
</article>
</div>
</div>
</main>
<?php get_footer(); ?>