@import 'https://fonts.googleapis.com/css?family=Lato:300,400';
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


   
/****/
/*navbar*/
.navbar {margin: 0px;}

.navbar-brand {padding: 5px 5px 0px;}

.navbar-brand img {height: 40px;}

.navbar-collapse {padding-right: 0px;}

.navbar-default {
	border: none;
	background: none;
}

	.navbar-nav > li > a {border-right: 1px solid #9ca538;}
	
	.navbar-nav > li.active {border-bottom: 4px solid #9ca538;}
	.navbar-nav > li.active a {padding-bottom: 11px;}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {padding-bottom: 11px; background: none;}


/*active nav indicator*/
#home #nav-home > a,
#about #nav-about > a,
#work #nav-work > a,
#news #nav-news > a,
#archive #nav-news > a,
#contact #nav-contact > a,
#ppt #nav-work > a,
#prezi #nav-work > a {border-bottom: 4px solid #9ca538; padding-bottom: 11px;}
	
	/*active main nav drop down li*/
	.dropdown-menu > li.active {background: #9ca538; width: 100%;}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a {color: #fff; background: none;}



.page-header {margin-top: 0px; color: #fff;}

/****/
/*main content area*/
.body-content {padding-top: 0px; padding-bottom: 30px;}






/****/
/*new home page 0916*/
#home h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-align: left;
}

	#home #introText h2 {text-align: center;}

#home p.lead {text-transform: none;}


#home .page-header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,c4c4c4+56,adadad+72,e2e2e2+86,f0f0f0+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(196,196,196,1) 56%, rgba(173,173,173,1) 72%, rgba(226,226,226,1) 86%, rgba(240,240,240,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(196,196,196,1) 56%,rgba(173,173,173,1) 72%,rgba(226,226,226,1) 86%,rgba(240,240,240,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(196,196,196,1) 56%,rgba(173,173,173,1) 72%,rgba(226,226,226,1) 86%,rgba(240,240,240,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */

height: 600px;
}


#home #heroNav a {
	font-size: 22px;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	color: #666;
	text-transform: uppercase;
}

#home #heroNav {margin-top: 30px;}

.icon-home {
	display: block; 
	margin: 20px auto 10px auto;
	}

#heroNav li a {text-align: center;}

/*carousel fade*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

#home #heroImg {padding: 0px; top: 6px; padding-right: 100px;}
#home #homeCarousel {padding-top: 50px;}

#home #heroImg,
#home #homeCarousel,
#home .carousel-inner,
#home .carousel-inner img {height: 500px; max-height: 500px;}
#home .carousel-inner img {height: 500px; width: auto; max-width: 100%;}

#home .carousel-inner img {margin-left: auto; margin-right: auto;}
#home .carousel-inner div:nth-child(3) img {max-height: 450px;}


/*twitter*/
#home #twitterArea {
	background: #9ca538;
	padding-top:5px; 
	padding-bottom: 5px;
	}

#home #body-content-container > div {
	display: block;
	overflow: hidden; 
	margin-top: 50px;
	}

#home #introText {
	clear:both;
	display: block;
	overflow: hidden;}

#home .well-sm {
	background-color: #efefef;
	display: block;
	overflow: hidden;
	}
	
	

		
	

/*home service list*/
#serviceList {
	font-size: 14px;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	text-align: center;
}

	#serviceList a {
		color: #666666;
		background: #efefef; 
		display: block;
		height: 160px;
		box-sizing: border-box;
		margin-bottom: 30px;
		overflow: hidden;
		padding: 20px 20px;
	}
	
		
	#serviceList a img {
		display: block;
		margin-bottom: 10px;
		margin-left: auto; 
		margin-right: auto;
	}



/*news & presentation list*/
#recentArea h3.title {
	font-size: 22px;
	font-weight: 100;
	font-family: 'Lato', sans-serif;
	}
	
	#recentArea #recentNews a.btn {margin-right: 20px;}
	
	#recentPPT #recentPPTslide {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center top;
		height: 200px;
	}
	
	#recentPPT #pptContent {
		background-color: rgba(0,0,0,.8);
		color: #fff;
		height: 100%;
		padding: 15px;
		display:none;
		}
		
		#recentPPT #pptContent a {color: #fff;}
		#recentPPT #pptContent a h3 {
			font-weight: 100;
			text-transform: uppercase;
			}
		
	.visible {display: block;}	
	

/*home companies*/
#home #companiesArea {margin-bottom: 150px;}	
#home #companiesArea .row > div {overflow: hidden;}
#home #companiesArea .companyInfo {
	box-shadow: 2px 2px 10px 5px #ccc;
	box-sizing: border-box;
	height: 200px;
	display: block; 
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 40px 20px 10px 20px;
	}
	
		#home #companiesArea #compID3 {padding-top: 10px;}
	
	#home #companiesArea a {
		color: #666;
		display: block;
		overflow: hidden;
		font-size: 16px;
		text-align: center;
	}
	
	#home #companiesArea img {max-width: 100%; height: auto; margin-left: auto; margin-right: auto;}


/****/
/*footer*/
footer {
	background: #555;
	border-top: 1px solid #fde144;
	color: #fff;
	margin-top: 15px;
	padding: 10px;
	z-index: 40;
}

	footer p {margin: 0px;}
	
