
/************************************

	COLOR
	—
	YELLOW:			color: #ffd600;
	BLUE:			color: #72b8b4;
	DARK BLUE:		color: #549a96;
	ORANGE:			color: #e76f00;
	DARK BROWN:		color: #46402d;
	MED BROWN:		color: #7c796c;
	LIGHT BROWN:	color: #c0bfb9;

	ORANGE			color: rgb(231,111,0);
	DUSTY RED		color: rgb(146,84,81);
	YELLOW			color: rgb(236,194,0);

************************************/


/************************************
	RESET
************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }


/************************************
	GLOBALS
************************************/
body {
	background-color: rgb(114,184,180);
	color: rgb(255,255,255);
	font: 10px/18px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
/*	text-shadow: 0 0 1px rgb(74,144,140);*/

	background-color: rgb(96,166,162);
}
html { overflow-y: scroll; }
.clearfix:after { content: " "; display: block; font-size: 0; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
a { border-bottom: 1px dotted rgb(231,111,0); color: rgb(231,111,0); text-decoration: none; }
a:hover { border-bottom: none; color: rgb(34,104,100); text-decoration: none; }
h1, h2, h3, h4, h5, h6 { position: relative; }
h1 { font-size: 2.4em; }
h2 { color: rgb(60,131,127); font-size: 3.2em; font-weight: bold; letter-spacing: -.05em; line-height: 32px; text-transform: uppercase; top: -11px; width: 66%; }
h3 { font-size: 2em; font-weight: bold; line-height: 16px; top: 1px; }
h4 { font-size: 1.6em; font-weight: bold; line-height: 16px; padding-bottom: 3px; text-transform: uppercase; top: 3px; }
h5 { font-size: 1.2em; font-weight: bold; line-height: 18px; text-transform: uppercase; }
h6 { font-size: 1.2em; font-weight: bold; line-height: 18px; text-transform: uppercase; }
p { color: white; font-size: 1.3em; margin-top: 18px; position: relative; }
p:first-child { margin-top: 0; }
sup,
sub { font-size: .8em; height: 0; line-height: 1; vertical-align: baseline; position: relative; }
sup { bottom: 1ex; }
sub { top: .5ex; }


/************************************
	COLUMNS
************************************/
div.col { float: left; position: relative; }
div.colspan1 { width: 12.5%; }
div.colspan2 { width: 25%; }
div.colspan3 { width: 37.5%; }
div.colspan4 { width: 50%; }
div.colspan5 { width: 62.5%; }
div.colspan6 { width: 75%; }
div.colspan7 { width: 87.5%; }
div.col h1, h2, h3, h4, h5, h6, p { padding-right: 20px; }


/************************************
	GRID
************************************/
div#grid {
	background: transparent url('../_images/_css/grid.png');
	display: none;
	height: 400%;
	left: 50%;
	margin-left: -480px;
	position: absolute;
	top: 0;
	width: 960px;
	z-index: 1000;
}
div#grid.show { display: block; }


/************************************
	WRAPPER
************************************/
div#wrapper {
	text-align: left;
}
div#wrapper div.centered {
	margin: 0 auto;
	max-width: 96em;
	min-width: 76em;
	padding: 18px 10px;
/*	position: relative;*/
}


/************************************
	MASTHEAD
************************************/
div#masthead { border-bottom: 1px dotted rgba(255,255,255,.4); }
div#masthead div.centered { padding: 29px 10px 13px 10px; }
div#masthead div.number { font-size: 2.4em; }
div#masthead div.location {
	color: rgb(210,240,240);
	line-height: 16px;
}
div#masthead h1 {
	height: 65px;
	width: 181px;
}
div#masthead h1 a {
	background: transparent url('../_images/_css/csssprite.png') no-repeat left -737px;
	border: none;
	display: block;
	height: 65px;
	text-indent: -9999px;
	width: 181px;

	background: transparent url('../_images/_css/logo.png') no-repeat;
}
div#masthead div.location a {
	border-bottom: 1px dotted rgba(255,255,255,.4);
	color: rgb(210,240,240);
}
div#masthead div.location a:hover { border-bottom: none; }
div#masthead div.connect { font-size: 16px; margin-bottom: 5px; }
div#masthead div.social-icons a {
	background: url('../_images/_css/csssprite.png') no-repeat 0 -575px;
	border: none;
	display: inline-block;
	height: 0;
	margin-right: 10px;
	overflow: hidden;
	padding-top: 32px;
	width: 32px;
}
div#masthead div.social-icons a.twitter { background-position: 0 -575px; }
div#masthead div.social-icons a.twitter:hover { background-position: -36px -575px; }
div#masthead div.social-icons a.facebook { background-position: 0 -617px; }
div#masthead div.social-icons a.facebook:hover { background-position: -36px -617px; }
div#masthead div.social-icons a.linkedin { background-position: 0 -661px; }
div#masthead div.social-icons a.linkedin:hover { background-position: -36px -661px; }
div#masthead div.social-icons a.blog { background-position: 0 -532px; }
div#masthead div.social-icons a.blog:hover { background-position: -36px -532px; }


/************************************
	HEADER
************************************/
div#header {
	background: url('../_images/_css/grid.gif') center top;
	line-height: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}
div#header div#flashbanner {}
div#header div#linegraph {
	line-height: 0;
	width: 100%;
}
div#header div.centered {
	padding: 18px 10px 17px 10px;
}
div#header h1 {
	color: rgb(255,255,255);
	font-size: 4.4em;
	font-weight: bold;
	line-height: 36px;
	text-transform: uppercase;
	top: 2px;
}
div#header div.cta {}
div#header div.cta a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: rgb(166,212,211);
	border: none;
	color: rgb(255,255,255);
	display: block;
	float: left;
	font-size: 2em;
	font-weight: bold;
	line-height: 36px;
	padding: 4px;
/*	text-shadow: 0 0 1px rgb(231,11,0);*/
	text-transform: none;
}
div#header div.cta a span.contactus {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: rgb(231,111,0) url('../_images/_css/icon-unlock.gif') no-repeat 10px center;
	display: block;
	padding: 5px 15px 5px 45px;
}
div#header div.cta a:hover {
	background-color: rgb(255,255,255);
}


