<!-- Page Feature -->
<div class="page_feature">
    <div class="page_header">
        <div class="page_header_inner">
            <div class="page_header_body">
                <div class="breadcrumb">
                    <div class="fs-row">
                        <div class="fs-cell">
                            <div class="breadcrumb_inner">

                                <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" aria-labelledby="breadcrumb_nav_title">
                                        <li class="breadcrumb_item breadcrumb_item_home">
                                            <a class="breadcrumb_pill breadcrumb_pill_link" href="page-home.html">
                                                <span class="breadcrumb_pill_inner">
                                                    <span class="breadcrumb_pill_label">Home</span>
                                                    <span class="breadcrumb_pill_icon">
                                                        <svg class="icon icon_caret_right">
                                                            <use href="/images/icons.svg#caret_right" />
                                                        </svg>
                                                    </span>
                                                </span>
                                            </a>
                                        </li>
                                        <li class="breadcrumb_item">
                                            <a class="breadcrumb_pill breadcrumb_pill_link" href="#">
                                                <span class="breadcrumb_pill_inner">
                                                    <span class="breadcrumb_pill_label">Navigation Level</span>
                                                    <span class="breadcrumb_pill_icon">
                                                        <svg class="icon icon_caret_right">
                                                            <use href="/images/icons.svg#caret_right" />
                                                        </svg>
                                                    </span>
                                                </span>
                                            </a>
                                        </li>
                                        <li class="breadcrumb_item">
                                            <a class="breadcrumb_pill breadcrumb_pill_link" href="#">
                                                <span class="breadcrumb_pill_inner">
                                                    <span class="breadcrumb_pill_label">Parent Level</span>
                                                    <span class="breadcrumb_pill_icon">
                                                        <svg class="icon icon_caret_right">
                                                            <use href="/images/icons.svg#caret_right" />
                                                        </svg>
                                                    </span>
                                                </span>
                                            </a>
                                        </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 class="page_intro">
                    <div class="fs-row">
                        <div class="fs-cell fs-lg-10 fs-xl-9">
                            <div class="page_intro_inner">
                                <h1 class="page_title" itemprop="name">Contact Us</h1>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
<!-- END: Page Feature -->

