/* @override http://wklondon.local/?css=site/style.v.1313688328 */

/**
 * HTML5 Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }


/**
 * Primary styles
 *
 * Author: Alex Gemmell
 */

/*
 * font-family:'Univers LT W01 45 Light';
 * font-family:'Univers LT W01 55 Roman';
 */
body {
	font-family:'Univers LT W01 55 Roman', Arial, Helvetica, sans-serif;
	margin: 0 0 32px 0;
	clear:both;
}

/* Float shortcuts */
.fl-right { float: right; }
.fl-left { float: left; }

#container {
	position: relative;
	width:940px;
	padding: 0 10px;
	margin: 32px auto 0 auto;
	clear:both;
}

#searchContainer {
	position: absolute;
	
	top: -32px;
	top: -196px;
	left: 0;
	height: 164px;
	width: 960px;
	background: rgb(255, 255, 255); /* The fallback */
	background: rgba(255, 255, 255, 0.9);
	z-index: 100;
}

#searchContainer #keywords {
 	height: 40px;
    margin: 50px 250px;
    width: 460px;
    font-size: 15px;
    color: #000;
    border: 1px dotted;
    padding: 3px 0 0 8px;
    outline: 0 none;
    line-height: 20px;
}

input#keywords:focus {
	outline: 2px dotted #6699CC;
}

#searchContainer #searchText {
	position: absolute;
	top:64px;
	left: 260px;
	font-size: 15px;
	color: #8a8a8a;
}

#searchContainer #searchHide {
	background: url('/images/hide-off.png') no-repeat center right;
	position: absolute;
	bottom: 13px;
	right: 30px;
    padding-right: 24px;
    text-align: right;
    width: 35px;
    z-index:105;
}

#searchContainer a#searchHide:link,
#searchContainer a#searchHide:active,
#searchContainer a#searchHide:visited,
#searchContainer a#searchHide:hover {
	color: #8a8a8a;
}

#searchContainer a#searchHide:hover {
	background: url('/images/hide-on.png') no-repeat center right;
	color: #000;
}

h1 {
	font-size: 2em;
}

/* COMMON? */

a:link,
a:active,
a:visited,
a:hover {
	color: #8a8a8a;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.grey {
 color: #8a8a8a;
}

.black {
 color: #000;
}

header, footer {
	clear:both;
}
header #logo {
	margin: 0 0 28px -5px;
	width: 160px;
	height: 28px;
}

header #logo a.logoRollover:link,
header #logo a.logoRollover:active,
header #logo a.logoRollover:visited,
header #logo a.logoRollover:hover {
	margin: 0;
	display: block;
	background-image: url('/images/wk-ldn-logo-off.png');
	background-repeat:no-repeat;
	background-position: left top;
	width: 160px;
	height: 28px;
}

header #logo a.logoRollover:hover {
	background-image: url('/images/wk-ldn-logo-on.png');

}

nav ul li {
	display: inline;
	margin: 0 55px 0 0;
	font-size: 15px;
	color: #8a8a8a;
}

nav ul li a:link, 
nav ul li a:active,
nav ul li a:visited,
nav ul li a:hover {
	color: #8a8a8a;
	text-decoration:none;
}

nav ul li a:hover {
	color: #000;
}

nav ul li.current a:link, 
nav ul li.current a:active,
nav ul li.current a:visited,
nav ul li.current a:hover {
	color: #000;
}

#subnav {
	margin: 0 0 0 0;
	border-top: 1px solid #8a8a8a;
	border-bottom: 1px solid #8a8a8a;
	float: left;
	width:940px;
}

#subnav #subnavTitle, 
#subnav #shortDescription {
	float:left;
	font-size: 15px;
	color: #8a8a8a;
	line-height: 40px;
	height: 40px;
	text-align: left;
	width:60%;
}

#subnav #shortDescription {
	float: right;
	text-align: right;
	font-size: 10px;
	width:40%;	
}

#subnav a.current:link,
#subnav a.current:active,
#subnav a.current:visited,
#subnav a.current:hover {
	color: #000;
}

