@charset "utf-8";

body {
	background: #fff;
}

#content-wrap {
	height: auto !important;
}


/* ---- Content columns ---- */
.col {
	float: none;
	padding: 0 0 0 0;
}

.fat-col, .med-col, .thin-col {
	padding-right: 0;
}


/* ---- Home Page ---- */

.home {
	padding: 0;
}

.home h2 {
	margin: 3em 0 0.9em 0;
}


/*-------------QA Topics-----------*/
#left-nav {
	float: none;
	padding: 3.8em 0;
}

#left-nav li {
	border: 0;
	padding: 0 0 0 1em;
	display: none;
}
#left-nav li.selected, #left-nav li.selected li {
	display: block;
}

#left-nav li .topic-qs-nav div {
	height: auto !important;
}

#left-nav li .topic-qs-nav {
	height: auto !important;
}

#left-nav li .topic-qs-nav li {
	padding: 0px 5px 5px 5px;
}

.qa-content {
	float: none;
}



/* ---- SEARCH ---- */
span.ajaxSearch_highlight {
	background-color: #77defc;
}


/* BACKGROUND REMOVALS */
.home, #self-assess-bottom, .qa-txt, .qa-txt.noShadow {
	background: none !important;
}


/* FULL WIDTHS */
.qa-content, #left-nav, .cons-div, #contact-feature, #home-feature div, #content, #content.thin, #content.large, form, .fat-col, .med-col, .thin-col {
	width: 100% !important;
}


/* PRINT ONLY DISPLAYS & HIDES */
.print {
	display: block !important;
}

.screen, #stretch-header, #home-feature-woman, .vid-box, #footer {
	display: none !important;
}


/* PRINT HEADER */

.print-head {
	width: 100%;
	clear: both;
}

.print-head img, .print-head div {
	float: right;
	text-align: right;
	color: #003e7e;
	line-height: 1.4em;
	font-size: 0.95em; 
}
.print-head div {
	padding: 25px 10px 0 0;
}
.print-head div span {
	color: #009bc9;
}


/* PRINT FOOTER */

.print-footer {
	max-width: 909px;
	margin: 30px 0 0 0;
}

.print-footer div {
	position: relative;	
	height: 150px;
}

.print-footer img {
	position: absolute;
	right: 0;
	bottom: 0;
}

.print-footer p {
	padding: 0 0 0 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003e7e;
	margin: 0;

}
.print-footer p.activities {
	font-weight: bold;
	font-size: 1em;
	padding-top: 5px;
}
.print-footer p.people {
	font-size: 0.95em;
}


