/*-----------------------------------------------------+
 | Site: Eastern Association for the Surgery of Trauma |
 | Part: Print styles                                  |
 +-----------------------------------------------------*/

/* Hide unnecessary elements
======================================================================*/
.site_footer,
#header-nav,
.nav_primary,
.nav_secondary,
.noprint,
.searchbar,
#exhibitor-information,
#exhibitor-continue
{
	display: none;
}


/* Core layout
======================================================================*/
body,
#main,
.site_header:not(.logo),
#page,
.search #content-primary,
.site_wrapper
{
	background: none;
	border: 0;
	box-shadow: none;
	float: none;
	padding: 0;
	margin: 0;
	max-width: 100%;
	min-width: 0;
	padding: 0;
	position: static;
	width: 100%;
}


/* Content
======================================================================*/

.logo
{
	margin: 30px 0;
	background: url(https://www.east.org/content/images/logo.png);
	background-repeat: no-repeat;
	background-size: 340px 80px;
	width: 340px;
	height: 80px;
	display: block;
	-webkit-print-color-adjust: exact !important; /* Chrome, Safari */
	color-adjust: exact !important;
}

/*--- Header ---*/
.site_header
{
	margin-bottom: 2em;
}

/*--- Footer ---*/
.footer_info
{
	border-top: 1px solid #ccc;
	font-size: 0.8em;
	line-height: 1.3;
	margin-top: 2em;
	padding-top: 1em;
}