$accordion_border_bottom: 1px solid #046ca3 !default

.accordion-content
  margin-top: 1em

.headerTitle
  cursor: pointer
  border-bottom: $accordion_border_bottom
  margin-bottom: 5px
  padding-bottom: 5px


.panel-show
  max-height: 999999px
  transition: all 0.25s ease
  padding-right: 20px

.panel-hide
  overflow: hidden
  padding: 0 1em
  max-height: 0
  opacity: 0
  margin-bottom: 25px
  transition: all 0.25s ease

.rotateClose
  position: absolute
  display: inline-block
  right: 15px
  -ms-transform: rotate(180deg)
  -webkit-transform: rotate(180deg)
  transform: rotate(180deg)

  transition: all 0.6s ease

.rotate
  position: absolute
  display: inline-block
  right: 15px
  -ms-transform: rotate(0deg)
  -webkit-transform: rotate(0deg)
  transform: rotate(0deg)

  transition: all 0.6s ease
