Accordions Last updated: 01.07.2020

Accordion 1

  • bsd-pink
  • bsd-lpink
  • bsd-purple
  • bsd-lpurple
  • bsd-red
  • msw-dblue
  • msw-lblue
  • at-red
  • at-blue
  • text
  • gray-1
  • gray-2
  • gray-3
  • gray-4
  • gray-5
  • white
  • black
  • reset

When you are finished, copy the code above and paste into WordPress for your site.

note: if you wish to have multiple accordions running on the same page, you will need to replace all instances of `acc_example_001` with another id. This will include id's such as `acc_example_001_headingOne`.

note: if you wish to change the "plus" icon, replace all instances of `fa-plus` and `fa-minus` with your desired Font Awesome icon.

Example:

If you already have a degree in a subject other than education and are thinking about becoming a teacher, alternative teacher certification could be the way to go.

There are many reasons someone may want to switch careers and enter the teaching profession. Teaching can offer a change of pace or a more structured schedule for some people; some may want to give back to the community by educating younger generations in a subject they are passionate about; others may just want their summers off!

The requirements of alternative certifications vary by state, but in general, alternative certificate programs are designed to complement the degree you've already earned with education classes related to classroom management, learning theory, and practical teaching strategies. These programs are short-cuts designed to help you get into the teaching profession as quickly as possible.

Because alternative certification programs are regulated at the state level, be sure to check your state's rules and regulations regarding alternative certifications.

The most common way to become a teacher is to earn a bachelor's degree in education. If you take this route, you can specialize in different subject matters and grade levels. Most states offer accredited teaching degrees for students across all grades, from preschool through secondary school. Be aware that if you want to teach at the post-secondary level, you will most likely need to earn a graduate degree.

Expect your bachelor's curriculum to cover the following core components: psychology, classroom management, leadership, learning styles, teaching methods, and lesson planning. Be sure you find a curriculum that covers working with administrators and parents as well as legislative updates to education and education standards in your specific state.

In addition to your coursework, you will most likely be required to complete a number of student teaching hours in order to graduate from your undergraduate program and earn your teaching license.

While some states require master's degrees in education for their teachers to become licensed, other states require teachers to obtain a master's before recertifying, typically within five years of starting their first job. A master's degree in education is also appealing for educators looking to distinguish themselves in competitive job markets, increase their salary prospects, and specialize in certain fields such as special education, teaching English as a second language, and literacy instruction. In all cases, you must already possess your bachelor's degree before gaining admission to a master's program in education.

Coursework at this level varies, but you can expect certain courses to be among those you will be offered. Foundations of education, curriculum development, educational leadership and culturally responsive practices are among the likely classes a master's student will take.

Output HTML:
                    <div class="tl-accordion">
  <div id="acc_example_001" class="accordion">
    <div class="card">
      <div id="acc_example_001_headingOne" class="card-header collapsed" data-toggle="collapse" data-target="#acc_example_001_collapseOne" aria-expanded="false">
        <span class="accordion-title">Alternative Certification</span>
        <i class="fas fa-plus accordion-open"></i>
        <i class="fas fa-minus accordion-close"></i>
      </div>
      <div id="acc_example_001_collapseOne" class="collapse" aria-labelledby="acc_example_001_headingOne" data-parent="#acc_example_001">
        <div class="card-body">
          <p>If you already have a degree in a subject other than education and are thinking about becoming a teacher, <a href="/programs/alternative-teacher-certification/">alternative teacher certification</a> could be the way to go.</p>
          <p>There are many reasons someone may want to switch careers and enter the teaching profession. Teaching can offer a change of pace or a more structured schedule for some people; some may want to give back to the community by educating younger generations in a subject they are passionate about; others may just want their summers off!</p>
          <p>The requirements of alternative certifications vary by state, but in general, alternative certificate programs are designed to complement the degree you've already earned with education classes related to classroom management, learning theory, and practical teaching strategies. These programs are short-cuts designed to help you get into the teaching profession as quickly as possible.</p>
          <p>Because alternative certification programs are regulated at the state level, be sure to check your state's rules and regulations regarding alternative certifications.</p>
        </div>
      </div>
    </div>
    <div class="card">
      <div id="acc_example_001_headingTwo" class="card-header collapsed" data-toggle="collapse" data-target="#acc_example_001_collapseTwo">
        <span class="accordion-title">Bachelor's in Education</span>
        <i class="fas fa-plus accordion-open"></i>
        <i class="fas fa-minus accordion-close"></i>
      </div>
      <div id="acc_example_001_collapseTwo" class="collapse" aria-labelledby="acc_example_001_headingTwo" data-parent="#acc_example_001">
        <div class="card-body">
          <p>The most common way to become a teacher is to earn a <a href="/programs/bachelors-in-education/">bachelor's degree in education</a>. If you take this route, you can specialize in different subject matters and grade levels. Most states offer accredited teaching degrees for students across all grades, from preschool through secondary school. Be aware that if you want to teach at the post-secondary level, you will most likely need to earn a graduate degree.</p>
          <p>Expect your bachelor's curriculum to cover the following core components: psychology, classroom management, leadership, learning styles, teaching methods, and lesson planning. Be sure you find a curriculum that covers working with administrators and parents as well as legislative updates to education and education standards in your specific state.</p>
          <p>In addition to your coursework, you will most likely be required to complete a number of student teaching hours in order to graduate from your undergraduate program and earn your teaching license.</p>
        </div>
      </div>
    </div>
    <div class="card">
      <div id="acc_example_001_headingThree" class="card-header collapsed" data-toggle="collapse" data-target="#acc_example_001_collapseThree">
        <span class="accordion-title">Master's in Education</span>
        <i class="fas fa-plus accordion-open"></i>
        <i class="fas fa-minus accordion-close"></i>
      </div>
      <div id="acc_example_001_collapseThree" class="collapse" aria-labelledby="acc_example_001_headingThree" data-parent="#acc_example_001">
        <div class="card-body">
          <p>While some states require <a href="/programs/masters-in-education/">master's degrees in education</a> for their teachers to become licensed, other states require teachers to obtain a master's before recertifying, typically within five years of starting their first job. A master's degree in education is also appealing for educators looking to distinguish themselves in competitive job markets, increase their salary prospects, and specialize in certain fields such as special education, teaching English as a second language, and literacy instruction. In all cases, you must already possess your bachelor's degree before gaining admission to a master's program in education.</p>
          <p>Coursework at this level varies, but you can expect certain courses to be among those you will be offered. Foundations of education, curriculum development, educational leadership and culturally responsive practices are among the likely classes a master's student will take.</p>
        </div>
      </div>
    </div>
  </div>
