.help_pages .bold {
  font-weight: bold;
}

.help_pages .panel-default {
  border-color: transparent;
  box-shadow: none;
}

.help_pages .container .panel-default {
  margin-left: 30px;
  border-color: transparent;
}

.tools .center {
  text-align: center;
}

.tools .header {
  font-family: Lato-Black;
  font-size: 26px;
}

.tools .container {
  width: 100%;
  margin-left: -20px;
}

.tools .textbox {
  margin-top: 15px;
}

/*.tools .section-header, .tools .section-body, .tools .card, .tools .card-body {*/
  /*height: 100%*/
/*}*/

.help_pages .panel-default > .panel-heading {
  color: #313534;
  background-color: transparent;
  border-color: transparent;
}

.help_pages {
  /*position: absolute;*/
  width: 100%;
  height: calc(100vh - 64px - 11px);
  min-height: 800px;
}

.help_pages .panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: left;
  color: black;
}

.help_pages .panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080";
}

.help_pages .panel-title > a {
  color: inherit;
  margin-left: 15px;
}

.help_pages .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border: 1px solid #dddddd;
  margin-left: 45px;
}

.help_pages .panel-group .panel + .panel {
  margin-top: 0px;
  border-radius: 0px;
}

.faqs .answer {
  padding-left: 20px;
}

.faqs ul.answer {
  padding-left: 40px;
}

.faqs ul.decimal-list {
  list-style-type: decimal;
}

.faqs .faq {
  margin-top: 10px;
}


.tools .sub-line {
  padding-left: 15px;
}

.tools ul li {
  list-style-type: decimal;
}

#base {
  overflow: visible;
  padding-left: 64px;
  width: 100%;
  min-height: 100%;
}
.card-body{
  min-height: 700px;
}




