/*
--------------------------------------------------
    Print Css
-------------------------------------------------- 
*/

body {
  background-image: none;
  color: #000;
}

body {
	margin: .25in .5in .25in .5in;
	font-size: 12px;
	line-height: 1.5;
	background-image: none;
	color: #000;
}

h1 {
font-size: 2em;
}

h2 {
font-size: 1.75em;
}

h3 {
font-size: 1.5em;
}

p{
	font-size: 12px;
	line-height: 18px;
}

video,audio, object {
  display: none
}

.site-header,
.site-footer,
.quick-links-wrapper,
.breadcrumbs-wrapper,
.btn-print{
	display: none !important;
}

.site-content{
	
}

.site-content .container{
	
}

.text-image-banner{
	height: auto !important;
	display: inline;
}

.text-image-banner .mobile-image{
	display: none !important;
}

.text-image-banner.article-banner{
	height: auto !important;
	background-image: none !important;
	color: #000000;
}

.text-image-banner,
.text-image-banner .container {
	height: auto !important;
}
.text-image-banner .caption-block {
	width: 100%;
	padding-top: 0px;
	display: inline;
}
.text-image-banner.white-text h1, 
.text-image-banner.white-text h2, 
.text-image-banner.white-text h3, 
.text-image-banner.white-text h4, 
.text-image-banner.white-text h5, 
.text-image-banner.white-text h6 {
	color: #000000 !important;
}

.text-image-banner.article-banner,
.text-image-banner.article-banner .container {
	height: auto !important;
}

.text-image-banner.article-banner .caption-block {
	width: 100%;
	padding-top: 0px;
	display: inline;
}