footer a:link {color: #fff; padding: 0px 5px; text-decoration: underline;}	
footer a:hover {color: #fde144;}
footer a:visited {color: #ccc;}


/****/
/*typography*/
.dropdown-menu>li>a:hover, 
.dropdown-menu>li>a:focus {
	color: #000;
	background-color: #fde144;
}

h1 {font-weight: 400;}


h2 {font-size: 24px; font-weight: normal;}

	.body-content h2 {margin-top: 0px; margin-bottom: 0px;}
	.body-content h3 {color: #9ca538; font-size: 20px; font-weight: 200;}
	
	#subsidiaries h2 {font-size: 20px; margin-bottom: 20px;}
	#work .body-content h2 {margin-top: 5px; margin-bottom: 20px;}
	
	
h3 > a {
	color: #9ca538; /*text color for presentation title/link*/
}

h3 > a:hover {/*color: #090;*/ color: #555;}
	
h4 {
	font-size: 24px;
	font-weight: 200;
	letter-spacing: 0.07em;
	}	
	
	#bottom-content-container h4 {margin: 10px 15px;}	

	section > h4 {margin-top: 10px;margin-bottom: 20px;}

.text-caps {text-transform: uppercase;}
.text-smtitle {font-size: 14px; font-weight: 200;}

.text-gray {color: #ccc;}
.text-note {clear:left; font-style: italic;}
.text-light {font-weight: 200px;}

p.lead {font-size: 18px; text-transform: uppercase;}

h2 > .text-smtitle {
	margin: 0px;
	margin-bottom: -15px;
	display: block;
}

.text-title {
	color: #fff;
	font-size: 24px;
	font-weight: 100;
	text-transform: capitalize;
	bottom: 0;
	position: absolute;
	padding-right: 20px;
}

.text-small {font-size: 12px; font-weight:normal;}

.btn-default {
	background: #9ca538; 
	color: #fff; 
	padding: 10px 20px; 
	border:none; 
	border-radius: none;
	text-transform: uppercase;
}

.btn-default:hover {background: #fde144;}

.btn-black {background: #000; font-size: 14px; padding: 5px 0px;}
.btn-gray {background: #aaa; font-size: 14px; padding: 5px 0px;}

#btn-view-all {background: #666; padding-left: 60px; padding-right: 60px; margin-left:15px; margin-top: 10px;}

.page-header {
	border-bottom: none;
	padding: 0px;
	margin: 0px;
}

.page-header a.btn-default {text-transform: uppercase;}
.page-header a.btn-default:last-child {margin-left: 20px;}

.carousel-caption .text-caps {color: #fde144; font-size: 16px;}
.carousel-caption a > p {color: #fff;}


.box-ltgray {background: #efefef;}

.text-it {font-style: italic;}
.text-bd {font-weight: 700;}


/****/
/*hide bottom-content when false*/
#about #bottom-content-container,
#work #bottom-content-container,
#contact #bottom-content-container,
#privacy #bottom-content-container,
#reports #bottom-content-container,
#presentations #bottom-content-container,
#report #bottom-content-container,
#news #bottom-content-container,
#archive #bottom-content-container {display: none!important;}



/****/
/*subnav - tabs*/
.nav.nav-tabs {margin-bottom: 30px; }

	#service-subTabs.nav-tabs {border-bottom: none; margin: 0 auto;}

.nav.nav-tabs a {
	color: #000;
	font-size: 16px; 
	text-transform: uppercase; 
	line-height: 16px;
	height: 55px;
	box-sizing: border-box;
}
	
	
	#work #workTabs.nav-tabs a {line-height: 35px;}
	

/*.nav.nav-tabs a:hover {background:}*/

.nav.nav-tabs li {
	height: 55px;
	box-sizing: border-box;
	position: relative;
	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 0px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
}

	#service-subTabs.nav-tabs li {
		border: none; 
		border-radius: none; 
		margin: 0; 
		text-align: left; 
	}
	
	#service-subTabs.nav-tabs li a:hover {border:none; border-radius: none;}
	
	#work #service-subTabs.nav-tabs > li > a {
		font-size: 14px;
		line-height: 18px;
		text-transform: none;
		padding-left:70px;
		border-radius: none;
	}
	
.nav.nav-tabs li > a {border: none; margin: 0; padding: 10px 40px;}
	
	/*#work .nav.nav-tabs li > a {padding: 10px 30px;}*/

.nav.nav-tabs li.active a {background-color: #fde144;}

#service-subTabs.nav.nav-tabs li.active {background-color: #fde144;}

#work #service-subTabs.nav.nav-tabs li.active > a {background-color: none;}

#work #service-subTabs.nav.nav-tabs li a {background-position: 14px 5px;}
#work #service-subTabs.nav.nav-tabs li a.oneline {line-height: 35px;}

	#about .nav.nav-tabs li.active span:before {content: "About "; display: block;}
	#about .nav.nav-tabs li#careersTabTitle.active span:before {content: ""; display: block;}


/****/
	/*page headers / image*/
	.page-header {
		background-size: 100%;
		background-position:center;
		background-repeat: no-repeat;
		height:200px;
	}
	
	
	#about .page-header,
	#ecoImpact .page-header {background-image: url(../img/banner/about-bkgd.jpg);} 
	#work .page-header,
	#reports .page-header,
	#presentations .page-header,
	#subscribe .page-header, 
	#pptredirect .page-header {background-image: url(../img/banner/work-bkgd.jpg);}
	#news .page-header, #archive .page-header {background-image: url(../img/banner/news-bkgd.jpg);}
	#contact .page-header,
	#privacy .page-header {background-image: url(../img/banner/contact-bkgd.jpg);}
	


.tab-content {overflow: hidden;}

article {margin-bottom: 30px;}

section {overflow: hidden;}

	#company section,
	#services section {
		border-top: 1px solid #ccc;
		padding-top: 20px;
	}
	
	/*report pages page headers -- show title*/
	#report .page-header {color: #9ca538;}






/****/
/*about us section*/
/*company page*/
.btn-block.margin-bot {margin-bottom: 15px;}

.col-content-wrapper {
	margin: 0px 5px 5px 0px;
	display: block;
	overflow: hidden;
}

	.col-content-wrapper.box-ltgray {
		border-right: none; 
		border-bottom: none; 
		margin-bottom: 5px;
	}
	
	.col-content-wrapper.box-ltgray > * {margin: 10px;}
	

#subsidiaries h3>span {display:none;}
#sub-discovery > h3 {margin-top: 0px;}

#social-links p.text-caps {margin-bottom: 0px;}
#social-links > a {margin-right: 7px;}
	#social-links > a:last-child {margin-right: 0px;}

#subsidiaries h3 {height: 130px;}

#subsidiary-wrapper div:first-child img {padding-top: 40px;}
#subsidiary-wrapper div:nth-child(2) img {padding-top: 40px;}
#subsidiary-wrapper div:nth-child(3) img {padding-top: 0px;}

#subsidiaries p {height: 200px;}
	

/*about us - team page*/	

#team #employeeNavUL li a {text-align: left;}
#team #employeeNavUL li {border-bottom: 1px solid #ccc;}

#team #employeeArea .well-sm {background: #efefef;}
#team .empDetails {border-left: 1px solid #ccc;}

#team #employeeArea > div {margin-bottom: 20px;}
#team #employeeArea #empDetails {padding-bottom: 20px;}

#clientList h3 {font-size: 1.3em;}

#contactInfo {border-bottom: 1px solid #fff; padding-bottom: 20px; overflow: hidden;}

.workDetail h3 > span {color: #aaa;}
.workDetail h4 {margin-top: 50px; font-size: 18px; color: #9ca538}
.workDetail h4:first-child {margin-top: 20px;}

.workDetail {border-left: solid 1px #fff;}

.headshot {float: left; height: auto; margin-right: 20px;margin-bottom: 10px;}

#employeeArea .text-subtitle {font-size: .8em; color: #444444;}

/*about us - client page*/
#client-projects h2 {font-size:20px; height: 140px;}
#client-projects h2 .text-smtitle {display: block; margin: 0 auto;}
#client-projectsh2 .text-note {font-size: 12px; margin-top: 0px; display: block;}

	.img-container {width: 100%}
	#client-projects .img-container {height: 200px;}

	.img-container .img-cover {
		border: 1px solid #ccc;
		max-height:100%; 
		max-width: 90%; 
		margin: auto auto;
	}


	#client-projects > article > .well-sm {padding-bottom: 75px;}
	
	#client-projects .btn {
		position: absolute;
		bottom: 10px!important;
		width: 85.5%;
}

.img-clientlogo {max-height:50px; margin: 0px auto 10px auto;}


/*about us - careers*/
section#positions > article {
	padding-top: 20px;
	border: 1px solid #acacac;
}


/****/
/*our work section*/
/*services page*/
.well-sm.box-ltgray {overflow: hidden;}

.summary-container {padding: 20px 0px;}

.summary-container,
.sample-container {display: block; overflow:hidden;}

.summary-container h3 {text-transform: uppercase;}

.project-entry {margin-bottom: 10px;}

#presentations .project-entry > .box-ltgray {padding: 10px;}

.project-entry h5 {font-size: 1.2em; margin: 10px 0px;}
.project-entry .text-smtitle  {display:block;}

.project-entry .img-cover {margin-bottom: 10px;}
.project-info {
	/*padding-top: 50px; turned off for work > services project list*/}
	
	#presentations .project-info {padding-top: 0px;}

.img-svcicon {margin: -8px auto 0px auto;}

#work iframe {height: 770px;}

	#data .TabbedPanelsContent {padding: 15px 1px;}
	
#presentations h3 {font-weight: bold;}
#presentations .img-cover {border: 1px solid #ccc;}


/****/
/*reports page*/
#reports .sample-container > .well-sm > .box-ltgray {padding: 15px;}
#reports .sample-container .img-cover {max-height: 200px; width: auto;}


#reports #report-details a.btn-black {padding: 10px 20px;}

/*new reports page -- with on-demand reports at top*/
#reports #reports-container > div:first-child {
	border-bottom: none;
	margin-bottom: 10px;
	margin-top: 50px;
	padding-bottom: 10px;
	border-top: 1px solid #666;}

#reports #onDemandReports > div {margin-bottom: 30px;}

#reports #onDemandReports > div > div {
	background-color: #efefef;
	padding: 20px;
	height: 130px;
}

#reports #onDemandReports > div > div:hover {
	background-color: #9ca538;
}

#reports #onDemandReports > div > div:hover h3 a {
	color: #fff;
	text-decoration: none;
}

/*#onDemandReports {font-weight: 700; font-size: 16px;}*/
#onDemandReports span {display:block;}



/*View all -> reports page*/
#reports #reports-content > div h3 {margin-top: 0px;}
#reports #reports-content > div p.text-small {margin-bottom: 0px;}

#reports #reports-content a.btn-default {padding: 5px 20px;}

#reports #reports-container > div,
#reports #reports-content > div,
#presentations #presentations-content > div {
	border-bottom: 4px solid #efefef;
	padding-bottom: 30px;
	margin-bottom: 60px;
}
	
	#reports #reports-content > div:last-child,
	#presentations #presentations-content > div:last-child {border-bottom: 0px;}
	
	.sample-container h4 {margin-top:10px; margin-bottom: 0em;}
	

/****/
/*subscribe page*/
.page-header > h2 {margin-top: 0px; padding: 140px 20px 0px 20px; font-size: 3em; font-weight: 100; line-height: 14px;}
.page-header > h2 > strong {font-weight: 300;}

#subscribe-content {display: none;}


#subscribe .well-sm.box-ltgray h3 {margin-top: 0px; height: 50px;}

#subscribe #subscribe-content > div {margin-top: 10px;}

#submit-area {clear: both; margin: 20px 0px; padding-bottom: 20px;}

#submit-area .btn {float: left; display: block; margin: 10px;}
#submit-area a.btn {background: #000;}




/****/
/*data portal page*/

.portalInfo {
	display: block;
	padding-top: 80px;}

.portalLogo { 
	background: #efefef;
	box-sizing: border-box;
	padding: 20px 10px;
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
}
.portalLogo > img {
	max-width: 80%;
	max-height: 100%;
}

#goed .portalLogo > img {margin-top: 18%;}
#nvma .portalLogo > img {margin-top: 13%;}
#uwsn .portalLogo > img {margin-top: 5%;}
#wcwcd .portalLogo > img {margin-top: 20%;}
#devMap .portalLogo > img {margin-top: 18%;}
#salestraq .portalLogo > img {margin-top: 20%;}

.imgFitWidth {
	width: 100%;
	max-width: 400px;
	height: auto;
	margin-bottom: 40px;
}

#portalClients > div, 
#mapClients > div {
	margin-bottom: 50px; 
	overflow: hidden;}

#portalClients > div:first-child, 
#mapClients > div:first-child {margin-top:50px;}

#portalClients .clientName,
#mapClients .clientName {
	display: block;
	margin-bottom: 0px;
	margin-right: -30px;
	padding-right: 30px;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 1px solid #000;
	font-size: 14px;
}

#portalClients .portalName,
#mapClients .portalName {
	font-size: 18px;
	font-weight:200;
}

.portalImg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #000;
	height: 450px;
}

	#henderson .portalImg {
		background-image: url(../img/portals/img-cohPortal.jpg);
	}

	#lasvegas .portalImg {
		background-image: url(../img/portals/img-clvPortal.jpg);
	}

	#goed .portalImg {
		background-image: url(../img/portals/img-goedPortal.jpg);
	}

	#lvgea .portalImg {
			background-image: url(../img/portals/img-lvgeaPortal.jpg);
		}

	#nmc .portalImg {
			background-image: url(../img/portals/img-nmcPortal.jpg);
		}

	#nvma .portalImg {
			background-image: url(../img/portals/img-nvmaPortal.jpg);
		}

	#uwsn .portalImg {
			background-image: url(../img/portals/img-uwsnPortal.jpg);
		}

	#wcwcd .portalImg {
			background-image: url(../img/portals/img-wcwcdPortal.jpg);
		}

	#maps #henderson .portalImg {background-image: url(../img/portals/img-cohMap.jpg);}
	#maps #salestraq .portalImg {background-image: url(../img/portals/img-salestraqMap.jpg);}
	#maps #devMap .portalImg {background-image: url(../img/portals/img-devMap.jpg);}


