<!-- Topic Row -->
<div class="homepage_feature">
    <div class="fs-row">
        <div class="fs-cell">
            <div class="homepage_feature_inner">
                <div class="homepage_feature_inner_content order_2">
                    <div class="homepage_feature_header">
                        <h1 class="homepage_feature_title">
                            <span class="homepage_feature_title_label">
                                Every Crash Is Preventable.
                            </span>
                            <span class="homepage_feature_highlighted_text">
                                Every life counts.
                            </span>
                        </h1>
                    </div>
                    <div class="homepage_feature_body">
                        <div class="homepage_feature_description">
                            <p>
                                Maryland is dedicated to saving lives and preventing injuries from traffic crashes.
                            </p>
                        </div>
                        <div class="homepage_feature_footer">
                            <div class="homepage_feature_link_item">
                                <span class="homepage_feature_link_button">

                                    <a href="/" class="homepage_feature_link">
                                        <span class="homepage_feature_link_inner">
                                            <span class="homepage_feature_link_label">About Us</span>
                                            <span class="homepage_feature_link_icon" aria-hidden="true">
                                                <span class="homepage_feature_link_icon_inner">
                                                    <span class="homepage_feature_link_icon_space">&#xfeff;</span>
                                                    <svg class="icon icon_arrow_right">
                                                        <use xlink:href="/images/icons.svg#arrow_right"></use>

                                                    </svg>
                                                </span>
                                            </span>
                                        </span>
                                    </a>

                                </span>

                            </div>
                        </div>
                    </div>
                </div>

                <div class="homepage_feature_media order_1">
                    <div class="homepage_feature_item no_caption">
                        <span class="homepage_feature_media_item">
                            <div class="page_header_video">
                                <iframe class="js-page-header-iframe page_header_iframe" src="//player.vimeo.com/video/306272054?autoplay=1&loop=1&muted=1" title="Page Title video" allow="fullscreen" allowfullscreen></iframe>
                                <script src="//player.vimeo.com/api/player.js"></script>
                            </div>
                        </span>
                        <figcaption class="homepage_feature_details">
                        </figcaption>
                        </figure>
                    </div>

                </div>
            </div>

        </div>
    </div>
</div>
<!-- END: Topic Row -->
<!-- Topic Row -->
<div class="homepage_feature">
	<div class="fs-row">
		<div class="fs-cell">
			<div class="homepage_feature_inner">
				<div class="homepage_feature_inner_content order_2">
					<div class="homepage_feature_header">
								<h1 class="homepage_feature_title">
									<span class="homepage_feature_title_label">
										{{ title|title }}
									</span>
									{% if highlighted_text %}
										<span class="homepage_feature_highlighted_text">
											{{ highlighted_text }}
										</span>
									{% endif %}
								</h1>
							</div>
							<div class="homepage_feature_body">
								{% if description %}
									<div class="homepage_feature_description">
										<p>
											{{ description }}
										</p>
									</div>
								{% endif %}
								<div class="homepage_feature_footer">
									<div class="homepage_feature_link_item">
									<span class="homepage_feature_link_button">
										{% render "@partial-link" with {
											class: "homepage_feature",
											title: link_title,
											url: link_url,
											icon: 'arrow_right'
										} %}
										
									</span>
									
								</div>
							</div>
						</div>
				</div>

				<div class="homepage_feature_media order_1">
					<div class="homepage_feature_item{% if caption is empty %} no_caption{% endif %}">
							<span class="homepage_feature_media_item">
							{% if video %}
								<div class="page_header_video">
										<iframe class="js-page-header-iframe page_header_iframe"
											src="//player.vimeo.com/video/{{
											video
											}}?autoplay=1&loop=1&muted=1"
											title="{{
											page.title
											}} video"
											allow="fullscreen"
											allowfullscreen></iframe>
										<script src="//player.vimeo.com/api/player.js"></script>
									</div>
								{% else %}

								{% include "@partial-image" with {
                                	class: "homepage_feature",
                                    alt: "",
                                    itemprop: "",
                                    image: image,
                                    sources: [
                                        img.wide.lrg,
                                        img.wide.med,
                                        img.wide.sml,
                                        img.wide.xsml,
                                        img.wide.xxsml
                                    ]
                                    } %}
								{% endif %}
								</span>
								<figcaption class="homepage_feature_details">
									{% if caption %}
										<p class="homepage_feature_caption">{{ caption }}</p>
									{% endif %}
								</figcaption>
						</figure>
					</div>
				
		</div>
				</div>
			
				
				
</div>
</div>
</div>
<!-- END: Topic Row -->

No notes defined.