/************************************
	INTERIORHEADER
************************************/
div#interiorheader {
	line-height: 0;
}
div#interiorheader div.centered {
	padding: 18px 10px 17px 10px;
}
div#interiorheader h1 {
	color: rgb(255,255,255);
	font-size: 4.4em;
	font-weight: bold;
	line-height: 36px;
	text-transform: uppercase;
	top: 2px;
	width: 50%;
}
div#interiorheader a.back {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: rgb(166,212,211);
	border: none;
	color: rgb(255,255,255);
	display: block;
	float: left;
	font-size: 1.2em;
	font-weight: normal;
	padding: 4px;
	text-transform: none;
}
div#interiorheader a.back span {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: rgb(231,111,0);
	display: block;
	line-height: 18px;
	padding: 5px 12px;
}
div#interiorheader a.back:hover {
	background-color: rgb(255,255,255);
}
div#interiorheader a.back span:before {
	content: " ← ";
}


/************************************
	OVERVIEW
************************************/
div#overview {
	border-top: 1px dotted rgba(255,255,255,.4);
}
div#overview div.centered {
	padding: 18px 10px 13px 10px;
}


/************************************
	TABS
************************************/
div#glancetabs {}
div#glancetabs div.centered {
	padding: 2px 10px 0 10px;
}
div#glancetabs div.centered ul#navigation {}
div#glancetabs div.centered ul#navigation li {
	float: left;
	padding-bottom: 17px;
	width: 25%;
}
div#glancetabs div.centered ul#navigation li:first-child {
	margin-left: 25%;
}
div#glancetabs div.centered ul#navigation li a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: rgb(166,212,211);
	border: none;
	color: rgb(255,255,255);
	display: block;
	float: left;
	font-size: 1.2em;
	font-weight: normal;
	padding: 4px;
/*	text-shadow: 0 0 1px rgb(231,11,0);*/
	text-transform: none;
}
div#glancetabs div.centered ul#navigation li a span {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: rgb(231,111,0);
	display: block;
	padding: 5px 12px;
}
div#glancetabs div.centered ul#navigation li a span:after {
	content: " →";
}
div#glancetabs div.centered ul#navigation li a:hover {
	background-color: rgb(255,255,255);
}
div#glancetabs div.centered ul#navigation li.selected {
	padding-bottom: 0;
}
div#glancetabs div.centered ul#navigation li.selected a,
div#glancetabs div.centered ul#navigation li.selected a span {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	background-color: rgb(245,245,245);
	color: rgb(231,111,0);
}
div#glancetabs div.centered ul#navigation li.selected a span {
	font-weight: bold;
	padding-bottom: 23px;
/*	text-shadow: 0 0 1px rgb(255,255,255);*/
}
div#glancetabs div.centered ul#navigation li.selected a span:after {
	content: " ←";
}


/************************************
	GLANCE EXPANDED: GLOBALS
************************************/
div#glanceexpanded {
	background-color: rgb(245,245,245);
	border-bottom: 1px dotted rgb(114,184,180);
	color: rgb(112,111,105);
	height: 0;
	overflow: hidden;
/*	text-shadow: 0 1px 0 rgb(255,255,255);*/
}
div.glanceopened {
	height: auto !important;
}
div#glanceexpanded div.centered {
	padding: 0 10px;
	position: relative;
}
div#glanceexpanded div.centered div.innercontent {
	display: none;
}
div#glanceexpanded div.centered div.selected {
	display: block;
}
div#glanceexpanded ul {}
div#glanceexpanded ul li {
	list-style: square outside;
	padding-right: 30px;
}
div#glanceexpanded img.icon {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0 0 5px rgb(182,181,175);
	-webkit-box-shadow: 0 0 5px rgb(182,181,175);
	background: rgb(255,255,255) url('../_images/_css/csssprite.png') no-repeat ;
	height: 36px;
	margin: 14px 25px 0 0;
	width: 36px;
}
div#glanceexpanded ul + img.icon {
	margin-top: 13px;
}
div#glanceexpanded img.icon:first-child {
	margin-top: 31px;
}
div#glanceexpanded img.gift { background-position: -108px 0; }
div#glanceexpanded img.linegraph { background-position: -216px 0; }
div#glanceexpanded img.merge { background-position: -288px 0; }
div#glanceexpanded img.notepad { background-position: -252px 0; }
div#glanceexpanded img.eq { background-position: -72px 0; }
div#glanceexpanded img.boxes { background-position: -180px 0; }
div#glanceexpanded a.download,
.back-home {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: rgb(220,220,220);
	border: none;
	color: rgb(255,255,255);
	display: block;
	float: left;
	font-size: 1.2em;
	font-weight: normal;
	margin: 9px 0 4px 0;
	padding: 4px;
	text-transform: none;
}
/*.back-home { display: inline-block; float: none; }*/
div#glanceexpanded a.download span,
.back-home span {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: rgb(231,111,0);
	display: block;
	padding: 5px 12px;
}
div#glanceexpanded a.download span:after { content: " ↓"; }
.back-home span:before { content: " ← "; }
div#glanceexpanded a.download:hover,
.back-home:hover { background-color: rgb(231,111,0); }
div#glanceexpanded a.download:hover span,
.back-home:hover span {
	background-color: rgb(255,255,255);
	color: rgb(231,111,0);
}


/************************************
	GLANCE EXPANDED: SERVICES
************************************/
div#services {
	padding: 36px 0 35px 0;
}
div#services h2 {
	color: rgb(74,144,140);
	font-size: 3em;
	font-weight: normal;
	line-height: 29px;
	margin-bottom: 21px;
	text-transform: none;
	top: -11px;
	width: 80%;
}
div#services h4 {
	color: rgb(74,144,140);
	font-size: 1.8em;
	left: -2px;
	line-height: 15px;
	top: 3px;
}
div#services h5 {
	color: rgb(92,91,85);
}
div#services p {
	color: rgb(112,111,105);
	font-size: 1.2em;
	padding-right: 30px;
	top: 4px;
}
div#services p.intro {
	color: rgb(74,144,140);
	font-size: 1.4em;
	font-weight: bold;
	line-height: 16px;
	margin-top: 0;
	top: 0;
}
div#services p.intro + p { margin-top: 15px; }
div#services p + h4 { margin: 33px 0 0 0; }
div#services h4 + h5 { margin: 11px 0 0 0; }
div#services p + h5 { margin: 22px 0 0 0; }
div#services h5 + p + h5 {
	margin: 18px 0 0 0;
}
div#services h4 + p + h5 {
	margin: 19px 0 0 0;
}
div#services h2 + p { margin-top: 0; }
div#services h5 + p { margin-top: 0; top: 0; }
div#services h5 + p + p { margin-top: 14px; }
div#services h4 + p { margin: 0; top: 1px; }


