﻿@media print and (color) {
	html {
		margin: 10px 0;
		font-family: sans-serif;
	}
	*, *:before, *:after {
	  box-sizing: border-box;
	}	
	* {
	  -webkit-print-color-adjust: exact;
	  print-color-adjust: exact;
	}
	.micro {
		width: 100%;
	}
	section.content.hdr {
		padding-bottom: 10px;
		border-bottom: 3px solid #e61a2d;
		margin-bottom: 20px;
	}
	.site-footer {
		background: #eee;
		padding: 10px;
		margin: 10px 0 0 0;		
	}
	/* global hides */
	nav.content, .cookie-message, .site-header .skip, .site-header .header-contact, .site-header .mblAcc, .header-actions, .breadcrumbs, .secondary-nav,  .hm-bnr img, .hm-donate, .item-copy img, .banner-figure, .video-wrapper, .btt, .footer-links, .share-this, .widget, .search, .content .tabs, .highlighted-block, .content-wrap iframe, .banner img, .banner-title br, .bnr-fullRight img, .micro-tabs, .pagination {
		display: none;
	}
	h1, h2, h3, h4, h5, h6 {
		color: #333;
		font-family: 'Knockout 30 A', 'Knockout 30 B', Arial Narrow, Arial, sans-serif;
		font-weight: bold;
		padding: 0;
		margin: 0 0 15px 0;
	}
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 24px;
	}
	h3, h4, h5, h6 {
		font-size: 14px;
	}
	p, ol, ul {
		font-size: 16px;
	}
	li {
		margin: 0 0 10px 0;
	}
	.no-bullets {
		padding: 0;
		margin: 0;
		list-style-type: none;
	}	
	.cta {
		display: inline-block;
		background: #e61a2d;
		color: #fff;
		font-family: 'Knockout 50 A', 'Knockout 50 B', Arial Narrow, Arial, sans-serif;
		font-weight: 400;
		font-style: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		padding: 10px;
		text-decoration: none;
		text-transform: uppercase;
		border: 0;
		font-size: 16px;
		line-height: 1em;
	}	
	.content {
		width: 100%;
	}
	.highlight {
		display: block;
		background: #eee;
		padding: 10px;
		margin: 0 0 15px 0;
	}
	.highlight img, .promo .promo-heading-img {
		float: left;
		margin: 0 15px 0 0;
	}
	.promo {
		background: #eee;
		padding: 10px;
		margin: 0 0 15px 0;		
		width: 100%;
		float: left;
		clear: both;
	}
	.promo-heading-inner {
		display: inline-block;
	}
	.section-description {
		margin: 10px 0;
		text-align: center;
		padding: 10px 30px;
		border-top: 2px solid #e61a2d;
		border-bottom: 2px solid #e61a2d;
	}	
	.inset {
		height: auto!important;
	}
	.inset .inset-body img {
		width: 160px;
		height: 104px;
	}
	.wysiwyg .content-header, .content-header-border {
		border-bottom: 2px solid #d9d9d6;
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
		width: 100%;
        display: block;		
	}
	/* clear floats */
	.wysiwyg .content-header:after, .content-header-border:after, .constrained-grid .constrained-row .constrain-single:after, .grid-promo:after {
		content:"";
		display:table;
		clear:both;
	}	
	.wysiwyg .content-header img, .content-header-border img {
		float: left;
		margin: 0 20px 0 0;
	}
	.wysiwyg .content-header .intro-text {
		display: inline-block;
	}
	/* event style grid */
	.constrained-grid .constrained-row .constrain-single {
		margin: 0 0 10px 0;
		display: block;
		text-decoration: none;
	}
	.constrained-grid .constrained-row .constrain-single img {	
		float: left;
		margin: 0 20px 0 0;
	}
	.inset .inset-type {
	  display: inline-block;
	  padding: 5px;
	  color: #fff;
	  font-size: 14px;
	  background: #e61a2d;
	}
	.grid-promo .promo {
		float: left;
		width: auto;
		text-decoration: none;
	}
	.grid-promo .promo img {
		
	}
	.promo-link {
		font-family: 'Knockout 30 A', 'Knockout 30 B', Arial Narrow, Arial, sans-serif;
		font-size: 18px;
		color: #333;
		margin: 10px 0 5px 0;
	}
	.map-canvas {
		display: block;
	}
	.inset-desc a {
		text-decoration: none;
	}
	.inset .highlighted-block {
		display: block;
	}
	h4.faq-title {
		font-weight: bold;
		font-size: 24px;
	}
	.faq-content {
		display: block!important;
	}
	/* home */
	.full-banner-wrap {
		margin-bottom: 15px;
	}
	#hm-carousel {
		display: none!important;
	}
	.inset-desc .fs-widget {
		border: 0;
		padding: 10px 0;
	}
	.inset-desc .fs-widget label {
		display: block;
		margin-bottom: 10px;
		width: 100%;
	}
	.inset-desc .fs-widget input[type="text"] {
		width: 200px;
		padding: 10px;
		border: solid 1px #333;
	}	
	.inset-desc .fs-widget legend {
		display: none;
	}
}