html{
	color: #2a2a2a;
}
body{
    background-color: #dcdcdc;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
div#impact_container
{
    background-color: #dcdcdc;
    height: 100%;
}

div#impact_container,
div#impact_container h1,
div#impact_container a,
div#impact_container img{
	margin: 0;
	padding: 0;
	clear: both;
    -webkit-font-smoothing: antialiased;	
}
div#impact_container,
div#impact_container a,
div#impact_container img{
	font-family: 'futurabook';
}
div#impact_container h1, {
	font-family: 'futurabold';
}

.avgrund-active {
	font-family: 'futurabook';
}

div#impact_container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -33px;
}

div#impact_container p {
	margin: 0;
}

div#impact_container a,
div#impact_container a:visited {
	color: black;
	text-decoration: none;	
}
div#impact_container a:hover {
	cursor: hand;
}

div#impact_container header, 
div#impact_container #lic-wrapper {
	background-color: #606060;
	color: white;
	width:100%;
	float:left;
}

div#impact_container header .logoContainer img.logo {
	max-width: 100%;
	min-width: 229px;
}

div#impact_container ul,
div#impact_container nav ul {
	list-style: none;
}
div#impact_container nav ul li {
	display: inline-block;
	margin: 0 0px 0 20px;
	/* ie7 styling */
	zoom: 1;
	*display: inline;
}
div#impact_container .nav-selected {
	font-family: 'futurabold';
}
div#impact_container nav ul .home{
	display: none;
}
div#impact_container nav ul a {
	color: white;
}
div#impact_container nav ul a:visited {
	color: white;
}

div#impact_container nav ul a:nth-child(2) li {
	margin-left: 0 !important;
}
div#impact_container nav ul a:hover {
	color: #212121;
}

div#impact_container #lic-wrapper {
	background-image: url(../../images/licBackground.png);
	background-repeat: repeat-x;
	font-size: .75em;
	padding: 5px 0 3px 0;
	margin-top: -5px;
}

div#impact_container #lic-wrapper span{
	float:right;
	margin-top: 1px;
	cursor: hand;
	cursor: pointer;
}
div#impact_container #lic-wrapper span:hover {
	color: black;
}

div#impact_container div#mainContainer {
	padding-top: 10px;

}

div#impact_container #mainContainer .right_column {
	background-image: url(../../images/vertical_divider.png);
	background-repeat: repeat-y;
	padding-left: 20px;	
}

div#impact_container #mainContainer .left_column {
}
div#impact_container #mainContainerInner {
	position: relative;	
}
/* to snap footer to bottom of page/screen */
footer,
div#impact_container .push {
	height: 33px;
}
footer{
	font-family: 'futurabook';
	background-color: #818181;
	border-top: #2b2b2b solid 1pt;
	width:100%;
	font-size: .6em;
	top: -33px;
}
footer #footer-inner {
}
footer #footer-inner .footer-sign-in{
}
footer #footer-inner .footer-copyright {
	padding-top: 8px;
    text-align: right;
    display:inline-block;
    width:100%;
}

div#impact_container .weinstallit {
	background-color: white;
	top: 0px;
	font-size: 2.25em;
	font-family: 'Gabriela', serif;
}
div#impact_container .youcreateit,
div#impact_container .wecreateit {
	padding: 100px 0 120px 0;
}
div#impact_container .youcreateit,
div#impact_container .wecreateit {
	background-position: center bottom;
	background-repeat: no-repeat;
}
div#impact_container .youcreateit {
	background-image: url(../../images/ImpactInstalls_DRILL.png);
	background-position-y: -480px;
}
div#impact_container .wecreateit {
	background-image: url(../../images/ImpactInstalls_TORCHfull.png);
	background-position-y: -480px;
}
div#impact_container .youcreateit:hover{
	color: rgba(30,30,30,0.1);
	background-position-y: 0px;
}
div#impact_container .wecreateit:hover {
	color: rgba(30,30,30,0.1);
	background-position-y: 10px;
}


