/* @override 
	http://luce.stage.abrandnewproject.com/css/v1/web/layout.css
	http://www.mandiant.com/css/v1/web/layout.css */

#wrap, #n-wrap, #h-wrap, #f-wrap, #colophon, header, footer, section, #side {position:relative;}
#wrap, footer { clear: both; }
#wrap, , #n-wrap, #h-wrap, #f-wrap, header, footer, section, header h1, header strong, header strong a { display:block; }
header {
	height: 11.9em;
	position: fixed;
	width: 100%;
	min-width: 97em;
	z-index: 4000;
}
header h1, header strong a {
	width: 17em; 
	height: 3.8em !important;
	position: absolute; 
	top: 6.6em;
	left: 3em;
	z-index: 5000;
	display: block;
}
#wrap, #n-wrap, #h-wrap, #f-wrap, footer {
	margin: 0 auto;
}
#wrap, #n-wrap, #colophon { width: 96em; }

#h-wrap, footer {
	width: 97em;
}
#wrap { padding: 12.5em 0.5em 0; }
#n-wrap, #colophon {padding: 0 0.5em;}
#f-wrap {width:93em; padding: 3em 2em; }
#util {
	height: 4em;
	background-color: #852c3e;
}
p#emergency, p#emergency a {
	display: block;
}
p#emergency {
	width: 31em;
	height: 4.1em;
	margin: 0 auto;
}
p#emergency a {
	padding-top: 1.3em;
	padding-bottom: 1.3em;
}

nav#main {
	display: block;
	height: 7.6em;
	padding: .1em;
}
nav#main {
	padding-left: 20em;
}
nav#main ul li {
	display: block;
	float: left;
	margin-left: 2.0em;
	height: 7.8em;
}
nav#main ul li.callout {
	height: 7.6em;
	width: 15em;
	float: right;
}
nav#main ul li a {
	padding-top: 3.5em;
	padding-bottom: 2.5em;
	display: inline-block;
}
nav#main ul li.callout a {
	display: block;
	margin: 0 auto;
	padding: 2.4em 0;
}
.no-touch nav#main a.touch-only {
	display: none;
}
/* Search Form */
header #util form {
	position:absolute;
	right: 1em;
	top: 0.5em;
}
#util form input#keywords {
	width: 4.9em;
	padding: .2em 3em .2em 1em;
	height: 2.9em;
	-webkit-transition: width .3s ease;
	-moz-transition: width .3s ease;
	transition: width .3s ease;
}
#util form input#keywords:focus {
	width: 12em;
	-webkit-transition: width .3s ease;
	-moz-transition: width .3s ease;
	transition: width .3s ease;
}
nav#footer ul {
	margin-bottom: 1em;
}
nav#footer ul li {
	display: block;
	float: left;
}
nav#footer ul li li {
	display: block;
	float: none;
	padding: .5em 0;
}
nav#footer li#gsa, nav#footer li.support {
	margin-top: 1em;
}
li#m-landscape { width: 12.5em; }
li#m-solutions { width: 11em; }
li#m-response { width: 13.5em; }
li#m-company { width: 6.5em; }
li#m-news { width: 11em; }
li#m-resources { width: 16.5em; }
li#m-training { width: 8.5em; }
li#m-solutions, li#m-response, li#m-company, li#m-news, li#m-resources, li#m-training {
	padding-left: 2.5em;
}

/* @group Content */
#wrap #content {
	padding: 3em 2.5em;
}
body#home #wrap #content {
	padding: 0;
}
body#home #billboard {
	padding: 3em 2em 2em;
	overflow: visible;
}
body#home #billboard #bb-container{
	height: 36em;
	width: 92em;
	overflow: visible;
}
body#home #promos {
	
}
nav#breadcrumb {
	display: block;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
body.full #wrap #content nav#breadcrumb {
	margin-left: 2.5em;
}
/* @group Full Page */
body.full #wrap #content {
	padding: 3em 0;
}
body.full #wrap section {
	padding: 0 2.5em;
}
body.full div#content-title,
body.content div#content-title,
body.full section#main-area,
body.full section#side, body.full section#side-aux {
	width: auto;
	display:block;
}
body.full div#content-title,
body.content div#content-title {
	margin: 0 0 0em -0.5em;
	width: 97em;
}
body.content div#content-title {
	margin-left: -3em;
}
body.full div#content-title.mca-title {
	margin-bottom: 5em;
}
/* @end Full Page */

/* @group Content Page */
body.content section#main-area {
	float: left;
	display: block;
	width: 62em;
}
body.content section#side {
	margin-left: 66em;
}
body#mandiant-difference section#side.unique-list {
	margin-left: 63em;
/*	width: 29.5em;*/
}
body#mandiant-difference section#side div.unique-list {
/*	margin-left: 63em;*/
	width: 29.5em;
}

body#mandiant-difference #content-title {
	margin-bottom: 3em;
}
/* @end Content Page */

/* @group Grid */
	/* Global Grid */
	.grid-a,		/* 2 column */
	.grid-b,		/* 3 column */
	.grid-c {		/* 4 column */
		margin-bottom: 2em;
	}
	.grid-a .col {
		float: left;
		width: 44%;
	}
	.grid-b .col {
		float: left;
		width: 32.5%;
	}
	.grid-a .col-a,
	.grid-b .col-a,
	.grid-b .col-b {
		margin-right: 1%;
	}
	.grid-c .col {
		float: left;
		width: 19.6%;
		padding: 1em 1em 0em;
		border: 1px solid #ccc;
		margin-right: 1.5em;
	}
	body#contact div.grid-c {
		margin-bottom: 3.5em;
	}
	body#contact div.grid-c .col {
		min-height: 11em;
		position: relative;
	}
	body#contact div.grid-c .col a {
		position: absolute;
		bottom: 1em;
	}
	.grid-c .col.col-d {
		margin-right: 0;
	}
/* @end Grid */


.display {
	margin: 3em 0 3em 1em;
}

/* @end Content */

/***** @group Homepage *****/
#billboard { /* Note: Taken from dev.css which will be deleted later */
	height: 360px;
}
/* Promos */
body#home section#promos {
	padding-bottom: 17px;
	position: relative;
}
body#home section#promos div {
	display: inline;
}
body#home section#promos div a {
	height: 76px;
	display: inline-block;
	padding: 23px 20px 23px 13px;
	position: relative;
	margin-left: 16px;
}
body#home section#promos div a h5 {
	margin-bottom: 0.5em;
}
body#home section#promos div.promo-a a {
	width: 413px;
	left: 4px;
}
body#home section#promos div.promo-b a {
	width: 419px;
	left: 4px;
}
body#home section#promos div a div.learn-more {
	position: absolute;
	right: -9px;
	top: 3em;
	width: 113px;
	height: 31px;
}
/* Twitter Feed */
body#home section#ticker {
	padding-top: 0em;
}
body#home section#ticker .twitter {
	margin-left: -30px;
	width: 1017px;
	height: 84px;
	margin-top: 4px;
	position: relative;
	clear: left;
}
body#home section#ticker p {
	position: absolute;
	top: 2.9em;
}
/* Channel: Latest Resource */
body#home section#channels div {
	float: left;
	margin: 4px 4px 4px 0;
	position: relative;
	height: 28.9em;
}
body#home section#channels div.a {
	width: 22em;
	height: 30.4em;
	padding: 1.5em 0 0 1.5em;
}
body#home section#channels div.a a.resource-img {
	display: block;
	overflow: hidden;
}
body#home section#channels div.a h2, body#home section#channels div.b h2 {
	display: none;
}
a.flag {
	height: 14px;
	padding: 2px 26px 6px 12px;
	position: absolute;
	bottom: 2.7em;
	right: -5px;
}
a.flag span.tail {
	width: 4px;
	height: 4px;
	position: absolute;
	right: 0px;
	top:  -4px;
}
a.flag span.tail-up {
	width: 4px;
	height: 4px;
	position: absolute;
	right: 0px;
	bottom:  -4px;
}
/*Channel: Video */
body#home section#channels div.b {
	width: 45.8em;
	padding: 1.5em;
}
/*Channel: Events Feed*/
body#home section#channels div.c {
	padding: 1.5em;
	width: 19.9em;
	margin-right: -4px;
}
body#home section#channels div.c h2 {
	margin-bottom: 1em;
}
body#home section#channels div.c h3 a, body#home section#feed ul li a {
	margin: 0.3em 0;
}
body#home section#feed ul li a {
	width: 15em;
	display: block;
}
p.event-loc {
	margin-top: -1em;
}
/* Blog Feed */
body#home section#feed {
	position: relative;	
	clear: left;
	min-height: 200px;
	padding-bottom: 2em;
}
body#home section#feed h2 {
	margin-left: -30px;
	width: 1017px;
	height: 54px;
	margin-top: 0.5em;
	padding-top: 2.5em;
}
body#home section#feed ul {
	margin: 0 1.5em 3em 0em;
}
body#home section#feed ul li {
	float: left;
	margin-left: 4.4em;
	width: 19.9em;
}
body#home section#feed ul li:first-child {
	margin-left: 1.5em;
}
/***** End Homepage *****/

body#resource-archive li.list-item img {
	border: 1px solid #ccc;
	position: absolute;
	top: 0;
}
body#resource-archive h3.thumb {
	margin-left: 7.5em;
}
body#resource-archive div.thumb {
	margin-left: 12em;
}
body#resource-archive li.list-item {
	
}