/************************************
	GLANCE EXPANDED: CASE STUDIES
************************************/
div#casestudies {
	padding: 36px 0 35px 0;
}
div#casestudies h2 {
	clear: left;
	color: rgb(74,144,140);
	font-size: 3.4em;
	font-weight: normal;
	line-height: 29px;
	margin-top: 18px;
	text-transform: none;
	top: -11px;
	width: 100%;
}
div#casestudies h3 {
/*	color: rgb(74,144,140);
	font-size: 1.6em;
	line-height: 16px;
	margin: 7px 0 0 0;
	top: -5px;*/
}
div#casestudies h5 {
	color: rgb(92,91,85);
}
div#casestudies p {
	clear: left;
	color: rgb(112,111,105);
	font-size: 1.2em;
	padding-right: 30px;
	top: 4px;
}
div#casestudies img.clientlogo {
	margin-bottom: 18px;
	position: relative;
}
div#casestudies img.clientlogo.buy {
	margin-bottom: 7px;
	top: -4px;
}
div#casestudies img.clientlogo.mumboe {
	margin-bottom: 4px;
	top: -7px;
}
div#casestudies img.clientlogo.andra {
	margin-bottom: 12px;
}
div#casestudies div.clientquote,
div#casestudies div.pullquote {
	border-bottom: 1px solid rgb(220,220,220);
	margin-bottom: 13px;
	padding: 0 0 11px 0;
	position: relative;
	top: -5px;
}
div#casestudies blockquote.clientquote p,
div#casestudies blockquote.pullquote p {
	clear: both;
	font-size: 2em;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-indent: -.45em;
	top: -1px;

	font-size: 2em;
	line-height: 27px;
}
div#casestudies blockquote.pullquote p {
	text-indent: 0;
}
div#casestudies blockquote.clientquote p span.source,
div#casestudies blockquote.pullquote p span.source {
	font-weight: bold;
}
div#casestudies blockquote.clientquote.auto-width,
div#casestudies blockquote.pullquote.auto-width {
	margin: 18px 0;
}
div#casestudies blockquote.clientquote.auto-width p,
div#casestudies blockquote.pullquote.auto-width p {
	clear: none;
	color: rgb(74,144,140);
	font-size: 1.8em;
	line-height: 22px;
}
div#casestudies blockquote.clientquote p span.source,
div#casestudies blockquote.pullquote p span.source {
	font-size: .9em;
}
div#casestudies p { clear: none; }
div#casestudies p.pullquote {
	font-size: 1.2em;
	padding: 7px 0;
	width: 240px;
}
div#casestudies p.pullquote.left {
	border-right: 3px solid rgb(231,111,0);
	float: left;
	margin: 15px 18px 36px 0;
	padding-right: 15px;
}
div#casestudies p.pullquote.right {
	border-left: 3px solid rgb(231,111,0);
	float: right;
	margin: 15px 0 36px 18px;
	padding-left: 15px;
}
div#casestudies p.pullquote.wide {
	border-bottom: solid 2px rgb(222,221,215);
	border-top: solid 2px rgb(222,221,215);
	color: rgb(74,144,140);
	font-size: 1.8em;
	margin: 18px 0;
	padding: 18px 36px;
	text-align: center;
	width: auto !important;
}
div#casestudies p.pullquote span.source {
	display: block;
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
}
div#casestudies div.headerbar {
	border-bottom: 1px solid rgb(220,220,220);
