@media print {
  h1 {
    color: #000;
  }
  * {
    color: #000 !important;
  }
  *:after,
  *:before {
    display: none !important;
  }
  .states-list li {
    padding: 0;
  }
  .jumbotron .inner {
    display: none !important;
  }
  .jumbotron .bottom {
    position: static;
  }
  .jumbotron .bottom .logo img:first-child {
    display: none !important;
  }
  .jumbotron .bottom .logo img.black {
    display: block !important;
  }
  .states-list {
    width: 100%;
  }
  .text-section {
    margin-bottom: 50px;
  }
  .text-section [class^="col-"] {
    width: 100% !important;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .custom-cards-section {
    display: none !important;
  }
  .elementor iframe {
    display: none !important;
  }
  footer#footer {
    display: none;
  }
}