@font-face {
	font-family: 'Helvetica Neue';
	src: url(../fonts/HelveticaNeue-Light.otf);
}
@font-face {
	font-family: 'Helveticalight';
	src: url(../fonts/HelveticaNeue-UltraLight.otf);
}
@font-face {
	font-family: 'Arimo';
	src: url(../fonts/Arimo-VariableFont_wght.ttf);
}
body {
	font-family:  "Arimo", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #4f4f4f;
	font-size:18px;
	line-height:24px;
}
ul,li, a{
	padding:0;
	margin:0;
	list-style-type:none;
	outline:none;
}
ul.main-list {
	padding:0px 10px 0px 10px;
	margin:0px 0px 10px 15px;
	list-style-type: square !important;
	list-style-position: outside;
 	list-style-image: none;
}
li.main-list-item {
	padding:4px;
	list-style-type: square;
}
ul.basic-list {
	padding:0px 10px 0px 10px;
	margin:0px 0px 10px 15px;
}
li.basic-list-item {
	padding:4px;
}
a:focus, a:hover{
	outline:none;
	text-decoration:none;
}
img{
	max-width:100%;
}
#wrapper {
	padding-left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#wrapper.toggled {
	padding-left: 220px;
}
#sidebar-wrapper {
	z-index: 1000;
	position: fixed;
	left: 240px;
	width: 240px;
	height: 100%;
	margin-left: -240px;
	overflow-y: auto;
	background: #333;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#wrapper {
	padding-left: 0;
}
#wrapper.toggled {
	padding-left: 240px;
}
#sidebar-wrapper {
	width: 0;
}
#wrapper.toggled #sidebar-wrapper {
	width: 240px;
}
.container {
	max-width: 1150px;
	width: 98%;
}
/*Header css */
.header {
	height:340px;
	position: relative;
	
}
.sticky-nav-top{
	position:fixed;
	width:100%;
	z-index:111;
	top:0;
	transition:top 0.5s ease;
  	transition: background-color 0.5s ease;
}
.sticky-nav .sticky-nav-top{
	background:#333;
}
.sticky-nav .sticky-nav-top .menu-opener {
	background:url(../images/menu-icon-wht.png) no-repeat center center;
}