</div>

                  
&lt;div class=&quot;tl-accordion&quot;&gt; &lt;div id=&quot;acc_example_001&quot; class=&quot;accordion&quot;&gt; &lt;div class=&quot;card&quot;&gt; &lt;div id=&quot;acc_example_001_headingOne&quot; class=&quot;card-header collapsed&quot; data-toggle=&quot;collapse&quot; data-target=&quot;#acc_example_001_collapseOne&quot; aria-expanded=&quot;false&quot;&gt; &lt;span class=&quot;accordion-title&quot;&gt;Alternative Certification&lt;/span&gt; &lt;i class=&quot;fas fa-plus accordion-open&quot;&gt;&lt;/i&gt; &lt;i class=&quot;fas fa-minus accordion-close&quot;&gt;&lt;/i&gt; &lt;/div&gt; &lt;div id=&quot;acc_example_001_collapseOne&quot; class=&quot;collapse&quot; aria-labelledby=&quot;acc_example_001_headingOne&quot; data-parent=&quot;#acc_example_001&quot;&gt; &lt;div class=&quot;card-body&quot;&gt; &lt;p&gt;If you already have a degree in a subject other than education and are thinking about becoming a teacher, &lt;a href=&quot;/programs/alternative-teacher-certification/&quot;&gt;alternative teacher certification&lt;/a&gt; could be the way to go.&lt;/p&gt; &lt;p&gt;There are many reasons someone may want to switch careers and enter the teaching profession. Teaching can offer a change of pace or a more structured schedule for some people; some may want to give back to the community by educating younger generations in a subject they are passionate about; others may just want their summers off!&lt;/p&gt; &lt;p&gt;The requirements of alternative certifications vary by state, but in general, alternative certificate programs are designed to complement the degree you've already earned with education classes related to classroom management, learning theory, and practical teaching strategies. These programs are short-cuts designed to help you get into the teaching profession as quickly as possible.&lt;/p&gt; &lt;p&gt;Because alternative certification programs are regulated at the state level, be sure to check your state's rules and regulations regarding alternative certifications.&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;card&quot;&gt; &lt;div id=&quot;acc_example_001_headingTwo&quot; class=&quot;card-header collapsed&quot; data-toggle=&quot;collapse&quot; data-target=&quot;#acc_example_001_collapseTwo&quot;&gt; &lt;span class=&quot;accordion-title&quot;&gt;Bachelor's in Education&lt;/span&gt; &lt;i class=&quot;fas fa-plus accordion-open&quot;&gt;&lt;/i&gt; &lt;i class=&quot;fas fa-minus accordion-close&quot;&gt;&lt;/i&gt; &lt;/div&gt; &lt;div id=&quot;acc_example_001_collapseTwo&quot; class=&quot;collapse&quot; aria-labelledby=&quot;acc_example_001_headingTwo&quot; data-parent=&quot;#acc_example_001&quot;&gt; &lt;div class=&quot;card-body&quot;&gt; &lt;p&gt;The most common way to become a teacher is to earn a &lt;a href=&quot;/programs/bachelors-in-education/&quot;&gt;bachelor's degree in education&lt;/a&gt;. If you take this route, you can specialize in different subject matters and grade levels. Most states offer accredited teaching degrees for students across all grades, from preschool through secondary school. Be aware that if you want to teach at the post-secondary level, you will most likely need to earn a graduate degree.&lt;/p&gt; &lt;p&gt;Expect your bachelor's curriculum to cover the following core components: psychology, classroom management, leadership, learning styles, teaching methods, and lesson planning. Be sure you find a curriculum that covers working with administrators and parents as well as legislative updates to education and education standards in your specific state.&lt;/p&gt; &lt;p&gt;In addition to your coursework, you will most likely be required to complete a number of student teaching hours in order to graduate from your undergraduate program and earn your teaching license.&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;card&quot;&gt; &lt;div id=&quot;acc_example_001_headingThree&quot; class=&quot;card-header collapsed&quot; data-toggle=&quot;collapse&quot; data-target=&quot;#acc_example_001_collapseThree&quot;&gt; &lt;span class=&quot;accordion-title&quot;&gt;Master's in Education&lt;/span&gt; &lt;i class=&quot;fas fa-plus accordion-open&quot;&gt;&lt;/i&gt; &lt;i class=&quot;fas fa-minus accordion-close&quot;&gt;&lt;/i&gt; &lt;/div&gt; &lt;div id=&quot;acc_example_001_collapseThree&quot; class=&quot;collapse&quot; aria-labelledby=&quot;acc_example_001_headingThree&quot; data-parent=&quot;#acc_example_001&quot;&gt; &lt;div class=&quot;card-body&quot;&gt; &lt;p&gt;While some states require &lt;a href=&quot;/programs/masters-in-education/&quot;&gt;master's degrees in education&lt;/a&gt; for their teachers to become licensed, other states require teachers to obtain a master's before recertifying, typically within five years of starting their first job. A master's degree in education is also appealing for educators looking to distinguish themselves in competitive job markets, increase their salary prospects, and specialize in certain fields such as special education, teaching English as a second language, and literacy instruction. In all cases, you must already possess your bachelor's degree before gaining admission to a master's program in education.&lt;/p&gt; &lt;p&gt;Coursework at this level varies, but you can expect certain courses to be among those you will be offered. Foundations of education, curriculum development, educational leadership and culturally responsive practices are among the likely classes a master's student will take.&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt;

Accordion 2

  • bsd-pink
  • bsd-lpink
  • bsd-purple
  • bsd-lpurple
  • bsd-red
  • msw-dblue
  • msw-lblue
  • at-red
  • at-blue
  • text
  • gray-1
  • gray-2
  • gray-3
  • gray-4
  • gray-5
  • white
  • black
  • reset

When you are finished, copy the code above and paste into WordPress for your site.

note: if you wish to have multiple accordions running on the same page, you will need to provide the unique `data-target` and respective `id`

Example: If you provide `data-target="#collapse1"` given same name `id="collapse1"` to `tl-card-text` section

note: if you wish to change the "plus" icon, replace all instances of `fa-plus` and `fa-minus` with your desired Font Awesome icon.

Example:
Expand All

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s

Output HTML:
                    <div class="tl-accordion-2">
  <div id="acc_example_002" class="accordion">
        <div class="tl-exp-col-btn-wrap">
          <div class="tl-exp-col-btn tl-noselect">Expand All <i class="fas fa-plus"></i></div>
        </div>        
        <div class="tl-card-wrap">
            <div class="tl-card-box">
                <div class="tl-card-title" data-toggle="collapse" data-target="#collapse" aria-expanded="false" aria-controls="collapse">
                    <div class="tl-card-title-top">
                        <strong>Bigger Text Here 1</strong>
                        <div class="tl-icons-sec"></div>
                    </div>
                    <div class="tl-card-title-bottom">
                        <span class="tl-card-sub-title-left">Smaller size text</span>
                        <span class="tl-card-sub-title-right">Smaller size text</span>
                    </div>
                </div>
                <div class="tl-card-text collapse" id="collapse">
                    <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p>
                    <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s</p>
                </div>
            </div>
            <div class="tl-card-box">
                <div class="tl-card-title" data-toggle="collapse" data-target="#collapse1" aria-expanded="false" aria-controls="collapse">
                    <div class="tl-card-title-top">
                        <strong>Bigger Text Here 2</strong>
                        <div class="tl-icons-sec"></div>
                    </div>
                    <div class="tl-card-title-bottom">
                        <span class="tl-card-sub-title-left">Smaller size text</span>
                        <span class="tl-card-sub-title-right">Smaller size text</span>
                    </div>
                </div>
                <div class="tl-card-text collapse" id="collapse1">
                    <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p>
                    <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s</p>
                </div>
            </div>
            <div class="tl-card-box">
                <div class="tl-card-title" data-toggle="collapse" data-target="#collapse2" aria-expanded="false" aria-controls="collapse">
                    <div class="tl-card-title-top">
                        <strong>Bigger Text Here 3</strong>
                        <div class="tl-icons-sec"></div>
                    </div>
                    <div class="tl-card-title-bottom">
                        <span class="tl-card-sub-title-left">Smaller size text</span>
                        <span class="tl-card-sub-title-right">Smaller size text</span>
                    </div>
                </div>
                <div class="tl-card-text collapse" id="collapse2">
                    <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p>
                    <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s</p>
                </div>
            </div> 
            </div>
  </div>