.slides_container {
	overflow: hidden;
}

/* HOMEPAGE */

.innerContainer {
	margin-top: 16px;
	clear:both;
}

#home #featuredSlideshow .slides_container {
	height: 469px;
}


#home #featuredSlideshow p,
#home #featuredSlideshow .featuredTitle {
	color: #000;
	font-size: 16px;
	line-height: 40px;
}

#home #featuredSlideshow #captionBox {
	height: 40px;
	border-bottom: 1px solid #000;
}

#home #featuredSlideshow a.featuredTitle:link, 
#home #featuredSlideshow a.featuredTitle:active, 
#home #featuredSlideshow a.featuredTitle:visited, 
#home #featuredSlideshow a.featuredTitle:hover {
	color: #8a8a8a;
	text-decoration: none;
}

#home #featuredSlideshow a.featuredTitle:hover {
	text-decoration: underline;
}

#home #featuredSlideshow img.featuredImage {
	width: 940px;
	height: 424px;
}

#home #leftCol {
	width: 540px;
	float:left;
	margin: 32px 20px 0 0;
}

#home #leftCol .agencyDescriptor {
	width: 540px;
	border-bottom: 1px solid #ccc;
}

#home #leftCol .agencyDescriptor .title, 
#home #leftCol .showreel .title {
	font-size: 15px;
	line-height: 20px;
	color: #8a8a8a;
}

#home #leftCol .agencyDescriptor .title {
	margin: 0 0 24px 0;
}

#home #leftCol .agencyDescriptor #descriptor {
	height: 160px;
	width: 100%;
	font-size: 38px;
	line-height: 44px;
	color: #8a8a8a;
	font-family:'Univers LT W01 45 Light';
	letter-spacing: -0.25px;
}

.more {
	margin: 0 0 24px 0;
}

.more, 
.more a:link,
.more a:active,
.more a:visited,
.more a:hover {
	font-size: 20px;
	color: #8a8a8a;
	text-decoration: none;
}

.moreHover,
.more a:hover {
	color: #000;
}

.rollReveal {
	display: none;	
}

.smallMore {
	font-size: 15px;
	margin-left: 12px;
}

#home #leftCol .showreel {
	margin: 32px 0;
	border-bottom: 1px solid #ccc;
}

#home #leftCol .showreel .title {
	margin: 0 0 32px 0;
}

#home #leftCol .showreel #showreelSlideshow {
	width: 100%;
	height: 304px;
	position: relative;
}

#home #leftCol .showreel #showreelSlideshow #slide {
	
}

#home #leftCol .showreel #showreelSlideshow a#videoPlayBig:link,
#home #leftCol .showreel #showreelSlideshow a#videoPlayBig:active,
#home #leftCol .showreel #showreelSlideshow a#videoPlayBig:visited,
#home #leftCol .showreel #showreelSlideshow a#videoPlayBig:hover {
	position: absolute;
	top:0;
	background-image: url('/images/video-play-big-off.png');
	background-repeat:no-repeat;
	background-position: center;
	width: 540px;
	height: 304px;
	z-index: 100;
}

#home #leftCol .showreel #showreelSlideshow a#videoPlayBig:hover {
	background-image: url('/images/video-play-big-on.png');
}

#home #leftCol .showreel #showreelView {
	height: 15px;
	margin: 24px 0;
	font-size: 15px;
	color: #000;
}

#home #leftCol a.rssSubscribe:link, 
#home #leftCol a.rssSubscribe:active, 
#home #leftCol a.rssSubscribe:visited, 
#home #leftCol a.rssSubscribe:hover {
	color: #8a8a8a;
	font-size: 15px;
	text-decoration: none;
}

#home #leftCol a.rssSubscribe:hover {
	color: #000;
}

#home #rightCol {
	width: 300px;
	float:right;
	margin: 0 0 0 20px;
}

#home #rightCol .liveBlock {
	width: 300px;
	margin: 32px 0 0 0;
	border-bottom: 1px solid #ccc;
}

#home .linkedItem {
	cursor: pointer;
}

