@charset "UTF-8";
/* CSS Document */

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #402f2d;         /* adjust as needed */
}

.panel-heading .collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

.faq-container {
    margin-left: 15px;
    margin-right: 15px;
  }

.panel-heading {
    border-radius: 13px;
    border-style: solid;
    border-width: 0px;
    background-color: #e3c5aa !important;
  }

.panel {
  background-color: transparent !important;
  border: transparent;
  border-radius: 13px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-body {
  border-top: none !important;
  margin: 0px 15px 20px 15px;
  text-align: justify;
  hyphens: auto;
  line-height: 20px;
}

.panel-group {
  margin-bottom: 0px;
}

.panel-title {
  margin: 8px 5px 8px 15px;
  line-height: 25px;
}