/* @group About */

body#company section#main-area {
	position: relative;
	text-align: center;
}

#top-logo, #top-title{
	width: 100%;
}

#top-logo {
	height: 38px;
	margin-bottom: 3em;
}
#top-title {
	padding-top: 1em;
}

h1.logo {
	position: absolute;
	left: 353px;
	margin: 0;
	height: 38px;
	width: 247px;
}
	
body#company div .graphic-a-wrap, .graphic-b-wrap {
	position: relative;
	padding: 1em 0 3em 0;
}

/* Graphic A */
body#company div .graphic-a {
	margin: 0em auto;
	width: 878px;
	height: 475px;
}

body#company section#main-area .graphic-a h2 {
	padding-top: 1.8em;
	position: relative;
}

body#company section#main-area div .graphic-a span {
	float: left;
	display: inline;
	top: 3em;
}

body#company section#main-area h2 > span {
	position: absolute;
}

body#company section#main-area .graphic-a span.part-a {
	/*margin-left: 7em;
	margin-top: 5.2em;*/
	left: 126px;
	top: 159px;
}

body#company section#main-area .graphic-a span.part-and {
	/*margin-top: 7.45em;
	margin-left: 2.99em;*/
	left: 413px;
	top: 259px;
}

body#company section#main-area .graphic-a span.part-b {
	/*margin-left: 31.5em;
	margin-top: 3.4em;*/
	left: 567px;
	top: 346px;
}

body#company section#main-area div .graphic-a-caption {
	margin: -1.5em auto 0;
	padding: 4em 0 7.6em;
	width: 768px;
	height: 86px;
}

/* Graphic B */
body#company section#main-area div .graphic-b {
	margin: 0 auto;
	width: 446px;
	height: 400px;
}

body#company section#main-area .graphic-b h3 {
	float: left;
	width: 30%;
	margin: 10.5em 0 0;
}

body#company section#main-area .graphic-b .solutions-label {
	width: 40%;
	margin-top: 11.5em;
}

body#company section#main-area div .graphic-b-caption {
	margin: 0.5em auto;
	padding-bottom: 4.5em;
	width: 878px;
	height: 262px;
}

body#company section#main-area .graphic-b-col {
	margin: 2em 3.3em;
	width: 37.3em;
	float: left;
}

/* Graphic C */

body#company section#main-area div.graphic-c-wrap {
	margin: 0 -3em;
	width: 959px;
	height: 450px;
}

body#company section#main-area div.graphic-c {
	margin: 0 auto;
	padding-left: 0.3em;
	padding-bottom: 7em;
	width: 870px;
	height: 450px;
}

body#company section#main-area .graphic-c-col {
	margin: 4.4em;
	width: 20em;
	float: left;
}
body#company section#main-area div.graphic-c .graphic-c-col h1 {
	margin-top: 1.8em;
}

body#company section#main-area .graphic-c-col p {
	margin-top: 15em;
}

/* Graphic D */
body#company section#main-area div.graphic-d-wrap {
	margin-top: 11.6em;
	width: 85em;
	height: 25em;
}

body#company section#main-area div .graphic-d {
	float: left;
	margin-left: 3em;
	width: 28em;
	height: 25em;
}

body#company section#main-area div.graphic-d-cap {
	margin: 0 auto;
	width: 725px;
	padding-bottom: 3em;
}

div.graphic-d-wrap h2, div.graphic-e-wrap h2 {
	padding-top: 1.8em;
}

div.graphic-d-wrap p, div.graphic-e-wrap p {
	padding-top: 1em;
}

/* Graphic E */
div.graphic-e-wrap {
	margin: 4em 0 0 3em;
	width: 85em;
	height: 37em;
}

div.graphic-e {
	position: relative;
	float: right;
	margin: 0 3em;
	width: 530px;
	height: 330px;
}

body#company section#main-area li a.hover-item {
	display: block;
	width: 21px;
	height: 32px;
	overflow: hidden;
}

body#company section#main-area li a.hover-item:hover {
	width: 242px;
	height: 242px;
}

body#company section#main-area a.hover-item p {
	margin-left: 1.1em;
	padding: 0;
}

body#company section#main-area li .hover-item h3 {
	margin-left: 1em;;
	padding-top: 6em;
}

body#company section#main-area ul.locations li {
	position: absolute;
}

body#company section#main-area ul.locations li:hover {
	z-index: 50;
}

/* Interactive map callout positioning */
body#company section#main-area li.location-a {
	top: 105px;
	left: 448px;
}

body#company section#main-area li.location-b {
	top: 139px;
	left: 19px;
}

body#company section#main-area li.location-c {
	top: 105px;
	left: 11px;
}

body#company section#main-area li.location-d {
	top: 69px;
	left: 478px;
}

body#company section#main-area li.location-e {
	top: 120px;
	left: 430px;
}

body#company section#main-area li.location-a:hover {
	top: 76px; /* -29px offset from static */
	left: 339px; /* -109px offset from static */
}

body#company section#main-area li.location-b:hover {
	top: 110px;
	left: -90px;
}

body#company section#main-area li.location-c:hover {
	top: 76px;
	left: -98px;
}

body#company section#main-area li.location-d:hover {
	top: 40px;
	left: 369px;
}

body#company section#main-area li.location-e:hover {
	top: 91px;
	left: 321px;
}
/* @end About */

/***** @group Anatomy of an Attack *****/
body#anatomy-of-an-attack section#attack-flow {
	padding: 2em 5em;
}
body#anatomy-of-an-attack section#attack-flow #attack-flow-diagram {
	width: 536px;
	height: 1413px;
	float: left;
	display: block;
}
body#anatomy-of-an-attack section#attack-flow #attack-flow-description {
	width: 260px;
	float: left;
	margin-left: 5em;
}
body#anatomy-of-an-attack section#attack-flow #attack-flow-description ol {
	position: relative;
}
body#what-you-can-do-now section#main-area ol#steps li {
	position: relative;
}
body#what-you-can-do-now section#main-area ol#steps li h3{
	padding-top: 0.8em;
}
body#anatomy-of-an-attack section#attack-flow #attack-flow-description ol li {
	padding: 1.7em 1.7em 1.7em 5em;
	position: relative;
}
body#anatomy-of-an-attack section#attack-flow #attack-flow-description ol li span {
	position: absolute;
	left: 1.7em;
	top:  43%;
}

body#anatomy-of-an-attack section#attack-flow #attack-flow-description ol li#viii span, body#anatomy-of-an-attack section#attack-flow #attack-flow-description ol li#ix span {
	top:  42%;
}

body#anatomy-of-an-attack section#attack-flow #attack-flow-description ol li#v span, body#anatomy-of-an-attack section#attack-flow #attack-flow-description ol li#vi span {
	top:  44%;
}

body#what-you-can-do-now section#main-area ol#steps li span {
	position: absolute;
	left: 1.3em;
	line-height: 0em;
	top:  52%;
}
body#anatomy-of-an-attack section#attack-flow #attack-flow-description ol li:last-child span {
	position: absolute;
	left: 1.35em;
}
body#anatomy-of-an-attack section#side {
	padding-top: 2em;
	clear: left;
}
body#anatomy-of-an-attack section#attack-flow #attack-flow-description ol li#ii {
	margin-top: 20px;
}
body#anatomy-of-an-attack section#attack-flow #attack-flow-description ol li#iii {
	margin-top: 20px;
}
body#anatomy-of-an-attack section#attack-flow #attack-flow-description ol li#iv {
	margin-top: 220px;
}
body#anatomy-of-an-attack section#attack-flow #attack-flow-description ol li#v {
	margin-top: 50px;
}
body#anatomy-of-an-attack section#attack-flow #attack-flow-description ol li#vi {
	margin-top: 20px;
}
body#anatomy-of-an-attack section#attack-flow #attack-flow-description ol li#vii {
	margin-top: 2px;
}
body#anatomy-of-an-attack section#attack-flow #attack-flow-description ol li#viii {
	margin-top: 40px;
}
body#anatomy-of-an-attack section#attack-flow #attack-flow-description ol li#ix {
	margin-top: 2px;
}
body#anatomy-of-an-attack section#attack-flow #attack-flow-description ol li#x {
	margin-top: 15px;
}
/* Stopwatch */
#stopwatch {
	padding: 1.7em;
	margin: 0 4em 4em;
	vertical-align: middle;
	height: 14.5em;
}
#stopwatch .time {
	width: 9em;
	position: absolute;
	top: 2.3em;
}
#stopwatch .stop {
	float: right;
	width: 24.5em;
	display: block;
	/* */
	height: 7.6em;
	padding: 1em;
}
#stopwatch a.stop span {
	padding: 1em;
	position: relative;
	top: 3.4em;
}

#stopwatch a.stop span.message {
	padding: 0;
	margin: 0;
	display: none;
	top: 1.9em;
}

#stopwatch .stop .button {
	width:  115px;
	height: 115px;
	float: left;
	display: block;
}
.list-item.stopgap {
	min-height: 150px;
	height:auto !important;
	height:150px;
}
/***** end Anatomy of an Attack *****/

