I updated the content area on the general interior pages to lineup with
the breadcrumbs. The php call for the event-template was the source of
our problem. I took out the condition for if the template wasn't used.
</div>
<div class="row">
<?php if ( get_page_template_slug( $post->ID ) !== "events-template.php" ) { ?>
- <div class="small-12 columns">
<?php } else { ?>
<div class="small-12 medium-11 large-10 small-centered columns events-content">
<?php } ?>