<?php 
            the_post_thumbnail($i === 1 ? 'full' : 'medium-crop');
            ?>

											<span class="image-post-link-text">
												View <span class="fa fa-arrow-right"></span>
											</span>
										</a>
									</div>
								<?php 
        }
        ?>

								<div class="profile-excerpt">
									<?php 
        jc_custom_exerpt(20);
        ?>
								</div>
							</div>

						<?php 
    }
    ?>
						<?php 
    wp_reset_postdata();
    ?>
					</div>
				<?php 
} else {
    ?>
					No Profiles
');">
			<h1 class="spotlight-title">
				<a href="<?php 
        the_permalink();
        ?>
">
					<?php 
        the_title();
        ?>
				</a>
			</h1>

			<div class="spotlight-excerpt">
				<p>
					<?php 
        jc_custom_exerpt(30, '&nbsp;[...]');
        ?>
				</p>
			</div>

			<div class="spotlight-actions">
				<a href="<?php 
        the_permalink();
        ?>
" class="read-more ghost light button">
					Read More
				</a>
			</div>
		</article>
		</li>
		<?php