/* @group Threat Landscape */
	section#main-area div.video a.aside {
		float: right;
		margin: 0 0 0px 30px;
		width: 440px;
		position: relative;
	}
	section#main-area div.persistent {
		margin: 0 0 0 18px;
		width: 422px;
		height: 144px;
		display: block;
		padding: 0 0 20px 0;
	}
	body#threat-landscape section#main-area div.persistent h3.title-threats {
		padding: 1em 0 0 0;
	}
	section#main-area div.video a.aside strong {
		position: absolute;
		left: 267px;
		top: 17px;
	}
	section#main-area div.video a.aside p {
		position: absolute;
		left: 267px;
		top: 34px;
	}
body#threat-landscape section#main-area p.subtitle {
	margin: 0 0em;
}

body#threat-landscape section#main-area div#main-area-top {
	padding-top: 5em;
}

body#threat-landscape section#main-area div#malware-anim-wrap {
	padding: 0 25px 5em;
	margin-bottom: 5em;
	margin: 0 -25px 5em ;
	position: relative;
}

body#threat-landscape section#main-area div.malware-item-wrap {
	padding-top: 8em;
	height: 13.4em;
	position: relative;
}

body#threat-landscape section#main-area div#malware-anim-wrap h4.malware-caption {
	padding-bottom: 1.5em;
	display: none;
	position: absolute;
	left: 12.5em;
	bottom: 0.5em;
}

body#threat-landscape section#main-area ul.malware-anim li {
	/*float: left;*/
	width: 14.28%;
	/*position: relative;*/
	position: absolute;
	display: none;
}

body#threat-landscape section#main-area div#malware-anim-wrap a#replay-button {
	display: none;
	position: absolute;
	height: 8px;
	width: 74px	;
	right: 0;
	bottom: 0;
	margin: 2em;
}

body#threat-landscape section#main-area ul.malware-anim li#accounts {
	left: 0;
}

body#threat-landscape section#main-area ul.malware-anim li#trace {
	left: 14.28%;
}

body#threat-landscape section#main-area ul.malware-anim li#command {
	left: 28.56%;
}

body#threat-landscape section#main-area ul.malware-anim li#malware {
	left: 42.84%;
}

body#threat-landscape section#main-area ul.malware-anim li#network {
	left: 57.12%;
}

body#threat-landscape section#main-area ul.malware-anim li#evil {
	left: 71.4%;
}

body#threat-landscape section#main-area ul.malware-anim li#attackers {
	left: 85.68%;
}

body#threat-landscape section#main-area ul.malware-anim li.level-0 {
	display: block;
}

body#threat-landscape section#main-area ul.malware-anim li h4 {
	margin: 0 1.25em;
	padding-top: 0.5em;
}

body#threat-landscape section#main-area ul.malware-anim span {
	display: block;
	height: 50px;
}

body#threat-landscape section#main-area h3.title-threats {
	padding-top: 2.5em;
}

body#threat-landscape section#main-area div#graphic-threats {
	margin-top: 3em;
	height: 250px;
}

body#threat-landscape section#main-area div#graphic-threats div {
	float: left;
	width: 50%;
	padding-top: 3em;
}

body#threat-landscape section#main-area div#graphic-threats h4 {
	padding-left: 4.5em;
}

body#threat-landscape section#main-area div#graphic-threats p {
	margin: -0.8em 0.5em 0 3.6em;
	padding-left: 14em;
}
body#threat-landscape section#main-area div#graphic-threats div.persistent-group p {
	padding-left: 14.5em;
}
body#threat-landscape section#main-area div#graphic-facts {
	width: 970px;
	height: 300px;
	margin: 3em 0 4em -28px;
	padding-bottom: 4em;
}

body#threat-landscape section#main-area div#graphic-facts-wrap {
	width: 90.8em;
	margin: 0 auto;
}

body#threat-landscape section#main-area div#graphic-facts div.fact-col {
	float: left;
	width: 25%;
}

body#threat-landscape section#main-area div#graphic-facts h4 {
	margin-top: 0.4em
}

body#threat-landscape section#main-area div#graphic-facts p {
	margin: 0 2em;
}

body#threat-landscape section#main-area div#graphic-actors div.segment {
	padding: 1em 0 3em;
}
body#threat-landscape section#main-area div#graphic-actors div.objective {
	height: 10.5em;
}
body#threat-landscape section#main-area div#graphic-actors div.characteristics {
	height: 11em;
}
body#threat-landscape section#main-area div#graphic-actors div.targets {
	height: 10.5em;
}
body#threat-landscape section#main-area div#graphic-actors div.trends {
	height: 12em;
}

body#threat-landscape section#main-area div#graphic-actors div.segment:first-of-type {
	height: 12.4em;
	padding: 2em 0 1em 0;
}


body#threat-landscape section#main-area div#graphic-actors div.segment:last-of-type {
	padding-bottom: 1.2em;
}

body#threat-landscape section#main-area div#graphic-actors {
	width: 98%;
	margin: 4em auto 6em;
}

body#threat-landscape section#main-area div#graphic-actors div.col {
	/*width: 238px;*/
	/*margin: 0 3em;*/
	width: 23%;
}

body#threat-landscape section#main-area div#graphic-actors div.col-a, body#threat-landscape section#main-area div#graphic-actors div.col-b, body#threat-landscape section#main-area div#graphic-actors div.col-c {
	margin-right: 2%;
}

body#threat-landscape section#main-area div#graphic-actors strong, body#threat-landscape section#main-area div#graphic-actors p {
	margin: 0 2em 1em 2em;
}

body#threat-landscape section#main-area div#graphic-actors li {
	padding-left: .85em;
	margin: 0.25em 2.1em;
}

body#threat-landscape section#main-area div#graphic-actors div.segment img {
	display: block;
	margin: 1em auto 0 auto;
}

/* @end Threat Landscape */

body#what-you-can-do-now section#main-area p#intro {
	padding: 0 7em 1em;
	margin-bottom: 1em;
}
body#what-you-can-do-now ol#steps {
	display: block;
	width: 50em;
	margin: 0 auto 2em;
	background-color: #b0dadc;
	padding: 0.7em 2em 3em 2em;
	/*padding: 2em;*/
	border: 3px solid #666;
	-webkit-box-shadow: 0px 3px 5px #444;
	-moz-box-shadow: 0px 3px 5px #444;
	box-shadow: 0px 3px 5px #444;
}
body#what-you-can-do-now section#main-area {
	margin-bottom: 6em;
}
ol#steps li {
	border-bottom: 1px dotted #666;
	/*margin-bottom: 1.5em;*/
}
body#news-events section#main-area ul#events-list h3 {
	margin-top: 2em;
}

/* @group Deployment Approaches */

#other-solutions .graphic-a {
	padding: 1em 0 4em 0;
	position: relative;
}
#other-solutions .graphic-a img {
	display: block;
	margin: auto;	
}
#other-solutions p.subtitle {
	padding-top: 3em;
	font-size: 1.5em;
	text-align: center;
}
#other-solutions p.intro {
	padding: 3em 0em 1em 0em;
	font-size: 1.35em;
	text-align: left;
}
#other-solutions #prod-serv {
	background: url(assets/deploy-prod-serv.png) no-repeat;
	width: 908px;
	height: 220px;
	display: block;
	position: relative;
}
#other-solutions #prod-serv p {
	font-size: 1.1em !important;
	margin-bottom: 0.4em;
}
#other-solutions #prod-serv h4 {
	font-size: 1.2em;
}
#other-solutions #prod-serv .prod {
	position: absolute;
	top: 30px;
	left: 210px;
	width: 230px;
}
#other-solutions #prod-serv .serv {
	position: absolute;
	top: 30px;
	left: 665px;
	width: 230px;
}
#other-solutions div#hardware-software {
	margin: 0 auto;
	width: 85em;
	padding: 2em;
}
#other-solutions div#hardware-software .ware-a, #other-solutions div#hardware-software .ware-b, #other-solutions div#hardware-software .ware-c {
	text-align: center;
	border-top: 1px solid #f4f4f4;
	display: block;
	clear: left;
	padding: 2em 0 2em 0;
}
#other-solutions div#hardware-software .ware-a .graphic-a, #other-solutions div#hardware-software .ware-b .graphic-b, #other-solutions div#hardware-software .ware-c .graphic-c {
	width: 15em;
	float: left;
	position: relative;
}
#other-solutions div#hardware-software .ware-a .graphic-a h4, #other-solutions div#hardware-software .ware-b .graphic-b h4, #other-solutions div#hardware-software .ware-c .graphic-c h4 {
	text-align: center;
}
#other-solutions #prod-serv {
	margin: 0 0 3em 0;
}
ul#mcirt-points {
	position: absolute;
	bottom: 60px;
	left: 535px;
	font-size: 1.0em !important;
}
#other-solutions div#hardware-software div div.desc {
	padding: 0 0 1em 0;
	float: left;
	width: 55em;
	text-align: left;
}
#other-solutions div#hardware-software div div.desc ul li {
	list-style: none;
	background: transparent url('assets/bg_right-arrow-black.gif') 0 3px no-repeat;
	padding-left: 1em;
}
#other-solutions div#hardware-software div div.download {
	float: left;
	text-align: center;
	width: 15em;
}
#other-solutions div#hardware-software div div.download a {
	border-bottom: none;
}
#other-solutions div#hardware-software div div.download img {
	-webkit-box-shadow: 0px 1px 5px #ddd;
	-moz-box-shadow: 0px 1px 5px #ddd;
	box-shadow: 0px 1px 5px #ddd;
	border: 1px solid #ddd;
	width: 48%;
}

