/* Common Styles Css

Green Link Color  			#b5bd19;
Green Hover Color 			#b5bd19;

Green Bg Color   		: 	rgba(98, 168, 38,0.9)
Green Button Bg Color 	: 	rgba(40, 186, 0, 0.9)

-------------------------------------------------- */
@charset "UTF-8";


@font-face{
    font-family: 'GT-Walsheim-Bold';
    src: url('../fonts/GT-Walsheim-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    }

@font-face{
    font-family: 'GT-Walsheim-Regular';
    src: url('../fonts/GT-Walsheim-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	font: 100%/1.4 'GT-Walsheim-Regular', sans-serif;
	font-size: 14px;
	color: #505050;
}


.space10{ clear:both; height:10px; overflow:hidden;}
.space20{ clear:both; height:20px; overflow:hidden;}
.space30{ clear:both; height:30px; overflow:hidden;}
.space40{ clear:both; height:40px; overflow:hidden;}
.space50{ clear:both; height:50px; overflow:hidden;}
.space60{ clear:both; height:60px; overflow:hidden;}


.linkHighlight{
    color: #b5bd19;
    font-size: 20px;
    font-weight: normal;
    text-decoration: none !important;
}
.linkHighlight:hover{
	color: #949c00;
}

.relativeContainer{
	position: relative;
}
.containerNve60{
	margin-top:-60px;
	padding-top:0px;
}

.nextBtn, .prevBtn{ margin-right:20px; font-size:24px; color:#CCCCCC;}

.fullVideoBg #tubular-player{ top:0px !important;}
.videoBanner #tubular-container,
.videoBanner #tubular-shield,
.videoBanner #bgPattern{ 
	height:400px !important;
	position:absolute !important;
}


.imagePhotoBanner #bgPattern{ 
	z-index:-1;
	
}
.imagePhotoBanner .bgImageHolder{
	background-size:cover !important;
	background-position:center;
	background-repeat:no-repeat !important;
	-webkit-user-drag: none;
	pointer-events:none;
	display: block;
	position: fixed;
	z-index: -2;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
	/*background: url('../img/projectListbgImage.jpg');*/
}
.imagePhotoBanner .bgImageHolder.projectDetailsCover{
	background: url('../img/color-bg.jpg');
}

.justifiedContent{ text-align:justify !important;}

.sqWorkPowered {
	position: absolute;
	bottom:12px;
	right:15px;
	background-image: url(../img/sqWorkPowered.png);
	width: 105px;
	height: 21px;
}
.homePageBody .sqWorkPowered {
	background-image: url(../img/sqWorkPoweredWhite.png);
}

.multicolum2{
	-webkit-column-count:2;
	-moz-column-count:2;	
	column-count:2;
	-webkit-column-gap:30px;
	-moz-column-gap:30px;
	column-gap:30px;
}

.textShadow {
	text-shadow: 1px 1px 3px #191919;
	filter: dropshadow(color=#191919, offx=1, offy=1);
}

.topImageBackground{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	width:100%;
	height:650px;
	position:absolute;
	top:0px;
	left:0px;
}
.topImageBackground.studioPage{
	height:100% !important;
}

/* Common Title */
.mainTitlewrap{
	border-top:1px solid #ffffff;
}
.mainTitlewrap ul{
	margin: 30px 0px 0px;
	padding: 0px;
}
.mainTitlewrap li{ 
	list-style-type:none; 
	display:block; 
	padding:0px 40px 0px 0px; 
	font-size:24px;
	line-height:45px;
	color:rgba(255, 255, 255, 1);
	text-decoration:none !important;
	text-transform:uppercase;
	text-shadow: 1px -1px 1px #494949;
}

.publicationWrap .mainTitlewrap li{ margin-bottom:-3px;}

/* Navigation
-------------------------------------------------- */
@media (max-width: 992px){
	.navbar-header {
		/*width: 200px;*/
		width: 150px;
	}
	.navbar-brand img {
    	width: 100% !important;
	}
}
@media (max-width: 767px){
	.navbar-header {
		width: 100%;
	}
	.navbar-header .navbar-brand{
		width: 200px;
	}
	.navbar-brand img {
    	width: 100% !important;
	}
}

.navContainer{
	padding: 30px 15px 0px 15px !important;
	
}
@media (min-width: 1200px){
	.container.navContainer {
		max-width: 95%;
	}
	#footer > .container{
		max-width: 95%;
	}
}
.navContainer .navInnerContainer{
	height:80px;
	/*border-bottom:1px solid #ffffff;*/
}

.navContainer .navbar-collapse{
	padding-right:0px;
	padding-left:0px;
}

.navbar-brand{
	padding-top: 0px !important;
}
.navbar-brand img{ width:90%;}

/*.navbar .nav > li > a {
	display: inline-block;
	font-size: 16px;
	font-weight: 100;
	float: none;
	padding: 10px 20px 10px;
	color: #ffffff;
	text-decoration: none;
	text-shadow: none !important;
	letter-spacing: 2px;
}*/
.navbar .nav > li > a {
	display: inline-block;
	font-size: 13px;
	font-weight: 100;
	float: none;
	padding: 10px;
	color: #000;
	
	text-decoration: none;
	
	letter-spacing: 1px;
	text-transform:uppercase;
}
@media (max-width: 992px){
	.navbar .nav > li > a {
		padding: 10px 6px;
	}
}

.navInnerContainer .nav.navbar-nav{
	margin-top:25px;
}


.navbar .nav > li > a:hover,
.navbar .nav > li > a.active{
	/*color:#d1d1d1;*/
	color:#b5bd19;
}
.navbar .nav > li > a:hover{     color: #b5bd19; }
.navbar .nav > li > a.active{ font-weight:bold;}

.navbar .nav > li > a.menuIcon{ font-size:12px;}
.navbar .nav > li:last-child > a {
	padding-right: 0px !important;
}

.mainMenuDrop .dropdown-menu{
	background-color: rgba(255,255,255,0.4) !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	padding: 3px 0 !important;
}
.mainMenuDrop .dropdown-menu > li > a{ color:#ffffff;}
.mainMenuDrop .dropdown-menu > li > a:hover,
.mainMenuDrop .dropdown-menu > li > a:focus {
  color: #666666 !important;
  text-decoration: none;
  background-color: rgba(255,255,255,0.6) !important;
}

.mainMenuDrop.open > a, 
.mainMenuDrop.open > a:hover, 
.mainMenuDrop.open > a:focus{
	color: #fff !important;
	background-color: rgba(255,255,255,0.1) !important;
}



/* Website BG Pattern */
#bgPattern {
	-webkit-user-drag: none;
	pointer-events:none;
	display: block;
	position: fixed;
	z-index: 2;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
	/*background: url('../img/newBgpatterOver.png');*/
	/*background: rgba(58,40,86,.9);*/
	/*background: rgba(153, 191, 51,0.9);*/
	/*background: rgba(98, 168, 38,0.9);*/ /*Old Green*/
	/*background: rgba(181, 189, 25, 0.9);*/ /* Moco Yellow  #b5bd19 
	background: rgba(154, 192, 52, 0.9);last Green */
    background: rgba(83,86,77,0.9)
}

#bgPattern.homePageOverlay{
	/*background: rgba(98, 168, 38,0.8);*/
	background: rgba(58,40,86,.03);
	z-index:-1;
}
#bgPattern.projectDetailBgPattern{
	/*background: rgba(98, 168, 38,0.6);*/
	background: rgba(154, 192, 52, 0.6);
}


/* Header Section
-------------------------------------------------- */
.navigationBackground{
	width: 100%;
	/*height: 170px;*/
	position: relative;
	background-color: #fff;
	opacity:0.9;
	border:none;
	margin:0 auto;
	/*background: url(../img/headerNewBg.png) repeat-x 0px 0px;*/
	
}
.navigationBackground.bgZero{
	background:none !important;
}




/* Home/Index Page
-------------------------------------------------- */
.homeContentContainer{
	margin-top:-60px;
	padding-top:0px;
}


/* Home News */
.homeNewsUpdates{
	width:400px;
	height:180px;
	
	position: absolute;
	top: 2px;
	right: 15px;
	z-index:2;
}
.homeNewsUpdates h2{
	padding:10px 10px 5px 10px;
	color: #ffffff;
	font:800 14px "GT-Walsheim-Regular", sans-serif;
	background-color: rgba(227, 227, 227, 0.6);
	/*text-shadow: #000 1px 1px 2px;
	text-transform: uppercase;*/
	/*background-color:#b81c35;*/
	height:35px;
	position:relative;
	margin-bottom: 1px;
	margin-top:0px;
}
.homeNewsUpdates .newsList{
	/*padding:5px 10px 0px;*/
	height:114px;
	overflow:hidden;
	/*overflow-y:auto;*/
	background-color:rgba(198,198,198,0.4);
}
.homeNewsUpdates .news{
	margin-bottom:1px;
	/*border-left: 2px solid #bd2e45;*/
	padding-left: 10px;
	height:50px;
	list-style-type:none;
	padding-top:10px;
}
.homeNewsUpdates .news a{ text-decoration:none !important;}
.homeNewsUpdates .news p{
	color:#f2f2f2;
	padding:5px 0px 0px;
	font-size:12px;
	line-height:13px;
}
.homeNewsUpdates .news span{
	font-size:11px;
	display:block;
	color:#f2f2f2;
	font-style:italic;
}


.home-new-updates .newsList{
	/*padding:5px 10px 0px;*/
	height:114px;
	overflow:hidden;
	/*overflow-y:auto;*/
}
.home-new-updates .news{
	margin-bottom:1px;
	/*border-left: 2px solid #bd2e45;*/
	padding-left: 10px;
	height:50px;
	list-style-type:none;
	padding-top:10px;
}
.home-new-updates .news a{ text-decoration:none !important;}
.home-new-updates .news p{
	padding:5px 0px 0px;
	font-size:16px;
	line-height:13px;
}
.home-new-updates .news span{
	font-size:14px;
	font-style:italic;
}





/* Contact Page
-------------------------------------------------- */
    .contactPageContainer {
		background-color:#fff;
		display:none;
		width:450px;
		padding:15px;
		text-align:left;
		z-index:8000;
		opacity:0.8;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		-moz-box-shadow: 0 0 50px #ccc;
		-webkit-box-shadow: 0 0 50px #ccc;
  }

  .contactPageContainer h2 {
		margin:0px;
		padding:10px 0 10px 45px;
		border-bottom:1px solid #333;
		font-size:20px;
  }
  #exposeMask img{ border:none !important; display:none !important;}
  
  .contactMap{
	  position:absolute;
	  width:120%;
	  height:100%;
	  top:0px;
	  left:-40px;
	  z-index:0;
  }

.contactContainer{
	/*position: absolute;
	color: #999999;
	margin: 0 auto;
	width: 337px;
	height: 330px;
	top:40px;
	right:15px;*/
} 
.contactContainer h2 {
	padding: 10px 10px 5px 10px;
	color: #ffffff;
	font: 800 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: rgba(227, 227, 227, 0.6);
	height: 35px;
	position: relative;
	margin-bottom: 1px;
	margin-top: 0px;
}
.contactAddressContainer{
	/*color: #999999;*/
	/*background-color: rgba(198,198,198,0.4);*/
}
.contactAddressContainer .top-contact{
	font-size:14px;
	line-height:22px;
	/*font: 14px/22px 'Open Sans';*/
}

.contactAddressContainer .top-contact .rte {
	margin-bottom: 20px;
	margin-left: 8px;
	/*font: 14px/22px 'Open Sans';*/
	font-size:14px;
	line-height:22px;
}
.contactAddressContainer .top-contact .rte p {
	margin-bottom: 10px;
	/*font: 14px/22px 'Open Sans';*/
	font-size:14px;
	line-height:22px;
	color:#f2f2f2;
}
.contactAddressContainer .top-contact .btnLabel {
	display: block;
	height: 36px;
	/*max-width: 265px;
	width: 80%;
	margin: 0 auto;*/
	padding: 0 10px;
	/*font: 12px/38px 'Open Sans';*/
	font-size:12px;
	line-height:36px;
	text-decoration: none;
	margin-bottom: 5px;
	z-index: 10000000;
	position: relative;
	cursor: pointer;
	/*background-color: #2e2e2e;*/
	background-color: rgba(198,198,198,0.2);
}
.contactAddressContainer .top-contact .btnLabel a {
	text-decoration: none;
}
.contactAddressContainer .top-contact .btnLabel.phone{ letter-spacing:1px;}
.contactAddressContainer .top-contact label{
	display: inline-block;
	width: 22px;
}
.contactAddressContainer .top-contact label i{ margin-top:4px;}
.contactAddressContainer .address {
	text-align: left;
	margin-bottom: 10px;
}
.contactAddressContainer .address a{
	text-decoration: none;
}




/* Project Page
-------------------------------------------------- */
.projectListContainer{ /*margin-top:108px;*/ margin-top:0px; position:relative; padding-bottom: 20px !important;}
.projectListContainer .projIcons{ 
	float:right;
	display:inline-block;
	font-size: 18px;
	margin: 25px 5px 0px 5px;
	color:#ffffff;
}
.projectListContainer .projIcons span{ font-size:14px; line-height:16px;}
.projectListContainer .projIcons a{ color:#ffffff;}

/* Project Menu */
.projectMenuwrap{
	border-top:1px solid #ffffff;
}
.projectMainMenu{ margin:30px 0px 0px; padding:0px; text-align:center;}
.projectMainMenu li{ list-style-type:none; display:inline-block; /*float:left;*/}
.projectMainMenu li a{ 
	padding:0px 30px 0px 0px; 
	font-size:14px;
	line-height: 45px;
	/*color:rgba(255, 255, 255, 0.4);*/
	color:#555555;
	text-decoration:none !important;
	text-transform:uppercase;
	/*text-shadow: 1px -1px 1px #494949;*/
	letter-spacing:1px;
}
.projectMainMenu li a:hover{color:#b5bd19; }
.projectMainMenu li a.active{color:#b5bd19; font-weight:bold;  }
.projectMainMenu li:last-child a{ padding-right:0px !important;}

.projectSubMenuwrap{}
.projectSubMenuwrap .projectSubMenu{margin:10px 0px 0px;}
.projectSubMenu{/* margin:10px 0px 0px;*/ margin:60px 0px 0px;  padding:0px; text-align:center;}
.projectSubMenu li{ list-style-type:none; display:inline-block; /*float:left;*/ margin-bottom:15px;}
.projectSubMenu li a{ 
	padding:0px 30px 0px 0px; 
	font-size:14px;
	line-height:18px;
	color:#555555;
	text-decoration:none !important;
	text-transform:uppercase;
	letter-spacing:1px;
}
.projectSubMenu li a:hover{color:#b5bd19; }
.projectSubMenu li a.active{color:#b5bd19; font-weight:bold;  }
.projectSubMenu li:last-child a{ padding-right:0px !important;}

.projectShortDetails > li { margin-right:15px; padding-right:15px; font-size:16px; /* border-right: 1px solid #ccc;*/}
.projectShortDetails > li:last-child{ border:none !important; }
.projectShortDetails > li span{ font-weight:bold;}


/* Trending List - Whois Getting Published page */
.projectCollegeList{ padding:20px !important; }
.projectCollegeList li {
    position: relative;
	display:inline-block;
	padding:2px;
	margin:5px 2px;
}
.projectCollegeList .imageContainer {
	/*margin:10px;*/
	margin:1px;
	-webkit-user-select: none;
	position: relative; 
	float: left;	
	padding: 0px;
}

.projectCollegeList .imageContainer a {
	margin: 0px;
	/*padding: 0px;*/
}

.projectCollegeList .imageContainer .viewImageAction{
	display:block;
	background-position:center;
	background-size:cover;
	cursor:pointer;
	transition: all .3s ease;
}
.projectCollegeList .imageContainer:hover .viewImageAction{
	background-size: 120% auto;
}

.projectCollegeList li .imgBrick,
.projectCollegeList .imageContainer div.imgBrick{position: relative;}
.projectCollegeList li .imgBrick img,
.projectCollegeList .imageContainer div.imgBrick img{ vertical-align:bottom; }
.projectCollegeList li div.imgBrick,
.projectCollegeList .imageContainer div.imgBrick{
    background: none repeat scroll 0 0 #F0F0F0;
    color: #666666;
    font-weight: 600;
    line-height: 20px !important;
    min-height: 107px;
}

.projectCollegeList li:hover div.imgBrick, 
.projectCollegeList li.selected div.imgBrick {
    background: none repeat scroll 0 0 #89C2C6 !important;
    color: #43888A !important;
}
.projectCollegeList li:hover div.imgBrick,
.projectCollegeList .imageContainer:hover .imgBrick{ 
    background: none repeat scroll 0 0 transparent !important;
}

.projectCollegeList li .imgBrick .actions,
.projectCollegeList .imageContainer .imgBrick .actions{ 
	padding:0px; 
	/*display:none;*/ 
	/*background-color:rgba(102,102,102,0.6);
	background-color:rgba(98, 168, 38,0.9);*/
    background-color: rgba(181, 189, 25,0.6);
	
	color:#ffffff;
	text-align:center;
	position:absolute;
	right:0px;
	left:0px;
	bottom:0px;
	width:auto;
	height:100%;
	/*transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;*/
    opacity:0;
    transition: all .3s ease;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    transition: all .3s ease;
}
.projectCollegeList li:hover .imgBrick .actions,
.projectCollegeList .imageContainer:hover .imgBrick .actions{ 
	/*display:block;*/ 
	opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    text-decoration: none;
}

/*.projectCollegeList .imageContainer .imgBrick .actions:after {
    content: '';
    background: rgba(40,186,0,.9);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    z-index: 1;
    transition: all .3s ease;
}
.projectCollegeList .imageContainer:hover .imgBrick .actions:after {
    margin: 20px;
}*/

.projectCollegeList .imageContainer .imgBrick .actionsOverHide{
	padding:0px; 
	background-color:rgba(102,102,102,0.6);
	/*background-color:rgba(98, 168, 38,0.6);*/
	color:#ffffff;
	text-align:center;
	position:absolute;
	right:0px;
	left:0px;
	bottom:0px;
	width:auto;
	height:30px;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   opacity:1;
}
.projectCollegeList .imageContainer .imgBrick .actionsOverHide .photoCredit{
	position:absolute;
	display:inline-block;
	line-height:26px !important;
	bottom:2px;
	left:2%;
	font-size:14px;
	font-weight:lighter !important;
	/*text-transform:uppercase;*/
	color:#FFFFFF !important;
	width:99%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align:left;
}

.projectCollegeList .imgBrick .actions .projectViewBtn{ 
	color:#ffffff; 
	border:none;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 0px;
    font-size: 40px;
    width: 60px;
    height: 60px;
	text-decoration:none;
}
.projectCollegeList .imgBrick .actions .projectViewBtn:hover{
	color: rgba(0, 0, 0, 0.4) !important;
}
	
.projectCollegeList .imgBrick .actions .vendorCount{
		/*font-size:26px; text-align:center; margin:80px 0px 5px 0px;*/
    font-size: 16px;
    text-align: right;
    margin: 20px 20px 10px;
}
.projectCollegeList .imgBrick .actions .businessFeatured{font-size:14px; font-weight:lighter; text-align: right; padding: 0px 20px;}
.projectCollegeList .imgBrick .actions .businessFeatured span{ /*font-weight:bold;*/ display:block; line-height:14px; margin-top: 5px;}
.projectCollegeList .imgBrick .actions .businessFeatured span a{ font-weight:bold; color:#ffffff; display:block;}
.projectCollegeList .imgBrick .actions .businessFeatured span a:hover{color:#ffffff !important; text-decoration:underline;}
.projectCollegeList .imgBrick .actions .trendAlbumTitle{
	position:absolute;
	display:inline-block;
	line-height:16px;
	bottom:22px;
	left:2.5%;
	font-size:13px;
	color:#FFFFFF !important;
	width:99%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align:left;
}
.projectCollegeList .imgBrick .actions .photoCredit{
	position:absolute;
	display:inline-block;
	line-height:26px !important;
	bottom:2px;
	left:2%;
	font-size:14px;
	font-weight:lighter !important;
	/*text-transform:uppercase;*/
	color:#FFFFFF !important;
	width:99%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align:left;
}
.projectCollegeList .imgBrick .actions .photoCreditIcon {
	display: inline-block;
	float: left;
	margin-right:4px;
	width:20px;
	height:20px;
	background: url(../img/tbl_web_Sprite.html) no-repeat -60px -212px !important;
}


.projectCollegeList .imgBrick .profilePhoto{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto;
	border: 4px solid #ffffff;
	background-color: #ffffff;
	-webkit-border-radius: 80px;
	border-radius: 80px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.projectCollegeList li.box {
    float: left;
    line-height: 1.4em;
    margin: 5px;
    padding: 5px;
	/*width:225px;*/
	width:270px;
}
.projectCollegeList li .imgBrick img{
	/*min-width:225px;*/
	min-width:270px;
}

.projectBriefAbs{
	position:absolute;
	top: -155px;
	right: 15px;
	width: 600px;
	height: 200px;
	overflow-y:auto;
	color:#FFFFFF;
	background-color:rgba(0,0,0,0.4);
	padding:15px;
	z-index:1002;
}





/* About Page
-------------------------------------------------- */
.aboutContentWrapBg{
	/*margin-top:230px;
	background-color:rgba(255,255,255,0.6);*/
	position: relative;
	/*border: 1px solid #fff;*/
}
.aboutContentWrapBg .mainTitlewrap{ margin-top: -122px; margin-bottom: 20px;}

.aboutContainer .circ-wrap img{
	border:1px solid #AAAAAA; 
	-webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
	max-width:100%;
}

#officeCarousel .carousel-inner .item{ text-align:center; }
#officeCarousel .carousel-inner .item img{ text-align:center; margin:0 auto; }
#officeCarousel .carousel-indicators,
#officeCarousel .carousel-control {
	z-index:3;
}
#officeCarousel .carousel-indicators{ left:20px !important; bottom:0px !important; margin-left:0px !important; text-align:left !important; }
.officeScroller{ position:relative;}
.officeScroller .cadenceWaterMark {
	/*background-image: url(../img/cadenceOfficeWaterMark.png);
	background-position: bottom left;
	background-repeat: no-repeat;*/
	height:100%;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 2;
}
.officeScroller .cadenceWaterMark img{ max-width:100%;}
.officeScroller .officeDetails {
	width:100%;
	height: 448px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}
.officeScroller .officeDetails h1, 
.officeScroller .officeDetails h3{ 
	padding-left:20px; 
	padding-right:20px;
}
.officeScroller .officeDetails h1 {
	font-size: 18px;
	margin: 30px 40px 0px;
	line-height: 20px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #303030;
	filter: dropshadow(color=#303030, offx=1, offy=1);
	font-style: italic;
}
.officeScroller .officeDetails h3 {
	font-size:18px;
	margin:20px 40px 20px;
	line-height:24px;
	color: #FFFFFF;
	text-shadow:1px 1px 1px #303030;
	filter: dropshadow(color=#303030, offx=1, offy=1);
}
.offtxt .lead{ 
	font-size:14px;
    margin-bottom: 20px;
    line-height: 24px;
}
.officeMemberProfiles .profileTile{ margin-bottom:30px;}
.officeMemberProfiles .thumbnail.profile-item{ overflow:hidden; position:relative;}
.officeMemberProfiles .thumbnail img{ max-width:100%;}
.rtScrolableThumb .profileDetails{ 
	position:absolute;
	top:260px;
	left:0px;
	width:100%;
	height:100%;
	background-color: rgba(56,56,56,0.6);
	overflow:hidden;
	z-index:1;
}
.rtScrolableThumb .profileDetails .profileInner{
	padding:10px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	height:100%;
	width:100%;
	z-index:2;
}
.rtScrolableThumb .profileDetails .name,
.rtScrolableThumb .profileDetails .post{
	display:block;
}
.rtScrolableThumb .profileDetails .name{
	font-size:18px;
	color:#FFFFFF;
}
.rtScrolableThumb .profileDetails .post{
	font-size:14px;
	color:#CCCCCC;
}



/* Award Page
-------------------------------------------------- */
.awardContainer{ /*margin-top: 108px;*/}
.awardContainer ul.awardList {
	list-style: none;
	padding: 0;
	margin: 20px 0px 40px 0px;
	width: 100%;
	text-align: left;
}
.awardContainer ul.awardList li {
	height:190px;
	/*width:380px;*/
	width:33.33%;
	/*background-color: rgba(0,0,0,0.1);*/
	list-style-type: none;
	float:left;
	margin:20px 0px 20px 0px;
	position:relative;
	/*border:1px solid #f0f0f0;*/
	/*background-image: url(../img/awardPage.png);*/
	background-repeat: no-repeat;
	background-position: top right;
}

.awardContainer ul.awardList li:nth-child(odd){border-right:1px solid #d7d8da;}
.awardContainer ul.awardList li:nth-child(even){border-right:1px solid #d7d8da;}
.awardContainer ul.awardList li:nth-child(3n+3){border-right:none !important;}


.awardContainer ul.awardList li:hover{/*background-image: url(../img/awardPageHover.png)*/ }
.awardContainer ul.awardList .scrollerContent {
	width: auto;
	height: auto;
	overflow: hidden;
	padding: 10px;
	/* background-image: url(../images/verticalSeperator.jpg); */
	background-repeat: no-repeat;
	background-position: top right;
	color: #b4b4b4 !important;
	margin-top: 0px;
}
.awardContainer ul.awardList .newsTitle {
	font-size:16px !important;
	line-height: 22px !important;
	color: #444444 !important;
	text-align:center;
	margin-bottom:0px !important;
	margin-top:0px;
}
.awardContainer ul.awardList .newsContent {
	font-size: 13px !important;
	text-align: center !important;
	display: block;
	overflow: hidden;
	color: #707070;
	margin-bottom:0px !important;
}

@media (max-width: 600px){
	.awardContainer ul.awardList li{
		width:100%;
		height: auto;
		border-right:none !important;
		border-bottom: 1px solid #d7d8da;
		margin: 10px 0px 0px 0px;
		float:none;
	}
	.awardContainer ul.awardList li:last-child{
		border:none !important;
	}

}


ul.newsUpdaList .newsContent {
	font-size: 18px !important;
}
ul.newsUpdaListww > li{ margin-bottom:30px;}



/* Publication Page
-------------------------------------------------- */
.publicationWrap{ margin-top: 108px;}

.publicationWrap .projIcons{ 
	float:right;
	display:inline-block;
	font-size: 18px;
	margin: 25px 5px 0px 5px;
	color:#ffffff;
}
.publicationWrap .projIcons span{ font-size:22px; line-height:16px; float:left; margin:2px 6px 0px 0px;}

.publicationContainer{/*margin-top: -8px;*/ margin-top: -11px;}
.publicationContainer #ixwrapper {
	position: relative;
	/*z-index: 1;
	left: 0px;
	right: 0px;
	height: 100%;
	overflow-x: scroll;
	cursor: w-resize;*/
}
.publicationContainer .rtScrolable{ 
	width:100%; 
	height:100%; 
	position:relative; 
	/*background-color:rgba(56,56,56,0.1);*/
	background-color:rgba(255,255,255,0.96);
	}
.publicationContainer .rtScrolable ul {
	/*width: 360%;
	height: 100%;
	margin: 0px;
	overflow: hidden;*/
	margin: 0px;
	padding:0px;
}
.publicationContainer .rtScrolable ul li {
	list-style-type: none;
	float: left;
	overflow: hidden;
	width:33.33%;
	height: 100%;
	padding: 0px 2%;
	/*border: 1px solid #ffffff;*/
}
.publicationContainer .scrollerContent {
	width: auto;
	height: auto;
	overflow: hidden;
	/*padding: 10px 40px;*/
	padding: 10px 0px;
	/*margin-top: 60px;*/
	/*background-image: url(../img/verticalSeperator.jpg);*/
	background-repeat: no-repeat;
	background-position: top right;
	color: #b4b4b4;
	text-align:center;
}
.publicationContainer .scrollerContent .boxShadow{ text-align:center; }
.publicationContainer .scrollerContent .boxShadow img{ border: 1px solid #e2e2e2;}
.publicationContainer .scrollerContent h2 {
	font-size:16px;
	line-height:22px;
	color: #444444 !important;
	margin-top:0px;
	margin-bottom:0px;
}
.publicationContainer .scrollerContent h2 span{ font-weight:bold; color: #333333 !important;}
.publicationContainer .scrollerContent p {
	text-align: center;
	color: #666666;
	font-size:13px;
	line-height:18px;
	margin-bottom:0px;
}




.publicationContainer .thumbnail.product-item{
	border-top:0px;
	border-left:0px;
	border-right:0px;
	overflow:hidden;
	max-height:300px;
	padding-top:20px;
	background:none;
	border-bottom:4px solid rgba(0,0,0, 0.1);
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}

.publicationContainer .thumbnail.product-item h3 span {
	color: #727272;
}





/* Common Images Scrolling Banner */
.projectDetailTitleBg{
	position:absolute; 
	top:0px;
	left:0px;
	width:100%;
	height:400px;
	z-index:0;
	/*background-image:url(../img/imageScrollingBg.png);
	background-repeat:repeat-x;
	background-position:center bottom;*/
	/*background-image:url(../img/blackMaze.png);*/
	background: rgba(98, 168, 38, 0.9);
	background-repeat:repeat;
	background-position:center bottom;
}
.absImageScrollerTop{ 
	position:absolute; 
	top:0px;
	left:0px;
	width:100%;
	height:400px;
	z-index:-1;
	background-color:#d6d8da;
}

#projectdetailedScroll {
	width:100%;
	height: 400px;
	position: relative;
}
#projectdetailedScroll img {
	position: relative;
	float: left;
	padding: 0;
	height:400px;
	margin:0px 4px 0px 0px;
	/* If you don't want the images in the scroller to be selectable, try the following
	   block of code. It's just a nice feature that prevent the images from
	   accidentally becoming selected/inverted when the user interacts with the scroller. */
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}


/* bootstrap modal Custom */
.modal-content{
	border-radius:0px !important;
}

@media screen and (min-width:480px) and (max-width:767px){
	.navbar-collapse,
	.navbar-collapse.in {
		overflow-y: visible !important;
		overflow-x: hidden !important;
		background-color:rgba(0,0,0,1);
	}
	.navbar-nav{
		float:none !important;
	}
	.navbar .nav > li{ border-bottom:1px solid #181818;}
	.navbar .nav > li:last-child{border-bottom:none;}
	.navbar .nav > li > a{ 
		display:block !important;
		padding: 10px 30px 10px !important;
	}
}


@media screen and (min-width:320px) and (max-width:480px){
	.navbar-collapse,
	.navbar-collapse.in {
		overflow-y: visible !important;
		overflow-x: hidden !important;
		background-color:rgba(0,0,0,1);
	}
	.navbar-nav{
		float:none !important;
	}
	.navbar .nav > li{ border-bottom:1px solid #181818;}
	.navbar .nav > li:last-child{border-bottom:none;}
	.navbar .nav > li > a{ 
		display:block !important;
		padding: 10px 30px 10px !important;
	}
}





/*
	Loading Btn Animation
*/
.button-load-animation {
	position:relative;
	display: inline-block;
	border:0;
	margin:0;
	padding:0;
	cursor:pointer;
	font-size: 14px;
	font-weight: normal;
	text-decoration:none !important;
	color:rgba(0,0,0,0);
	background:transparent;
	border-radius:0px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
}

.button-load-animation,
.button-load-animation:after,
.button-load-animation:before {
	padding:.6875rem 2rem;
	-webkit-transition:-webkit-transform 0.75s,background-color .125s;
	-moz-transition:-moz-transform 0.75s,background-color .125s;
	-ms-transition:-ms-transform 0.75s,background-color .125s;
	transition:transform 0.75s,background-color .125s;
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	transform-style:preserve-3d;
}
.button-load-animation:after,
.button-load-animation:before {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	border-radius:0px;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;

}
.button-load-animation:before {
	z-index:2;
	color:#fff;
	background-color: rgba(0, 0, 0, 0.25);
	content:attr(data-label);
}
.button-load-animation:after {
	z-index:1;
	background-color:#999;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url(data:image/gif;base64,R0lGODlhEAAQAPIAAJmZmf///7CwsOPj4////9fX18rKysPDwyH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQACgABACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkEAAoAAgAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkEAAoAAwAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkEAAoABAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQACgAFACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQACgAGACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAAKAAcALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==);
	-webkit-transform:rotateX(180deg);
	-moz-transform:rotateX(180deg);
	-ms-transform:rotateX(180deg);
	transform:rotateX(180deg);
	content:'';
}
.button-load-animation:active:before {
	background-color: rgba(0, 0, 0, 0.2);
}
.button-load-animation.loading {
	-webkit-transform:rotateX(180deg);
	-moz-transform:rotateX(180deg);
	-ms-transform:rotateX(180deg);
	transform:rotateX(180deg);
}




/* 
	Updated 
   	2016
	------------------------------------------------------
*/
img {
  vertical-align: middle;
	max-width:100%;
}
.lightbox img{ max-width: none !important; }
.lightbox .lb-outerContainer{
	webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	border-radius: 0px !important;
}
.lightbox .lb-container {
    padding: 0px !important;
}
.lightbox .lb-image {
    -webkit-border-radius: 0px !important; 
    -moz-border-radius: 0px !important; 
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border-radius: 0px !important;
}
.lightbox .lb-data .lb-close{
	  background-size: 100% !important;
    margin-right: -5px !important;
    width: 18px !important;
    height: 18px !important;
}

.project-headline,
.hero-headline {
	font-size: 36px;
	line-height: 40px;
	max-width: 800px;
	margin: 0 auto 20px;
	letter-spacing: -.045em;
	position: relative;
	z-index: 15;
	text-shadow: 0 1px 1px rgba(0,0,0,.15);
	color:#fff;
	text-align:center;
}
.pageContentIntroTxt .hero-headline{ display:none;}
.hero-heading-green{
    color: #b5bd19;
    font-size: 32px;
    line-height: 48px;
    margin: 0 0 20px 0;
    letter-spacing: -.055em;
}
.hero-subhead {
	position: relative;
	z-index: 15;
	line-height: 24px;
	margin: 0 auto;
	max-width: 800px;
	font-size: 16px;
	color:#fff;
	text-align:center;
}

.col-center {
    max-width: 600px;
    margin: 0 auto;
}
.intro-copy {
    margin-bottom: 60px;
    padding-bottom: 60px;
    color: #333;
    position: relative;
}
.intro-copy:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: '';
    width: 100px;
    height: 2px;
    background: #b5bd19;
    margin-top: -2px;
    margin-left: -50px;
}
.intro-copy p {
    font-size: 16px;
    line-height: 32px;
}
.intro-copy p:last-child {
    margin-bottom: 0;
}

.pageContentIntroTxt{ 
	padding: 60px 15px !important;
 	position:relative;
}

.pageContentIntroTxt a.scrollBottom {
    padding-top: 70px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    text-align: center;
    text-decoration: none;
	display:none;
}
.pageContentIntroTxt a.scrollBottom span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb05 1.5s infinite;
	animation: sdb05 1.5s infinite;
	box-sizing: border-box;
}

.pageContentIntroTxt.project-details{ 
	padding: 50px 15px 20px !important;
}
.pageContentIntroTxt.project-details .project-headline, 
.pageContentIntroTxt.project-details .hero-headline {
    text-shadow:none;
    color: #333333;
    padding-bottom: 20px;
}
.pageContentIntroTxt.project-details .project-headline:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: '';
    width: 100px;
    height: 2px;
    background: #b5bd19;
    margin-top: -2px;
    margin-left: -50px;
}
.pageContentIntroTxt.project-details .hero-subhead {
    color: #333333;
}
.pageContentIntroTxt.project-details .projectSubMenu {
    margin: 20px 0px 0px;
}
    



@-webkit-keyframes sdb05 {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}
@keyframes sdb05 {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}

.pageContentBg { background-color:#FFFFFF;}


/* 
	New Employee List Style
*/
.employee {
    width: 25%;
    float: left;
    padding: 0 20px;
    margin-bottom: 40px;
    transition: outline .3s ease;
}
a.employee{ text-decoration:none;}
@media screen and (min-width:480px) and (max-width:767px){
	.employee {
		width: 33.33%;
	}
}

@media screen and (min-width:320px) and (max-width:480px){
	.employee {
		width: 50%;
	}
}

.employee-info {
    display: block;
    border: none;
    position: relative;
}
.employee .employee-info {
    transition: all .1s ease;
}
.employee:hover .employee-info {
    background: #b5bd19;
}
.employee-info:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .3s ease;
    outline: 0 solid #b5bd19;
	cursor:pointer;
}
.employee:hover .employee-info:after {
    outline: 20px solid #b5bd19;
}

.employee-pic {
    background: #efefef;
    margin-bottom: 10px;
	display: block;
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	border: 1px solid #e2e2e2;
}
.employee-pic img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    display: block;
}


.employee-name, 
.employee-title {
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    transition: all .1s ease;
    text-overflow: ellipsis;
    width: 100%;
}
.employee .employee-name {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 10px 0;
    letter-spacing: -.055em;
	color: #707070;
}
.employee-title {
    color: #b5bd19;
    margin-bottom: 40px;
    font-size: 12px;
    letter-spacing: .0325em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
}
.employee:hover .employee-name, 
.employee:hover .employee-title {
    color: #fff;
}


.teamModal .modal-content{
	border: 4px solid #b5bd19;
}



/* Call Out Section */
.callout-block {
    margin: 100px 0;
    padding: 100px;
    background-color: #efefef;
    image-rendering: -webkit-optimize-contrast;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.callout-block {
    margin-top: 10px;
    margin-bottom: 40px;
    background-image: url('../img/moco-artboard.png');
}
.callout-copy-center {
    text-align: center;
}
.callout-copy {
    margin: 0 auto;
    max-width: 600px;
}
.callout-copy .small-headline {
    margin-bottom: 10px;
    color: #b5bd19;
}


/*
	Green Button 
*/
.button {
    display: inline-block;
    font-size: 12px;
    letter-spacing: .0325em;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    line-height: normal;
    background: 0 0;
    padding: 12px 20px;
    border-radius: 4px;
    text-align: center;
    transition: all .3s ease;
	text-decoration:none;
}
.button:hover{ opacity:0.8 }
.button-primary-solid {
    /*border: 2px solid #b5bd19;
    background: #b5bd19;*/
    border: 2px solid #b5bd19;
    background: #b5bd19;
	
    color: #fff;
}
.button-primary-solid:hover, 
.button-primary-solid:focus {
    color: #fff;
    text-decoration: none;
}

/* Home intro sections */
.home-section-intro{
    padding-bottom: 60px;
    margin-bottom: 80px;
}
.home-section-intro:after {
    width: 300px;
    margin-left: -150px;
}
.home-section-intro p{
	float:left;
	width:30%;
}
.home-section-intro .lead{
	float:right;
	width:60%;
	text-align:left;
	margin-bottom:0px;
}
.home-section-intro .lead li{
	font-size:13px;
}

/* About Page */
.aboutLinks{ text-align:center;}
.aboutLinks img{
	margin:0 auto;
}

.aboutLinks span{ display:block; text-align:center; color:#fff;}
.aboutLinks a{ color:#ffffff; text-decoration:none;}
.aboutLinks a:hover{ color: #d4e7c4; }
.aboutLinks a:hover img{ opacity:0.7;}

.aboutIntro .intro-copy {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.aboutSubHeadings{
	text-transform:uppercase;
}
.aboutSubMenu{
    text-transform: uppercase;
    display: block;
    /*padding: 140px 0px 100px;*/
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
	color:#333333;
	padding-top:100%;
}
.aboutSubMenu:hover{
	text-decoration: none;
	background-color: rgba(154, 192, 52, 0.6);
    color: #fff;
}
.aboutMenuHolder{
	position:relative;
	background-position:center;
	background-repeat:no-repeat;
	background-color: rgba(220, 220, 220, 0.4);
}
/*.aboutMenuHolder:after{
	content:"";
	opacity:0.6;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	margin:0 auto;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size: contain;
}*/


@media (max-width: 500px){
	.aboutSubMenu{
		/*padding: 100px 0px 60px;*/
	}
}
@media (max-width: 386px){
	.aboutMenuHolder{
		background-size:90%;
	}
	.aboutSubMenu{
		/*padding: 80px 0px 40px;*/
		font-size: 13px;
	}
}



/* Career Page */

.careerTitle{ font-size:16px; font-weight:bold;}
.career-list-item .careerSubTitle{ font-size:14px; font-weight:bold;}
.career-list-item hr{ margin-top: 10px; margin-bottom: 10px;}



/* Profile Block */
.outerWrapper #leftContainer {
    float: left;
    margin-top: 28px;
    width: 60%;
}
#leftContainer .containerBlock {
    position: relative;
    float: left;
    width: 100%;
}
#leftContainer span.profileBlock {
    width: 126px;
    height: 128px;
    display: block;
    text-align: left;
    float: left;
    background: transparent;
    margin-right: 3px;
    margin-bottom: 3px;
}

#leftContainer span.profileBlock span.profileImageThumb:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .3s ease;
    outline: 0 solid #b5bd19;
	cursor:pointer;
	opacity: 1;
    z-index: 2;
}
#leftContainer span.profileBlock span.profileImageThumb {
    width: 126px;
    height: 128px;
    display: block;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
	position:relative;
}

span.principalImage.profileImageThumb {
    width: 200px;
    height: 200px;
    display: block;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
	position:relative;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.2);
}

.peoplePage #leftContainer span.profileBlock .profileImageThumb {
    opacity: 0.3;
}
#leftContainer span.profileBlock.active .profileImageThumb:after {
    outline: 8px solid #b5bd19;
	opacity: 1;
}
#leftContainer span.profileBlock:hover .profileImageThumb:after {
    outline: 6px solid #b5bd19;
	opacity: 1;
}
.peoplePage #leftContainer span.profileBlock.active .profileImageThumb,
.peoplePage #leftContainer span.profileBlock:hover .profileImageThumb {
    opacity: 1;
}
#leftContainer span.profileBlock {
    background: url(../img/profileBlockTile.jpg);
}
#leftContainer span.profileBlock.blank {
    background: url(../img/blankTile.jpg);
	opacity: 0.5;
}
.peoplePage #leftContainer span.profileBlock img {
    opacity: 0.3;
}
.peoplePage #leftContainer span.profileBlock:hover img {
    opacity: 1;
}
.containerBlock .ContentBlock, 
.insidePage #leftContainer .containerBlock .heading {
    float: left;
    display: none;
}
#leftContainer .peopleQuotes {
    display: none;
}
#leftContainer .peopleDescription {
    display: none;
}

