<div class="page_header">

    <div class="page_header_content">
        <div class="page_header_inner">
            <div class="page_header_breadcrumb">
                <div class="fs-row">
                    <div class="fs-cell fs-lg-10 fs-xl-9">
                        <div class="page_header_breadcrumb_inner">
                            <div class="breadcrumb">
                                <nav class="breadcrumb_nav" aria-labelledby="breadcrumb_nav_title">
                                    <div class="breadcrumb_nav_header">
                                        <h2 class="breadcrumb_nav_title" id="breadcrumb_nav_title">You are here:</h2>
                                    </div>
                                    <ol class="breadcrumb_list multiple" aria-labelledby="breadcrumb_nav_title">
                                        <li class="breadcrumb_item breadcrumb_item_home">
                                            <a class="breadcrumb_pill breadcrumb_pill_link" href="page-home.html" aria-label="Home">
                                                <span class="breadcrumb_pill_inner">
                                                    <span class="breadcrumb_pill_icon" aria-hidden="true">
                                                        <svg class="icon icon_home">
                                                            <use href="/images/icons.svg#home" />
                                                        </svg>
                                                    </span>

                                                    <span class="breadcrumb_pill_icon_back" aria-hidden="true" aria-label="Go Back">
                                                        <svg class="icon icon_arrow_back_breadcrumbs">
                                                            <use href="/images/icons.svg#arrow_back_breadcrumbs" />
                                                        </svg>
                                                    </span>

                                                    <span class="breadcrumb_pill_label">Home</span>
                                                </span>
                                            </a>
                                            <span class="breadcrumb_divider" aria-hidden="true">
                                                <svg class="icon icon_caret_right">
                                                    <use href="/images/icons.svg#caret_right" />
                                                </svg>
                                            </span>
                                        </li>
                                        <li class="breadcrumb_item">
                                            <a class="breadcrumb_pill breadcrumb_pill_link" href="#">
                                                <span class="breadcrumb_pill_inner">
                                                    <span class="breadcrumb_pill_label">Support the Council</span>
                                                </span>
                                            </a>
                                            <span class="breadcrumb_divider" aria-hidden="true">
                                                <svg class="icon icon_caret_right">
                                                    <use href="/images/icons.svg#caret_right" />
                                                </svg>
                                            </span>
                                        </li>
                                        <li class="breadcrumb_item">
                                            <span class="breadcrumb_pill">
                                                <span class="breadcrumb_pill_inner">
                                                    <span class="breadcrumb_pill_label">Page Title</span>
                                                </span>
                                            </span>
                                        </li>
                                    </ol>
                                </nav>
                            </div>
                        </div>
                    </div>
                </div>
            </div>

            <div class="fs-row">
                <div class="fs-cell fs-lg-9 fs-xl-9">
                    <div class="page_header_wrapper">

                        <h1 class="page_title">Events</h1>

                        <div class="page_intro">We’re here to help you understand the world around you. Our in-person events in Chicago are paused for now. Stay in touch through our live stream programming.</div>
                    </div>
                </div>

                <div class="fs-cell fs-lg-3 fs-xl-3 fs-lg-align-end">
                    <div class="page_header_btn_right">

                        <a class="button theme_white  " href="#">
                            <span class="button_text">
                                View All Events
                            </span>

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

    </div>
</div>
{% render "@component-page-header" with {
	title: 'Events',
	intro: 'We’re here to help you understand the world around you. Our in-person events in Chicago are paused for now. Stay in touch through our live stream programming.',
	bg_image: '/images/video-event-landing.png',
	button_context_right: {
		text: 'View All Events',
		icon: null,
	}
} %}

No notes defined.