#home #rightCol .liveBlock {
	/*height: 240px;*/
}

#home #rightCol .liveBlock .title {
	color: #8a8a8a;
	font-size: 15px;
	line-height: 20px;
}

#home #rightCol .liveBlock .itemTitle,
#home #rightCol .liveBlock .itemTitleTwitter {
	color: #000;
	font-size: 15px;
	line-height: 20px;
	margin: 24px 0;
	word-wrap: break-word;
	height: 37px;
}

#home #rightCol .liveBlock .itemTitleTwitter {
	height: auto;
}

#home #rightCol .liveBlock .itemContent {
	color: inherit;
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 24px 0;
	word-wrap: break-word;
	height: 74px;
}

#home #rightCol .liveBlock .itemContent a:link, 
#home #rightCol .liveBlock .itemContent a:active, 
#home #rightCol .liveBlock .itemContent a:visited, 
#home #rightCol .liveBlock .itemContent a:hover {
	color: inherit;
	text-decoration: none;
}

#home #rightCol .liveBlock .itemContent a:hover {
	color: #000;
}

footer {
	float: left;
	width: 100%;
	font-size: 11px;
	color: #000;
	margin-top: 48px;
}

footer #footerClosed {
	float: left;
	clear: both;
	width: 100%;
	border-top: 1px solid #8a8a8a;
	border-bottom: 1px solid #8a8a8a;
}

footer #footerClosed #address, 
footer #footerClosed #footerMore,
footer #footerClosed #copyright {
	width: 33%;
	float:left;
	line-height: 40px;
}

footer #footerClosed #footerMore {
	text-align:center;
}

footer #footerClosed #copyright {
	text-align: right;
	float: right;
}

footer #footerClosed a.footerMore:link, 
footer #footerClosed a.footerMore:active, 
footer #footerClosed a.footerMore:visited, 
footer #footerClosed a.footerMore:hover {
	color: #8a8a8a;
	text-decoration: none;
}

footer #footerClosed a.footerMore:hover {
	color: #000;
}

footer #footerClosed a.footerHide:link, 
footer #footerClosed a.footerHide:active, 
footer #footerClosed a.footerHide:visited, 
footer #footerClosed a.footerHide:hover {
	color: #8a8a8a;
	text-decoration: none;
}

footer #footerClosed a.footerHide:hover {
	color: #000;
}


footer #footerOpen {
	float: left;
	width: 100%;
	clear: both;
	border-bottom: 1px solid #8a8a8a;
	color: #8a8a8a;
	line-height: 20px;
}

footer #footerOpen ul.footerBox {
	float: left;
	list-style: none;
	display: inline;
	margin: 24px 60px 32px 0;
}

footer #footerOpen ul.footerBox li {

}

footer #footerOpen ul.right {
	float: right;
}

#footerFoot {
	width: 100%;
	clear: both;
	float: left;
	margin-top: 24px;
}

/* CONTACT PAGE */

#contact #contactTop {
	float: left;
	width: 100%;
	clear: both;
	margin: 32px 0 40px 0;
	border-bottom: 1px solid #8a8a8a;
}

#contact #contactTop #address {
	float: left;
	width: 300px;
	font-size: 30px;
	line-height: 40px;
	color: #000;
	margin: 0 0 40px 0;
}

#contact #contactTop #address p {
	margin: 0 0 10px 0;
}

#contact #contactTop #address a:link,
#contact #contactTop #address a:active,
#contact #contactTop #address a:visited,
#contact #contactTop #address a:hover {
	color: #8a8a8a;
}

#contact #contactTop #address a:hover {
	color: #000;
}

#contact #contactSlideshow {
	float:right;
	width: 540px;
	margin: 0 0 40px 0;
}

#contact #contactSlideshow .slide img {
	width: 540px;
	height: 416px
}

#contact #contactSlideshow #captionBox {
	height: 33px;
	width: 542px;
	background: #FFF;
	position: absolute;
	margin-left: -1px;
	padding: 0 1px;
	bottom: -34px;
	z-index: 100;
	
}