/****/
/*eco impact page*/
#eiClients > div {
	clear: both;
	border: 1px solid #000;
	padding: 15px;
	display: block;
}

.clientInfo {
	margin-top: 50px;
}

#eiClients .thumbnail {
	border: 0px;
}

#clientInfo img {
	max-width: 80%; 
	height: auto;
	max-height: 150px;
}


#eiClients .img-cvr {
	border: 1px solid #000;
	max-height: 300px; 
	width: auto;
	clear: both;
	display: block;
	max-width: 90%;
}
#eiClients .thumbnail {
	max-width: 100%;
	max-height: 100%;
	
}

#eiClients h3 {color: #000;}
#eiClients h4 {font-size: 17px; font-weight: 500;}
#eiClients .portalImg {height: auto;}
#eiClients ul {padding-left: 15px;}


/****/
/*presentations page*/


/****/
/*view all presentations page*/
#presentations #presentations-content img.img-cvr {border: 1px solid #efefef;}
#presentations #presentation-container p#ppt-links {display: block; float: left; clear: all;}






/*individual ppt pages*/
#ppt .page-header, #prezi .page-header {padding-top: 20px;}
#ppt .page-header p.text-smtitle, #prezi .page-header p.text-smtitle {color: #000;}
#ppt .page-header h2, #prezi .page-header h2 {color: #9ca538; line-height: 1em; padding: 0px;}

#ppt a.btn, #prezi a.btn {color: #fff; float:left; margin: 10px 0px; clear: both; display:block;}
#ppt p, #prezi p {text-align: left;}

/*presentation without slideshow*/
#ppt .pptCover {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	border: 1px solid #efefef;
	margin-bottom: 15px;
}

#ppt .container > .row {
	background-color: #eee;
	margin-bottom: 50px;
}

#ppt div#container {padding: 20px;}

/****/
/*ppt page // galleriffic*/

/*
#ppt .container > .row,
#prezi .container > .row {
background-color: #eee;
margin-bottom: 50px;
}
#ppt .container > .row:first-child,
#prezi .container > .row:first-child {margin-bottom: 0px;}
#ppt .container > .row:last-child,
#prezi .container > .row:last-child {margin-bottom: 50px;}

div#container {padding: 20px;}

span.image-wrapper > a.advance-link > img {width: 100%; height: auto;}

#ppt #thumbs p.text-small, 
#prezi #thumbs p.text-small {text-align: left;}
#ppt #thumbs ul.thumbs {height: 270px;}

#ppt ul.thumbs li a.thumb {	
	box-sizing: border-box;
	border: 2px solid #fff;
}

#ppt ul.thumbs li.selected a.thumb {border: 2px solid #fde144;}

#ppt div.slideshow span.image-wrapper {top: 25px;}

#ppt div.container,
#prezi div.container {clear:both; display: block;}

#ppt div.container:last-child,
#prezi div-container:last-child {top: 100px;}

#ppt nav, #prezi nav {margin-bottom: 30px;}

#prezi iframe {margin-top: 6px;}

#ppt .popover, #prezi .popover {left: 30px!important; max-width: 440px;}
#ppt .popover h4, #prezi .popover h4 {margin: 0px;}
#ppt .popover ul, #prezi .popover ul {padding-left: 10px;}
#ppt .popover ul ul, #prezi .popover ul ul {padding-left: 25px; margin-top: 0px;}

#ppt span.image-wrapper.current,
#ppt span.image-wrapper.current a.advance-link,
#ppt span.image-wrapper.current a.advance-link img {width: 100%;}

#ppt span.image-wrapper.current a.advance-link {padding-right:5px;}

#ppt p.text-small a.inlineLink {clear: none!important; display: inline-block!important; float: none!important; margin: 0px!important; padding: 0px!important; width: auto!important;}


/****/
#ppt p.text-small a {
	clear:none!important;
	float: none!important;
	width: auto;
	margin: 0px!important;
	padding: 0px!important;
	}