<div class="full_width_callouts">
    <div class="filter">
        <div class="filter_tabs" role="tablist" aria-label="Directory Filtering">
            <div class="fs-row">
                <div class="fs-cell">
                    <div class="filter_tabs_inner">
                        <button class="js-swap filter_tab" role="tab" data-swap-target=".filter_tabpanel_tools" data-swap-group="filter_tabs" data-swap-options='{"collapse": false}'>Filter</button>
                        <button class="js-swap filter_tab" role="tab" data-swap-target=".filter_tabpanel_search" data-swap-group="filter_tabs" data-swap-active="true" data-swap-options='{"collapse": false}'>Search</button>
                    </div>
                </div>
            </div>
        </div>
        <div class="filter_panels">
            <div class="fs-row">
                <div class="fs-cell">
                    <div class="filter_panels_inner">
                        <div class="filter_tabpanel filter_tabpanel_tools" role="tabpanel">
                            <form class="filter_tools" action="#" method="get">
                                <div class="filter_tool">
                                    <label class="filter_label" for="filter_tool_label_1">Filter by Degree & Certificate Type</label>
                                    <div class="filter_tool_select_wrapper">
                                        <select class="filter_tool_select" id="filter_tool_label_1">
                                            <option value="All Degrees & Certificates" selected>All Degrees & Certificates</option>
                                            <option value="Category One">Category One</option>
                                            <option value="Another Category">Another Category</option>
                                        </select>
                                        <span class="filter_tool_select_icon">
                                            <svg class="icon icon_caret_down">
                                                <use href="/images/icons.svg#caret_down" />
                                            </svg>
                                        </span>
                                    </div>
                                </div>
                                <div class="filter_tool">
                                    <label class="filter_label" for="filter_tool_label_2">Filter by Career Cluster</label>
                                    <div class="filter_tool_select_wrapper">
                                        <select class="filter_tool_select" id="filter_tool_label_2">
                                            <option value="All Career Clusters" selected>All Career Clusters</option>
                                            <option value="Category One">Category One</option>
                                            <option value="Another Category">Another Category</option>
                                        </select>
                                        <span class="filter_tool_select_icon">
                                            <svg class="icon icon_caret_down">
                                                <use href="/images/icons.svg#caret_down" />
                                            </svg>
                                        </span>
                                    </div>
                                </div>
                                <div class="filter_tool">
                                    <label class="filter_label" for="filter_tool_label_3">Filter by Modes of Study</label>
                                    <div class="filter_tool_select_wrapper">
                                        <select class="filter_tool_select" id="filter_tool_label_3">
                                            <option value="All Modes of Study" selected>All Modes of Study</option>
                                            <option value="Category One">Category One</option>
                                            <option value="Another Category">Another Category</option>
                                        </select>
                                        <span class="filter_tool_select_icon">
                                            <svg class="icon icon_caret_down">
                                                <use href="/images/icons.svg#caret_down" />
                                            </svg>
                                        </span>
                                    </div>
                                </div>
                                <div class="filter_tool">
                                    <button class="filter_tools_submit filter_tools_submit_tools" type="submit">
                                        <span class="filter_tools_submit_label">Submit</span>
                                        <span class="filter_tools_submit_icon">
                                            <svg class="icon icon_caret_right">
                                                <use href="/images/icons.svg#caret_right" />
                                            </svg>
                                        </span>
                                    </button>
                                </div>
                            </form>
                        </div>
                        <div class="filter_tabpanel filter_tabpanel_search" role="tabpanel">
                            <form class="filter_search" action="#" method="get">
                                <label class="filter_label" for="filter_search_input">Search our Majors & Programs</label>
                                <div class="filter_search_form">
                                    <div class="filter_search_input_wrapper">
                                        <input class="filter_search_input" id="filter_search_input" type="search" placeholder="Search by keyword">
                                        <span class="filter_search_input_icon">
                                            <svg class="icon icon_search">
                                                <use href="/images/icons.svg#search" />
                                            </svg>
                                        </span>
                                    </div>
                                    <button class="filter_tools_submit filter_tools_submit_search" type="submit">
                                        <span class="filter_tools_submit_label">Submit</span>
                                        <span class="filter_tools_submit_icon">
                                            <svg class="icon icon_caret_right">
                                                <use href="/images/icons.svg#caret_right" />
                                            </svg>
                                        </span>
                                    </button>
                                </div>
                            </form>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class="filter_results">
            <div class="fs-row">
                <div class="fs-cell">
                    <div class="filter_results_inner">
                        <p class="filter_results_description">
                            <span class="filter_results_label">12
                                Results for:</span>
                            <span class="filter_results_category">Information Technology</span>
                        </p>

                        <a href="page-news-listing.html" class="filter_results_reset_link">
                            <span class="filter_results_reset_link_inner">
                                <span class="filter_results_reset_link_label">Reset</span>
                                <span class="filter_results_reset_link_icon" aria-hidden="true">
                                    <span class="filter_results_reset_link_icon_inner">
                                        <span class="filter_results_reset_link_icon_space">&#xfeff;</span>

                                        <svg class="icon icon_reset">
                                            <use href="/images/icons.svg#reset" />
                                        </svg>

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

    <div class="js-accordion program_list">
        <div class="program_list_inner">
            <ul class="program_list_items" id="item_list" aria-label="">
                <li class="js-accordion-item js-program-item-1-1 program_item">
                    <div class="fs-row">
                        <div class="fs-cell">
                            <div class="program_item_inner">
                                <h2 class="program_item_heading">
                                    <button class="js-accordion-swap js-swap program_item_button" data-swap-target=".js-program-item-1-1" data-swap-group="program-group-1">
                                        <span class="program_item_heading_inner">
                                            <span class="program_item_heading_label">
                                                <span class="program_item_heading_title">
                                                    <span class="program_item_heading_title_label">Accounting</span>
                                                    <span class="program_item_heading_title_icon">
                                                        <svg class="icon icon_caret_right">
                                                            <use href="/images/icons.svg#caret_right" />
                                                        </svg>
                                                    </span>
                                                </span>
                                                <span class="program_item_heading_mode">
                                                    <span class="program_item_heading_mode_label">Learning Mode<span class="program_item_heading_mode_label_hint">:</span>
                                                    </span>
                                                    <span class="program_item_heading_mode_data_wrapper">
                                                        <span class="program_item_heading_mode_data theme_green_blue">
                                                            Transfer Program
                                                        </span>
                                                    </span>
                                                </span>
                                            </span>
                                            <span class="program_item_heading_icon"></span>
                                        </span>
                                    </button>
                                </h2>
                                <div class="js-accordion-content program_item_content" aria-label="Accounting">
                                    <div class="program_item_content_inner">
                                        <div class="program_item_content_group">
                                            <div class="program_item_description typography">
                                                <p>Accounting has long been one of Stonehill’s most popular majors and one that attracts many of the Northeast’s best students.</p>
                                            </div>
                                        </div>
                                        <div class="program_item_details">
                                            <div class="program_item_detail">
                                                <span class="program_item_detail_label">Degree & Certificate Type<span class="program_item_detail_label_hint">:</span>
                                                </span>
                                                <span class="program_item_detail_data">
                                                    <a class="program_item_detail_data_link" href="Undergraduate">
                                                        <span class="program_item_detail_data_link_label">Undergraduate</span>
                                                        <span class="program_item_detail_data_link_icon">
                                                            <svg class="icon icon_caret_right">
                                                                <use href="/images/icons.svg#caret_right" />
                                                            </svg>
                                                        </span>
                                                    </a>
                                                </span>
                                            </div>
                                            <div class="program_item_detail">
                                                <span class="program_item_detail_label">Career Cluster<span class="program_item_detail_label_hint">:</span>
                                                </span>
                                                <span class="program_item_detail_data">Business Administration</span>
                                            </div>
                                            <div class="program_item_detail">
                                                <span class="program_item_detail_label">Mode of Study<span class="program_item_detail_label_hint">:</span>
                                                </span>
                                                <span class="program_item_detail_data">
                                                    Transfer Program
                                                </span>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </li>
                <li class="js-accordion-item js-program-item-1-2 program_item">
                    <div class="fs-row">
                        <div class="fs-cell">
                            <div class="program_item_inner">
                                <h2 class="program_item_heading">
                                    <button class="js-accordion-swap js-swap program_item_button" data-swap-target=".js-program-item-1-2" data-swap-group="program-group-1">
                                        <span class="program_item_heading_inner">
                                            <span class="program_item_heading_label">
                                                <span class="program_item_heading_title">
                                                    <span class="program_item_heading_title_label">Advanced Manufacturing & Integrated Photonics Certificate</span>
                                                    <span class="program_item_heading_title_icon">
                                                        <svg class="icon icon_caret_right">
                                                            <use href="/images/icons.svg#caret_right" />
                                                        </svg>
                                                    </span>
                                                </span>
                                                <span class="program_item_heading_mode">
                                                    <span class="program_item_heading_mode_label">Learning Mode<span class="program_item_heading_mode_label_hint">:</span>
                                                    </span>
                                                    <span class="program_item_heading_mode_data_wrapper">
                                                        <span class="program_item_heading_mode_data theme_mustard">
                                                            Career Program
                                                        </span>
                                                        <span class="program_item_heading_mode_data theme_green_blue">
                                                            Transfer Program
                                                        </span>
                                                    </span>
                                                </span>
                                            </span>
                                            <span class="program_item_heading_icon"></span>
                                        </span>
                                    </button>
                                </h2>
                                <div class="js-accordion-content program_item_content" aria-label="Advanced Manufacturing & Integrated Photonics Certificate">
                                    <div class="program_item_content_inner">
                                        <div class="program_item_content_group">
                                            <div class="program_item_description typography">
                                                <p>The Certificate in Advanced Manufacturing & Integrated Photonics Program is a <a href='#'>partnership initiative</a> designed to equip participants with the skills and experience needed to thrive in this burgeoning market.</p>
                                            </div>
                                        </div>
                                        <div class="program_item_details">
                                            <div class="program_item_detail">
                                                <span class="program_item_detail_label">Career Cluster<span class="program_item_detail_label_hint">:</span>
                                                </span>
                                                <span class="program_item_detail_data">Partnership Program</span>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </li>
                <li class="js-accordion-item js-program-item-1-3 program_item">
                    <div class="fs-row">
                        <div class="fs-cell">
                            <div class="program_item_inner">
                                <h2 class="program_item_heading">
                                    <button class="js-accordion-swap js-swap program_item_button" data-swap-target=".js-program-item-1-3" data-swap-group="program-group-1">
                                        <span class="program_item_heading_inner">
                                            <span class="program_item_heading_label">
                                                <span class="program_item_heading_title">
                                                    <span class="program_item_heading_title_label">American Studies</span>
                                                    <span class="program_item_heading_title_icon">
                                                        <svg class="icon icon_caret_right">
                                                            <use href="/images/icons.svg#caret_right" />
                                                        </svg>
                                                    </span>
                                                </span>
                                                <span class="program_item_heading_mode">
                                                    <span class="program_item_heading_mode_label">Learning Mode<span class="program_item_heading_mode_label_hint">:</span>
                                                    </span>
                                                    <span class="program_item_heading_mode_data_wrapper">
                                                        <span class="program_item_heading_mode_data theme_mustard">
                                                            On Campus
                                                        </span>
                                                    </span>
                                                </span>
                                            </span>
                                            <span class="program_item_heading_icon"></span>
                                        </span>
                                    </button>
                                </h2>
                                <div class="js-accordion-content program_item_content" aria-label="American Studies">
                                    <div class="program_item_content_inner">
                                        <div class="program_item_content_group">
                                            <div class="program_item_description typography">
                                                <p>The American Studies major symbolizes Stonehill’s commitment to interdisciplinary programs that foster deeper learning by examining topics from multiple perspectives. American Studies is an interdisciplinary endeavor to better understand the American nation, its cultures and the diverse histories of its peoples and communities. This broad approach helps students develop skills in critical inquiry, communication, cultural knowledge and self-reflection that in turn engender a desire to advance social justice.</p>
                                            </div>
                                        </div>
                                        <div class="program_item_details">
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </li>
                <li class="js-accordion-item js-program-item-1-4 program_item">
                    <div class="fs-row">
                        <div class="fs-cell">
                            <div class="program_item_inner">
                                <h2 class="program_item_heading">
                                    <button class="js-accordion-swap js-swap program_item_button" data-swap-target=".js-program-item-1-4" data-swap-group="program-group-1">
                                        <span class="program_item_heading_inner">
                                            <span class="program_item_heading_label">
                                                <span class="program_item_heading_title">
                                                    <span class="program_item_heading_title_label">Anthropology</span>
                                                    <span class="program_item_heading_title_icon">
                                                        <svg class="icon icon_caret_right">
                                                            <use href="/images/icons.svg#caret_right" />
                                                        </svg>
                                                    </span>
                                                </span>
                                                <span class="program_item_heading_mode">
                                                    <span class="program_item_heading_mode_label">Learning Mode<span class="program_item_heading_mode_label_hint">:</span>
                                                    </span>
                                                    <span class="program_item_heading_mode_data_wrapper">
                                                        <span class="program_item_heading_mode_data theme_mustard">
                                                            On Campus
                                                        </span>
                                                    </span>
                                                </span>
                                            </span>
                                            <span class="program_item_heading_icon"></span>
                                        </span>
                                    </button>
                                </h2>
                                <div class="js-accordion-content program_item_content" aria-label="Anthropology">
                                    <div class="program_item_content_inner">
                                        <div class="program_item_content_group">
                                            <div class="program_item_description typography">
                                                <p>The anthropology program at Stonehill focuses on the holistic study and understanding of other cultures from an insider’s point of view and explores the diverse ways in which human beings perceive and order the social world.</p>
                                            </div>
                                        </div>
                                        <div class="program_item_details">
                                            <div class="program_item_detail">
                                                <span class="program_item_detail_label">Career Cluster<span class="program_item_detail_label_hint">:</span>
                                                </span>
                                                <span class="program_item_detail_data">Sociology & Criminology</span>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </li>
                <li class="js-accordion-item js-program-item-1-5 program_item">
                    <div class="fs-row">
                        <div class="fs-cell">
                            <div class="program_item_inner">
                                <h2 class="program_item_heading">
                                    <button class="js-accordion-swap js-swap program_item_button" data-swap-target=".js-program-item-1-5" data-swap-group="program-group-1">
                                        <span class="program_item_heading_inner">
                                            <span class="program_item_heading_label">
                                                <span class="program_item_heading_title">
                                                    <span class="program_item_heading_title_label">Arabic</span>
                                                    <span class="program_item_heading_title_icon">
                                                        <svg class="icon icon_caret_right">
                                                            <use href="/images/icons.svg#caret_right" />
                                                        </svg>
                                                    </span>
                                                </span>
                                                <span class="program_item_heading_mode">
                                                    <span class="program_item_heading_mode_label">Learning Mode<span class="program_item_heading_mode_label_hint">:</span>
                                                    </span>
                                                    <span class="program_item_heading_mode_data_wrapper">
                                                        <span class="program_item_heading_mode_data theme_mustard">
                                                            On Campus
                                                        </span>
                                                    </span>
                                                </span>
                                            </span>
                                            <span class="program_item_heading_icon"></span>
                                        </span>
                                    </button>
                                </h2>
                                <div class="js-accordion-content program_item_content" aria-label="Arabic">
                                    <div class="program_item_content_inner">
                                        <div class="program_item_content_group">
                                            <div class="program_item_description typography">
                                                <p>The Arabic Minor at Stonehill introduces students to the Modern Standard Arabic language as well as integrates aspects of Arabic history, culture, and contemporary events and issues. Minor can be combined with any number of majors, giving students a competitive advantage and unique set of skills. Minors are encouraged to study abroad, expanding their global knowledge and leadership. The study of languages, literatures and cultures is a cornerstone of the liberal arts education</p>
                                            </div>
                                        </div>
                                        <div class="program_item_details">
                                            <div class="program_item_detail">
                                                <span class="program_item_detail_label">Career Cluster<span class="program_item_detail_label_hint">:</span>
                                                </span>
                                                <span class="program_item_detail_data">Languages, Literatures & Cultures</span>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </li>
                <li class="js-accordion-item js-program-item-1-6 program_item">
                    <div class="fs-row">
                        <div class="fs-cell">
                            <div class="program_item_inner">
                                <h2 class="program_item_heading">
                                    <button class="js-accordion-swap js-swap program_item_button" data-swap-target=".js-program-item-1-6" data-swap-group="program-group-1">
                                        <span class="program_item_heading_inner">
                                            <span class="program_item_heading_label">
                                                <span class="program_item_heading_title">
                                                    <span class="program_item_heading_title_label">Asian Studies</span>
                                                    <span class="program_item_heading_title_icon">
                                                        <svg class="icon icon_caret_right">
                                                            <use href="/images/icons.svg#caret_right" />
                                                        </svg>
                                                    </span>
                                                </span>
                                                <span class="program_item_heading_mode">
                                                    <span class="program_item_heading_mode_label">Learning Mode<span class="program_item_heading_mode_label_hint">:</span>
                                                    </span>
                                                    <span class="program_item_heading_mode_data_wrapper">
                                                        <span class="program_item_heading_mode_data theme_mustard">
                                                            On Campus
                                                        </span>
                                                    </span>
                                                </span>
                                            </span>
                                            <span class="program_item_heading_icon"></span>
                                        </span>
                                    </button>
                                </h2>
                                <div class="js-accordion-content program_item_content" aria-label="Asian Studies">
                                    <div class="program_item_content_inner">
                                        <div class="program_item_content_group">
                                            <div class="program_item_description typography">
                                                <p>The Asian Studies Program is an interdisciplinary minor that explores the history, culture and societies of Asia – a vitally important region in the global economy and international politics.</p>
                                            </div>
                                        </div>
                                        <div class="program_item_details">
                                            <div class="program_item_detail">
                                                <span class="program_item_detail_label">Career Cluster<span class="program_item_detail_label_hint">:</span>
                                                </span>
                                                <span class="program_item_detail_data">Interdisciplinary</span>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </li>
                <li class="js-accordion-item js-program-item-1-7 program_item">
                    <div class="fs-row">
                        <div class="fs-cell">
                            <div class="program_item_inner">
                                <h2 class="program_item_heading">
                                    <button class="js-accordion-swap js-swap program_item_button" data-swap-target=".js-program-item-1-7" data-swap-group="program-group-1">
                                        <span class="program_item_heading_inner">
                                            <span class="program_item_heading_label">
                                                <span class="program_item_heading_title">
                                                    <span class="program_item_heading_title_label">Biochemistry</span>
                                                    <span class="program_item_heading_title_icon">
                                                        <svg class="icon icon_caret_right">
                                                            <use href="/images/icons.svg#caret_right" />
                                                        </svg>
                                                    </span>
                                                </span>
                                                <span class="program_item_heading_mode">
                                                    <span class="program_item_heading_mode_label">Learning Mode<span class="program_item_heading_mode_label_hint">:</span>
                                                    </span>
                                                    <span class="program_item_heading_mode_data_wrapper">
                                                        <span class="program_item_heading_mode_data theme_mustard">
                                                            On Campus
                                                        </span>
                                                    </span>
                                                </span>
                                            </span>
                                            <span class="program_item_heading_icon"></span>
                                        </span>
                                    </button>
                                </h2>
                                <div class="js-accordion-content program_item_content" aria-label="Biochemistry">
                                    <div class="program_item_content_inner">
                                        <div class="program_item_content_group">
                                            <div class="program_item_description typography">
                                                <p>Stonehill’s biochemistry program draws on the disciplines of biology and chemistry. It combines technical training and the liberal arts, resulting in superb scientists who are also well-rounded lifelong learners.</p>
                                            </div>
                                        </div>
                                        <div class="program_item_details">
                                            <div class="program_item_detail">
                                                <span class="program_item_detail_label">Career Cluster<span class="program_item_detail_label_hint">:</span>
                                                </span>
                                                <span class="program_item_detail_data">Chemistry</span>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </li>
                <li class="js-accordion-item js-program-item-1-8 program_item">
                    <div class="fs-row">
                        <div class="fs-cell">
                            <div class="program_item_inner">
                                <h2 class="program_item_heading">
                                    <button class="js-accordion-swap js-swap program_item_button" data-swap-target=".js-program-item-1-8" data-swap-group="program-group-1">
                                        <span class="program_item_heading_inner">
                                            <span class="program_item_heading_label">
                                                <span class="program_item_heading_title">
                                                    <span class="program_item_heading_title_label">Biology</span>
                                                    <span class="program_item_heading_title_icon">
                                                        <svg class="icon icon_caret_right">
                                                            <use href="/images/icons.svg#caret_right" />
                                                        </svg>
                                                    </span>
                                                </span>
                                                <span class="program_item_heading_mode">
                                                    <span class="program_item_heading_mode_label">Learning Mode<span class="program_item_heading_mode_label_hint">:</span>
                                                    </span>
                                                    <span class="program_item_heading_mode_data_wrapper">
                                                        <span class="program_item_heading_mode_data theme_mustard">
                                                            On Campus
                                                        </span>
                                                    </span>
                                                </span>
                                            </span>
                                            <span class="program_item_heading_icon"></span>
                                        </span>
                                    </button>
                                </h2>
                                <div class="js-accordion-content program_item_content" aria-label="Biology">
                                    <div class="program_item_content_inner">
                                        <div class="program_item_content_group">
                                            <div class="program_item_description typography">
                                                <p>The Stonehill Biology Program prepares students for life sciences graduate programs and professional programs in medical, allied health and environmental fields. It also prepares graduates for direct entry into the workforce.</p>
                                            </div>
                                        </div>
                                        <div class="program_item_details">
                                            <div class="program_item_detail">
                                                <span class="program_item_detail_label">Career Cluster<span class="program_item_detail_label_hint">:</span>
                                                </span>
                                                <span class="program_item_detail_data">Biology</span>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </li>
            </ul>
        </div>
    </div>
</div>
<!-- Page Feature -->
<div class="page_feature">
	{% render "@partial-page-header--no-nav" %}
</div>
<!-- END: Page Feature -->

<div class="full_width_callouts">
	{% render "@partial-filter" %}

	{% render "@partial-program-list" %}
</div>

No notes defined.