/*
Theme Name: LeadingEdge
Author: Arthaus Visual Communications Ltd
Author URI: http://www.arthaus.co.uk/

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
  
/* == General styling == */
.home section { background: #fff; }

a, a img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a:hover { text-decoration: none; }

section {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center 0;
	position: relative;
	margin-bottom: 330px;
	z-index: 1;
}


.navbar-right li span {
	font-size: 17px;
	font-weight: 400;
}

section:after {
	background: #f1f3f4;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 300px;
	z-index: 1;
}
.home section:after { background: none; position: static; }

.container.content-wrap { margin-bottom: 30px; position: relative; z-index: 9; }

.content-area {
	background: #fff;
	padding: 15px 20px 0px;
	position: relative;
	margin-bottom: 30px;
	/*width: 100%;*/
}

.pull-left { margin: 0 20px 0 0; }

img.pull-right { margin: 10px 0 0 20px; }

.whitepaperForm {
    padding-top: 20px;}

	
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img { width: auto; }

.partners-tools {
	padding-left: 20px;
	padding-bottom: 20px;
}

.aboutus-tools {
	padding-right: 20px;
	padding-bottom: 15px;
	padding-top: 10px;
}


.nopadding {
	padding-left: 0;
	padding-right: 0;
}

.intro-text { text-align: center; padding: 0 0 33px 0; width: 47%; margin: 0 auto; }

@media screen and (max-width: 700px) {
	.intro-text { width: 90% !important; } 	
}

.intro-text h1 { color: #f97700; font-size: 35px; }

.tp-caption h2 {
	color: #1C1B2A;
	font-size: 48px;
	line-height: 20px;
	font-weight: 300;
	margin: 44px 0 30px;
	padding: 30px 0 0 26px;
}


/* == navigation styling == */
.topnav {
	background: #1d1b2a;
	color: #fff;
	font-size: 19px;
	font-weight: 200;
}

.socialnav ul {
	margin: 5px 0;
	float: right;
}

.socialnav ul li {
	display: inline-block;
	margin-left: 10px;
}

.topnav a .fa {
	color: #fff;
	opacity: .4;
	filter: alpha(opacity=40);
	transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	margin: 0 4px;
}
.topnav a:hover .fa {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
}

.subnav {
	background-color: rgba(64,222,236,.6);
	border: 1px solid #40deec;
	border-top: none;
	border-radius: 0 0 4px 4px;
	margin: 0;
	padding: 0;
}
.dark-blue-theme .subnav {
	background-color: rgba(0,73,125,.6);
	border-color: #36709c;
}
.green-theme .subnav {
	background-color: rgba(0,180,166,.6);
	border-color: #34c6bf;
}
.red-theme .subnav {
	background-color: rgba(236,64,125,.6);
	border-color: #e45a91;
}

.subnav li {
	display: inline-block;
}

.subnav li a {
	border-right: 1px solid #40deec;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	margin: 5px 0;
	padding: 0 10px;
}
.subnav li:last-child a { padding-right: 0; }
.dark-blue-theme .subnav li a { border-right: 1px solid #36709c; }
.green-theme .subnav li a { border-right: 1px solid #34c6bf; }
.red-theme .subnav li a { border-right: 1px solid #e45a91; }

.navbar-nav li.current-menu-item a,
.navbar-nav li.current-page-ancestor a { border-bottom: 2px solid; color: #000; }
.blue-theme .navbar-nav li.current-menu-item a,
.blue-theme .navbar-nav li.current-page-ancestor a { border-color: #3cabd6; }
.green-theme .navbar-nav li.current-menu-item a,
.green-theme .navbar-nav li.current-page-ancestor a { border-color: #38a291; }
.yellow-theme .navbar-nav li.current-menu-item a,
.yellow-theme .navbar-nav li.current-page-ancestor a { border-color: #b9ab00; }
.red-theme .navbar-nav li.current-menu-item a,
.red-theme .navbar-nav li.current-page-ancestor a { border-color: #C41E4E; }
.purple-theme .navbar-nav li.current-menu-item a,
.purple-theme .navbar-nav li.current-page-ancestor a { border-color: #5f437e; }
.orange-theme .navbar-nav li.current-menu-item a,
.orange-theme .navbar-nav li.current-page-ancestor a { border-color: #f87600; }

.subnav li a:hover {
	text-decoration: none;
	opacity: .8;
	filter: alpha(opacity=80);
}

.subnav li:last-child a { border-right: none; }

.navbar-toggle { 
	border-color: #999;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	background-color:#000;
	margin: 16px 15px 0;
}
.navbar-toggle span { background-color:#999; }

/* Small devices (tablet to desktop, 768px to 992px) */
@media (min-width: 768px) and (max-width: 992px) {
	.navbar { min-height: 100px; }
	.navbar-brand img { height: 75px; }
	.navbar-nav > li > a {margin: 22px 12px 22px 0; font-size:11px; }
}




/* == buttons == */
.btn {
	background: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #0097C8;
	font-size: 13px;
	padding: 5px 12px;
	text-transform: uppercase;
}

.btn-extra {
	color: #fff;
	background: #39A1FF !important;
}

.btn-extra:hover {
	color: #39A1FF;
	background: #fff !important;
	
}


.btn-slide {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff !important;
	background: #FF7900;
	font-size: 14px;
	padding: 5px 12px;
	text-transform: uppercase;
}

.btn-slide:hover {
	color: #FF7900 !important;
	background: #fff;
	
}


.btn.white-blue {
	background: #fff;
	color: #0097C8;
}


.btn.blue {
	background: #0097C8;
	color: #fff;
}
.btn.blue:hover {
	color: #0097C8;
	background: #fff;
}

.btn.grey {
	background: #adb8be;
	color: #fff;
}
.btn.grey:hover {
	color: #adb8be;
	background: #fff;
}

.btn.orange {
	background: #f97700;
	color: #fff;
	padding: 2px 10px; 
	font-size: 13px;
}

.btn.orange:hover {
	background: #EEEBDA;
	color: #f97000;
}

/*.green-theme section .btn { background: #27a091; }*/

/*.green-theme section .btn:hover { color: #27a091; }*/


/* == home slide styles == */

.caption-inner {
	background: #fff;
	position: relative;
}

/* == box adverts == */	
.box-square {
	border: 2px solid #fff;
	color: #fff;
	margin: 30px 0;
	height: 190px;
	padding: 0 !important;
	text-align: center;
	overflow: hidden;
}

.box-square img {
	margin: -90px 0 18px;
	height: 55px;
}

.box-square h3 {
	padding-top: 18px;
	padding-bottom: 10px;
}

.box-square img, .box-square h3 {
	
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	
}

.box-square:hover img {
	height: 0px;
	margin: 0;
	display: none;
}

.box-square.yellow-square {
	background: #FB902F; /* Old browsers */
	background: -moz-linear-gradient(top,  #FB902F 0%, #C25D01 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FB902F), color-stop(100%,#C25D01)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FB902F 0%,#C25D01 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FB902F 0%,#C25D01 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FB902F 0%,#C25D01 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #FB902F 0%,#C25D01 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FB902F', endColorstr='#C25D01',GradientType=0 ); /* IE6-9 */
}

.box-square.blue-square {
	background: #48acd2; /* Old browsers */
	background: -moz-linear-gradient(top,  #48acd2 0%, #23789e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#48acd2), color-stop(100%,#23789e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #48acd2 0%,#23789e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #48acd2 0%,#23789e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #48acd2 0%,#23789e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #48acd2 0%,#23789e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48acd2', endColorstr='#23789e',GradientType=0 ); /* IE6-9 */
}

.box-square.grey-square {_
	background: #9f9daa; /* Old browsers */
	background: -moz-linear-gradient(top,  #9f9daa 0%, #6c6a77 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9f9daa), color-stop(100%,#6c6a77)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9f9daa 0%,#6c6a77 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9f9daa 0%,#6c6a77 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9f9daa 0%,#6c6a77 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9f9daa 0%,#6c6a77 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f9daa', endColorstr='#6c6a77',GradientType=0 ); /* IE6-9 */
}


.box-square h3 { font-size: 30px; margin: 0 0 4px; }
.box-square:hover h3 { font-size: 28px; padding-bottom: 5px; padding-top: 15px; }


/* Hover styles when user hovers over entire panel  */ 
.box-square:hover .square-inner {
	margin-bottom: 20px;
}

.square-inner p {
	opacity: 0;
	padding: 0 20px;
}


.box-square:hover .square-inner p {
	opacity: 1;
	bottom: 0; 
}





/* New media queries */

@media only screen and (min-width: 993px) and (max-width: 1220px) {
	
.box-square h3 { font-size: 25px; margin: 0 0 4px; }
.box-square:hover h3 { font-size: 22px; padding-bottom: 8px; padding-top: 15px; }

.square-inner p {
	opacity: 0;
	padding: 0 20px;
	font-size: 14px;
}


.box-square:hover .square-inner p {
	opacity: 1;
	bottom: 0; 
}


.box-square.grey-square h3 {
	padding-bottom: 30px;
}

.box-square.grey-square:hover h3 {
	padding-bottom: 8px;
}


}


@media only screen and (min-width: 768px) and (max-width: 992px) {
	.box-square h3 { font-size: 22px; margin: 0 0 4px; }
	.box-square:hover h3 { font-size: 20px; padding-bottom: 7px; padding-top: 12px; }
	
	.box-square p {font-size: 12px;}

	.box-square.grey-square h3 {
	padding-bottom: 24px;
	}

	.box-square.grey-square:hover h3 {
	padding-bottom: 5px;
	}
	
	.box-square .btn {
	font-size: 10px;
	}
	
}


@media only screen and (min-width: 300px) and (max-width: 768px) {
	.box-square h3 { font-size: 28px; margin: 0 0 25px; }
	.box-square:hover h3 { font-size: 28px; margin-bottom: 10px; }

	.box-square.grey-square h3 {
	padding-bottom: 24px;
	}

}

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

	.square-inner p {
		opacity: 1;
		margin-bottom: -10px;
		font-size: 14px;

	}
	
	.box-square h3 {font-size: 22px; padding: 10px 0 0 0; margin-bottom: 15px;}
	
	.box-square img {
		margin: -90px 0 18px;
		height: 0px;
	}

	.box-square.grey-square h3 {
	padding-bottom: 0px;
	}


	.box-square:hover .square-inner p {
		opacity: 1;
		bottom: 20; 
	}


}




@media only screen and (min-width: 700px) and (max-width: 1000px) {
	.tp-caption h1 {font-size: 32px !important; padding-bottom: 0px !important;}
	.caption-inner h5 {font-size: 18px;}
}



/* == box ad buttons == */
.box-square.yellow-square .btn {
	background: #843E00;
	color: #fff;
}

.box-square.yellow-square .btn:hover {
	color: #843E00;
	background: #fff;
}

.box-square.blue-square .btn {
	background: #014A61;
	color: #fff;
}

.box-square.blue-square .btn:hover {
	color: #014A61;
	background: #fff;
}

.box-square.grey-square .btn {
	background: #484951;
	color: #fff;
}

.box-square.grey-square .btn:hover {
	color: #484951;
	background: #fff;
}



/* == latest news carousel == */
.latest-news {
	background: #ebecef;
	text-align: center;
	padding-bottom: 10px;
}

.latest-news h3 { margin: 15px 0 8px; }

.latest-news h5 { color: #666; margin: 5px 0; }


/* == RESPONSIVE latest news carousel == */

@media only screen and (min-width: 0px) and (max-width: 999px) {
	
	.latest-news h3 { font-size: 24px; margin: 15px 0 8px; }

	.latest-news h5 { font-size: 18px; margin: 5px 0; }
		

}




/* == testimonial carousel == */
.carousel-testimonial {
	background: #f8f8f8;
	border-radius: 3px;
	border: 1px solid #e4e4e4;
	margin: 20px 0;
}

.carousel-testimonial .slide-custom {
	margin: 10px 20px 65px;
	position: relative;
}

.carousel-testimonial .slide-custom p {
  font: italic bold 14px Arial, sans-serif;
  color: #0098C5;
  margin-left: 50px;
}



/* == slide revolution == */
.tp-banner-container {
	width:100%;
	position:relative;
	padding:0;

}

.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
	width:100%;
	position:relative;
	padding:0;
}

.tp-caption { margin: 0 15px; }

.tp-caption h1 {
	color: #1C1B2A;
	font-size: 48px;
	line-height: 20px;
	font-weight: 300;
	margin: 44px 0 30px;
	padding: 30px 0 0 26px;
}


.tp-caption h5 { color: #71717A; margin-bottom: 30px; padding: 0 20px 30px 26px;}

.tp-bullets.hidebullets { opacity: 1; }

.tp-bullets.simplebullets.round .bullet {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	height: 15px;
	margin: 6px;
	opacity: 1;
	width: 15px;
	border: 2px solid #fff;
}
.tp-bullets.simplebullets.round .bullet.selected { opacity: 1; background: #fff;}


/* == partners styling == */
.partners {
	background: #aaaab1;
}

.partners ul { padding: 0; margin: 0; }


.partners ul li {
	list-style: none;
	margin: 0;
	padding: 20px 10px;
	width: 100%;
	text-align: center;
}



.partners ul li img,
.partners ul li a {
	margin: 0 auto;
}

.partners ul li a.cif {
	background: url(images/cif-certified.png) 0 bottom no-repeat;
	display: block;
	height: 65px;
	text-indent: -9999px;
	max-width: 136px;
	width: auto;

    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;

}
.partners ul li a.cif:hover { background-position: 0 0; }


.partners ul li.ms-gold a {
	background: url(images/ms-gold.jpg) 0 bottom no-repeat;
	display: block;
	height: 71px;
	text-indent: -9999px;
	max-width: 234px;
	width: auto;

    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;

}

.partners ul li.ms-gold a:hover { 
	background-position: 0 0; 
	background: url(images/ms-gold-hover.jpg) 0 bottom no-repeat;
}


li.ms-gold { width: 21.6% !important; }

/* == resources styling == */
.resource-pages {
	background: #e3e7e9;
	overflow: hidden;
	margin: 20px 0;
}

.resource-inner {
	padding: 0 20px;
}

.resource-pages img {
	float: left;
}

.resource-pages .btn {
	float: right;
	margin-top: 20px;
}

.resource-pages h3 {
	color: #000;
	font-weight: 400;
}

ul.downloads {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

ul.downloads li {
	background: url(images/icon-download.png) 20px center no-repeat #f1f3f4;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 20px 20px 0 75px;
}

ul.downloads li .btn { float: right; }

ul.downloads li h5 {
	margin: 0 0 4px;
}


/* == cta styling == */
.sidebar { padding-right: 0; }
.cta {
	background: #222;
	color: #fff;
	margin: 0 0 15px;
	padding: 0 0 10px;
}

.cta a { color: #fff; text-decoration: none; }

.cta h5 {
	background: #4e4e4e; /* Old browsers */
	background: -moz-linear-gradient(top,  #4e4e4e 0%, #1a1a1a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e4e4e), color-stop(100%,#1a1a1a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4e4e4e 0%,#1a1a1a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4e4e4e 0%,#1a1a1a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4e4e4e 0%,#1a1a1a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4e4e4e 0%,#1a1a1a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4e4e', endColorstr='#1a1a1a',GradientType=0 ); /* IE6-9 */
	color: #fff;
	font-size: 19px;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 12px;
}

.cta h6 {
	font-family: Arial, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 15px 15px 8px;
}

.cta p {
	color: #ddd;
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0 15px 10px;
}


/* == video styling == */
.video-area {
	position: relative;
}

.video-area a {
	background: rgba(0,0,0,.25);
	bottom: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.video-area a:after {
	background: rgba(0, 0, 0, 0.6);
	border: 2px solid #fff;
	border-radius: 45px;
	content: '\f04b';
	font-family: fontAwesome;
	font-size: 38px;
	height: 88px;
	left: 50%;
	line-height: 88px;
	margin: -45px 0 0 -45px;
	padding-left: 31px;
	position: absolute;
	top: 50%;
	width: 88px;
}


/* == login form styling == */
.loginform form { padding-top: 15px; }
.loginform { overflow: hidden; }

.loginform p {
	display: block !important;
	margin: 0 !important;
	max-width: 100% !important;
	padding: 0 10px 20px;
	position: relative;
}
.loginform p.sp-message { padding-bottom: 0 !important; }

p.welcomemsg { padding-top: 10px; }

span.logoutlink { display: block; padding: 0 15px; text-align: right; }

.loginform p label { display: none !important; }

.loginform p .input {
	background: #fff;
	border: none;
	border-radius: 3px;
	color: #777;
	display: block;
	font-weight: 200;
	height: 33px;
	left: 15px;
	line-height: 33px;
	padding: 0 8px;
	right: 15px;
	width: 100%;
	z-index: 1;
}
.loginform p .input:focus {
	background: #fff;
}

.loginform ::-webkit-input-placeholder {
	text-transform: uppercase;
}

.loginform :-moz-placeholder { /* Firefox 18- */
	text-transform: uppercase;
}

.loginform ::-moz-placeholder {  /* Firefox 19+ */
	text-transform: uppercase;
}

.loginform :-ms-input-placeholder {  
	text-transform: uppercase;
}

.loginform .btn {
	float: right;
}

.loginform ul { clear: both; float: right; margin: 0 10px; padding: 0; }


section.case_study h2 {
    border-bottom: 1px solid #ccc !important; 
    padding-bottom: 16px !important;	
	color: #1D1B2A !important;
}

.test { padding: 10px; }

a.big-btn {
    background-color: #F97700;
    color: #fff;
    padding: 10px;
    margin: 10px 0 10px 0;
    display: inline-block;
    border-radius: 10px;
    /* float: right; */
}

.panel2 {
	background-color: #C3C3C3;
    padding: 20px
}

.white-box {
	border: 1px solid #ccc;
    padding: 0px 19px 0px 20px;
 }

.test_right, .test_left { display: block; float: left;}

.test_right { width: 46%; }

.test_right img { float: right; margin-top:  30px; }

.clear { clear: both;}


/* == grid navigation styling == */
.grid { clear: both; margin: 5px 0 0;  }  /* overflow: hidden; was removed */

.grid-nav {
	background: #e3e7e9;
	margin: 0 8px 20px;
	overflow: hidden;
	padding-bottom: 88px;
	position: relative;
	text-align: center;
	z-index: 1;
}
.client-grid.grid .grid-nav { padding-bottom: 50px; }


.grid-featured {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	height: 170px;
	position: relative;
	    -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
}
.black-white.grid-featured {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray; /* IE 6-9 */;
}
.colour.grid-featured { position: absolute; top: 0; left: 0; opacity: 0; }
.grid-nav:hover .black-white.grid-featured { opacity: 0; }
.grid-nav:hover .colour.grid-featured { opacity: 1; }

.grid-featured img { width: 100%;	height: auto; }

.client-grid.grid .grid-featured {
	background-color: #f7f8f8;
	background-size: auto;
	height: 120px;
}

.grid.grid-v2 { text-align: center; }

.grid .col-sm-4:nth-child(3n+1) .grid-nav { margin-left: 0; }
.grid .col-sm-4:nth-child(3n) .grid-nav { margin-right: 0; } 
.grid .col-sm-4:nth-child(3n) .ribbon {margin-right: -8px;}
.grid .col-sm-3:nth-child(4n+1) .grid-nav { margin-left: 0; }
.grid .col-sm-3:nth-child(4n) .grid-nav { margin-right: 0; }

.grid-nav h4 {
	font-weight: 400;
	font-size:23px;
	margin: 15px 0 35px;
}

.grid.grid-v2 h4 {
	background: #44b3a7; /* Old browsers */
	background: -moz-linear-gradient(top,  #44b3a7 0%, #1e8075 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#44b3a7), color-stop(100%,#1e8075)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #44b3a7 0%,#1e8075 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #44b3a7 0%,#1e8075 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #44b3a7 0%,#1e8075 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #44b3a7 0%,#1e8075 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44b3a7', endColorstr='#1e8075',GradientType=0 ); /* IE6-9 */
	color: #fff;
	display: table;
	height: 80px;
	margin: 0;
	padding: 5px 0;
	width: 100%;
}

.grid.grid-v2 h4 strong {
	display: table-cell;
	font-weight: 500;
	vertical-align: middle;
}

.grid.grid-v2 p {
	margin: 15px;
}

.grid-bg-img {
	display: none;
	float: right;
	margin: -15px -20px 20px 0;
	max-width: 200px;
}

.grid.icon { clear: none; margin: 0; }

.grid.icon .grid-nav:hover .consultancy-info {
    top: 0%;
}

@media screen and (min-width: 1200px) {

	.grid.icon:nth-child(5n+2) { margin-left: 8.33333333%; }

}

@media screen and (max-width: 991px) {

	.grid-featured img { max-width: 50% }

}


footer .footer-logo-address	{
	float: right;
	width: 20%;
}

footer .footer-logo-address li {
	list-style: none;
	font-size: 12px;
	line-height: 18px;
	color: #ddd;
	margin-left: -25px;
}

footer .footer-logo-img {
	padding-top: 20px;
}

footer .footer-logo-img img {
	width: 165px;
	margin-top: -17px;
	padding-bottom: 5px;
	padding-left: 14px;
}

footer .navbar-collapse {
	width: 80%;
	float: right;
	padding-top: 20px;
	padding-left: 50px;
}

@media (max-width: 768px) {

	header .sub-menu { display: none;}
	header li.current-menu-item .sub-menu,
	header li.current-page-ancestor .sub-menu { display: block;}

	.navbar-brand { top: 28px; }
	.navbar-brand img { width: 170px; }

	.navbar-header { padding-bottom: 20px; }
	.container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
		margin: 0;;
	}
	.navbar-nav { margin: 0 -15px 20px; }

	.navbar-nav > li > a {
		margin: 0;
		padding: 10px 0;
		border-bottom: 1px solid #e7e7e7;
	}

	.box-square { margin: 0; }

	.subnav { display: none;}

	h1 {font-size: 25px;}

	h5 {font-size: 16px;}

	.grid-nav {margin-bottom: 15px;}


	/* clients page mobile*/
	.client-grid.grid .grid-nav img.visible-xs { display: inline-block !important; margin: 30px 0;}

	.client-grid .client-info,
	.client-grid .client-title, 
	.client-grid .download-link {
		position: static;
	}    

	.client-grid .client-info {
		padding-top: 12px;
		padding-bottom: 16px;

	}

	.client-grid .client-info .download-link {
		display: none;

	}

	.client-grid.grid .grid-nav {
		padding-bottom: 0;
		margin-left: 0;
		background-color: #FBFBFC;
	}

	.grid .col-sm-4:nth-child(3n+1) .grid-nav { margin-left: 8px; }
	.client-grid.grid .col-sm-4:nth-child(3n+1) .grid-nav { margin-left: 0px; }
	.grid .col-sm-4:nth-child(3n) .grid-nav { margin-right: 8px; } 
	.grid .col-sm-4:nth-child(3n) .ribbon {margin-right: 0px;}
	.grid .col-sm-3:nth-child(4n+1) .grid-nav { margin-left: 0; }
	.grid .col-sm-3:nth-child(4n) .grid-nav { margin-right: 0; }


	.latest-news p {
 	   margin: 0 10px 15px;
 	   font-size: 14px;
	}

	.latest-news h5 {
		margin: 0 10px 5px;
 		font-size: 17px;
	}

	/* blog and news mobile */
	.blog_posts .post {
	    width: 295px !important;
	}

	.resource-pages h3 {
		font-size: 22px;
		color: #000;
		font-weight: 400;
	}

	/* contact us */
	.navy-area h3 {
		font-size: 20px !important;
	}

	.cta {
	margin: 0 -15 15px;
	}

	.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    	margin: 0 auto;
	}

	.copyright-area {
 		margin-bottom: 0px;
	}
	.copyright-area p {
 		margin-bottom: 8px;
	}

}

@media (max-width: 992px) {

	header .sub-menu li {
		font-size: 14px;
		text-transform: uppercase;
		list-style: none;
		padding: 10px 0 10px;
	}

	header .sub-menu ul {
		padding-top: 15px;
	}

	.navbar-nav li.current-menu-item a, .navbar-nav li.current-page-ancestor a {
    	border-bottom: 1px solid;
    	border-color: #e7e7e7 !important;
    	color: #666;
	}

	.consultancy-info h4 {font-size: 18px;}
	.consultancy-info p {font-size: 12px;}

	.grid .grid-nav .consultancy-info {
		top: 118px;
		background: #1BACD5;
		color: #fff;
		padding: 0px 20px;
	}

	.grid .grid-nav .consultancy-info h4 {
		font-size: 18px;
	}

	.grid .grid-nav .consultancy-info p {
		margin: -28px 0px;
		line-height: 20px;
	}

	.grid .grid-nav .consultancy-info .btn {
		margin: 35px 0px;
	}

	.grid .grid-nav .consultancy-info img {
	}

	.grey-square {
		margin-bottom: 5px;
	}

	.copyright-area {
    	text-align: center;
	}

	footer .footer-float-right { float: none; }
	footer .footer-float-right ul li {
	  float: none;
	  display: inline-block
	}
	/*footer .footer-float-right ul li a { padding-left: 0; } */

	.copyright-area a {
		padding-left: 10 !important;
		padding-right: 15px !important;
	}

	.latest-news p {
 	   margin: 0 40px 15px; ;
	}


	/* Mobile Call to action extra info */

	.extra-info {
		padding: 10px 40px 10px 30px;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0 -20px;
	}

	.extra-info h6 {
		font-size: 14px;
		padding-right: 130px;
	}

	.extra-info .btn {
	}

	/* == resources styling == */
	.resource-pages {
		margin: 20px 0;
	}

	.resource-inner {
		padding: 0 20px;
	}

	.resource-pages img {
		float: left;
		padding-right: 20px;
		display: none;

	}

	.resource-pages .btn {
		float: right;
		margin-top: 20px;
	}

	.resource-pages h3 {
		color: #000;
		font-weight: 400;
	}

	.inner-footer {
	display: none;
	
	}

}

@media (max-width: 460px) {
	.navbar-brand { top: 48px; }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

/*
	header li.current-menu-item .sub-menu,
	header li.current-page-ancestor  ul.sub-menu { display: none;}

	header li.current-menu-item .sub-menu,
	header li.current-page-ancestor:hover > ul.sub-menu { display: none;} */ 
	

	header li ul.sub-menu { display: none !important;}

	header li.news_menu:hover > ul.sub-menu { 
	display: inline-block!important;
	position: absolute;
	width: 200px !important; 
	z-index: 800 !important;
	background-color: #F97700;
	padding: 20px;
	list-style: none;
	top: 106px;  
	}


	header li.news_menu:hover > ul.sub-menu li a { 
	color: #ffffff;

	}


	header li.news_menu:hover > ul.sub-menu li {
	margin-bottom: 7px; 	
	}

	header li > ul.sub-menu li  { text-transform: uppercase; } 

	.grid-bg-img { display: block; max-width: 300px; }



	.partners ul li {
		height: 118px;
		float: left;
		padding: 0 10px;
		width: 14.6%;
	}

	.partners ul li img,
	.partners ul li a {
		position: relative;
    		top: 50%;
    		transform: translateY(-50%);
    		-webkit-transform: translateY(-50%);
	}


	/* new Chrome and SAFARI Browser Specific code
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		.partners ul li img,
		.partners ul li a {
			position: relative;
    		top: 50%;
    		-webkit-transform: translateY(-50%);
	}

	}
	 */

	/* new SAFARI Browser Specific code */
	/*
	html[xmlns*=""]:root .partners ul li img,
	.partners ul li a {
		position: relative;
    		top: 30%;
    		
	}


	.safari .partners ul li img,
	.safari .partners ul li a {
			position: relative;
    		top: 20%;
   		} 
	}


	*/



	.partners ul li a {
		background-size: 100%;
		height: 50px;
		width: 100%;
	}



	/* mobile client info*/
	.client-grid .grid-nav:hover .client-info {
		top: 0;
	}
	.client-grid .grid-nav:hover .client-title { top: 50px; }
	.client-grid .grid-nav:hover .download-link { bottom: 35px; }

	.client-grid .grid-nav:hover .client-info p {
		opacity: 1;
		filter: alpha(opacity=100);
	}




}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.grid-bg-img { max-width: none; }

	.partners ul li a { height: 65px; }
}

.client-info {
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
	background: #b8aa00;
	bottom: 0;
	color: #fff;
	display: block;
	font-size: 18px;
	left: 0;
	padding: 12px 20px;
	position: absolute;
	right: 0;
	top: 120px;
	z-index: 1;
	
}

/**********************************************************/
/*******NEW CODE*******************************************/

.consultancy-info {
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
	background: #e3e7e9;
	bottom: 0;
	color: #29add3;
	display: block;
	font-size: 16px;
	left: 0;
	padding: 12px 20px;
	position: absolute;
	right: 0;
	top: 168px;
	z-index: 1;
	
}

.grid .grid-nav:hover .consultancy-info {
	top: 100px;
	background: #1BACD5;
	color: #fff;
	padding: 0px 20px;
}

.grid .grid-nav:hover .consultancy-info h4 {
	font-size: 20px;
}

.grid .grid-nav:hover .consultancy-info p {
	margin: -28px 0px;
	line-height: 20px;
}

.grid .grid-nav:hover .consultancy-info .btn {
	margin: 35px 0px;
}

.green-theme .grid .grid-nav:hover .consultancy-info {
	background: #1BACD5;
	background: rgb(20, 105, 95);
	color: #fff;
}

/**********************************************************/

/*

.client-grid .grid-nav:hover .client-info {
	top: 0;
}
*/

/*  new code */
.clientTypeContainer {
    width:150px;
    padding:0px 0px 0px 0px;
   
    color:#c8c8c8;
    font-family:helvetica,sans-serif;
    line-height:20px;
}
 
.ribbon{
   position:absolute;
   height:20px;
   top:10px;
   right:-1px;
   background-color:#363845;
   color:white;
   line-height:20px;
   font-weight:200;
   font-size:10px;
   text-shadow:0 1px 0 rgba(0,0,0,0.5);

   text-transform: uppercase;
   letter-spacing:1px;
   box-shadow:1px 1px 1px rgba(0,0,0,0.3);
   z-index: 2;
}

.ribbon:before,.ribbon:after{
   content:"";
   position:absolute;
   z-index:-1;
   width:0;
   height:0;
   bottom:-6px;
   right:3px;
   border:6px solid transparent;
   border-bottom:6px solid #023a7f;
   -moz-transform:rotate(-45deg);
   -o-transform:rotate(-45deg);
   -webkit-transform:rotate(-45deg);
   -ms-transform:rotate(-45deg);
   transform:rotate(-45deg);
}

.ribbon p {
	font-size: 11px;
	letter-spacing: -0.5px;
	line-height: 22px;
	margin: 0;
	padding: 0 10px 0 8px;
}



.client-title {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	left: 0;
	position: absolute;
	right: 0;
	top: 12px;
}

.download-link {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	bottom: -100px;
	left: 0;
	position: absolute;
	right: 0;
}



.client-info a {
	color: #fff;
}

.client-info p {
	font-size: 15px;
	font-weight: 200;
	line-height: 1.2;
	filter: alpha(opacity=0);
}



/* .client-grid .grid-nav:hover .client-title { top: 50px; }
.client-grid .grid-nav:hover .download-link { bottom: 35px; }

.client-grid .grid-nav:hover .client-info p {
	opacity: 1;
	filter: alpha(opacity=100);
}
 
 */


.client-info a.btn {
	color: #fff;
	background: none;
	border: 1px solid #fff;
}

.client-info a.btn i {
	font-size: 16px;
}


/* == blog filters styling == */
.filters {
	background: #e4e7e9;
}

.filter-fields .col-sm-3 {
	padding: 20px 5px;
}

.dropdown_list {
	position: relative;
}

.dropdown_list a, .search-field, .load-more-posts a {
	background: #fff;
	border: none;
	border-radius: 3px;
	color: #313140;
	display: block;
	font-size: 15px;
	font-weight: 500;
	height: 38px;
	line-height: 38px;
	margin: 3px 0;
	padding: 0 30px 0 10px;
	position: relative;
	text-transform: uppercase;
	width: 100%;
}
.load-more-posts a {
	display: inline-block;
	padding: 0;
	width: 160px;
}
.load-more-posts a:hover {
	text-decoration: none;
	background: #313140;
	color: #fff;
}

.dropdown_list a:after {
	color: #313040;
	content: "\f0d7";
	font-family: FontAwesome;
	font-size: 19px;
	position: absolute;
	right: 10px;
	top: 0;
	z-index: 1;
}

.dropdown_list select {
	bottom: 0;
	left: 0;
	opacity: 0;
	padding: 3px 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}

#searchform { position: relative; }

#searchsubmit {
	background: none;
	border: medium none;
	height: 38px;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 0;
	width: 38px;
	z-index: 2;
}

#searchform:after {
	content: '\f002';
	font-family: fontAwesome;
    font-size: 20px;
    position: absolute;
    right: 8px;
    top: 4px;
    z-index: 1;
}


/* == blog styling == */
.filter-fields { margin: 0 15px; overflow: hidden; }
.container-masonry { margin-left: 15px; margin-right: 15px; }
.blog_posts { background: #fff; padding: 19px 3px 0; }

.blog_posts .post {
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	float: left;
	margin-bottom: 15px;
	padding: 10px;
	width: 358px;
}

.load-more-posts {
	background: #e4e7e9;
	margin: 4px -3px 0;
	padding: 20px;
	text-align: center;
}

.post h5 {
	font-weight: 700;
	margin: 0;
}

.post h5 a {
	color: #202020;
}

.blog_posts .post p {
	font-size: 13px;
}

.blog_posts .post a:hover img {
	opacity: .7;
}

.meta {
	background: #e4e7e9;
	color: #666;
	font-size: 14px;
	padding: 5px;
}

.post-content .meta {
	background: none;
	font-size: 16px;
	padding: 0;
}

.post-content .meta ul { margin: 0; padding: 0; }

.post-content .meta li {
	display: inline-block;
	list-style: none;
}

.meta a {
	color: #666;
	padding-left: 5px;
}
.post-content .meta a { padding: 0; }

.meta a:hover { color: #313040; text-decoration: none; }

.post-content h1 {
	color: #333;
	border-bottom: 1px solid #e4e7e9;
	margin: 10px 0 25px;
    padding: 0 0 20px;
}


/* == contact us page styling == */
.contact-page h3 {
	font-size: 28px;
	font-weight: 200;
	line-height: 1.4;
	margin: 0;
}

.contact-page h5 {
	color: #E3E7E9;
	font-weight: 200;
	margin: 25px 0 50px;
}

.contact-page form {
	margin: 7px 0 0;
}

.navy-area {
	background: #3D3F4D;
	color: #E3E7E9;
	margin: 5px 0 0;
	padding: 18px 25px;
}

.grey-area {
	background: #E3E7E9;
	margin: 5px 0 0;
	padding: 18px 25px;
}

#map-canvas {
	clear: both;
	height: 540px;
	margin: 0 0 20px;
	padding: 0
}


/* mobile footer */

@media only screen and (min-width: 0px) and (max-width: 999px) {
	section {
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center 0;
		position: relative;
		margin-bottom: 70px;
	}
}


@media only screen and (min-width: 0px) and (max-width: 771px) {
	.copyright-area {margin: 0px 10px 10px 20px;}
	section {
		margin-bottom: 90px;
	}
	li.ms-gold { width: 100%!important; }	
}

@media only screen and (min-width: 999px) and (max-width: 1199px) {
	section {
		margin-bottom: 330px;
	}
	
}


/* == footer styling == */

footer.uncover {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 0;
}

.inner-footer {
	background: #373846;
	color: #fff;
	padding: 11px 0 24px;
	
}

footer nav ul {
	margin: 0;
	padding: 0;
}

footer nav ul li {
	float: left;
	list-style: none;
}

.inner-footer nav ul ul { padding: 5px 0 0; }

.inner-footer nav ul li {
	padding: 12px 26px 0;
	width: 25%;
}

.inner-footer nav ul li:first-child { padding-left: 0; }

.inner-footer nav ul li li {
	float: none;
	line-height: 18px;
	padding: 0;
	width: auto;
}

.inner-footer nav ul li a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

.inner-footer nav ul li li a {
	color: #ddd;
	font-size: 12px;
	font-weight: 300;
}
.inner-footer nav ul li li a:hover {
	color: #fff;
}

.copyright-area {
	color: #444654;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 20px 0 10px;

}

.footer-float-right { float: right;}

.copyright-area a {
	color: #444654;
	padding-left: 24px;
}

.team { background-color: #d1d2d3; overflow: hidden; margin-bottom: 20px; }
.team img { padding-top: 20px; }
.team div { padding-left: 25px; }
.team-icon { float:right; margin-right: 10px; margin-bottom: 20px; margin-top: -11px;}
.team p { margin-top: -15px; } 

a, a:visited, a:hover, a:focus, a:active {outline : none;}

@media only screen and (min-width: 0px) and (max-width: 767px) {
	.tp-banner, .tp-bullets, .tp-fullwidth-forcer, .caption-inner, .slotholder {
       	display: none;
       }

}


/* Call to action extra info */

.extra-info {
	background: #DEE2E5;
	padding: 10px 40px 10px 30px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 -20px;

}

.extra-info h6 {
	font-size: 16px;
	padding-right: 100px;

}

.extra-info .btn {
	float: right;
	margin-top: -35px;
}


/* new code for services smartguard widget */


.smartGuardContainer {
	background: #222222;
	margin-top: -21px;
}

.smartGuardContainer h1 {
	border-top: 10px solid #000;
	background: #FFBF00;
	text-transform: uppercase;
	line-height: 40px;
	font-size: 24px;
	text-align: center;
	color: #000;
	font-weight: bold;
}

.trySmartGuard {
	color: #fff;
	background-image: url('http://leadingedgetest.arthaus-beta.com/wp-content/uploads/2014/10/smartguard1.png');
   	background-color: #00746B;
	padding: 10px 0 20px 0;
	text-align: center;
}

.trySmartGuard p {
	font-size: 22px;
	padding-bottom: 10px;

}

.trySmartGuard a {
	border-radius: 20px;
	text-decoration: none;
	text-transform: uppercase;
	border: 2px solid #fff;
	color: #fff;
	padding: 2px 15px 2px;
	font-size: 16px;
}

.trySmartGuard a:hover {
	background-color: #fff;
	text-transform: uppercase;
	border: 2px solid #fff;
	color: #006159;
	padding: 2px 15px 2px;
	font-size: 16px;
}

.trySmartGuard span {
	font-weight: bold;
}

.startTrialContainer {
	color: #fff;
	text-align: center;
	padding: 10px 0 10px;
}

.startTrialContainer a {
	background: #FFBF00;
	border-radius: 20px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	line-height: 30px;
	padding: 5px 20px 5px;
	font-weight: bold;
}

.startTrialContainer p {
	padding-bottom: 15px;
	padding-left: 18px;
	text-align: left;
}

.startTrialContainer .boldText p {
	padding-bottom: 15px;
	padding-left: 18px;
	text-align: left;
	font-weight: bold;
	
	line-height: 18px;
}


.startTrialContainer span {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
}



/* case study widgets */

.cta {
	position: relative;
}

.cta .link-area {
	/* position: relative; */
	padding: 8px 0px; 
}

.cta .link-area a {
	position: absolute; 
	bottom: 0;
	right: 0;
	background: #C41E4E; 
}

.cta .link-area a:hover {
	position: absolute; 
	bottom: 0;
	right: 0;
	background: #EC7029; 

}

.cta .link-area a:hover i {
	/* color: #C41E4E; */

}

.cta .link-area i {
	/*background: #BDA800; 
	background: #EC7029;
	background: #009E91;
	*/
	padding: 8px;
}

.blogSocials{
    margin:0 12px 20px 12px;
    display:inline-block;
}
.blogSocials a{
    margin-right:10px;
}

.ms-logo { 
	position: absolute; 
	bottom: 0; 
	right: 0; 
	z-index: 900!important; 
    padding: 20px;
    background-color: #ffffff;
}

.caption-inner .fa-chevron-right:before {
	content: "Find out more";
	font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


.navbar-header .navbar-brand { margin-left: -96px !important; }


@media screen and (max-width:900px) {
	.navbar-header .navbar-brand { margin-left: 0 !important; }

}

/*******************
PDF DOWNLOAD FORM
********************/
.download-content{
    width: 49%;
   float: left;
   margin-right: 2%;
   padding: 1%;
}

#whitepaperForm,.whitepaperForm { 
    width: 42%;
   float: right;
   text-align: center;
   color: #fff;
   background: #3D3F4D ;
}

.whitepaperForm input{margin: 0 auto;}

#whitepaperForm input ,.whitepaperForm input,  #whitepaperForm textarea ,.whitepaperForm textarea{ 
    width: 100%;
    max-width: 302px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #000;
    padding: 7px;
}
#whitepaperForm textarea ,.whitepaperForm textarea{ 
    min-height: 100px;
}
#whitepaperForm #pdf-submit{
    margin: 10px 0px 20px 0px;
    color: #3D3F4D ;
    padding: 15px 10px;
    width: 302px;
    background: #f97700 ;
    color: #fff;
    border: 0;
    text-transform: uppercase;

}

#whitepaperForm ::-webkit-input-placeholder { /* Safari, Chrome and Opera */
 color: #999;
}

#whitepaperForm :-moz-placeholder { /* Firefox 18- */
color: #999;
}

#whitepaperForm ::-moz-placeholder { /* Firefox 19+ */
 color: #999;
}

#whitepaperForm :-ms-input-placeholder { /* IE 10+ */
color: #999;
}

#whitepaperForm ::-ms-input-placeholder { /* Edge */
color: #999;
}

#whitepaperForm :placeholder-shown { /* Standard one last! */
color: #999;
}
.page-template-template-whitepaper-landing .container.content-wrap {
    min-height: 600px;
}

.g-recaptcha {
    margin: 0 auto;
    width: 302px;
}

@media (max-width: 992px) {
    .page-template-template-whitepaper-landing #whitepaperForm,  .page-template-template-whitepaper-free-session #whitepaperForm {
        width: 47%;
    }
}
@media (max-width: 768px) {
    .page-template-template-whitepaper-landing .content-area, .page-template-template-whitepaper-free-session .content-area {
            padding: 15px 5px;
            margin-top: 110px;
    }
    .page-template-template-whitepaper-landing #whitepaperForm, .page-template-template-whitepaper-free-session #whitepaperForm, .page-template-template-whitepaper-landing .download-content, .page-template-template-whitepaper-free-session .download-content{
        width: 100%;
    }
    .page-template-template-whitepaper-landing section, .page-template-template-whitepaper-free-session section{
        background-size: cover;
        height: 175px;
    }
    .page-template-template-whitepaper-landing .container.content-wrap, .page-template-template-whitepaper-free-session .container.content-wrap {
        padding: 0;
    }
}


.whitepaperForm .form-control {
	margin:0 auto !important;
}
.whitepaperForm .btn { 
   margin: 0 auto !important;
    float: none !important;
	margin-top: 15px
}
.ajax-loader {display:block;}
	
	
/*******************
END PDF DOWNLOAD FORM
********************/

.table tr td:nth-child(1){
background:rgba(0, 0, 0, 0.05);
}

@media (min-width: 1000px) {
	

.table tr{
width:33.333%;
    display: block;
    float: left;
}

.table{

 background-image: -moz-linear-gradient(
                left, 
                #f0f0f0, 
                #f0f0f0 33%,
                #fcfcfc 33%,
                #fcfcfc 66%,
                #f0f0f0 66%,
                #f0f0f0 100%
            );
            
            background-image: -webkit-gradient(
                linear,
                left top,
                right top,
                
                color-stop(0, #f0f0f0),
                color-stop(33%, #f0f0f0),
                color-stop(33%, #fcfcfc),
                color-stop(66%, #fcfcfc),
                color-stop(66%, #f0f0f0),
                color-stop(100%, #f0f0f0)
            );   
        

}

.table tr td:nth-child(2){
	border-top: solid grey thin;
}

.table tr td:nth-child(1){
height:90px;
}
}

.table{border: solid grey thin;}


abbr[title], abbr[data-original-title] {
    cursor: default;
    border-bottom: 0;
}

.page-template-template-contact-right .capture {
	height: 39px;
	position: relative;
	top: -2px;
}
.page-template-template-contact-right #whitepaperForm span .wpcf7-captchar {
	width: 228px;
	height: 39px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0;
}
.page-template-template-contact-right #whitepaperForm input[type="submit"] {
		margin: 15px 0px 30px 20px;
}
.page-template-template-normal .cta .textwidget a img {
	max-width: 100%;
}
.page-template-template-normal .cta {
		padding: 0;
}





/*New Menu 2016*/
@media (min-width: 768px){
   #menu-main-menu .menu-item:hover .sub-menu{
	       font-size: 11px;
		display:inline-block !important;
		position:absolute !important;
		background:white;
		padding:10px;
		width:300px;
		color:#444 !important;
		margin-top:-15px;
				  text-decoration:none;
		list-style:none;
		border-bottom: solid thick #f97700;
	-webkit-box-shadow: 0px 7px 37px -6px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 7px 37px -6px rgba(0,0,0,0.3);
box-shadow: 0px 7px 37px -6px rgba(0,0,0,0.3);
	}
	  #menu-main-menu .sub-menu a{
		  text-decoration:none;
		color:#444 !important;
	}
	 #menu-main-menu  .sub-menu  li{
		 padding-bottom:5px;
		margin-bottom:10px;
		list-style:none;
	}
	 #menu-main-menu  .sub-menu  li:hover{
		  border-bottom:1px solid;
		  text-decoration:none;
		
	}
	
	 #menu-main-menu  .menu-item:hover .sub-menu a{
	       font-size: 11px;		  text-decoration:none;    border: none;
    text-decoration: none;
	  }
	
}
@media (min-width:992px){
	 #menu-main-menu  .menu-item:hover .sub-menu{
		   margin-top:-30px;
	  }
	  #menu-main-menu 	  .menu-item:hover .sub-menu a{
	       font-size: 14px;    border: none;
    text-decoration: none;
	  }

}

input.wpcf7-form-control.wpcf7-captchar {
    width: 60%;
}

input.wpcf7-form-control.wpcf7-submit.btn.orange {
    width: 40%;
    float: right;
    margin-right: 30px;
    padding: 5px 0px;
}

.formH2{ color: #fff !important;     margin-top: 0px;}

textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    margin-left: 25px;
}
.page-template-template-contact .wpcf7-textarea.form-control {
    margin-left: 0px !important;
}
.page-template-template-contact  .wpcf7-form-control{
margin-right:0px !important;
}


.contact-form .form-control,.contact-form  .wpcf7-submit.btn.orange{ margin:0 !important;

}

.contact-form textarea.form-control {
    height: 150px;
}

#cookie-popup {
    background: #fff;
    border: 1px solid #00a7ec;
    bottom: 0;
    left: 1%;
    padding: 15px;
    position: fixed;
    width: 14%;
    z-index: 999;
    display: none;
    text-align: left;
}

#cookie-popup p {
    margin-bottom: 9px;
}
	
.hide-on-phones, .show-on-phones {
    display: none;
}

#cookie-popup p a {
    margin-bottom: 0;
}


@media (min-width: 1130px) {
	.hide-on-phones {
	    display: block;
	}
}

@media (max-width: 1130px) {
	.show-on-phones {
	    display: block;
	}
}