/****/
/**ppt redirect page**/

#pptredirect .body-content a {text-align: center; display: block;}
#pptredirect .body-content a:hover {background-color: #dedede;}
#pptredirect .body-content > div {display: block;}

/****/
/*news*/
.list-newsroom li a {
	color: inherit;
}

.list-newsroom li a:hover {text-decoration: none;}
.list-newsroom li a:hover h3 {text-decoration: underline;}

.list-newsroom li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px; 
	padding-left: 5px;
	padding-right: 5px;
}

#news .list-archive .btn,
#archive .list-archive .btn {background: none; border: 1px solid #ccc; color: #9ca538; padding-left: 20px; padding-right: 20px;}
#news .list-archive li.btn.active,
#archive .list-archive li.btn.active {background: #9ca538; color: #fff;}
#news .list-archive li.btn:first-child,
#archive .list-archive li.btn:first-child {margin-left:0px;}
#news .tab-content>.tab-pane,
#archive .tab-content>.tab-pane {padding:0px;}

.list-newsroom li:last-child {border-bottom: 0px; padding-bottom: 0px;}

.list-newsroom h3 {color: #9ca538; font-weight: 400; margin-bottom: 5px;}
.list-newsroom p.text-smtitle {margin-top: 5px; color: #aaa;}

.list-archive li {border-left: 1px solid #ccc;}
.list-archive li:first-child {margin-left: 15px;border-left:none;}
.list-archive a {color: inherit;}
.list-archive a:hover {color: #ccc;}



/****/
/*contact page*/
.vcard .org {color: #9ca538; text-transform: uppercase; font-weight: 600;}
.vcard .adr {margin-bottom: 10px;}

/*email form*/
#emailForm .row {margin: 10px;}

#emailForm label {width: 100px;}
#emailForm input,
#emailForm textarea {width: 400px;}
#emailForm .btn {
	clear:left;
	margin-top:20px;
	margin-left: 115px; 
	width: 200px;}

/*captcha*/

#captcontainer {display: block; clear:right; margin-left:100px; overflow:hidden;}


.captchaimg { margin: 15px; float:left;}

.captinput {float: left;margin-top:10px; width:150px;}
.captinput label {clear:right;}
#emailForm .captinput input {clear:left; width: 100px}

#captcontainer label {width: 230px;}

.error {  
    color:#FF0000;  
    margin:0 0 10px 0;  
	display: block;
}  

.accept {  
    color:#9ca538;  
    margin:0 0 10px 0;  
	display: block;
}  

#contact h3 {font-size: 2em;}
#contact h4 {margin-bottom: 5px;}



/****/
/*individual report pages // bodyID #report*/
#report .page-header,
#ppt .page-header {height: 100px;}

#report .page-header {
	height: auto;
}

#report .page-header h2 {padding-top: 20px; padding-left: 0px;line-height: .7em;}


#report #report-container > div {
	border-bottom: 4px solid #efefef;
	padding-bottom: 30px;
	margin-bottom: 60px;
	}
		
		#report #report-container > div:last-child {border-bottom: 0px;}
	
	#report-container > div p.text-small {margin-bottom: 0px;}
	#report-container > div h3 {color: #9ca538; font-size: 1.5em; font-weight: 300; margin-top: 5px;}
	#report-container > div a.btn {color: #fff; width: 200px;}



/****/
/**project listing page**/

#tblProjects th {background-color: #9ca538; color: #fff;}

#tblProjects tr:nth-child(odd) {}
#tblProjects tr:nth-child(even) {background-color: #efefef;}

#tblProjects td {vertical-align: top;}
#tblProjects .idCol, #idTH {text-align: center; width: 50px;}

#tblProjects .clientCol,
#tblProjects .projCol, #projTH, #clientTH {width: 200px;}




/****/
/* ============================================================================================================================
== BUBBLE WITH AN ISOCELES TRIANGLE
** ============================================================================================================================ */

/* THE SPEECH BUBBLE
------------------------------------------------------------------------------------------------------------------------------- */

.triangle-isosceles.active {
	position:relative;
	padding:15px;
	/*margin:1em 0 3em;*/
	color:#000;
	background:#fde144; /* default background for browsers without gradient support */
}

#work .triangle-isosceles.active {}

/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */

/* creates triangle */
.triangle-isosceles.active:after {
	content:"";
	position:absolute;
	bottom:-20px; /* value = - border-top-width - border-bottom-width */
	/*left:10px; /* controls horizontal position */
	margin-left: 0%;
	border-width:20px 95px 0; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#fde144 transparent;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:100%;
}

#work .triangle-isosceles.active:after {bottom: -12px; border-width:13px 80px 0;}



/****/
/*Careers page*/
#careers h2 {color: #9ca538;}
#careers h2 em {font-size: 75%; font-weight: normal; text-transform: none;}





/****/
/*nra factbook animation page*/
#factbook .page-header {
	background-color: #9CA538;
	height: auto;
	overflow: hidden;
	}

#factbook h1 {font-size: 3rem;}

#factbook #feature-presentation > div {
	border: 1px solid #666;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 10px;
	margin: 15px;
	height: 430px;
	overflow: hidden;
	display: block;
}

/****/
/*press release page*/

#news #aboutAA {
	background-color: #efefef;
}
	
#news #aboutAA h4 {margin: 0px;}