</div>




                  
&lt;div class=&quot;tl-accordion-2&quot;&gt; &lt;div id=&quot;acc_example_002&quot; class=&quot;accordion&quot;&gt; &lt;div class=&quot;tl-exp-col-btn-wrap&quot;&gt; &lt;div class=&quot;tl-exp-col-btn tl-noselect&quot;&gt;Expand All &lt;i class=&quot;fas fa-plus&quot;&gt;&lt;/i&gt;&lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;tl-card-wrap&quot;&gt; &lt;div class=&quot;tl-card-box&quot;&gt; &lt;div class=&quot;tl-card-title&quot; data-toggle=&quot;collapse&quot; data-target=&quot;#collapse&quot; aria-expanded=&quot;false&quot; aria-controls=&quot;collapse&quot;&gt; &lt;div class=&quot;tl-card-title-top&quot;&gt; &lt;strong&gt;Bigger Text Here 1&lt;/strong&gt; &lt;div class=&quot;tl-icons-sec&quot;&gt;&lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;tl-card-title-bottom&quot;&gt; &lt;span class=&quot;tl-card-sub-title-left&quot;&gt;Smaller size text&lt;/span&gt; &lt;span class=&quot;tl-card-sub-title-right&quot;&gt;Smaller size text&lt;/span&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;tl-card-text collapse&quot; id=&quot;collapse&quot;&gt; &lt;p&gt;Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.&lt;/p&gt; &lt;p&gt;Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;tl-card-box&quot;&gt; &lt;div class=&quot;tl-card-title&quot; data-toggle=&quot;collapse&quot; data-target=&quot;#collapse1&quot; aria-expanded=&quot;false&quot; aria-controls=&quot;collapse&quot;&gt; &lt;div class=&quot;tl-card-title-top&quot;&gt; &lt;strong&gt;Bigger Text Here 2&lt;/strong&gt; &lt;div class=&quot;tl-icons-sec&quot;&gt;&lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;tl-card-title-bottom&quot;&gt; &lt;span class=&quot;tl-card-sub-title-left&quot;&gt;Smaller size text&lt;/span&gt; &lt;span class=&quot;tl-card-sub-title-right&quot;&gt;Smaller size text&lt;/span&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;tl-card-text collapse&quot; id=&quot;collapse1&quot;&gt; &lt;p&gt;Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.&lt;/p&gt; &lt;p&gt;Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;tl-card-box&quot;&gt; &lt;div class=&quot;tl-card-title&quot; data-toggle=&quot;collapse&quot; data-target=&quot;#collapse2&quot; aria-expanded=&quot;false&quot; aria-controls=&quot;collapse&quot;&gt; &lt;div class=&quot;tl-card-title-top&quot;&gt; &lt;strong&gt;Bigger Text Here 3&lt;/strong&gt; &lt;div class=&quot;tl-icons-sec&quot;&gt;&lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;tl-card-title-bottom&quot;&gt; &lt;span class=&quot;tl-card-sub-title-left&quot;&gt;Smaller size text&lt;/span&gt; &lt;span class=&quot;tl-card-sub-title-right&quot;&gt;Smaller size text&lt;/span&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;tl-card-text collapse&quot; id=&quot;collapse2&quot;&gt; &lt;p&gt;Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.&lt;/p&gt; &lt;p&gt;Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt;
NOTE : This Below code avoid <P> and <br> in Wordpress Editor

<!-- wp:html --> <!-- /wp:html -->


Accordion 3

  • bsd-pink
  • bsd-lpink
  • bsd-purple
  • bsd-lpurple
  • bsd-red
  • msw-dblue
  • msw-lblue
  • at-red
  • at-blue
  • text
  • gray-1
  • gray-2
  • gray-3
  • gray-4
  • gray-5
  • white
  • black
  • reset

When you are finished, copy the code above and paste into WordPress for your site.

note: if you wish to have multiple accordions running on the same page, you will need to provide the unique `data-target` and respective `id`

Example: If you provide `data-target="#collapse1"` given same name `id="collapse1"` to `tl-card-expand` section

note: if you wish to change the "plus" icon, replace all instances of `fa-plus` and `fa-minus` with your desired Font Awesome icon.

Example:
Expand All

Accreditated by the Higher Learning Commission

Arizona State's criminal justice Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leapwhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum

Degree Offered

  • Bachelor's
    Bachelor of Science in Criminology and Criminal Justice
  • Master's
    Master of Arts in Criminal Justice
  • Under graduate Certificate
    Graduate Certificate in Homeland Security
  • Graduate Certificate
    Graduate Certificate in Corrections Management
    Graduate Certificate in Law Enforcement Administration

Tuition Rates

  • UnderGraduate: $530 per Credi hour or $5355 for the semester if taking 11+ credits (out-of-state students:$530 per credit hour regardless of number of credits)
  • Graduate: $530 per Credi hour or $5355 for the semester if taking 11+ credits (out-of-state students:$530 per credit hour regardless of number of credits)

Accreditated by the Higher Learning Commission

Arizona State's criminal justice Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leapwhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum

Degree Offered

  • Bachelor's
    Bachelor of Science in Criminology and Criminal Justice
  • Master's
    Master of Arts in Criminal Justice
  • Under graduate Certificate
    Graduate Certificate in Homeland Security
  • Graduate Certificate
    Graduate Certificate in Corrections Management
    Graduate Certificate in Law Enforcement Administration

Tuition Rates

  • UnderGraduate: $530 per Credi hour or $5355 for the semester if taking 11+ credits (out-of-state students:$530 per credit hour regardless of number of credits)
  • Graduate: $530 per Credi hour or $5355 for the semester if taking 11+ credits (out-of-state students:$530 per credit hour regardless of number of credits)

Accreditated by the Higher Learning Commission

Arizona State's criminal justice Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leapwhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum

Degree Offered

  • Bachelor's
    Bachelor of Science in Criminology and Criminal Justice
  • Master's
    Master of Arts in Criminal Justice
  • Under graduate Certificate
    Graduate Certificate in Homeland Security
  • Graduate Certificate
    Graduate Certificate in Corrections Management
    Graduate Certificate in Law Enforcement Administration