#other-solutions section#main-area div#mca-graphic-wrapper div.mca-graphic {
	width: 560px;
	height: 460px;
	float: left;
}

#other-solutions section#main-area div#mca-graphic-wrapper div#side-quote,
#other-solutions section#main-area div.showcase div#side-quote {
	position: relative;
	width: 300px;
	height: 460px;
	margin-left: 56em;
}
#other-solutions section#main-area div.showcase div#side-quote {
	margin-left: 54em;
}
#other-solutions section#main-area div#mca-graphic-wrapper div#side-quote q.right,
#other-solutions section#main-area div.showcase div#side-quote q.right {
	margin-top: 3em;
}
#other-solutions section#main-area div.showcase div#side-quote q.right {
	margin-top: 1em;
	padding: 0.5em 0;
	width: 85%;
}

#other-solutions section#main-area ul#highlights-ribbon {
	height: 6em;
/*	margin-bottom: 2em;*/
	padding-left: 2.5em;
	padding-top: 0.9em;
}

#other-solutions section#main-area ul#highlights-ribbon li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
	line-height: 1.3em;
	float: left;
	width: 225px;
	padding: 1.75em 0em 0;
}
#other-solutions section#main-area ul#highlights-ribbon li.first {
	width: 204px;
	padding-left: 1em;
	padding-right: 1em;
}
#other-solutions section#main-area ul#highlights-ribbon li.third {
	width: 212px;
}

#other-solutions section#main-area ul#highlights-ribbon li.last {
	width: 208px;
	padding-left: 1em;
	padding-right: 1em;
}

/* end Deployment Approaches */


/* @group Releases */
body#releases h1 {
	margin-bottom: 1em;
}
ul#releases-list {
	padding: .5em 0;
}
ul#releases-list li {
	padding-bottom: .5em;
}
ul#releases-list li article {
	position: relative;
	/*background-color: #fff;*/
	padding: 4.0em 0 1.5em 0;
	overflow: visible;
	border-bottom: 1px dotted #ddd;
	/*-webkit-box-shadow: #ccc 0px 1px 3px;
	-moz-box-shadow: #ccc 0px 1px 3px;
	box-shadow: #ccc 0px 1px 3px;*/
}
#news-events li.release-block time {
	position: absolute;
	top: .8em;
	left: -1.5em;
}
#releases li.release-block time {
	position: absolute;
	top: 1em;
}
li.release-block h2 {
	padding-right: 6em;
}

li.release-block a.more {
	display: block;
	padding: .4em .8em;
	line-height: 1em;
	background-color: #822433;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: #444 0px 1px 1px;
	-moz-box-shadow: #444 0px 1px 1px;
	box-shadow: #444 0px 1px 1px;
	-webkit-transition: background-color .1s ease-out 0s;
}
section#main-area li.release-block a.more:hover {
	color: #822433;
	background-color: #fff;
}
li.release-block span {
	position: absolute;
	right: -.5em;
	top: 1.8em;
	padding-bottom: .5em;
	background: transparent url(assets/gui_sprite.png) -893px -142px no-repeat;
}
/* @end Releases */

/* @group Release */

section#main-area article div.release-time-location {
	position: relative;
}
section#main-area article div.release-time-location time {
	float: left;
	padding-top: .4em;
}
section#main-area article div.release-time-location p.loc {
	margin-left: 11em;
	padding-top: .55em;
	padding-bottom: .3em;
	padding-left: 1em;
	border-left: 1px solid #ccc;
}
/* @end */

/* @group Solutions Overview */
#platform-details li.off {
	display: none;
}
/**********************/
/* SOLUTIONS OVERVIEW */
/**********************/
/* TO DO: Separate styles out to appropriate css files */
#solutions {
	position: relative;
}
#solutions #graphic {
	width: 850px;
	height: 262px;
	display: block;
	position: relative;
	font-family: Eurostile-Reg;
	margin: 0 auto 4em;
}
#solutions #graphic a {
	border-bottom: none;
}
#solutions #graphic #nav-0 {
	position: absolute;
	top:  32px;
	left: 351px;
	font-size: 18px;
	color: #333;
}
#solutions #graphic #nav-1, #solutions #graphic #nav-2, #solutions #graphic #nav-3 {
	position: absolute;
	top:  68px;
	font-size: 16px;
	color: #fff;
	width: 219px;
	height: 108px;
	line-height: 151px;
	text-align: center;
	text-shadow: #45080f;
}
#solutions #graphic #nav-0:hover, #solutions #graphic #nav-1:hover, #solutions #graphic #nav-2:hover, #solutions #graphic #nav-3:hover, #solutions #graphic #nav-4:hover, #solutions #graphic #nav-5:hover {
	color: #45080f;
}
#solutions #graphic #nav-1:hover, #solutions #graphic #nav-1:active  {
	background: url('assets/platform_threat_sweeping_bg.png') 1px 1px;
}
#solutions #graphic #nav-1 {
	left: 90px;
}
#solutions #graphic #nav-2:hover, #solutions #graphic #nav-2:active  {
	background: url('assets/platform_threat_scoping_bg.png') 0px 1px;
}
#solutions #graphic #nav-2 {
	left: 317px;
}
#solutions #graphic #nav-3:hover, #solutions #graphic #nav-3:active   {
	background: url('assets/platform_threat_containment_bg.png') 0px 1px;
}
#solutions #graphic #nav-3 {
	left: 543px;
}
#solutions #graphic #nav-4:hover, #solutions #graphic #nav-4:active  {
	background: url('assets/platform_threat_intel_bg.png') 1px 0px;
}
#solutions #graphic #nav-4 {
	position: absolute;
	top:  173px;
	font-size: 16px;
	color: #fff;
	width: 672px;
	height: 70px;
	line-height: 43px;
	text-align: center;
	text-shadow: #45080f;
	left: 90px;
}
#solutions #graphic ul.threatintel {
	position: absolute;
	top:  210px;
	color: #d7b4ba;
	font-size: 12px;
	left: 300px;
	cursor: pointer;
}
#solutions #graphic ul.threatintel li {
	float: left;
	margin-right: 84px;
}
#solutions #graphic #nav-5 {
	position: absolute;
	top:  252px;
	font-size: 16px;
	color: #333;
	font-family: Eurostile-Med;
	width: 795px;
	height: 50px;
	line-height: 55px;
	text-align: center;
	text-shadow: #000;
	left: 27px;
}
#solutions #graphic #profservices {
	position: absolute;
	top:  318px;
	font-size: 15px;
	color: #666666;
	width: 844px;
	height: 38px;
	text-align: center;
	line-height: 44px;
}
#solutions #graphic #profservices ul.profservices li:first-child {
	position: absolute;
	top:  0px;
	left: 3px;
	width: 184px;
	height: 38px;
	font-size: 13px;
}
#solutions #graphic #profservices ul.profservices li:last-child {
	position: absolute;
	top:  0px;
	right: -3px;
	width: 184px;
	height: 38px;
	font-size: 13px;
}
#platform-details {
	
}
#platform-details li {
	width: 325px;
/*	float: left;*/
	margin-left:  35px;
	padding-left: 0px;
	padding-right: 77px;
