/* To go into header CSS */
img {
	width: auto;
}
body {
	text-rendering: optimizeLegibility;
	font-weight: lighter;
}
p, input, button, label {
	font-size: 1.8em;
}
p label, p input, p button {
	font-size: 1em;
}
img {
	max-width: 100%;
}
.primary ul, .primary ol {
	font-size: 1.8em;
}
.primary ul ul, .primary ul ol, .primary ol ol, .primary ol ul {
	font-size: 1em;
}
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
.button a, button.button {
	background: #010326;
    font-size: 1.6em;
    color: #ffd200;
    padding: 1em 2em .9em 2em;
    font-family: 'Open sans', sans-serif;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
}
	.button a:hover, button.button:hover {
		background: #0198f1;
	}
.text-cta a {
	font-size: 1.6em;
	text-decoration: underline;
}
.mputop {
	background: #ffffff;
    padding: 1em 0px 1em 0em;
    border-bottom: solid 1px #ebebeb;
}
.site-header {
	background: rgba(255,255,255,1);
}
.header-ctas {
	padding: 3em 15px 1em 15px;
}
	.header-cta a {
		color: #0086ff;
		font-size: 1.4em;
		padding: 1em 0 0 0;
    	display: block;
    	line-height: 1.5;
	}
	.header-cta img {
		float: left;
		display: block;
		width: 7em;
		margin: -1.5em 2em 0 0;
	}
	.header-cta strong {
		display: block;
		font-weight: lighter;
		font-size: 1.2em;
		margin-bottom: 0.1em;
	}
.site-logo {
	text-align: center;
}
	.site-logo img {
		width: 20em;
		margin: 2em auto;
	}
	
.newsletter-cta {
	text-align: right;
}
	.newsletter-cta img {
		float: right;
		margin: -2em 0 0 2em;
		width: 6em;
	}

.b2c .newsletter-cta img {}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


/* Forms */
form p {
	margin: 0;
    min-height: 4em;
    border-top: solid 1px rgba(0,0,0,0.1);
    padding-top: 0.5em;
}
.whitepaper-sidebar form p {
	   padding-top: 0.8em;
}
input, select, textarea, button {
	max-width: 100%;
}
input, textarea {
	padding: 0.5em;
    border: solid 0.2em #d2d2d8;
    transition: all 0.4s ease-in-out;
}
input:focus, textarea:focus {
	border: solid 0.2em #a4a3aa;
	box-shadow: inset 0 0 0.5em 0 rgba(0,0,0,0.2);
}
/*.select {
	position: relative;
	background: none;
	border-radius: 0.3em;

	height: 2.5em;
}
	.select:after {
		content: "\f107";
	    font: 2em/1 fontawesome;
	    color: black;
	    position: absolute;
	    right: 0.5em;
	    top: 50%;
	    height: 1em;
	    margin-top: -0.5em;
	}
	.select select {
		 outline: none;
		  -webkit-appearance: none;
		  display: block;
		  padding: 0.7em 2em 0.7em 0.7em;
		  margin: 0;
		  width: 100%;
		  transition: border-color 0.2s;
		  font-size: 1.8em;
		  background: rgba(255,255,255,0.7);
		  color: #555;
	}
	*/
	.projects-header .searchfilter .select select , .searchfilter .select select{  height: 44px;}
	p .select {
	}
		p .select:after {
		    font: 1em/1 fontawesome;
		}
		p .select select {
			font-size: 1em;
		}

.extra-checkbox {
	margin-bottom: 1em;
}
	.extra-checkbox p {
		font-size: 1.4em;
		margin: 0;
	}
		input[type="checkbox"] {
			float: left;
			margin: 0 0.5em 0 0;
			width: 1em;
		}

.standard-form {

}
	.standard-form section {
		margin-bottom: 3em;
		padding: 3em;
		box-shadow: 0.1em 0.1em 0.3em rgba(0,0,0,0.2)
	}
		.standard-form p {
			border: none;
		}
		.standard-form label {
			display: block;
			margin: 2em 0 0.5em 0;
		}
		.standard-form input[type="text"], .standard-form input[type="email"], .standard-form input[type="number"], .standard-form textarea, .standard-form .select {
			width: 100%;
			display: block;
			background: rgba(255,255,255,0.8);
		}
		.standard-form input[type="text"]:focus, .standard-form input[type="email"]:focus, .standard-form input[type="number"]:focus, .standard-form textarea:focus, .standard-form .select:focus, .standard-form select:focus {
			background: rgba(255,255,255,1);
		}
		.standard-form input[type="submit"] {
			border: none;
		    background: #010322;
		    width: auto;
		    float: none;
		    color: white;
		    box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.2);
		    margin: 2em 0 0 0;
		    padding: 0.7em 3em;
		    border-radius: 0.2em;
		    cursor: pointer;
		    transition: all 0.4s ease-in-out;
		    -moz-transition: all 0.4s ease-in-out;
		    -webkit-transition: all 0.4s ease-in-out;
		}
		.standard-form .extra-checkbox {
			width: 100%;
		    clear: both;
		    max-width: 60em;
		    padding-top: 0;
		    line-height: 1.5;
		}
			.standard-form .extra-checkbox input[type="checkbox"] {
				margin: 0.3em 0.5em 0 0;
			}
			.standard-form .extra-checkbox label {
				width: 5%;
				float: left;
			}
			.standard-form .extra-checkbox label {
				width: 95%;
				float: right;
				margin: 0;
			}
			/*
			.tab-content .standard-form .extra-checkbox label {
				width: 93%;
				float: right;
				margin: 0;
			}*/ 
			
			.tab-content span.wpcf7-list-item { margin:0;}
		.tab-content  .standard-form .select {height: 2.33em; }
			
		.standard-form .select{
			-webkit-appearance: menulist;
			-moz-appearance: menulist;
			/*padding: 17px;*/ 		}



@media (max-width: 360px) {
	.standard-form section {
		border: none;
		padding: 0;
		box-shadow: none;
	}
		.standard-form .extra-checkbox label {
			width: 10%;
			float: left;
		}
		.standard-form .extra-checkbox label {
			width: 90%;
			float: right;
			margin: 0;
		}
}
@media (min-width: 1024px) {
	form p {
		clear: both;
	}
	form label {
		width: 47%;
		float: left;
	}	
	
form .sf-field-search label {	 width:100% !important; }
.sf-field-search .sf-input-text {padding: 0.65em; }
	
	form input, form .select {
		width: 60%;
		float: right;
	}
	
	.search-form-new form input, .search-form-new form .select {
		width: 60%;
		float: left;
	}
	
		form .select select {
			width: 100%;
		}
	.full-width-form-row label, .full-width-form-row .select {
		float: none;
		width: 100%;
		margin: 0 0 0.5em;
		display: block;
	}
}

.share-buttons {
    width: 2.8em;
    background: transparent;
} 
/* article.scss Article / Single Post */
.article-background {
	content: '';
	background: url('../img/data_background.png') no-repeat;
	background-size: 100%;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 17em;
	height: 80em;
	opacity: 0.2;
	z-index: -9;
}
main {
	overflow: hidden;
} 
	.entry-header {
		padding-top: 12em;
		padding-bottom: 12em;
		background: rgba(0,0,0,0.1);
		background: #010324;
		position: relative;
		transition: background 1.5s ease-in-out;
	}
	.loaded .entry-header {
		background: rgba(0,0,0,0.2);
	}
		.article-date-col {
			max-width: 14%;
	    	flex: 0 0 11%;
		}
		.entry-header .article-date, .entry-header .article-category /*, .entry-header .article-author*/ {
			opacity: 1;
			transition: opacity 0.5s ease-in-out;
		}
		.entry-header .article-author {opacity: 1;}
		.entry-header .row:hover .article-date, .entry-header .row:hover .article-category, .entry-header  .row:hover .article-author {
			opacity: 1;
		}
			.article-category ul {

			}
				.article-category li {
					display: inline-block;
					margin-right: 0.5em;
				}
					.article-category a {

					}

		/* Home page article catgory links 
		.news-box-medium .article-category ul, .news-box-big  .article-category ul {
			font-size: 0.8em;
		}
			.news-box-medium .article-category ul li a, .news-box-big .article-category ul li a {
				padding: 0;
				background: none;
				text-decoration: underline;
				opacity: 0.7;
				text-transform: none;
			}
			.news-box-medium span.data, .news-box-big .article-category ul li a {
				margin: 0;
			}
		.entry-header .article-date {
			text-transform: uppercase;
			font-weight: lighter;
			font-size: 1.6em;
			border-radius: 100%;
			width: 5em;
			height: 5em;
			background: #010425;
			color: white;
			text-align: center;
			padding: 0.8em 0 0 0;
		}
			.entry-header .article-date b {
				font-size: 1.8em;
				font-weight: normal;
				display: block;
			}
			.entry-header .article-date small {
				display: block;
			    font-size: 0.7em;
			    letter-spacing: 0.15em;
			    opacity: 0.5;
			}
		.article-category a, .entry-content .promo h3, .company-mentions h3 {
			background: #010426;
			color: white;
			padding: 0.5em 0.5em;
			transition: all 0.4s ease-in-out;
			display: inline-block;
			margin: 0 0 0.25em 0;
			text-transform: uppercase;
			font-weight: lighter;
			font-size: 1.2em;
			letter-spacing: 0.1em;
		}
		.article-category a:hover {
			background: #0198f1;
		}
		.entry-header h1 {
			margin: 0 0 1em 0;
			line-height: 1.5;
			transition: margin 0.8s ease-in-out;
		}
			.entry-header h1 b {
				background: #010324;
				color: white;
				letter-spacing: -0.05em;
			}
		.entry-header p {
			font-size: 2.4em;
			line-height: 1.5;
			font-weight: lighter;
		}
	.companies-mentioned {
		    text-align: left;
		    position: absolute;
		    left: 0;
		    right: 0;
		    bottom: 0;
		}
		.companies-mentioned .container {
			background: rgba(255,255,255,0.9);
		}
		.companies-mentioned .row {
				padding: 2em 0px;
				margin: 0;
			}
			.companies-mentioned h2 {
					font-size: 1em;
		    		text-transform: uppercase;
		    		padding-right: 2em;
		    		margin: 0;
				}
			.companies-mentioned ul.row {
				    border-top: none;
				    border-bottom: none;
				    padding: 0;
				    margin: 0 -25px;
				    font-size: 1em;
				}
					.companies-mentioned ul.row li {
						font-size: 1.4em;
					}
						.companies-mentioned ul.row li a {
							text-decoration: underline;
						}
						.companies-mentioned ul.row img {
							height: 2em;
							width: auto;
							display: block;
							margin: 0 0 0.5em 0;
						}

		.article {
			background: white;
		    padding: 4em;
		    position: relative;
		}
}*/


@media (max-width: 870px) {
	.single .entry-header h1, .project .entry-header h1 {
		font-size: 3.6em;
	}
	.term-head {
		display: none;
	}
}





/* Entry Content */

