/* HTML5 Boilerplate
 * ==|== normalize ==========================================================
 */
 
 @import url("font.css");
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; height: 100%; min-height: 100%; }
body { margin: 0; font-size: 12px; line-height: 1.231; height: 100%; min-height: 100%; }
body, button, input, select, textarea { font-family: sans-serif; color: #593c3c; }

::-moz-selection { background: #cb2f2f; color: #fff; text-shadow: none; }
::selection { background: #cb2f2f; color: #fff; text-shadow: none; }

a, a:visited { font-family: Arial, Helvetica, sans-serif; color: #d54841; text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* ==|== primary styles =====================================================
   Author:  
========================================================================== */
html,
body {
	height: 100%;
	min-height: 100%;
}

body {
	background-color: #f3f3f3;
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	font-weight: 400;
	
}

a.CTA,
p.CTA 
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    background-image: url(../img/bkgnd-arrow-cta3.png);
    background-repeat: no-repeat;
    background-position: right 2px;
    padding-right: 15px;
    margin-right: 15px;
}

a.DetailNext,
a.DetailPrev {
	display: inline-block;
	*display: inline;
	width: 38px;
	height: 38px;
	background-image: url(../img/bkgnd-arrownav.png);
	background-repeat: no-repeat;
	margin-left: 7px;
	margin-top: 5px;
}

a.DetailNext:hover {
	background-position: -38px 0px;	
}

a.DetailPrev {
	background-position: 0px -38px;	
}

a.DetailPrev:hover {
	background-position: -38px -38px;	
}

a.FBShare 
{
    background-position: -1px -1px;
}

a.FBShare:hover
{
    background-position: -1px -22px;
}

a.TwitterShare 
{
    background-position: -54px -1px;
}

a.TwitterShare:hover
{
    background-position: -54px -22px;
}

div.SocialLinks
{
    padding: 20px 0;
    overflow: auto;
    clear: both;
}

div.SocialLinks a
{
    float: left;
    display: block;
    width: 52px;
    height: 20px;
    margin-right: 8px;
    background-image: url(../img/icons-social.png);
    background-repeat: no-repeat;
}

hr {
	border-top: 1px solid #a8a8a8;
	height: 1px;
	margin: 30px 0;
	clear: both;
}

img.HeroBkgnd {
	position: absolute;
	top: 0px;
	left: 0px;
}


div.HeroContent {
	position: absolute;
	bottom: 25%;
}

div.HeroContent a {
	height: 39px;
	width: 249px;
	margin-top: 25px;
	display: block;
	float: left;
	clear: both;
	background: url(../img/btn_see-case-study.png);
	background-position: 0 0;
	text-indent: 100%;  
	white-space: nowrap;
	overflow: hidden;
}

div.HeroContent a:hover {
	background-position: 0 -39px;
}
div.HeroContent.white a {
	background-position: 0 -78px;
}
div.HeroContent.white a:hover {
	background-position: 0 -117px;
}

div.HeroContent h1 {
	background-image: url(../img/bkgnd-dot-black-trans.png);
	line-height: 1.2em;
	font-size: 48px;
	padding: 0 25px 10px;
	margin: 0 0 0 0;
	clear: both;
	color: #ffffff;
	font-weight: 400;
	float: left;
	clear: both;
}

div.HeroContent h1:first-child {
	padding-top: 5px;
	padding-bottom: 0;
}

div.HeroContent img {
	display: block;
	clear: both;
}	


footer {
	height: 160px;
	padding-top: 40px;
	margin-top:30px;
	background-color: #141414;
	color: #b3b3b3;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

footer a {
	font-style: italic;
}

footer h5 {
	margin: 0;
	padding: 0;
	color: #646464;
	font-weight: 700;
	font-size: 12px;
}

footer .Contact,
footer .Qrcode,
footer .Address {
	float: left;
	margin-right: 60px;
	line-height:17px;
}

footer .Copyright {
	float: none;
	clear: both;
	padding-top: 5px;
}

footer .Copyright a {
	padding-left:-10px;
	margin-left:0px;
}

footer .SocialIcons,
footer .SocialIcons li {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

footer .SocialIcons li {
	float: left;
	margin-left: 10px;
	width: 39px;
	height: 39px;
	position: relative;
}

footer .SocialIcons li a {
	display: block;
	width: 39px;
	height: 39px;
	overflow: hidden;
	position: absolute;
	background-image: url(../img/bkgnd-footer-icons.png);
	background-repeat: no-repeat;
}

footer .SocialIcons li a.Facebook {
	background-position: 0px 0px;
}

footer .SocialIcons li a.Twitter {
	background-position: -47px 0px;
}

footer .SocialIcons li a.Flickr {
	background-position: -94px 0px;
}

footer .SocialIcons li a.Vimeo {
	background-position: -141px 0px;
}

footer .SocialIcons li a div {
	width: 39px;
	height: 39px;
	background-image: url(../img/bkgnd-footer-icons.png);
	background-repeat: no-repeat;
}

footer .SocialIcons li a.Facebook div {
	background-position: 0px -39px;
}

footer .SocialIcons li a.Twitter div {
	background-position: -47px -39px;
}

footer .SocialIcons li a.Flickr div {
	background-position: -94px -39px;
}

footer .SocialIcons li a.Vimeo div {
	background-position: -141px -39px;
}

header {
	height: 93px;
	position: fixed;
	width: 100%;
	min-width: 1000px;
	top: 0px;
	left: 0px;
	overflow: hidden;
	background-image: url(../img/bkgnd-header.png);
	background-repeat: repeat-x;
	z-index: 500;
}

p.SmHead {
	color: #8a8a8a;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
}


#MasterContainer {
	/*height: 100%;*/
	min-width: 1000px;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
}

#MasterContent {
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -200px; /* the bottom margin is the negative value of the footer's height */
}

#MasterFooterPush {
	height: 200px;	
}

#MasterHeaderPush {
	height: 91px;
}

#PageCover {
	background-color: #f3f3f3;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	background-position: 47% 35%;
	background-repeat: no-repeat;
	z-index: 15;
}

