/* Print styles for GT Lands - ensures pages render correctly when printed */
@media print {
  body {
    background: #fff;
    color: #000;
  }
}
