.gform_confirmation_wrapper {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@media print {
  .gform_confirmation_wrapper {
    display: none;
  }
  .gform_confirmation_wrapper.ltc-terms {
    *display: initial;
  }
}