.toggled .menu-opener{
	opacity:0;
}
.menu-opener {
	padding: 8px;
	display: inline-block;
	text-indent:-99999px;
	background:url(../images/menu-icon.png) no-repeat center center;
	width: 58px;
	height:47px;
}
.logo {
	margin: 0;
	padding: 0;
	display: inline-block;
	position:fixed;
	right: 0;
	background: #333;
	padding:4px 15px;
}
.logo a {
	color: #fff;
}
.main-title {
	position: absolute;
	font-size: 70px;
	line-height: 70px;
	font-weight: normal;
	margin: 0;
	top: 150px;
	color: #000;
}
.main-title span {
	color: #4f4f4f;
	display: block;
}
/* Main contain*/
.main-text{
	padding:30px 0px 30px 0px;
}
.main-text p {
	padding-bottom:10px;
}
.copyright {
	font-size:14px; 
	color:#999;
	margin-top:10px;
}
.mid-right-sidbar{
	min-width:350px;
	width:350px;
	margin:0 auto;
	width:100%;
	border:1px solid #9f9f9f;
	float:right;
}
.bio-right-sidbar{
	max-width:350px;
	margin:0 auto;
	width:100%;
	float:right;
}
.mid-right-sidbar h3{
	margin:0;
	padding:5px;
	background:#9f9f9f;
	font-size:20px;
	color:#fff;
	text-align:center;
	line-height:normal;
}
.graph-inner{
	padding:20px 22px 22px;
	height:680px; 
	width:350px; 
	padding:5px; 
}
.external-icon{
	background:url(../images/read-more-icon.png) no-repeat right center;
	padding-right:20px;
	color:#4f4f4f;
	font-weight:bold;
	text-decoration:underline;
}
.external-icon:hover {
	color:#d69c00;
}
.external-link{
	color:#4f4f4f;
	font-weight:bold;
	text-decoration:underline;
}
.external-link:hover {
	color:#d69c00;
}
.external-link:active {
	color:#d69c00;
}
.external-link:visited {
	color:#4f4f4f;
}
.site-link{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
.site-link:hover {
	color:#d69c00;
}
/* Footer Css */
.footer{
	background:#9f9f9f;
	padding:10px 0;
}
.footer li{
	display:inline-block;
	vertical-align:middle;
	padding-left:4%;
	line-height:17px;
	font-size:16px;
}
.footer li a{
	color:#fff;
}
.footer li a:hover{
	color:#494949;
}
.footer li a span{
	display:block;
}
.footer li.more-icon-wht a span{
	background:url(../images/more-icon-wht.png) no-repeat right center;
	padding-right:20px;
	background-size:15px;
}
/* Sidebar Styles */

.sidebar-nav {
	position:relative;
	top: 30px;
	width: 240px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu-closer{
	position:absolute;
	right:0;
	padding:10px;
}
.sidebar-nav li {
	text-indent: 30px;
	line-height: 40px;
}
.sidebar-nav li a {
	display: block;
	text-decoration: none;
	color: #fff;
}
.sidebar-nav li a:hover {
	background-color:#494949;
	color:#d69c00;
}
.sidebar-nav li a:active, .sidebar-nav li a:focus {
	text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
	height: 65px;
	font-size: 18px;
	line-height: 60px;
}
.sidebar-nav > .sidebar-brand a span{
	color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
	background-color:#494949;
	color:#d69c00;
}
.sidebar-nav > .more-icon-wht a{
	background:url(../images/more-icon-wht.png) no-repeat 152px center;
	padding-right:30px;
	background-size:17px;
}
.sidebar-nav > .more-icon-wht a:hover{
	background-color:#494949;
	color:#d69c00;

}
.sidebar-nav > .sidebar-last{
	padding-top:20px;
}
.home-header {
	background: url(../images/home-header-bg.jpg) no-repeat center center / 135% auto;
}

/* Sub Page css */
.strategy-header{
	background:url(../images/strategy-header-bg.jpg) no-repeat center center /135% auto;
}
.innovation-header{
	background:url(../images/innovation-header-bg.jpg) no-repeat center top /135% auto;
}
.design-header{
	background:url(../images/design-header-bg.jpg) no-repeat center top /135% auto;
}
.leadership-header{
	background:url(../images/leadership-header-bg.jpg) no-repeat center top /135% auto;
}
.error-header{
	background:url(../images/error-header-bg.jpg) no-repeat center top /135% auto;
}
.innovation-favorites {
	border-left:1px solid #ddd;
	padding-left:20px;	
}
.innovation-favorites li {
	padding-top:10px;
	padding-bottom:25px;
	text-align:center;
}

.innovation-thumbnail {
	
}

.innovation-favorites span {
	display:block;
	font-size:15px;
	line-height:16px;
	color:#888888;
}
.solution-leadership-profile-header {
	width:auto; 
	min-height:60px; 
	background-color:#eaeaea; 
	line-height:20px; 
	padding:10px 10px 10px 0px;
}
.solution-leadership-profile li {
	padding-top:10px;
	padding-bottom:25px;
	text-align:left;
}
.solution-leadership-profile span {
	display:block;
	font-size:16px;
	line-height:19px;
	color:#888888;
}
.solution-leadership-profile {
	border-left:1px solid #ddd;
	padding-left:20px;	
}
.testimonial{
	border-left:1px solid #ddd;
	padding-left:40px;
}
.testimonial li{
	padding-bottom:30px;
}
.testimonial span{
	display:block;
	font-size:16px;
	font-family:Helveticalight;
	letter-spacing:1px;
}
.vertical-divider {
	width:100%; 
	border-bottom: 1px solid #dddddd; 
	height:10px;
}
.mobile-show {
	display:none;	
}
.mobile-hide {
	display:inline-block;	
}
.contact-label {
	margin:3px 0px 1px 0px !important; 
	padding:0px !important; 
	font-size:15px; 
	color:#8b8b8b;
}
.error-label {
	color:#e45353; 
	font-style:italic;
}
.error-field-bg {
	background-color:#FFEDEF !important;
}
.error-icon {
	vertical-align:middle; 
	position:relative; 
	top:-1px;
	display:none;
}
.contact-button {
	float:left; 
	padding:7px 10px 0px 10px; 
	color:#FFF; 
	line-height:17px;
	font-size:17px; 
	margin:15px 20px 0px 0px; 
	background-color:#b48f3c; 
	cursor:pointer; 
	max-width:130px;
}
.continue-button {
	float:right; 
	padding:8px 15px; 
	color:#FFF; 
	line-height:18px;
	font-size:18px; 
	margin:0px 15px 0px 0px; 
	background-color:#f0a71a; 
	cursor:pointer; 
	max-width:130px;
}
.cancel-button {
	float:right; 
	padding:8px 15px; 
	color:#FFF; 
	line-height:18px;
	font-size:18px; 
	margin:0px 15px 0px 0px; 
	cursor:pointer; 
	max-width:130px;
}
.cancel-button:hover {
	text-decoration:underline;
}
.cancel-button-sites {
	float:right; 
	padding:7px 10px 0px 10px; 
	color:#FFF; 
	line-height:17px;
	font-size:17px; 
	margin:20px 15px 0px 0px; 
	background-color:#898989; 
	cursor:pointer; 
	max-width:130px;
	min-height:32px;
}
.rounded-corners {
	-moz-border-radius:3px;
	border-radius:3px;	
}
.contact-long-field {
	width:280px; 
	padding:2px 5px 2px 5px; 
	margin:0px; 
	font-size:16px;
}
.contact-short-field {
	width:180px; 
	padding:2px 5px 2px 5px; 
	margin:0px; 
	font-size:16px;
}
.no-pad-margin {
	margin:0px; 
	padding:0px;
}
.modalShield {
	position:fixed;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:1001;
	background-color:#000;
	display:none;
	-khtml-opacity: 0.7;
  	opacity: 0.7;
	filter:alpha(opacity=70);
}
 body.modal-open {
    overflow: hidden;
    position:fixed;
    width: 100%;
}
.feedback-modal {
	position: fixed;
	border:2px solid #666;
	margin: auto;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 300px;
	background-color:#FFF;
	height: 102px;	
	display: none;
	z-index:1005;
}
.external-url-modal {
	display:none; 
	height:260px; 
	width:310px; 
	padding:0px; 
	margin:0px; 
	background-color:#505050; 
	z-index:1006;	
	position: fixed; 
	top: 0px; 
	right: 0px; 
	bottom: 0px;	
	left: 0px;
	margin: auto;	 
	border:2px solid #a9a9a9;
}
.external-site-modal {
	display:none; 
	height:280px; 
	width:380px; 
	padding:0px; 
	margin:0px; 
	background-color:#505050; 
	z-index:1006;	
	position: fixed; 
	top: 0px; 
	right: 0px; 
	bottom: 0px;	
	left: 0px;
	margin: auto;	 
	border:2px solid #a9a9a9;
}
.external-url-modal-header {
	height:54px; 
	line-height:54px; 
	font-size:22px; 
	color:#FFF; 
	width:100%; 
	padding:0px 15px; 
	background-color:#898989; 
}
.external-url-modal-text {
	height:134px; 
	font-size:17px; 
	line-height:23px; 
	color:#FFF; 
	padding:8px 15px;
}
.external-url-modal-text-sites {
	font-size:17px; 
	line-height:21px; 
	color:#FFF; 
	padding:8px 15px 0px 15px;
}
.home-photo {
	float:left; 
	margin: 0px 20px 10px 0px; 
	width:100%; 
	max-width:207px;
}
.innovation-icon {
	width:90px; 
	min-height:100px;
}
.innovation-rule {
	padding:10px;
}
ul.main-text-list {
	 list-style-type: none ;
	 padding: 0px 0px 25px 0px ;
	 margin: 0px ;
}
li.main-text-bullet {
	background-image: url(../images/main-text-icon.gif);
	background-repeat: no-repeat;
	background-position:left top;
	padding:3px 0px 10px 40px;
}
.es_hidden_pageID {
	display:none;	
}
@media(max-width:1500px) {
	.home-header{
		background: url(../images/home-header-bg.jpg) no-repeat center center /auto 110%;
	}
	.strategy-header{
		background:url(../images/strategy-header-bg.jpg) no-repeat center top /auto 110%;
	}
	.innovation-header{
		background:url(../images/innovation-header-bg.jpg) no-repeat center top /auto 110%;
	}
	.design-header{
		background:url(../images/design-header-bg.jpg) no-repeat center top /auto 110%;
	}
	.leadership-header{
		background:url(../images/leadership-header-bg.jpg) no-repeat center top /auto 110%;
	}
	.error-header{
		background:url(../images/error-header-bg.jpg) no-repeat center top /auto 110%;
	}
	.mid-hide {
		display:inline-block;
	}
}
@media(max-width:1100px) {
	.mid-right-sidbar{
		width:300px !important;
		min-width:300px !important;
	}
	.graph-inner{
		width:300px !important; 
		height:580px;
	}
	.graph-mid-fix {
		width:300px !important;
		position:relative;
		left:20px;
	}
@media(max-width:1000px) {
	/* .mid-hide {
		display:none;
	} */
	.mid-right-sidbar{
		width:240px !important;
		min-width:240px !important;
	}
	.graph-inner{
		width:240px !important; 
		height:460px;
	}
	.graph-mid-fix {
		width:240px !important;
		position:relative;
		left:20px;
	}
}
@media(max-width:768px) {
	#wrapper.toggled #sidebar-wrapper{
		position:fixed;
		left:0;
		margin:0;
		width:100%;
		height:100%;
		overflow:hidden;
	}
	.header{
		height:230px;
	}
	.home-header{
		background: url(../images/home-header-bg.jpg) no-repeat ;	
		background-position: center top;
		background-attachment:scroll; 
		background-size:auto 240px;
	}
	.strategy-header{
		background:url(../images/strategy-header-bg.jpg) no-repeat ;
		background-position: center top;
		background-attachment:scroll; 
		background-size:auto 240px;
	}
	.innovation-header{
		background:url(../images/innovation-header-bg.jpg) no-repeat ;
		background-position: center top;
		background-attachment:scroll; 
		background-size:auto 240px;
	}
	.design-header{
		background:url(../images/design-header-bg.jpg) no-repeat ;
		background-position: 72% bottom;
		background-attachment:scroll; 
		background-size:auto 240px;
	}
	.leadership-header{
		background:url(../images/leadership-header-bg.jpg) no-repeat ;
		background-position: 72% bottom;
		background-attachment:scroll; 
		background-size:auto 240px;
	}
	.error-header{
		background:url(../images/error-header-bg.jpg) no-repeat ;
		background-position: 72% bottom;
		background-attachment:scroll; 
		background-size:auto 240px;
	}
	.logo{
		font-size:26px;
		padding:4px 15px;
	}
	.main-title{
		font-size:50px;
		line-height:50px;
		top: 110px;
	}
	.menu-opener,.sticky-nav .sticky-nav-top .menu-opener{
		  background-size: 25px;
		  width: 44px;
  		  height: 42px;
	}
	.sidebar-nav{
		position:static;
		padding-top:25px;
		width:100%;
		min-width:220px;
	}
	.sidebar-nav > .more-icon-wht a{
		background:url(../images/more-icon-wht.png) no-repeat 152px center;
		background-size:17px;
		
	}
	#wrapper.toggled {
		padding-left:0;
	}
	.mid-right-sidbar{
		width:350px !important;
		min-width:350px !important;
	}
	.graph-inner{
		width:350px !important; 
		height:700px;
	}
	.graph-mid-fix {
		width:350px !important;
		left:50px;
		margin-bottom:50px;
	}
	.footer li{
		display:block;
		padding:8px 0;
	}
	.footer li a span{
		display:inline-block;
	}
	.testimonial{
		border:none;
		padding:15px 0;
		width:100%;
		margin:0 auto;
	}
	.innovation-favorites {
		border:none;
		padding:15px 0;
		width:100%;
		margin:0 auto;	
	}
	.solution-leadership-profile-header {
		line-height:40px; 
	}
	.solution-leadership-profile {
		border:none;
		padding:15px 0;
		width:100%;
		margin:0 auto;	
	}
	.solution-leadership-profile li {
		text-align:center;	
	}
	.mobile-show {
		display:block;	
	}
	.contact-image {
		display:none;	
	}
	.innovation-icon {
		width:50px; 
		min-height:100px;
		vertical-align:top;
	}
	.innovation-rule {
		padding:10px 5px;
	}
	.innovation-icon-img {
		width:80%;	
		margin-top:10px;
	}
	.mobile-hide {
		display:none;	
	}
	.mid-hide {
		display:inline-block;
	}
	
}
@media(max-width:450px) {
	.home-photo {
		margin: 0px 250px 25px 0px; 
	}
	.mid-hide {
		display:inline-block;
	}
	.solution-leadership-profile-header {
		line-height:20px; 
	}
}