.entry-content p a{ text-decoration:none; border-bottom:1px solid #12155c; color:#12155c;}
.entry-content p a:hover {border-bottom:1px solid #0086ff; color:#0086ff;}

.entry-content p strong{color:#12155c;}	
	.entry-content p, .entry-content ul, .entry-content ol {
		font-size: 1.8em;
		line-height: 1.65;
		font-weight: lighter;
	}
		.entry-content p {
			font-size: 1.8em;
		
		}
		
	 
			.entry-content p:first-of-type:first-letter {
				float: left;
				font-size: 2.7em;
				padding: 0.1em 0.2em;
				font-weight: bold;
				color: #010326;
				line-height: 0.8;
				border-radius: 0.02em;
				margin-left: -12px ;
				margin-right: 1px ;
				background: none ;
				margin-top: 2px ;}
			/* Don't show shadows when selecting text */
			::-moz-selection { background: #5af; color: #fff; text-shadow: none; }
			::selection { background: #5af; color: #fff; text-shadow: none; }

			.entry-content div p:first-of-type:first-letter, .entry-content blockquote p:first-of-type:first-letter, .entry-content figure p:first-of-type:first-letter {
				float: none;
			    font-size: inherit;
			    padding: 0;
			    margin: 0;
			    font-weight: inherit;
			    color: inherit;
			    background: none;
			    line-height: inherit;
			    border-radius: none;
			}
			.start-reached .entry-content p:first-of-type:first-letter {
				animation-duration: 1s;
				animation-iteration-count: 3;
				animation-name: highlight-first-letter;
			}
			@keyframes highlight-first-letter {
			    0%   {background-color:#d7d7da;}
			    50%  {background-color:#007bff;}
			    100% {background-color:#d7d7da}
			}


	figure.featured-image {
		margin: 1em 0 3em 0;
	}
		figure.featured-image p:first-of-type {
			color: #888;
		    margin: 0.5em 0 0 0;
		    font-size: 1.4em;
		    position: relative;
		    padding-left: 2em;
		}
			figure.featured-image p:first-of-type:before {
				content: "\f030";
			    font: 1.2em fontawesome;
			    position: absolute;
			    left: 0;
			    height: 1em;
			    margin-top: -0.5em;
			    color: #999;
			    top: 50%;
			}
	.email-capture {
		background: #010324;
		padding: 2em;
		border-radius: 0.3em;
		margin: 0 0 3em 0;
		transition: all 0.8s ease-in-out;
	}
		.entry-content .email-capture p:first-of-type, .email-capture label {
			color: white;
		}
		.entry-content .email-capture p:first-of-type {
			width: 40%;
			float: left;
			font-size: 1.4em;
			margin: 0;
		}
		.entry-content .email-capture form {
			width: 60%;
			float: right;
		}
			.entry-content .email-capture form input {
				width: 70%;
				display: inline-block;
				float: none;
				border: none;
				font-size: 1.4em;
				background: rgba(255,255,255,1);
				box-shadow: inset 0.05em 0.05em 0.2em 0 rgba(0,0,0,0.5);
				height: 30px;
			}
			.entry-content .email-capture form input[type="submit"] {
				background: #f8d448;
				border-radius: 0.2em;
				width: 28%;
				box-shadow: none;
				cursor: pointer;
				transition: all 0.4s ease-in-out;
				padding: 0.65em;
			}
	.email-capture-reached .email-capture {
		background: #007bff;
	}

	.entry-content .mpu {
		margin: 2em 2em 1em 0;
		float: left;
	}
	.entry-content blockquote {
		position: relative;
	    padding-top: 1em;
	    margin: 2.5em 0 0 0;
	}
		.entry-content blockquote:before {
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			width: 5em;
			height: 0.6em;
			display: block;
			background: #ededed;
		}
		.entry-content blockquote p, .entry-content blockquote p:first-of-type {
			color: #444;
			margin-bottom: 1em;
		}
			.entry-content blockquote cite {
				display: block;
				color: #777;
				font-weight: normal;
				font-size: 70%;
			}
	.entry-content blockquote.pullquote {
		float: left;
	    width: 60%;
	    position: relative;
	    padding-top: 2em;
	    margin-top: 2em;
	    margin-right: 2em;
	}
		.entry-content blockquote.pullquote:before {
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			width: 5em;
			height: 0.6em;
			display: block;
			background: #010425;
		}
		.entry-content blockquote.pullquote p {
			font-weight: bold;
		    color: #010425;
		    line-height: 1.4;
		    margin: 0;
		}

	/* Lists */
	.entry-content ul {
		list-style: disc inside;
	}
	.entry-content ul, .entry-content ol {
	 	margin: 1em 0 2em 0;
	 	padding-left: 2em;
	}
	.entry-content ul ul, .entry-content ul ol, .entry-content ol ol, .entry-content ol ul {
		font-size: 1em;
		margin: 0.5em 0 0.5em 2em;
	}

	/* Article text */
	.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
		margin: 1em 0 0.5em 0;
		font-weight: bold;
		color: #010324;
	}
	.entry-content a {
		/*text-decoration: underline;*/
	}


	/* In article internal promo */
	.entry-content .promo {
		margin-top: 5em;
		margin-bottom: 4em;
		margin: 4em 3em 3em 0;
	    width: 60%;
	    float: left;
	}
	.entry-content .whitepaper-promo {
		position: relative;
	}
			.entry-content .whitepaper-promo:before {
			content: "\f15c";
		    font: 3em fontawesome;
		    position: absolute;
		    left: 0em;
		    top: 0em;
		    color: #e4e4e4;
} 
.entry-content .promo h3 {font-size: 1.4em;
			background: none; padding-left:2.5em;}

			.entry-content .promo h3 small {
				color: #919191;
			}
		.entry-content .promo p:first-of-type {
			margin: 0 0 0.5em 0;
			font-weight: bold;
			color: #010324;
			font-size: 1.8em;
		}
		.entry-content .promo p b {
			background: #010324;
    		color: white;
		}
		.entry-content .promo .text-cta a {
			font-weight: bold;
			color: #3a89fc;
		}


/* Article footer. Related News. Share Content */
.share-content {
	background: white;
	border: solid 1px #ebebeb;
	padding: 3em;
	margin-top: 3em;
	overflow: hidden;
	position: relative;
}
	.share-content:after {
		content: '';
		background: url('../img/send_content.gif') no-repeat;
		background-size: 100%;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 40%;
	}
	.entry-content .share-content h3 {
		font-size: 2.1em;
		width: 70%;
		position: relative;
		z-index: 9;
		margin: 0 0 0.5em 0;
	}
	.entry-content .share-content p, .entry-content .share-content p:first-of-type {
		margin: 1em 0;
		width: 70%;
		font-size: 1.6em;
		position: relative;
		z-index: 9;
	}
	.share-content form {
		width: 70%;
		position: relative;
		z-index: 9;
	}
		.share-content input {
			display: inline-block;
			background: #ebebeb;
			padding: 0.5em;
			border: none;
			width: 65%;
			float: none;
			box-shadow: inset 0.2em 0.2em 0.5em 0 rgba(0,0,0,0.1);
		}
		.share-content input[type="submit"] {
			background: #010324;
			padding: 0.65em 0em;
			cursor: pointer;
			color: #f8d348;
			border-radius: 0;
			width: 33%;
			text-align: center;
		}

.related {
	margin: 3em 0;
	padding-top: 3em;
	border-top: solid 1px #999;
	position: relative; width:100%;
} 
	/*.related:before {
		content: '';
		display: block;
		position: absolute;
		left: -5000px;
		width: 5000px;
		top: 0;
		bottom: 0;
		background: #f7f7f7;
	}*/
	.related h3 {
		margin: 0 0 2em 0;
		font-size: 1.6em;
		text-transform: uppercase;
		font-weight: bold;
		color: black;
	}
	.related .container {
		padding: 0 1em;
	}
	.related ul {
		padding-right: 2em;
		margin: 0;
		list-style: none;
	}
	.related li {

	}
		.related li article {
			background: white;
			padding: 2em;
			box-shadow: 0.1em 0.1em 0.3em rgba(0,0,0,0.2);
		}
		.related li .col-md-8 {
			padding-left: 0;
		}
		.related li h4 {
			font-size: 1.6em;
			margin: 0;
		}
	.related-videos {
		padding: 3em 0;
		margin-top: 2em;
		position: relative;
		border-top: solid 1px #999;
	}
		/*.related-videos:before {
			content: '';
			display: block;
			position: absolute;
			left: -5000px;
			width: 5000px;
			top: 0;
			bottom: 0;
			background: #222;
		}*/
		.related-videos h3 {

		}
		.related-videos li h4 a {
			color: white;
		}
		.related-videos li:after {

		}


/* Article sidebar */
.related-headline {
	background: #010324;
	box-shadow: 0 0 3em 0 rgba(0,0,0,0.1);
	margin: 6em 0 3em 0;
	opacity: 0;
	transition: all 0.7s ease-in-out;
}
.headline-reached .related-headline {
	background: #010324;
	margin: 0em 0 3em 0;
	opacity: 1;
}
	.related-headline:before {
		content: '';
	    position: absolute;
	    left: 7.5em;
	    top: -3em;
	    margin-top: 4em;
	    border-bottom: solid 3em #010324;
	    border-right: solid 3em transparent;
	    border-left: none;
	    transition: all 1s ease-in-out;
	}
	.headline-reached .related-headline:before {
		margin-top: 0;
	}
	.related-headline h2 {
		color: white;
		font: lighter 2.4em 'Open sans', "Helvetica Neue", helvetica, arial, sans-serif;
		padding: 0.75em 1.25em;
		margin: 0;
	}
	.related-headline a {
		display: block;
		padding: 2em;
		background: rgba(255,255,255,0.1);
		color: white;
	}
		.related-headline a img {
			float: left;
			width: 35%;
		}
		.related-headline a span {
			display: block;
			width: 60%;
			float: right;
			font-size: 1.6em;
			line-height: 1.4;
			font-weight: bold;
		}
	.related-headline p {
		font-size: 1.8em;
		font-weight: lighter;
		line-height: 1.5;
	}
		.related-headline p a {
			color: white;
			text-decoration: underline;
		}

.sidebar .sc {
	width: 300px;
	max-width: 100%;
	margin: 0 auto 3em auto;
}
.sc h3, .sc h2 {
	font: 1.6em/1 "Open Source", helvetica, arial, sans-serif;
    background: #010425;
    color: white;
    padding: 1em 1em 0.9em 1em;
    border-radius: 0.15em;
    position: relative;
}
	.sc h3:after, .sc h2:after {
		content: "\f0d7";
		font: 1em fontawesome;
		position: absolute;
		left: 1em;
		bottom: -0.5em;
		color: #010426;
	}


/* Guided toura nd sidebar timeline */
.sidebar .timeline {
	position: relative;
}
	.sidebar .timeline li {
		background: white;
	}
	.timeline-tour-open .sidebar .timeline li:nth-of-type(5) {
	    animation-name: highlight1;
	    animation-duration: 2s;
	}
	.timeline-tour-open .sidebar .timeline li:nth-of-type(4) {
		animation-duration: 2s;
		animation-name: highlight2;
	}
	.timeline-tour-open .sidebar .timeline li:nth-of-type(3) {
		animation-duration: 2s;
		animation-name: highlight3;
	}
	.timeline-tour-open .sidebar .timeline li:nth-of-type(2) {
		animation-duration: 2s;
		animation-name: highlight4;
	}
	.timeline-tour-open .sidebar .timeline li:nth-of-type(1) {
		animation-duration: 2s;
		animation-name: highlight5;
	}


/* The animation code */
@keyframes highlight1 {
    0%   {background-color:white;}
    10%  {background-color:#010324;}
    100% {background-color:white}
}
@keyframes highlight2 {
    0%   {background-color:white;}
    30%  {background-color:#010324;}
    100% {background-color:white}
}
@keyframes highlight3 {
    0%   {background-color:white;}
    50%  {background-color:#010324;}
    100% {background-color:white}
}
@keyframes highlight4 {
    0%   {background-color:white;}
    70%  {background-color:#010324;}
    100% {background-color:white}
}
@keyframes highlight5 {
    0%   {background-color:white;}
    90%  {background-color:#010324;}
    100% {background-color:white}
}

/*

	.sidebar .sc h2 {
		font-size: 3em;
	    padding: 0.8em 0.8em 0.7em 0.8em;
	    background: #010425;
	    color: white;
	    border-radius: 0.1em;
	    position: relative;
	}
		.sidebar .sc h2 small {
			display: inline-block;
		    text-transform: uppercase;
		    padding: 0.5em;
		    border: solid 1px rgba(255,255,255,0.5);
		    letter-spacing: 0.15em;
		    margin: 0 0 0.5em 0;
		    font-size: 50%;
		}
		.sidebar .sc h2 strong {
			display: block;
			font-weight: normal;
		}
	.sidebar .timeline .article-date {
		width: 4em;
	    height: 4em;
	    border-radius: 4em;
	    background: #010326;
	    float: left;
	    text-align: center;
	    color: white;
	    font-size: 0.7em;
	    margin-right: 1em;
	    padding-top: 0.8em;
	    text-transform: uppercase;
	    line-height: 1.4em;
	}
		.sidebar .timeline .article-date strong {
			display: block;
			font-size: 150%;
		}
	.guided-tour {
		padding: 3em 3em 3em 8em;
	    box-shadow: 0 0 3em 0 rgba(0,0,0,0.3);
	    position: absolute;
	    left: -46em;
	    bottom: 0%;
	    width: 44em;
	    opacity: 0;
	    margin-top: 3em;
	    visibility: hidden;
	    z-index: -999;
	    background: #010327;
	    transition: opacity 0.4s ease-in-out, bottom 0.4s ease-in-out;
	}
		.guided-tour:after {
			content: '';
			position: absolute;
			right: -2em;
			top: 2em;
			border-left: solid 2em #010327;
			border-top: solid 2em transparent;
			border-bottom: solid 2em transparent;
		}
		.guided-tour:before {
			content: "\f25a";
			font: 3em fontawesome;
			position: absolute;
			top: 0.5em;
			left: 0.5em;
			color: white;
			opacity: 0.5;
		}
		.guided-tour h4, .guided-tour p {
			color: white;
		}
		.guided-tour h4 small {
			display: block;
		    color: #007bff;
		    font-size: 60%;
		    margin-bottom: 0.2em;
		}
		.guided-tour p {
			margin-top: 1.5em;
			line-height: 1.5;
		}
		.guided-tour .close {
			position: absolute;
			right: 0;
			top: 0;
			width: 2em;
			height: 2em;
			text-indent: -5000px;
			overflow: hidden;
			cursor: pointer;
		}
			.guided-tour .close:after {
				content: "\f00d";
				font: 1em/2em fontawesome;
				color: white;
				text-indent: 0;
				text-align: center;
				position: absolute;
				left: 0;
				top: 0;
				right: 0;
				bottom: 0;
			}
	.timeline-tour-open .guided-tour {
		opacity: 1;
		bottom: 25%;
		visibility: visible;
		z-index: 999;
	}
	.timeline-closed .guided-tour {
		opacity: 0;
		margin-top: 0;
		visibility: hidden;
		z-index: -999;
	}

.sidebar .timeline .follow {
	background: #0086ff;
    padding: 2em;
    position: relative;
}
	.sidebar .timeline .follow p {
		color: white;
	}
	.sidebar .timeline .follow:before {
		content: '';
		position: absolute;
		top: -1em;
		left: 2em;
		border-bottom: solid 1em #0086ff;
		border-left: solid 1em transparent;
		border-right: solid 1em transparent;
	}


	.project-single-page .sc.suppliers {
	    max-width: 300px;
	    margin: 0 auto;
	    margin-bottom: 2em;
	}
*/
.mpu {
	text-align: center;
	margin-bottom: 3em;
}
	.mpu img {
		width: auto;
	}

#sticky-mpu {
	width: 300px;
	margin: 0 auto;
}
.banner-fixed .sticky-mpu {
	position: fixed;
	top: 50px;
}

.related-press-releases {
	width: 30em;
    margin: 0 auto 3em;
}
.secondary-article-list {

}
	.secondary-article-list h3 {

	}
	.secondary-article-list {
		font-size: 1.8em;
		line-height: 1.4;
	}
		.secondary-article-list li {
			position: relative;
			padding-left: 4em;
			padding: 1em 0 1em 0;
			border-bottom: solid 1px #ebebeb;
		}
		.press-release-list li {
			padding: 1em 0 1em 0em;
		}
			/*.press-release-list li:before {
				content: "\f15c";
			    font: 2.4em fontawesome;
			    position: absolute;
			    left: 0em;
			    top: 0.5em;
			    color: #e4e4e4;
			}*/
			.secondary-article-list li img {
				float: left;
				width: 25%;
			}
			.secondary-article-list li b {
				float: right;
				width: 70%;
			}
			.timeline li b {
				width: 77%;
			}
			.press-release-list li b {
				float: none;
				width: 100%;
			}


.company-mentions {
	width: 300px;
	margin: 0 auto 3em auto;
	background: #f8d448;
    padding: 2em;
    position: relative;
}
	.company-mentions:before {
		content: '';
		position: absolute;
		left: -2em;
		top: 2em;
		border-right: solid 2em #f8d448;
		border-top: solid 2em transparent;
		border-bottom: solid 2em transparent;
	}
	.company-mentions h3 {
		background: black;
		color: white;
		margin: 0 0 1em 0;
		font-size: 1.6em;
	}
	.company-mentions p {
		line-height: 1.5;
	}
	.company-mentions li {
		margin-top: 2em;
	}
		.company-mentions li img {
			float: left;
			width: 35%;
			margin: 0 1em 0 0;
		}
		.company-mentions li b {
			font-size: 1.6em;
		}
.popular {
	width: 300px;
	margin: 0 auto;
	max-width: 100%;
}
.popular ol {
	font-size: 1.6em;
	line-height: 1.4;
	list-style: none;
	padding: 0;
}
	.popular li {
		margin: 1em 0 0 0; padding:0;
	}
		.popular li a {
			background: #f2f2f4;
			padding: 1em 1em 0.1em 5em;
			font-weight: lighter;
			display: block;
			transition: all 0.4s ease-in-out;
			position: relative;
			/*min-height: 6em;*/
		}
		.tags ul.popular_ul.trending-today  li a{ padding:0.2em; min-height:1em !important; background:#010321 !important;}
	
		.popular li:first-of-type a {
			background: #010324;
			color: white;
			box-shadow: 0 0 1em 0 rgba(0,0,0,0.2);
		}
			.popular li:first-of-type a:before {
				color: #3a89fc;
			}
		.popular li a:before {
			content: "1";
		/*	font: 5em/1 "Open Sans";*/
			position: absolute;
			color: #d1d2e0;
			left: 0.2em;
			top: -0.2em;
			transition: all 0.4s ease-in-out;
		}
		.popular li a:hover /* , .popular li:hover */{
			background: #c6c6d4;
		}
			.popular li a:hover:before, .popular li:hover:before {
				color: #3a89fc;
			}
			
			.popular.pop_editor li a:hover {color:#010426}
						
/*.popular li .popular_ul.trending-today li:hover, .popular li .popular_ul.trending-today li {background:#f2f2f4 !important;}*/
.pop_editor .article-category ul li  { padding:0; background:transparent !important;box-shadow: none !important;}
			
		.popular li:nth-of-type(2) a:before {
			content: "2";
		}
		.popular li:nth-of-type(3) a:before {
			content: "3";
		}
		.popular li:nth-of-type(4) a:before {
			content: "4";
		}
		.popular li:nth-of-type(5) a:before {
			content: "5";
		}


@media (max-width: 360px) {
	.entry-header .container {
		padding: 0 1em;
	}
	.companies-mentioned .container {
		padding-left: 1.5em;
		padding-right: 1.5em;
	}
		.companies-mentioned li span {
			display: none;
		}
	.article {
		padding: 3em;
		font-size: 0.9em;
	}
}
@media (max-width: 575px) {
	.companies-mentioned li {
		width: 10em;
		width: 33%;
		float: left;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.container {
	    max-width: 100%;
	}
}
@media (max-width: 768px) {
	.single .entry-header {
		padding-bottom: 16em;
		padding-left: 2em;
		padding-right: 2em;
	}
		.single .entry-header .article-date {
			position: static;
		}
		.entry-header .article-category {
    		margin: 0.8em 0 0 0;
    		opacity: 0.6;
		}
	.companies-mentioned {

	}
		.companies-mentioned .container {

		}
		.companies-mentioned h2 {
			margin: 0 0 3em 0;
		}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.container {
	    max-width: 100%;
	}
}
@media (min-width: 870px) and (max-width: 1000px) {

	/* Changing column widths so sidebar mpu fits in the sidebar */
	.primary {
		-ms-flex: 0 0 62%;
	    flex: 0 0 62%;
	    max-width: 62%;
	}
		/*.entry-content {
			-ms-flex: 0 0 45%;
		    flex: 0 0 45%;
		    max-width: 45%;
		}*/
	.sidebar {
		-ms-flex: 0 0 38%;
	    flex: 0 0 38%;
	    max-width: 38%;
	}
}
@media (min-width: 740px) and (max-width: 870px) {

	.entry-header {
		padding-top: 6em;
	}
	.primary {
		-ms-flex: 0 0 55%;
	    flex: 0 0 55%;
	    max-width: 55%;
	}
		.share {
			display: none;
		}
		.entry-content {
			-ms-flex: 100;
		    flex: 100;
		    max-width: 100%;
		}
	.sidebar {
		-ms-flex: 0 0 45%;
	    flex: 0 0 45%;
	    max-width: 45%;
	}
}
@media (max-width: 870px) {

.single .entry-header {
		padding-left: 2em;
		padding-right: 2em;
	}
		.headline-col {
			-ms-flex: none;
		    flex: none;
		    max-width: 100%;
		}
			.single .entry-header .article-date {
				color: #010324;
				width: 8em;
			    position: relative;
			    bottom: -1.95em;
			}
			.entry-header .article-category {
				margin-left: 12.25em;
			}
			.single .entry-header h1, .project .entry-header h1 {
				font-size: 3em;
			}

	/* Losing the left column at this width */
	.article-date-col, .share {
		-ms-flex: none;
	    flex: none;
	    max-width: 100%;
	}
		.entry-header .article-date, .entry-header .article-category a {
			font-size: 1.4em;
		}
		.entry-header .article-date {
			width: 8em;
		    height: auto;
		    background: #ededed;
		    border-radius: 0;
		    padding: 0.5em;
		}
			.entry-header .article-date b, .entry-header .article-date small {
				display: inline;
				font-weight: lighter;
				font-size: 1em;
			}
	.companies-mentioned .container {
		padding-left: 2.3em;
		padding-right: 2.3em;
	}
		.companies-mentioned ul.row {
			margin: 0 -15px;
		}

	.share {
		margin: 0;
		font-size: 1.4em;
		position: fixed;
		bottom: -2em;
		left: 0;
		right: 0;
		top: auto;
		opacity: 0;
		z-index: -999;
		visibility: hidden;
		transition: all 0.5s ease-in-out;
		width: 100%;
	}
		.start-reached .share {
			background: none;
			padding: 0;
		}
		.start-reached .share .share-buttons {
			position: static;
			display: block;
			text-align: center;
			width: 100%;
			background: none;
			padding: 1em;
			background: rgba(0,0,0,0.7);
		}
			.start-reached .share .share-buttons:before {
				display: none;
			}
			.share .share-buttons li {
		   		display: inline-block;
		   		margin: 0 0.5em;
			}
	.start-reached .share {
		bottom: 0;
		opacity: 1;
		z-index: 9999;
		visibility: visible;
	}

	.entry-content p, .entry-content ul, .entry-content ol {
		font-size: 1.6em;
	}
		.entry-content p:first-of-type {
			font-size: 2.1em;
		}
}
@media (max-width: 739px) {
	.single .entry-header:before {
		background: url(../img/data_background.png) no-repeat 20% 0;
    	background-size: 140%;
	}
	.entry-header h1 {
		font-size: 3em;
	}
	.entry-content p:first-of-type {
		font-size: 1.9em;
	}
	.sidebar {
		margin-top: 3em;
	}
		.popular, .company-mentions {
			width: 100%;
		}
}
@media (min-width: 600px) and (max-width: 990px) {
	.news-med-top, .news-med-bot {
		width: 50%;
		float: left;
		padding: 2em 1em 0 0;
		background: none;
	}
		.news-med-top:before, .news-med-bot:before {
			display: none !important;
		}
	.news-med-bot {
		float: right;
		padding-left: 1em;
		padding-right: 0;
	}
	.spotlight-feature .medium_box {
		width: 50%;
		float: left;
	}
	.spotlight-feature .newsletter-box {
		float: right;
		width: 50%;
	}
}
@media (max-width: 990px) {
	.col-lg-4 hr {
		display: none;
	}
	.home .thenews h3 {
		margin: 1.5em 0;
	}
	#row4 .col-lg-6 {
		max-width: 100%;
	}
}
@media (max-width: 1000px) {
	.entry-content .promo {
		width: 100%;
		float: none;
		margin: 2em 0;
	}
	.category-content {
		width: 100%;
		max-width: 100%;
		flex: none;
		-ms-flex: none;
	}
		.category-content ul {
			padding-left: 2em;
			padding-right: 2em;
		}
}
@media (max-width: 500px) {
	.entry-header h1 {
		font-size: 3em;
	}
	.entry-content blockquote.pullquote {
		width: 100%;
		float: none;
		margin: 3em 0;
	}
	.share-content:after {
		display: none;
	}
	.share-content form, .entry-content .share-content h3, .entry-content .share-content p {
		width: 100%;
	}
		.share-content form input, .share-content form input[type="submit"] {
			width: 100%;
			float: none;
			margin-top: 0.5em;
		}
}
@media (max-width: 380px) {
	.single .entry-header:before {
		background: url(../img/data_background.png) no-repeat 13% 28%;
	    background-size: 200%;
	    opacity: 0.3;
	}
	.entry-header {
		padding-top: 4em;
	}
		.entry-header h1 {
			font-size: 2.4em;
		}
}
@media (min-width: 1280px) {
	.entry-content blockquote.pullquote, .entry-content .mpu, .entry-content .promo {
		margin-left: -12em;
		margin-right: 2em;
	}

}
@media (max-width: 1350px) {
	/*.related {
		padding-left: 2em;
		padding-right: 2em;
	}
	.related-headline {
		margin: -10em -6em 3em 4em;
		box-shadow: -0.1em -0.1em 3em 0 rgba(0,0,0,0.2);
	}
		.related-headline:before {
		    left: 7.5em;
		    top: -13em;
		}*/
	.entry-header h1 {
		font-size: 3.6em;
	}
	.entry-header .article-date, .entry-header .article-category, .entry-header .article-author {
		opacity: 1;
	}
}
@media (min-width: 1860px) {
	.entry-header:before {
		top: -25em;
	}
}





/* Category / Archive / Tag */
/*.category-header {
	padding: 5em 0;
	text-align: center;
	background: #030530;
	margin-bottom: 3em;
}
	.category-header h1 {
		font-size: 6em;
	    color: white;
	    letter-spacing: -0.09em;
	}
	.category-header p {
		color: white;
	}

.category .timeline li {
	margin-bottom: -15px;
}
	.category .date-col {
		position: relative;
	}*/
		/*.category .date-col:before {
			content: '';
		    position: absolute;
		    left: 5.65em;
		    top: 0;
		    width: 0.7em;
		    margin-left: -.35em;
		    background: #080a3c;
		    bottom: 100%;
		    opacity: 0.2;
		    transition: bottom 1s ease-in-out;
		}
		.loaded.category .date-col:before {
		    bottom: -8em;
		}*/
	/*.category .article-list li .article-categories li {
		padding: 0;
		margin: 0;
	}
	.category .article-list li .article-date {
		width: 6em;
	    height: 6em;
	    border-radius: 5em;
	    text-align: center;
	    background: #080a3c;
	    position: relative;
	    z-index: 999;
	    color: white;
	    padding-top: 1.5em;
	    margin-top: 0.8em;
	    margin-left: 0em;
	}
		.category .timeline.article-list li .article-date b {
			width: 100%;
		}
		.category .article-list li .article-date b {
			font-size: 1.8em;
			line-height: 1;
			display: block;
		}
		.category .article-list li .article-date small {
			font-size: 0.8em;
		    display: block;
		    letter-spacing: 0.2em;
		    position: relative;
		    bottom: -1.8em;
		    color: #888;
		    background: white;
		    padding: 0.5em;
		}
		.category .article-list li .article-date:after {
			content: '';
		    position: absolute;
		    right: 0;
		    top: 50%;
		    height: 0.5em;
		    margin-top: -0.25em;
		    width: 0;
		    background: #080a3c;
		    opacity: 0.2;
		    transition: right 2s ease-in-out, margin 2s ease-in-out;
		}
		.loaded.category .article-list li .article-date:after {
		    right: -24em;
		    width: 24em;
		}
		.category .article-list li:first-of-type .article-date {
			margin-top: 9.4em;
		}
			.category .article-list li:first-of-type .article-date:after {
				right: -17.5em;
				width: 17.5em;
			}
		.category .article-list li:first-of-type .date-col:before {
			top: 13.4em;
		}
		.category .article-list li:first-of-type .date-col:after {
		    width: 17.5em;
		    right: -17.5em;
		}
		.category .category-content .article-list li h2 {
			margin: 0 0 1em 0;
			font-size: 2.1em;
		}
			.category .category-content .article-list li h2 a {
				background: #080a3c;
			    color: white;
			    padding: 0.1em 0.2em;
			    line-height: 1.6;
			}
	.category .timeline li article {
		box-shadow: 0.1em 0.1em 0.3em 0 rgba(0,0,0,0.2);
	    padding: 3em;
	    border-radius: 0.3em;
	    border: none;
	    transition: all 0.4s ease-in-out;
	}
		.category .timeline li:hover article {
			box-shadow: 0.1em 0.1em 2em 0 rgba(0,0,0,0.2);
		}

*/

.news-header {
	text-align: left;
}
	.news-header h1 {
		font-size: 4em;
		letter-spacing: -0.03em;
		margin: 0;
	}
	.meta-data ul {
		list-style: none;
		margin: 1em 0 0 0;
		font-size: 1.4em;
		color: white;
	}
		.meta-data ul li {
			display: inline-block;
			margin: 0 1em 1em 0;
			position: relative;
			padding-left: 2em;
		}
		.meta-data ul li:first-of-type {
			display: block;
		}
			.meta-data ul li:first-of-type:before {
				content: "\f017";
				font: 1em fontawesome;
				position: absolute;
				left: 0;
				color: white;
			}
			.meta-data ul li:nth-of-type(2):before {
				content: "\f201";
				font: 1em fontawesome;
				position: absolute;
				left: 0;
				color: white;
			}

.follow-category-cta {
	border-left: solid 1px white;
    padding-left: 2em;
}
	.follow-category-cta h3 {
		padding-left: 1.3em;
	    font-size: 2.1em;
	    position: relative;
	    color: #ffd300;
	}
		.follow-category-cta h3:before {
			content: "\f055";
		    font: 0.85em fontawesome;
		    position: absolute;
		    left: 0;
		    top: 0.1em;
		}
	.follow-category-cta p {
		font-size: 1.4em;
	}


.category-content ul.article-list {
	font-size: 1em;

}
.category-content .article-grid {

}
	.category-content .article-grid li {
		background: none;
		max-height: 36em;
	}
		.category-content .article-grid li .article-image img {
			width: 100%;
		}
		.category-content .article-grid li h2 {
			font-size: 2.4em;
    		margin-top: -5em;
		}
		.category-content .article-grid li p {

		}

.primary .category-content .article-list {
	font-size: 1em;
}
	.category-content .article-list li {
    	padding: 2em 0;
	}
	
		.category-content .article-list li.featured-article {
			padding-top: 0;
			position: relative;
			margin-bottom: 3em;
			padding-bottom: 0;
			border-bottom: none;
		}
			.featured-article:after {
				content: "Latest";
				font: bold 1.8em/1 "Open Sans", helvetica, arial, sans-serif;
				position: absolute;
				right: 0;
				top: 0;
				background: white;
				padding: 1em 1em 1em 3em;
				text-transform: uppercase;
				z-index: 99;
			}
			.featured-article:before {
				    content: "\f111";
				    font: 1.4em/1 fontawesome;
				    position: absolute;
				    right: 7.5em;
				    top: 1.4em;
				    z-index: 999;

				    animation-name: pulse;
    				animation-duration: 1s;
    				animation-iteration-count: 10;
			}
			@keyframes pulse {
			    from {color: #ffd300;}
			    to {color: white;}
			}
			/*#row1 .news.featured-article:after {
				right: 0.8em;
				background: #010425;
			}
			.news.featured-article:before {
				right: 8.5em;
			}*/

			.category-content .article-list li .article-categories li {
				padding: 0;
			}


			.category-content .article-list li.featured-article .article-text {
			    padding: 3em 0;
    			background: rgba(255, 255, 255, 0.9);
			    transition: all 0.4s ease-in-out;
			}
				.category-content .article-list li.featured-article .article-text p {
					margin: 0;
					font-size: 1.6em;
				}
		.category-content .article-list li .article-image img {
			width: 100%;
			position: relative;
    		z-index: 999;
		}
		.category-content .article-list li .article-category {
			display: inline-block;
			margin-right: 1em;
			font-size: 0.85em;
		}
		.article-list li .article-date, .analysis-date-home .article-date {
			display: inline-block;
			font: lighter 1.4em "Open Sans";
			text-transform: uppercase;
			padding: 0.3em 0.5em;
			background: #ebebeb;
		}
		.category-content .article-list li h2 {
		    font-size: 3em;
		    margin: .5em 0;
		}
		.category-content .article-list li p {
			margin: 1em 0 0 0;
    		line-height: 1.4;
    		/*font-size: 1.6em;*/
			
			font-size: 1.8em;
color: #171717;
font-weight: 400;
		}


/* Sub categories list */
.sub-categories {
	font-size: 1.8em;
}
	.sub-categories li {
		padding: 1em;
		position: relative;
	}
		.sub-categories li a {
			display: block;
			padding: 2em;
			box-shadow: 0 0 1em 0 rgba(0,0,0,0.2);
			transition: all 0.4s ease-in-out;
			min-height: 7em;
			line-height: 1.5;
		}
			.sub-categories li a:hover {
				box-shadow: 0 0 0.2em 0 rgba(0,0,0,0.4);
			}
		.sub-categories li:nth-of-type(3n+1) {
			clear: left;
		}
		.sub-categories li small {
			position: absolute;
			top: 1.5em;
			right: 1.5em;
			width: 3em;
			height: 3em;
			line-height: 3em;
			text-align: center;
			background: #000226;
			color: white;
			display: block;
		}

.category .sidebar {

}
	.category .sidebar .industry-opinion, .category .sidebar .suppliers, .category .sidebar .related-press-releases {
		width: 300px;
		margin: 0 auto 3em auto;
	}

/* Specific category listing types */

/* Projects list */
.projects-header {
	background: #1981b0;
    background: -moz-linear-gradient(45deg, #1981b0 0%, #10236d 50%, #1981b0 100%);
    background: -webkit-linear-gradient(45deg, #1981b0 0%,#10236d 50%,#1981b0 100%);
    background: linear-gradient(45deg, #1981b0 0%,#10236d 50%,#1981b0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1981b0', endColorstr='#1981b0',GradientType=1 )
}
.category-content .article-list li.project, .category-content .article-list li.whitepaper {
	padding-left: 5em;
	position: relative;
}
	.category-content .article-list li.project:before {
		content: "\f085";
	    font: 3em/2em fontawesome;
	    position: absolute;
	    left: 0;
	    top: 0.65em;
	    width: 1.4em;
	    height: 2em;
	    border-top: solid 0.2em #1982b0;
	    color: #1982b0;
	    text-align: center;
	}
	.category-content .article-list li.project .article-image a {
		display: block;
    	border: solid 0.7em #1981b0;
    	transition: all 0.4s ease-in-out;
	}
	.category-content .article-list li.project:hover .article-image a {
		border: solid 0.7em #000;
	}


/* Quick nav */
.quick-nav p, .quick-nav ul, .quick-nav ul li {
	display: inline-block;
	margin: 0;
	font-size: 1.8em;
}
	.quick-nav ul li {
		margin: 0 0 0 1em;
		font-size: 1em;
	}
		.quick-nav ul li a {
			color: white;
			text-decoration: underline;
		}
			.quick-nav ul li a:hover {
				text-decoration: none;
			}
.whitepapers-a-z .a-z {
	margin-top: 1em;
}
.whitepapers-a-z .quick-nav {
	margin: 3em 0 0 0;
	text-align: center;
	width: 100%;
}
.whitepapers-a-z .letter ul li h3 {
	font-size: 2.4em;
}
.whitepapers-a-z .letter ul li p {
	font-size: 1.6em;
}


/* Whitepaper listings */
.category-content .article-list li.whitepaper {
	padding-left: 7em;
}
.category-content .article-list li.whitepaper:before {
	content: "\f0f6";
    font: 5em fontawesome;
    color: #ccc;
    font-size: 6em;
    border-top: none;
    padding: 0;
    text-align: left;
    position: absolute;
    left: 0;
}
.article-author {
	display: inline-block;
	font-size: 1.6em;
    margin: 0em 0 0em 0em;
    background: rgba(255,255,255,0.8);
    padding: 0.5em 0;
    font-weight: normal;
}

.col-md-10.headline-col .article-author { margin: 0em 0 2em 0em; padding: 0.5em;}

/*  
.primary ul.item-grid {
	margin: 0 -1.8em;
	font-size: 1em;
}
	.item-grid li {
		padding: 1em;
	}
		.item-grid li article {
			padding: 1.5em;
		    box-shadow: 0 0 1em 0 rgba(0,0,0,0.1);
		    transition: all 0.4s ease-in-out;
		    position: relative;
		    top: 0;
		    border-radius: 0.2em;
		}
		.item-grid li article:hover {
			box-shadow: 0 0 0.3em 0 rgba(0,0,0,0.4);
			top: -5px;
		}
			.item-grid li .company-logo {
				height: 6em;
    			margin: 0 0 3em 0;
			}
				.item-grid li .company-logo img {
					max-height: 4em;
					width: auto;
				}
			.item-grid li h2 {
				font-size: 2.1em;
			}
			.item-grid li p {
				font-size: 1.4em;
			    line-height: 1.5;
			    margin-top: 2em;
			}
			.item-grid li .button a {
				margin: 3em auto 0 auto;
				padding: 1em 2em .9em 1em;
				display: block;
				width: 70%;
				position: relative;
				border-radius: 0.2em;
				color: white;
    			box-shadow: 0 0 1em 0 rgba(0,0,0,0.1);
			}
				.item-grid li .button a:after {
					content: "\f054";
					font: 1em/1em fontawesome;
					position: absolute;
					right: 0.8em;
					top: 50%;
					height: 1em;
					margin-top: -0.45em;
				}


.pagination {
	margin: 3em 0;
	text-align: center;
	display:block;
}
	.pagination ul {
		width: 100%;
	}
		.pagination li {
			display: inline-block;
			margin: 0 0.5em;
			border: none;
		}
			.pagination li:last-of-type a {
				position: relative;
				text-indent: -5000px;
				overflow: hidden;
				top: 1.1em;
				transition: all 0.4s ease-in-out;
			}
			.pagination li:last-of-type a:hover {
				background: #0198f1;
			}
				.pagination li:last-of-type a:after {
					content: "\f101";
				    font: 1em/3em fontawesome;
				    text-align: center;
				    text-indent: 0;
				    color: white;
				    position: absolute;
				    left: 0;
				    top: 0;
				    right: 0;
				    bottom: 0;
				}
			.pagination li a {
				display: block;
				width: 3em;
				height: 3em;
				line-height: 3em;
				background: #000226;
				color: white;
				font-weight: bold;
			}*/

/* About whitepapers */
.about-whitepapers {
	padding: 5em 4em 0 4em;
	text-align: center;
	background: black;
	position: relative;
}
	.about-whitepapers:before {
		content: '';
		background: url('http://www.compelo.com/media/images/slider/01.jpg') no-repeat;
		background-size: 100%;
		opacity: 0.3;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}
	.about-whitepapers h2 {
		letter-spacing: -5px;
	    padding-top: 0px;
	    margin-top: 0px;
	    line-height: 40%;
	    font-size: 60pt;
	    font-weight: bolder;
	    padding-bottom: 50px;
	    border-bottom: 3px solid #0087ff;
	    text-transform: uppercase;
	    font-weight: bold;
	    width: 400px;
	    margin: 0 auto;
	    color: white;
    	position: relative;
	}
		.about-whitepapers h2 small {
			font-size: 30%;
		    letter-spacing: 0.3em;
		    line-height: 2.5;
		}

	.about-whitepapers .newsletter-box {
		background: rgba(0,0,0,0.5);
		padding:4em 0em;
		margin: 0;
		text-align: left;
	}
	.about-whitepapers .newsletter-box h4, .about-whitepapers .newsletter-box p {
		margin: 0;
		padding: 0;
	}
	.about-whitepapers .newsletter-box p {
		font-size: 1.4em;
	}


/* Whitepaper Download / Lead Capture 
.whitepaper-details {
	box-shadow: 0 0 3em 0 rgba(0,0,0,0.1);
}
	.whitepaper-details .share {
		padding-top: 2em;
	}
	.whitepaper-details .entry-content {
		padding-top: 3em;
	}
	.whitepaper-download .entry-header .row {
		padding: 3em 2em;
	}
	.whitepaper-download .entry-header h1 {
		font-size: 3em;
		margin-bottom: 0.5em;
	}
		.whitepaper-download .entry-header .row .col-md-2, .whitepaper-download .entry-header .row .col-md-10 {
			padding: 2em;
		}
		.whitepaper-download .entry-header .row .col-md-2 {
			padding-right: 2em;
		}
		.whitepaper-download .entry-header .row .col-md-10 {
			padding-left: 1em;
			padding-bottom: 3em;
		}
			.whitepaper-download .entry-header .row .col-md-10 h1 {
				margin-bottom: 0.5em;
			}

	.whitepaper-cover-col {
		position: relative;
		padding-left: 4em;
	}
		.whitepaper-cover-col:before {
			 content: '';
			 width: 1px;
			 height: 500px;
		}
		.whitepaper-cover {
			width: 17em;
		    height: 21em;
		    box-shadow: 0 0 2em 0 rgba(0,0,0,0.2);
		    padding: 2em;
		    position: relative;
		    margin: 0 auto;
		    left: 1.5em;
		}
			.whitepaper-cover img {
				max-height: 4em;
				width: auto;
			    display: block;
			    margin: 0 0 2em;
			}
			.whitepaper-cover small {
				position: absolute;
			    bottom: 0em;
			    font-size: 1.2em;
			    right: 0em;
			    left: 0em;
			    background: #010425;
			    color: white;
			    padding: 2em;
			    line-height: 1.4;
			    font-weight: lighter;
			}
		.whitepaper-cover-image {
			max-width: 150px;
		}
		.lead-capture-form {
			background: #f8d448;
		    padding: 3em;
		    margin: 0 -2em 0 0;
		    position: relative;
		}
			.lead-capture-form:after {
				content: '';
				position: absolute;
				right: -5000px;
				width: 5000px;
				top: 0;
				bottom: 0;
				display: block;
				background: #f8d448;
			}
			.lead-capture-form h2 {
				font-size: 1.8em;
			    margin: -1.65em -1.65em 3em;
			    padding: 1.5em 2em;
			    background: #010425;
			    text-transform: uppercase;
			    font-weight: bold;
			    color: white;
			    position: relative;
			    text-align: center;
			}
				.lead-capture-form h2:before {
					content: '';
					position: absolute;
					right: -5000px;
					width: 5000px;
					top: 0;
					bottom: 0;
					display: block;
					background: #010425;
					z-index: 9;
				}
				.lead-capture-form h2:after {
					content: '';
					position: absolute;
					left: 50%;
					bottom: -1em;
					margin-left: -1em;
					border-top: solid 1em #010425;
					border-left: solid 1em transparent;
					border-right: solid 1em transparent;
				}
			.lead-capture-form p label {
				margin: 0;
			}
			.lead-apture-form input {
				border: solid 3px #ddbc33;
			}
				.lead-apture-form input:focus {
					border: solid 3px #222;
				}*/
			.lead-capture-form input[type="submit"] {
				margin: 1em 0 0 0;
				float: none;
				display: block;
				width: 100%;
				border: none;
				background: #010425;
				font-size: 1.0em;
				text-align: center;
				padding: 0.75em;
				border-radius: 0.3em;
				box-shadow: 0 0 0.7em 0 rgba(0,0,0,0.2);
				border-top: solid 1px white;
				border-bottom: solid 1px rgba(0,0,0,0.1);
				transition: all 0.4s ease-in-out;
				cursor: pointer;
			}
			.lead-capture-form input[type="submit"]:hover {
				background: #007bff;
			}


@media (max-width: 560px) {
	.category-content .article-list li.featured-article .article-text {
		position: static;
		width: 100%;
		margin: 0;
		padding: 3em 0 0 0;
	}
		.category-content .article-list li.featured-article .article-text h2 {
			font-size: 2.4em;
		}
}

@media (max-width: 768px) {
	.category-content .article-list li .article-image {
		margin-bottom: 2em;
	}

}
@media (max-width: 870px) {
	.follow-category-cta {
		margin-top: 2em;
		padding: 0;
		border: none;
	}

	.whitepaper-download .entry-header .row {
		background: none;
	}
		.whitepaper-cover-col {
			display: none;
		}
}
@media (max-width: 1280px) {
	.big_title .title {
		font-size: 2.4em;
	}
}
@media (max-width: 1024px) {
	.big_title .title {
		font-size: 2.1em;
	}
}
@media (max-width: 1600px) {
	.category .article-list li:first-of-type .article-date {
	    margin-top: 7em;
	}
	.category .article-list li:first-of-type .article-date:after {
	    right: -14.5em;
	    width: 14.5em;
	}
}
@media (min-height: 950px) {

}


/* Advertise page 
.advertise-header, .storefront-enquiry {
	position: relative;
	min-height: 50em;
	padding: 8em 0;
}
	.advertise-header h1, .storefront-enquiry h2 {
		margin: 0 0 1em 0;
	}
	.advertise-header p, .storefront-enquiry p {
		line-height: 1.5;
	}
	.advertise-header h3 {
		font-size: 2.1em;
		font-weight: bold;
	}
	.advertising-contacts {
		background: rgba(0,0,0,0.05);
		position: relative;
		margin: 4em 0;
		padding: 3em 3em 3em 0;
	}
		.advertising-contacts:before {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			bottom: 0;
			left: -5000px;
			width: 5000px;
			background: rgba(0,0,0,0.05);
		}
		.advertising-contacts h3 {
			font-weight: normal;
			font-size: 1.8em;
			margin: 0;
		}
		.advertising-contacts p {
			margin: 1em 0 0 0;
			font-size: 1.6em;
		}
		.advertising-contacts form {
			margin-top: 3em;
		}
			.advertising-contacts form input {
				width: 60%;
				float: left;
			}
			.advertising-contacts form button {
				width: 39%;
			    float: right;
			    font-size: 1.2em;
			    padding: 0.95em 3em;
			    border-radius: 0.3em;
			    border: none;
			    border-top: solid 1px rgba(255,255,255,0.5);
			    box-shadow: 0 0 0.2em 0 rgba(0,0,0,0.5);
			}
		.advertising-contacts p small {
			display: block;
			opacity: 0.6;
		}
	.advertise-header img, .storefront-enquiry img {
		position: absolute;
	    width: 50%;
	    right: 0;
	    top: 8em;
	}

.contacts {
	padding: 5em 0;
}*/
/*

.storefront-enquiry {
	background: #010324;
	border-bottom: solid 1em #0086ff;
}
	.storefront-enquiry h2, .storefront-enquiry p {
		color: white;
	}
	.storefront-enquiry img {
		width: 43%;
		top: 10%;
		z-index: 0;
		box-shadow: 0 0 4em 0 rgba(0,0,0,0.4);
	}
	.storefront-enquiry .advertising-contacts {
		background: rgba(255,255,255,0.05);
	}
		.storefront-enquiry .advertising-contacts:before {
			background: rgba(255,255,255,0.05);
		}
		.storefront-enquiry .advertising-contacts h3, .storefront-enquiry .advertising-contacts a {
			color: white;
		}
		.storefront-enquiry .advertising-contacts p {
			margin-bottom: 2em;
		}
		.storefront-enquiry .advertising-contacts .button a {
			background: white;
			color: #010324;
		}
	.annotation {
		position: absolute;
	    left: 57%;
	    bottom: 7em;
	    width: 30%;
	    font-size: 0.8em;
	    background: #010324;
	    padding: 3em;
	    margin-left: -3em;
	    opacity: 0;
	    transition: all 0.8s ease-in-out;
	}
		.annotation:before {
			content: '';
		    background: url(/cb2b/img/arrow_up.png) no-repeat;
		    background-size: 100%;
		    width: 18em;
		    height: 27em;
		    top: -20em;
		    right: -15em;
		    position: absolute;
		    display: block;
		    z-index: 9999;
		}
		.annotation h3, .annotation p {
			color: white;
		}
		.annotation h3 {
			font-size: 2.4em;
		}

.storefront-enquiry-reached .annotation {
	bottom: 13em;
	opacity: 1;
}

.advertise-page .newsletter-box {
	margin: 0;
	text-align: left;
	padding: 5em 0;
	background: #12143c;
}
	.advertise-page .newsletter-box h4 {
		margin: 0 0 1em 0;
	}
	.advertise-page .newsletter-box .input-group {
		padding-top: 4em;
	}


@media (max-width: 599px) {
	.advertise-header, .storefront-enquiry {
		min-height: 0;
    	padding: 8em 0 0 0;
	}
		.advertise-header .col-md-5, .storefront-enquiry .col-md-5 {
			max-width: 100%;
			flex: 0 0 100%;
		}
		.advertise-header img, .storefront-enquiry img, .annotation {
			display: none;
		}
		.advertising-contacts {
			margin: 3em 0 0 0 !important;
	    	padding-top: 1em;
		}
}
@media (max-width: 460px) {
	.advertising-contacts form input, .advertising-contacts form button {
		width: 100%;
		float: none;
	}
	.advertising-contacts:before {
		top: 0;
		bottom: 0;
		left: -50px;
		right: -50px;
	}
}
@media (min-width: 600px) and (max-width: 1024px) {
	.advertise-header {
		min-height: 66em;
    	padding-bottom: 0;
	}
		.advertise-intro {
			flex: 0 0 60%;
	    	max-width: 60%;
	    	position: static;
		}
			.advertise-intro .advertising-contacts {
				padding: 3em;
				position: absolute;
				left: 0;
				right: 0;
				bottom: 0;
				margin-bottom: 0;
			}
		.advertise-header img {
			width: 40%;
		}
}
@media (min-width: 1024px) and (max-width: 1280px) {
	.advertise-header img {
		width: 58%;
	}
}*/


/* Site footer */
.site-footer {
	min-height: 25em; width: 100%;
}



/* Company A-Z */
.search-box {
	margin: 3em 0;
    padding: 3em;
    background: rgba(0,0,0,0.5);
    border-radius: 0.5em;
    box-shadow: 0 0 1em 0 rgba(0,0,0,0.5);
}
	.search-box h2 {
		color: white;
	    margin: 0;
	    font-size: 1.8em;
	    text-align: left;
	    padding: 0.8em;
	}
	.search-box .select {
		height: 4.5em;
	}
	.search-box input[type="search"], .search-box button {
		display: inline-block;
		padding:0.65em 0.50em; line-height: 1.4em;
		width: 70%;  border:0;
	}
	select::-ms-expand {
    display: none;
}
	
	.search-box input[type="submit"], .search-box button {
		display: inline-block;
	    width: 24%;
	    background: #ffd300;
	    border: none;
	    padding: 0.75em;
	    margin-left: 0.2em;
	    cursor: pointer;
	    transition: all 0.4s ease-in-out; border: 2px solid #ffd300;
	}
		
	.search-box input[type="submit"]:hover, .search-box button:hover {
		background: #0198f1; border: 2px solid #0198f1;
	}

	.search-box button.button{
		color:#333;
		
	} 
	
	.sort-by {
		padding: 3em 0 2em 0; max-width: 39.7em;
	}
		.sort-by label {
			display: inline-block;
			width: 30%;
			color: white;
			margin: 0;
			margin-top: 0.8em;
		}
		.sort-by .select {
			display: inline-block;
			width: 67%;
			height: 4.5em;
		}

	.a-z {
		font-size: 2.4em;
	    width: 100%;
	    margin: 0.6em 0 0 0;
	    text-transform: uppercase;
	}
		.a-z li {
			float: left;
			width: 3.7%;
			text-align: center;
		}
			.a-z li a {
				display: block;
				color: white;
			}

.leaderboard {
	background: #f7f7f7;
	padding: 2em 0;
	text-align: center;
    margin: -3em 0 3em 0;
}

.browse h2, .latest-suppliers h2, #company-a-z {
	text-transform: uppercase;
    font-weight: bold;
    font-size: 2.1em;
    margin-bottom: 1.5em;
    padding-top: 0.5em;
    color: #010425;
    border-top: solid 0.3em #010324;
}
#company-a-z {
	margin-top: 3em;
}
.categories ul {

}
	.categories ul h3 {
		font-size: 1.2em;
	}
	.categories ul ul {
		margin: 0;
		font-size: 0.9em;
	}
	.categories ul li a {
		display: block;
		padding: 0.5em 0;
		border-bottom: solid 1px #ccc;
		transition: all 0.4s ease-in-out;
	}
		.categories ul li a:hover {
			border-bottom: solid 1px #999;
		}
		.categories ul ul li a {
			border-bottom: solid 1px #ebebeb;
		}

.latest-suppliers {
	margin-top: 4em;
}
.primary ul.item-grid.supplier-grid {
	font-size: 1.4em;
}
	.supplier-grid li {

	}
		.supplier-grid article {
			border-top: solid 0.3em #010324;
		}
			.supplier-grid .company-logo {

			}
			.supplier-grid article h3 {
				font-size: 1em;
			}
			.supplier-grid article p {
				font-size: 0.8em;
				margin: 0;
			}

.primary ul.item-grid.video-grid li article, ul.item-grid.video-grid li article {
	padding: 0;
	border: none;
	border-radius: 0.2em;
    overflow: hidden;
}
	.primary ul.item-grid.video-grid li article .video-thumbnail, ul.item-grid.video-grid li article .video-thumbnail {
		overflow: hidden;
	}
		.primary ul.item-grid.video-grid li article .video-thumbnail img, ul.item-grid.video-grid li article .video-thumbnail img {
			transition: all 0.3s ease-in-out;
		}
		.primary ul.item-grid.video-grid li article h3, ul.item-grid.video-grid li article h3 {
			position: absolute;
		    left: 0;
		    right: 0;
		    top: 0;
		    bottom: 0;
		    margin: 0;
		    text-transform: none;
		    font-weight: normal;
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+100 */
			background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
		}
			.home ul.item-grid.video-grid li article h3 {
				font-size: 1.6em;
			}
				.home ul.item-grid.video-grid li article h3 a span {
					position: absolute;
					bottom: 1em;
					left: 1em;
					display: block;
				}
			.primary ul.item-grid.video-grid li article h3 a, ul.item-grid.video-grid li article h3 a {
				color: white;
			    display: block;
			    position: absolute;
			    z-index: 999;
			    left: 0;
			    right: 0;
			    bottom: 0;
			    top: 0;
			}
			/*		.primary ul.item-grid.video-grid li article h3 a:before, ul.item-grid.video-grid li article h3 a:before {
				content: "\f144";
					font: 3em/2em fontawesome;
					position: absolute;
					left: 50%;
					width: 2em;
					margin-left: -1em;
					top: 50%;
					height: 2em;
					margin-top: -1em;
					z-index: -9;
					text-align: center;
					opacity: 0.6;
					transition: all 0.4s ease-in-out;
				}
					.primary ul.item-grid.video-grid li article h3 a:hover:before {
						opacity: 1;
					}*/
				.primary ul.item-grid.video-grid li article h3 span {
					position: absolute;
				    bottom: 1em;
				    left: 1em;
				    right: 1em;
				    display: block;
				    font-size: 1em;
				}
				.primary ul.item-grid.video-grid li .article-category, ul.item-grid.video-grid li .article-category {
					margin-top: 1em;
    				font-size: 1.4em;
				}
					.primary ul.item-grid.video-grid li .article-category a, ul.item-grid.video-grid li .article-category a {
						background: none;
						font-size: 1em;
						text-transform: none;
						padding: 0;
						color: #666;
					}
				.primary ul.item-grid.video-grid li .company-name a, ul.item-grid.video-grid li .company-name a {
					font-size: 1.2em;
					color: #999;
				}

/*
.letter {
	margin-bottom: 5em;
	border-top: solid 5px #010324;
	padding-top: 2em;
}
.letter h2 {
	font-size: 6em;
	font-weight: bold;
	float: left;
	width: 50%;
	margin-bottom: 0.5em;
}
.letter .back-to-top {
	font-size: 1.8em;
	float: right;
	width: 50%;
	text-align: right;
}

.letter .article-category {
	font-size: 0.7em;
}
.letter ul {
	font-size: 1em;
}
	.letter ul li {
		border-bottom: solid 1px #ebebeb;
		margin-bottom: 2em;
	}
		.letter ul li p {
			font-size: 2.4em;
		}

*/

@media (max-width: 1000px) {
	.category-content {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.category-header {
		padding: 5em 1em 3em 1em; overflow:hidden;
	}
		.category-header h1 {
			font-size: 3em;
		}
		.search-box {
			background: none;
			box-shadow: none;
			padding: 0;
		}
			.search-box .col-md-2 {
				display: none;
			}
		.browse-sort label {
			text-align: left;
		}
		.browse-by-category, .sort-by {
			margin-bottom: 0em;
		}
		.a-z {
			margin-top: 0;
		}
			.a-z li {
				width: 14%;
			}
				.a-z li a {
					padding: 1em;
				}
}
@media (max-width: 360px) {
	.browse-sort .select, .browse-sort label {
		width: 100%;
		float: none;
	}
	.search-box input[type="submit"] {
		font-size: 1.8em;
padding: 0.8em 0;
	    position: relative;
	    top: -0.25em;
	    border-radius: 0;
	}
	.category-content .article-list li.whitepaper {
		padding-left: 0;
	}
	.category-content .article-list li.whitepaper:before {
		display: none;
	}
}
@media (max-width: 460px) {
	.whitepaper-download .entry-header h1 {
    	font-size: 2.4em;
	}
}
@media (max-width: 870px) {
	.company-logo-col {
		margin-bottom: 2em;
		width: 14em;
	}
	.whitepaper-details .share {
		background: rgba(0,0,0,0.1);
    	padding: 0.5em 2em 1em 2em;
	}
}
@media (min-width: 400px) and (max-width: 870px) {
	.company-logo-col {
		margin-bottom: 2em;
	}
	.whitepaper-details .container {
		padding: 0 3em;
	}
		.whitepaper-details .share {
			padding-top: 0;
			margin-bottom: 0;
		}
}



/* Search Results Page */
.search-col {

}
	.search-col h2 {
		font-size: 1.8em;
	    margin: 0 0 1em 0;
	    background: #0086ff;
	    padding: 0.5em;
	    color: white;
	}
	.search-col h3, .number-of-results {
		font-size: 1.6em;
	    margin: 1em 0 1em 0;
	    background: #ebebeb;
	    padding: 0.5em;
	}
	.search-refinement {

	}
		.search-refinement ul {
			font-size: 1.4em;
		}
			.search-refinement li {
				position: relative;
				padding: 0.5em 0;
				border-bottom: solid 1px #ebebeb;
				cursor: pointer;
				transition: all 0.4s ease-in-out;
			}
				.search-refinement li:hover {
					border-bottom: solid 1px #ccc;
				}
				.search-refinement li span {
					position: absolute;
					right: 0;
					top: 0;
					width: 2em;
					height: 2em;
					display: block;
				}
				.search-refinement ul ul {
					font-size: 1em;
					display: none;
					transition: opacity 0.4s ease-in-out;
					margin-top: 1em;
					background: #f7f7f7;
					padding: 1em;
				}
					.search-refinement ul ul li:last-of-type {
						margin-bottom: 0;
						padding-bottom: 0;
						border: none;
					}
				/* Open menu */
				.search-refinement ul li.open ul {
					display: block;
				}

	.current-refinements li span, .search-refinement li span i, .search-refinement li span b {
		text-indent: -5000px;
		overflow: hidden;
		cursor: pointer;
	}
		.current-refinements li span:before, .search-refinement li span i:before, .search-refinement li span b:before {
			content: "\f00d";
			font: 1em/2em fontawesome;
			position: absolute;
			left: 0;
			top: 0;
			right: 0;
			bottom: 0;
			text-align: center;
			text-indent: 0;
		}
		.search-refinement ul li.open span i {
			display: none;
		}
		.search-refinement ul li.open span b {
			display: block;
		}
			.search-refinement ul li.open span b:before {
				content: "\f068";
			}

.number-of-results p {
	margin: 0;
	font-size: 1em;
}
.search-results-list li {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: solid 1px #333;
	transition: all 0.4s ease-in-out;
}
	.search-results-list li:hover {
		border-bottom: solid 1px #000;
	}
	/*.search-results-list li h3 {
		padding: 0;
		background: none;
		margin: 0;
		font-size: 1.6em;
	}*/
	.search-results-list li .article-date, .search-results-list li .article-category {
		font-size: 1em;
		display: inline-block;
		margin: 1em 1em 0 0;
	}
	.search-results-list li .article-category a, .search-results-list li .article-date {
		font-size: 1.2em;
	}

/* Maximize */
.search-refinement li span i {
	display: inline-block;
}
	.search-refinement li span i:before {
		content: "\f067";
	}
/* Minimize */
.search-refinement li span b {
	display: none;
}
	.search-refinement li span b:before {
		content: "\f068";
	}

.supplier-recommendations li img {
	float: right;
}
.supplier-recommendations li b {
	float: left;
}


@media (max-width: 768px) {
	.search-refinements {
		margin-bottom: 3em;
	}
	.search-refinements-toggle {
		position: relative;
		cursor: pointer;
	}
		.search-refinements-toggle:after {
			content: "\f067";
			font: 1em fontawesome;
			position: absolute;
			right: 0.5em;
		}
	.search-refinements div {
		opacity: 0;
		visibility: hidden;
		height: 1px;
		z-index: -999;
		overflow: hidden;
		transition: height 0.4s ease-in-out, opacity 0.4s ease-in-out, ;
	}
	.search-refinements-open .search-refinements div {
		opacity: 1;
		visibility: visible;
		height: auto;
		z-index: 999;
		overflow: visible;
	}
}
@media (max-width: 1024px) {
	.category-header h1 {
		font-size: 3em;
	}
}


/* Project 
.mputop {
	position: relative;
	z-index: 99;
}
.project main {
	padding-top: 4em;
}
.project-header {
	background: black;
	overflow: hidden;
}
	.project-header .row {
		position: relative;
		z-index: 99;
	}
.project-background {
	background: url('../img/blueprint.jpg') no-repeat;
	background-size: 100%;
	height: 1500px;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0.8;
	position: absolute;
}
	.large-feature-image img {
		width: 100%;
	}
.key-details {
	padding-top: 2em;
	padding-bottom: 3em;
	background: #010425;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
    opacity: 0.8;
}
	.key-details h2 {
		font: 1.6em "Open Sans";
		right: 6em;
		text-transform: uppercase;
		top: 1em;
		text-align: right;
		color: white;
	}
	.key-details:after {
		content: "\f085";
		font: 4em fontawesome;
		position: absolute;
		right: 1em;
		top: 0.5em;
	}
	.key-details ul {
		max-height: 9em;
		overflow: hidden;
		transition: all 0.4s ease-in-out;
		width: 90%;
	}
		.key-details li {
			margin-bottom: 2em;
		}
			.key-details ul li:nth-of-type(5), .key-details ul li:nth-of-type(6), .key-details ul li:nth-of-type(7), .key-details ul li:nth-of-type(8), .key-details ul li:nth-of-type(9), .key-details ul li:nth-of-type(10),  .key-details ul li:nth-of-type(11), .key-details ul li:nth-of-type(12), .key-details ul li:nth-of-type(13), .key-details ul li:nth-of-type(14), .key-details ul li:nth-of-type(15), .key-details ul li:nth-of-type(16) {
				display: none;
			}
		.key-details h3 {
			font-size: 1.8em;
			color: white;
			font-weight: bold;
		}
		.key-details p {
		    font-size: 1.6em;
		    background: white;
		    display: inline-block;
		    color: #010425;
		    padding: 0.3em;
		}
		.key-details-toggle {
			font-size: 1.6em;
			cursor: pointer;
			text-decoration: underline;
		}
			.key-details-toggle a {
				color: white;
			}
			.key-details-toggle i {
				display: none;
			}

.key-details-open .key-details ul {
	max-height: 20em;
}
	.key-details-open .key-details ul li:nth-of-type(5), .key-details-open .key-details ul li:nth-of-type(6), .key-details-open .key-details ul li:nth-of-type(7), .key-details-open .key-details ul li:nth-of-type(8), .key-details-open .key-details ul li:nth-of-type(9), .key-details-open .key-details ul li:nth-of-type(10), .key-details-open .key-details ul li:nth-of-type(11), .key-details-open .key-details ul li:nth-of-type(12), .key-details-open .key-details ul li:nth-of-type(13), .key-details-open .key-details ul li:nth-of-type(14), .key-details-open .key-details ul li:nth-of-type(15), .key-details-open .key-details ul li:nth-of-type(16) {
		display: block;
	}
.key-details-open .key-details-toggle i {
	display: inline;
	font-style: normal;
}
.key-details-open .key-details-toggle b {
	display: none;
}
*/
/*.entry-content p:first-of-type {
	background: rgba(255,255,255,0.7);
}*/



.product-description ul {padding:0; margin-top: 0.2em !important; margin-bottom: 1em !important;  font-size: 17px !important;
    margin-right: 1em !important;
    padding-left: 1em !important;}
.product-description li { margin-bottom:0.6em; margin-left: 1.8em; border:0px solid red; list-style:disc;}



.gallery {
	box-shadow: 0 0 1em 0 rgba(0,0,0,0.2);
	border-radius: 0.3em;
	padding: 2em;
	margin: 2em 0 3em 0;
}
	.gallery h2 {
		margin-top: 0;
		position: relative;
		padding-left: 1em;
		font-size: 1.8em;
    	text-transform: uppercase;
	}
	.gallery h2:before {
		content: "\f030";
		font: 0.7em fontawesome;
		position: absolute;
		left: 0;
		bottom: 0.2em;
		color: #ccc;
	}
	.gallery ul {
		list-style: none;
		padding: 0;
		margin: 0 -10px;
	}
		.gallery li {
			clear: none;
			padding: 5px; list-style: none;
		}
			.gallery li:nth-of-type(3n+1) {
				clear: left;
			}
			.gallery li img {
				width: 100%;
			}


@media (max-width: 870px) {
	.entry-header h1 {
		margin-bottom: 1em;
	}
}
@media (min-width: 1280px) {
	.gallery {
		/*margin-left: -10em;*/
		margin-left: 0em;
	}
}


/* Login */
.headersf h1, .headersf p {
	color: white;
    position: relative;
    padding-top: 2em;
}
#login {
	width: 30em;
    height: 57em;
    margin-top: 20px;
    margin-left: 0;
    padding: 3em;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -30em 0 0 -15em;
    z-index: 9999;
}
	.login-page:before {
		content: '';
	    background: url(../img/data_background.png) no-repeat;
	    background-size: 100%;
	    display: block;
	    position: fixed;
	    left: 0;
	    right: 0;
	    top: 50%;
	    height: 80em;
	    margin-top: -36em;
	    opacity: 0.6;
	    z-index: 0;
	}
	#login h1 {
		text-align: center;
    	margin: 0;
	}
		#login h1 a {
			display: block;
			margin: 0 auto 1em auto;
		}
			#login h1 img {
				width: 5em;
			    display: block;
			    margin: 0 auto;
			}
	#login p {
		border: none;
	}
	#login label, #login input {
		width: 100%;
		display: block;
	}
	#login input {
		margin-top: 0.3em;
	}
	#login .captcha {
		margin: 4em -3.4em 0.5em -3.4em;
	    padding: 2em 2.7em 4em 2.7em;
	    background: #010324;
	    font-size: 0.8em;
	    color: white;
	}
		#login .captcha p {
			padding: 0;
    		min-height: 2.5em;
    		color: white;
		}
		#login .captcha strong {
			font-size: 1.6em;
		}
		#login .captcha input[type="text"] {
			display: inline;
		    width: 60%;
		    font-size: 1em;
		    position: relative;
    		top: -1em;
		}
	#login .forgetmenot {
		min-height: 0;
	}
	#login .forgetmenot input {
		display: inline-block;
    	width: auto;
    	position: relative;
    	top: -0.2em;
	}
	#login input[type="submit"] {
		text-align: center;
	    background: orange;
	    transition: all 0.4s ease-in-out;
	    padding: 0.8em;
	    border-radius: 2em;
	    border: none;
	    box-shadow: 0.05em 0.05em 0.5em 0 rgba(0,0,0,0.2);
	    border-bottom: solid 1px rgba(0,0,0,0.2);
	    cursor:pointer;
	}
	#login input[type="submit"]:hover {
		background: #010324;
	}
	.login-page a {
		font-size: 1em;
		text-transform: none;
	}
	#login-page #nav, #backtoblog {
		margin-top: 3em;
	    font-size: 1.6em;
	    text-align: center;
	    min-height: 0;
	}