/*	border-top: 1px solid rgb(220,220,220);*/
	margin-bottom: 18px;
	padding: 18px 0 10px 0;
	position: relative;
	top: -2px;
}
div#casestudies div.headerbar div.header {
	float: left;
	width: 50%;

	width: 66%;
}
div#casestudies div.headerbar div.cta {
	margin-left: 66.7%;
}
div#casestudies p + h5 {
	margin: 22px 0 0 0;
}
div#casestudies h5 + p + h5 {
	margin: 18px 0 0 0;
}
div#casestudies h5 + p { margin-top: 0; top: 0; }
div#casestudies h5 + p + p { margin-top: 14px; }
div#casestudies p + p { margin-top: 18px; }
div#casestudies h3 + p { margin-top: 10px; }
div#casestudies div.chartgraphic {
	-moz-border-radius: 6px;
	-moz-box-shadow: 0 0 10px rgb(182,181,175);
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 0 10px rgb(182,181,175);
	background-color: rgb(255,255,255);
	margin: 18px 12.5% 22px 0;
	padding: 21px 10px 18px 10px;
	text-align: center;
}
div#casestudies div.chartgraphic.nopad {
	padding: 10px 10px 5px 10px;
}
div#casestudies div.chartgraphic.full {
	margin: 18px 0 22px 0;
}
div#casestudies div.chartgraphic.right {
	float: right;
	margin: 18px 0 22px 22px;
}
div#casestudies div.chartgraphic.left {
	float: left;
	margin: 18px 22px 22px 0;
}
div#casestudies div.table {
	padding: 9px 10px;
}
div#casestudies div.chartgraphic h4 {
	color: rgb(231,111,0);
	padding: 0 0 10px 0;
}
div#casestudies div.chartgraphic p {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
div#casestudies div.chartgraphic p span.label_orange {
	color: rgb(231,111,0);
	padding-right: 5px;
}
div#casestudies div.chartgraphic p span.label_blue {
	color: rgb(104,174,170);
	padding-left: 5px;
}
div#casestudies div.chartgraphic table {
	border-left: 1px dotted rgb(200,200,200);
	border-top: 1px dotted rgb(200,200,200);
	width: 100%;
}
div#casestudies div.chartgraphic table tbody tr td {
	border-right: 1px dotted rgb(200,200,200);
	border-bottom: 1px dotted rgb(200,200,200);
	font-size: 1em;
	padding: 5px 5px 0 5px;
	vertical-align: middle;
}
div#casestudies div.chartgraphic table tbody tr td:first-child {
	width: 1%;
}
div#casestudies div.chartgraphic table tbody tr td img {}
div#casestudies div.about p { font-size: 1.1em; }
div#casestudies ul#casestudynav {
	background: transparent url('../_images/_css/bg-casestudynav.gif') no-repeat right bottom;
	margin-right: 12.5%;
	padding: 0 0 100px 0;
	position: relative;
	top: -2px;
}
div#casestudies ul#casestudynav li { list-style: none; padding: 0; }
div#casestudies ul#casestudynav li.header {
	border-bottom: 3px solid rgb(225,225,225);
	color: rgb(42,41,35);
	font-size: 1.2em;
	font-weight: bold;
	line-height: 18px;
	padding: 21px 25px 5px 35px;
	text-transform: uppercase;
}
div#casestudies ul#casestudynav li a {
	background: transparent url('../_images/_css/csssprite.png') no-repeat 11px -204px;
	border-bottom: 1px solid rgb(225,225,225);
	border-left: 1px solid rgb(245,245,245);
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	padding: 21px 25px 14px 35px;
	text-transform: uppercase;

	background-position: 11px -215px;
	font-size: 1.2em;
	padding: 11px 25px 9px 35px;
}
div#casestudies ul#casestudynav li a:hover {
	background-color: rgb(245,245,245);
	background-position: 11px -107px;
	color: rgb(82,81,75);
}
div#casestudies ul#casestudynav li a span {
	color: rgb(132,131,125);
	display: block;
	font-size: .7em;
	font-weight: normal;
	text-transform: none;
}
div#casestudies ul#casestudynav li.selected {
	background: rgb(234,234,234) url('../_images/_css/bg-casestudynavgradient.gif') repeat-y right center;
}
div#casestudies ul#casestudynav li.selected a {
	background-color: transparent;
	background-position: 11px -96px;
	border-left-color: rgb(225,225,225);
	color: rgb(82,81,75);

	background-position: 11px -107px;
}
div#casestudies div.casestudy {
	display: none;
}
div#casestudies div.csopened {
	display: block;
}
div#casestudies div.casestudy div.colspan4 {
	width: 66.7%;
}
div#casestudies div.casestudy div.colspan5 {
	width: 75%;
}
div#casestudies div.casestudy div.colspan6 {
	width: 100%;
}
div#casestudies div.casestudy div.colspan2 {
	width: 33%;
}


/************************************
	GLANCE EXPANDED: PROFILE
************************************/
div#companyprofile {
	padding: 36px 0 35px 0;
}
div#companyprofile div.profileheader {
	padding-bottom: 20px;
}
div#companyprofile div.profilephoto {
	-moz-border-radius: 6px;
	-moz-box-shadow: 0 0 5px rgb(182,181,175);
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 0 5px rgb(182,181,175);
	background-color: rgb(255,255,255);
	line-height: 0;
	margin-right: 8.3%;
	max-width: 440px;
	padding: 10px;
}
div#companyprofile h2 {
	color: rgb(74,144,140);
	font-size: 4.4em;
	font-weight: normal;
	line-height: 28px;
	margin: 0;
	text-transform: none;
	top: -8px;
	width: 100%;
}
div#companyprofile h4 {
	margin-top: 18px;
	padding: 0 0 2px 0;
	top: 5px;
}
div#companyprofile h6 {
	color: rgb(74,144,140);
	font-weight: bold;
	text-transform: none;
}
div#companyprofile p {
	color: rgb(112,111,105);
	font-size: 1.2em;
	padding-right: 30px;
	top: 4px;
}
div#companyprofile p.intro {
	color: rgb(132,131,125);
	font-size: 1.3em;
	line-height: 18px;
	margin-top: 18px;
	padding: 0;
	top: -7px;
}
div#companyprofile div#teammembers {
	position: relative;
	top: 13px;
}
div#companyprofile div.teammember {
	border-top: 1px dotted rgb(204,204,204);
	padding: 8px 0 9px 0;
}
div#companyprofile div.teammember:hover {
	background-color: rgb(235,235,235);
}
div#companyprofile div.teammember div.headshot {
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-box-shadow: 0 0 5px rgb(182,181,175);
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-box-shadow: 0 0 5px rgb(182,181,175);
	background-color: rgb(255,255,255);
	float: left;
	line-height: 0;
	margin-left: 2.5%;
	padding: 5px;
	width: 24%;
}
div#companyprofile div.teammember div.details {
	margin-left: 33.33%;
}
div#companyprofile div.teammember div.details div.closed {
	display: none;
}
div#companyprofile div.teammember div.details div.open {
	display: block;
}
div#companyprofile div.teammember div.details h5 {
}
div#companyprofile div.teammember div.details p {
	font-size: 1.1em;
	padding-right: 10px;
	margin: 0;
	text-indent: 2em;
	top: 0;
}
div#companyprofile div.teammember div.details h6 + p { text-indent: 0; }
div#companyprofile div.teammember div.details a.readmorelink,
div#companyprofile div.teammember div.details a.readlesslink {
	color: rgb(231,111,0);
	display: none;
	font-weight: bold;
}
div#companyprofile div.teammember div.details a.shown {
	display: inline;
}
div#companyprofile div.teammember div.details a.readmorelink:after {
	content: " ↓";
}
div#companyprofile div.teammember div.details a.readlesslink:after {
	content: " ↑";
}
div#companyprofile blockquote.staffquote p {
	color: rgb(74,144,140);
	font-size: 1.4em;
	letter-spacing: -.05em;
	line-height: 16px;
	margin: 18px 0 0 0;
	padding: 0;
	text-indent: -.45em;
	top: -1px;
}
div#companyprofile blockquote.staffquote p span.source {
	font-weight: bold;
}
div#companyprofile p + blockquote.staffquote {
	margin-top: 21px;
}
div#companyprofile div.culture {
	background-color: rgb(235,235,235);
	border: 10px solid rgb(192,191,185);
	margin-right: 30px;
	padding: 8px 15px 15px 15px;
}
div#companyprofile div.culture h4 {
	margin-top: 0;
}
div#companyprofile div.culture p { padding: 0; }
div#companyprofile div.culture ul.culturelist {
	margin-top: 18px;
}
div#companyprofile div.culture ul.culturelist li {
	color: rgb(236,194,0);
	font-size: 1.4em;
	font-weight: bold;
	list-style: none;
	padding: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	top: 2px;
}
div#companyprofile div.culture ul + h4 {
	margin: 16px 0 22px 0;
}


