
/* Remove These Backgrounds */
* {
	float: none;
	background-image: none;
	background-color: transparent;
	-moz-box-shadow:    none;
		-webkit-box-shadow: none;
		box-shadow:         none;
}

body {
	font-size: 12pt;
	background-color: white;
	padding: 0 1.5%;
	color:  black;
	font: 12pt Georgia, "Times New Roman", Times, serif; line-height: 1.3;
}

h1, h2, h3, h4, h5, h6, li, p {
	color:  #000!important;
}

h1 { font-size: 24pt!important; }  h2 { font-size: 14pt!important; margin-top: 25px; }

a:link, a:visited {
	color:  #1a61ad!important;
}

/* Elements to hide during print view */
div.ashbrook-voices,
div.slogan,
div.nav-container,
div.addthis-wrap,
div.get-email-updates,
div.social-media-monitor,
div.footer-nav ul,
div.page-side,
div.info-boxes,
div.page-banner-image,
div#respond,
div.breadcrumbs,
div.page-banner div.page-banner-text h2 {
	display: none;
}

img {
	max-width: 100%;
	height: auto;
}

/* Remove alternate position */
div.page-banner-text {
	position:  static;
	top:  0px;
	left:  0px;
}

/* Remove Widths */
div.page-main,
div.page-banner,
div.page-container,
div#hd {
	width:  auto;
	margin:  0;
	float:  none;
	padding-left:  0px;
	padding-right:  0px;
}

/* Remove Padding and Margin Values */
div.page-banner {
	margin: 0;
	padding: 0;
}

/* Page Title Print Typogrpahy */
div.page-banner h1 {
	font-size: 1em!important;
}

div.page-banner h1 span {
	padding: 0;
	display: inline;
}

div.page-main .entry-title {
	font-size: 2.5em;
	line-height: 1em;
}