/*	min-height: 63px;*/
}
#solutions .screens {
	width: 432px;
	height: 287px;
	overflow: hidden;	
	position: absolute;
	left: 412px;
	top:  400px;
}
#solutions #tab-0 h4 {
	background: url('assets/platform_details.png') -450px 0 no-repeat;
}
#solutions #tab-1 h4 {
	top:  -560px;
	background: url('assets/platform_details.png') -450px -400px no-repeat;
}
#solutions #tab-2 h4 {
	background: url('assets/platform_details.png') -450px -700px no-repeat;
}
#solutions #tab-3 h4 {
	background: url('assets/platform_details.png') -450px -1000px no-repeat;
}
#solutions #tab-4 h4 {
	background: url('assets/platform_details.png') -450px -1300px no-repeat;
}
#solutions #tab-5 h4 {
	background: url('assets/platform_details.png') -450px -1500px no-repeat;
}
#solutions #screen-0 {
	height: 387px;
	top:  400px;
	background: url('assets/platform_details.png') 0 0 no-repeat;
}
#solutions #screen-1 {
	background: url('assets/platform_details.png') 0 -400px no-repeat;
}
#solutions #screen-2 {
	background: url('assets/platform_details.png') 0 -700px no-repeat;
}
#solutions #screen-3 {
	background: url('assets/platform_details.png') 0 -1000px no-repeat;
}
#solutions #screen-4 {
	background: url('assets/platform_details.png') 0 -1300px no-repeat;
}
#solutions #screen-5 {
	background: url('assets/platform_details.png') 0 -1600px no-repeat;
}
#solutions .stack-item h4 {
	color: #822433;
	font-size: 1.8em;
	margin-top: 20px;
	text-transform: none;
	/* background: transparent url('assets/platform_details.png') no-repeat -450px 0px; */
	padding-left: 78px;
	min-height: 45px;
	padding-top: 1em;
	
}
#solutions .stack-item p {
	font-size: 1.5em;
	padding-left: 78px;
	min-height: 267px;
}
#solutions ul.highlights {
	background: url('assets/platform_details.png') 0 -1900px no-repeat;
	width: 750px;
	padding-top: 34px;
	margin-left: 34px;
	display: block;
}
#solutions ul.highlights li {
	background: transparent url('assets/bg_right-arrow-black.gif') left 6px no-repeat;
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 0 0 1em 0;
	padding-left: 15px;
	padding-right: 0;
}
#solutions .grid-a {
	width: 100%;
}
#solutions .grid-a .col-a, #solutions .grid-a .col-b {
	float: left;
	width: 47%;
}
.grid-a .col-b {
	margin-left: 3em;
}
#solutions #platform-details #tab-0 h4 {
	padding-left: 0;
	background: none;
	padding-bottom: 1em;
	width: 784px;
	margin-top: -20px;
}
#solutions #platform-details #tab-0 ul.platformpoints {
	clear: left;
	background-color: #ededed;
	border: 1px solid #d8dada;
	padding: 1em 2em;
}
#solutions #platform-details #tab-0 ul.platformpoints li {
	font-size: 1.2em;
	margin-left: 0;
	border-bottom: 1px solid #d8dada;
	width: 277px;
	padding: 1em 0;
	font-family: Eurostile-Reg;
	font-size: 1.5em;
}
#solutions #platform-details #tab-0 ul.platformpoints li:last-child {
	border-bottom: none;
}
#solutions #platform-details #tab-0 ul.platformpoints li strong {
	color: #822433;
	font-family: Eurostile-Med;
}
#solutions ul.paging {
	font-size: 1.2em;
	padding: 3em;
	border-bottom: 2px dotted #ebeced;
	margin: 2em 0em;
}
#solutions ul.paging a {
	padding: -2em 6em 0em 6em;
}
#solutions ul.paging .next {
	float: right;
}
#solutions #main-area h3 {
	font-size: 1.7em;
	margin-top: 2em;
	text-align: center;
}
#solutions #main-area .subtitle {
	margin-bottom: 2em;
	font-size: 1.4em;
	text-align: center;
}

#main-area img.mandiant-machine {
	display: block;
	margin: 1em auto;
}
/*** /SOLUTIONS ***/
/* @end Solutions Overview

/* @group Mandiant Difference */

body#mandiant-difference section#main-area {
	text-align: left;
}

body#mandiant-difference section#main-area h3, h4 {
	text-transform: uppercase;
}

body#mandiant-difference section#side h3, h4 {
	text-transform: uppercase;
}

body#mandiant-difference div#content-title h1 {
	font-size: 2.4em;
	margin-top: 1em;
}

body#mandiant-difference div#content-title p {
	font-size: 1.5em;
	margin-bottom: 3em;
}

body#mandiant-difference section#main-area {
	width: 55em;
	float: left;
}

body#mandiant-difference section#main-area h2 {
	font-size: 1.75em;
}
body#mandiant-difference section#main-area div#col-headers h3 {
	width: 49%;
	display: inline-block;
	margin-bottom: 0.5em;
}
body#mandiant-difference section#main-area p.figure-p {
	font-size: 1.35em;
	line-height: 1.35em;
	margin-bottom: 2em;
}

body#mandiant-difference section#main-area div#threat-intelligence {
	position: relative;
	display: block;
	overflow: visible;
	width: 34.4em;
	height: 50.4em;
	margin: 3em auto 4em;
	/*background: #f9fbfb;*/
	background-color: #f3f5f5;
	border: 1px solid #e8d7d8;
}

body#mandiant-difference section#main-area div#threat-intelligence a {
	color: #000;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
}

body#mandiant-difference section#main-area div#threat-intelligence h3.diagram-title {
	position: absolute;
	width: 8em;
	top: 160px;
	left: 101px;
	font-size: 1.8em;
	line-height: 1.2em;
	color: #000;
	text-align: center;
}

body#mandiant-difference section#main-area div.diagram li.diagram-subtitle span {
	padding-top: 0.5em;
	position: absolute;
}

body#mandiant-difference section#main-area div.diagram li.diagram-subtitle span p {
	margin: 0.25em 0.85em 0 1em;
}

body#mandiant-difference section#main-area div.diagram li.diagram-subtitle span p.subheading {
	font-family: Eurostile-Bol, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.35em;
	line-height: 1.35em;
	color: #822433;
}

body#mandiant-difference section#main-area div.diagram li.diagram-subtitle h4 {
	padding: 40px 25px;
	position: absolute;
	font-size: 1.8em;
	color: #fff;
}

body#mandiant-difference section#main-area div#threat-intelligence li#label-a h4{
	left: 114px;
	top: 10px;
	/*left: 139px;
	top: 50px;*/
}

body#mandiant-difference section#main-area div#threat-intelligence li#label-b h4{
	left: 217px;
	top: 209px;
	/*left: 242px;
	top: 249px;*/
}

body#mandiant-difference section#main-area div#threat-intelligence li#label-c h4{
	left: -3px;
	top: 209px;
	/*left: 22px;
	top: 249px;*/
}

body#mandiant-difference section#main-area div#threat-intelligence li#label-a span {
	left: 42px;
	top: -65px;
	width: 260px;
	height: 79px;
	background: transparent url('assets/man-diff_sprite.png') 0 -600px no-repeat;
}

body#mandiant-difference section#main-area div#threat-intelligence li#label-b span {
	left: 155px;
	bottom: 288px;
	width: 260px;
	height: 95px;
	background: transparent url('assets/man-diff_sprite.png') 0 -700px no-repeat;
}

body#mandiant-difference section#main-area div#threat-intelligence li#label-c span {
	left: -67px;
	bottom: 288px;
	width: 260px;
	height: 113px;
	background: transparent url('assets/man-diff_sprite.png') 0 -800px no-repeat;
}

body#mandiant-difference section#main-area div#threat-intelligence a.hover-item span {
	display: none;
}

body#mandiant-difference section#main-area div#threat-intelligence a.hover-item:hover span {
	display: block;
}

body#mandiant-difference section#main-area div.diagram h5 {
	font-size: 1.35em;
	line-height: 1.2em;
	color: #822433;
	padding: 0.5em 0 0.2em;
	text-align: center;
}
body#mandiant-difference section#main-area div.diagram span.tooltip p.subheading {
	margin-left: .85em;
	text-align: center;
	padding-top: 3px;
	font-family: Eurostile-Bol;
	color: #333 !important;
	background-color: #b0dadc;
}

body#mandiant-difference section#main-area div.diagram p {
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: left;
	margin: 0 2em;
}

body#mandiant-difference section#main-area div#threat-intelligence ul {
	width: 354px;
	height: 401px;
	background: transparent url('assets/man-diff_sprite.png') 0 -100px no-repeat;
	margin-top: -5px;
	margin-left: -5px;
}

body#mandiant-difference div.grid-a {
	width: 495px;
	height: 531px;
	background: transparent url('assets/man-diff_sprite.png') -400px 0 no-repeat;
	margin: 0 auto;
	padding: 0.9em 0 5em 0;
	text-align: center;
}

body#mandiant-difference .grid-a .col {
	float: left;
	width: 46%;
}

body#mandiant-difference .grid-a .col li {
	padding: 1em 0 11.3em 0;
}

body#mandiant-difference .grid-a .col-a li {
	padding-bottom: 11.1em;
}
body#mandiant-difference .grid-a .col-b li {

}
body#mandiant-difference section#side div.unique-list {
	position: relative;
	background-color: #e8eaea;
	border: 1px solid #f7f7f7;
	padding: 0;
	-moz-box-shadow:    0px 1px 3px 2px #aaa;
	-webkit-box-shadow: 0px 1px 3px 2px #aaa;
	box-shadow:         0px 1px 3px 2px #aaa;
}

body#mandiant-difference section#side div.unique-list h2 {
	text-align: center;
	font-size: 1.75em;
	color: #333;
}

body#mandiant-difference section#side h2.ribbon {
	/*position: absolute;*/
	margin: 0 auto;
	padding-top: 0.5em;
	left: 0px;
	width: 308px;
	height: 40px;
	/*text-align: center;
	font-size: 1.75em;
	color: #333;*/
	background: transparent url('assets/man-diff_sprite.png') 0 0 no-repeat;
}

body#mandiant-difference section#side div.unique-list ul {
	text-align: left;
	margin: 2em 2.62em;
}

body#mandiant-difference section#side div.unique-list li.ribbon-top {
	margin-left: -32px;
}

body#mandiant-difference section#side div.unique-list li.ribbon-item {
	margin-top: 2.2em;
	border-bottom: 2px dotted #6c7575;
}

body#mandiant-difference section#side div.unique-list li.ribbon-item:last-of-type {
	border-style: none;
}

body#mandiant-difference section#side div.unique-list div#benefits-list {
	padding: 1em 0 1.6em 0;
	border-top: 2px dotted #6c7575;
	background-color: white;
}

body#mandiant-difference section#side div.unique-list div#benefits-list h2 {
	font-size: 1.7em;
	line-height: 2.5em;
	/*padding-bottom: 1em;*/
}

body#mandiant-difference section#side div.unique-list div#benefits-list ul {
	text-align: left;
	margin: 0 2.4em;
	font-family: Eurostile-Reg, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.45em;
	line-height: 2.1em;
}