/****/

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media(max-width:480px) {
    /* Style adjustments for xs*/
	/*body {background: red;}
	
	/****/
	/*new home page*/
	#home .page-header {height: 550px;}
	#home #body-content-container > div {margin-top: 25px;}
	
	/*data section*/
	#dataNavUL {margin: 0px; margin-bottom: 5px;}
	
	#dataNavUL > li {
		padding: 5px 0px;
		height: auto;}
		
	#dataNavUL > li > a {
		height: auto; 
		text-align: left!important;
		}	
		
	#home #dataArea .tab-content {height: auto;}	
	
	#home #dataArea .tab-content > div > ul > li {margin: 20px 0px; padding: 0px;}
		
	#home #dataArea .tab-pane > ul > li {
		background-size: contain;
		background-position: center right;
	}
	
	/*services list*/
	#home #serviceList a {line-height: 1.2em;}
	#serviceList > li:nth-child(2) a {padding-top: 20px;}
	
	/*companies list*/
	#home #companiesArea {margin-bottom: 50px;}
	
	/****/
	/*navbar fixed bottom*/
	.navbar-nav {
		bottom: 0;
		position: fixed;
		right: 0;
		left: 0;
		background: #666;
		margin: 0px;
		font-size: 12px;
		font-weight: 500;
		text-transform: uppercase;
		border-top: 1px solid #fde144;
		box-shadow: 0px -3px 10px #000;
	}
	
		.navbar-nav > li {
			width: 20%; 
			float: left;
			border-color: 1px solid #ccc;
			border-bottom: 1px solid #fde144;
			background: #aaaaaa; /* Old browsers */

			background: -moz-linear-gradient(top,  #aaaaaa 0%, #666666 78%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(78%,#666666)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #aaaaaa 0%,#666666 78%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #aaaaaa 0%,#666666 78%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #aaaaaa 0%,#666666 78%); /* IE10+ */
			background: linear-gradient(to bottom,  #aaaaaa 0%,#666666 78%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
		}
		
		.navbar-default .navbar-nav > li > a {
			color: #fff; 
			padding:25px 2px 25px 2px; 
			text-align: center;
			border-right-color: #ccc;
		}
		
		
		.navbar-default .navbar-nav>.active>a, 
		.navbar-default .navbar-nav>.active>a:hover, 
		.navbar-default .navbar-nav>.active>a:focus,
		.navbar-default .navbar-nav>li>a:hover {
			color: #fde144; 
		}
		
		.navbar-nav li.active {
			border-bottom-color: #fde144; 
			border-bottom-width: 10px;
		}
		
		
		
		
		/****/
		/*subnav (tabs)*/
		.nav.nav-tabs li {
			/*width: 85px;*/
			height: 60px;
		}
		
		.nav.nav-tabs li > a {
			font-size: 14px;
			line-height: 14px;
			padding: 10px 5px;
		}
		
			#news .nav.nav-tabs li,
			#archive .nav.nav-tabs li
			 {width: 150px;}
			
		.triangle-isosceles.active:after {bottom: -10px; border-width: 10px 41px 0;}
		
			#news .triangle-isosceles.active:after,
			#archive .triangle-isosceles.active:after {bottom: -20px; border-width: 20px 75px 0;}
			
		#aboutTabs.nav-tabs, #workTabs.nav-tabs {display: none;}
		
		#mobileNavTab.nav-tabs {display: block; border-bottom: none; margin-bottom: 0px;}
		#mobileNavTab.nav-tabs li {height: auto; text-align: left; border-bottom: 1px solid #ccc; border-radius: 0px; margin: 0px; width: 100%;}
		
		#mobileNavTab.nav-tabs li > a {color: #fff; height: auto; padding-left: 30px; border-radius: 0px;}
		#mobileNavTab.nav-tabs li:hover > a {background: #444; color: #fff;}
		#mobileNavTab.nav-tabs li.active > a {color: #000; font-weight: bold;}
		
			#about #mobileNavTab.nav-tabs > li {width: 100%; margin: auto 0;}
		
		.footer-copyright {line-height: 13px; margin-top: 5px;}
		
		/****/
		/*active nav indicator*/
		#home #nav-home > a, 
		#about #nav-about > a,
		#work #nav-work > a,
		#news #nav-news > a,
		#archive #nav-news > a	{
			color: #fde144;
			border-bottom-color: #fde144;
			border-bottom-width: 10px;
			padding-bottom: 15px;
			}
	
		.navbar-default .navbar-nav > .active>a {padding-bottom: 15px;}
		
		#nav-about ul.dropdown-menu {margin-left: -120%;}
		#nav-work ul.dropdown-menu {margin-left: -215%;}
		#nav-news ul.dropdown-menu {margin-left: -315%;}
		
		.navbar-default .navbar-nav>.open>a, 
		.navbar-default .navbar-nav>.open>a:hover, 
		.navbar-default .navbar-nav>.open>a:focus {
			background-color: #fff;
			border-bottom-width: 10px;
		}
		
		.navbar-default .navbar-nav>.open {border-bottom: none;}
		
		.navbar-default .navbar-nav .open .dropdown-menu>li>a {color: #fff;}
		
		
		
		
		.tab-content>.tab-pane {padding: 0px 10px;}/*interfering with minimized side margins in  smallest widths*/
		.well-sm {/*margin: 0px -10px;*/ border-radius: 0px;}
		
	.body-content {padding-bottom: 0px;}	
	
	#body-content-container {margin-top: 20px;}
	
		.page-header {height: 100px; background-size: auto 100%;}
		

	footer {margin-bottom: 70px;}
	footer .footer-links {margin-top: 10px; text-align: center;}
	
	
		
	
	/****/
	/*about pages*/
	#about .body-content > div {margin: 0px  -10px 20px -10px;}
	#about .well-sm {padding: 15px;}
	
	#about .body-content .tab-content > div > aside,
	#about .body-content .tab-content > div > article {padding: 0px;}
	
	/*#about .nav-tabs li {min-width: 29%;}*/
	
	#subsidiary-wrapper > div {margin-bottom: 20px; padding: 0px;}
			
			
	
		/*resize about page social links*/
		#social-links.col-xs-2 {
			width: 100%; 
			display: block;
		}
		
		#about .body-content article.col-xs-10 {
			width: 100%; 
			clear: right; 
			display: block;
		}
		
		#about .body-content section#subsidiaries {clear:left;}
		
		#social-links .img-responsive {
			max-width: 150px; 
			float: left; 
			margin-right: 20px;
		}
		
		#social-links p.text-caps {margin-top: 60px;}
	
		
		
		#client-projects h2 {height: auto;}
		#client-projects > article > .well-sm {padding-bottom: 65px;}
		#client-projects .img-container {height: 190px;}
		#client-projects .img-container img {margin: 10px auto; max-height: 90%;}	
		
		
	/****/
	/*our work pages*/
	/*services*/
	#service-subTabs.nav.nav-tabs li.active {width: 100%;}

	#work #service-subTabs.nav.nav-tabs li a {padding-left: 50px; height: 46px; line-height: 28px;}
		
		#work #service-subTabs.nav.nav-tabs li a#opinion-btn {padding-top: 5px; line-height:18px;}
		
	
	#work #service-subTabs.nav.nav-tabs li a {background-position: 5px 5px;}
	
	#work .tab-content .tab-content {margin: 0 -10px;}
	
	#work .tab-content >.tab-pane {padding: 0px 5px;}
	
		#work #services.tab-pane {padding: 0px;}
		#work #service-listing-container {margin: auto 0px;}
		#work #services.tab-pane .tab-content {margin: auto -15px;}
		
	
		#work .project-entry img.img-responsive {max-width: 100%;}
		#work .project-entry .project-info {padding-top: 20px;}
		#work .summary-icon {display:none;}
		.project-entry {margin-bottom: 15px!important;}
		
		
		#work #services.tab-pane section.sample-container article.project-entry {
			padding-left: 5px; 
			padding-right: 5px;
		}
	
	#work section.sample-container {
		margin: auto -15px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
		#work #services.tab-pane section.sample-container {
				margin: auto 5px; 
				padding-left: 5px; 
				padding-right: 5px;
		}
	
	#work .sample-container .project-entry h3 {margin-top: 10px;}
	#work .sample-container .project-info {padding-top: 10px;}
		
		
		#work #services.tab-pane section {margin: auto -5px;}
		
		#presentations .project-entry > .box-ltgray,
		#subscriptions #subscription-container .box-ltgray {padding: 15px;}
	
	
	/****/
	/*report pages*/
	#report .page-header h2 {padding-top: 0px; line-height: 1em;}
	#report .page-header {border-bottom: 0px;}
	
	/*presentations page*/
	/*#presentations #presentations-content,
	#presentations #presentations-content > div.container,
	#presentations #presentations-content > div.container > div {padding-left: 0; padding-right:0;}
	#presentations #presentations-content > div {margin-bottom: 0px;}*/
	
	
/****/
/*contact page*/
#contact .body-content {
	margin-left: 0px;
	margin-right: 0px;
}

#emailForm input,
#emailForm textarea {width: 100%;}
#emailForm #captcontainer {margin-left: 0px;}
#emailForm input.btn {margin-left:0px; width: 100%;}
#emailForm .captchaimg {margin:10px;}
#emailForm .captinput {width: 110px;}

#captcontainer img {clear:right;}
#captcontainer .captinput {clear:left; margin: 10px; width: 90%;}
	#captcontainer .captinput > * {clear: both; width: 100%; margin: 5px 0px;}

	/****/
	/*presentations pages*/
	
	div.bottom.pagination {display: none;}
	/*
	#ppt div.container > div.row:first-child {height: 400px; padding-left: 5px;}
	#prezi div.container > div.row:first-child {padding-left: 5px;}
	#presentations #presentations-content > div {margin-bottom: 0px;}
	#prezi #thumbs .img-responsive {margin-bottom: 20px;}
	#prezi #tips {margin-bottom: 0px;}
	#ppt .container > .row:last-child,
	#prezi .container > .row:last-child {margin-bottom: 0px;}
	#prezi iframe {width: 100%; height: auto;}
	#ppt div.container > div.row:last-child {background: none;}
	#ppt div.container > div.row:last-child > div {padding: 10px 5px; display: block; overflow: hidden;}
	#ppt h2 {display:none;}
	#ppt div.slideshow a.advance-link {line-height: normal;}
	#ppt div.slideshow span.image-wrapper {top: 60px;}
	#ppt div.container > div.row:last-child > div a,
	#ppt div.container > div.row:last-child > div button {padding: 10px 0px; margin-bottom: 0px;}*/
	