/* Home alterations */
.site-header, .topnav.site-header {
	padding-bottom: 0;  
}


.newsletter-cta, .webinar-cta2 {padding-top: 1em;} 
.b2c .newsletter-cta, .b2c .webinar-cta2 {padding-top: 0em;} 

	#navbarSupportedContent {
		margin: 0.5em 0 0 0;
	}
	.nav-link {
		font-weight: normal;
	}

	nav ul li a:hover {
		color: white;
	}
	.add-company {
		/*position: absolute;
		right: 0;*/
	}
		.add-company a {
			background: #047aff;
		}

.mputop {
	margin-bottom: 0;
	border-bottom: none;
	background: #ebebeb;
}
.site-logo {
	text-align: center;
	padding-bottom: 2em;
}
	.site-logo img {
		margin: 3em auto 0 auto;
		width: 20em;
	}
	
	.b2c .site-logo img {
   width: 20em;
margin: 3em auto 0 auto;
}
	
.b2c .newsletter-cta img {
    float: right;
    margin: -2em 0 0 2em;
    width: 6em;
}
	
.header-promo {
	padding-top: 2em;
}
	.header-promo a {
		color: #0098f1
	}
		.header-promo span {
			font-size: 1.4em;
			display: inline-block;
			width: 65%;
			float: right;
		}
			.header-promo span b {
				display: block;
				font-size: 1.4em;
				font-weight: normal;
				margin-bottom: 0.2em;
			}
		.header-promo img {
			width: 26%;
    		margin: -3em 1em 0 0;
			display: inline-block;
			float: left;
		}
