﻿body
{
	background: #fff;
}

h1, h2, h3, h4, h5, h6
{
	color: #000;
}

p
{
	color: #000;
}

.Third { width: 33%; }
.TwoThirds { width: 66%; }

.WhiteLine { border-top: solid 1px #000; }

/* Header */
/**********/
.Header,
.ExpandableContent { display: none; }

/* Print Header */
/****************/
.PrintHeader
{
	position: relative;
	display: block;
    width: 100%;
    margin: 0 auto 0 auto;
	text-align: left;
}

.PrintHeader p
{
	font-family: Georgia;
}

.PrintHeader .Logo
{
	margin: 0 0 20px 0;
}

.PrintHeader .Path
{
	font-size: 0.8em;
	font-style: italic;
}

.PrintHeader .ContactInfo
{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.2em;
	text-align: right;
}

/* Content */
/***********/
.Content { width: 100%; }

.CaseStudy .Expand {
	height: auto !important; display: none !important; }

.CaseStudy .HiddenContent  
{
	height: auto !important;
	overflow: visible !important;
}

.CaseStudy .SideBar { width: 25%; }
.CaseStudy > .TwoThirds { width: 66%; }
.CaseStudy .TwoThirds .TwoThirds { width: 100%; }

/* Footer */
/**********/
.Social,
.ExploreBrass { display: none; }

.Footer
{
	width: 100%;
	border-top: 1px solid #000;
}

.Footer p { color: #000; }
