* Styles for the printer-friendly version of the page */
* {transition: none !important}

/* Remove background colors and images, use black ink */
* {
 background: transparent !important;
 color: black !important;
}
body {
 width: auto !important;
 font-size:12pt;
}
/* Size to fit width of the printed page */
#wrapper {
 width: 98%;
 margin: 1em auto;
 max-width: none;
 min-width: none;
}
/* Don't display the navigation bar */
/* You can use the same idea to hide anything else 
 that you don't want on the printed page */
#footer_block {
	display: none;
}
#headerBlock
 {
	display: none;
}
nav {
 display: none !important;
}
.universalnav {
display: none !important;

}
br {
display: none !important;
}
div.gototop {
display: none;
}
i.fa-print{
	display: none;
}
div#left_column4 {
display: none !important;
}
/* Make links black and underlined */
a, a:link, a:visited {
 color: black;
 text-decoration: none;
}

/*dont show url after link*/
a:link:after, a:visited:after {
content: "";
}
/* Limit width of images to their containing elements */
img {
 max-width: 100% !important;
 display: none !important;
} 
/*get accordion information to open and print*/
.data {
	display: block !important;
}