.newsletter-promo {
	text-align: right;
}
	.newsletter-promo img {
		margin: -4.8em 0 0 1em;
	    float: right;
	    width: 21%;
	}
	.newsletter-promo span {
		float: left;
		width: 68%;
	}
.navbg {
	border-top: solid 1px #ededed;
    border-bottom: solid 1px #ededed;
}
nav ul li {
	margin-right: 0;
}

.search-toggle {
	cursor: pointer;
}
	nav .fa-search {
		color: white;
	}

#latest-news, #latest-news-new {
	margin: 0 !important;
}

.medium_title .title {
	margin-bottom: 0;
}
.projecthome {
	background: none;
}

.opinion h4 {
	font-size: 1.6em;
}

.industry-overview {
	padding-top: 2em;
    height: 100px;
    background: #010326;
    overflow: hidden;
}
	.industry-overview .row {
		padding-right: 15px;
		padding-left: 15px;
	}
.ticker {
	height: 240px;
	padding-top: 2em;
}
#row2 {
	margin-top: 0;
	padding-top: 3em;
	padding-bottom: 3em;
	background: #080a3c;
	position: relative;
}
	#row2 .container {
		z-index: 99;
		position: relative;
	}
	#row2:after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background: #010326;
		transition: top 0.5s ease-in-out;
	}
	.reached-row2 #row2:after {
		top: 100%;
	}
	#row2 .heading-section span {
		background: #080a3c;
		color: #3a89fc;
		z-index: 999;
    	position: relative;
	}
	#row2 .heading-section:before {
		border-top: solid 1px rgba(255,255,255,0.4);
		z-index: 9;
	}
	#row2 .medium_title {
		background: #080a3c;
	}
	#row2 a {
		color: white;
	}
	#row2 .thenews h3:before {
		color: white;
	}
	#row2 .medium_title .title {
		color: white;
	}
	#row2 .popular li a {
		background: #010425;
	}
	#row2 .popular li:first-of-type a {
		background: #010425;
	}
		#row2 .popular li:first-of-type a:before {
			color: white;
		}


