/* TPP v1.6.0 — semantic resource guide headings */
.resource-summary > h2 {
  color: var(--steel-blue);
  font-family: var(--display-font);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.2;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.resource-article-flow > h2 {
  color: var(--navy);
  font-family: var(--display-font);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.08;
  margin: 44px 0 16px;
}

.resource-article-flow > h2:first-child {
  margin-top: 0;
}

.resource-application > h2 {
  color: var(--navy);
  font-family: var(--display-font);
  font-size: 27px;
  font-weight: 600;
  line-height: 1.05;
  margin: 0 0 17px;
}

.question-callout > h2.article-section-number {
  color: var(--sage);
  font-family: var(--display-font);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.2;
  margin: 0 0 8px;
}

@media (width <= 680px) {
  .resource-article-flow > h2 {
    font-size: 28px;
    margin-top: 36px;
  }
}
