/* Print styles for DCS */

/* Layout */

.l-utilities,
.l-menu,
.l-footer,
.m-menu-section {
	display: none;}

body {
	font-size: 100%;
	font-family: Arial, Verdana, Trebuchet MS, sans-serif;
	color: #000 !important;
  text-shadow: none !important;
  background: transparent !important;
  box-shadow: none !important;}

.container {
	font-size: .875em;}

/* Elements */	
a, 
a:visited {
	text-decoration: underline;}
	
pre,
blockquote,
tr,
img {
  page-break-inside: avoid;}
  
img {
	max-width: 100% !important;}
h2,
h3 {
  page-break-after: avoid;}


/* Modules */
.m-hero-item {
	display: none;
}
.slick-active {
	display: block;
	max-width: 100% !important;
}
.slick-active img {
	max-width: 500px;
}
.slick-active div {
	max-width: 500px;
}

.m-callout,
.relateds {
	margin-bottom: 1em;
}
.m-updated {
	margin-top: 1em;
}