#row2 .popular li a {
	transition: all 2s ease-in-out;
	background: #3a89fc;
}
#row2 .popular li:nth-of-type(5) a {
	transition: all 0.6s ease-in-out;
}
#row2 .popular li:nth-of-type(4) a {
	transition: all 0.9s ease-in-out;
}
#row2 .popular li:nth-of-type(3) a {
	transition: all 1.3s ease-in-out;
}
#row2 .popular li:nth-of-type(2) a {
	transition: all 1.6s ease-in-out;
}
.reached-row2 #row2 .popular li a {
	background: #010425;
}
.reached-row2 #row2 .popular li:first-of-type a {
	background: #3a89fc;
}


.navbg {
    background: #12155c;
    border: none;
}
.single .navbg, .category .navbg {
	padding: 1em;
/*	height: auto;*/
}
.mputop {
    margin-bottom: 0;
    border-bottom: none;
    background: #080a3c;
    padding: 2em 0;
	width: 1280px;
    margin: 0 auto;
    max-width: 100%;

}
	#latest-news{
		margin: 0 0 3em 0;
		padding: 4em 0;
		background: #010425;
		position: relative;
		overflow: hidden;
	}
	
	 #latest-news-new {
		margin: 0 0 3em 0;
		padding: 4em 0;
				position: relative;
		overflow: hidden;
	}
		#latest-news .row {
			z-index: 9;
    		position: relative;
		}
		#latest-news .energy-spheres {
			position: absolute;
			left: 0;
			top: -400px;
			right: 0;
			bottom: -400px;
			display: block;
			background: url('/cb2b/img/energy-dots.png') repeat-y center center;
			background-size: 80%;
			opacity: 0.5;
			transition: opacity 2s ease-in-out, background-size 2s ease-in-out;
		}
		.loaded #latest-news .energy-spheres {
			background-size: 100%;
			opacity: 0.1;
		}
		#latest-news span.data, #row2 span.data {
			color: white;
		}
		#latest-news h1, #latest-news-new h1 {
			display: block;
		    width: 100%;
		    text-transform: uppercase;
		    color: white;
		    font-size: 1.8em;
		    text-align: center;
		    margin: 0 0 2em 0;
		    position: relative;
		}
			#latest-news h1:before, #latest-news-new h1:before {
				content: '';
				position: absolute;
				top: 50%;
				left: 50%;
				right: 50%;
				height: 1px;
				background: rgba(255,255,255,0.5);
				display: block;
				transition: all 4s ease-in-out;
			}
			.loaded #latest-news h1:before, #latest-news-new  h1:before {
				left: 20%;
				right: 20%;
				background: rgba(255,255,255,0.5);
			}
			#latest-news h1 span, #latest-news-new  h1 span{
				background: #010425;
				display: inline-block;
				padding: 0 1em;
				z-index: 9;
				position: relative;
			}
		#latest-news .col-lg-8 {
			padding-left: 15px;
			padding-right: 15px;
		}
			.news-box-big {
				overflow: visible !important;
			}

