@media print {

  body {
    margin: 0;
    color: #000;
    background-color: #fff;
  }

  #sidebar-wrapper, .scroll-to-top {
    display: none;
    visibility: hidden;
  }

  #page-content-wrapper {
    margin-left: 0px;
  }

  hr {
    display: none;
  }

  .col-lg-4 {
    max-width: 33%;
  }

  #potential-markets .col-lg-3 {
    max-width: 50%;
  }

  h2, footer {
    page-break-before: always;
    
  }

  h2 {
    line-height: 3.5rem !important;
  }

  .text-white {
    color: #4C4C4A !important;
  }

  @page {
    margin: 2cm;
  }  
}