@charset "utf-8";
.page-color,
.section-middle-heading { color: #ee4b42; }
.article-section-headline {
  border-bottom-color: #ee4b42;
  border-left-color: #ee4b42;
  color: #000;
}
.table-of-contents { background-color: #fdedec; }
.section-inline-dt { width: 15%; }
@media only screen and (max-width: 667px) {
.section-inline-dt { width: 100%; }
}
.section-inline-dd { width: 85%; }
@media only screen and (max-width: 667px) {
.section-inline-dd { width: 100%; }
}