.heading-section:before {
	bottom: auto;
}
.big_title {
	padding: 3em;
	background: #080a3c;
	left: -3em;
}
	.big_title .title {
		margin-top: .2em;
		color: white;
	}
	.big_title p, .news-box-big:hover p {
		font-size: 1.6em;
		color: rgba(255,255,255,0.8);
	}
	.big_title .button {
		margin-bottom: 2em;
	}
#latest-news .article-image {
	overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
#latest-news .medium_title {
	background: #010326;
}
	#latest-news .medium_title h2 {
		color: white;
	}
.news-box-big img {
	margin: 0;
	width: 100%;
}

.news-box-medium {
	position: relative;
	top: 0;
	transition: all 0.3s ease-in-out;
}
	.news-box-medium:hover {
		box-shadow: 0 0 2em 0 rgba(0,0,0,0.2);
		top: -0.5em;
	}
	#latest-news .news-box-medium:hover {
		box-shadow: 0 0 2em 0 rgba(0,0,0,0.8);
		top: -0.5em;
	}
	.medium_title {
		padding: 2em 2em 0 0;
		border: none;
	}
		.latest-news .medium_title h2.title {
			font-size: 1.8em;
			padding: 5em 0 0 0;
			color: white;
			margin-top: -5em;
		}

.news-box-big, .medium-news {
	position: relative;
}
.cuttingimage {
    overflow: visible;
}