body#mandiant-difference section#side div.unique-list div#benefits-list li {
	
	list-style: none;
	background: transparent url('assets/bg_right-arrow-a.gif') 0 10px no-repeat;
	padding-left: 0.85em;
}

/* @end Mandiant Difference */
body#incident-response h2 {
	text-align: center;
	margin-top: 2em;
}
#incident-response .grid-a, #other-solutions .grid-a {
	width: 100%;
}

#incident-response .grid-a .col-a, #incident-response .grid-a .col-b, #other-solutions .grid-a .col-a, #other-solutions .grid-a .col-b {
	float: left;
	width: 47%;
}

body#incident-response ul#incident-response-services {
/*	background: url('assets/platform_details.png') 0 -1800px no-repeat;*/
	width: 750px;
	padding-top: 15px;
	margin-left: 34px;
	display: block;
}
body#other-solutions div.look-for {
	text-align: left !important;
}
body#other-solutions div.look-for ul#look-for-these {
	margin: 1em 12em;
	line-height: 1em;
	padding:  1em 0 1em 0;
}
body#other-solutions div.look-for ul#look-for-these li {
	list-style-type: none;
	padding: 0.5em 0 0.5em 3em;
	height: 100px;
	vertical-align: center;
}
body#other-solutions div.youre-covered ul#we-cover {
	position: relative;
}
body#other-solutions div.youre-covered ul#we-cover li {
	list-style-type: none;
	padding: 0.5em 0 0.5em 3em;
	height: 100px;
	position: relative;
	top:  1em;
	left: 0;
	vertical-align: center;
}
body#other-solutions h2.highlights {
	font-size: 1.4em;
	padding: 1em 0 1em 0;
}
body#other-solutions ul.highlights li {
	list-style-type: none !important;
	font-size: 1em !important;
}

body#other-solutions div#mca-graphic-wrapper {
	margin-top: 3em;
	margin-bottom: 1em;
}
body#other-solutions div#mca-action {
	height: 40px;
	margin-bottom: 4em;
}
body#other-solutions div#mca-action .action-button {
	background: transparent url('assets/mca_sprite.png') no-repeat -200px 0;
	font-family: "pragmatica-web", Arial, Helvetica, sans-serif;
	position: absolute;
/*	background-color: #822433;*/
	text-transform: uppercase;
	width: 182px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	font-size: 1.3em;
/*	color: #E7995D;*/
}
body#other-solutions div#mca-action .action-button a {
	border-bottom: none;
	color: #E7995D;
}
body#other-solutions div#mca-action .action-button a:hover {
	color: white;
}

body#other-solutions div#mca-action .action-button span.action-arrow {
	display: inline-block;
	margin-left: 10px;
	width: 4px;
	height: 8px;
	background: transparent url('assets/bg_right-arrow-b.gif') no-repeat;
}
body#other-solutions div#mca-action .action-button a:hover span.action-arrow {
	background: transparent url('assets/bg_right-arrow-c.gif') no-repeat;
}

body#other-solutions div#mca-action #mca-action-a {
	left: 150px;
}
body#other-solutions div#mca-action #mca-action-b {
	left: 390px;
}
body#other-solutions div#mca-action #mca-action-c {
	right: 150px;
}

body#incident-response ul#incident-response-services li, body#other-solutions ul.highlights li {
	background: transparent url('assets/bg_right-arrow-black.gif') left 6px no-repeat;
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 0 0 0.8em 0;
	padding-left: 15px;
	padding-right: 0;
}

body#what-you-can-do-now div#content-title {
	margin-bottom: 3em;
}
div#solution-highlights {
	margin-bottom: 3em;
}
span.new-section-head {
	display: block;
	padding-top: 3em;
	padding-bottom: 1em;
}
div#solution-highlights .highlight {
	padding-left: 5.8em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px dotted #ccc;
}
div#solution-highlights .highlight .icon {
	width: 99px;
	height: 99px;
	float: left;
}
div#solution-highlights .highlight .description h4 {
	font-size: 1.4em;
}
div#solution-highlights .highlight .description {
	padding-top: 2em;
	padding-right: 12em;
	margin-left: 12.5em;
}
footer #legal {
	padding-left: 27.3em;
	padding-top: 1.3em;
}
footer #f-mandiant-logo {
	display: none;
}
footer #f-mandiant-logo a {
	display: block;
	width: 14em;
	height: 4em;
	text-indent: -9999em;
}
footer section#contact-info {
	padding-top: 2em;
}
footer section#contact-info ul li {
	display: inline;
	padding-right: 2.5em;
}
footer a#map-link {
	margin-left: 1em;
}
footer section#contact-info li#social-links {
	position: absolute;
	padding-right: 0;
	right: 0;
	top: 4.2em;
}
footer li#social-links h5 {
	display: inline-block;
	padding-right: .4em;
	padding-bottom: .2em;
	vertical-align: bottom;
}
footer li#social-links ul {
	display: inline;
}
footer li#social-links h5:after {
	content: ": ";
}
footer section#contact-info ul li#social-links ul li {
	padding-right: .1em;
	display: inline;
}
li#social-links ul li a {
	display: inline-block;
	width: 1.8em;
	height: 1.8em;
	text-indent: -9999em;
}
footer ul#social-actions li {
	margin-right: 2em;
	margin-top: 0.8em;
	display: inline-block;
	float: right;
}
footer ul#social-actions li:first-of-type {
	margin-right: 0;
}

footer ul#social-actions iframe.twitter-follow-button {
/*	margin-right: 2em;*/
}


div#opt-mobile-link {
	width: 97em;
	margin: 0 auto;
	display: none;
}

div#opt-mobile-link a {
	display: block;
	margin: 0 auto;	
	padding-bottom: 3em;
}

div#overlay, div#mask {
	position: fixed;
	z-index: 9999;
	display: block;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url('assets/bg_overlay.png');
}
div#overlay.on {
	display: block;
	overflow-y: auto;
}
div#modal, div#modal-video,	
div.dev-modal-container {
	display: block;
	width: 550px;
	min-height: 100px;
	background-color: #fff;
	margin: 80px auto 40px;
	border: 1px solid #333;
	-webkit-box-shadow: 0px 5px 25px #777;
}
div#modal-video {
	width: 585px;
/*	height: 400px;*/
}

div#modal-video iframe.video-iframe {
	margin: auto;
}

div#modal-container,
div.dev-modal-container, div#modal-video-container {
	display: block;
	position: relative;
	padding: 20px;
	padding-top: 32px;
}
body#in-the-news div#modal-video-container {
	padding: 12px;
}
#modal-container h3,
.dev-modal-container h3 {
	font-size: 1.8em;
}
.form-box p {
	position: relative;
}
.form-box p.instructions {
	padding-bottom: 1em;
	border-bottom: 1px dotted #ccc;
}
.form-box label {
	display: block;
}
.form-box input[type=text] {
	border: 1px solid #bbb;
	color: #333;
	font-size: 1.2em;
	display: block;
	width: 95.5%;
	padding: 5px;
}
.form-box textarea {
	width: 99.5%;
	height: 150px;
	resize: vertical;
	color: #333;
	border: 1px solid #bbb;
}
.form-box input[type=text]:focus,
.form-box textarea:focus {
	border-color: #333;
}
.form-box .col-a,
.form-box .col-b {
	float: left;
	width: 49%;
}
.form-box .col-a {
	margin-right: 1em;
}
.form-box .col-ab {
	clear: both;
}
.form-box select {
	width: 100%;
}
.form-box span {
	display: block;
	position: relative;
}
.form-box span label.error {
	font-size: .8em;
	color: #900;
	position: absolute;
	right: 0;
	top: 0;
}
div.form-buttons {
	clear: both;
	padding: 1em 0;
	text-align: right;
}
body#in-the-news div.form-buttons {
/*	padding-top: 0;*/
}
div.after div.form-buttons {
	text-align: center;
}
div.form-buttons input.commit,
div.after a.complete {
	padding: .5em 1em;
	border: 1px solid #ccc;
	background-color: #822433;
	color: #fff;
	font-size: 1.3em;
	cursor: pointer;
	-webkit-transition: background-color .1s ease-out 0s;
	-moz-transition: background-color .1s ease-out 0s;
	-o-transition: background-color .1s ease-out 0s;
	-webkit-transition: color .1s ease-out 0s;
	-moz-transition: color .1s ease-out 0s;
	-o-transition: color .1s ease-out 0s;
}
div.form-buttons input.commit:hover,
div.after a.complete:hover {
	background-color: #b0dadc;
	color: #333;
}
div.form-buttons a.cancel, div#modal-video-container div.form-buttons a.cancel {
	color: #666;
	font-size: 1.2em;
	text-align: left;
	text-indent: -9999em;
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 2em;
	right: 2em;
	background: transparent url('assets/gui_sprite.png') no-repeat -280px -280px;
}
div.form-buttons a.cancel:hover {
	text-decoration: underline;
}
body#in-the-news div#modal-video-container div.form-buttons a.cancel {
	top: 0.8em;
}
div.after {
	display: block;
	display: none;
}
div.after.on {
	display: block;
}
div.before.off {
	display: none;
}
/* @group Side Nav Boxes */
#side li.ribbon {
	padding-bottom: 4px;
}
#side li.social {
	margin-left: -1.6em;
}
#side li.ribbon,
#side li.social {
	margin-bottom: 2.5em;
	position: relative;
}
/* @end Side Nav Boxes */

