<!-- Topic Row -->
<div class="topics">
    <div class="fs-row">
        <div class="fs-cell fs-lg-8 fs-lg-justify-center">
            <div class="topics_inner">
                <div class="topics_header">
                    <h2 class="topics_title">
                        <span class="topics_title_label">Our Mission and Vision</span>
                    </h2>
                    <div class="topics_description">
                        <p>The Johns Hopkins’ Office of Sustainability started in 2006 to address immediate action to reverse the effects of climate change. Hopkins faculty, staff, and alumni commit to advancing a culture of sustainability across the university through learning, research, and engagement opportunities.</p>
                    </div>
                </div>
                <div class="topics_body">
                    <div class="topic">
                        <div class="topic_inner">
                            <figure class="topic_figure" aria-hidden="true">

                                <img class="topic_image" srcset="https://images.fastspot.com/jhu-sustainability/740x740/1 740w, https://images.fastspot.com/jhu-sustainability/500x500/1 500w, https://images.fastspot.com/jhu-sustainability/300x300/1 300w" src="https://images.fastspot.com/jhu-sustainability/300x300/1" alt="" loading="lazy" width="300" height="300">
                            </figure>
                            <div class="topic_wrapper">
                                <div class="topic_header">
                                    <h3 class="topic_title">Our Commitments</h3>
                                </div>
                                <div class="topic_body">
                                    <div class="topic_description">
                                        <p>Our main goal is simple - to reduce environmental harm. Hopkins Sustainability focuses on efforts that significantly reduce carbon production and waste at Hopkins. </p>
                                    </div>
                                </div>
                                <div class="topic_links">
                                    <div class="topic_link_item">

                                        <a href="#" class="basic_link theme_light_alt">
                                            <span class="basic_link_inner">
                                                <span class="basic_link_label">Link Title One</span>
                                            </span>
                                        </a>
                                    </div>
                                    <div class="topic_link_item">

                                        <a href="#" class="basic_link theme_light_alt">
                                            <span class="basic_link_inner">
                                                <span class="basic_link_label">Link Title Two</span>
                                            </span>
                                        </a>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="topic">
                        <div class="topic_inner">
                            <figure class="topic_figure" aria-hidden="true">

                                <img class="topic_image" srcset="https://images.fastspot.com/jhu-sustainability/740x740/2 740w, https://images.fastspot.com/jhu-sustainability/500x500/2 500w, https://images.fastspot.com/jhu-sustainability/300x300/2 300w" src="https://images.fastspot.com/jhu-sustainability/300x300/2" alt="" loading="lazy" width="300" height="300">
                            </figure>
                            <div class="topic_wrapper">
                                <div class="topic_header">
                                    <h3 class="topic_title">Sustainability Leadership</h3>
                                </div>
                                <div class="topic_body">
                                    <div class="topic_description">
                                        <p>Hopkins sustainability leadership comprises of faculty, employees, students, and partners. Our goal is to listen to the community to advance sustainability practice at Hopkins. </p>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="topic">
                        <div class="topic_inner">
                            <div class="topic_wrapper">
                                <div class="topic_header">
                                    <h3 class="topic_title">Engage Today</h3>
                                </div>
                                <div class="topic_body">
                                    <div class="topic_description">
                                        <p>There are many ways for the Hopkins community to get involved and join efforts to meet local and global sustainability goals.</p>
                                    </div>
                                </div>
                                <div class="topic_links">
                                    <div class="topic_link_item">

                                        <a href="#" class="basic_link theme_light_alt">
                                            <span class="basic_link_inner">
                                                <span class="basic_link_label">Link Title One</span>
                                            </span>
                                        </a>
                                    </div>
                                    <div class="topic_link_item">

                                        <a href="#" class="basic_link theme_light_alt">
                                            <span class="basic_link_inner">
                                                <span class="basic_link_label">Link Title Two</span>
                                            </span>
                                        </a>
                                    </div>
                                    <div class="topic_link_item">

                                        <a href="#" class="basic_link theme_light_alt">
                                            <span class="basic_link_inner">
                                                <span class="basic_link_label">Link Title Three</span>
                                            </span>
                                        </a>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="topic">
                        <div class="topic_inner">
                            <figure class="topic_figure" aria-hidden="true">

                                <img class="topic_image" srcset="https://images.fastspot.com/jhu-sustainability/740x740/2 740w, https://images.fastspot.com/jhu-sustainability/500x500/2 500w, https://images.fastspot.com/jhu-sustainability/300x300/2 300w" src="https://images.fastspot.com/jhu-sustainability/300x300/2" alt="" loading="lazy" width="300" height="300">
                            </figure>
                            <div class="topic_wrapper">
                                <div class="topic_header">
                                    <h3 class="topic_title">Ipsum</h3>
                                </div>
                                <div class="topic_body">
                                    <div class="topic_description">
                                        <p>Praesent</p>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
<!-- END: Topic Row -->
{#
	{% include '@component-topic-row' with {
		title: 'Title',
		description: 'Description',
		items: [
			{
				title: 'Item Title',
				image: '1',
				description: 'Item Description',
				links: [
					{
						title: 'Link Title',
						url: '#',
						icon: 'caret_right'
					}
				]
			}
		]
	} %}
#}

<!-- Topic Row -->
<div class="topics">
	<div class="fs-row">
		<div class="fs-cell {{ cell }}">
			<div class="topics_inner">
				{% if title or description %}
					<div class="topics_header">
						{% if title %}
							<h2 class="topics_title">
								<span class="topics_title_label">{{ title }}</span>
							</h2>
						{% endif %}
						{% if description %}
							<div class="topics_description">
								<p>{{ description }}</p>
							</div>
						{% endif %}
					</div>
				{% endif %}
				<div class="topics_body">
					{% for item in items %}
						<div class="topic">
							<div class="topic_inner">
								{% if item.image %}
									<figure class="topic_figure" aria-hidden="true">
										{% include '@partial-image' with {
											class: 'topic',
											alt: '',
											image: item.image,
											loading: 'lazy',
											sources: [
												img.square.sml,
												img.square.xsml,
												img.square.xxsml
											]
										} %}
									</figure>
								{% endif %}
								<div class="topic_wrapper">
									<div class="topic_header">
										{% if title %}
											<h3 class="topic_title">{{ item.title }}</h3>
										{% else %}
											<h2 class="topic_title">{{ item.title }}</h2>
										{% endif %}
									</div>
									<div class="topic_body">
										<div class="topic_description">
											<p>{{ item.description }}</p>
										</div>
									</div>
									{% if item.links %}
										<div class="topic_links">
											{% for link in item.links %}
												<div class="topic_link_item">
													{% include '@partial-link' with {
														theme: 'light_alt',
														class: 'basic',
														title: link.title,
														url: link.url,
														icon: link.icon
													} %}
												</div>
											{% endfor %}
										</div>
									{% endif %}
								</div>
							</div>
						</div>
					{% endfor %}
				</div>
			</div>
		</div>
	</div>
</div>
<!-- END: Topic Row -->

No notes defined.