/*
Theme Name: Datamonitor
Description: A theme for Datamonitor marketing sites
Version: 1.0.1
Author: Steve Clark
Author URI: http://www.steve-clark.com/
*/


/* Resets
================================================== */

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	list-style: none;
}
input, select {
	padding: 0;
	margin: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
img {
	display: block;	
}
body {
	font-size: 12px;
	color: #666;
	-webkit-text-size-adjust: none;
	font-family: Helvetica, Arial, sans-serif;
	background: url(images/background.png);
}
strong {
	font-weight: bold;
}
a {
	color:#0c6db7;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
HR {
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px dotted #E5E5E5;
	margin-bottom: 15px;	
	background: none;
	width: 100%;
}


/* Wrapper
================================================== */
.wrapper {
	background: #FFF;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	overflow: hidden;
	position: relative;
}
footer {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	overflow: hidden;
	position: relative;
}
footer .grey-logo {
	width: 138px;
	height: 34px;
	position: absolute;
	right: 0;
	bottom: -5px;	
	text-indent: -9999px;
}


/* #Header
================================================== */
header {
	position: relative;	
}
.logo {
	width: 255px;
	height: 60px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	float: left;
}
.consulting_logo {
	width: 355px;
	height: 60px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	float: left;
}
header #searchform {
	position: absolute;
	bottom: 30px;
	right: 30px;
}
INPUT.searchfield {
	border: 1px solid #CCC;
	padding: 6px 30px 5px 5px;
	border-radius: 5px;
	width: 208px;
	font-size: 13px;
	line-height: 16px;
	margin: 0;
}
#searchform .submit {
	width: 30px;
	height: 30px;
	border: 0;
	background: url(images/sprite.png) no-repeat left -15px;
	display: inline-block;
	cursor: pointer;
	text-indent: -9999px;
	position: absolute;
	right: 0;
	top: 0;
}
#searchform .submit:hover {
	background-position: -30px -15px;
}
.secondary-menu {
	position: absolute;
	top: 20px;
	right: 30px;
}
.secondary-menu li {
	float: right;
}
.secondary-menu a {
	text-decoration: none;
	color: #002A5f;
	padding: 2px 7px;
	line-height: 20px;
	float: left;
}
.secondary-menu a:hover {
	text-decoration: underline;
}
.secondary-menu li.button-colored {
	font-size: 12px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 0;
	margin-left: 7px;
}
.secondary-menu li.button-colored a {
	color: #FFF;
	font-weight: bold;
	padding: 1px 7px;

}
.secondary-menu li.button-colored a:hover {
	text-decoration: none;
}


/* Navigation - Level 1
================================================== */
nav, #nav {
	border-bottom: 2px solid #000;
	background: #f2f2f2; /*fallback for non-CSS3 browsers*/
	background: -moz-linear-gradient(100% 100% 90deg, #e5e5e5, #fff);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#e5e5e5));
	z-index: 5;
	position: relative;
}
nav ul {
	border-top: 1px solid #ccc;
	padding-left: 15px;
}
nav select {
	display: none;
}
nav li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
nav li {
	float: left;
	position: relative;
}
nav a {
	display: block;
	position: relative;
	text-decoration: none;
	position: relative;
	color: #002A5f;
	padding: 10px 15px;
	font-size: 15px;
	line-height: 16px;
}
nav .sf-sub-indicator {
	display: inline-block;
	width: 11px;
	height: 5px;
	overflow: hidden;
	text-indent: -9999px;
	margin-left: 5px;
	position: relative;
	top: -2px;
}


