/* ***
 * SFS Fixes
 * ------------------------------
 */


/*
 * The offset of the chapter anchors needs to be different because the site
 * headers on child themes are different (taller) than the TT site header.
 */

@media screen and (min-width: 1024px) {
  .tc--chaptered-page .chapter-anchor,
  .tc--sfs-chaptered-page .chapter-anchor {
    top: -11.875rem !important;
  }
}
