/* 
*
* Easy front-end framework
*
* Copyright (c) 2009 Alen Grakalic
* http://easyframework.com/license.php
*
* supported by Templatica (http://templatica.com)
* and Css Globe (http://cssglobe.com)
*
*/


/*

for more info about the strucure of this file 
please read http://easyframework.com/documentation.php

*/

/* HTML elements  */		
h1, h2, h3, h4, h5, h6{
	font-weight:bold;
	margin:0;
	line-height:1.2em;
	}	
	h1{font-weight:bold; font-size:3.5em;margin:0 0 .6em 0;letter-spacing: -.03em;text-shadow:0 -1px 0 #FFF;}	
		h1.page-title {margin-bottom:0px;}
	h2{font-size:1.6em;margin-bottom:.5142em;padding-top:.2em;}	
		h2.page-description {color:#999;font-size:14px;margin-bottom:0;}
	h3{font-size:1.5em;margin-bottom:.7em;padding-top:.3em;}
		h3.section-title {color:#f12938;}
	h4{font-size:1.25em;margin-bottom:.6em;}
		h4.hr {
			position:relative;
			border-top:solid 1px #ddd;
			line-height:35px;
			float:left;
			width:100%;
			margin:21px 0;
		}
			h4.hr span {
				float:left;
				background-color:#fff;
				padding-right:5px;
				width:auto; 
				position:absolute;
				top:-19px;
			}

                        h4.hq span {
				background-color:#fafafa;
			}

		#contact .cols3 h4 {
			font-size:1.15em;
		}
	h5,h6{font-size:1em;margin-bottom:.5em;font-weight:bold; color:#999;}
 	#homepage-bottom h2{
		padding-top:10px;
		border-top:solid 7px;
		font-weight:bold;
		font-size:15px;
	}
	h2.bottom {
		margin-bottom:.2em !important;
	}
	#homepage-bottom h2.no-border {margin-top:7px; border:none;}
	
	h2.red {border-color:#f12938;}
	h2.blue {border-color:#5eb0e5;}
	.content-header {margin-bottom:15px;padding-bottom:10px;}
	#search-results .content-header {margin-bottom:0;padding-bottom:0;}
	p, blockquote, ul, ol, dl, form, table, pre{line-height:inherit;margin:0 0 1.5em 0;}
	ul, ol, dl{padding:0;}
	ul ul, ul ol, ol ol, ol ul, dd{margin:0;}
	li{margin:0 0 0 2em;display:list-item;list-style-position:outside;}	
	blockquote, dd{padding:0 0 0 2em;}
	pre, code, samp, kbd, var{font:100% mono-space,monospace;}
	pre{overflow:auto;}
	abbr, acronym{
		text-transform:uppercase;
		border-bottom:1px dotted #000;
		letter-spacing:1px;
		}
	abbr[title], acronym[title]{cursor:help;}
	small{font-size:.9em;}
	sup, sub{font-size:.8em;}
	em, cite, q{font-style:italic;}
	img{border:none;}			
	hr{display:none;}	
	div.hr {
		border-bottom:1px solid #EBECED;
		height:15px;
		line-height:1px;
		margin-bottom:15px;
	}
	table{width:100%;border-collapse:collapse;}
	th,caption{text-align:left;}

/* //  HTML elements */	

/* common */		
	
	.left{float:left;margin-right:1em;}
	.right{float:right;margin-left:1em;}
	img.right {margin-bottom:1.5em;}
	.center{text-align:center;}
	
	.clear{clear:both;}
	.first{margin-left:0 !important;}
	.last{margin-right:0 !important;}
	.top{margin-top:0 !important;}
	.bottom{margin-bottom:0 !important;}	
	.hidden, .print, .for-gripelements{display:none;}
	.graphic{
		margin:0;
		padding:0;
		display:block;
		overflow:hidden;
		text-indent:-8000px;
		}
	ul.nostyle li{
		padding:0;
		list-style:none;
		margin:0 0 4px 0;
	}
	ul.inline {margin:0;}
	ul.inline li{
		list-style:none;
		margin:0;
		display:inline;
		float:left;
		margin:0 1.5em 0 0;
	}
	.orange {border-color:#e37c00;color:#e37c00 !important;}
	.red {border-color:#f12938;color:#f12938 !important;}
	.blue {border-color:#5eb0e5;color:#5eb0e5 !important;}
	p.quote {
		font-family:Georgia, Garamond, serif;
		font-size:15px;
		line-height:1.3em;
		margin:1em 0;
		padding:.3em;
		border-top:solid 1px #eee;
		border-bottom:solid 1px #eee;
		color:#666;
	}
	
/* // common */			

/* base */
	html,body {
		min-height:100%;
		height:auto !important;
		height:100%;
	}
	body, table, input, textarea, select, li, button{
		font:1em "Helvetica Neue",Helvetica, Arial, Sans-Serif;
		line-height:1.5em;
		color:#36424a;
		}		
	body{
		font-size:12px;
		background:url(http://34f292dd2c21653e268badc8f351aa75712af0ae.gripelements.com/img/global/body-bg.jpg) center top repeat fixed;
		margin:0;
		padding:7px 0 56px 0;
		text-align:center;
		}	
	a, a:visited{
		text-decoration:none;
		color:#6a747c;
		font-weight:bold;
		}
	a:hover{color:#36424a;}
	ins{text-decoration:none;color:#900;font-style:italic;}
	code{color:#555;}
	pre{
		margin-left:2em;
		padding-left:2em;
		border-left:1px solid #ccc;
		}
	blockquote{
		margin-left:2em;
		border-left:1px solid #ccc;
		font-style:italic;
		}	
	dt{font-weight:bold;}
	th, td{padding:.5em 1em;line-height:1.5em;}		
	th{background:#eee;}
	td{border-bottom:1px solid #eee;}
	caption{font-style:italic;color:#777;margin:.5em 0;}		
	.pullquote{
		width:20%;
		float:left;
		margin-right:2em;
		padding-right:2em;
		border-right:1px solid #ccc;
		text-align:right;
		font-size:1.1em;
		font-style:italic;
		color:#777;
		margin-bottom:.5em;
		}
	.boxout{
		width:20%;
		float:right;
		margin-left:2em;
		padding:1em 2em;
		border:1px solid #ccc;
		margin-bottom:.5em;
		}
	#easy_tooltip{
		border:1px solid #e1e1e1;
		padding:2px 10px;
		background:#f5f5f5;
		}
	.glow1 {
		border:solid 1px #fff;
		box-shadow: 0px 0px 10px #999;
		-moz-box-shadow: 0px 0px 10px #999;
		-webkit-box-shadow: 0px 0px 10px #999;
		behavior:url(../pie.htc);
	}
	.glow2 {
		border:solid 1px #fff;
		box-shadow: 0px 0px 5px #ccc;
		-moz-box-shadow: 0px 0px 5px #ccc;
		-webkit-box-shadow: 0px 0px 5px #ccc;
		behavior:url(../pie.htc);
	}

/* base */

/* layout */

	.container{	
		margin:0 auto;
		width:960px;
		text-align:left;
		position:relative;
		}
	.inner{
		position:relative;
		}
	#header{
		position:relative;
                      min-width: 986px;
		height:79px;
		background:url(http://34f292dd2c21653e268badc8f351aa75712af0ae.gripelements.com/img/header-gray.png) repeat-x;
		overflow:hidden;
		}	
	#footer{
		position:relative;
		clear:both;
                      min-width: 986px;
		height:215px;
		background:#f8f8f8;
		border-top:solid 1px #ebeced;
		}	
	.header-shadow {
		background:url(http://34f292dd2c21653e268badc8f351aa75712af0ae.gripelements.com/img/global/header-shadow.png) repeat-x bottom left;
                      min-width: 986px;
		height:4px;
		line-height:1px;
	}
	* html .header-shadow {
		background-image: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://34f292dd2c21653e268badc8f351aa75712af0ae.gripelements.com/img/global/header-shadow.png', sizingMethod='scale');
	}
	.footer-shadow {
                      min-width: 986px;
		background:url(http://34f292dd2c21653e268badc8f351aa75712af0ae.gripelements.com/img/global/footer-shadow.png) repeat-x;
		height:14px;
		line-height:1px;
	}
	* html .footer-shadow {
		background-image: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://34f292dd2c21653e268badc8f351aa75712af0ae.gripelements.com/img/global/footer-shadow.png', sizingMethod='scale');
	}
	#homepage-feature {
                      min-width: 986px;
		height:306px;
		background:url(http://34f292dd2c21653e268badc8f351aa75712af0ae.gripelements.com/img/global/page-bg.png) repeat-x #fff;
	}
	#homepage-bottom {
                      min-width: 986px;
		background:url(http://34f292dd2c21653e268badc8f351aa75712af0ae.gripelements.com/img/global/homepage-bottom-bg.png) repeat-x #fdfdfd;
	}
	.content{
                      min-width: 986px;
		background:url(http://34f292dd2c21653e268badc8f351aa75712af0ae.gripelements.com/img/global/page-bg.png) repeat-x #fff;
		padding:1em 0;
	}
	#search-results .content{
		background:url(http://34f292dd2c21653e268badc8f351aa75712af0ae.gripelements.com/img/searchresults-bg.png) repeat-x #fff;
	}	
	.content .container {
/*		min-height:450px;
		height:auto !important;
		height:450px;*/
	}
	.main, .secondary, .tertiary, .quaternary{
		float:left;
		display:inline;
		}
	.main{
		width:760px;
		float:right;
		padding-bottom:20px;
	}
	.secondary{width:18%;}
	.tertiary{}
	.quaternary{}
	
	/* grid */
		
.cols{} /* main column container class */
.col{
	float:left;
	display:inline;
	width:48%;margin-left:4%; /* 2 equal width columns layout - default */
	}	
.cols3 .col{width:32%;margin-left:2%;} /* 3 equal width columns layout */
.cols4 .col{width:22%;margin-left:4%;} /* 4 equal width columns layout */
#homepage-bottom .cols4 .col {width:221px;margin-left:23px;}
#leadership .col {
	margin-left:4%;
	width:48%;
}

.bus-unit-links {
	position:absolute;
	bottom:0;
	line-height:1.5em;
}
/* use following classes to build custom grid (add as many as you want) */

.col1, .col2, .col3{float:left;display:inline;}
.col1{}
.col2{}
.col3{}

.indent1{}
.indent2{}
.indent3{}
.media-icons {
	text-align: right;
	position:absolute;
	right:0;
	bottom:0px;
}
#homepage-bottom .col {
	position:relative;
	padding-bottom:75px;
	margin-bottom:10px;
}
#office-locations .col {margin-bottom:15px;}
#office-locations p  {
	font-size:11px;
	color:#666;
	line-height:1.3em;
}
#office-locations strong {
	font-size:12px;
	color:#36424A;
	display:block;
	padding-bottom:3px;
}
/*		.col.advertising {border-bottom:solid 1px #E37C00;}
		.col.digital {border-bottom:solid 1px #f12938;}
		.col.pr {border-bottom:solid 1px #5eb0e5;}
*/		
	/* grid */	

/* // layout */

/* navigation */
#globalnav,
#sitenav ul {
	margin:0;
}
#globalnav li,
#sitenav ul li{
	list-style:none;
	margin:0;
	display:inline;
	float:left;
	margin:0 1.5em 0 0;
}
#globalnav {
	font-size:0.95em;
	left:690px;
	position:absolute;
	top:50px;
	width:700px;
}
#globalnav a {
	color:#FFF;
	text-transform: uppercase;
	letter-spacing: .04em;
}
#globalnav a:hover {
	color:#36424a;
}
#sitenav {
           min-width: 986px;
	height:35px;
	/*overflow:hidden;*/
	background-color:#fff;
}
#sitenav ul {
	float:left;
}
#sitenav li {
	line-height:35px;
}
#sitenav a {
	text-transform: uppercase;
}
#sitenav li.current {
	background:url(http://34f292dd2c21653e268badc8f351aa75712af0ae.gripelements.com/img/global/current-nav.png) no-repeat left center;
	padding-left:10px;
}
#sitenav li.current a {
	color:#ccc;
	display:block;
	background:url(http://34f292dd2c21653e268badc8f351aa75712af0ae.gripelements.com/img/global/current-nav.png) no-repeat right center;
	padding-right:10px;
	line-height:36px;
}

ul.subnav {
	border-top:solid 4px #6a747c;
	margin:10px 0;
	padding:3px 0 30px 0px;
	font-size:.9em;
	line-height:1.3em;
}
ul.subnav li {
	list-style: none;
	margin:5px 0;
}
ul.subnav li a {
	color:#666;
}
ul.subnav li.current a{color:#ccc}
/* //navigation */

/* header */
	#logo {
		position:absolute;
		top:23px;
		/* left:-11px; */
		background:url(http://34f292dd2c21653e268badc8f351aa75712af0ae.gripelements.com/img/fm-rev.png) no-repeat;
		height:43px;
		width:374px;
		text-indent: -9999px;
	}
	* html #logo {
		background-image: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://34f292dd2c21653e268badc8f351aa75712af0ae.gripelements.com/img/logo.inc.png', sizingMethod='scale');
	}
	#header .phone {
		position:absolute;
		top:27px;
		color:#fff;
		font-weight:bold;
		font-size:12px;
		letter-spacing: .02em;
		font-size:0.95em;
		right:10px;
		width:400px;
		text-align:right;
	}
	#header .phone a {color:#fff;}
	#searchform {
		position:absolute;
		right:0;
		height:35px;
		overflow:hidden;
		width:250px;
	}
	.input-wrap {
		background:url(http://34f292dd2c21653e268badc8f351aa75712af0ae.gripelements.com/img/global/input-bg.png) repeat-x #f5f5f6;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		border-radius:3px;
		padding:0 10px;
		margin:6px 0;
		/* REM GML, causes other issues behavior:url(../pie.htc); */
	}
	input.search.field {
		width:auto;
		background:url(http://34f292dd2c21653e268badc8f351aa75712af0ae.gripelements.com/img/global/search-icon.png) no-repeat left center;
		color:#999;
		font-weight:bold;
		font-size:11px;
		border:none;
		line-height:1em;
		margin:0;
		padding:5px 5px 5px 17px;
	}
/* // header */
	
/* content */
#latest-news p {
	font-weight:bold;
	line-height:1.3em;
}
#industry-list p {
	font-size:11px;
	line-height:1.3em;
}
.contact-card {
	background-color:#f9f9f9;
	border:solid 1px #eee;
	border-bottom-color:#ccc;
	padding:5px 8px;
	font-size:10px;
	font-weight:bold;
	text-transform: uppercase;
	line-height:20px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	behavior:url(../pie.htc);
}
.contact-card span {
	display:block;
	background:url(http://34f292dd2c21653e268badc8f351aa75712af0ae.gripelements.com/img/contact-card.png) no-repeat;
	padding-left:23px;
}
span.directions {background-position:0 3px;}
span.ph {background-position:0 -17px;font-size:11px;line-height:18px;padding-bottom:2px;}
span.email {background-position:0 -39px;}
td.date {
	font-size:10px;
	font-weight:bold;
	color:#666;
	padding-left:0;
	width:100px;
}
td.title {
	
}
td.pdf-link {
	padding-right:0;
	text-align: right;
	width:120px;
}
td.pdf-link a {
	color:#36424A;
	font-size:11px;
	padding-right:15px;
	background:url(http://34f292dd2c21653e268badc8f351aa75712af0ae.gripelements.com/img/pdf.png) no-repeat right center;
}
#homepage-bottom .col {
	background:url("http://34f292dd2c21653e268badc8f351aa75712af0ae.gripelements.com/img/global/homepage-bottom-bg.png") repeat-x scroll 0 0 #FDFDFD;
}
.invis-link {
	position:absolute;
	top:0;
	left:0;
	height:80%;
	width:100%;
}
.industry-content {
	float:left;
	width:500px;
}
.industry-cases {
	float:right;
	width:240px;
	padding: 5px 0 25px 0;
	border-left:solid 1px #eee;
	font-size:.9em;
}
.industry-cases h4 {
	margin:0 0 10px 0;
	padding-left:10px;
	font-size:16px;
}
.industry-cases p {
	margin:0 0 0 10px;
	border-top:dotted 1px #ddd;
	padding:10px 5px 5px;
}
.industry-cases img {
           display: block;
	margin:0 0 5px -5px;
	position:relative;
}
.industry-cases a {	color:#999;}
.industry-cases a:hover {color:#ccc;}

/* // content */

/* footer */
#footer h4 {
	padding-top:1.06em;
	font-weight:bold;
	font-size:15px;
	margin:0;
}
#footer .phone {
	padding-top:1.5em;
	/*  margin:0 0 0 20px;  */
}
.phone a {
	color:#36424A;
}
ul.locations li {
	font-weight:bold;
	line-height:30px;
	color:#acacac;
}
#footer a, #footer a:visited{color:#36424A;} 
#footer a:hover {color:#5f7482;}
#footer-links li {margin-right:15px;}

.copyright {
	display:block;
	line-height:30px;
	color:#ccc;
}
#footer .container {height:100%}
.ge-link {
	font-size:11px;
	display:block;
	margin:20px 0 0 0;
	color:#999;
	float:left;
	padding:5px;
	background-color:#e9e9e9;
	font-weight:normal !important;
	color:#ACACAC !important;
	position:absolute;
	bottom:0;
	right:0;
	border:solid 1px #e1e1e1;
	border-bottom:none;
}	
.ge-link span {
	color:#f12938 !important;
	font-weight:bold;
}
/* // footer */

/* clearfix */

	.inner:after, .content:after, .cols:after, .fixed:after{
		content:"."; 
		display:block; 
		height:0; 
		clear:both; 
		visibility:hidden;
		}
	.inner, .content, .cols, .fixed{display:block;min-height:1%;}
	* html .inner, * html .content, * html .cols, * html .fixed{height:1%;}

/* // clearfix */





/*press releases */

a.pdf {
background:url(http://34f292dd2c21653e268badc8f351aa75712af0ae.gripelements.com/img/press_releases/pdf.png) no-repeat 100% 50%;
padding-right: 15px;
}

/* Search Results */
#cse-search-results iframe {
    width: 100%;
}

ul.box {
padding:12px;
margin: 8px;
border: 1px solid #ccc; 
-webkit-box-shadow: 1px 2px 2px 1px #efefef;
-moz-box-shadow: 1px 2px 2px 1px #efefef;
}

a.big {
font-size:16px;
font-weight:bold;
text-decoration: underline;
}


/* -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_Work Landing Page -_-_-_-_-_-_-_-_-_-_-_-_ */
#work-samples .sample {
	float:left;
	width:253px;
	margin-left:0;
	font-size:11px;
	line-height:1.3em;
	position:relative;
	margin-bottom:25px;
	min-height:190px;
	height:auto !important;
	height:182px;
}
#work-samples .sample .background {
	display:none;
	background-color:#f9f9f9;
	border-top:solid 1px #eee;
	border-bottom:solid 1px #eee;
	height:180px;
	width:251px;
	position:absolute;
	top:0;left:0;
	border-top:solid 1px #fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0 0 5px #999;
	-moz-box-shadow:0 0 5px #999;
	box-shadow:0 0 5px #999;
	behavior:url(../pie.htc);
}
#work-samples .sample .inner {
	position:absolute;
	top:0;left:0;
	padding:0 11px;
	height:100%;
}
.sample .thumbnail img {
	-webkit-box-shadow:0 0 5px #ccc;
	-moz-box-shadow:0 0 5px #ccc;
	box-shadow:0 0 5px #ccc;
	behavior:url(../pie.htc);
}
.sample a.question {
	color:#999;
	display:block;
	padding-left:35px;
	background:url(http://314f967eda5b8606d2d52a9c5cf221e1ad8feb6a.gripelements.com/img/bubble-sprite1.png) left 2px no-repeat;
	margin-top:5px;
	min-height:35px;
	height:auto !important;
	height:35px;
}
.sample p {margin:0;}
/*//// -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_Work Landing Page -_-_-_-_-_-_-_-_-_-_-_-_ */

/* -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_Work Details Page -_-_-_-_-_-_-_-_-_-_-_-_ */
.thumbnails {
	padding:15px 0;
	border-bottom:solid 1px #eee;
	border-top:solid 1px #eee;
	margin:10px 0 0 0;
}
.thumbnails p {
	margin:0;
}
.thumbnails .col {
	-webkit-box-shadow:0 0 5px #CCC;
	-moz-box-shadow:0 0 5px #CCC;
	box-shadow:0 0 5px #CCC;
	behavior:url(../pie.htc);
}
.thumbnails .cols3 .col {
	margin:0 1%;
	width:31%;
	text-align: center;
	overflow:hidden;
	position:relative;
}
.thumbnails .cols2 .col {
	margin:0 1%;
	width:46%;
	text-align: center;
}

.thumbnails img {
	position:relative;
	line-height:1px;
	display:block;
	margin:auto;
}
div.question {
	padding:6px 37px 0 0;
	background:url(http://34f292dd2c21653e268badc8f351aa75712af0ae.gripelements.com/img/green-bubble.png) no-repeat top right;
	text-align: right;
	height:75px;
	font-size:1.1em;
	font-weight:bold;
	min-height:35px;
	height:auto !important;
	height:35px;
	margin:15px 0px 10px 0;
	color:#77bb00;
}
div.answer {
	padding:6px 35px 0 120px;
	background:url(http://e45fa1779ab5495dd777ed960903f42bc87a0720.gripelements.com/img/dark-bubble1.png) no-repeat top left;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.5em;
	min-height:138px;
	height:auto !important;
	height:138px;
}
div.quote {
	padding:15px 50px;
	margin:15px 0;
	border-top:solid 1px #eee;
	border-bottom:solid 1px #eee;
	color:#999;
	font-family:Georgia;
	font-style: italic;
	font-size:1.5em;
	text-align: center;
	line-height:1.1em;
}
div.quote p {margin:0;}
a.video {
	position:relative;
	display: block;
}
.play_btn {
	height:71px;
	width:67px;
	background:url(http://314f967eda5b8606d2d52a9c5cf221e1ad8feb6a.gripelements.com/img/play-btn.png);
	margin:auto;
	z-index: 999;
	position:relative;
	top:40px;
}
a.video img {
	top:0;
	left:0;
	z-index: 0;
}
/*//// -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_Work details Page -_-_-_-_-_-_-_-_-_-_-_-_ */


.subsection-title {
		font-size:26px;
		color:#f12938;
		margin:;
	}
	
	
	
	
	
	
.sizzle-wrap {
		width:400px;
		line-height:1px;
		-webkit-box-shadow:0 0 5px #999;
		-moz-box-shadow:0 0 5px #999;
		box-shadow:0 0 5px #999;
		behavior:url(../pie.htc);
}