/* Navigation - Level 2
================================================== */
nav li:hover ul, nav li.sfHover ul {
	left: 1px;
	top: 34px; /* match top ul list item height */
	z-index: 99;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 75%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(75%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 75%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 75%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 75%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 75%,rgba(229,229,229,1) 100%); /* W3C */
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
	padding: 15px 7px 0;
	border-bottom: 1px solid #FFF;
	-webkit-border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
}
nav li.sfHover a {
	position: relative;
	z-index: 100;
}
nav ul ul {
	position: absolute;
	top: -999em;
	width: 200px; /* left offset of submenus need to match (see below) */
	left: -1px;
	list-style:	none;
	display: block;
}
nav ul ul li {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* IE 8+ */
	float: left;
	width: 100%;
	border: 0;
}
nav ul .twocol ul {
	width: 400px; /* left offset of submenus need to match (see below) */
}
nav ul .twocol ul li {
	width: 50%;
}
nav ul ul a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0c6db7;
	font-size: 12px;
	font-weight: bold;
}
nav ul ul a:hover {
	text-decoration: underline;
}
nav ul ul ul.sub-menu {
	display: block !important;
	visibility:visible !important;	
}
nav ul ul ul.sub-menu, nav li.sfHover ul ul, nav li:hover ul ul {
	position: relative;
	top: 0;
	width: 100%; /* left offset of submenus need to match (see below) */
	clear: left;
	left: 0;
	background: 0;
	padding: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow:  none;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
nav ul .twocol ul li.title {
	width: 100%;
}
nav li.current-menu-item a, 
nav li.current-menu-parent a, 
nav li.sfHover a.sf-with-ul, 
nav.blog li.blog a, 
nav.team li.team a,
nav.events li.events a {
	background: #fff; /*fallback for non-CSS3 browsers*/
	text-decoration: none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
nav li.current-menu-item a, 
nav li.current-menu-parent a, 
nav.blog li.blog a, 
nav.team li.team a,
nav.events li.events a {
	padding: 12px 14px;
	margin-top: -5px;
	bottom: -2px;
}
nav li.sfHover a.sf-with-ul, 
nav li.current-menu-item.sfHover a, 
nav li.current-menu-parent.sfHover a, 
nav.blog li.blog.sfHover a, 
nav.team li.team.sfHover a,
nav.events li.events.sfHover a {
	padding: 12px 14px 9px;
	margin-top: -3px;
	bottom: 0;
}
nav li li, 
nav li.current-menu-item li, 
nav li.current-menu-parent li, 
nav.blog li.blog li, 
nav.team li.team li,
nav.events li.events li, 
nav li.sfHover li, 
nav li.current-menu-item.sfHover li, 
nav li.current-menu-parent.sfHover li, 
nav.blog li.blog.sfHover li, 
nav.team li.team.sfHover li,
nav.events li.events.sfHover li {
	border: 0;
	padding: 0 7px 15px 15px;
	background: none;
}
nav li li a, 
nav li.current-menu-item li a, 
nav li.current-menu-parent li a, 
nav.blog li.blog li a, 
nav.team li.team li a, 
nav.events li.events li a, 
nav li.sfHover li a, 
nav li.current-menu-item.sfHover li a, 
nav li.current-menu-parent.sfHover li a,
nav.blog li.blog.sfHover li a, 
nav.team li.team.sfHover li a,
nav.events li.events.sfHover li a {
	border: 0;
	margin: 0;
	bottom: 0;
	padding: 0;
	background: none;
	color: #0c6db7;
}
nav ul li li a:hover {
	text-decoration: underline;
}


/* Top bar styles
================================================== */
.topbar, .fixedbar {
	background: #002a5f; /*fallback for non-CSS3 browsers*/
	background: -moz-linear-gradient(100% 100% 90deg, #002a5f, #547094);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#547094), to(#002a5f));
}
.topbar ul {
	border-right: 1px solid rgba(256, 256, 256, 0.1);
	float: left;
}
.topbar li {
	float: left;
	position: relative;
}
.topbar a {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: rgba(256, 256, 256, 0.5);
	float: left;
	padding: 5px 10px;
	border-left: 1px solid rgba(256, 256, 256, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
}
.topbar li a:hover {
	color: #FFF;
	text-decoration: none;
	-webkit-transition: color .5s;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
}
.topbar li.selected a {
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.25);
	color: #FFF;
}
.topbar .datamonitor a {
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	padding: 0;
	border-left: 0;
	background: url(images/sprite.png) no-repeat -60px -15px;
}
.topbar a.informa {
	float: right;
}
.topbar a.informa {
	background: url(images/sprite.png) no-repeat left top;
	width: 125px;
	height: 11px;
	overflow: hidden;
	text-indent: -9999px;
	border: 0;
	padding: 0;
	margin: 9px 10px 10px;
}
.topbar li:hover ul, .topbar li.sfHover ul {
	left: 0;
	top: 26px; /* match top ul list item height */
	z-index: 99;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 75%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(75%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 75%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 75%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 75%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 75%,rgba(229,229,229,1) 100%); /* W3C */
	border-bottom: 1px solid #FFF;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
	padding: 10px;
	border-bottom: 1px solid #FFF;
	-webkit-border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
}
.topbar li.sfHover a {
	position: relative;
	z-index: 100;
}
.topbar ul ul {
	position: absolute;
	top: -999em;
	width: 320px; /* left offset of submenus need to match (see below) */
	left: -1px;
	list-style:	none;
	display: block;
}
.topbar li.sfHover.datamonitor a {
	background: #FFF url(images/sprite.png) no-repeat -90px -15px;
}
.topbar li.sfHover a {
	-moz-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.7);
	box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.7);
	border-right-color: #FFF;
}
.topbar li.sfHover li a {
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	width: auto;
	height: auto;
	text-indent: 0;
	color: #000;
}
.topbar li.sfHover li {
	margin: 1px;
}
.topbar li.sfHover li.dm_energy a, .topbar li.sfHover li.dm_consumer a, .topbar li.sfHover li.dm_financial a, .topbar li.sfHover li.dm_healthcare a {
	height: 33px;
	width: 140px;
	background: url(images/sprite.png) no-repeat left -85px;
	text-indent: -999px;
	margin: 9px;
}
.topbar li.sfHover li:hover, .topbar li.sfHover li.selected {
	background: #F2F2F2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #FFF;
	margin: 0 1px;
}
.topbar li.sfHover li.dm_energy a {
	background: url(images/sprite.png) no-repeat left -118px;
}
.topbar li.sfHover li.dm_financial a {
	background: url(images/sprite.png) no-repeat left -151px;
}
.topbar li.sfHover li.dm_healthcare a {
	background: url(images/sprite.png) no-repeat left -184px;
}


/* Fixedbar
================================================== */
.fixedbar.d-all {
	position: fixed;
	bottom: 0;
	padding: 7px 0;
	clear: both;
	float: none;
	display: block;
	z-index: 100;
}
.fixedbar.d-all.notfixed {
	position: relative;
	float: left;
	clear: left;
}
.scrollmarker.above {
	height: 5px;
	clear: left;
	float: left;
}
.scrollmarker {
	height: 35px;
}
.fixedbar .advert {
	float: left;
}
.fixedbar .advert p {
	line-height: 20px;
	padding-left: 7px;

}
.fixedbar .advert p a {
	color: #FFF;
}
.fixedbar .advert img {
	position: absolute;
	bottom: 0;
}
.fixedbar .socialmedia {
	float: right;
}
.fixedbar .socialmedia li.first {
	font-size: 11px;
	line-height: 20px;
	color: #fff;
}
.fixedbar .socialmedia li {
	float: left;
	display: inline;
	margin-right: 7px;
	line-height: 10px;
}
.fixedbar .socialmedia li a.addthis_button_twitter_follow_native {
	padding: 0;
	height: 20px;
	overflow: hidden;
	line-height: 0;
}


/* Breadcrumb
================================================== */
.breadcrumb {
	font-size: 12px;
	line-height: 13px;
	overflow: hidden;
}
.breadcrumb LI {
	float: left;
	display: inline;
}
.breadcrumb LI A {
	padding-right: 15px;
	margin-right: 10px;
}


/* Footer
================================================== */
footer UL {
	margin-bottom: 8px;
}
footer LI {
	margin-bottom: 7px;
	font-size: 12px;
}
footer a {
	color: #999;
	padding: 0;
}
footer h4 {
	color: #999;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 3px;
	margin-bottom: 7px;
}
footer p {
	margin: 0;
	font-size: 11px;
	line-height: 14px;
	color: #999;
}


/* Sidebar
================================================== */
#sidebar {
	background: url(images/sprite-backgrounds.png) -960px bottom no-repeat, url(images/sprite-backgrounds.png) -340px top no-repeat;
	min-height: 400px;
}
#sidebar h3, h3.blueblock  {
	background: #002A5f;
	background: -moz-linear-gradient(100% 100% 90deg, #002a5f, #547094);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#547094), to(#002a5f));
	color: #FFF;
	border-radius: 12px;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding: 4px 10px;
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* IE 8+ */
}
#sidebar h3:before, h3.blueblock:before {
	content:"";
	float:left;
	position:absolute;
	bottom:-7px;
	left: 12px;
	width:0;
	height:0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #002A5f;		
}
#sidebar_left {
	background: url(images/sprite-backgrounds.png) -630px bottom no-repeat, url(images/sprite-backgrounds.png) -10px top no-repeat;
	min-height: 400px;
}
UL.left_nav, UL.left_nav LI {
	float: left;
	width: 100%;
	list-style: none;
}
UL.left_nav A {
	float: left;
	width: 100%;
	text-indent: 15px;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #002A5f;
}
UL.left_nav .current_page_item A, UL.left_nav .current_page_item A:hover {
	border-top: 1px solid #1e938b;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	line-height: 28px;
}
UL.left_nav A:hover {
	background: #F2F2F2;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #FFF;	
	line-height: 28px;
	text-decoration: none;
}


