@media print {
  @page
  {
    	-webkit-box-shadow: none !important;
  		-moz-box-shadow: none !important;
  		box-shadow: none !important;
   		outline: none !important;
    	stroke-width: 0 !important;
    	border-width: 0 !important;
  }

  html {
    stroke-width: 0 !important;	
  }

  rect {
    stroke-width: 0 !important;
  }
  
  /*display the accordio content*/
  .accordion-content {
    visibility: visible!important;
    max-height: 50em!important;
  }

  .button {
    width: auto;
    color: #000;
    padding: 0;
    box-shadow: none;
    background: none;
  }

  /* stuff to hide */
  .toggle, .mobile-menu-toggle 
  , .breadcrumbs
  , .footer-utility
  , .footer-contact
  {
    display: none!important;
  }
}