Path

<div class="path">
    <div class="path_header">
        <div class="fs-row">
            <div class="fs-cell fs-lg-8 fs-lg-justify-center">
                <div class="path_header_inner">
                    <h2 class="path_title">Find Your Path</h2>
                </div>
            </div>
        </div>
    </div>
    <div class="path_body">
        <div class="fs-row">
            <div class="fs-cell">
                <ul class="path_items" aria-label="Find Your Path">
                    <li class="path_item">
                        <figure class="path_item_figure">
                            <a class="path_item_figure_link" href="page-news-detail.html" aria-label="Read more about Undergraduate Programs" tabindex="-1">

                                <img class="news_item_image" srcset="https://images.fastspot.com/methodist-university/740x416/1 740w, https://images.fastspot.com/methodist-university/500x282/1 500w, https://images.fastspot.com/methodist-university/300x169/1 300w" src="https://images.fastspot.com/methodist-university/300x169/1" alt="" loading="lazy" width="300" height="169">
                            </a>
                        </figure>
                        <div class="path_item_wrapper">
                            <div class="path_item_header">
                                <h2 class="path_item_title">

                                    <a href="page-news-detail.html" class="path_item_title_link">
                                        <span class="path_item_title_link_inner">
                                            <span class="path_item_title_link_label">Undergraduate Programs</span>
                                            <span class="path_item_title_link_icon" aria-hidden="true">

                                                <svg class="icon icon_chevron_right">
                                                    <use href="/images/icons.svg#chevron_right" />
                                                </svg>

                                            </span>
                                        </span>
                                    </a>
                                </h2>
                            </div>
                        </div>
                    </li>
                    <li class="path_item">
                        <figure class="path_item_figure">
                            <a class="path_item_figure_link" href="page-news-detail.html" aria-label="Read more about Undergraduate Programs" tabindex="-1">

                                <img class="news_item_image" srcset="https://images.fastspot.com/methodist-university/740x416/2 740w, https://images.fastspot.com/methodist-university/500x282/2 500w, https://images.fastspot.com/methodist-university/300x169/2 300w" src="https://images.fastspot.com/methodist-university/300x169/2" alt="" loading="lazy" width="300" height="169">
                            </a>
                        </figure>
                        <div class="path_item_wrapper">
                            <div class="path_item_header">
                                <h2 class="path_item_title">

                                    <a href="page-news-detail.html" class="path_item_title_link">
                                        <span class="path_item_title_link_inner">
                                            <span class="path_item_title_link_label">Undergraduate Programs</span>
                                            <span class="path_item_title_link_icon" aria-hidden="true">

                                                <svg class="icon icon_chevron_right">
                                                    <use href="/images/icons.svg#chevron_right" />
                                                </svg>

                                            </span>
                                        </span>
                                    </a>
                                </h2>
                            </div>
                        </div>
                    </li>
                    <li class="path_item">
                        <figure class="path_item_figure">
                            <a class="path_item_figure_link" href="page-news-detail.html" aria-label="Read more about Online Programs" tabindex="-1">

                                <img class="news_item_image" srcset="https://images.fastspot.com/methodist-university/740x416/3 740w, https://images.fastspot.com/methodist-university/500x282/3 500w, https://images.fastspot.com/methodist-university/300x169/3 300w" src="https://images.fastspot.com/methodist-university/300x169/3" alt="" loading="lazy" width="300" height="169">
                            </a>
                        </figure>
                        <div class="path_item_wrapper">
                            <div class="path_item_header">
                                <h2 class="path_item_title">

                                    <a href="page-news-detail.html" class="path_item_title_link">
                                        <span class="path_item_title_link_inner">
                                            <span class="path_item_title_link_label">Online Programs</span>
                                            <span class="path_item_title_link_icon" aria-hidden="true">

                                                <svg class="icon icon_chevron_right">
                                                    <use href="/images/icons.svg#chevron_right" />
                                                </svg>

                                            </span>
                                        </span>
                                    </a>
                                </h2>
                            </div>
                        </div>
                    </li>
                    <li class="path_item">
                        <figure class="path_item_figure">
                            <a class="path_item_figure_link" href="page-news-detail.html" aria-label="Read more about Military" tabindex="-1">

                                <img class="news_item_image" srcset="https://images.fastspot.com/methodist-university/740x416/4 740w, https://images.fastspot.com/methodist-university/500x282/4 500w, https://images.fastspot.com/methodist-university/300x169/4 300w" src="https://images.fastspot.com/methodist-university/300x169/4" alt="" loading="lazy" width="300" height="169">
                            </a>
                        </figure>
                        <div class="path_item_wrapper">
                            <div class="path_item_header">
                                <h2 class="path_item_title">

                                    <a href="page-news-detail.html" class="path_item_title_link">
                                        <span class="path_item_title_link_inner">
                                            <span class="path_item_title_link_label">Military</span>
                                            <span class="path_item_title_link_icon" aria-hidden="true">

                                                <svg class="icon icon_chevron_right">
                                                    <use href="/images/icons.svg#chevron_right" />
                                                </svg>

                                            </span>
                                        </span>
                                    </a>
                                </h2>
                            </div>
                        </div>
                    </li>
                </ul>
            </div>
        </div>
    </div>
</div>
<!-- END: Related News -->
{#
	{% include '@component-related-news' with {
		title: 'Title',
		description: 'Description',
		items: [
			{
				image: '1',
				title: 'Item Title',
				description: 'Item Description'
			}
		]
	} %}
#}

<div class="path">
	<div class="path_header">
		<div class="fs-row">
			<div class="fs-cell {{ cell }}">
				<div class="path_header_inner">
					<h2 class="path_title">{{ title }}</h2>
				</div>
			</div>
		</div>
	</div>
	<div class="path_body">
		<div class="fs-row">
			<div class="fs-cell">
				<ul class="path_items" aria-label="{% if title %}{{ title }}{% else %}Related News{% endif %}">
					{% for item in items %}
						<li class="path_item">
							<figure class="path_item_figure">
								<a class="path_item_figure_link" href="{{ item.url }}" aria-label="Read more about {{ item.title }}" tabindex="-1">
									{% include '@partial-image' with {
										class: 'news_item',
										alt: '',
										image: item.image,
										loading: 'lazy',
										sources: [
											img.wide.sml,
											img.wide.xsml,
											img.wide.xxsml
										]
									} %}
								</a>
							</figure>
							<div class="path_item_wrapper">
								<div class="path_item_header">
									<h2 class="path_item_title">
										{% include '@partial-link' with {
											class: 'path_item_title',
											title: item.title,
											url: item.url,
											icon: 'chevron_right'
										} %}
									</h2>
								</div>
							</div>
						</li>
					{% endfor %}
				</ul>
			</div>
		</div>
	</div>
</div>
<!-- END: Related News -->

No notes defined.