Tuition Rates

  • UnderGraduate: $530 per Credi hour or $5355 for the semester if taking 11+ credits (out-of-state students:$530 per credit hour regardless of number of credits)
  • Graduate: $530 per Credi hour or $5355 for the semester if taking 11+ credits (out-of-state students:$530 per credit hour regardless of number of credits)
Output HTML:
                    <div class="tl-accordion-3">
  <div id="acc_example_003" class="accordion">
        <div class="tl-exp-col-btn-wrap">
          <div class="tl-exp-col-btn tl-noselect">Expand All <i class="fas fa-plus"></i></div>
        </div>        
        <div class="tl-card-wrap">
            <div class="tl-card-box">                
                <div class="tl-card-title" data-toggle="collapse" data-target="#new_collapse" aria-expanded="false" aria-controls="collapse">
                    <div class="ranking-wrap">
                        #1
                    </div>
                    <div class="tl-card-title-top">
                        <strong>Arizona State University</strong>
                        <div class="tl-icons-sec"></div>
                    </div>
                    <div class="tl-card-title-bottom">
                        <span class="tl-card-sub-title-left">Phoenix, AZ</span>
                        <span class="tl-card-sub-title-right"><i class="fas fa-award"></i> Featured on 8 ranking sites</span>
                    </div>
                </div>
                <div class="tl-card-expand collapse" id="new_collapse">
                <div class="row">
                    <div class="col-lg-12">
                        <h4 class="tl-card-heading"><i class="fas fa-university"></i> Accreditated by the Higher Learning Commission</h4>
                    </div>    
                </div>        
                    <div class="row">
                        <div class="col-lg-7">
                            <p class="tl-card-content">Arizona State's criminal justice Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p>
                            <p class="tl-card-content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leapwhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum</p>
                        </div>
                        <div class="col-lg-5">
                            <div class="tl-offer-right-bg">
                                <h4 class="tl-card-heading text-center">Degree Offered</h4>
                                <ul class="tl-offered-list">
                                    <li>
                                        <div class="tl-offered-title">
                                            Bachelor's
                                        </div>
                                        <div class="tl-offered-icon-item">
                                            <span class="tl-offered-icon"><i class="fas fa-graduation-cap"></i></span>
                                            <span class="tl-offered-list-item">
                                                Bachelor of  Science in Criminology and Criminal Justice
                                            </span> 
                                        </div>
                                    </li>
                                    <li>
                                        <div class="tl-offered-title">
                                            Master's
                                        </div>
                                        <div class="tl-offered-icon-item">
                                            <span class="tl-offered-icon"><i class="fas fa-graduation-cap"></i></span>
                                            <span class="tl-offered-list-item">
                                                Master of Arts in Criminal Justice
                                            </span> 
                                        </div>
                                    </li>
                                    <li>
                                        <div class="tl-offered-title">
                                            Under graduate Certificate
                                        </div>
                                        <div class="tl-offered-icon-item">
                                            <span class="tl-offered-icon"><i class="fas fa-graduation-cap"></i></span>
                                            <span class="tl-offered-list-item">
                                                Graduate Certificate in Homeland Security
                                            </span> 
                                        </div>
                                        
                                    </li>
                                    <li>
                                        <div class="tl-offered-title">
                                            Graduate Certificate
                                        </div>
                                        <div class="tl-offered-icon-item">
                                            <span class="tl-offered-icon"><i class="fas fa-graduation-cap"></i></span>
                                            <span class="tl-offered-list-item">
                                                Graduate Certificate in Corrections Management
                                            </span> 
                                        </div>
                                        <div class="tl-offered-icon-item">
                                            <span class="tl-offered-icon"><i class="fas fa-graduation-cap"></i></span>
                                            <span class="tl-offered-list-item">
                                            Graduate Certificate in Law Enforcement Administration
                                            </span> 
                                        </div>
                                    </li>
                                    
                                </ul>
                                <div class="tl-view-all-link">
                                    <a href="#" class="tl-link-btn">View All Degree <i class="fa fa-arrow-right tl-fa-icon"></i></a>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="tl-dotted-separator"></div>
                    <div class="row">
                        <div class="col-lg-12">
                                <div class="tl-tuition-rate-wrap">
                                    <h4 class="tl-offered-title">
                                        Tuition Rates
                                    </h4>
                                    <ul class="tuition-rate-list-wrap">
                                        <li>
                                            <div class="tuition-rate-icon"><i class="fas fa-dollar-sign"></i></div>
                                            <div  class="tuition-rate-list-content">
                                                <span class="tuition-rate-title">UnderGraduate: </span> $530 per Credi hour or $5355 for the semester if taking  11+ credits (out-of-state students:$530 per credit hour regardless of number of credits)
                                            </div>
                                        </li>
                                        <li>
                                            <div class="tuition-rate-icon"><i class="fas fa-dollar-sign"></i></div>
                                            <div  class="tuition-rate-list-content">
                                                <span class="tuition-rate-title">Graduate: </span> $530 per Credi hour or $5355 for the semester if taking  11+ credits (out-of-state students:$530 per credit hour regardless of number of credits)
                                            </div>
                                        </li>
                                    </ul>
                                </div>
                            </div>
                    </div>
                    
                </div>
            </div>
            <div class="tl-card-box">
                <div class="tl-card-title" data-toggle="collapse" data-target="#new_collapse1" aria-expanded="false" aria-controls="collapse">
                    <div class="ranking-wrap">
                        #2
                    </div>
                    <div class="tl-card-title-top">
                        <strong>Arizona State University</strong>
                        <div class="tl-icons-sec"></div>
                    </div>
                    <div class="tl-card-title-bottom">
                        <span class="tl-card-sub-title-left">Phoenix, AZ</span>
                        <span class="tl-card-sub-title-right"><i class="fas fa-award"></i> Featured on 8 ranking sites</span>
                    </div>
                </div>
                <div class="tl-card-expand collapse" id="new_collapse1">
                    <div class="row">
                        <div class="col-lg-12">
                            <h4 class="tl-card-heading"><i class="fas fa-university"></i> Accreditated by the Higher Learning Commission</h4>
                        </div>    
                    </div>
                    <div class="row">
                        <div class="col-lg-7">
                            <p class="tl-card-content">Arizona State's criminal justice Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p>
                            <p class="tl-card-content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leapwhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum</p>
                        </div>
                        <div class="col-lg-5">
                            <div class="tl-offer-right-bg">
                                <h4 class="tl-card-heading text-center">Degree Offered</h4>
                                <ul class="tl-offered-list">
                                    <li>
                                        <div class="tl-offered-title">
                                            Bachelor's
                                        </div>
                                        <div class="tl-offered-icon-item">
                                            <span class="tl-offered-icon"><i class="fas fa-graduation-cap"></i></span>
                                            <span class="tl-offered-list-item">
                                                Bachelor of  Science in Criminology and Criminal Justice
                                            </span> 
                                        </div>
                                    </li>
                                    <li>
                                        <div class="tl-offered-title">
                                            Master's
                                        </div>
                                        <div class="tl-offered-icon-item">
                                            <span class="tl-offered-icon"><i class="fas fa-graduation-cap"></i></span>
                                            <span class="tl-offered-list-item">
                                                Master of Arts in Criminal Justice
                                            </span> 
                                        </div>
                                    </li>
                                    <li>
                                        <div class="tl-offered-title">
                                            Under graduate Certificate
                                        </div>
                                        <div class="tl-offered-icon-item">
                                            <span class="tl-offered-icon"><i class="fas fa-graduation-cap"></i></span>
                                            <span class="tl-offered-list-item">
                                                Graduate Certificate in Homeland Security
                                            </span> 
                                        </div>
                                        
                                    </li>
                                    <li>
                                        <div class="tl-offered-title">
                                            Graduate Certificate
                                        </div>
                                        <div class="tl-offered-icon-item">
                                            <span class="tl-offered-icon"><i class="fas fa-graduation-cap"></i></span>
                                            <span class="tl-offered-list-item">
                                                Graduate Certificate in Corrections Management
                                            </span> 
                                        </div>
                                        <div class="tl-offered-icon-item">
                                            <span class="tl-offered-icon"><i class="fas fa-graduation-cap"></i></span>
                                            <span class="tl-offered-list-item">
                                            Graduate Certificate in Law Enforcement Administration
                                            </span> 
                                        </div>
                                    </li>
                                    
                                </ul>
                                <div class="tl-view-all-link">
                                    <a href="#" class="tl-link-btn">View All Degree <i class="fa fa-arrow-right tl-fa-icon"></i></a>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="tl-dotted-separator"></div>
                    <div class="row">
                        <div class="col-lg-12">
                                <div class="tl-tuition-rate-wrap">
                                    <h4 class="tl-offered-title">
                                        Tuition Rates
                                    </h4>
                                    <ul class="tuition-rate-list-wrap">
                                        <li>
                                            <div class="tuition-rate-icon"><i class="fas fa-dollar-sign"></i></div>
                                            <div  class="tuition-rate-list-content">
                                                <span class="tuition-rate-title">UnderGraduate: </span> $530 per Credi hour or $5355 for the semester if taking  11+ credits (out-of-state students:$530 per credit hour regardless of number of credits)
                                            </div>
                                        </li>
                                        <li>
                                            <div class="tuition-rate-icon"><i class="fas fa-dollar-sign"></i></div>
                                            <div  class="tuition-rate-list-content">
                                                <span class="tuition-rate-title">Graduate: </span> $530 per Credi hour or $5355 for the semester if taking  11+ credits (out-of-state students:$530 per credit hour regardless of number of credits)
                                            </div>
                                        </li>
                                    </ul>
                                </div>
                            </div>
                    </div>
                    
                </div>
            </div>
            <div class="tl-card-box">
                <div class="tl-card-title" data-toggle="collapse" data-target="#new_collapse2" aria-expanded="false" aria-controls="collapse">
                    <div class="ranking-wrap">
                        #3
                    </div>
                    <div class="tl-card-title-top">
                        <strong>Arizona State University</strong>
                        <div class="tl-icons-sec"></div>
                    </div>
                    <div class="tl-card-title-bottom">
                        <span class="tl-card-sub-title-left">Phoenix, AZ</span>
                        <span class="tl-card-sub-title-right"><i class="fas fa-award"></i> Featured on 8 ranking sites</span>
                    </div>
                </div>
                <div class="tl-card-expand collapse" id="new_collapse2">
                    <div class="row">
                        <div class="col-lg-12">
                            <h4 class="tl-card-heading"><i class="fas fa-university"></i> Accreditated by the Higher Learning Commission</h4>
                        </div>    
                    </div>
                    <div class="row">
                        <div class="col-lg-7">
                            <p class="tl-card-content">Arizona State's criminal justice Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p>
                            <p class="tl-card-content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leapwhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum</p>
                        </div>
                        <div class="col-lg-5">
                            <div class="tl-offer-right-bg">
                                <h4 class="tl-card-heading text-center">Degree Offered</h4>
                                <ul class="tl-offered-list">
                                    <li>
                                        <div class="tl-offered-title">
                                            Bachelor's
                                        </div>
                                        <div class="tl-offered-icon-item">
                                            <span class="tl-offered-icon"><i class="fas fa-graduation-cap"></i></span>
                                            <span class="tl-offered-list-item">
                                                Bachelor of  Science in Criminology and Criminal Justice
                                            </span> 
                                        </div>
                                    </li>
                                    <li>
                                        <div class="tl-offered-title">
                                            Master's
                                        </div>
                                        <div class="tl-offered-icon-item">
                                            <span class="tl-offered-icon"><i class="fas fa-graduation-cap"></i></span>
                                            <span class="tl-offered-list-item">
                                                Master of Arts in Criminal Justice
                                            </span> 
                                        </div>
                                    </li>
                                    <li>
                                        <div class="tl-offered-title">
                                            Under graduate Certificate
                                        </div>
                                        <div class="tl-offered-icon-item">
                                            <span class="tl-offered-icon"><i class="fas fa-graduation-cap"></i></span>
                                            <span class="tl-offered-list-item">
                                                Graduate Certificate in Homeland Security
                                            </span> 
                                        </div>
                                        
                                    </li>
                                    <li>
                                        <div class="tl-offered-title">
                                            Graduate Certificate
                                        </div>
                                        <div class="tl-offered-icon-item">
                                            <span class="tl-offered-icon"><i class="fas fa-graduation-cap"></i></span>
                                            <span class="tl-offered-list-item">
                                                Graduate Certificate in Corrections Management
                                            </span> 
                                        </div>
                                        <div class="tl-offered-icon-item">
                                            <span class="tl-offered-icon"><i class="fas fa-graduation-cap"></i></span>
                                            <span class="tl-offered-list-item">
                                            Graduate Certificate in Law Enforcement Administration
                                            </span> 
                                        </div>
                                    </li>
                                    
                                </ul>
                                <div class="tl-view-all-link">
                                    <a href="#" class="tl-link-btn">View All Degree <i class="fa fa-arrow-right tl-fa-icon"></i></a>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="tl-dotted-separator"></div>
                    <div class="row">
                        <div class="col-lg-12">
                                <div class="tl-tuition-rate-wrap">
                                    <h4 class="tl-offered-title">
                                        Tuition Rates
                                    </h4>
                                    <ul class="tuition-rate-list-wrap">
                                        <li>
                                            <div class="tuition-rate-icon"><i class="fas fa-dollar-sign"></i></div>
                                            <div  class="tuition-rate-list-content">
                                                <span class="tuition-rate-title">UnderGraduate: </span> $530 per Credi hour or $5355 for the semester if taking  11+ credits (out-of-state students:$530 per credit hour regardless of number of credits)
                                            </div>
                                        </li>
                                        <li>
                                            <div class="tuition-rate-icon"><i class="fas fa-dollar-sign"></i></div>
                                            <div  class="tuition-rate-list-content">
                                                <span class="tuition-rate-title">Graduate: </span> $530 per Credi hour or $5355 for the semester if taking  11+ credits (out-of-state students:$530 per credit hour regardless of number of credits)
                                            </div>
                                        </li>
                                    </ul>
                                </div>
                            </div>
                    </div>
                    
                </div>
            </div> 
        </div>
  </div>
