/*
	This file will be included in header in every page after foundation.
	It should be used for content that relates
	to your site as a whole, it should not be used for
	plugin-specific css
*/

@media print {
	size: letter landscape;
	@page { margin: 0.5cm; }

	body {height: auto;}
   	body * {page-break-before:avoid;}
	body div {position: relative;}
	
	/*this lets some colors be applied*/
	body div, div div, body a {
      -webkit-print-color-adjust: exact !important;
      print-color-adjust: exact !important;
   	}

	.print-only {display: block !important;}

	iframe,	header, footer,
	.stickynav, .sidebar-menu, .sidebar,
	.addthis_toolbox,
	#dtnContainer, .big-hr, a.button,
	.gMapContainer,
	.custom_header_slideshow_homepage, .custom_header_slideshow_interior,
	.image-box,
	.custom_feature_list,
	.mailing-list,
	.button-group,
	.shared-filter, .map-expander,
	.listings .listingContainerHead, .listings .listingContainerFoot,
	.no-print {display: none !important;}

	.section-content .wrapper {width: 100% !important;}
	.maincont {margin-left: 0 !important;}	

	/* remove url's from printing in chrome */
	a, a:visited {
		text-decoration: none !important;
	}
	a[href]:after {
		content: "" !important;
	}

	/*** foudnation stuff ***/
	.medium-1 {width: 8.33333%;}
	.medium-2 {width: 16.66667%;}
	.medium-3 {width: 25%;}
	.medium-4 {width: 33.33333%;}
	.medium-5 {width: 41.66667%;}
	.medium-6 {width: 50%;}
	.medium-7 {width: 58.33333%;}
	.medium-8 {width: 66.66667%;}
	.medium-9 {width: 75%;}
	.medium-10 {width: 83.33333%;}
	.medium-11 {width: 91.66667%;}
	.medium-12 {width: 100%;}

	.medium-block-grid-1 > li {width: 100%; list-style: none;}
    .medium-block-grid-1 > li:nth-of-type(1n) {clear: none;}
    .medium-block-grid-1 > li:nth-of-type(1n+1) {clear: both;}

	.medium-block-grid-2 > li {width: 50%;list-style: none;}
	.medium-block-grid-2 > li:nth-of-type(1n) {clear: none;}
	.medium-block-grid-2 > li:nth-of-type(2n+1) {clear: both;}

	.medium-block-grid-3 > li {width: 33.33333%; list-style: none;}
    .medium-block-grid-3 > li:nth-of-type(1n) {clear: none;}
    .medium-block-grid-3 > li:nth-of-type(3n+1) {clear: both;}

	.contentRender_name_plugins_common_two_col_sidebar_right .large-8 {width: 100% !important;}

}