/* Fonts
================================================== */
@font-face {
	font-family: 'Museo700';
	src: url('fonts/Museo700-Regular-webfont.eot');
	src: url('fonts/Museo700-Regular-webfont.eot#iefix') format('embedded-opentype'),  url('fonts/Museo700-Regular-webfont.woff') format('woff'),  url('fonts/Museo700-Regular-webfont.ttf') format('truetype'),  url('fonts/Museo700-Regular-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Museo500';
	src: url('fonts/Museo500-Regular-webfont.eot');
	src: url('fonts/Museo500-Regular-webfont.eot#iefix') format('embedded-opentype'),  url('fonts/Museo500-Regular-webfont.woff') format('woff'),  url('fonts/Museo500-Regular-webfont.ttf') format('truetype'),  url('fonts/Museo500-Regular-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.heading-huge, .heading-large, .heading-medium, nav a, .button-colored, .event_tabs, .report_cover, .content-styles h1, .content-styles h2, .content-styles h3, .content-styles h4, .heading-small, .heading-tiny, .day {
	font-family: 'Museo700', Arial, Helvetica, sans-serif;
	color: #002A5f;
	font-weight: normal;
}
{
	font-family: 'Museo500', Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.heading-huge {
	font-size: 36px;
	line-height: 38px;
}
.heading-large, .content-styles h1 {
	font-size: 28px;
	line-height: 34px;
}
.heading-medium {
	font-size: 24px;
	line-height: 28px;	
}
.heading-small, .content-styles h2 {
	font-size: 20px;
	line-height: 24px;
}
.heading-tiny, .content-styles h3 {
	font-size: 18px;
	line-height: 24px;
}
.text-huge, .content-styles h4 {
	font-size: 16px;
	line-height: 22px;
}
.text-large, .people .text-huge, .content-styles blockquote p  {
	font-size: 14px;
	line-height: 20px;
}
.text-medium, .content-styles p, .content-styles li, .bullets li {
	font-size: 13px;
	line-height: 18px;
}
.text-small, .content-styles table, .content-styles .lead_form ul li {
	font-size: 12px;
	line-height: 16px;
}
.text-tiny, .product_wrapper .grid_fifth_1 p, .content-styles p.small, #sidebar .bullets li, .content-styles p.wp-caption-text {
	font-size: 11px;
	line-height: 14px;
}
.blog-post .article-intro, .event-post .article-intro, .content-styles h2, .content-styles h3, .content-styles h4, .heading-huge, .heading-large, .heading-medium, .heading-small, .heading-tiny  {
	color: #002A5f;
}
.color-default, .calltoaction_bottom .text-small {
	color: #666;
}
.color-light {
	color: #999;
}
.day {
	color: #FFF;	
}
h1 .dot, h2 .dot, h3 .dot   {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.article-intro {
	text-transform: uppercase;
	font-weight: bold;
}
.wp-caption-text {
	font-style: italic;
}
.wp-caption {
	max-width: 100%;	
}


/* Bullets, nummbering and layout
================================================== */
ol {
	margin-left: 35px;
}
ol li {
	list-style-type: decimal;
}
ol li li {
	list-style-type: lower-alpha;
}
nav ul ul li, footer li, .content-styles ul li, .bullets li, .bullet {
	padding-left: 17px;
}
.icons-text.content-styles ul {
	border-bottom: 1px dotted #E5E5E5;
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
.icons-text.content-styles ul li {
	float: left;
	width:45%;
}
.content-styles ul, .content-styles ol, .content-styles li, .bullets li {
	padding-bottom: 7px; 
}
.content-styles ol ol {
	padding-bottom: 0;
	padding-top: 7px; 
}
.bullets {
	width: 100%;
	float: left;
	clear: both;
}
.bullets.bullets_2col li {
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	padding-right: 5px;
}
.content-styles p, .content-styles h2, .content-styles h3, .content-styles h4 {
	margin-bottom: 15px;
}
.product_wrapper .content-styles h3, .product_wrapper .content-styles .greybox h2 {
	margin-bottom: 0;
}
.product_wrapper .content-styles h1 {
	font-size: 36px;
	margin-bottom: 15px;
}
.product_wrapper .content-styles h2 {
	font-size: 24px;
}
.product_wrapper .content-styles h3 {
	font-size: 16px;
}
.content-styles p.small {
	margin-bottom: 0;
}
.greybox {
	background: #F5F5F5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #E5E5E5;
	padding: 14px 15px 0px;
	font-size: 11px;
	margin-bottom:15px;
}



/* Table styles
================================================== */
.content-styles table {
	border-left: 1px solid #E5E5E5; 
	border-right: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
	margin-bottom: 20px; 
	border-spacing:0;
 	border-collapse:collapse;
}
.content-styles th {
	background-color: #E5E5E5;
	text-align: left;
}
.content-styles td, .content-styles th {
	padding: 5px;
	border-bottom: 1px solid #E5E5E5; 
}



/* Circle styles
================================================== */
.round-image IMG, .date-circle, .date-circle-small {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background-color: #000;
}
.date-circle, .date-circle-small {
	min-height: 63px;
	clear: left;
	text-align: center;
	color: #FFF;
}
.date-circle-small {
	min-height: 48px;
}
.date-circle {
	min-height: 63px;
}
.day {
	font-size: 22px;
	line-height: 22px;
	display: block;
}
.month {
	font-size: 12px;
	line-height: 12px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}
.date-circle .month {
	margin-top: 14px;
}
.date-circle-small .month {
	margin-top: 7px;
}


/* Product page
================================================== */
.product_wrapper {
	border-bottom: 1px solid #CCC;
	position: relative;
}
.product_wrapper.border {
	border-bottom: 5px solid #CCC;
}
.product_wrapper.light_grey {
	border-bottom: 1px solid #F2F2F2;
}
.product_wrapper.light_grey .gradient {
	display: none;
}
.product_wrapper.border {
	border-bottom: 5px solid #CCC;
}
.calltoaction_bottom {
	border-top: 1px solid #CCC;
	position: relative;
}
.calltoaction_bottom .feature_text {
	z-index: 3;
}
.product_wrapper .gradient {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.07) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.07))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.07) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.07) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.07) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.07) 100%); /* W3C */
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0;
	bottom: 1px;
	height: 50px;
}
.calltoaction_bottom .gradient {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.07)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.07) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.07) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.07) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0.07) 0%,rgba(0,0,0,0) 100%); /* W3C */
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0;
	top: 1px;
	height: 50px;
}
.title_block {
	bottom: -30px;
	position: relative;
}