/****/
/*careers page*/	
#about #careers aside {padding-left:10px; padding-right: 10px;}
#about section#positions {margin-left: -15px; margin-right: -15px;}
#about #careers section article {padding-left: 0px; padding-right: 0px;}	

	
/****/
/*data portal page*/
	#portalClients .portalImg {display: none; visibility: hidden;}
	#portalClients > div:first-child {margin-top: 20px;}
	#portalClients > div {margin-bottom: 20px;}
	
	.portalInfo {padding-top: 20px;}
	
	#portalClients .clientName {margin-right: 0px; padding-right: 0px;}
	
	#goed .portalLogo img {margin-top: 22%;}
	#lvgea .portalLogo img {margin-top: 13%;}
	#nmc .portalLogo img {margin-top: 9%;}
	#nvma .portalLogo img {margin-top: 16%;}
	#uwsn .portalLogo img {margin-top: 9%;}
	#wcwcd .portalLogo img {margin-top: 23%;}
	
}

@media(min-width:481px) and (max-width:767px) {
	/*style adjustments for xs landscape*/
	/*body {background-color: yellow;}
	
	/****/
	/*new home page*/
	#home .page-header {height: 330px;}
	#home #heroNav li {width: 50%; float: left;}
	#home #body-content-container > div {margin-top: 25px;}
	
	/*data section*/
	#dataNavUL {margin: 0px; margin-bottom: 5px;}
	
	#dataNavUL > li {
		padding: 5px 0px;
		height: auto;}
		
	#dataNavUL > li > a {
		height: auto; 
		text-align: left!important;
		}	
		
	#home #dataArea .tab-content {height: auto;}	
	
	#home #dataArea .tab-content > div > ul > li {margin: 20px 0px; padding: 0px;}
		
	#home #dataArea .tab-pane > ul > li {
		background-size: contain;
		background-position: center right;
	}
	
	/*services list*/
	#home #serviceList a {line-height: 1.2em;}
	
	/*companies list*/
	#home #companiesArea {margin-bottom: 50px;}
	#home #companiesArea > div.row > div {
		width: 50%;
		float: left;
	}
	
	
	.navbar-header {float:left}
	.navbar-nav {margin-right: 0px;}
	.navbar-nav li {float: left; width: 70px;}
	
		.navbar-nav .open .dropdown-menu {
			position: absolute;
			left: 0px!important;
			background: #fff;
			border: 1px solid rgba(0,0,0,0.15);
			border-radius: 4px;
			-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
			box-shadow: 0 6px 12px rgba(0,0,0,0.175);
			background-clip: padding-box;
		}
		
		.navbar-nav .open .dropdown-menu li {
			float: none;
		}
		
		
		/****/
		/*subnav (tabs)*/
		#bottom-content-container.visible-xs {display: none!important;}
		
		.nav.nav-tabs li {
			min-width: 80px;
			/*width: 29%;*/
			height: 60px;
		}
		
		.nav.nav-tabs li > a {
			font-size: 14px;
			line-height: 14px;
			padding: 10px 5px;
		}
		
		.triangle-isosceles.active:after {
			bottom:-10px;
			/*border-width: 10px 66px 0;*/ 
			border-width: 10px 48px 0; 
		}
		
		#about aside h3 {margin-top: 0px;}
		
			#service-subTabs.nav-tabs li {width: 100%;}

		.page-header {height:100px;}

	
	.tab-content>.tab-pane, .pill-content>.pill-pane {padding: 0px 10px;}
	.tab-content>.tab-pane section .well-sm {margin: 0px -10px; border-radius: 0px;}
	#company.tab-pane #subsidiary-wrapper > div > * {padding:0px 20px;}
	
	
	#page-header .jumbotron {height: auto;}
	
	
	#bottom-content > div {width: 50%;float:left;}
	
	#bottom-content #bottom-financial h5,
	#bottom-content #bottom-hospitality h5, 
	#bottom-content #bottom-litigation h5
	 {margin-top: 0px; padding-top: 0px;}
	 
	 
	 
	 .feature-thumb {
	 	float: left; 
	 	margin-right: 20px; 
	 	max-width: 250px;
		max-height: none;
	}
	/*
	#ppt-img-gradient {
		height: 106.25%;
		width: 106.25%;
		position: relative;
		margin: -19px;
		margin-top: 11px;
	}*/
	
	.body-content .btn-default, 
	.body-content .btn {width: auto; padding: 5px 20px;}
	
	footer .footer-links {margin-top: 10px; text-align: center;}
	
	#feature-report p.text-reporttitle {
		background-size: 250px;
		background-position: left;
		float: left;
		line-height: 1.3em;
		margin: 0px 20px 0px 0px;
		padding: 20px;
		padding-top: 63px;
		width: 250px;
	}
	
	
	
	
	/****/
	/*about page*/
		
	#about .nav-tabs li {/*width: 130px;*/ width: 99px;}
	#about .nav.nav-tabs li.active span:before {content: "";}
	
	#subsidiary-wrapper > div {margin-bottom: 20px; padding: 0px;}
	#subsidiaries img.img-responsive {max-width: 300px; margin: auto;}
	#team > section#team-staff > article:nth-child(2n+0) {clear:right;}
	#client-projects > article {min-height: auto;}
	#client-projects > article > .well-sm {
		display: block;
		overflow: hidden;
		padding-bottom: 10px;
	}
	
	#client-projects h2 {
		float: left;
		margin-top: 10px;
		width: 60%;
		height: 145px;
	}
	
	#client-projects h2 .img-clientlogo {
		margin-top: 0px; 
		margin-left: 0px;
		max-height: 40px;
	}
	
	#client-projects .img-container {
		float:right;
		width: 40%;
	}
	
	#client-projects .img-container img {margin: auto;}
	
	#client-projects .btn {
		position: inherit;
		float:left;
		width: 60%;
	}
	
	#about-content #company article {clear: right;}
	#about-content #company section {clear: left;}
	
	/****/
	/*work pages*/
	#work #workTabs.nav.nav-tabs > li {
		width: 90px;
		word-wrap: break-word;
	}
	
		#work #workTabs.nav.nav-tabs > li a {line-height: 14px; padding-top: 18px;}
		
		#work .triangle-isosceles.active:after {
			bottom: -13px;
			border-width: 13px 46px 0;
		}
		
		#work .project-entry img.img-responsive {max-width: 300px;}
		#work .project-entry .project-info {padding-top: 20px;}
		#work .summary-icon {display:none;}
		.project-entry {margin-bottom: 15px!important;}
		
		#work #subscription-container .project-entry .img-cover {float:left; margin-right:20px;}
		#work #subscription-container h3 {margin-top: 0px;}
		
	
	/*services sub tab*/
	#work #services .tab-pane .summary-container {margin: auto -15px;}
	
	/*first level tab content*/
	#work .body-content > .tab-content > .tab-pane {
		padding: 0px;
	}
	
		#work .body-content > .tab-content > .tab-pane section {
			margin: auto -5px;
			padding-left: 0px;
			padding-right: 0px;
		}
		
		#work .body-content > .tab-content > .tab-pane section .box-ltgray {padding: 15px;}
			
			#work #presentations section .box-ltgray {padding: 20px;}
	
	/*work > presentations page*/
	/*
	#work #presentations section .box-ltgray > img {margin-right: 20px;}
	#work #presentations section .box-ltgray > h3 {margin-top: 0px;}
	
	#work #presentations section .box-ltgray > p#indiv-ppt-links {clear: both; display: block; overflow: hidden;}
	
	#work #presentations section .box-ltgray > p#indiv-ppt-links > a {/*NEW*//*width: 47.5%; float: left; margin-right: 10px; margin-top: 0px;*//*}
	/*
	#presentations #presentations-content > div,
	#presentations #presentations-content > div > div {padding-left: 0px; padding-right: 0px;}*/
	
	#work-content #workTabs {padding-right: 0px;}
	#work-content #workTabs.nav.nav-tabs > li {width:80px; margin-left:2px; margin-right: 2px;}
	#work-content #workTabs a {font-size:12px;}
	#work .triangle-isosceles.active:after {border-width: 13px 40px 0;}
	
	/****/
	/*newsroom pages*/
	#news .nav-tabs li,
	#archive .nav-tabs li {width: 200px;}
	#news .nav-tabs li a,
	#archive .nav-tabs li a {line-height:42px;}
	#news .triangle-isosceles.active:after,
	#archive .triangle-isosceles.active:after {bottom: -10px; border-width: 10px 97px 0;}
	
	/****/
	/*presentations pages*/
	
	div.bottom.pagination {display: none;}
	/*
	#prezi div.container > div.row:first-child {padding-left: 5px;}
	#ppt div.container > div.row:first-child {height: 500px; padding-left: 5px;}
		#ppt #sjr.container > div.row:first-child {height: auto;}
	
	
	#ppt div.container > div.row:last-child > div {padding: 10px 5px 20px 5px; display: block; overflow: hidden;}
	#ppt h2 {margin-top: 0px;}
	/*#ppt div.slideshow {max-height: 400px; with: 100%;}*/
	/*
	#ppt div.slideshow a.advance-link {line-height: normal;}
	#ppt div.slideshow span.image-wrapper.current {top: 60px; width: 100%; max-height:400px;}
	#ppt span.image-wrapper.current a.advance-link, 
	#ppt span.image-wrapper.current a.advance-link img {max-height: 400px; min-height: 100%; max-width: 100%; width: auto;}
	#ppt div.container > div.row:last-child > div a,
	#ppt div.container > div.row:last-child > div button {width: 45%; float:left; clear:none; padding: 10px 0px; margin-right: 10px;}
	
		#ppt #thumbs a {width: auto; float:none; padding: 0px; margin-right: 5px;}
		
	#prezi #thumbs .img-responsive {margin-bottom: 20px; max-width: 200px; float:left; margin-right:20px;}
	#prezi #tips {margin-bottom: 0px;}
	#ppt .container > .row:last-child {margin-bottom: 0px;}
	#prezi iframe {width: 100%; height: 300px;}*/
	
	/****/
	/*reports pages*/
	#reports #reports-content > div.container,
	#reports #reports-content > div > div {padding-left: 0px; padding-right: 0px;}
	/*report pages*/
	#report .page-header h2 {padding-top: 0px; line-height: 1em;}
	#report .page-header {border-bottom: 0px;}
	
	/****/
	/*contact us*/
	#captcontainer {margin-left:0px;}
	/****/
	
	
	/****/
	/*data portal page*/
	#portalClients .portalImg {display: none; visibility: hidden;}
	#portalClients > div:first-child {margin-top: 20px;}
	#portalClients > div {margin-bottom: 20px;}
	
	.portalInfo {padding-top: 20px;}
	
	#portalClients .clientName {margin-right: 0px; padding-right: 0px;}
	
	#goed .portalLogo img {margin-top: 12%;}
	#lvgea .portalLogo img {margin-top: 4%;}
	#nvma .portalLogo img {margin-top: 5%;}
	#uwsn .portalLogo img {margin-top: 1%;}
	#wcwcd .portalLogo img {margin-top: 13%;}
}