/* @group Module Assets */
body section ul#related-links {
	display: block;
	margin-top: 2em;
}
body.full section#side ul li ul.actions, body.full section#side-aux ul li ul.actions {
	float: right;
}
body.full section#side ul li ul li a.action, body.full section#side-aux ul li ul li a.action, body.content section#main-area ul li ul li a.action {
	display: block;
	width: 418px;
	height: 36px;
	padding: 17px;
}
body.full section#side ul li ul li a.action p, body.full section#side-aux ul li ul li a.action p, body.content section#main-area ul li ul li a.action p {
	width: 310px;
	overflow: hidden;
}
body.content section#side ul li ul li a.action {
	display: block;
	width: 253px;
	height: 40px;
	padding: 15px;
	margin-top: 2em;
}
body.content section#side ul li ul li a.action p {
	width: 220px;
}
ul#related-links li ul.related {
	margin-top: 2em;
}
ul#related-links li ul.related li a {
	padding-left: 10px;
}
body.content section#main-area  ul#related-links li ul.related {
	clear: both;
	margin-top: 2em;
}
/* Large video within main area */
section#main-area div.video {
	position: relative;
	margin: 0;
}
section#main-area div.video a {
	margin: 0 auto;
	display: block;
	width: 450px;
	height: 141px;
}
section#main-area div.video a div.watch {
	width: 450px;
	height: 33px;
	margin: 0 auto;
	position: absolute;
	top: 93px;
}
section#main-area div.video img {
	margin: 0 auto;
	margin-left: 7px;
}
section#main-area div.video strong {
	position: absolute;
	left: 500px;
	top: 14px;
	width: 200px;
}
section#main-area div.video p {
	position: absolute;
	left: 500px;
	top: 30px;
	width: 200px;
}
/* Large video within main area - specfic to body.content. bump */
body.content section#main-area div.video strong {
	position: absolute;
	left: 355px;
	top: 14px;
	width: 200px;
}
body.content section#main-area div.video p {
	position: absolute;
	left: 355px;
	top: 30px;
	width: 200px;
}
/* Video within content side */
section#side ul li.video {
	position: relative;
	margin-bottom: 2em;
}
body.content section#side ul li.video a, body.full section#side ul li.video a, section#side ul li.promo a.promo-container {
	width: 26.9em;
	display: block;
}
body.content section#side ul li.video a img, body.full section#side ul li.video a img, section#side ul li.promo a img {
	width: 269px;
	margin-bottom: 14px;
}
body.content section#side ul li.video a strong, body.full section#side ul li.video a strong, section#side ul li.promo a strong {
	margin: 0 14px 0 14px;
}
body.content section#side ul li.video a p, body.full section#side ul li.video a p, section#side ul li.promo a p {
	margin: 0 14px 14px 14px !important;
}
body.content section#side ul li.video a div.watch, body.full section#side ul li.video a div.watch, section#side ul li.promo div.click-me {
	width: 115px;
	height: 30px;
	display: block;
	position: absolute;
	right: -36px;
	top:130px;
	text-indent: -9999px;
}
div#colophon ul#social-actions {
	width: 300px;
	position: absolute;
	right: 0em;
	bottom: 4.6em;
}
/* Resource/download (same style no matter placement) */
.resource {
	position: relative;
}
.resource img {
}
.resource a {
	width: 255px;
	display: block;
}
.resource a div.download {
	width: 233px;
	height: 30px;
	display: block;
	position: absolute;
	left: -7px;
	top:88px;
}
.resource a strong {
	position: absolute;
	left: 117px;
	top: 27px;
	width: 140px;
}
/* @end Module Assets */

/* @group Bio Listing */
li.bio-list-item {
	display: block;
	position: relative;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 2em;
	margin-bottom: 2em;
}
li.bio-list-item a.bio-anchor {
	display: block;
	position: absolute;
	top: -145px;
	left: 0;
}
li.bio-list-item a {
	font-size: 1.1em;
	display: inline;
}
img.bio-photo {
	position: absolute;
	top: 0;
	border: 1px solid #ccc;
}
body#leadership div.bio-excerpt,
body#leadership div.bio-full,
body#leadership div.name-title {
	margin-left: 12em;
}
div.bio-excerpt {
	display: none;
	display: block;
}
div.bio-full {
	display: block;
	display: none;
}
/* @end Bio Listing */

/* @group Partners */
section#main-area li.list-item {
	display: block;
	position: relative;
}
section#main-area span.partner-logo-box {
	position: absolute;
	width: 16em;
	overflow: hidden;
	text-align: center;
	padding: 1em .25em;
	margin: 0;
	top: 0;
	border: 1px solid #ccc;
	background-color: #fff;
}

section#main-area li.list-item {
	padding-bottom: 1em;
	margin-bottom: 2em;
	border-bottom: 1px solid #ccc;
}
body#courses section#main-area li.list-item {
	border-bottom-style: dotted;
}
section#main-area ul#itn-list li.list-item {
	padding-top: 2em;
}
section#main-area ul#itn-list li.list-item time {
	position: absolute;
	top: 0;
}
section#main-area div.partner-description {
	margin-left: 18em;
}
section#main-area li.list-item h3.partner-name {
	font-size: 1.6em;
	margin-left: 11.2em;
}
.intro-copy {
	margin-bottom: 3em;
}
a.jump {
	top: -15em;
	position: absolute;
}
/* @end Partners */

/* @group Products Section */
#products-section section#main-area #objective-wrap {
	padding: 3.5em 2.5em;
	border-bottom: 2px dotted #CCC;
	border-top: 2px dotted #CCC;
	margin: 1.6em -2.5em 2.5em -2.5em;
}
#products-section section#main-area #objective-wrap h3 {
	margin-bottom: 1.75em;
}
#products-section section#main-area #objective-wrap h4 {
	text-transform: none;
	font-size: 2em;
	line-height: 120%;
	margin-bottom: 0.65em;
}
#products-section section#main-area #objective-wrap {
	background-color: white;
}
#products-section section#main-area #objective-wrap p {
	font-size: 1.35em;
	padding: 0;
}
#products-section section#main-area ul.po-columns {
	padding-left: 0;
}
#products-section section#main-area ul.po-columns li {
/*	background: transparent url('assets/products_section_sprite.png') no-repeat 0 0;*/
/*	display: block;*/
	float: left;
	line-height: 1.5em;
	margin-right: 1.55em;
	/*padding: 25px 15px 0 15px;
	width: 185px;
	height: 183px;*/
	text-align: center;
}
#products-section section#main-area ul.po-columns li:last-of-type {
	margin-right: 0;
}
#products-section section#main-area ul.po-columns li a {
	color: #333;
	background: transparent url('assets/products_section_sprite.png') no-repeat 0 0;
	display: block;
	width: 215px;
	height: 208px;
}
#products-section section#main-area ul.po-columns li a:hover {
	background-position: -300px 0px;
}
#products-section section#main-area #objective-wrap ul.po-columns h4 {
	padding: 1em 1em 0 1em;
}
#products-section section#main-area #objective-wrap ul.po-columns p {
	padding: 0 1.5em;
}
#product-overview {
	margin-bottom: 10.75em;
}
#products-section section#main-area #product-overview-wrap {
	background: transparent url('assets/product_overview_bg.png') no-repeat;
	width: 773px;
	height: 826px;
	margin: 0 0 10em 0;
	padding: 35px 65px;
}
#products-section section#main-area #product-overview-wrap p.description {
	text-align: center;
	margin-bottom: 4.5em;
}
#product-overview .diagram-wrap {
	padding: 2em 3.3em 0.5em 3.3em;
}
#product-overview ul.diagram {
	float: left;
	margin: 0 6.5em 2.2em 6.5em;
/*	margin-bottom: 5.5em;*/
}
#product-overview ul.col-b {
/*	margin: 0 0 5em 8em;*/
	margin-right: 0;
	margin-left: 6em;
}
#product-overview .wide-base {
/*	width: 100%;*/
	padding: 0;
}
#product-overview ul.diagram h4 {
	color: white;
	font-size: 2.3em;
	line-height: 1.1em;
	margin-bottom: 0.5em;
	text-align: center;
}
#product-overview .wide-base h4 {
	line-height: 100%;
	padding: 1.8em 0;
/*	height: 40px;*/
}
#product-overview ul.diagram li a,
#product-overview .wide-base a h4 {
	color: #333;
}
#product-overview ul.diagram li a:hover,
#product-overview .wide-base a:hover h4 {
	color: #822433;
}
#product-overview ul.diagram li p{
	font-family: Eurostile-Bol, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	padding-top: 0.9em;
	padding-bottom: 0.75em;
	padding-left: 1.35em;
	margin-bottom: 0;
}
#product-overview ul.col-a p {
	padding-top: 0.9em;
	padding-bottom: 0.75em;
	padding-left: 1.35em;
	margin-bottom: 0;
}
#product-overview ul.diagram.col-b p {
	/*padding-top: 1.7em;
	padding-bottom: 1.6em;*/
	padding-left: 2.65em;
