.container
  .content
    #accordion.panel-group(role='tablist' aria-multiselectable='true')
      .panel.panel-default
        #headingOne.panel-heading(role='tab')
          h4.panel-title
            a(role="button" data-toggle="collapse"
            data-parent="#accordion" href="#collapseOne"
            aria-expanded="true" aria-controls="collapseOne") Question #1
              i.pull-right.fa.fa-plus
        #collapseOne.panel-collapse.collapse.in(role='tabpanel' aria-labelledby='headingOne')
          .panel-body
            p Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.

      .panel.panel-default
        #headingTwo.panel-heading(role='tab')
          h4.panel-title
            a.collapsed(role="button" data-toggle="collapse"
            data-parent="#accordion" href="#collapseTwo"
            aria-expanded="false" aria-controls="collapseTwo") Question #2
              i.pull-right.fa.fa-plus
        #collapseTwo.panel-collapse.collapse(role='tabpanel' aria-labelledby='headingTwo')
          .panel-body
            p Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
            
      .panel.panel-default
        #headingThree.panel-heading(role='tab')
          h4.panel-title
            a.collapsed(role="button" data-toggle="collapse"
            data-parent="#accordion" href="#collapseThree"
            aria-expanded="false" aria-controls="collapseThree") Question #3
              i.pull-right.fa.fa-plus
        #collapseThree.panel-collapse.collapse(role='tabpanel' aria-labelledby='headingThree')
          .panel-body
            p Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
View Compiled
body
  background: #e0e0e0
  padding: 15px 0

.content
  background: #fff
  border-radius: 3px
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075), 0 2px 4px rgba(0, 0, 0, 0.0375)
  padding: 30px

.panel-group
  margin-bottom: 0
  
  .panel
    border-radius: 0
    box-shadow: none
    
    .panel-heading
      padding: 0
      
      h4 a
        background: #f8f8f8
        display: block
        font-size: 12px
        font-weight: bold
        padding: 15px
        text-decoration: none
        transition: 0.15s all ease-in-out
        
        &:hover, &:not(.collapsed)
          background: #fff
          transition: 0.15s all ease-in-out
        
        &:not(.collapsed) i:before
          content: "\f068"
        
        i
          color: #999
        
    .panel-body
      padding-top: 0
    
    .panel-heading+.panel-collapse>.list-group,
    .panel-heading+.panel-collapse>.panel-body
      border-top: none
    
    + .panel
      border-top: none
      margin-top: 0
View Compiled
Run Pen

External CSS

  1. https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css
  2. https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css

External JavaScript

  1. https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js
  2. https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js