?>
</a></h3>
</div>
<div id="collapse<?php 
        echo $thisCollapse;
        ?>
" class="panel-collapse collapse <?php 
        echo $accIn;
        ?>
" role="tabpanel" aria-labelledby="heading<?php 
        echo $thisCollapse;
        ?>
">
<div class="panel-body"><?php 
        echo $cfc_thumb;
        the_cfc_field('accordions-meta', 'body', false, $key);
        ?>
</div>
</div>
</div>
<?php 
        $thisCollapse++;
        $accToggle = 'collapsed';
        $accIn = '';
    }
}
?>
</div>

<?php 
$current_page = get_post();
<?php 
if (function_exists('get_cfc_meta')) {
    ?>
	<div class="splash-screen" style="background:url(<?php 
    the_cfc_field('splash-meta', 'background-image');
    ?>
) center center; 
          background-size:cover;" >
		<div class="container">
			<div class="intro-message">
				<div class="splash-title"><?php 
    the_cfc_field('splash-meta', 'title');
    ?>
</div>
				<div class="splash-subtitle"><?php 
    the_cfc_field('splash-meta', 'subtitle');
    ?>
</div>
			</div>
		</div>
	</div>
<?php 
}
?>
</section>
<section class="splash-banner" >
<div class="container">
<div class="row">
<div class="col-sm-9">
<?php 
while (have_posts()) {
        the_cfc_field('splash_slideshow', 'background-image', false, $key);
        ?>
) center center; 
          background-size:cover;" class="slider-size">
		  <div class="intro-message container">
		<?php 
        if ('posts' == get_option('show_on_front')) {
            include get_home_template();
        } else {
            include get_page_template();
        }
        ?>
		<hr>
		</div>
		<div class="carousel-caption"><?php 
        the_cfc_field('splash_slideshow', 'caption', false, $key);
        ?>
</div>
		</div>
		</div>
		<?php 
        $slide_class = 'item';
        ?>
	<?php 
    }
}
?>
</div>
  <!-- Controls -->
  <a class="left carousel-control" href="#splash-carousel" role="button" data-slide="prev">
    <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>