/************************************
	LARGE GRAPHICS
************************************/
div#glanceexpanded div.graphic {
	position: absolute;
}
div#glanceexpanded div.graphic ul {
	color: rgb(216,174,0);
	float: right;
	margin: 0;
	padding: 19px 0 0 0;
	width: 140px;
}
div#glanceexpanded div.graphic ul li {
	font-size: 1.1em;
	list-style: none;
	padding: 0;
	text-align: right;
	text-indent: -20px;
}
div#glanceexpanded div.graphic ul li b {
	color: inherit;
	display: block;
	text-transform: uppercase;
}
div#glanceexpanded div.flashlight {
	background: transparent url('../_images/_css/graphic-makitaflashlight.png') no-repeat right top;
	padding-top: 471px;
	right: 30px;
	width: 260px;
}


/************************************
	QUOTE
************************************/
div#quote {
	background-color: rgb(255,255,255);
	border-bottom: 1px dotted rgb(114,184,180);;
	position: relative;
}
div#quote div.centered {
	height: 150px;
	padding: 25px 10px 24px 10px;
}
div#quote blockquote {}
div#quote blockquote p {
	color: rgb(84,154,150);
	line-height: 36px;
	margin: 0;
}
div#quote blockquote p.quote {
	font-size: 3em;
	letter-spacing: -1px;
	text-indent: -.4em;
}
div#quote blockquote p.source {
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 4px;
	text-indent: 0;
	text-transform: uppercase;
}


/************************************
	CASE STUDIES
************************************/
div#casestudies {
	border-bottom: 1px dotted rgb(255,255,255);
}
div#casestudies div.centered {
	padding: 18px 10px 14px 10px;
}
div#casestudies h3 {
	color: rgb(74,144,140);
	font-size: 1.8em;
	line-height: 16px;
	margin-top: 0;
	top: 2px;
}
div#casestudies h4 {
	color: rgb(54,124,120);
	font-size: 1.6em;
	left: -1px;
	line-height: 15px;
	padding-bottom: 1px;
	text-transform: none;
	top: 1px;
}
div#casestudies p {
	font-size: 1.2em;
	margin-top: 0;
	top: 1px;
}
div#casestudies a {
	border-bottom: 1px dotted rgb(54,124,120);
	color: rgb(54,124,120);
	font-size: 1.1em;
	font-weight: normal;
/*	text-shadow: 0 0 1px rgb(114,184,180);*/
}
div#casestudies a:hover {
	border-bottom-color: rgb(255,255,255);
	color: rgb(255,255,255);
}
div#casestudies img.screenshot {
	-moz-box-shadow: 0 0 5px rgb(182,181,175);
	-webkit-box-shadow: 0 0 5px rgb(182,181,175);
	border: 1px solid rgb(200,200,200);
}
div#casestudies p.caption {
	color: rgb(54,124,120);
	font-weight: bold;
	padding: 9px 0 0 0;
	text-align: center;
}
div#casestudies div.flash-chart {
	-moz-box-shadow: 0 0 5px rgb(182,181,175);
	-webkit-box-shadow: 0 0 5px rgb(182,181,175);
	background-color: white;
	border: 1px solid rgb(200,200,200);
	margin: 0 30px 18px 0;
	padding: 0 10px;
}
div#casestudies p + div.flash-chart {
	margin-top: 18px;
}
div#casestudies div.img-w-caption {
	margin-bottom: 18px;
}
div#casestudies div.img-w-caption p {
	color: rgb(112,111,105);
	font-size: 11px;
	line-height: 18px;
	padding: 18px 2em;
	text-align: center;
}

/************************************
	NEWS & PRESS
************************************/
div#newsandpress {
	border-bottom: 1px dotted rgb(255,255,255);
}
div#newsandpress div.centered {
	padding: 18px 10px 0 10px;
}
div#newsandpress h3 {
	margin-bottom: 15px;
}
div#newsandpress ul.newsitems {}
div#newsandpress ul.newsitems li { padding: 0 12.5% 17px 0; }
div#newsandpress ul.newsitems li:last-child { padding-bottom: 16px; }
div#newsandpress ul.newsitems li a {
	border: none;
	display: block;
}
div#newsandpress ul.newsitems li a span {
	display: block;
	line-height: 18px;
	position: relative;
}
div#newsandpress ul.newsitems li a span.date {
	color: white;
	top: 4px;
}
div#newsandpress ul.newsitems li a span.title {
	color: rgb(44,114,110);
	font-size: 1.6em;
	font-weight: bold;
	line-height: 15px;
	padding-bottom: 1px;
	text-transform: none;
	top: 3px;

	font-size: 1.7em;
	padding: 2px 0;
}
div#newsandpress ul.newsitems li a span.details {
	color: white;
	font-size: 1.2em;
	line-height: 16px;
	top: 3px;
}
div#newsandpress ul.newsitems li a span.link {
	border-bottom: 1px dotted rgb(54,124,120);
	color: rgb(44,114,110);
	display: inline;
	top: 3px;

	color: rgb(34,104,100);
	font-weight: bold;
}
div#newsandpress ul.newsitems li a:hover span.link {
	border-bottom: 1px dotted white;
	color: white;
}


/************************************
	GET IN TOUCH
************************************/
div#getintouch {}
div#getintouch div.centered {
	padding: 18px 10px 27px 10px;
}
div#getintouch h4 {
	color: rgb(64,134,130);
	margin-top: 15px;
}
div#getintouch h4 + p {
	margin-top: 0;
}
div#getintouch h2 + p {
	margin-top: 3px;
}
div#getintouch a {
	border-bottom: 1px dotted rgb(54,124,120);
	color: rgb(54,124,120);
