@media print {
  html,
  body {
    height: 100% !important;
  }
  body {
   line-height: 1.3 !important;
  }
  a:after {
    content: none !important;
  }
  @page {
    margin: 0.5cm !important;
    padding: 0 !important;
  }
  * {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
    border: none !important;
    opacity: 1 !important;
    transform: translate(0) !important;
    height: auto !important;
  }
  .cs-sections {
    padding:0 !important;
    height: auto !important;
    margin:0 !important;
  }
  div[class^='col'],
  div[class*=' col'],
  .item {
    width: 100% !important;
  }
  img,
  .products,
  .teaser,
  .header,
  .form,
  .footer,
  .fa,
  .glyphicon,
  .sidebar,
  a,
  .services,
  .contact-us,
  #sidebar,
  #footer,
  #header,
  .banner {
    display: none !important;
  }
  .inner-main-content a,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  li {
    margin: 0 0 20px !important;
    display: block !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  li,
  ol,
  dl,
  table {
    text-align: left !important;
    height: auto !important;
    width: 100% !important;
    display: block !important;
    margin: 0 0 15px !important;
    font-family: 'ProximaNova-Regular' !important;
  }
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 17px;
  }
  h3 {
    font-size: 15px;
  }
  h4 {
    font-size: 14px;
  }
  h5 {
    font-size: 12px;
  }
  h6 {
    font-size: 10px;
  }
  p {
    font-size: 12px;
  }
}