/**
 * Page-specific styles for /about-us/our-approach only.
 * Loaded via $pageStyles in app/pages/about-us/our-approach.php.
 *
 * The sticky sub-nav's ".affix" state is already styled in custome.css
 * (.sub-product .affix) - add overrides/additions here only if this
 * page needs something beyond that shared rule.
 */

/*
 * Reserves #sticky1's original space once it goes position:fixed, so the
 * content below doesn't jump when the class is added/removed. Without
 * this, that jump shifts the scroll position right at the trigger
 * boundary and flips the .affix class back and forth - the flicker.
 * approach.js sets its height and toggles display on/off in sync with
 * #sticky1's own "affix" class.
 */
#sticky1-spacer {
  display: none;
}