/*	text-shadow: 0 0 1px rgb(114,184,180);*/
}
div#getintouch a:hover {
	border-bottom-color: rgb(255,255,255);
	color: rgb(255,255,255);
}
div#getintouch p {
	font-size: 1.2em;
	top: 1px;
}
div#getintouch p.contactinfo {
	font-size: 1.1em;
}
div#getintouch fieldset {}
div#getintouch fieldset legend { display: none; }
div#getintouch fieldset label {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 18px;
	padding: 4px 3px 0 3px;
	text-transform: uppercase;
}
div#getintouch fieldset label span.required {
	font-size: .75em;
	line-height: 0;
}
div#getintouch fieldset span.input {
/*	-moz-border-radius: 4px; -webkit-border-radius: 4px;*/
	border: 1px solid rgb(94,164,160);
	display: block;
	line-height: 0;
	padding: 1px 3px 1px 1px;
	position: relative;
}
div#getintouch fieldset span.input span.errorMessage {
	background: url('../_images/_css/bg-inputerror.gif') no-repeat left .8em;
	display: block;
	line-height: 12px;
	padding-left: 12px;
	position: absolute;
	right: -29.5%;
	top: 0;
	width: 25%;
}
div#getintouch fieldset span.input + label { margin-top: 4px; }
div#getintouch fieldset span.input input[type=text] {
/*	-moz-border-radius: 3px; -webkit-border-radius: 3px;*/
	background-color: rgb(230,230,230);
	border: 1px solid rgb(94,164,160);
	color: rgb(92,91,85);
	font: 13px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	padding: 3px 0;
	width: 100%;
}
div#getintouch fieldset span.input input[type=text]:focus {
	background-color: rgb(255,255,255);
}
div#getintouch fieldset span.input input[type=text].error {
	background-color: rgb(231,111,0);
	border: 1px solid rgb(255,255,255);
	color: rgb(255,255,255);
}
div#getintouch fieldset span.input textarea {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: rgb(230,230,230);
	border: 1px solid rgb(94,164,160);
	color: rgb(92,91,85);
	font: 13px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	height: 100px;
	padding: 3px 0;
	width: 100%;
}
div#getintouch fieldset span.input textarea:focus {
	background-color: rgb(255,255,255);
}
div#getintouch fieldset span.submit {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: rgb(166,212,211);
	border: none;
	color: rgb(255,255,255);
	display: block;
	float: left;
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 21px;
	padding: 4px;
/*	text-shadow: 0 0 1px rgb(231,11,0);*/
	text-transform: none;
}
div#getintouch fieldset span.submit:hover {
	background-color: rgb(255,255,255);
}
div#getintouch fieldset span.submit input[type="submit"] {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: rgb(231,111,0);
	color: rgb(255,255,255);
	cursor: pointer;
	display: block;
	padding: 5px 12px;
}
div#getintouch fieldset span.submit input[type="submit"].disabled {
	background-color: rgb(200,200,200);
}
div#getintouch fieldset p.smallabel {
	font-size: 1.1em;
	margin: 0 0 4px 0;
	padding: 0 5px;
	top: 0;
}
div#getintouch ul#contactmessage li h2 {
	width: 100%;
}
div#getintouch ul#contactmessage li h4 + h2 {
	margin-top: 33px;
}
div#getintouch ul#contactmessage li h2.yes {}
div#getintouch ul#contactmessage li h2.no {}
div#getintouch ul#contactmessage li.errors {
	font-size: 1.2em;
	list-style: circle;
}


/************************************
	JOBS
************************************/
div#jobsintro {
	border-top: 1px dotted rgb(255,255,255);
}
div#jobsintro div.centered {
	padding: 18px 10px 17px 10px;
}
div#jobsintro div.centered h2 {
	width: auto;
}
div#jobsintro div.centered p {
	padding-right: 16.66%;
	top: 3px;
}
div#jobsintro div.centered ul.positions {}
div#jobsintro div.centered ul.positions li {
	font-size: 1.5em;
	list-style: square outside;
}
div#jobsintro div.centered ul.positions li a {
	border-bottom: 1px dotted rgb(255,255,255);
	color: rgb(255,255,255);
/*	text-shadow: 0 0 1px rgb(74,144,140);*/
}
div#jobsintro div.centered ul.positions li a:hover {
	border-bottom: none;
}


/************************************
	JOB
************************************/
div#job {
	background-color: rgb(245,245,245);
	border-top: 1px dotted rgb(114,184,180);
	color: rgb(112,111,105);
}
div#job div.job {
	border-top: double rgb(230,230,230);
	padding-top: 36px !important;
}
div#job div.job:first-child {
	border-top: none;
	padding-top: 18px;
}
div#job div.centered {
	padding: 18px 10px 32px 10px;
}
div#job div.centered h2 {
	width: auto;
}
div#job div.centered h3 {
	font-size: 1.8em;
	line-height: 12px;
	margin-top: 3px;
}
div#job div.centered p {
	color: rgb(112,111,105);
	font-size: 1.2em;
	padding-right: 12.5%;
/*	text-shadow: 0 0 1px rgb(255,255,255);*/
	top: 1px;
}
div#job div.centered p + h3,
div#job div.centered ul + h3 {
	margin-top: 18px;
}
div#job div.centered ul {
	margin-top: 18px;
}
div#job div.centered ul li {
	color: rgb(112,111,105);
	font-size: 1.3em;
	list-style: square outside;
	padding-right: 12.5%;
	position: relative;
/*	text-shadow: 0 0 1px rgb(255,255,255);*/
}


/************************************
	PRIVACY INTRO
************************************/
div#privacyintro {
	border-top: 1px dotted rgb(255,255,255);
}
div#privacyintro div.centered {
	padding: 18px 10px 17px 10px;
}
div#privacyintro div.centered h2 {
	width: auto;
}
div#privacyintro div.centered p {
	padding-right: 0;
	top: 3px;
}