.Constrained940 {
	position: relative;
	width: 940px;
	margin: 0 auto;
}
.Constrained940 h1{
	color:#222;
	letter-spacing:-1px;
}
.Constrained960 {
	width: 960px;
	margin: 0 auto;
}

.DetailContent div.TypoBlock {
	margin-top: 10px;
}

.DetailContent h1 
{
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 48px;
    font-weight: 300;
}

.DetailContent h2.Editorial {
	color: #a0a0a0;
	font-size: 30px;
	padding: 30px 0;
	font-weight: 300;
	margin: 0;
}

.DetailContent h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #c2c2c2;
	font-weight: 700;
}

.DetailContent h4.Subhead,
.DetailContent h4.ClientName {
	margin: 0;
	padding: 50px 0 0 0;
}

.DetailContent h4.Awards {
	margin: 25px 0 5px;
}

.DetailContent .DetailHead,
.DetailContent .DetailNav {
	overflow: auto;
}

.DetailContent .DetailHead {
	float: left;
}

.DetailContent .DetailBottomLink {
	margin-top: 30px;
}

.DetailContent .DetailNav {
	float: right;
	padding-top: 75px;
	font-size: 14px;
	text-align: right;
}

.DetailContent .DetailNav a,
.DetailContent .DetailBottomLink a {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.DetailContent .Quote {
	font-size: 18px;
	font-weight: 700;
}

.DotNav,
.DotNav li {
	list-style: none;
	height: 15px;
	margin: 0;
	padding: 0;
}

.DotNav li {
	width: 15px;
	float: left;
	margin-right: 7px;
	position: relative;
	background-color: #4b4b4b;
	overflow: hidden;
	cursor: pointer;
}

.DotNav li div {
	position: absolute;
	width: 15px;
	height: 15px;
}

.DotNav li div.Frame {
	background-image: url(../img/dotnav-dark-cover.png);
}

.DotNav li div.Frame.Light {
	background-image: url(../img/dotnav-light-cover.png);
}

.DotNav li div.PinkDot {
	background-color: #df3232;
	opacity: 0;
	top: 0px;
}

.GlobalHeader {
	background-image: url(../img/header-bkgnd-topbar.gif);
	background-repeat: repeat-x;
	overflow: hidden;
	margin-left: -9px;
	width: 940px;
}

.GlobalInfo {
	margin-top: 13px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	font-size:13px;
	background:none;
	right:13px;
	margin-top:5px;
	top:0px;
	position:absolute;
}
.GlobalInfo small{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:none;
	}
	
.GlobalInfo span{
	color:#b41d22;
	font-weight:bold;
	}
	
.GlobalInfo a{
	color:#333;
	text-decoration:none;
	font-style: italic;
	font-family: Georgia, Times New Roman, serif;
	font-size: 13px;
	line-height:33px;
	margin-right:-3px;
	cursor: pointer;
	padding:5px;
	margin-top:1px;
	margin-bottom:6px;
	}
	
.GlobalInfo a:hover{
	color:#cd0808;
	text-decoration:none;
	}	

.GlobalInfo a.button{
	background:url(../img/bg_red.jpg);
	display: inline-block;
	margin-top:8px;
	padding:1px 18px;
	height:20px;
	line-height:20px;
	font-size:12px;	
	box-shadow:1px 2px 3px #dedede;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
		
.GlobalInfo a:hover.button{
	background: url(../img/bg_black.jpg);
	}	
	
.GlobalLogo,
.GlobalNav {
	float: left;
	margin-right: 100px;
	
}
.GlobalLogo{
	float:left;
	margin-right:50px}
	
.GlobalNav,
.GlobalNav li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.GlobalNav li {
	float: left;
	margin: 53px 30px 0 0;
}

.GlobalNav a {
	display: block;
	height: 11px;
	font-size:13px;
	text-transform:uppercase;
	color:#514f4f;
	font-family: 'droid_sansbold', Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.GlobalNav a.Active {
	height: 21px;
	color:#ba3333;
}
.GlobalNav a:hover {
	color:#cb2f2f
}


.DetailContent,
.PageContent {
}

.PageContent h1 {
	font-weight: 300;
	font-size: 48px;
	margin: 0;
	padding: 30px 0 10px 0;
}

.PageHero {
	position: relative;
	width: 100%;
	height: 478px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.PageHero li {
	position: absolute;
	width: 100%;
	height: 478px;
	top: 0px;
	left: 0px;
	display: none;
	overflow: hidden;
	zIndex: 0;
}

.PageHero li:first-child {
	display: block;
}

.PageHeroDotNav {
	margin-top: 15px;
}

.PullQuote {
	color: #4b4b4b;
	font-size: 18px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 600;
	border-left: 2px solid #fe4cac;
	padding: 10px 0 10px 17px; 
}

.TypoBlock {
	background-color: #000000;
	height: 10px;
	width: 60px;
	clear: both;
	margin: 30px 0;
}

.WorkItems,
.WorkItems li,
.WorkMenu,
.WorkMenu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.WorkItems {
	margin-left: -20px;
	overflow: hidden;
}

.WorkItems h2 {
	font-size: 18px;
	/*height: 63px;
	overflow: hidden;*/
	font-weight: 300;
	margin: 10px 0 0 0;
	padding: 0;
	color: #000000;
}

.WorkItems li {
	position: relative;
	margin-bottom: 40px;
	margin-left: 20px;
	width: 300px;
	height: 220px;
	float: left;
	overflow: hidden;
	background-color: transparent;
}

.WorkItems li a {
	background-color: transparent;
}

.WorkItems li a:hover {
	text-decoration: none;
}

.WorkItems p {
	color: #818181;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

.WorkItems p.Categories {
	position: absolute;
	font-size: 10px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #b3b3b3;
}

.WorkItems p.Categories.Meta {
	display: none;
}

.WorkItems .Thumb {
	position: relative;
	display: block;
	width: 300px;
	height: 130px;
	overflow: hidden;
	background-color: #CCC;
}

.WorkItems .Thumb img {
	width: 300px;
	height: 130px;
	float: left;
}

.WorkItems .Thumb div {
	width: 60px;
	height: 130px;
	background-color: #cb2f2f;
	float: left;
}


/* webwidget_tab */

.webwidget_tab {
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:25px;
}
.tabContainer {
	width: 100%;
	overflow: hidden;
}
.tabContainer li {
	float: left;
	margin-right: 2px;
}
.tabContainer li a {
	display: block!important;
	display: inline-block;
	padding: 1px 20px;
	height: 20px;
	line-height: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	background: url(../img/bg_red.jpg);
}
.webwidget_tab .tabHead {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.webwidget_tab .tabBody {
}
.webwidget_tab .tabBody ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.webwidget_tab .tabBody ul {
	
	padding-top:10px;
}
.webwidget_tab .tabBody ul li {
}
.webwidget_tab .tabHead li a {
	text-decoration: none;
}
.webwidget_tab .tabCot {
}
.webwidget_tab .tabCot p {
	margin: 0px;
	padding: 5px;
}
.webwidget_tab .tabContainer li.currentBtn {
}
.webwidget_tab .tabContainer li.currentBtn a {
	height: 20px;
	color: #fff;
	background: url(../img/bg_black.jpg);
}


/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