#contact #contactSlideshow p,
#contact #contactSlideshow .featuredTitle {
	color: #8a8a8a;
	font-size: 1em;
	line-height: 32px;
}

#contact #contactSlideshow a.featuredTitle:hover {
	text-decoration: underline;
}


#contact #departments {
	float:left;
	width: 100%;
	clear: both;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #8a8a8a;
}

#contact #departments .department {
	width: 400px;
	float: left;
	margin: 0 0 20px 0;
}

#contact #departments .department h1 {
	font-size: 20px;
	line-height: 23px;
	color: #000;
	font-weight: normal;
	width: 160px;
	float: left;
}

#contact #departments .department p {
	float: left;
	font-size: 12px;
	line-height: 16px;
	color: #8a8a8a;
	margin: 0 0 0 20px;
}

#contact #departments .right {
	margin-left: 80px;
}


#contact #globalOffices {
	clear: both;
	float: left;
	width: 100%;
}

#contact #globalOffices h1 {
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
	padding: 10px 0;
	margin: 0 0 0 0;
	border-bottom: 1px solid #8a8a8a;
}

#contact #globalOffices .office {
	float: left;
	width: 160px;
	font-size: 11px;
	line-height: 16px;
	margin: 32px 20px 0 0;
}

#contact #globalOffices .office h1 {
	border: none;
	margin: 0;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
}

#contact #globalOffices .office p {
	color: #8a8a8a;
	margin: 16px 0 0 0;
}

#contact #globalOffices .office p a.url:link,
#contact #globalOffices .office p a.url:active,
#contact #globalOffices .office p a.url:visited,
#contact #globalOffices .office p a.url:hover {
	color: #000;
}

#contact #globalOffices .office p a.url:hover {
	text-decoration: underline;
}

/*  ABOUT SUMMARY */

#aboutSummary #aboutSummarySlideshow .slide img {
	width: 620px;
	height: 384px;
}

#aboutSummary #aboutSummarySlideshow #captionBox {
	height: 33px;
	width: 622px;
	margin-left: -1px;
	padding:  0 1px;
	background: #FFF;
	position: absolute;
	bottom: -34px;
	z-index: 100;
	
}

#aboutSummary #aboutSummarySlideshow #caption {
	position: absolute;
}

#aboutSummary #aboutSummarySlideshow p,
#aboutSummary #aboutSummarySlideshow .featuredTitle {
	color: #8a8a8a;
	font-size: 1em;
	line-height: 32px;
}

#aboutSummary #aboutSummarySlideshow a.featuredTitle:hover {
	text-decoration: underline;
}

#aboutSummary h1 {
	font-size: 15px;
	color: #000;
	font-weight: normal;
}

#aboutSummary #leftCol,
#aboutSummary #rightCol {
	float: left;
	width: 320px;
	margin-top: 40px;
}

#aboutSummary #leftCol #summaryPageIntro {
	width: 220px;
	padding-bottom: 32px;
	border-bottom: 1px solid #8a8a8a;
}

#aboutSummary #leftCol #summaryPageIntro h1 {
	line-height: 20px;
}

#aboutSummary #leftCol #summaryPageIntro p {
	font-size: 12px;
	line-height: 16px;
	color: #8a8a8a;
	margin-top: 16px;
}

#aboutSummary #leftCol #recentAwards {

}

#aboutSummary #leftCol #recentAwards h1,
#aboutSummary #leftCol #globalClients h1  {
	margin: 37px 0 0 0; 
}

#aboutSummary #leftCol #recentAwards ul {
	list-style: none;
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	width: 160px;
}

#aboutSummary #leftCol #recentAwards li {
	margin: 12px 0 0 0;
}

#aboutSummary #leftCol #globalClients {
	width: 220px;
}


#aboutSummary #leftCol #globalClients p {
	margin-top: 12px;
	color: #8a8a8a;
	font-size: 12px;
	line-height: 16px;
}

#aboutSummary #rightCol {
	width: 620px;
}

#aboutSummary #rightCol h1 {
	margin-bottom: 24px;
}