/* Carousel
================================================== */
.carousel, .carousel_adam {
	width:100%;
	float:left;
	height: 0;
	overflow: hidden;
}
.carousel img, .carousel_adam img {
	display: block;
	float: left;
	width: 100%;
	height: auto;
}
.controls .dots {
	display: block;
}
.dots {
	display: none;
	clear: both;
	float: left;
	position: absolute;
	bottom: 15px;
	left: 50%;
	z-index: 3;
}
.carousel_tabs, .carousel_tabs li {
	float: left;
}
.carousel_tabs {
	position: relative;
	left: -50%;
	background: #FFF;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 5px;
}
.carousel_tabs a {
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	text-indent: -1000px;
	background: #E0E1E3;
	border-radius: 30px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25);
	cursor: pointer;
	margin: 0 2px;
}
.carousel_tabs a.current, .carousel_tabs a.selected {
	background: #000;
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .25);
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .25);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, .25);
}


/* Social media button
================================================== */
.button-grey {
	position: relative;
	background-color: #F8F8F8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#DEDEDE));
	background-image: -moz-linear-gradient(top, white, #DEDEDE);
	background-image: -o-linear-gradient(top, white, #DEDEDE);
	background-image: -ms-linear-gradient(top, white, #DEDEDE);
	background-image: linear-gradient(top, white, #DEDEDE);
	border: #CCC solid 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font:normal normal normal 11px/18px 'Helvetica Neue', Arial, sans-serif;
	color: #333;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
	height: 20px;
	max-width: 100%;
	padding: 0 3px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* IE 8+ */
	float: left;
	white-space: nowrap;
}
.button-grey:focus, .button-grey:hover, .button-grey:active {
	border-color: #BBB;
	background-color: #F8F8F8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#D9D9D9));
	background-image: -moz-linear-gradient(top, #F8F8F8, #D9D9D9);
	background-image: -o-linear-gradient(top, #F8F8F8, #D9D9D9);
	background-image: -ms-linear-gradient(top, #F8F8F8, #D9D9D9);
	background-image: linear-gradient(top, #F8F8F8, #D9D9D9);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
	opacity: .8;
}
.button-grey:active {
	background-color: #EFEFEF;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
}
.button-grey.addthis_button_twitter, .button-grey.addthis_button_linkedin, .button-grey.addthis_button_facebook {
	width: 100%;
	margin-bottom: 8px;
	float: left;
}
.button-grey.newsletter, .button-grey.rss, .button-grey.addthis_button_twitter {
	padding-left: 19px;	
}
.button-grey.addthis_button_linkedin, .button-grey.addthis_button_facebook, .button-grey.addthis_button_twitter, .button-grey.linkedin, .button-grey.pintrest {
	padding-left: 22px
}
.button-grey.addthis_button_email, .button-grey.addthis_button, .button-grey.addthis_button_print {
	width: 30px;
	padding: 0;
	text-indent: -999px;
}
.button-grey.addthis_button_print {
	margin-left: 8px;
	margin-right: 8px;
}
.button-grey.addthis_button_email span, .button-grey.addthis_button span, .button-grey.addthis_button_print span  {
	top: 0;
	left: 4px;
}
.button-grey SPAN {
	background: url(images/sprite.png) no-repeat left top;
	overflow: hidden;
	display: inline-block;
	height: 20px;
	width: 20px;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 2;
}
.button-grey.addthis_button_twitter SPAN {
	background-position: -59px -45px;
}
.button-grey.addthis_button_facebook SPAN {
	background-position: -60px -65px;
}
.button-grey.addthis_button_linkedin SPAN, .button-grey.linkedin SPAN {
	background-position: -80px -45px;
}
.button-grey.pintrest SPAN {
	background-position: -80px -65px;
}
.button-grey.addthis_button_email SPAN, .button-grey.newsletter SPAN {
	background-position: -100px -45px;
}
.button-grey.addthis_button_print SPAN {
	background-position: -120px -45px;
}
.button-grey.addthis_button SPAN {
	background-position: -100px -65px;
}
.button-grey.rss SPAN {
	background-position: -120px -65px;
}
#sidebar .addthis_button_email span {
	display: none;	
}
#sidebar .addthis_button_email:hover {
	opacity: 1;
}
.scrollmarker_bot {
	position: absolute;	
}
.fixed {
	position: fixed;
	top: 0;	
	width: 110px;
}
.bottom {
	position: absolute;
	bottom: 0;	
}



/* Coloured buttons
================================================== */
.button-colored, .gform_button, .gform_next_button {
	float: left;
	padding: 8px 12px;
	color: #FFF;
	border-radius: 50px;
	font-size: 18px;
	line-height: 18px;
	margin-right: 15px;
	border: 1px solid #000;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}
.button-colored .arrow {
	display: inline-block;
	width: 7px;
	height: 18px;
	text-indent: -9999px;
	background: url(images/sprite.png) no-repeat -135px -15px;
	margin-right: 7px;
}
.button-colored:hover {
	text-decoration: none;
}


/* Sector page
================================================== */
.sector-image {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.sector-image img {
	float: right;
}
.sector-text {
	z-index: 3;
	position: relative;
}


/* Popup box - Colorbox
================================================== */
#colorbox, #cboxOverlay, #cboxWrapper {
	position:absolute; 
	top:0; 
	left:0; 
	z-index:9999; 
	overflow:hidden;
}
#cboxOverlay {
	position:fixed; 
	width:100%; 
	height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear:left;
}
#cboxContent { 
	position:relative;
}
#cboxLoadedContent {
	overflow:auto;
}
#cboxTitle {
	margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor:pointer;
}
.cboxPhoto {
	float:left; 
	margin:auto; 
	border:0; 
	display:block; 
	max-width:none;
	margin: 50px 15px 15px;
}
.cboxIframe {
	width:100%; 
	height:100%; 
	display:block; 
	border:0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing:content-box;
}
#cboxOverlay {
	background: #CCC;
}
#cboxContent {
	margin: 20px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 85%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(85%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 85%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 85%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 85%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 85%,rgba(229,229,229,1) 100%); /* W3C */
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.cboxIframe {
	background:#fff;
}
#cboxLoadedContent {
}
#cboxTitle {
	position:absolute; 
	top:15px; 
	left: 15px; 
	text-align:left; 
	width:100%; 
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
}
#cboxCurrent{
	position:absolute; 
	top: 15px; 
	right: 75px; 
	font-size: 12px;
	line-height: 20px;
}
#cboxSlideshow{
	position:absolute; 
	top:15px; 
	right:30px; 
	color:#0092ef;
}
#cboxPrevious{
	position:absolute; 
	top:15px; 
	right:40px; 
	background: url(images/sprite.png) no-repeat left -217px; 
	width:20px; 
	height:20px; 
	text-indent:-9999px;
}
#cboxNext{
	position:absolute; 
	top: 15px; 
	right: 15px; 
	background: url(images/sprite.png) no-repeat -20px -217px;  
	width:20px; 
	height:20px; 
	text-indent:-9999px;
}
#cboxClose {
	position: absolute;
	top:-20px;
	right:-20px;
	background: url(images/sprite.png) no-repeat left -45px;
	width:40px;
	height:40px;
	text-indent:-9999px;
	cursor:pointer;
	overflow: hidden;
}
#cboxTitle {
}
#lead_popup, #thanks, #webinar_popup {
	width: 450px;
	padding: 30px;
	float: left;
}
#lead_popup {
	border-bottom: 1px solid #FFF;
}
#lead_popup p {
	clear: both;
}
#video_popup {
	overflow: hidden;
	float: left;
}
#video_popup iframe {
	float: left;
}


