/* ACT animation consistency / accessibility layer */
.act-footer__phone{
  display:inline-block;
  color:inherit;
  text-decoration:none;
  font-size:14px;
  font-weight:700;
  letter-spacing:.02em;
  margin-bottom:16px;
}
.act-footer__phone:hover{opacity:.78}

@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto!important}
  .act-hero__animated,
  .act-services__reveal,
  .act-business__reveal,
  .act-leadership__reveal,
  .act-team__reveal,
  .act-process__reveal,
  .act-final-cta__reveal,
  .act-service-reveal,
  .act-services-hero__reveal,
  .act-corp-overview__left,
  .act-corp-overview__right,
  .act-corp-overview__bottom,
  .act-who__header,
  .act-who__card,
  .act-who__footer,
  .act-who__button-wrap{
    opacity:1!important;
    transform:none!important;
    animation:none!important;
    transition:none!important;
    transition-delay:0ms!important;
  }
}
