/* Responsive Page Styles */
@media only screen and (max-width: 1024px) {
  /*Hide LP Chat on Mobile Devices*/
  .lpchat-container {
    display: none;
    visibility: hidden; } }
