.main-secondary {
  background: #f4fbfd !important;
}
.main-secondary .panel.first .panel-body {
  background: #f4fbfd !important;
}
.main-primary {
  background: #fff;
}
.list-overstated li, .list-understated li {
  background: none;
  list-style-image: url(/images/template2014/bullet-blue-disc.png);
  margin-left: 15px;
  padding-left: 0;
  /* padding-bottom: 10px; */
}
.list-overstated li.open, .list-understated li.open {
  background: none;
  list-style-image: url(/images/template2014/bullet-blue-disc-open.png);
  margin-left: 15px;
  padding-left: 0;
}
ul.list-overstated-panel li {
  background: none;
  list-style-image: url(/images/template2014/bullet-blue-disc.png);
  margin-left: 15px;
  padding-left: 0;
}
.list-standout li {
  background: none;
  list-style-image: url(/images/template2014/bullet-gray-arrow.png);
  margin-left: 15px;
  padding-left: 0;
  margin-bottom: -15px;
  margin-top: -15px;
}
a {
  color: #05579f;
}
.main-primary a {
  text-decoration: underline;
}
p {
    line-height: 1.5;
}