/* 
    Document   : Print
    Created on : Aug 19, 2019, 1:03:09 PM
    Author     : Hawkeye
    Description:
        Purpose of the stylesheet follows.
*/

ul.main-nav li div {
  display:none;
  }

@media print {
  a[href]:after {
    content: none !important;
  }
}
