﻿@charset "utf-8";
/* CSS Document */

/*Reset Style*/
body {
	margin:0;
	padding:0;
	line-height: 1.4em;
	word-spacing:1px;
	letter-spacing:0.2px;
	font: 12px Arial, Helvetica,"Lucida Grande", serif;
	color: #000;
	background: #fff;
	overflow:visible !important;
	width: 100%;
}

	/*Remove Element*/
#header, #topNav, #leftNavBox, #footer,.pierTestWarning, .noPrint	 {
	display:none !important;}

	/* SHOW Print Only elements*/
	.PrintOnly {//display:inline-block !important;}

	/* Show URL */
a:link:after, .printShow a:visited:after { content:" [" attr(href) "] ";}

a:link{
	text-decoration: none;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}

    /* Insert Page Breaks*/
.page-break	{ display: block; page-break-before: always; }

    /* Avoid Page Breaks in table rows */
    table tr td, table tr th {
        page-break-inside: avoid;
    }

/* Override media screen version to fix page breaks  */
#content	{
position:static;
top:auto;
clear:inherit;
//margin: 5px 10px 5px 5px;
padding-bottom:inherit;
overflow:inherit;
}

/* ADDITIONS BELOW FOR SITE VISIT REPORTING */



#divReportBody {
    width: 1050px;
    font: 18px Arial, Helvetica,"Lucida Grande", serif;
    // width: 100% !important;
    // margin-right:5px;
}

.print-table {
    width: 98% !important;
    font: 18px Arial, Helvetica,"Lucida Grande", serif;
}

.print-back {
    //width:98% !important;
    //float: right !important;
    padding-right: 15px;
    font: 18px Arial, Helvetica,"Lucida Grande", serif;
}

.print-jump{
	visibility: hidden;
}

.print-toc a{
	color: #000 !important;
}

.partner-column-print {
    float: none;
    //width: 50%;
	width: 515px !important;
    padding: 10px;
	display: inline-block;
	
}

.partner-row:after {
    content: "";
    display: table !important;
    clear: both;
}

.partner-wordwrap{
	overflow-wrap: break-word;
	word-wrap: break-word;
	hyphens: auto;
}

.print-header	{
  color: #000;
}

//*
.print-width{
//	width: 100% !important;
	//width: 8in !important;
	margin: 0;
	padding: 0;
}
*/
.leftNavToggle{
	visibility: hidden;
}

#btnLeftNavToggle, #btnLeftNavToggle2{
	visibility: hidden;
}

#header{
	visibility: hidden;
}



@media print {
      h1 {
        color: rgba(0, 0, 0, 0);
        text-shadow: 0 0 0 #000;
      }

      @media print and (-webkit-min-device-pixel-ratio:0) {
        body {
          color: #000;
          -webkit-print-color-adjust: exact;
        }
      }
   }