#aboutSummary #rightCol #rLeftCol, 
#aboutSummary #rightCol #rRightCol {
	float: left;
	width: 220px;
	margin: 37px 100px 0 0;
}

#aboutSummary #rightCol #rRightCol {
	margin-right: 0;
}

#aboutSummary #rightCol ul {
	list-style: none;
	margin: 30px 0 0 0;
	font-size: 12px;
	line-height: 16px;
}

#aboutSummary #rightCol li {
	margin: 8px 0 0 0;
}

#aboutSummary #rightCol #clientImg {
	width: 220px;
	height: 129px;
}

#aboutSummary #rightCol #clientMore,
#aboutSummary #rightCol #officeMore {
	margin-top: 32px;
	height: 14px;
	font-size: 12px;
	color: #000;
}

/* FURTHER READING */
#furtherReading #subnav {
	margin-bottom: 48px;
}

#furtherReading #listArticles article .listLeftCol h1 {
	font-weight: normal;
}

#furtherReading #listArticles article .listLeftCol .listItemSummary {
	font-size: 34px;
	line-height: 40px;
	height: 80px;
}

#newsGallery,
#workSlideshow {
	position: relative;
}

a.videoImage:link,
a.videoImage:active,
a.videoImage:visited,
a.videoImage:hover {
	position: absolute;
	background-image: url('/images/video-play-small-off.png');
	background-repeat:no-repeat;
	background-position: center;
	z-index: 1000;
	height: 192px;
	width: 340px;
	display: block;
}

a.videoImage:hover {
	background-image: url('/images/video-play-small-on.png');
}

a.videoImageBig:link,
a.videoImageBig:active,
a.videoImageBig:visited,
a.videoImageBig:hover {
	position: absolute;
	top:0;
	background-image: url('/images/video-play-big-off.png');
	background-repeat:no-repeat;
	background-position: center;
	z-index: 100;
}

a.videoImageBig:hover {
	background-image: url('/images/video-play-big-on.png');
}


/* SEARCH RESULTS */

#searchResults #searchTerms {
	float: left;
	clear: both;
	width: 100%;
}

#searchResults #searchTerms p {
	margin: 40px 0 24px 0;
	font-size: 34px;
	line-height: 40px;
}

#searchResults #resultsBox {
	float: left;
	clear: both;
	width: 100%;
}

#searchResults #resultsBox h1.channelTitle {
	font-weight: normal;
	font-size: 15px;
	color: #000;
	padding-top: 32px;
	border-top: 1px solid #000;
	float: left;
	clear: both;
	width: 100%;
}

#searchResults #resultsBox h1.workResults {
	padding-top: 24px;
}

#searchResults #resultsBox h1.newsResults {
	margin-top: 32px;
}

#searchResults article.workResult {
	width: 300px;
	float:left;
	margin: 32px 10px 0 0;
}

#searchResults article.left {
	margin-right: 20px;
}

#searchResults article.right {
	margin-left: 20px;
}

#searchResults article.workResult img {
	/*
	width: 300px;
	height: 176px;
	*/
	background-color: #8a8a8a;
}

#searchResults article.workResult h1 {
	margin-top: 10px;
	font-size: 15px;
	line-height: 16px;
	color: #000;
	font-weight: normal;
}

#searchResults article.workResult h1 a {
	color: #000;
}

#searchResults article.workResult .projectDate {
	font-size: 12px;
	line-height: 16px;
	color: #8a8a8a;
}

#searchResults .seeMore {
	float: left;
	clear: both;
	margin-top: 32px;
	font-size: 15px;
}

#searchResults .newsResult {
	float: left;
	clear: both;
	padding: 24px 0;
	border-bottom: 1px solid #8a8a8a;
}

#searchResults .newsResult .date {
	float: left;
	font-size: 12px;
	color: #8a8a8a;
	width: 80px;
	margin-top: 4px;
}

#searchResults .newsResult .title {
	float: right;
	width: 840px;
	margin-left: 20px;
	font-size: 34px;
	line-height: 40px;
	color: #8a8a8a;
}

