
  .custpm-head>.custom_head_text {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom_title{
  margin:0;
   background-color:#f7f7f7;
  border:solid 1px #ccc;
}
section.information_page .panel-group .panel{
  margin-bottom:15px;
}
.custpm-head>.custom_head_text a {
    display: block;
    padding: 10px 15px;
    font-weight: normal;
    color:#0d447d;
    font-size: 17px;
}
.panel-body{
  border:solid 1px #ccc;
  border-top:none;
}

.custpm-head>.custom_head_text a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color:#444;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.custpm-head>.custom_head_text a[aria-expanded="true"] {
  background-color:#f7f7f7;
}

.custpm-head>.custom_head_text a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custpm-head>.custom_head_text a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
    float: right;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
}

.accordion-option .toggle-accordion:before {
  content: "Open All";
}

.accordion-option .toggle-accordion.active:before {
  content: "Close All";
}