.big_title {
	transition: height 0.4s ease-in-out, box-shadow 1.3s ease-in-out;
	height: 16em;
}
	.big_title:before {
		content: '';
		position: absolute;
		top: -1em;
		left: 0;
		width: 0px;
		height: 0.4em;
		background: #0198F9;
		display: block;
		transition: all 1s ease-in-out;
	}
	.big_title .article-category {
		display: inline-block;
	}
.news-box-big:hover {
	box-shadow: 0 0 3em 0 rgba(0,0,0,0.4);
}
	.news-box-big:hover .big_title:before {
		width: 100%;
	}
	.news-box-big:hover .big_title {
		height: 40em;
		box-shadow: 0 0 4em 0 rgba(0,0,0,0.6);
	}
.news-box-big:hover .big_title .button a {
	padding: 1em 4em .9em 1em;
	position: relative;
	margin-top: 2em;
	background: #0198f1;
}
	.news-box-big:hover .big_title .button a:hover {
		background: #ffd200;
		color: black;
	}
	.news-box-big:hover .big_title .button a:after {
		content: "\f105";
		font: 1em fontawesome;
		position: absolute;
		right: 1em;
		color: white;
		top: 1.15em;
	}
	.news-box-big .firstp {
		opacity: 0;
		transition: opacity 0.4s ease-in-out;
	}
	.news-box-big:hover .firstp {
		opacity: 1;
	}

	/*.news-box-big:before, .medium-news:before {
		content: '';
	    position: absolute;
	    left: 0;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    display: block;
	    background: #0198f1;
	    background: -moz-linear-gradient(45deg, #ffd200 0%, #010324 100%);
	    background: -webkit-linear-gradient(45deg, #ffd200 0%,#010324 100%);
	    background: linear-gradient(45deg, #ffd200 0%,#010324 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0198f1', endColorstr='#010324',GradientType=1 );
	    opacity: 0.4;
	    z-index: 9999;
	}*/

.heading-section span {
	font-size: .5em;
    font-family: "Open Sans";
    text-transform: uppercase;
}

.home .thenews h3 {
	font-size: 1.6em;
}
#latest-news .medium_title {
	background: #010425;
}

.mostread {
	padding-left: 15px;
}
	.home .popular {
		width: 100%;
	}

.home .newsletter-box .container {
	padding: 0 2em;
}

#row3 {
	position: relative;
}
	#row3 .container {
		position: relative;
		z-index: 999;
	}
	#row3:after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #3a89fc;
		transition: left 0.4s ease-in-out;
	}
	.reached-row3 #row3:after {
		left: 100%;
	}
	#row3:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #ffd200;
		transition: bottom 0.5s ease-in-out;
		transition-delay: 0.3s;
	}
	.reached-row3 #row3:before {
		bottom: 100%;
	}
	#row3 .col-lg-4 {
		padding-right: 15px;
	}
	#row3 .medium_box {
		margin-left: 0;
	    margin-bottom: 15px;
	}
	.newsletter-box {
		margin-left: 0;
		margin-top: 3em;
		transition: margin 0.5s ease-in-out;
		transition-delay: 0.6s;
		overflow: visible;
	}
		.newsletter-box:before {
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			height: 0.3em;
			width: 0;
			transition: all 0.8s ease-in-out;
			display: block;
			background: #ffd200;
		}
		.newsletter-box:after {
			content: 'Stay in the loop';
			font: 1em "Open Sans", helvetica, arial, sans-serif;
			text-transform: uppercase;
			position: absolute;
			right: -2em;
			top: 0;
			padding: 0.5em;
			transition: all 0.4s ease-in-out;
			transition-delay: 0.8s;
			display: block;
			background: #ffd200;
			opacity: 0;
			color: #010327;
		}
		.reached-row3 .newsletter-box:after {
			right: -5em;
			display: block;
			opacity: 1;
		}
	.reached-row3 .newsletter-box:before {
		width: 100%;
	}

