Section

<section id="section--uniquified" class="section section-first-level" role="region" aria-labelledby="heading-section--uniquified">
    <h2 id="heading-section--uniquified" data-section-name="section--uniquified" class="navigation-text u-a11y-text" data-nav-text="Academics">Academics</h2>
    <div class="content-only-wrapper">
        <h2>Academics</h2>

        <p>Your undergraduate experience at Lehigh Business will be one of demanding academics, experiental learning, renowned instruction and personal transformation. You'll receive a top-ranked business education uniquely configured for our digitally and globally driven marketplace. Whether you choose one major or two, in business or across colleges, your opportunities to pursue your interests and build your base of knowledge are virtually unlimited.</p>
    </div>
    <div class="dl-wrapper single">
        <dl class="dl">
            <dt class="dl-term">Degree Programs</dt>
            <div class="dd-wrapper">
                <dd><a href="#">BS Business & Economcs</a></dd>
                <dd><a href="#">BS Integrated Business & Engineering (IBE)</a></dd>
                <dd><a href="#">BS Computer Science & Business (CSB)</a></dd>
            </div>
        </dl>
    </div>
    <div class="dl-wrapper ">
        <dl class="dl">
            <dt class="dl-term">Majors</dt>
            <div class="dd-wrapper">
                <dd><a href="#">Accounting</a></dd>
                <dd><a href="#">Business Information Systems</a></dd>
                <dd><a href="#">Economics</a></dd>
                <dd><a href="#">Finance</a></dd>
                <dd><a href="#">Management</a></dd>
                <dd><a href="#">Marketing</a></dd>
                <dd><a href="#">Supply Chain Management</a></dd>
            </div>
        </dl>
    </div>
    <div class="dl-wrapper ">
        <dl class="dl">
            <dt class="dl-term">Minors</dt>
            <div class="dd-wrapper">
                <dd><a href="#">Business Information Systems</a></dd>
                <dd><a href="#">Entrepreneurship</a></dd>
                <dd><a href="#">Fintech</a></dd>
                <dd><a href="#">Management</a></dd>
                <dd><a href="#">Real Estate</a></dd>
                <dd><a href="#">Supply Chain Management</a></dd>
            </div>
        </dl>
    </div>
</section>
<section id="{{ heading_id }}" class="section section-first-level" role="region" aria-labelledby="heading-{{ heading_id }}">
  <h2 id="heading-{{ heading_id }}" data-section-name="{{ heading_id }}" class="navigation-text {{ show_heading ? 'u-a11y-text' }}" data-nav-text="{{ nav_text }}">{{ heading }}</h2>
    {% block content %}
      {% include "@content_only" %}
      {% include "@academics_list" %}
    {% endblock content %}
</section>
{
  "heading": "Academics",
  "heading_id": "section--uniquified",
  "nav_text": "Academics",
  "show_heading": true,
  "content_only_section_heading": "Academics",
  "content_only_content": "Your undergraduate experience at Lehigh Business will be one of demanding academics, experiental learning, renowned instruction and personal transformation. You'll receive a top-ranked business education uniquely configured for our digitally and globally driven marketplace. Whether you choose one major or two, in business or across colleges, your opportunities to pursue your interests and build your base of knowledge are virtually unlimited.",
  "dl_items": {
    "1": {
      "dl_term": "Degree Programs",
      "defs": [
        {
          "dl_def": "BS Business & Economcs",
          "url": "#"
        },
        {
          "dl_def": "BS Integrated Business & Engineering (IBE)",
          "url": "#"
        },
        {
          "dl_def": "BS Computer Science & Business (CSB)",
          "url": "#"
        }
      ],
      "dt_class": "dl-term",
      "single_column": "single"
    },
    "2": {
      "dl_term": "Majors",
      "defs": [
        {
          "dl_def": "Accounting",
          "url": "#"
        },
        {
          "dl_def": "Business Information Systems",
          "url": "#"
        },
        {
          "dl_def": "Economics",
          "url": "#"
        },
        {
          "dl_def": "Finance",
          "url": "#"
        },
        {
          "dl_def": "Management",
          "url": "#"
        },
        {
          "dl_def": "Marketing",
          "url": "#"
        },
        {
          "dl_def": "Supply Chain Management",
          "url": "#"
        }
      ],
      "dt_class": "dl-term"
    },
    "3": {
      "dl_term": "Minors",
      "defs": [
        {
          "dl_def": "Business Information Systems",
          "url": "#"
        },
        {
          "dl_def": "Entrepreneurship",
          "url": "#"
        },
        {
          "dl_def": "Fintech",
          "url": "#"
        },
        {
          "dl_def": "Management",
          "url": "#"
        },
        {
          "dl_def": "Real Estate",
          "url": "#"
        },
        {
          "dl_def": "Supply Chain Management",
          "url": "#"
        }
      ],
      "dt_class": "dl-term"
    }
  }
}

No notes defined.