/* Sign in with LinkedIn buttons
================================================== */
.IN-widget SPAN SPAN {
	margin-bottom: 15px;	
}
.IN-widget SPAN SPAN SPAN {
	margin-bottom: 0;	
}


/* Call to action - three buttons at bottom
================================================== */
.calltoaction_bottom span, .calltoaction_bottom div {
	position: relative;
	z-index: 3;	
}
.request-demo, .shop-online, .get-touch {
	background-image: url(images/sprite.png);
	background-repeat: no-repeat;
	height: 48px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
.request-demo {
	background-position: left -247px;
}
.shop-online {
	background-position: -96px -247px;
}
.get-touch {
	background-position: -48px -247px;
}
.calltoaction_bottom a.button {
	padding-top: 15px;
	padding-bottom: 15px;
}
.calltoaction_bottom a.button:hover {
	background: #F2F2F2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #FFF;
	padding-top: 14px;
	padding-bottom: 14px;
	text-decoration: none;
}


/* Pagination
================================================== */
.pagination {
	position:relative;
	font-size:12px;
	line-height:25px;
	font-weight: bold;
	float: right;
}
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 0 1px;
	min-width: 25px;
	text-decoration:none;
	width:auto;
	text-align: center;
}
.pagination .current {
	background: #000;
	border-radius: 30px;
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .25);
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .25);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, .25);
	color: #FFF;
}
.pagination a:hover {
	background: #E0E1E3;
	border-radius: 30px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25);
}