/* FILTER COLS */
.filterCol {
	width: 140px;
	float: left;
	margin-right: 80px;
	margin-top: 2px;
}

.filterCol #clientFilterCol {
	margin-bottom: 28px;
}

.filterCol #yearCol {
	margin-bottom: 28px;
}

.filterCol h1 {
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 12px;
	border-bottom: 1px solid #8a8a8a;
}

.filterCol h1 a:link,
.filterCol h1 a:active,
.filterCol h1 a:visited,
.filterCol h1 a:hover {
	color: #8a8a8a;
}

.filterCol h1 a:hover {
	color: #000;
}

.filterCol ul {
	list-style: none;
	margin: 28px 0;
	color: #8a8a8a;
	font-size: 12px;
	line-height: 20px;
}

.filterCol .current a:link, 
.filterCol .current a:active,
.filterCol .current a:visited,
.filterCol .current a:hover {
	color: #000;
}

#results {
	float: left;
	width: 720px;
}

/** 
 * New styles implemented Feb 2013
 */
 
/* New clearfix */
.group:before,
.group:after { content: ""; display: table; } 
.group:after { clear: both; }
.group { zoom: 1; /* For IE 6/7 (trigger hasLayout) */ }

/* Global pagination style */
.pagination { font-size: 11px; float: left; width: 540px; }

/* Border */
.border { border-style: solid; border-color: #999; }
	.border_top { border-top-width: 1px; }
	.border_right { border-right-width: 1px; }
	.border_bottom { border-bottom-width: 1px; }
	.border_left { border-left-width: 1px; }

/* Editorial Page style (Currently only used for jobs section) */
.page_title, .editorial h2 { 
	float: left;
    color: #000;
    font-size: 34px;
    font-weight: normal;
    letter-spacing: -0.25px;
    line-height: 40px;
    margin: 40px 0 32px;
    width: 540px; }
    
.pageCol1, .pageCol2 { float: left; display: inline; }
.pageCol1 { clear: both; width: 460px; margin-right: 20px; }
.pageCol2 { width: 380px; }

	/* Column 1 editorial */
	.pageCol1 .editorial { width: 380px; }
	
/* Editorial styles
*************************************************************************/
.editorial { color: #8A8A8A; }

.editorial h1, .editorial h2, .editorial h3, .editorial h4, .editorial h5 { margin-bottom: 14px; color: #000; }
.editorial h5 { color: #000; font-weight: normal; }

.editorial a { color: #9966cc; }
	.editorial a:hover, .editorial a:active { color: #000; }

.editorial p { margin-bottom: 14px; line-height: 1.4; }

.editorial ul, .editorial ol { margin-bottom: 14px; margin-left: 20px; }

.editorial li { list-style-position: outside; padding: 1px 0; }
	.editorial ul li { list-style: disc; }
	.editorial ol li { list-style: decimal; }
	
	.editorial ul ul, .editorial ol ol { font-size: 1em; }
	.editorial ul ul li { list-style: circle; }
	
ul.al-anchor-list { margin-bottom: 8px; }
ul.al-anchor-list li { list-style: square; padding: 1px 0; }

/* Editorial table styles */
.editorial table { width: 100%; font-size: 1.3em; text-align: center; border: 1px solid #d1d7dc; border-width: 1px 0 2px; margin: 0 0 12px; }
	
	/* Headings */
	.editorial table tr th { font-weight: bold; background: #F5F5F5; border-bottom: 2px solid #d1d7dc; padding: 8px 0; }
	
	/* Rows */
	.editorial table td { background: #e2e1e2; padding: 5px; vertical-align: middle; }
	.editorial table tr:nth-child(odd) td { background: #d9d9d9; }	
	
.editorial iframe { border: 1px solid #333; margin: 5px 0 12px; }

/* Plain listing style (Used on Jobs page */
.plain_listing { clear: both; margin: 32px 0 40px; }
	.plain_listing li { list-style: none; margin-bottom: 32px; }


/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; 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: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #8a8a8a; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}