/************************************
	PRIVACY POLICY
************************************/
div#privacy {
	background-color: rgb(245,245,245);
	border-top: 1px dotted rgb(114,184,180);
	color: rgb(112,111,105);
}
div#privacy div.centered {
	padding: 18px 10px 32px 10px;
}
div#privacy div.centered h2 {
	width: auto;
}
div#privacy div.centered h3 {
	color: rgb(74,144,140);
	font-size: 1.8em;
	line-height: 12px;
	margin: 3px 0 15px 0;
}
div#privacy div.centered h4 {
	margin-top: 0;
}
div#privacy div.centered p {
	color: rgb(112,111,105);
	font-size: 1.2em;
	padding-right: 0;
/*	text-shadow: 0 0 1px rgb(255,255,255);*/
	top: 1px;
}
div#privacy div.centered p + h3,
div#privacy div.centered ul + h3 {
	margin-top: 18px;
}
div#privacy div.centered h4 + p {
	margin-top: 0;
}
div#privacy div.centered p + h4 {
	margin-top: 15px;
}
div#privacy div.centered ul {
	margin-top: 18px;
}
div#privacy div.centered ul li {
	color: rgb(112,111,105);
	font-size: 1.3em;
	list-style: square outside;
	padding-right: 12.5%;
	position: relative;
/*	text-shadow: 0 0 1px rgb(255,255,255);*/
}


/************************************
	FOOTER
************************************/
div#footer {
	border-top: 1px dotted rgb(255,255,255);
}
div#footer div.centered {
	padding: 22px 10px 31px 10px;
}
div#footer div.centered ul {}
div#footer div.centered ul li {
	float: left;
	margin-right: 20px;
}
div#footer div.centered ul li a {
	border-bottom: 1px dotted rgb(54,124,120);
	color: rgb(54,124,120);
	font-size: 1em;
	font-weight: normal;
/*	text-shadow: 0 0 1px rgb(114,184,180);*/
}
div#footer div.centered ul li a:hover {
	border-bottom-color: rgb(255,255,255);
	color: rgb(255,255,255);
}


/************************************
	BADGES
************************************/
div#badges {
	background-color: rgb(245,245,245);
	border-top: 1px dotted rgb(114,184,180);
	color: rgb(114,184,180);
/*	text-shadow: 0 0 1px white;*/
}
div#badges div.centered {
	padding: 22px 10px 31px 10px;
}
div#badges div.centered ul {}
div#badges div.centered ul li {
	float: left;
	margin-right: 20px;
}
div#badges div.centered ul li a {
	border-bottom: 1px dotted rgb(54,124,120);
	color: rgb(54,124,120);
	font-size: 1em;
	font-weight: normal;
/*	text-shadow: 0 0 1px rgb(114,184,180);*/
}
div#badges div.centered ul li a:hover {
	border-bottom-color: rgb(255,255,255);
	color: rgb(255,255,255);
}












/*=============================================
	AWARDS & ASSOCIATIONS
=============================================*/
#awards-and-associations ul {
	margin-top: -9px;
}
#awards-and-associations ul li {
	border-bottom: 1px solid rgba(225,225,225,.5);
	display: inline-block;
	float: left;
	font-size: 11px;
	height: 80px;
	line-height: 13px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 50%;
}
#awards-and-associations ul li img {
	left: 50%;
	margin-left: -45%;
	position: absolute;
	top: 50%;
}
#awards-and-associations ul li:nth-child(odd) {
	clear: left;
}
#awards-and-associations p {
	margin: 0;
	padding: 4px 9px 0 9px;
	text-indent: 0;
}
#awards-and-associations a {
	color: inherit;
	display: inline-block;
	text-decoration: none;
}
#awards-and-associations img {	background-image: url('../_images/_css/sprite.png'); background-repeat: no-repeat;	}
#wasserstrom		{		background-position: right -489px;		margin-top: -7px;		}
#stacksandstacks	{		background-position: right -476px;		margin-top: -6px;		}
#buy-com			{		background-position: right -455px;		margin-top: -9px;		}
#jtv				{		background-position: right -413px;		margin-top: -21px;		}
#oriental-trading	{		background-position: right -390px;		margin-top: -11px;		}
#her-room			{		background-position: right -355px;		margin-top: -17px;		}



#cover {
	background: rgba(60,131,127,.9);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}
#message {
	-moz-border-radius: 10px; border-radius: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
	background: rgb(40,111,107);
	border: solid 1px rgba(255,255,255,.2);
	color: white;
	font-size: 16px;
	left: 50%;
	line-height: 1.4;
	margin-left: -200px;
	padding: 40px 0;
	position: fixed;
	top: 100px;
	width: 400px;
}


.callout {
	border: solid 1px rgb(150,145,135);
	margin: 18px 0;
}
.callout h6 {
	background: rgb(150,145,135);
	color: white;
	padding: 5px 10px;
	text-align: center;
}
.callout p {
	padding: 10px;
}

