/* FAQ page color alignment */
body:not(.v4-exact) .callout.faq-callout{
  background:linear-gradient(135deg,#8f241c 0%,#5c1712 100%);
  color:#fff4df;
  border-color:rgba(217,155,43,.42);
}
body:not(.v4-exact) .faq-callout .kicker{
  color:#f3d6aa;
}
body:not(.v4-exact) .faq-callout h2,
body:not(.v4-exact) .faq-callout p{
  color:#f3e5d0;
}
