.logo,
#menu-primary-navigation,
#mobile-header,
.paginate-mobile,
.header-content,
header .google-search,
#secondary-content,
footer nav {
	display: none !important;
}

.footer-share {
	display: none !important;
}

.respond-noprint-blog-comments {
	display: none !important;
}

body {
	font-size: 11pt;
	font-family: arial, helvetica, sans-serif;
}

h1, h2, h3, h4 {
	font-weight: bold;
	position: relative;
	page-break-after: avoid;
}

h1 {
	font-size: 22pt;
}

h2 {
	font-size: 18pt;
}

h3 {
	font-size: 16pt;
}

h4 {
	font-size: 14pt;
}

ul, ol {
	position: relative;
	page-break-inside: avoid;
}

a {
	color: #000;
	text-decoration: none;
}

/* Print headers */


#print-logo {
	display: block;
}

.breadcrumb,
.breadcrumb li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.breadcrumb {
	font-size: 10pt;
	padding: 1em 0 0;
}

.breadcrumb li {
	display: inline;
}


/* Wordpress Image Styles */

img.noborder {
	border: none;
	}

.alert {
	color: #f00;
	font-weight: bold;
	}

.left {
	float: left;
	}

.right {
	float: right;
	}

.center {
	text-align: center;
	}

.alignleft {
	float: left;
	margin-right: 10px;
	}

.alignright {
	float: right;
	margin-left: 10px;
	}

.wp-caption {
	color: #999;
	text-align: center;
	font-style: italic;
	font-size: 11px;
}

.wp-caption-text {
	margin: 0;
	padding: 0;
}



/* TABLES - DATA */

table {
	position: relative;
	margin: 0 auto 20px;
	border: 1px solid #666;
	border-collapse: collapse;

}

	td, th {
		padding: 10px 5px;
		border-collapse: collapse;
		border-top: 1px solid #666;
		border-right: 1px solid #666;
		border-left: 1px solid #666;
		font-size: 12px;
		font-family: arial, helvetica, sans-serif;
		line-height: 1.4em;
	}

	tr {
		page-break-inside: avoid;
	}

	tr.alt td,
	tr.alt th {
		background: #ddd;
	}

	th {
		text-align: center;
		font-weight: bold;
	}

	thead tr td,
	thead tr th {
		border: 1px solid #666;
		font-weight: bold;
	}


	td img {
		display: block;
		margin: 0 auto;
	}



/* TABLES - LAYOUT */

table.layout-table,
table.layout-table td,
table.layout-table tr.alt td,
table.layout-table thead tr td {
	border: 0;
	background: transparent !important;
}



/***************************************
STEP BY STEP LEGAL RESEARCH PROCESS
*/

#primary-content ul#research-process-nav,
#primary-content ul#research-process-nav ul,
#primary-content ul#research-process-nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}


	ul#research-process-nav {
		border-top: 1px solid #666;
		page-break-inside: auto;
	}

	ul#research-process-nav ul {
		float: right;
		width: 270px;
	}

	#primary-content ul#research-process-nav li {
		padding: 6pt 0;
		border-bottom: 1px solid #666;
	}

	ul#research-process-nav a {
		font-size: 13pt;
	}

		#primary-content ul#research-process-nav ul li {
			padding: 0;
			border: 0;
		}

		ul#research-process-nav ul a {
			font-size: 11pt;
		}

		ul#research-process-nav a:hover {
			text-decoration: underline;
		}



footer {
	padding: 10pt 0 0;
	font-size: 10pt;
}


/***************************************
CSS HACKS
*/

.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac *//