/*	MAIN.CSS - Stylesheet for the base layout */
.group:after, 
#mainnav .menu>ul:after,
.prefooter1 ul,
#main .m-w2{
  content: "";
  display: table;
  clear: both;
}

.email-subscribe,
#solutions .title,
#solutions .content,
.overview li .content,
.homectas a span,
.hslider .caption,
.homectas .content,
#solutions li,
.socialmedia,
.homectas li,
.overview li{	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#wrapper{
	overflow: hidden;
}

.section-inner { 
	width: 940px;
	margin: 0 auto;
	position: relative;
}
.w-w2 {	
	min-width: 940px;
}

/* --HEADER-- */
#header { 
	background: url(../images/skin/bg/header-bg.png) repeat-x; 
	z-index: 2000; 
	position: relative;
}
	.h-w2 { height: 168px; }
	#mainnav, #util, #logo {
		position: absolute;
	}
	#mainnav{
		z-index: 20;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 36px;
		background:#2f79bc;
		background:rgba(47, 121, 188, 0.9); 
		background: #086fb1;
	}
		#mainnav >div{position: relative;}
			#mainnav .widebg{
				position: absolute;
				top:0;
				height: 36px;
				background:#2f79bc;
				background:rgba(47, 121, 188, 0.9); 
				background: #086fb1;
				width: 2000px;
			}
				#mainnav .widebg.left{left:-2000px;}
				#mainnav .widebg.right{right:-2000px;}

		#mobilemenu{display: none;visibility: hidden;}
		#mainnav li { float: left; }
		#mainnav .sub-menu{display: none;}

		#mainnav .menu{ text-align: center;}
			#mainnav .menu>ul{display: inline-block;}

		/*nav links*/
		#mainnav a{
			color: #fff;
			text-decoration: none;
			font-size: 14px;
			font-weight: 700;
			-webkit-transition: all 0.3s ease-out; 
			transition: all 0.3s ease-out; 

		}
			/*first level*/			
			#mainnav .menu>ul>li{
				margin-left: 25px;
				position: relative;
				-webkit-transition: all 0.3s ease-out; 
				transition: all 0.3s ease-out; 
			}	
				#mainnav .menu>ul>li:first-child{margin-left:0;}
				.no-touch #mainnav .menu>ul>li:hover{
					background:#176ab4;
				}	

				#mainnav .menu>ul>li>a{
					line-height: 36px;
					padding: 0 20px;
				}
					#mainnav .menu>ul>li.menu-item-has-children>a{
						background: url(../images/skin/bg/dropdown-arrow.png) right center no-repeat;
						padding-right:36px;
					}

			
			/*dropdown menu*/
			#mainnav .menu>ul>li .sub-menu{
				position: absolute;
				left:0;
				top:100%;
				background:#176ab4;
				width: 200px;
				overflow: hidden;
				text-align: left;
			}
				#mainnav .menu>ul>li .sub-menu li{width: 100%;}
				.no-touch #mainnav .menu>ul>li:hover .sub-menu{display: block;}

				#mainnav .menu>ul>li .sub-menu a{
					display: block;
					padding: 10px 20px;
					line-height: 1.3;
					font-size: 13px;
					width: 100%;
				}
					#mainnav .menu>ul>li .sub-menu a:hover,
					#mainnav .menu>ul>li .current-menu-item>a{
						background: #4588c3;
					}

			#mainnav li.current-menu-ancestor,
			#mainnav li.current-menu-item,
			#mainnav li.current_page_parent{background: #4588c3;}

	/*Sticky Nav*/
		#mainnav.sticky{
			position: fixed;
			top:0;
			left:0;
		}
	#logo {
		top: 51px;
		left: 0;
	}
	#util {
		right: 0;
		display: table;
		height: 27px;
	}
		#util li { 
			float: left;
			height: 27px;
			padding-left:20px;
			display: table-cell;
			vertical-align: middle;
			line-height: 27px;
		}
			#util li:first-child{padding-left:0;}

		#util a{
			color: #fff; 
			display: inline-block;
		}

	#headeraction{
		position: absolute;
		top:51px;
		right:0;
	}
		#headeraction li{
			float: right;
		}
			#headeraction a{
				display: block;
				height: 1px;
				overflow: hidden;
			}
				#headeraction .request-presentation a{
					background: url(../images/skin/bg/request-presentation.png) no-repeat;
					padding-top: 49px;
					text-decoration: none;
					width: 188px;
				}
					.no-touch #headeraction .request-presentation a:hover{
						background-position: 0 -51px;
					}


/* --CONTENT-- */
#main { 
	position: relative; 
	min-height: 400px;
	z-index: 20;
	padding-bottom: 40px;
	padding-top: 37px;
}
	#main.image-active{padding-top: 317px;}
	#main .m-w1 {
		padding-top: 5px;
		background: #fff;
	}
	#main .m-w2 { 
		/*overflow: hidden; */
	}
	#subnav, #content {
		float: left;
	}
	#ctas {
		width: 220px;
		float: right;
		margin-top:133px;
	}
		#ctas li{margin-bottom: 25px;}
		#ctas a{
			display: block;
			padding-bottom:5px;
			color: #333;
			font-weight: 400;	
			text-align: center;		
		}
			#ctas a img{
				border:1px solid #086fb1;
			}
	/* Subnav appears after content-body in markup, 
		but often is shifted to the left */
	#subnav { 
		width: 180px;
		position: relative;
		left: -500px; /* Negative width of #content */
		top: 0;
		display: none;
	}
	#content {
		width: 582px;
		position: relative;
		/*left: 180px;*/ /* Positive width of #subnav */
		top: 0;
	}

		.page-template-overview-php #content,
		.hub-page #content{width: 100%;}

		#content h1{
			border-bottom: 3px solid #176ab4;
			border-color: #086fb1;
			margin-bottom: 10px;
			width: 940px;
		}
	#solutions{
		clear:both;
		padding: 45px 0;
	}
		#solutions .slider{
			position: absolute;
			height: 100%;
			width: 100%;
			left:0;
			top:108px;
			z-index: 500;
  			-webkit-transition: all 0.3s ease-out; 
			transition: all 0.3s ease-out; 
		}
		#solutions .heading{
			display: block;
			font-size: 16px;
			color: #333;
			margin-bottom: 20px;
		}
		#solutions li{
			float: left;
			width: 220px;
			height: 150px;
			position: relative;
			margin-left:20px;
			overflow: hidden;
			border: 1px solid #086FB1;
		}
			#solutions li:first-child{
				margin-left:0;
			}
			#solutions a{display: block; text-decoration: none;}
				.no-touch #solutions a:hover .slider{
					top:0;
				}
			#solutions img{
				position: absolute;
				top:0;
				left:0;
			}
			#solutions .title{
				display: block;
				bottom:0;
				left:0;
				line-height: 42px;
				padding: 0 15px;
				background:#fff;
				background:rgba(255, 255, 255, 0.85);
				width: 100%;
				font-weight: 700;
				font-style: 14px;
				color: #2f79bc;
				text-transform: uppercase;
				z-index: 500;
				white-space: nowrap;
			}
			#solutions .content{
				height: 108px;
				background:#fff;
				background:rgba(255, 255, 255, 0.85);
				width: 100%;
				color: #585858;
				z-index: 501;
				padding: 0 15px 15px 15px;
				font-size: 10px;
				line-height: 1.285;
			}
				#solutions .content>div{margin-bottom: 6px;}
				#solutions .content .more{
					display: block;
					font-weight: 700;
					color: #2f79bc;
				}


/* --FOOTER-- */
#footer { font-size: 12px; position: relative; z-index: 21; }

.prefooter1{
	background: #666666;
	color: #fff;
	padding: 50px 0;
}
	.prefooter1 a{color: #fff!important;}
	.prefooter1 .heading{
		font-size: 24px;
		font-weight: 700;
		font-family: 'PT Sans', sans-serif;
	}

		#moreonoursite{float: left;}

		.prefooter1 .menu>li{
			width: 140px;
			margin-left: 20px;
			float: left;			
		}
			.prefooter1 li:first-child{margin-left:0;}
		.prefooter1 .menu>li>a{
			font-weight: 700;
			font-family: 'PT Sans', sans-serif;
			font-size: 14px;
		}

		.socialmedia{
			float: left;
			padding-left: 20px;
		}
			.socialmedia .menu>li li{
				padding-left: 20px;
			}
			.linkedin{background: url(../images/skin/bg/social-linkedin.png) left center no-repeat;}
			.gplus{background: url(../images/skin/bg/social-gplus.png) left center no-repeat;}
			.youtube{background: url(../images/skin/bg/social-youube.png) left center no-repeat;}

.prefooter2{
	background: #333;
	color: #999;
	min-height: 48px;
	line-height: 48px;	
}
	.prefooter2 .heading{
		font-weight: 700;
		font-style: italic;
		font-size: 14px;
	}
		.ie8 .prefooter2 .heading{font-size: 11px;}
	.email-subscribe{
		float: right;
		top:0;
		right:0;
		height: 48px;
		position: relative;
		width: 300px;
		background: #484848;
		padding: 0 135px 0 20px;
	}
		.email-subscribe label{display: none;}
		.email-subscribe .input{
			border:none;
			background: transparent;
			height: 48px;
			width: 100%;
			color: #313131;
		}
			.email-subscribe .input:focus{color: #fff;}
		.email-subscribe input[type="submit"]{
			background: #027dbe;
			height: 100%;
			position: absolute;
			right:0;
			top: 0;
			width: 105px;
			color: #fff;
			line-height: 48px;
			font-weight: 700;
			font-style: italic;
			border:none;
			cursor: pointer;
			-webkit-appearance: none;
    		border-radius: 0;
		}		
			.no-touch .email-subscribe input[type="submit"]:hover{
				background: #176AB4;
			}


	/*error message*/
	.mc4wp-alert.mc4wp-error{
		font-size: 11px;
		color: #fff;
		text-align: right;
		line-height: 1.3;
		padding: 5px 0;
	}
		.mc4wp-alert.mc4wp-error:before{
			content:"* ";
			display: inline-block;
			color: #ee203c;
			margin-right: 5px;
		}
		
	.mc4wp-alert.mc4wp-success {
		color: #fff;
		text-align: right;
		font-size: 11px;
		font-weight: 700;
	}


.prefooter3{
	display: none;
}
.f-w1{
	padding: 15px 0 20px 0;
}

#footerarea{
	position: relative;
	padding: 0 0 0 160px;
	color: #999;
	font-size: 11px;
}
	#footerarea a{color: #999;}
	#bk-logo{
		position: absolute;
		left:0;
		top:5px;
		display: block;
		width: 139px;
		height: 23px;
		background: url(../images/skin/bg/footer-logo.png) no-repeat;
	}	
	#credit{margin-top:-10px; }

#partners{
	position: absolute;
	top:0;
	right:0;
}
	#partners ul{
		display: table;
		width: 100%;
	}
	#partners li{
		display: table-cell;
		vertical-align: middle;
		padding-left: 20px;
	}
		#partners li:first-child{padding-left: 0;}
	#partners a{
		display: inline-block;
	}


#background-image{
	width: 100%;
	height: 722px;
	position: absolute;
	top:168px;
	left:0;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 10;
}
	#background-image div{
		background: rgba(255, 255, 255, 0.9);
		margin-top: 318px;
		width: 100%;
		height: 100%;
	}


.breadcrumbs{margin-bottom: 1em; font-size: 12px;}

/* STICKY FOOTERS: Uncomment to enable */
/*
html,body {	height:100%; }
#wrapper { min-height: 100%; position: relative; }
#footer { 
	position: absolute; bottom: 0; left: 0; width: 100%; 
	height: 60px; 
}
#main { padding-bottom: 60px; }
*/
/* END STICKY FOOTERS */

/*Search Styles*/
.search-default{
	position: relative;
	background: #515151;
	padding: 0 0 0 10px;
}
	.search-default label{display: none;}

	#s{
		background: transparent;
		color: #fff;
		border:none;
		font-size: 12px;
	}

	#searchsubmit{
		width: 30px;
		height: 1px;
		padding-top: 23px;
		position: absolute;
		top:0;
		right:0;
		border:none;
		cursor: pointer;
		background: url(../images/skin/bg/search-submit-bg.png) no-repeat #6e6e6e;
		border-bottom: 3px solid #929292;
		-webkit-appearance: none;
    	border-radius: 0;
	}
		.no-touch #searchsubmit:hover{background-color:#929292; }


/*Tables*/
table{
	width: 940px;
}

/*QUOTE*/
#content blockquote{
	background: url(../images/skin/bg/quote-top.png) no-repeat top left #e4e4e4;
	padding: 30px 0 30px 80px;
	margin:0;
	position: relative;
	color: #333;
	text-align: center;	
	margin:40px 0;
	width: 780px;
}
	#content blockquote:before{
		content:"";
		display: block;
		position: absolute;
		right: 100%;
		top:0;
		background: #e4e4e4;
		width: 3000px;
		height: 100%;

	}
	/*extending the background to strech across	*/
	#content blockquote:after{
		content:"";
		display: block;
		position: absolute;
		top:0;
		left:100%;
		width: 3000px;
		height: 100%;
		background: #e4e4e4;
	}
	/*		width: 60px;
		height: 87px;
		background: url(../images/skin/bg/quote-bottom.png) no-repeat top left #e4e4e4;*/

	#content blockquote p{
		font-size: 24px;
		line-height:1.5; 
		font-weight: 400;
		font-family: 'PT Sans', sans-serif;
		padding: 0 80px 0 0;
		background: url(../images/skin/bg/quote-bottom.png) no-repeat right bottom #e4e4e4;
	}

	#content blockquote footer{
		font-size: 14px;
		font-family: 'Open Sans', sans-serif;
	}


/*Overview Template*/
.c-w1 .overview ul{margin:0; width: 100%;}
.c-w1 .overview ul li{list-style: none;}
.overview li{
	float:left;
	width: 300px;
	height: 200px;
	position: relative;
	overflow: hidden;
	margin-left: 20px;
	border:1px solid #086fb1;
	margin-top: 20px;
}
	.overview li:nth-child(3n+1){
		margin-left:0;
	}

	.overview li img{
		position: absolute;
		top:0;
		left:0;
		height: 100%;
		width: 100%;
		z-index: 499;
	}

	.overview li a{
		display: block;
		position: relative;
		height: 100%;
		width: 100%;
		color: #585858;
		text-decoration: none;
	}
		.overview li .content{
			position: absolute;
			z-index: 500;
			top:140px;
			left:0;
			width: 100%;
			height:200px;
			background:#fff;
			background:rgba(255, 255, 255, 0.95);
			padding: 0 20px;			
			-webkit-transition: all 0.3s ease-out; 
			transition: all 0.3s ease-out; 

		}
			.no-touch .overview li a:hover .content{top:0;}
			.overview li .title{
				display: block;
				height: 60px;
				line-height: 60px;
				white-space: nowrap;
				color: #2f79bc;
				font-size: 20px;
				font-weight: 700;
				font-family: 'PT Sans', sans-serif;
				text-transform: uppercase;
			}
			.overview li p{
				color: #585858;
			}
			.overview li .more{
				display: block;
				font-family: 'PT Sans', sans-serif;
				font-weight: 700;
				color: #2f79bc;
			}


/* --HOMEPAGE-- */
.page-template-homepage-php #main{padding-top: 0; background: #f6f6f6;}
.page-template-homepage-php #main .m-w1{background: #f6f6f6;}
.page-template-homepage-php .breadcrumbs{display: none;}
#hermaryslider .section-inner{width: 1100px;}

#hermaryslider{
	background: #f6f6f6;
	padding-top: 30px;
	height: 572px;
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
}

	.hslider .image{
		height: 402px;
		width: 1100px;
		overflow: hidden;
		display: block;
		position: relative;
	}
		.hslider .image img{display: block;}
		.hslider .image span{
			position: absolute;
			left:0;
			bottom:0;
			background:#086FB1;
			color: #fff;
			font-weight: 700;
			font-size: 14px;
			padding: 4px 12px;
			-webkit-transition: all 0.3s ease-out; 
			transition: all 0.3s ease-out; 
		}
			.no-touch .hslider .image:hover span{background: #66A4DA;}

	.hslider .caption{
		height: 170px;
		background: #fff;		
		text-align: center;
		width: 100%;
		display: table;		
	}
		.hslider .caption>div{
			display: table-cell;
			vertical-align: middle;
			padding:0 210px;
		}
			.hslider .caption .title{
				font-size: 30px;
				color: #333;
				font-weight: 700;
			}
			.hslider .caption p{
				font-size: 16px;
				color: #333;			
			}

	#hermaryslider .prev,
	#hermaryslider .next{
		position: absolute;
		z-index: 50;
		bottom:0;
		display: block;
		height: 1px;
		padding-top: 169px;
		overflow: hidden;
		width: 50px;
		background: url(../images/skin/bg/slider-nav.png) no-repeat;
	}
		#hermaryslider .prev{
			left:0;
			background-position: 0 0;
		}
			.no-touch #hermaryslider .prev:hover{
				background-color: #66a4da;
				background-position: 0 -170px;
			}
		#hermaryslider .next{
			right:0;
			background-position: -50px 0;
		}
			.no-touch #hermaryslider .next:hover{
				background-color: #66a4da;
				background-position: -50px -170px;
			}

.homectas{clear: both;}
	.homectas li{
		float: left;
		position: relative;
		margin-left: 20px;
		overflow: hidden;
		height: 200px;
		border: 1px solid #086FB1;
		width: 300px;
	}
		#solutions a{display: block; text-decoration: none;}
			.no-touch #solutions a:hover .slider{
				top:0;
			}
		#solutions img{
			position: absolute;
			top:0;
			left:0;
		}
		.homectas .slider{
			position: absolute;
			height: 100%;
			width: 100%;
			left:0;
			top:148px;
			z-index: 500;
  			-webkit-transition: all 0.3s ease-out; 
			transition: all 0.3s ease-out; 
		}
			.no-touch .homectas a:hover .slider{top:0;}
		.homectas .heading{
			display: block;
			background: #fff;
			background: rgba(255, 255, 255, 0.85);
			font-weight: 700;
			font-family: 'PT Sans', sans-serif;
			color: #2f79bc;
			width: 100%;
			font-size: 20px;
			text-transform: uppercase;
			padding: 10px 20px;
		}

		.homectas .content{
			height: 148px;
			background:#fff;
			background:rgba(255, 255, 255, 0.85);
			width: 100%;
			color: #585858;
			z-index: 501;
			padding: 0 20px 15px 20px;
			font-size: 14px;
			line-height: 1.5;
		}

		.homectas li:first-child{margin-left: 0;}


/* --BLOG-- */
.blog .post{
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid #086FB1;
}

/* --WP CLIENT-- */
/*reset*/
.hub-page .c-w1 ul li{list-style: none;}
.hub-page  .c-w1 ol, .hub-page  .c-w1 ul{margin:0;}
.hub-page #background-image{display: none;}
.hub-page #main, .login-page #main{padding-top: 22px;}
.hub-page .plupload_container{padding: 0;}
.hub_content:after {content: ""; display: table; clear: both;}
.hub-page .wpc_plupload_queue{margin-top: 1.3em;}

/*client bar*/
.hub-page .wpc-toolbar{margin: 1.3em 0;}


/* --COMMON CLASSES-- */
.desktop-h{display: none; overflow: hidden;}

.post-edit-link{
	display: inline-block;
	padding: 6px 18px;
	background: #086FB1;
	color: #fff!important;
	clear: both;
}
	.no-touch .post-edit-link:hover{background: #176AB4;}