div#impact_container .weinstallit .strong{
	font-weight: 900;
}

div#impact_container .blurb {
	padding: 30px 0;
}

div#impact_container .services .pageWidth .grid-6 {
	padding: 30px 20px;
}

strong {
	font-family: futuraheavy;
}

/****************************************
note pad
****************************************/
div#impact_container ul

Container {
	position: relative;
	z-index: 1; /* prevent shadows falling behind containers with backgrounds */
	overflow: hidden;
	list-style: none;
	padding: 0 10px 10px 0px; 
}

div#impact_container ul.noteContainer a {
	color: black;
}

div#impact_container ul.noteContainer li {
	padding: 15px;
}

div#impact_container ul.noteContainer li div.note{
	font-size: .9em;
	position: relative;
	height: auto;
	min-height: 80px;
	padding: 15px;
	border: 1px solid #efefef;
	margin: 0;
	background: #fcfbf8;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.1) inset; 
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.27), 0 0 20px rgba(0, 0, 0, 0.1) inset; 
    /* more curly */
    border-radius: 0px 0px 30% 0px / 0px 0px 5% 0px;
}


div#impact_container ul.noteContainer li div.note:before,
div#impact_container ul.noteContainer li div.note:after {
    background: rgba(0, 0, 0, 0.4); 
	content: '';
	z-index: -1;
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 70%;
	max-width: 500px; /* avoid rotation causing ugly appearance at large container widths */
	max-height: 100px;
	height: 55%;
	-webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.7);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.7);
	-webkit-transform: skew(-15deg) rotate(-6deg);
	-moz-transform: skew(-15deg) rotate(-6deg);
	-ms-transform: skew(-15deg) rotate(-6deg);
	-o-transform: skew(-15deg) rotate(-6deg);
	transform: skew(-15deg) rotate(-6deg); 
}


div#impact_container ul.noteContainer li div.note:after {
	left: auto;
	right: 10px;
	-webkit-transform: skew(15deg) rotate(6deg);
	-moz-transform: skew(15deg) rotate(6deg);
	-ms-transform: skew(15deg) rotate(6deg);
	-o-transform: skew(15deg) rotate(6deg);
	transform: skew(15deg) rotate(6deg); 
}

div#impact_container .paperclip,
div#impact_container .pin,
div#impact_container .stickytape {
	z-index: 1000;
	clear: both;
}
div#impact_container .paperclip img, 
div#impact_container .pin img, 
div#impact_container .sticktape img {
	height: 100%;
	width: 100%;
}
div#impact_container .paperclip {
	float: left;
	height: 70px;
	width: 35px;
	margin-top: -21px;
}
div#impact_container .pin {
	height: 35px;
	width: 30px;
	margin-top: -20px;
	margin-left: auto;
	margin-right: auto;
	display: block;		
}
div#impact_container .stickytape {
	float: left;
	height: 100px;
	width: 95px;
	margin-top: -40px;
	margin-left: -40px;
}

div#impact_container .content-sbBlog-title .headline a,
div#impact_container .blog-attributes .headline{
	margin: 0;
	font-weight: normal;
	font-family: 'futurabold';
	font-size: 1.75em;
}
div#impact_container .date {
	font-family: 'futurabook';
	font-size: .7em;
	color: #727272;
	padding-bottom: 5px;
	border-bottom: 1px dashed #a8a8a8;
	margin-bottom: 5px;
}
div#impact_container .note {
	font-family: 'futurabook';
	font-size: .9em;
	color: #3d3d3d;
	text-align: justify;
}
div#impact_container h2 {
	font-size: 0.8em;
	text-align: left;
}
.content-sbBlog-post {
	text-align: justify;
}

.privacy {
	font-size: 1em;
}
.privacy h1{
	font-family: 'futurabold';
	font-weight: normal;
	font-size: 1.5em;
}
.privacy strong {
	font-family: 'futurabold';
	font-size: .9em;	
	font-weight: normal;
}
.privacy .richtext {
	font-size: .8em;
	text-align: justify;
}
/********************************************************************************************
***** Add .pageWidth to the width you would like to use
********************************************************************************************/