/*	margin-bottom: 0;*/
}
#product-overview .diagram-label {
	font-size: 2.3em;
	text-align: center;
}
#product-overview li.tooltip {
	position: relative;
}
#product-overview .diagram div {
	background: transparent url('assets/products_section_sprite.png') no-repeat 0px -300px;
	height: 229px;
	width: 260px;
	position: absolute;
	top: -9999em;
	opacity: 0;
	left: -25px;
}
#product-overview li.tooltip:hover div {
	top: -214px;
	opacity: 1;
}
#product-overview li.tooltip div strong {
	color: #822433;
	font-family: Eurostile-Bol, Tahoma, Arial, Helvetica, sans-serif;
	position: absolute;
	font-size: 1.5em;
	left: 1em;
	top: 1em;
}
#product-overview li.tooltip div img {
	margin: 4em 0 0 1.1em;
	border: 1px solid #CCC;
}
#product-overview li.tooltip div p {
	font-family: "pragmatica-web", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	padding-left: 1em;
}
#product-overview li.tooltip div a {
	color: #822433;
}

#product-info li {
	display: block;
}
#product-info li.resource {
	float: right;
	margin-right: 3.5em;
	margin-top: 3.3em;
}
#product-info li.video {
	margin: 3.3em 0 0 3.5em;
}
#product-info li.video a {
	display: block;
	width: 400px;
}
#product-info li.video a strong {
	position: absolute;
	top: 8px;
	left: 215px;
}
#product-info li.resource a strong {
	top: 8px;
	left: 105px;
}
#product-info li.resource p, #product-info li.video p {
	position: absolute;
	top: 26px;
	left: 105px;
}
#product-info li.video {
	float: left;
	position: relative;
}
#product-info li.video p {
	left: 215px;
}
#product-info .resource .download {
	background: transparent url('assets/gui_sprite.png') no-repeat -975px -1029px;
	top: 69px;
}
#product-info .video .watch {
	background: transparent url('assets/gui_sprite.png') no-repeat -650px -1420px;
	width: 333px;
	height: 30px;
	position: absolute;
	top: 69px;
	left: -8px;
}
#product-info li.resource a:hover .download {
	background-position: -975px -1183px;
}
#product-info li.video a:hover .watch {
	background-position: -650px -1560px;
}
.category-icons {
	border-top: 1px dotted #822433;
	position: absolute;
	top: 37px;
	right: -290px;
}
#other-solutions section#main-area div.category-icons h4 {
	color: #822433;
	font-size: 1.35em;
	margin-top: 25px;
	margin-bottom: 12px;
	text-align: center;
}
#other-solutions section#main-area div.category-icons ul {
/*	padding: 0 25px;*/
	padding-left: 0;
}
.category-icons li {
	position: relative;
	display: inline-block;
	float: left;
	padding-right: 15px;
}
.category-icons li:last-of-type {
	padding-right: 0;
}
.category-icons li a {
	background: transparent url('assets/products_section_sprite.png') 0px -950px no-repeat;
	display: block;
	width: 65px;
	height: 98px;
}
body.managed-defense .category-icons li a {
	background-position: -200px -950px;
}
.category-icons li a:hover,
.category-icons li.selected a {
	background-position: -100px -950px;
}
body.managed-defense .category-icons li a:hover,
body.managed-defense .category-icons li.selected a {
	background-position: -300px -950px;
}
#other-solutions section#main-area div.category-icons a p {
	color: #333;
	font-family: 'Eurostile-Reg', Tahoma, Arial, Helvetica, sans-serif;;
	font-size: 1em;
	margin-bottom: 0;
	position: absolute;
	text-align: center;
	width: 65px;
	bottom: 0;
/*	left: 8px;*/
}
/*#other-solutions section#main-area div.category-icons li.cloud a p {
	left: 16px;
}*/
#other-solutions section#main-area div.category-icons li a:hover p,
#other-solutions section#main-area div.category-icons li.selected a p {
	color: #822433;
}
#lightbox-stacks .stack {
	display: block;
	display: none;
}
#lightbox-stacks .stack.on {
	display: block;
}
.tab-controls {
	height: 20px;
	width: 97.2em;
	left: -3.1em;
	overflow: visible;
	top: 300px;
	position: absolute;
}
#main-area .tab-controls a {
	display: block;
	border-bottom: none;
	position: absolute;
	width: 62px;
	height: 55px;
	top: 0;
	left: 0px;
}
#main-area .tab-controls #lb-prev {
	background: transparent url('assets/products_section_sprite.png') -600px 0px no-repeat;
}
#main-area .tab-controls #lb-next {
	background: transparent url('assets/products_section_sprite.png') -700px 0px no-repeat;
	left: 910px;
}
#main-area .tab-controls #lb-prev:hover {
	background-position: -600px -100px;
}
#main-area .tab-controls #lb-next:hover {
	background-position: -700px -100px;
}
.showcase {
	width: 97em;
	margin-bottom: 2em;
	position: relative;
}
.showcase img {
	margin-left: 2em;
	float: left;
}
#main-area .showcase a.call-link {
	background: transparent url('assets/products_section_sprite.png') -600px -300px no-repeat;
	border: none;
	display: block;
	width: 198px;
	height: 45px;
	position: absolute;
	right: 3.1em;
	top: 469px;
	text-indent: -9999px;
}
#main-area .showcase a.call-link.level-a {
	top: 350px;
}
#other-solutions section#main-area p.description.level-two {
	font-size: 1.2em;
	padding-right: 0;
/*	margin-bottom: 3.2em;*/
	margin: 0.5em 0 2em 0;
	min-height: 8em;
}

#other-solutions section#main-area .showcase h3 {
	background: transparent url('assets/products_section_sprite.png') 0px -600px no-repeat;
	font-size: 2em;
	overflow: visible;
	padding-top: 1.6em;
	padding-left: 8.5em;
	text-align: left;
	width: 100%;
}
#other-solutions div#highlights-ribbon-wrap.products-ribbon {
	background: transparent url('assets/products_section_sprite.png') no-repeat 0px -750px;
	margin-left: -30px;
	margin-bottom: 4em;
	overflow: visible;
	position: relative;
	width: 972px;
	height: 162px;
}
body#other-solutions section#main-area .products-ribbon ul#highlights-ribbon li.item {
/*	padding-top: 5em;*/
	padding: 5em 1.8em 0em 1.8em;
	width: 177px;
}
h2.product-level {
	color: #333;
}
.products-ribbon h3 {
	color: #333;
/*	font-size: 1.9em;*/
	position: absolute;
	top: 1.25em;
	left: 25em;
	text-transform: uppercase;
}
body#other-solutions section#main-area .products-ribbon ul li h4 {
	color: #822433;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	text-transform: none;
}
.product-a-side {
	margin-top: 88em;
}
.product-b-side {
	margin-top: 101.5em;
}
#other-solutions div.assessments.products h4 {
	border-top: 2px dotted #EBECED;
	font-size: 1.75em;
	margin-left: 0;
	padding-top: 2em;
}
body#other-solutions section#main-area div.assessments.products p {
	font-size: 1.2em;
}
body#other-solutions section#main-area div.description.full-width {
	width: 86em;
	margin: 3em 0;
	padding: 0 2.5em 1em 2.5em;
	border-bottom: 1px solid #e3e4e4;
}
body#other-solutions section#main-area ul.content-list {
	font-size: 1.2em;
	padding: 0;
}
body#other-solutions section#main-area ul.content-list li {
	border-bottom: 1px solid #e3e4e4;
	list-style: none;
	padding-bottom: 3.5em;
	position: relative;
	margin-bottom: 1.75em;
	margin-right: 0.5em;
}
body#other-solutions section#main-area ul.content-list li:last-of-type {
	border: none;
}
body#other-solutions section#main-area .content-list h3.title {
	font-size: 1.4em;
	margin-bottom: 0.75em;
	text-align: left;
}
body#other-solutions section#main-area .content-list img.sub-image {
/*	float: left;*/
/*	position: absolute;*/
/*	top: 26px;*/
}
body#other-solutions section#main-area .content-list .sub-excerpt {
	position: absolute;
	top: 48px;
	left: 31.2em;
/*	margin-left: 30em;*/
}
body#other-solutions section#main-area .content-list .sub-excerpt p {
	font-size: 1.1em;
	margin-bottom: 0.75em;
	padding-right: 1em;
}
body#other-solutions section#main-area .content-list .sub-excerpt h4 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
	text-transform: none;
}
body#other-solutions section#main-area .content-list .sub-excerpt span {
	font-weight: bold;
	line-height: 1;
	padding-right: 0.85em;
	text-transform: uppercase;
	vertical-align: middle;
}
body#other-solutions section#main-area .content-list p {
	font-size: 1.2em;
}
/* @end Products Section */

span.link-divide {
	padding: 0 1em;
	color: #aaa;
}
span#snr {
	display: inline;
}

div.video iframe.video-iframe {
	display: none;
}

/* CSS Utilities */
div#solution-highlights .highlight:after,
.col:after,
#wrap #content:after,
.grid-a:after,
.grid-b:after,
.grid-c:after,
ul#releases-list li article:after,
.clearfix:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
* div#solution-highlights .highlight, * html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html div#solution-highlights .highlight, *:first-child+html .clearfix { zoom: 1; } /* IE7 */

.passive {
	display: none;
}