/**
 * 
 * Page Specific Styles For Terms of Use
 * This page should be named according to the page slug.
 *
 **/


/*/////////////////////////////////////////////////////////////////////////////////////
// terms of use Page Styles
/////////////////////////////////////////////////////////////////////////////////////*/
#content .row {
	margin-bottom: 1em;
}

h3.main-title {
	font-size: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
	height: 42px;
	background-image: url(../../images/h4-title-bg-arrow.png);
	background-repeat: no-repeat;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	background-color: #f7931e;
	padding-left:70px;
	color: #ffffff;
	text-shadow: 1px 1px 0 #c54c1d;
	border: 1px solid #ee5d24;
	border-left: none;
	border-top: none;
	line-height: 40px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
}


.span12 h4 {
	color: #f90;
}


/*/////////////////////////////////////////////////////////////////////////////////////
// Site-wide Media Queries
/////////////////////////////////////////////////////////////////////////////////////*/

	/* Large desktop display */
	@media (max-width: 1200px) {
		#enviro-tagline {
			display: block;
		}
		#enviro-no-tagline {
			display: none;
		}
		#facts-headline {
			display: none;

	}/* end media query min-width: 1200px; */


	/* All Desktops only */
	@media (min-width: 980px) {
	
	}

	/* All Tablets and Phones only */
	@media (max-width: 1024px) {
		p {
			font-size: 14px;
		}
		.lead {
			font-size: 14px;
		}
	}

	/* Landscape Tablets */
	@media (min-width: 768px) and (max-width: 979px) {
		
	}

	/* Landscape Phones and Portrait Tablets */
	@media (max-width: 767px) {


	}
	/* all phones */
	@media (max-width: 480px) {

	}

