/*!
 * Copyright (C) 2016 Codeplay Software Limited
 * All Rights Reserved.
 *
 * Forms styling.
 *
 * @author Scott Straughan
 */@keyframes popInImageAnimation{from{transform:scale(0,0)}to{transform:scale(1,1)}}.animation{animation-name:popInImageAnimation;animation-timing-function:ease-in;animation-duration:.3s;animation-fill-mode:forwards}.fadeWhenInView{transform:scale(0,0)}