@media(min-width:768px) {
	/*style adjustments for sm*/
	/*body {background-color: green;}
	
	/****/
	/*new home page*/
	#home #dataArea .tab-content {padding: 10px;}
	#dataArea #regionalIndicators .data-title {font-size: 17px;}
	#dataArea #housingMarket #median-price {padding-left: 0px;}
	#dataArea #housingMarket #median-price > div {padding-left: 0px;}
	#dataArea #housingMarket .data-number {font-size: 28px;}
	
	#serviceList a {line-height: 1.2em;}
	#serviceList li:nth-child(2) a {padding-top: 15px;}
	#serviceList li:nth-child(7) a {padding-top: 10px;}
	
	#recentPPT {padding-top: 50px;}
	#home #companiesArea #compID3 {padding-top: 35px;}
	
	
	
	.navbar-nav li a span.hidden-xs {display: inline!important;}
	
	.navbar-nav.pull-right>li>.dropdown-menu, 
	.navbar-nav>li>.dropdown-menu.pull-right {left:0; width: auto;}
	
	   /****/
	   /*subnav (tabs)*/
	   #about .nav-tabs li {/*width: 225px;*/ width: 166px;}
	   .nav.nav-tabs li > a {padding: 10px;}
		.triangle-isosceles.active:after {
			/*border-width: 20px 110px 0;*/
			border-width: 16px 80px 0;
			bottom: -16px;
		}
		
	.nav.nav-tabs li > a {font-size: 14px;}
	
	#work .nav-tabs li {min-width: 131px;}
	#work .nav.nav-tabs li > a {padding: 10px 5px;}
	
	
	.body-content .tab-pane h2 {margin-top: 9px;}
	
	#page-header > div {
		margin: 0px;
		padding: 24px;
		float: left;
	}
	
	#page-header .text-smtitle {margin: 0px;}
	
	.carousel-caption ul {margin-left:0px;}
	.carousel-caption .text-caps {line-height: 1.2em;}
	
	#salestraq-slide .carousel-caption {top: 20px;}
	#myresearcher-slide .carousel-caption {top: 5px;}
	#discovery-slide .carousel-caption {top: 0px;}
		#discovery-slide .carousel-caption img {max-height: 90px; width: auto;}
			
		
		.feature-thumb {max-height: 170px; max-width: 100%;}
		
		.feature-img {background-size: 140%;}
	
	#bottom-content h5.title-twoline {margin-top: 13px;}	
	#bottom-content-container {margin-bottom: 30px;}

	
	.footer-links {text-align: right;}
		
		#feature-report p.text-reporttitle {
			height: 144px;
			margin-top: 0px;
			padding-top: 30px;
			padding-bottom: 0px;
		}
		
		#full-wrapper.container {margin-bottom: 70px;}
		
		footer {bottom: 0; margin-bottom: 0; position: fixed;width: 100%;}
			
		
		
		
		
	/****/
	/*about us pages*/
		#subsidiaries img.img-responsive {max-width: 300px; margin: auto;}

		#about-content #company article {clear: right;}
		#about-content #company section {clear: left;}	
		/*#team > section#team-staff > article:nth-child(3n+0) {clear:right;}*/
		
		#about #subsidiary-wrapper > div {margin-bottom: 20px;}
		
	.row > article:nth-child(2n+0) {clear: right;}
	.row > article:nth-child(2n+1) {clear:left;}	
		
	/*our clients*/
	#client-projects h2 {height: 100px;}
	#client-projects .img-container {height: 180px;}	
	#client-projects h2 .text-note {margin-top: 5px;}

	
	

	/****/
	/*our work pages*/
	#work .triangle-isosceles.active:after {border-width: 13px 66px 0;}
	
	#work section .box-ltgray,
	#work article .box-ltgray {padding: 15px 20px;}
	
	#work #presentations article img.img-cover {max-width: 300px; float: left; margin-right: 20px; display: block;}
	
	#work #presentations article h3 {margin-top: 0px; padding-top: 0px;}
	#work #presentations p#indiv-ppt-links {display: block; clear: both; margin: 10px 0px;}
	#service-tabs section.sample-container > article.project-entry > div.project-img {padding-left: 0px; padding-right: 0px;}
	
	#work #reports-container .project-img > h3 {margin-top: 0px;}
	
	/****/
	/*newsroom*/
	#news .nav-tabs li,
	#archive .nav-tabs li {width: 200px;}
	#news .nav-tabs li a,
	#archive .nav-tabs li a {line-height:42px;}
	#news .triangle-isosceles.active:after,
	#archive .triangle-isosceles.active:after {bottom: -20px; border-width: 20px 97px 0;}

	/****/
	/*presentations pages*/
	
	div.bottom.pagination {display: none;}
	/*
	#ppt div.container > div.row:first-child,
	#prezi div.container > div.row:first-child {padding-left: 5px;}
	#ppt div.container > div.row:last-child > div,
	#prezi div.container > div.row:last-child > div {
		padding: 10px 5px 20px 5px; 
		display: block; 
		overflow: hidden;}
	#ppt h2, #prezi h2 {margin-top: 0px;}
	#ppt div.slideshow a.advance-link {line-height: normal;}
	#ppt div.slideshow span.image-wrapper {top: 60px;}
	
	
	#ppt div.container > div.row:first-child {height: 450px;}
		#ppt #sjr.container > div.row:first-child {height: auto;}
	#ppt div.container > div.row:last-child {padding-top: 20px;}
	
	#ppt div.container > div.row:last-child > div a,
	#prezi div.container > div.row:last-child > div a,
	#ppt div.container > div.row:last-child > div button,
	#prezi div.container > div.row:last-child > div button {
		width: 45%; float:left; clear:none; padding: 10px 0px; margin-right: 10px;
		}
		
		/*#ppt #thumbs a {width: auto; float: none; padding: 0px; margin-right: 5px;}*/
	/*	
	#ppt div.container:last-child,
	#prezi div.container:last-child {margin-bottom: 80px;}
	#prezi #thumbs .img-responsive {margin-bottom: 20px;max-width: 200px; float:left; margin-right:20px;}
	#prezi #tips {margin-bottom: 0px;}
	#ppt .container > .row:last-child,
	#prezi .container > row:last-child {margin-bottom: 0px;}
	#prezi iframe {width: 100%;}
	
	
	#ppt span.image-wrapper.current a.advance-link img {width: auto; max-height:400px;}*/
	
	/****/
	/*data portal page*/
	#goed .portalLogo img {margin-top: 25%;}
	#lvgea .portalLogo img {margin-top: 16%;}
	#nmc .portalLogo img {margin-top: 12%;}
	#nvma .portalLogo img {margin-top: 20%;}
	#uwsn .portalLogo img {margin-top: 10%;}
	#wcwcd .portalLogo img {margin-top: 2%;}
	
	
}