.outerWrapper .rightContainer {
    float: right;
    width: 38%;
    min-height: 560px;
    position: relative;
}
.rightContainer .rightBlock {
    top: 28px;
    float: left;
    position: absolute;
    width: 100%;
}
.rightContainer .rightBlock .headerBlock {
    border-bottom: 1px solid;
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
    padding-bottom: 2px;
    width: 100%;
    opacity: 0.8;
}
.rightContainer .rightBlock .ContentBlock {
		font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}
.rightContainer .rightBlock .contentDescription {
    color: #000;
    font-size: 13px;
		line-height:18px;
}


@media (max-width: 674px){
	.outerWrapper #leftContainer {
			width: 46%;
	}
	.outerWrapper .rightContainer {
			width: 52%;
	}
	#leftContainer span.profileBlock.blank{
		display:none;
	}
}
@media (max-width: 590px){
	.outerWrapper #leftContainer {
			width: 36%;
	}
	.outerWrapper .rightContainer {
			width: 60%;
	}
	#leftContainer span.profileBlock.blank{
		display:none;
	}
	#leftContainer.profileActive .containerBlock{
		padding-top:132px;
	}
	#leftContainer span.profileBlock.active{
		position:absolute;
		top:0px;
		left:0px;
	}
}
@media (max-width: 340px){
	.outerWrapper #leftContainer {
			width: 36%;
	}
	.outerWrapper .rightContainer {
			width: 52%;
	}
	#leftContainer span.profileBlock.blank{
		display:none;
	}
}

/* Page Menu */
.page-sub-menu{ margin:0px; padding:0px; text-align:center;}
.page-sub-menu li{ list-style-type:none; display:inline-block; /*float:left;*/}
.page-sub-menu li a{ 
	padding:0px 30px 0px 0px; 
	font-size:14px;
	line-height: 45px;
	/*color:rgba(255, 255, 255, 0.4);*/
	color:#555555;
	text-decoration:none !important;
	text-transform:uppercase;
	/*text-shadow: 1px -1px 1px #494949;*/
	letter-spacing:1px;
}
.page-sub-menu li a:hover{color:#b5bd19; }
.page-sub-menu li a.active{color:#b5bd19; font-weight:bold;  }
.page-sub-menu li:last-child a{ padding-right:0px !important;}