/* Blog listing
=========================== */
.blog-post .grid_2 {
	width: 80px;	
}
.blog-post .grid_5 {
	width: 420px;	
}
.blog-post .grid_6 {
	width: 499px;	
}
.blog-post-side {
	padding-left: 15px;
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;	
}
.blog-post-side p.article_intro {
	font-size: 11px;
	padding-bottom: 0;
	padding-top: 3px;
}
.blog-post-side a:hover {
	text-decoration: underline;	
}
.blog-post-side p.article_intro a {
	color: #666;
	font-weight: normal;
	padding-right: 3px;	
}


/* Next/Previous posts
================================================== */
.next_post span, .prev_post span {
	text-transform: uppercase;	
	color: #002A5f;
	display: block;
	font-weight: bold;
	font-size: 11px;
	padding-top: 1px;
}
.next_post {
	text-align: right;
	float: right;
}
.next_post span {
	padding-right: 11px;
}
.prev_post span {
	padding-left: 11px;
}


/* Greybox
================================================== */
.greybox_sector {
	background: #F5F5F5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #E5E5E5;
	padding-top: 15px;
}
.greybox_sector .grid_7 {
	width: 499px;
}


/* Event tabs
================================================== */
.event_tabs {
	float: left;
	clear: left;
	position: absolute;
	bottom: -1px;
	left: 30px;
	z-index: 3;
}
.event_tabs li {
	float: left;
	position: relative;
}
.event_tabs a {
	display: block;
	position: relative;
	text-decoration: none;
	position: relative;
	color: #002A5f;
	padding: 10px 12px 8px;
	font-size: 15px;
	line-height: 16px;
}
.event_tabs a:hover {
	text-decoration: underline;	
}
.event_tabs li.selected a {
	background: #fff; /*fallback for non-CSS3 browsers*/
	text-decoration: none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 9px 11px 8px 11px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}


/* Report cover
================================================== */
.report_cover { 
	float: right;
 	width: 80px; 
	height: 110px; 
	position: relative;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	margin-left: 8px;
	margin-bottom: 8px;
	color: #002A5f;
}
.report_cover .report_inside { 
  position: absolute; 
  left: 7px; 
  top: 0; 
  width: 66px; 
  height: 110px; 
  display: table; 
}
.report_cover .report_inside span {
 	display: table-cell; 
 	vertical-align: middle; 
	font-size: 7px;
	line-height: 8px;
}



/* Hero banner
================================================== */
.wrapper .herobanner_wrapper  {
	margin-top: -30px;
}
.herobanner {
	position: relative;
}
.herobanner ul {
	overflow: hidden;
	height: 320px;
}
.herobanner li {
	position: relative;
	display: table; 
	float: left;
	z-index: 1;
	width: 960px;
	height: 320px;
}
.clearfix {
	float: none;
	clear: both;
}
.herobanner .dots {
	display: block;	
	bottom: -5px;
	z-index: 10;
}
.herobanner .carousel_tabs {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius:  10px 10px 0 0;
	border-radius:  10px 10px 0 0;
}
.herobanner .next, .herobanner .prev {
	position: absolute;
	z-index: 10;
	width: 20px;
	height: 60px;
	top: 120px;
	text-indent: -9999px;
	background-color: #FFF;
	background-image: url(images/sprite.png);
	background-repeat: no-repeat;
	opacity: 0.5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
.herobanner .next:hover, .herobanner .prev:hover {
	opacity: 0.85;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;	
}
.herobanner .next {
	right: 5px;	
	background-position: -20px -295px;	
}
.herobanner .prev {
	left: 5px;	
	background-position: 0 -295px;		
}
.herobanner img {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 100%;
	height: auto;
}
.fadedbar {
	width: 100%;
	height: 30px;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.hero_link {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;	
}
.hero_inside { 
 	display: table-cell; 
 	vertical-align: middle;
	position: relative;
	z-index: 4;
	padding: 0 30px;
}
.hero_text {
	padding: 30px;
 	background-color: rgba(255, 255, 255, 0.75);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* IE 8+ */
	z-index: 4;
	position:relative;
}
.hero_text a {
 	z-index: 15;
}
.herobanner .textlink {
	float: left;	
}
.hero_text a.video {
	position: absolute;
	width: 80px;
	height: 30px;
	display: block;
	background: #000;
	right: -50%;	
	top: 50%;
	margin-top: -43px;
	margin-right: -58px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color: rgba(0, 42, 95, 0.75);
	color: #FFF;
	padding-top: 50px;
	font-size: 10px;
	line-height: 11px;
	text-align: center;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	border: 3px solid #FFF;
	background-image: url(images/video.png);
	background-repeat: no-repeat;
	background-position: center center;}
.hero_text a.video:hover {
	text-decoration: none;
	background-color: rgba(0, 42, 95, 0.90);	
}
.hero_text a.video span {
	text-indent: -9999px;
	position: absolute;
}


/* Testimonal
================================================== */
.quote, blockquote {
	font-style: italic;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;	
}
.quote span, blockquote:before, blockquote:after {
	width: 20px;
	height: 21px;	
	position: absolute;
	text-indent: -9999px;
	content:"";	
}
.quote .open, blockquote:before {
	top: 0;
	left: 0;
}
.quote .close, blockquote:after {
	bottom: 0;
	right: 0;
}
.source {
	padding-left: 25px;
	font-weight: bold;	
}




.content-styles .lead_form ul li {
	padding: 0;
	background: none !important;	
}
.cta {
	display: none;	
}


#ccfd-eucookielaw {
	background: #fcf8e3;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.33);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.33);	
	padding: 15px 30px;
	position: relative;
	z-index: 2;
}
#ccfd-eucookielaw p {
	padding-right: 30px;
}
#ccfd-eucookielaw p a {
	cursor: pointer;
}
#ccfd-removecookie {
	float: right;
	width: 20px;
	height: 20px;
	overflow: hidden;	
	position: absolute;
	right: 15px;
	top: 15px;
	background: url(images/sprite.png) no-repeat -41px -218px;
	text-indent: -9999px;
}












