body {
  font-size: 14px;
  line-height: 24px;
  color: #424242;
}
#body {
  position: relative;
  background-image: none;
  background-color: #fff;
}
#body h1,
#body h2,
#body h3,
#body h4,
#body h5,
#body h6 {
  margin: 0 0 8px 0;
  padding: 0;
}
#body h1 {
  font-size: 24px;
  line-height: 32px;
  color: #101010;
}
#body h2 {
  font-size: 20px;
  line-height: 24px;
  color: #101010;
}
#body h3 {
  font-size: 16px;
  line-height: 24px;
}
#body h4 {
  font-size: 14px;
  line-height: 24px;
}
#body h5 {
  font-size: 12px;
  line-height: 20px;
}
.content {
  width: 100%;
  padding: 0 8px;
}
@media only screen and (min-width: 992px) {
  .content {
    width: 984px;
    margin: 0 auto;
    padding: 0;
  }
}
.c:before,
.c:after {
  content: " ";
  display: table;
}
.c:after {
  clear: both;
}
