/* Whitfield & Crane — home hero fixes (static, loaded with page, no flash) */
/* the "More News" expand button is leftover from the original template —
   homepage scrolls natively now, so the button is removed */
.showcase__updates{display:none!important}
.showcase-layout__close-performance{display:none!important}
@media (min-width:48em){
  .showcase-layout--allow-scrolling .showcase-layout__frame{opacity:1!important;transition:none!important;margin-top:0!important;position:relative;z-index:2}
  .showcase-layout--allow-scrolling .showcase-layout__insight-detail{display:none!important}
  .showcase-layout--allow-scrolling .showcase{position:absolute!important;top:0!important;height:100vh!important;overflow:hidden!important}
  .showcase-layout--allow-scrolling #homepage{padding-top:100vh}
  .showcase-layout--allow-scrolling.showcase-layout--show-performance #homepage{padding-top:0}
}
@media (max-width:48em){
  .showcase-layout--allow-scrolling .showcase-layout__insight-detail{display:none!important}
  .showcase-layout--allow-scrolling .showcase{position:absolute!important;top:0!important;height:100vh!important;overflow:hidden!important}
  .showcase-layout--allow-scrolling .showcase-layout__frame{opacity:1!important;transition:none!important;position:relative!important;z-index:2;margin-top:0!important}
  .showcase-layout--allow-scrolling #homepage{padding-top:100vh}
  .showcase-layout--allow-scrolling.showcase-layout--show-performance #homepage{padding-top:0}
  .showcase-layout--allow-scrolling.showcase-layout--show-performance .showcase-layout__frame{transform:none!important;animation:none!important;margin-top:0!important}
  .showcase-layout:not(.showcase-layout--show-performance) .showcase .showcase-panel__img--mobile{height:100vh!important}
  .showcase-layout:not(.showcase-layout--show-performance) .showcase .showcase-panel__figures{height:100vh!important;background-color:#14294f}
  .showcase-layout:not(.showcase-layout--show-performance) .showcase .showcase__design-wedge{display:none!important}
  .showcase-layout:not(.showcase-layout--show-performance) .showcase .showcase-panel__headlines{z-index:6!important}
  .showcase{opacity:1!important}
}