#go-back {
	border-bottom: solid 1px rgb(220,220,220);
	padding: 18px 0;
	position: relative;
	z-index: 2;
}
#go-back + #casestudies {
	margin-top: 1px;
	padding: 0 0 35px 0;
	position: relative;
	z-index: 1;
}











	@font-face{font-family:"Knockout";src:url(/insightaction/css/fonts/knockout-htf50-welterweight-webfont.ttf) format('truetype'), url(/insightaction/css/fonts/Knockout-HTF50-Welterweight.otf) format('opentype')}
	@font-face{font-family:"Knockout-Light";src:url(/insightaction/css/fonts/knockout-htf30-juniorwelterwt-webfont.ttf) format('truetype'), url(/insightaction/css/fonts/Knockout-HTF30-JuniorWelterwt.otf) format('opentype');}
	#banner {
		-moz-box-shadow: 0 2px 8px rgba(0,0,0,.3);
		-webkit-box-shadow: 0 2px 8px rgba(0,0,0,.3);
		-webkit-font-smoothing: antialiased;
		background: white;
		color: rgb(95,92,92); }
	#banner .container {
		margin: 0 auto;
		padding: 20px 0;
		position: relative;
		text-align: left;
		width: 960px; }

	@-webkit-keyframes fadein {
		from { opacity: 0; }
		to { opacity: 1; }
	}
	@-moz-keyframes fadein {
		from { opacity: 0; }
		to { opacity: 1; }
	}

	#banner-header {
		bottom: 0;
		left: 0;
		position: absolute;
		right: 250px;
		top: 0;
		z-index: 1; }
	#banner-header h6 {

		-moz-animation-delay: 4300ms;
		-moz-animation-duration: 500ms;
		-moz-animation-fill-mode: forwards;
		-moz-animation-iteration-count: 1;
		-moz-animation-timing-function: ease-out;
		-moz-animation-name: fadein;
		-webkit-animation-delay: 4300ms;
		-webkit-animation-duration: 500ms;
		-webkit-animation-fill-mode: forwards;
		-webkit-animation-iteration-count: 1;
		-webkit-animation-timing-function: ease-out;
		-webkit-animation-name: fadein;

		color: white;
		font: 40px/35px "Knockout", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif !important;
		left: 240px;
		opacity: 0;
		position: absolute;
		text-transform: uppercase;
		top: 8px; }
	#banner-header h6 span.block {
		display: block;
		line-height: .9; }
	#banner-header h6 .lineone {
		font-size: 25px;
		line-height: 17px !important; }
	#banner-header h6 .linetwo {
		font-size: 57px;
		line-height: 52px !important; }
	#banner-header h6 .linetwo .a {
		margin-left: -2px; }
	#banner-header h6 .linethree {
		font-size: 88px;
		line-height: 59px !important; }
	#banner-header h6 .linethree .a {
		margin-left: -5px; }
	#banner-header h6 .linefour {
		font-size: 49px;
		line-height: 40px !important; }

	#banner-header .wave {
		background: url('../_images/waves.png') no-repeat;
		bottom: 0;
		display: block;
		height: 0;
		left: 0;
		opacity: 0;
		overflow: hidden;
		position: absolute; }
	.cssanimations #banner-header .wave,
	.cssanimations #banner-header h6 {
		opacity: 0; }
	#banner-header .wave.first {

		-moz-animation-delay: 4000ms;
		-moz-animation-duration: 500ms;
		-moz-animation-fill-mode: forwards;
		-moz-animation-iteration-count: 1;
		-moz-animation-timing-function: ease-out;
		-moz-animation-name: fadein;
		-webkit-animation-delay: 4000ms;
		-webkit-animation-duration: 500ms;
		-webkit-animation-fill-mode: forwards;
		-webkit-animation-iteration-count: 1;
		-webkit-animation-timing-function: ease-out;
		-webkit-animation-name: fadein;

		background-position: 0 0;
		left: -20px;
		padding-top: 153px;
		width: 305px; }
	#banner-header .wave.second {

		-moz-animation-delay: 4100ms;
		-moz-animation-duration: 500ms;
		-moz-animation-fill-mode: forwards;
		-moz-animation-iteration-count: 1;
		-moz-animation-timing-function: ease-out;
		-moz-animation-name: fadein;
		-webkit-animation-delay: 4100ms;
		-webkit-animation-duration: 500ms;
		-webkit-animation-fill-mode: forwards;
		-webkit-animation-iteration-count: 1;
		-webkit-animation-timing-function: ease-out;
		-webkit-animation-name: fadein;

		background-position: 0 -153px;
		left: 12px;
		padding-top: 207px;
		width: 413px; }
	#banner-header .wave.third {

		-moz-animation-delay: 4200ms;
		-moz-animation-duration: 500ms;
		-moz-animation-fill-mode: forwards;
		-moz-animation-iteration-count: 1;
		-moz-animation-timing-function: ease-out;
		-moz-animation-name: fadein;
		-webkit-animation-delay: 4200ms;
		-webkit-animation-duration: 500ms;
		-webkit-animation-fill-mode: forwards;
		-webkit-animation-iteration-count: 1;
		-webkit-animation-timing-function: ease-out;
		-webkit-animation-name: fadein;

		background-position: 0 -360px;
		left: 45px;
		padding-top: 266px;
		width: 532px; }

	#banner-glimpse {
		float: left;
		position: relative;
		text-align: right;
		width: 680px;
		z-index: 2; }
	#banner-glimpse h5 {
		font: 20px/30px "Knockout-Light", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif !important;
		padding: 0;
		text-transform: uppercase; }
	#banner-glimpse a {
		border: none;
		font: 28px/30px "Knockout", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif !important;
		text-decoration: underline;
		text-transform: uppercase; }
	#banner-glimpse a:hover {
		text-decoration: none; }
	#banner-glimpse a.insight {
		color: rgb(85,186,183); }
	#banner-glimpse a.action {
		color: rgb(231,111,0); }

	#banner-form {
		float: left;
		font: 18px/22px "Knockout-Light", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif !important;
		margin-left: 40px;
		width: 240px; }
	#banner-form h5 {
		font: 20px/30px "Knockout-Light", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif !important;
		padding: 0;
		text-transform: uppercase; }
	#banner-form a {
		border: none;
		text-decoration: underline; }
	#banner-form ul li {
		padding-bottom: 4px; }
	#banner-form label {
		display: block;
		font-size: 16px; }
	#banner-form label a {
		color: rgb(85,186,183); }
	#banner-form label span.label-text {
		display: block;
		font-size: 18px; }
	#banner-form label input[type=email] {
		-webkit-box-sizing: border-box;
		border: solid 1px rgb(165,162,162);
		display: block;
		padding: 2px;
		width: 100%; }
	#banner-form label input[type=checkbox] {
		margin-right: 5px; }
	#banner-form input[type=submit] {
		background-color: rgb(225,222,222);
		background-image: -moz-linear-gradient(top, rgb(225,222,222), rgb(165,162,162));
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(225,222,222)), to(rgb(165,162,162)));
		border: solid 1px rgb(165,162,162);
		border-radius: 4px; -moz-border-radius: 4px;
		cursor: pointer;
		display: block;
		padding: 5px 8px 3px 8px;
		text-shadow: 0 1px 0 rgba(255,255,255,.4); }
	#banner-form p {
		color: rgb(95,92,92);
		font-size: 14px;
		margin: 3px 0 0 0; }