.bordertop {
	border-top: 1px dotted #e5e5e5;	
}
.borderbot {
	border-bottom: 1px dotted #e5e5e5;	
}
.floatleft {
	float: left;	
}
.floatright, .button-colored.floatright {
	float: right;	
}
.button-colored.floatright {
	margin-right: 0;	
}
.dottedline_left {
	border-left: 1px dotted #e5e5e5;
	padding-left: 14px;	
}
.dottedline_right {
	border-right: 1px dotted #e5e5e5;
}
.scale-with-grid img, img.scale-with-grid, .content-styles img {
	max-width: 100%;
	height: auto; 
}
.cboxPhoto {
	max-width: 930px;
}
.coloredline {
	border-bottom: 5px solid #000;
}





.circle-col-small {
	margin-left: 63px;
}
.circle-col-medium {
	margin-left: 78px;	
}
.circle-col-large {
	margin-left: 141px;
}
.circle-small, .circle-medium, .circle-large {
	float: left;
	clear: left;
}
.circle-small img, .circle-medium img, .circle-large img {
	max-width: 100%;
	height: auto; 
}
.circle-small {
	width: 48px;
}
.circle-medium {
	width: 63px;	
}
.circle-large {
	width: 126px;
}
#col-small {
	float: left;
	width: 110px;
	position: relative;	
}
#col-content {
	margin-left: 124px;	
	padding-left: 14px;
	border-left: 1px dotted #E5E5E5;
}
.blog-share {
	float: right;
	width: 100px;
	margin-left: 15px;
	border-left: 1px dotted #E5E5E5;
	padding-left: 15px;	
}


.twitterfeed li {
	border-bottom: #E5E5E5 1px dotted;
	padding: 7px 0;
	font-size: 11px;
	line-height: 14px;
	margin-top: 7px;
}
.twitterfeed li .meta a {
	clear: left;
	display: block;
	color: #999;	
}
.twitter-heading.heading-tiny {
	line-height: 20px;	
	position: relative;
}
.twitter-heading span {
	width: 25px;
	height: 20px;
	display: inline-block;
	background: url(images/sprite.png) no-repeat -40px -295px;
	margin-right: 5px;
	vertical-align: central;
	position: relative;
	bottom: -3px;
}




/* #Desktop (Landscape)
================================================== */

/* Note: Design for a width of 960px */

@media only screen and (min-width: 960px) {
	
	.topbar.d-all, .fixedbar.d-all {
		width: 950px;
		margin-left: 5px;
		margin-right: 5px;
	}
	.d-padinfull.nopadright {
		padding-right: 0;	
	}
	.d-padinfull.nopadleft {
		padding-left: 0;	
	}
	.what-we-do {
		border-right: 1px dotted #E5E5E5;
	}
	.bordertop.removeborder.padtop-30 {
		border-top: 0;
		padding-top: 0;	
	}
	#mediabox.d-all {
		width: 630px;
		position: relative;
		left: -30px;	
	}
	
 
 
}



/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	.wrapper, footer {
		width: 100%;
		margin: 0;
	}
	nav ul.menu, footer .grey-logo  {
		display: none;
	}
	nav select {
		display: block;
		font-size: 16px;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* IE 8+ */
		width: 100%;
	}
	nav, #nav {
		background: none;
		border-bottom: 0;	
		padding-left: 15px;
		padding-right: 15px;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* IE 8+ */
	}
	#sidebar {
		background: none;
		min-height: 0;	
	}
	.t1#sidebar_left {
		width: 27.5%;
	}
	.t2#page_right {
		width: 60%;	
		paddin-left: 0;
	}
	.topbar {
		border-top: 1px solid #547094;
	}
	.t-all .grid {
		margin-right: 0;	
	}
	.hero_text {
		padding: 15px;
	}
 
 
}