@media(min-width:992px) {
	/*style adjustments for md*/
	/*body {background-color: blue;}
	
	/****/
	/*new home page*/
	#dataArea #housingMarket li {background-position: right;}
	#dataArea #regionalIndicators .data-title {font-size: 18px;}
	#dataArea #housingMarket .data-number {font-size: 34px;}
	
	#serviceList li:nth-child(2) a,
	#serviceList li:nth-child(7) a {padding-top: 30px;}
	
	#recentPPT {padding-top: 0px;}
	
	#home #companiesArea #compID3 {padding-top: 10px;}
	#home #companiesArea img {max-width: 250px;}
	
	
	
	#page-header .jumbotron {padding-top: 52px;}
	#page-header > .jumbotron p.lead {font-size: 21px; margin-top: 20px;}

	#discovery-slide .carousel-caption img {
		max-height: 110px; 
		margin-top: -10px;
	}
	
	#feature-report p.text-reporttitle {
			height: 170px;
			padding-top: 87px;
		}
		
		
		
	/****/
	/*about us pages*/
	.row > article:nth-child(2n+1) {clear: inherit;}
	.row > article:nth-child(3n+0) {clear: right;}
	.row > article:nth-child(3n-2) {clear:left;}
	
	#subsidiaries img.img-responsive {max-width: 100%;}
	
	/****/
	/*our work > presentations*/
	/*3-wide, force last and first of row to clear applies to 1200px wide too*/

	#work #presentation-container > article:nth-child(3n+0),
	#work #subscription-container > article:nth-child(3n+0) {clear:right;}
	#work #presentation-container > article:nth-child(3n+1),
	#work #subscription-container > article:nth-child(3n+1) {clear:left;}
	
	#work #presentations article img.img-cover {max-width: 100%;}
	/*
	#ppt h2, #prezi h2 {margin-top: 20px;}*/
	div.bottom.pagination {display: block;}
	/*#ppt #thumbs ul.thumbs {height: 390px;}
	
	#ppt div.container > div.row:first-child,
	#prezi div.container > div.row:first-child {/*NEW*height:530px;*/}
	/*
	#ppt div.container > div.row:last-child p,
	#prezi div.container > div.row:last-child p {margin-left:10px;}
	
	#ppt div.container > div.row:last-child > div,
	#prezi div.container > div.row:last-child > div {top: 0px; padding: 10px;}
	
	#ppt div.container > div.row:last-child > div a,
	#prezi div.container > div.row:last-child > div a,
	#ppt div.container > div.row:last-child > div button,
	#prezi div.container > div.row:last-child > div button {
		width: 100%; clear:none; padding: 10px 0px; margin-right: 10px;
	}
	
	#prezi #thumbs .img-responsive {clear:right; float:none;}
	
	#ppt span.image-wrapper.current a.advance-link img {width: auto; max-height:450px; max-width: 100%;}*/
	
	/****/
	/*newsroom*/
	#ppt div.container > div.row:last-child > div a, 
	#ppt div.container > div.row:last-child > div button {width: 100%; clear:both;}
	#ppt #thumbs p {clear:left; margin-left:0px;}
}

@media(min-width:1200px) {
	/*style adjustments for lg*/
	/*body {background-color: purple;}
	
	/****/
	/*new home page*/
	#dataArea .tab-content .tab-pane li,
	#dataArea #housingMarket li {background-position: center;}
	
	#serviceList li:nth-child(4) a {padding-top: 30px;}
	
	
	
	
	#page-header .jumbotron {padding-top: 72px;}	
	
	#bottom-financial h5 {margin-top: 2px;}
	
	footer .footer-social > p {float: left; margin-right: 10px; margin-top: 2px;}
	.footer-social p {float: left; margin-right: 15px;}
	
	
	#bottom-content #bottom-litigation h5,
	#bottom-content #bottom-opinion h5 {margin-top: 3px;}
	


	#subsidiaries img.img-responsive {max-width: 300px;}

/****/
/*presentations*/
/*
	#ppt #thumbs ul.thumbs {height: 270px;}
	#ppt div.container > div.row:first-child {height: 430px; padding-left: 5px;}
	
	#ppt span.image-wrapper.current, #ppt span.image-wrapper.current a.advance-link, #ppt span.image-wrapper.current a.advance-link img {max-height: 550px; width: auto;}
	#ppt div.container > div.row:last-child > div a, #ppt div.container > div.row:last-child > div button {clear: both; width: 100%;}
	
	#ppt span.image-wrapper.current a.advance-link img {width: 100%; height: auto;}
	#ppt div.container > div.row:first-child {min-height: 400px;}
	*/
	
	/****/
	/*data portal page*/
	#goed .portalLogo img {margin-top: 19%;}
	#lvgea .portalLogo img {margin-top: 11%;}
	#nmc .portalLogo img {margin-top: 8%;}
	#nvma .portalLogo img {margin-top: 0%;}
	#uwsn .portalLogo img {margin-top: 0%;}
	#wcwcd .portalLogo img {margin-top: 0%;}

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
	
	
	/****/
	/*print styles*/
	
	#about #employeeNavUL, #about p.lead, #about .nav, #about #page-header, #about footer, #about h1, #about #team.tab-pane.active > p.text-note {display: none;}
	#about img {max-width: 200px; width: auto; max-height: 200px; width: auto; float: left; margin-right: 20px;}
	#about section#clientList {clear: left;}
	#about .tab-pane.active .empDetails {border-left: none;}
	/*#about .empBullets {float: right;}*/
	#about .empDetails {float: right; width: 100%;}
}