#row4 {
	background: #010327;
	padding: 0 0 3em 0;
}
	#row4:before {
		background: none;
	}
	#row4 .heading-section span, #row4 a {
		color: white;
		transition: all 0.4s ease-in-out;
	}
		#row4 a:hover {
			color: #ffd200
		}
	#row4 img {
		max-width: 100% !important;
	}

#row4 .medium_box {
	margin-left: 0;
}
	#row4 .medium_h4 {
		width: 100%;
		position: relative;
		padding-left: 3em;
		margin: 0 0 1em 0;
	}
		#row4 .medium_h4:before {
			content: "\f1c1";
			font: 1.8em fontawesome;
			position: absolute;
			left: 0;
			top: 0;
		}
		#row4 .heading-section:before {

		}

#row4 .videos-feature .heading-section {
	margin-bottom: 1em;
}
.videos-feature .video-grid {
	padding-left: 3em;
}
.news-box-medium img {
	margin-left: 0;
}

.az-heading {
	font-size: 5em;
    color: #010225;
    margin: 0 0 1em 0;
}
.inputaz {
	margin-top: 1em;
}
.box1, .box2, .box3, .box4, .box5, .box6 {
	background: none;
}

@media (max-width: 640px) {
	.news-box-big {
		width: 100% !important;
	    margin: 0 !important;
	    max-height: 108em;
	}
		.news-box-big img {
			min-width: 0;
		}
		.big_title {
			position: static;
			margin: 2em 0 0 0;
			padding: 2em 0 0 0;
		}
}
@media (max-width: 990px) {
	#latest-news .news {
		position: relative;
    	z-index: 9999;
	}
}
@media (min-width: 1600px) {
	.container {
		max-width: 1340px;
	}
}
/*
@media (min-width: 870px) {
	.headline-col {
		padding-left: 5em;
	}
}
*/


/* Site header vertical responsiveness / Shorter site header  
.single .header-ctas, .category .header-ctas, .project .header-ctas, .whitepaper-download .header-ctas, .sf-page .header-ctas {
		display: none;
	}*/
	.post-type-archive-projects .header-ctas { display:block;}
	
/*.single .navbar .container, .category .navbar .container, .project .navbar .container, .whitepaper-download  .navbar .container, .sf-page .navbar .container, .category .navbar .container {
	padding-left: 9.8em !important;
	max-width: 100%;
}*/


	.small-site-logo {
		display: none;
	}
	.single .small-site-logo, .category .small-site-logo, .project .small-site-logo, .whitepaper-download .small-site-logo, .sf-page .small-site-logo {
		width: 14em;
	    height: 6em;
	    display: block;
	    position: absolute;
	    top: 0;
	    left: 0;
	    display: block;
	}
		.single .small-site-logo a, .category .small-site-logo a, .project .small-site-logo a, .whitepaper-download .small-site-logo a, .sf-page .small-site-logo a {
			display: block;
			padding: 1.2em;
		}
			.single .small-site-logo a img, .category .small-site-logo a img, .project .small-site-logo a img, .whitepaper-download .small-site-logo a img, .sf-page .small-site-logo a img {
				margin: .4em 0 0 1em;
				max-width: 12em;
			}
/*
	.single .nav-link, .category .nav-link, .project .nav-link, .whitepaper-download .nav-link, .sf-page .nav-link {
		padding: 1.5em 1em;
	}*/
		.single .nav-link a, .category .nav-link a, .project .nav-link a, .whitepaper-download .nav-link a, .sf-page .nav-link a {
			transition: all 0.4s ease-in-out;
		}
			.single .nav-link a:hover, .category .nav-link a:hover, .project .nav-link a:hover, .whitepaper-download .nav-link a:hover, .sf-page .nav-link a:hover {
				color: white;
			}

@media (max-height: 750px) {
	.mputop {
		position: relative;
	}
	.site-header {
		box-shadow: 0 0 2em 0 rgba(0,0,0,0.1);
	}
	.header-ctas {
		padding: 1em 2em 0 2em;
	} 
.b2c .header-ctas {
  padding: 3em 15px 1em 15px; }
	.header-cta small {
		visibility: hidden;
		position: absolute;
		bottom: -1em;
		opacity: 0;
		padding: 1em;
		background: #010425;
		color: white;
		transition: all 0.4s ease-in-out;
		width: 25em;
    	text-align: left;
	}
	.newsletter-cta small {
		right: 0;
	}
	.header-cta small:before {
		content: '';
		position: absolute;
		top: -1em;
		left: 2em;
		border-bottom: solid 1em #010425;
		border-left: solid 1em transparent;
		border-right: solid 1em transparent;
	}
	.header-cta:hover small {
		opacity: 1;
		visibility: visible;
		bottom: -3em;
		z-index: 9999;
	}
	.header-cta img {
		width: 3em;
		margin: -0.5em 1em 0 0;
	}
	.newsletter-cta img {
		margin: -1em 0 0 1em;
	}
	.site-logo img {
		margin: 1em auto 0 auto;
		width: 14em;
	}
	#navbarSupportedContent {
		margin: 0;
		/*padding: 1.3em 0;*/
	}
	.navbg {
		z-index: 999;
		padding: 0;
    	height: auto;
	}

	.entry-header {
	    padding-top: 6em;
	}
	.entry-header h1 {
		font-size: 3em; 
    margin-bottom: 1em;
	}
	.entry-header .article-date {
		font-size: 1.4em;
	}
	.entry-header .article-category a {
		font-size: 1.4em;
	}
}
@media (max-height: 600px) {
	.header-ctas {
		display: block;
	}
	
.whitepaper .header-ctas {
		display: block;
	}
	
	.navbar .container {
		padding-left: 18em;
		max-width: 100%;
	}
		/*.navbar .container:before {
			content: '';
			background: url("/cb2b/img/compeloenergylogo.png") no-repeat;
			background-size: 80%;
			width: 14em;
			height: 2.1em;
			display: block;
			position: absolute;
			left: 2em;
			top: 1.7em;
			background-color: white;
			padding: 3em;
			top: 0;
			left: 0;
			background-position: center center;
		}*/

		.nav-link {
			padding: 1.5em 1em;
		}
}
.entry-header .continue {
	display: none;
}
@media (min-height: 960px) {
	.single .entry-header, .project .entry-header {
		padding: 14% 0 12% 0;
	}
		.single .entry-header h1, .project .entry-header h1 {
			font-size: 4.6em;
			margin: 0 0 0.4em 0;
		}
		.entry-header .continue {
			display: block;
			margin: 0em 0 0 0;
		}
			.entry-header .continue a {
				padding: 1em 4em .9em 1em;
				text-align: left;
				position: relative;
				animation-name: continue;
				animation-duration: 2s;
				animation-iteration-count: infinite;
			}
				.entry-header .continue a:after {
					content: "\f107";
					font: 1em fontawesome;
					position: absolute;
					right: 1em;
					top: 50%;
					height: 1em;
					margin-top: -0.5em;
					animation-name: continue;
    				animation-duration: 2s;
    				animation-iteration-count: infinite;
				}
				@keyframes continue {
					0%   {background-color: #010326;}
				    50%  {background-color: #007bff;}
				    100%   {background-color: #010326;}
				}

	.related-headline {
		margin-top: 7em;
	}
		.related-headline:before {
		    margin-top: 7em;
		}
	.headline-reached .related-headline {
		margin-top: 0em;
	}
		.headline-reached .related-headline:before {
		    margin-top: 0em;
		}
}
@media (max-width: 768px) {
	.header-cta {
		display: none;
	}
}

/* TEST Chris */


@media (min-width: 870px) {

.entry-content .whitepaper-promo:before {
			content: "\f15c";
		    font: 7em fontawesome;
		    position: absolute;
		    left: -1.2em;
		    top: 0.15em;
		    color: #e4e4e4;
		}
		.entry-content .promo h3 {
			font-size: 1.4em;
			background: none;
			padding-left: 0;
		}


}

@media (max-width: 400px) {
.about-whitepapers h2 {font-size: 38pt; width: 240px; }

.newsletter-box .container{ padding:0; padding-right:0px;
padding-left: 0px;}
.category-header .search-box input[type="search"], .category-header .search-box button, .category-header .search-box #sf_submit { width:100% !important;}
.category-header .search-box input[type="submit"] {  
   top: 0.1em;
left: -0.2em;
}
.category-header .sort-by label {width: 100%;
text-align: center;
margin-bottom: 0.5em; }
.category-header .sort-by .select  {width: 100%;}

}
@media (max-width: 480px) {
 .entry-content .email-capture form input { width:100%; margin-bottom: 0.5em;}
 .entry-content .email-capture form input[type="submit"]{width: 45%;} 
} 
@media (max-width: 768px) { 
.search-box h2 { display:none;}}
.related li h4 {
        margin: 0.0em 0 0.8em 1em;
}
.related .article-category { margin-left:0;}


@media (max-width: 759px) {
.entry-header {
padding-bottom: 12em !important;
}} 

#events_tab form p {border-top: solid 0px rgba(0,0,0,0.1);} 

.sf-field-search form label{	
	width:100%;
}
.sf-field-search .sf-input-text {padding: 0.65em; }
#events_tab  form span.wpcf7-list-item { margin:0; } 

/*.container { overflow:hidden;}*/
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-spam-blocked{ border:0 !important;}

.wp-core-ui .button-primary-disabled, .wp-core-ui .button-primary.disabled, .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary[disabled] {
    text-align: center;
    background: orange !important;
    transition: all 0.4s ease-in-out;
    padding: 0.8em;
    border-radius: 2em;
    border: none;
        border-bottom-width: medium;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
    box-shadow: 0.05em 0.05em 0.5em 0 rgba(0,0,0,0.2) !important;
    border-bottom: solid 1px rgba(0,0,0,0.2) !important;
  color:#333 !important;
} 

#events_tab form p { padding-top:0.8em;}
/*{ max-height:42em !important; }*/

/*.single .small-site-logo a img, .category .small-site-logo a img, .project .small-site-logo a img, .whitepaper-download .small-site-logo a img, */.sf-page .small-site-logo a img {
    margin: .4em 0 0 1em;    max-width: 12em; }
/*.single .navbar .container, .category .navbar .container, .project .navbar .container, .whitepaper-download .navbar .container, */ .sf-page .navbar .container {
    padding-left: 18em;     max-width: 100%; }
	
.sf-page .navbar .container  { padding-left: 2em;}
.sf-page .navbar .container .megamenu .container  {padding:0 12em;    }
.sf-page .navbar .add-company { position:absolute; right:0;}

.post-author { display:none;}


.post-175276.type-page {line-height: 1.5;}
.category-content .article-list .share-compelo ul li { border:0px solid red; padding: 0em 0; margin: 0;}
.category-content .article-list .share-compelo ul li i { font-size:1.8em;}
.t_c_content { line-height:1.5;}
.t_c_content strong { font-weight: bold;}
.normal_post { margin:2em 3em;}
.secondary-article-list li img {
  float: left;
  width: 100%; }



  /* In article related headline / Related article / Related Post Chris Boyle 15/5/2018 */
.in-article-related-headline {
	width: 50em;
	max-width: 100%;
}
	.in-article-related-headline h3 {
		display: block;
	}
	.entry-content .in-article-related-headline p:first-of-type {
		margin: -0.4em 0 0.5em 0;
	}
		.entry-content .in-article-related-headline p a {
			text-decoration: none;
		}

@media (min-width: 400px) {
  .in-article-related-headline .article-image {
  	float: left;
  	width: 25%;
  }
  .in-article-related-headline .article-text {
  	float: right;
  	width: 70%;
  }
}

.post-full-content p:first-of-type { font-size: 1.8em; margin-bottom: 0.3em;} 
.entry-content p#start:first-of-type { font-size:2.1em !important; margin-bottom: 1.5em;}

.wraper-newsletter.email-capture {background:#fff;}
.wraper-newsletter.email-capture form input[type="checkbox"] { margin:0.3em 0.5em 0.3em 0 !important;}
.wraper-newsletter.email-capture form input, .wraper-newsletter.email-capture  form .select { float:left;}
.wraper-newsletter.email-capture p.terms-conditions span {font-size: 1.0em;
line-height: 1.3;}
.wraper-newsletter.email-capture #pr_trm span{font-size: 0.8em;
line-height: 1.5;}
.wraper-newsletter.email-capture p.terms-conditions span a{ color: #3a89fc;}
.wraper-newsletter.email-capture p.terms-conditions {
    width: 100% !important; color: #333; border:0;
}

.wraper-newsletter.email-capture form input.btn.btn-on-dark  { background: #f8d448; margin-top:1.5em;}
/*Bullet points using tags going missing css*/
.storefrontcontent ul li {
    list-style: disc;
}
.storefrontcontent ul {
    margin-left: 7%;
}