Accordion

Accordions can be used to conceal content that may not be necessary for all users.

A background colour can be applied to the heading according to the background classes.

Sample

Sample content

Code

<div class="row standardContent racc_parent">
     <div class="maincontent fullwidth racc columns content twelve large-12 medium-12">
          <div tabindex="0" class="heading_opener heading_title"><h2>Heading</h2></div>
          <div class="content_opener">
               Content
          </div>
     </div>
</div>