</div>




                  
&lt;div class=&quot;tl-accordion-3&quot;&gt; &lt;div id=&quot;acc_example_003&quot; class=&quot;accordion&quot;&gt; &lt;div class=&quot;tl-exp-col-btn-wrap&quot;&gt; &lt;div class=&quot;tl-exp-col-btn tl-noselect&quot;&gt;Expand All &lt;i class=&quot;fas fa-plus&quot;&gt;&lt;/i&gt;&lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;tl-card-wrap&quot;&gt; &lt;div class=&quot;tl-card-box&quot;&gt; &lt;div class=&quot;tl-card-title&quot; data-toggle=&quot;collapse&quot; data-target=&quot;#new_collapse&quot; aria-expanded=&quot;false&quot; aria-controls=&quot;collapse&quot;&gt; &lt;div class=&quot;ranking-wrap&quot;&gt; #1 &lt;/div&gt; &lt;div class=&quot;tl-card-title-top&quot;&gt; &lt;strong&gt;Arizona State University&lt;/strong&gt; &lt;div class=&quot;tl-icons-sec&quot;&gt;&lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;tl-card-title-bottom&quot;&gt; &lt;span class=&quot;tl-card-sub-title-left&quot;&gt;Phoenix, AZ&lt;/span&gt; &lt;span class=&quot;tl-card-sub-title-right&quot;&gt;&lt;i class=&quot;fas fa-award&quot;&gt;&lt;/i&gt; Featured on 8 ranking sites&lt;/span&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;tl-card-expand collapse&quot; id=&quot;new_collapse&quot;&gt; &lt;div class=&quot;row&quot;&gt; &lt;div class=&quot;col-lg-12&quot;&gt; &lt;h4 class=&quot;tl-card-heading&quot;&gt;&lt;i class=&quot;fas fa-university&quot;&gt;&lt;/i&gt; Accreditated by the Higher Learning Commission&lt;/h4&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;row&quot;&gt; &lt;div class=&quot;col-lg-7&quot;&gt; &lt;p class=&quot;tl-card-content&quot;&gt;Arizona State's criminal justice Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.&lt;/p&gt; &lt;p class=&quot;tl-card-content&quot;&gt;Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leapwhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum&lt;/p&gt; &lt;/div&gt; &lt;div class=&quot;col-lg-5&quot;&gt; &lt;div class=&quot;tl-offer-right-bg&quot;&gt; &lt;h4 class=&quot;tl-card-heading text-center&quot;&gt;Degree Offered&lt;/h4&gt; &lt;ul class=&quot;tl-offered-list&quot;&gt; &lt;li&gt; &lt;div class=&quot;tl-offered-title&quot;&gt; Bachelor's &lt;/div&gt; &lt;div class=&quot;tl-offered-icon-item&quot;&gt; &lt;span class=&quot;tl-offered-icon&quot;&gt;&lt;i class=&quot;fas fa-graduation-cap&quot;&gt;&lt;/i&gt;&lt;/span&gt; &lt;span class=&quot;tl-offered-list-item&quot;&gt; Bachelor of Science in Criminology and Criminal Justice &lt;/span&gt; &lt;/div&gt; &lt;/li&gt; &lt;li&gt; &lt;div class=&quot;tl-offered-title&quot;&gt; Master's &lt;/div&gt; &lt;div class=&quot;tl-offered-icon-item&quot;&gt; &lt;span class=&quot;tl-offered-icon&quot;&gt;&lt;i class=&quot;fas fa-graduation-cap&quot;&gt;&lt;/i&gt;&lt;/span&gt; &lt;span class=&quot;tl-offered-list-item&quot;&gt; Master of Arts in Criminal Justice &lt;/span&gt; &lt;/div&gt; &lt;/li&gt; &lt;li&gt; &lt;div class=&quot;tl-offered-title&quot;&gt; Under graduate Certificate &lt;/div&gt; &lt;div class=&quot;tl-offered-icon-item&quot;&gt; &lt;span class=&quot;tl-offered-icon&quot;&gt;&lt;i class=&quot;fas fa-graduation-cap&quot;&gt;&lt;/i&gt;&lt;/span&gt; &lt;span class=&quot;tl-offered-list-item&quot;&gt; Graduate Certificate in Homeland Security &lt;/span&gt; &lt;/div&gt; &lt;/li&gt; &lt;li&gt; &lt;div class=&quot;tl-offered-title&quot;&gt; Graduate Certificate &lt;/div&gt; &lt;div class=&quot;tl-offered-icon-item&quot;&gt; &lt;span class=&quot;tl-offered-icon&quot;&gt;&lt;i class=&quot;fas fa-graduation-cap&quot;&gt;&lt;/i&gt;&lt;/span&gt; &lt;span class=&quot;tl-offered-list-item&quot;&gt; Graduate Certificate in Corrections Management &lt;/span&gt; &lt;/div&gt; &lt;div class=&quot;tl-offered-icon-item&quot;&gt; &lt;span class=&quot;tl-offered-icon&quot;&gt;&lt;i class=&quot;fas fa-graduation-cap&quot;&gt;&lt;/i&gt;&lt;/span&gt; &lt;span class=&quot;tl-offered-list-item&quot;&gt; Graduate Certificate in Law Enforcement Administration &lt;/span&gt; &lt;/div&gt; &lt;/li&gt; &lt;/ul&gt; &lt;div class=&quot;tl-view-all-link&quot;&gt; &lt;a href=&quot;#&quot; class=&quot;tl-link-btn&quot;&gt;View All Degree &lt;i class=&quot;fa fa-arrow-right tl-fa-icon&quot;&gt;&lt;/i&gt;&lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;tl-dotted-separator&quot;&gt;&lt;/div&gt; &lt;div class=&quot;row&quot;&gt; &lt;div class=&quot;col-lg-12&quot;&gt; &lt;div class=&quot;tl-tuition-rate-wrap&quot;&gt; &lt;h4 class=&quot;tl-offered-title&quot;&gt; Tuition Rates &lt;/h4&gt; &lt;ul class=&quot;tuition-rate-list-wrap&quot;&gt; &lt;li&gt; &lt;div class=&quot;tuition-rate-icon&quot;&gt;&lt;i class=&quot;fas fa-dollar-sign&quot;&gt;&lt;/i&gt;&lt;/div&gt; &lt;div class=&quot;tuition-rate-list-content&quot;&gt; &lt;span class=&quot;tuition-rate-title&quot;&gt;UnderGraduate: &lt;/span&gt; $530 per Credi hour or $5355 for the semester if taking 11+ credits (out-of-state students:$530 per credit hour regardless of number of credits) &lt;/div&gt; &lt;/li&gt; &lt;li&gt; &lt;div class=&quot;tuition-rate-icon&quot;&gt;&lt;i class=&quot;fas fa-dollar-sign&quot;&gt;&lt;/i&gt;&lt;/div&gt; &lt;div class=&quot;tuition-rate-list-content&quot;&gt; &lt;span class=&quot;tuition-rate-title&quot;&gt;Graduate: &lt;/span&gt; $530 per Credi hour or $5355 for the semester if taking 11+ credits (out-of-state students:$530 per credit hour regardless of number of credits) &lt;/div&gt; &lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;tl-card-box&quot;&gt; &lt;div class=&quot;tl-card-title&quot; data-toggle=&quot;collapse&quot; data-target=&quot;#new_collapse1&quot; aria-expanded=&quot;false&quot; aria-controls=&quot;collapse&quot;&gt; &lt;div class=&quot;ranking-wrap&quot;&gt; #2 &lt;/div&gt; &lt;div class=&quot;tl-card-title-top&quot;&gt; &lt;strong&gt;Arizona State University&lt;/strong&gt; &lt;div class=&quot;tl-icons-sec&quot;&gt;&lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;tl-card-title-bottom&quot;&gt; &lt;span class=&quot;tl-card-sub-title-left&quot;&gt;Phoenix, AZ&lt;/span&gt; &lt;span class=&quot;tl-card-sub-title-right&quot;&gt;&lt;i class=&quot;fas fa-award&quot;&gt;&lt;/i&gt; Featured on 8 ranking sites&lt;/span&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;tl-card-expand collapse&quot; id=&quot;new_collapse1&quot;&gt; &lt;div class=&quot;row&quot;&gt; &lt;div class=&quot;col-lg-12&quot;&gt; &lt;h4 class=&quot;tl-card-heading&quot;&gt;&lt;i class=&quot;fas fa-university&quot;&gt;&lt;/i&gt; Accreditated by the Higher Learning Commission&lt;/h4&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;row&quot;&gt; &lt;div class=&quot;col-lg-7&quot;&gt; &lt;p class=&quot;tl-card-content&quot;&gt;Arizona State's criminal justice Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.&lt;/p&gt; &lt;p class=&quot;tl-card-content&quot;&gt;Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leapwhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum&lt;/p&gt; &lt;/div&gt; &lt;div class=&quot;col-lg-5&quot;&gt; &lt;div class=&quot;tl-offer-right-bg&quot;&gt; &lt;h4 class=&quot;tl-card-heading text-center&quot;&gt;Degree Offered&lt;/h4&gt; &lt;ul class=&quot;tl-offered-list&quot;&gt; &lt;li&gt; &lt;div class=&quot;tl-offered-title&quot;&gt; Bachelor's &lt;/div&gt; &lt;div class=&quot;tl-offered-icon-item&quot;&gt; &lt;span class=&quot;tl-offered-icon&quot;&gt;&lt;i class=&quot;fas fa-graduation-cap&quot;&gt;&lt;/i&gt;&lt;/span&gt; &lt;span class=&quot;tl-offered-list-item&quot;&gt; Bachelor of Science in Criminology and Criminal Justice &lt;/span&gt; &lt;/div&gt; &lt;/li&gt; &lt;li&gt; &lt;div class=&quot;tl-offered-title&quot;&gt; Master's &lt;/div&gt; &lt;div class=&quot;tl-offered-icon-item&quot;&gt; &lt;span class=&quot;tl-offered-icon&quot;&gt;&lt;i class=&quot;fas fa-graduation-cap&quot;&gt;&lt;/i&gt;&lt;/span&gt; &lt;span class=&quot;tl-offered-list-item&quot;&gt; Master of Arts in Criminal Justice &lt;/span&gt; &lt;/div&gt; &lt;/li&gt; &lt;li&gt; &lt;div class=&quot;tl-offered-title&quot;&gt; Under graduate Certificate &lt;/div&gt; &lt;div class=&quot;tl-offered-icon-item&quot;&gt; &lt;span class=&quot;tl-offered-icon&quot;&gt;&lt;i class=&quot;fas fa-graduation-cap&quot;&gt;&lt;/i&gt;&lt;/span&gt; &lt;span class=&quot;tl-offered-list-item&quot;&gt; Graduate Certificate in Homeland Security &lt;/span&gt; &lt;/div&gt; &lt;/li&gt; &lt;li&gt; &lt;div class=&quot;tl-offered-title&quot;&gt; Graduate Certificate &lt;/div&gt; &lt;div class=&quot;tl-offered-icon-item&quot;&gt; &lt;span class=&quot;tl-offered-icon&quot;&gt;&lt;i class=&quot;fas fa-graduation-cap&quot;&gt;&lt;/i&gt;&lt;/span&gt; &lt;span class=&quot;tl-offered-list-item&quot;&gt; Graduate Certificate in Corrections Management &lt;/span&gt; &lt;/div&gt; &lt;div class=&quot;tl-offered-icon-item&quot;&gt; &lt;span class=&quot;tl-offered-icon&quot;&gt;&lt;i class=&quot;fas fa-graduation-cap&quot;&gt;&lt;/i&gt;&lt;/span&gt; &lt;span class=&quot;tl-offered-list-item&quot;&gt; Graduate Certificate in Law Enforcement Administration &lt;/span&gt; &lt;/div&gt; &lt;/li&gt; &lt;/ul&gt; &lt;div class=&quot;tl-view-all-link&quot;&gt; &lt;a href=&quot;#&quot; class=&quot;tl-link-btn&quot;&gt;View All Degree &lt;i class=&quot;fa fa-arrow-right tl-fa-icon&quot;&gt;&lt;/i&gt;&lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;tl-dotted-separator&quot;&gt;&lt;/div&gt; &lt;div class=&quot;row&quot;&gt; &lt;div class=&quot;col-lg-12&quot;&gt; &lt;div class=&quot;tl-tuition-rate-wrap&quot;&gt; &lt;h4 class=&quot;tl-offered-title&quot;&gt; Tuition Rates &lt;/h4&gt; &lt;ul class=&quot;tuition-rate-list-wrap&quot;&gt; &lt;li&gt; &lt;div class=&quot;tuition-rate-icon&quot;&gt;&lt;i class=&quot;fas fa-dollar-sign&quot;&gt;&lt;/i&gt;&lt;/div&gt; &lt;div class=&quot;tuition-rate-list-content&quot;&gt; &lt;span class=&quot;tuition-rate-title&quot;&gt;UnderGraduate: &lt;/span&gt; $530 per Credi hour or $5355 for the semester if taking 11+ credits (out-of-state students:$530 per credit hour regardless of number of credits) &lt;/div&gt; &lt;/li&gt; &lt;li&gt; &lt;div class=&quot;tuition-rate-icon&quot;&gt;&lt;i class=&quot;fas fa-dollar-sign&quot;&gt;&lt;/i&gt;&lt;/div&gt; &lt;div class=&quot;tuition-rate-list-content&quot;&gt; &lt;span class=&quot;tuition-rate-title&quot;&gt;Graduate: &lt;/span&gt; $530 per Credi hour or $5355 for the semester if taking 11+ credits (out-of-state students:$530 per credit hour regardless of number of credits) &lt;/div&gt; &lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;tl-card-box&quot;&gt; &lt;div class=&quot;tl-card-title&quot; data-toggle=&quot;collapse&quot; data-target=&quot;#new_collapse2&quot; aria-expanded=&quot;false&quot; aria-controls=&quot;collapse&quot;&gt; &lt;div class=&quot;ranking-wrap&quot;&gt; #3 &lt;/div&gt; &lt;div class=&quot;tl-card-title-top&quot;&gt; &lt;strong&gt;Arizona State University&lt;/strong&gt; &lt;div class=&quot;tl-icons-sec&quot;&gt;&lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;tl-card-title-bottom&quot;&gt; &lt;span class=&quot;tl-card-sub-title-left&quot;&gt;Phoenix, AZ&lt;/span&gt; &lt;span class=&quot;tl-card-sub-title-right&quot;&gt;&lt;i class=&quot;fas fa-award&quot;&gt;&lt;/i&gt; Featured on 8 ranking sites&lt;/span&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;tl-card-expand collapse&quot; id=&quot;new_collapse2&quot;&gt; &lt;div class=&quot;row&quot;&gt; &lt;div class=&quot;col-lg-12&quot;&gt; &lt;h4 class=&quot;tl-card-heading&quot;&gt;&lt;i class=&quot;fas fa-university&quot;&gt;&lt;/i&gt; Accreditated by the Higher Learning Commission&lt;/h4&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;row&quot;&gt; &lt;div class=&quot;col-lg-7&quot;&gt; &lt;p class=&quot;tl-card-content&quot;&gt;Arizona State's criminal justice Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.&lt;/p&gt; &lt;p class=&quot;tl-card-content&quot;&gt;Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leapwhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum&lt;/p&gt; &lt;/div&gt; &lt;div class=&quot;col-lg-5&quot;&gt; &lt;div class=&quot;tl-offer-right-bg&quot;&gt; &lt;h4 class=&quot;tl-card-heading text-center&quot;&gt;Degree Offered&lt;/h4&gt; &lt;ul class=&quot;tl-offered-list&quot;&gt; &lt;li&gt; &lt;div class=&quot;tl-offered-title&quot;&gt; Bachelor's &lt;/div&gt; &lt;div class=&quot;tl-offered-icon-item&quot;&gt; &lt;span class=&quot;tl-offered-icon&quot;&gt;&lt;i class=&quot;fas fa-graduation-cap&quot;&gt;&lt;/i&gt;&lt;/span&gt; &lt;span class=&quot;tl-offered-list-item&quot;&gt; Bachelor of Science in Criminology and Criminal Justice &lt;/span&gt; &lt;/div&gt; &lt;/li&gt; &lt;li&gt; &lt;div class=&quot;tl-offered-title&quot;&gt; Master's &lt;/div&gt; &lt;div class=&quot;tl-offered-icon-item&quot;&gt; &lt;span class=&quot;tl-offered-icon&quot;&gt;&lt;i class=&quot;fas fa-graduation-cap&quot;&gt;&lt;/i&gt;&lt;/span&gt; &lt;span class=&quot;tl-offered-list-item&quot;&gt; Master of Arts in Criminal Justice &lt;/span&gt; &lt;/div&gt; &lt;/li&gt; &lt;li&gt; &lt;div class=&quot;tl-offered-title&quot;&gt; Under graduate Certificate &lt;/div&gt; &lt;div class=&quot;tl-offered-icon-item&quot;&gt; &lt;span class=&quot;tl-offered-icon&quot;&gt;&lt;i class=&quot;fas fa-graduation-cap&quot;&gt;&lt;/i&gt;&lt;/span&gt; &lt;span class=&quot;tl-offered-list-item&quot;&gt; Graduate Certificate in Homeland Security &lt;/span&gt; &lt;/div&gt; &lt;/li&gt; &lt;li&gt; &lt;div class=&quot;tl-offered-title&quot;&gt; Graduate Certificate &lt;/div&gt; &lt;div class=&quot;tl-offered-icon-item&quot;&gt; &lt;span class=&quot;tl-offered-icon&quot;&gt;&lt;i class=&quot;fas fa-graduation-cap&quot;&gt;&lt;/i&gt;&lt;/span&gt; &lt;span class=&quot;tl-offered-list-item&quot;&gt; Graduate Certificate in Corrections Management &lt;/span&gt; &lt;/div&gt; &lt;div class=&quot;tl-offered-icon-item&quot;&gt; &lt;span class=&quot;tl-offered-icon&quot;&gt;&lt;i class=&quot;fas fa-graduation-cap&quot;&gt;&lt;/i&gt;&lt;/span&gt; &lt;span class=&quot;tl-offered-list-item&quot;&gt; Graduate Certificate in Law Enforcement Administration &lt;/span&gt; &lt;/div&gt; &lt;/li&gt; &lt;/ul&gt; &lt;div class=&quot;tl-view-all-link&quot;&gt; &lt;a href=&quot;#&quot; class=&quot;tl-link-btn&quot;&gt;View All Degree &lt;i class=&quot;fa fa-arrow-right tl-fa-icon&quot;&gt;&lt;/i&gt;&lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;tl-dotted-separator&quot;&gt;&lt;/div&gt; &lt;div class=&quot;row&quot;&gt; &lt;div class=&quot;col-lg-12&quot;&gt; &lt;div class=&quot;tl-tuition-rate-wrap&quot;&gt; &lt;h4 class=&quot;tl-offered-title&quot;&gt; Tuition Rates &lt;/h4&gt; &lt;ul class=&quot;tuition-rate-list-wrap&quot;&gt; &lt;li&gt; &lt;div class=&quot;tuition-rate-icon&quot;&gt;&lt;i class=&quot;fas fa-dollar-sign&quot;&gt;&lt;/i&gt;&lt;/div&gt; &lt;div class=&quot;tuition-rate-list-content&quot;&gt; &lt;span class=&quot;tuition-rate-title&quot;&gt;UnderGraduate: &lt;/span&gt; $530 per Credi hour or $5355 for the semester if taking 11+ credits (out-of-state students:$530 per credit hour regardless of number of credits) &lt;/div&gt; &lt;/li&gt; &lt;li&gt; &lt;div class=&quot;tuition-rate-icon&quot;&gt;&lt;i class=&quot;fas fa-dollar-sign&quot;&gt;&lt;/i&gt;&lt;/div&gt; &lt;div class=&quot;tuition-rate-list-content&quot;&gt; &lt;span class=&quot;tuition-rate-title&quot;&gt;Graduate: &lt;/span&gt; $530 per Credi hour or $5355 for the semester if taking 11+ credits (out-of-state students:$530 per credit hour regardless of number of credits) &lt;/div&gt; &lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt;
NOTE : This Below code avoid <P> and <br> in Wordpress Editor

<!-- wp:html --> <!-- /wp:html -->