/* Keep only the guide navigation sticky. The decision notice is article content. */
.guide-layout > aside {
  position: sticky;
  top: 30px;
}

.guide-copy > .decision-notice {
  position: static;
  top: auto;
  height: auto;
  border-top: 0;
  border-left: 2px solid #b1956d;
  padding: 4px 0 4px 22px;
  margin: 0 0 65px;
}

@media (max-width: 900px) {
  .guide-layout > aside {
    position: static;
  }
}