.container1024, .pageWidth {
	max-width: 1000px;
	margin: 0 auto 0 auto;
	padding: 0 15px 0 15px;
}				

.container1280
{
	max-width: 1200px;
	margin: 0 auto 0 auto;
	padding: 0 15px 0 15px;
	position: relative;
}

/******** Media width queries *************/

@media (min-width: 801px) {
	div#impact_container  .logoContainer {
		background-image: url(../../images/logo_background.png);
		background-repeat: no-repeat;
		background-position: center center;
	}

	div#impact_container  nav {
		clear: both;
		position: absolute;
		bottom: 8px !important;
		right: 0 !important;
		}
}

@media (max-width: 800px) {
	div#impact_container  .logoContainer {
		background-image: none;
	}

	div#impact_container  .logo {
		margin-left: auto;
		margin-right: auto;
		display: block;	
	}
	div#impact_container  nav {
		clear: both;
		bottom: 0 !important;
		margin: 0 auto 8px auto;
	}

}


@media (max-width: 530px) {
	div#impact_container  ul.note li {
		width: 94%;
	}
	div#impact_container  .logo {
		width: 90px;
		margin-left: auto;
		margin-right: auto;
		display: block;	
	}


/* MobileUI */

	div#impact_container #titleBar {
		color: #fff;
		background: url('images/bg04.jpg');
		box-shadow: inset 0px -20px 70px 0px rgba(200,220,245,0.1), inset 0px -1px 0px 0px rgba(255,255,255,0.1), 0px 1px 7px 0px rgba(0,0,0,0.6);
		text-shadow: -1px -1px 1px rgba(0,0,0,0.75);
	}

		div#impact_container #titleBar .title {
			display: block;
			text-align: center;
			font-size: 1.2em;
			font-family: 'Lobster', sans-serif;
			line-height: 44px;
		}

		div#impact_container #titleBar .toggle {
			position: absolute;
			left: 0;
			top: 0;
			width: 80px;
			height: 60px;
		}
		
			div#impact_container #titleBar .toggle:after {
				content: '';
				display: block;
				position: absolute;
				top: 6px;
				left: 6px;
				color: #fff;
				background: rgba(255,255,255,0.025);
				box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.1), inset 0px 0px 0px 1px rgba(255,255,255,0.05), inset 0px -8px 10px 0px rgba(0,0,0,0.15), 0px 1px 2px 0px rgba(0,0,0,0.25);
				text-shadow: -1px -1px 1px rgba(0,0,0,1);
				width: 49px;
				height: 31px;
				border-radius: 8px;
			}

			div#impact_container #titleBar .toggle:before {
				content: '';
				position: absolute;
				width: 20px;
				height: 30px;
				background: url('images/mobileUI-site-nav-opener-bg.svg');
				top: 15px;
				left: 20px;
				z-index: 1;
				opacity: 0.25;
			}
			
			div#impact_container #titleBar .toggle:active:after {
				background: rgba(255,255,255,0.05);
			}

	div#impact_container #navPanel {
		background: url('images/bg04.jpg');
		box-shadow: inset -1px 0px 0px 0px rgba(255,255,255,0.25), inset -2px 0px 25px 0px rgba(0,0,0,0.5);
		text-shadow: -1px -1px 1px rgba(0,0,0,1);
	}

		div#impact_container #navPanel .link {
			color: #fff;
			text-decoration: none;
			font-size: 1.25em;
			line-height: 2em;
			padding : 0.5em 1.5em 0.5em 1.5em;
			border-top: solid 1px #373d40;
			border-bottom: solid 1px rgba(0,0,0,0.4);
		}

		div#impact_container #navPanel .link:first-child {
			border-top: 0;
		}

		div#impact_container #navPanel .link:last-child {
			border-bottom: 0;
		}
}
.address strong{
	font-family: 'futurabold';
	font-weight: normal;
}
