/* 
  If an acquia lift segment is experinceing a flicker issue on pageload append the 
  selector of the element to the below rule. This will make it so that the element
  fades in after the acquia elements are replaced. 
*/


body {
  opacity: 0;
  -webkit-transition: opacity 500ms;
}