/*
* Print styles
*
*/
#skip-to-content,
#toTop,
#logo a,
#leftNav,
#pageHeader nav,
h2.showHideTrigger span,
#departments,
#footer-nav,
#weather-sm-give,
p.weather,
#rightSidebar,
#pageHeader h1,
a.post-edit-link,
#un-button.un-left.css3,
#section-image,
#carousel,
#seal,
h2.collapsible-heading span {
	display: none !important;
}

h1,h2,h3,h4,h5,h6{
	font-family: Helvetica;
}

h1.assistive-text {
	margin-bottom: 0;
}

#logo {
	position: relative;
	width: 10%;
	height: auto;
	margin: 0 auto 1em;
}
#logo img#print-logo {
	width: 100%;
	max-width: 10em;
	height: auto;
}

#content-wrapper {
 	max-width: 100%;
 	padding: 0;
}

#breadcrumb {
	padding: 0.5em 0;
	border-style: solid;
	border-color: #999;
	border-width: 0 0 2px 0;
	margin: 0;
	max-width: 100%;
}

#breadcrumb p {
	max-width: 100%;
	padding: 0;
}

#content,
#content.with-sidebar {
	width: 100%;
	border: none;
	padding: 1em 0 0 0;
	max-width: 100%;
	line-height: 1.4;
}

body.page-template-page-section-home-php #content header + p {
	color: #000;
}

#content.with-sidebar > div,
#content > div {
	padding: 0;
}

div.collapsible-content {
	display: block !important;
}

#pageFooter {
	border-top: 2px solid #999;
	padding-top: 1em;
}

#footerLeft p {
	font-size: 1em;
	margin: 0;
}

a {
	text-decoration: none;
	color: #000;
}

table th[scope="row"] {
	text-align: left;
	padding-right: 1em;
}

table caption {
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
}

/* Highlight boxes */

div.highlight-box,
div.highlight-box:nth-of-type(2n+0) {
	width: 400px;
	margin: 0 auto;
	float: none;
	text-align: center;
}

div.highlight-box figure {
	margin-bottom: 0;
}

div.highlight-box img {
	max-width: 400px;
}

div.highlight-box p {
	margin: 0 0 3em;
	font-weight: bold;
}

/* Table */

table th[scope="col"] {
	font-size: 1.3em;
	text-align: left;
}

table th,
table td {
	border-bottom: 1px solid #ccc;
	padding: 0.25em;
}

table td {
	border-left: 1px solid #ccc;
}