/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
	
	
	.wrapper, footer {
		width: 100%;
		margin: 0;
	}
	nav ul.menu, .fixedbar.d-all, #sector_intro img, .addthis_button_print, .addthis_button_email, .herobanner .next, .herobanner .prev, .herobanner .article-intro, .herobanner .text-medium, .hero_text a, .secondary-menu, #searchform, footer .grey-logo  {
		display: none !important;	
	}
	nav select {
		display: block;
		font-size: 16px;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* IE 8+ */
		width: 100%;
	}
	nav, #nav {
		background: none;
		border-bottom: 0;
	}
	footer p, footer li {
		font-size: 10px;	
		line-height: 13px;
	}
	footer p {
		display: inline;
	}
	.top-30 {
		margin-top: 15px;	
	}
	.top-15 {
		margin-top: 7px;	
	}
	.bot-30 {
		margin-bottom: 15px;	
	}
	.bot-15 {
		margin-bottom: 7px;	
	}
	.padtop-30 {
		padding-top: 15px;	
	}
	.padtop-15 {
		padding-top: 7px;	
	}
	.padbot-30 {
		padding-bottom: 15px;	
	}
	.padbot-15 {
		padding-bottom: 7px;	
	}
	.bleedleft {
		right: 15px;	
	}
	.bleedright {
		left: 15px;	
	}
	#col-content {
		margin-left: 0;
		padding-left: 0;
		border-left: 0;	
	}
	.m-all.fixed, .m-all.bottom, .m-all#col-small {
		width: 100%;
		position: relative !important;
		height: auto !important;
		bottom: 0 !important;	
	}
	.m-all#col-small {
		margin-top: 15px;	
	}
	.button-grey.addthis_button_twitter, .button-grey.addthis_button_linkedin, .button-grey.addthis_button_facebook {
		width: auto;
		clear: none;
		margin-right: 8px;	
	}
	#sidebar, #sidebar_left {
		background: none;
		min-height: 0;	
	}
	.heading-huge {
		font-size: 26px;
		line-height: 30px;
	}
	.heading-large, .content-styles h1 {
		font-size: 22px;
		line-height: 26px;
	}
	.heading-medium, .content-styles h2 {
		font-size: 20px;
		line-height: 24px;	
	}
	#lead_popup, #thanks, #webinar_popup {
		width: 260px;
		padding: 15px;
		float: left;
	}
	.gform_wrapper .lead_form .ginput_container {
		width: 100% !important;
		float:left;
	}
	.gform_wrapper .lead_form .left_label .gfield_label {
		width: 100%;
		line-height: 14px;
		padding-bottom: 5px;
		padding-right: 0;
	}
	.gform_wrapper .lead_form .left_label .area_interest .gfield_label {
		font-weight: normal;
		margin-bottom: 5px;
	}
	.gform_wrapper .lead_form .area_interest ul.gfield_checkbox li, 
	.gform_wrapper .lead_form .area_interest ul.gfield_radio li {
		width: 100% !important;	
		margin-bottom: 5px !important;
	}
	.gform_wrapper .lead_form li.area_interest {
		margin-bottom: 0 !important;	
	}
	.gform_wrapper .lead_form .gf_page_steps, .gform_wrapper .lead_form .gform_page .gform_footer, .gform_wrapper .lead_form .gform_page .gform_page_footer {
		width: 100%;
	}
	.gform_wrapper.two_pages_wrapper .lead_form .gform_page .gform_page_footer {
		padding-left: 15px;
		padding-right: 15px;
		bottom: 15px;
	}
	.gform_wrapper .lead_form .gf_page_steps {
		bottom: 15px;	
	}
	#cboxContent {
		margin: 15px;	
	}
	body .content-styles .gform_wrapper {
		padding: 0;	
	}
	.greybox_sector {
		padding-top: 7px;	
	}
	.circle-col-large {
		margin-left: 78px;
	}
	.circle-large {
		width: 63px;
	}
	#analyst_meta.top-15 {
		margin-top: 0;	
	}
	#sector_intro {
		min-height: 0 !important;	
	}
	.gform_wrapper .lead_form li.country_code, 
	.gform_wrapper .lead_form li.gfield.gfield_error.gfield_contains_required.country_code {
		width: 15%;	
	}
	.gform_wrapper .lead_form li.country_code .gfield_label {
		width: auto;
		white-space: nowrap;	
	}
	.gform_wrapper .lead_form li.country_code .ginput_container {
		width: 100% !important;	
	}
	.gform_wrapper .lead_form li.area_code, 
	.gform_wrapper .lead_form li.gfield.gfield_error.gfield_contains_required.area_code,
	.gform_wrapper .lead_form li.extension_code, 
	.gform_wrapper .lead_form li.gfield.gfield_error.gfield_contains_required.ext_code,
	.gform_wrapper .lead_form li.number_code, 
	.gform_wrapper .lead_form li.gfield.gfield_error.gfield_contains_required.number_code {
		margin-top: 19px !important;	
	}
	.gform_wrapper .lead_form li.country_code .gfield_description {
		margin-left: 0;	
	}
	.gform_wrapper .lead_form li.area_code, 
	.gform_wrapper .lead_form li.gfield.gfield_error.gfield_contains_required.area_code,
	.gform_wrapper .lead_form li.extension_code, 
	.gform_wrapper .lead_form li.gfield.gfield_error.gfield_contains_required.ext_code {
		width: 22% !important;
	}
	.gform_wrapper .lead_form li.number_code, 
	.gform_wrapper .lead_form li.gfield.gfield_error.gfield_contains_required.number_code {
		width: 35% !important;
	}
	



}


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
		
	
	   
	   
    }










@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face {
	font-family: 'Museo700';
	src: url('fonts/Museo700-Regular-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
nav ul a {
	padding: 12px 15px 8px;
}
nav ul li.current-menu-item a, nav ul li.current-menu-parent a, nav.blog ul li.blog a, nav.team ul li.team a {
	padding: 14px 14px 10px;
}
nav ul li.sfHover a.sf-with-ul, nav ul li.current-menu-item.sfHover a.sf-with-ul, nav ul li.current-menu-parent.sfHover a.sf-with-ul, nav.blog ul li.blog.sfHover a.sf-with-ul, nav.team ul li.team.sfHover a.sf-with-ul {
	padding: 14px 14px 7px;
	margin-top: -3px;
	bottom: 0;
}
}
/* #Retina display
================================================== */

	@media screen and (-webkit-device-pixel-ratio: 2) {
#searchform .submit, .button-grey SPAN, #searchform .submit, .topbar .datamonitor a, .topbar a.informa, .topbar li.sfHover a, .topbar li.sfHover li.dm_energy a, .topbar li.sfHover li.dm_consumer a, .topbar li.sfHover li.dm_financial a, .topbar li.sfHover li.dm_healthcare a, .button-colored .arrow, #cboxPrevious, #cboxNext, #cboxClose, .request-demo, .shop-online, .get-touch, .herobanner .next, .herobanner .prev, .twitter-heading span  {
	-webkit-background-size: 143px 355px;
	background-image: url(images/sprite-2x.jpg);
}
}

b {font-weight:bold}
i {font-style:italic}

#menu-item-3992 a {color:#f03a2c}