@charset "utf-8";
/* CSS Document */
body {
	color: #474747;
	font-family: 'News Cycle', sans-serif;
	font-size: 18px;
}
a {
	color: #005695;
}
a:hover {
	color: #7AAE29;
	text-decoration: none;
}
h2, h2.navbar-brand {
	text-transform: uppercase;
	color: #F37533;
	font-size: 1.6em;
	margin-top: 0;
}
h4 {
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 1.15em;
	font-size: 1.3em;
	color: #F37533;
}
h5 {
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 1.1em;
	margin-bottom: 0;
	color: #7AAE29;
}
a.mainLink, .mainLink {
	text-transform: uppercase;
	font-weight: bold;
}
.mainLink {
	color: #005695;
}
.plr0 {
	padding-left: 0;
	padding-right: 0;
}
.pl15 {
	padding-left:15px;
}
.margintop0 {
	margin-top: 0;
}
.navbar {
	min-height: 25px;
	border-radius: 0;
}
.nav-justified>li {
    white-space: nowrap;
}
.nav>li>a:hover, .nav>li>a:focus, .nav>li>a.active, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: none !important;
	color: #7AAE29;
}
#secondNav .nav > li > a.center {
	text-align:center;
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.margintop10 {
	margin-top: 10px;
}
.margintop25 {
	margin-top: 25px;
}
.marginbtm15 {
	margin-bottom:15px;
}
.padding-insetimg {
	padding: 5px 20px 15px 0;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.padding7 {
	padding:0;
}
.no-wrap {
	white-space: nowrap;
}

/*Top bar*/
#topNav {
	border-bottom: solid #000 3px;
	margin: 10px 0 0 0;
	padding: 0;
	padding: 0 0 0.2em 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 1em;
}
#topNav a {
	color: #969696;
}
#topNav a:hover {
	color: #005695;
}
/*Logo and tagline */
.brand {
	background:#000;
	background-size: 75% 100%;
	border-bottom: none 0;
	margin: 0;
	max-height: 103px;
}
.brand .container h1 {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.05em;
	font-size: 1.85em;
	padding-top: 4%;
	z-index: 999;
}
.brand img {
	float: left;
	margin-left:-18px;
	height: 103px;
}
/*main Navbar*/
#mainNav {
	text-transform: uppercase;
	font-size: 1.2em;
}
.navbar-default {
	background: none !important;
	border: none !important;
	margin-bottom: 0;
}
.navbar-collapse {
	padding: 0;
}
.nav>li>a.homeIcon {
	background: url(../images/icon-home.png) 0 0 no-repeat !important;
	width: 26px;
	height: 21px;
}
.nav>li>a.homeIcon:hover, .nav>li>a.active {
	background-position: left bottom !important;
}
.nav-justified>li:first-child>a {
	text-align: left;
	padding-left: 0;
}
.nav-justified>li>a.lastNav {
	text-align: right;
	padding-right: 0;
}
.dropdown-menu {
	margin: 0;
	border-radius: 0;
	border: 3px solid #7AAE29;
	text-transform: uppercase;
	font-size: .9em;
	letter-spacing: -.01em;
}
.dropdown-menu > li > a {
	color: #005695;
	padding: 3px 15px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a.active {
	color: #7AAE29;
	background: #FFF;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
/*#mainNav .collapse.in {
	padding-bottom: 40px;
	margin-bottom: 40px;
}*/
#home #mainNav .collapse.in {
	padding-bottom: 0;
	margin-bottom: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #005695;
}
#secondNav .nav>li>a.active {
	color: rgba(255,255,255,0.65);
}
#secondNav .collapse.in .nav>li>a.active, #services #secondNav .collapse.in .nav>li>a.active, #projects #secondNav .collapse.in .nav>li>a.active {
	color: #7AAE29;
}
#secondNav .nav>li>a:hover {
	font-weight:bold;
}
#secondNav .nav>li>a.active:hover {
	font-weight:normal;
}
#secondNav .collapse.in .nav>li>a.active:hover, #services #secondNav .collapse.in .nav>li>a.active:hover, #projects #secondNav .collapse.in .nav>li>a.active {
	font-weight:normal;
}

/*Carousel*/

.carousel-indicators {
	visibility: hidden;
}
.carousel-control.left, .carousel-control.right {
	background: none !important;
}
.carousel-inner>.item {
	border-top:solid 3px #000;
	border-bottom:solid 3px #000;
}
.carousel-caption {
	right:auto;
	bottom:auto;
	left:auto;
	width: 70%;
	padding:10px 20px;
	text-align:left;
	text-shadow: none;
}
.carousel-caption.top-left {
	left:0;
	top: 0;
}
.carousel-caption.bottom-left{
	left:0;
	bottom: 0;
}
.carousel-caption.bottom-right{
	right:0;
	bottom: 0;
}
.carousel-caption.top-right{
	right:0;
	top:0;
	width:50%;
}
.carousel-caption.green {
	background-color:#7AAE29;
}
.carousel-caption.orange {
	background-color:#F37533;
}
.carousel-caption h1 {
	font-size:22px;
	margin:0;
}
.carousel-caption p {
	text-align:right;
	margin-bottom:5px;
	line-height:1.2em;
}
/*Main text*/
#mainText p {
	line-height: 1.7em;
	font-size: 1.05em;
}
#mainText h2 {
	margin: 20px 0 0 0;
}
.insetImage {
	margin-top:15px;
	width:100%;
	height:auto;
}
.cta {
	font-size: 125%;
	line-height: 150%;
	text-align: center;
	margin-top: 25px;
}
.btmRow {
	margin-top: 25px;
	margin-bottom: 25px;
}
.btmRow img {
	width: 100%;
}
.quote, .project, .boxBtn, .button {
	border: #7AAE29 solid 3px;
	padding: 0;
	box-shadow:0 3px #000;
}

.project, .boxBtn {
	cursor:pointer;
}

.sidebar {
	margin-top: 15px;
}
.sidebar .button {
	margin-bottom: 15px;

}
.button img {
	width: 100%;
	height: auto;
	
}
.quotemarks {
	color:#7AAE29;
	font-weight:bold;
	font-size:1.1em;
}
.quote-img img {
	width: 100%;
	height: auto;
}
.sidebar .quote p, #recognition .quote p {
	padding: 20px;
}
#recognition .quote {
	margin-bottom: 25px;
}
.project, .boxBtn {
	margin-top: .5em;
	margin-bottom:1em;
}
#recognition .quote-img, .sidebar .quote-img {
	width: 100%;
	height: 150px;
	overflow: hidden;
}
.project .quote-img, .boxBtn .quote-img {
	width: 100%;
	max-height: 185px;
	overflow: hidden;
}
#recognition .quote-img img, .sidebar .quote-img img {
	margin-top: -15%;
}
.project .quote-img img {
	margin-top: -10%;
}
.boxBtn .quote-img img {
	margin-bottom: -10%;
}
.project .quote-img img.margintop0, .boxBtn .quote-img img.margintop0 {
	margin-top:0;
	/*max-height: calc(185px - 15%);*/
}
.quote h4, .project h4, .boxBtn h4 {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 5px 10px 5px;
	margin: 0;
}
.project h4, .boxBtn h4 {
	font-size:1.1em;
	padding-bottom:7px;
}
.bg-green {
	background-color: #7AAE29;
}
.bg-orange {
	background-color: #F37533;
}
.bg-dkblue {
	background-color: #005695;
}
.bg-blue {
	background-color: #137bed;
}
.bg-gray {
	background-color: #666;
}
.border-orange {
	border-color: #F37533;
}
.border-dkblue {
	border-color: #005695;
}
.border-blue {
	border-color: #137bed;
}
.border-gray {
	border-color: #666;
}
.txt-orange {
	color: #F37533;
}
.txt-dkblue {
	color: #005695;
}
.leaderContent img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.leaderContent h4 {
	margin-top: 0;
}
.logoContent img {
	max-width: 100%;
	height: auto;
}
.logoContent {
	margin-bottom: 40px;
}
.logoContent p {
	margin-top:-7px;
	margin-bottom: 0;
}
.proj-details {
	padding-bottom:25px;
	border-bottom: solid 3px #005695;
	margin-bottom:25px;
}
.proj-details img {
	width:100%;
	height:auto;
	border: solid 3px #005695;
}
.proj-details h4 {
	margin-top:0;
	color: #005695;
}
.specLabels {
	color:#808080;
	text-transform:uppercase;
	white-space:nowrap;
}
div.proj-details > p {
	text-align:right;
}
.modal-header {
	border-bottom:none 0;
}
.modal-body img {
	width:100%;
	height:auto;
}
/*Boxbtns: disciplines*/
#home .boxBtns, #services .boxBtns, #projects .boxBtns {
	padding: 0;
}
/*.boxBtn {
	position: relative;
	width: 100%;
	padding-bottom: 40.35%;
	margin-bottom: 1em;
}
.boxBtn a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.boxBtn.corporate {
	background: url(../images/discipline-corp.jpg) no-repeat 0 0;
	background-size: 100%;
}
.boxBtn.corporate:hover {
	background-image: url(../images/discipline-corp-over.jpg)
}
.boxBtn.health {
	background: url(../images/discipline-health.jpg) no-repeat 0 0;
	background-size: 100%;
	padding-bottom: 1%;
}
.boxBtn.health:hover {
	background-image: url(../images/discipline-health-over.jpg)
}
.boxBtn.mfgtech {
	background: url(../images/discipline-mfg.jpg) no-repeat 0 0;
	background-size: 100%;
}
.boxBtn.mfgtech:hover {
	background-image: url(../images/discipline-mfg-over.jpg)
}
.boxBtn.education {
	background: url(../images/discipline-edu.jpg) no-repeat 0 0;
	background-size: 100%;
	padding-bottom: 1%;
}
.boxBtn.education:hover {
	background-image: url(../images/discipline-edu-over.jpg)
}
.boxBtn.dev-corp {
	background: url(../images/discipline-dev-corp.jpg) no-repeat 0 0;
	background-size: 100%;
}
.boxBtn.dev-corp:hover {
	background-image: url(../images/discipline-dev-corp-over.jpg)
}
.boxBtn.dev-res {
	background: url(../images/discipline-dev-res.jpg) no-repeat 0 0;
	background-size: 100%;
	padding-bottom: 1%;
}
.boxBtn.dev-res:hover {
	background-image: url(../images/discipline-dev-res-over.jpg)
}
.boxBtn.dev-ind {
	background: url(../images/discipline-dev-ind.jpg) no-repeat 0 0;
	background-size: 100%;
}
.boxBtn.dev-ind:hover {
	background-image: url(../images/discipline-dev-ind-over.jpg)
}
.boxBtn.dev-inst {
	background: url(../images/discipline-dev-inst.jpg) no-repeat 0 0;
	background-size: 100%;
	padding-bottom: 1%;
}
.boxBtn.dev-inst:hover {
	background-image: url(../images/discipline-dev-inst-over.jpg)
}
.boxBtn.proj-mgt {
	background: url(../images/services-project.jpg) no-repeat 0 0;
	background-size: 100%;
}
.boxBtn.prop-mgt {
	background: url(../images/services-property.jpg) no-repeat 0 0;
	background-size: 100%;
	padding-bottom: 1%;
}
.boxBtn.development {
	background: url(../images/services-development.jpg) no-repeat 0 0;
	background-size: 100%;
}
.boxBtn.LEED-green {
	background: url(../images/services-green.jpg) no-repeat 0 0;
	background-size: 100%;
	padding-bottom: 1%;
}
.boxBtn.pm-office {
	background: url(../images/discipline-pm-office.jpg) no-repeat 0 0;
	background-size: 100%;
	padding-bottom: 48%;
}
.boxBtn.pm-other {
	background: url(../images/discipline-pm-other.jpg) no-repeat 0 0;
	background-size: 100%;
	padding-bottom: 48%;
}
.boxBtn h4 {
	color: #fff;
	width: 66.6666666667%;
	text-align: left;
	padding: .25em 0 0 .5em;
	background-size: contain;
}
.boxBtn h4.right {
	padding: .25em .5em 0 0;
	text-align: right;
	margin-left: 33.333333333%;
}
.boxBtn h4.bottom {
	padding-top: 42%;
}*/

/*.boxBtn:hover h4 {
	font-weight:bold;
}*/

/*News*/
h2.news {
	background: url(../images/icon-news.png) no-repeat 0 3px;
	padding: 0 0 0 65px;
	min-height: 35px;
}
p.date {
	margin-bottom: 0;
}
.newsItem h4 {
	margin: 0;
}
.allLink {
	float: right;
	margin-top: -37px;
}
/*Contact */
input, select, textarea {
	margin-bottom: 10px;
}
input[type="text"], select, textarea {
	width: 100%;
	max-width: 220px;
}
img.socialIcon {
	padding-left: 10px;
	vertical-align: text-bottom;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	background-color: #F37533;
	padding: 5px 20px;
	border: 0 none;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 15px;
}
/* Jumbotron */
.jumbotron {
	padding: 0;
	margin-bottom: 0;
}
.jumbotron img {
	width: 100%;
}
/*Secondary Nav */
#secondNav h2 {
	padding-left: 65px;
	min-height: 60px;
	margin-left: 0;
	padding-right:0;
	margin-bottom: 0;
}
#about h2 {
	background: url(../images/icon-about.png) no-repeat 0 12px;
}
#news h2 {
	background: url(../images/icon-news.png) no-repeat 0 12px;
}
#services h2 {
	background: url(../images/icon-services.png) no-repeat 0 17px;
	padding-top: 20px;
	z-index: 999;
    position: relative;
}
#projects h2 {
	background: url(../images/icon-projects.png) no-repeat 0 12px;
	    padding-top: 20px;
    z-index: 999;
    position: relative;
}
#projects h2.projects {
	background: none;
}
#projects h2.projects a {
	color:#F37533;
}
#projects h2.projects a:hover {
	color:#005695;
}
#recognition h2 {
	background: url(../images/icon-recognition.png) no-repeat 0 12px;
	z-index: 999;
    position: relative;
}
#contact h2 {
	background: url(../images/icon-contact.png) no-repeat 0 12px;
}
#secondNav {
	font-size: 1.2em;
	text-transform: uppercase;
}
#secondNav .navbar-default .navbar-toggle {
	background-color: #F37533;
	margin-top: 10px;
}
#secondNav .navbar-brand {
	font-size: 1.4em;
	color: #7AAE29;
	padding-right:50px;
	background-color: #fff;
}
#about #secondNav .navbar-brand {
	background-color:#FFF;
}
#services #secondNav, #projects #secondNav {
	line-height: 1em;
}
#services ul, #projects ul {
	margin-bottom: 0;
	padding-left: 22px;
}
#services ul.navbar-collapse, #services ul.nav, #services ul.dropdown-menu, #projects ul.navbar-collapse, #projects ul.nav, #projects ul.dropdown-menu {
	padding:0;
}
.navbar-collapse.in {
	overflow-y:visible;
}
/*Title bar, no header image*/
#titleBar {
	border-top: 3px solid #055695;
	padding: 15px 0;
}
.titleBar {
	border-top: 3px solid #055695;
}
/*Footer*/
.footer {
	background: #000;
	background-size: 100% 100%;
	border-bottom: none 0;
	margin: 20px 0 0 0;
	color: #FFF;
	height:100px;
}

.footer p {
	margin-top: 15px;
	font-size:24px;
}
.footer a {
	color: #FFF;
	font-weight: bold;
}
.footer a:hover {
	color: #F37533;
}
.copyright {
	font-size: .7em;
}
.footer img {
	height:100px;
	float:right;
	margin-right: -12px;
}
.social-media p {
	font-size:24px;
	margin-top:0;
	
}
.footer .icons {
	float: left;
	width: 175px;
	line-height:1em;
	text-align: left;
}
.social-media {
	margin-top:25px;
}
.icons div {
	width: 33%;
	height: auto;
	float:left;
	/*margin-left:15px;*/
}
.social-media .icons img {
	width: 75%;
	height: auto;
}

#mobile-indicator {
	display: none;
}
/*Form*/
iframe #contactForm #form button[data-role] {
	margin-right:10px !important;
}


/*Media Queries*/
@media screen and (min-width: 1200px) {
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	width: 100%;
}
}
@media screen and (min-width:992px) {
.modal-dialog {
	width:782px;
}
}
@media screen and (min-width:768px) {
#secondNav .nav a {
	color: #fff;
}
	
#secondNav > .navbar-default {
	background: url(../images/orange-bg.png) no-repeat right !important;
	background-size: 77% 100% !important;
	max-height: 48px;
	/*z-index:-2;*/
}
#services #secondNav .nav-justified>li {
		width: 25% !important;
}	
#secondNav .nav > li > a {
	padding: 6px 0 11px 0;
	text-align: right;
}
#secondNav .nav-justified > li:first-child {
	/*background:#F37533;*/
}
#secondNav .nav-justified > li:first-child > a {
	/*background: #F37533 no-repeat 0 0 !important;
	padding-left: 101px;*/
}
#secondNav .nav-justified > li:first-child > a:hover {
	padding-top: 7px !important;
	padding-bottom:10px !important;
}
#services #secondNav > .navbar-default, 
#projects #secondNav > .navbar-default {
	background-size: 70% 100% !important;
	max-height: 59px;
	/*z-index:-2;*/
}
#services #secondNav .nav-justified > li:first-child > a, #projects #secondNav .nav-justified > li:first-child > a, #recognition #secondNav .nav-justified > li:first-child > a {
	/*background: #F37533 no-repeat top left !important;
	margin-left: -50px;
    z-index: -1;
	padding-left:110px;*/
}

#services #secondNav .nav > li > a, #projects #secondNav .nav > li > a {
	text-align: center;
}
#services #secondNav .nav > li > a.lastNav, 
#projects #secondNav .nav > li > a.lastNav {
	text-align: right;
}
#recognition #secondNav > .navbar-default, #news #secondNav > .navbar-default {
	background-size: 62% 100% !important;
	/*z-index:-2;*/
}
#contact #secondNav > .navbar-default, #projects.pm-projects #secondNav > .navbar-default {
	background-size: 55% 100% !important;
	/*z-index:-2;*/
}


}

@media screen and (max-width: 1199px) {
#home .brand .container h1 {
	/*padding-top: 10px;*/
}

#mainText p {
	font-size: .95em;
	line-height: 1.45em;
}
/*.boxBtn h4 {
	font-size: 1.1em;
}
.footer p {
	font-size: .9em;
}*/
.footer .icons {
	width: 120px;
}
/*.icons div {
	margin-left:7px;
}*/
#secondNav {
	font-size: 1.044em;
}
#services #secondNav > .navbar-default, 
#projects #secondNav > .navbar-default {
	background-size: 62.5% 100% !important;
	max-height: 53px;
	/*z-index:-2;*/
}
#services #secondNav .nav > li > a, 
#projects #secondNav .nav > li > a {
	padding: 3px 0 8px 0;
	line-height: 1.1em;
}
#services #secondNav .nav-justified > li:first-child > a, 
#projects #secondNav .nav-justified > li:first-child > a {
	/*background: #F37533 url(../images/navcurve-orange-dbl.png) no-repeat top left !important;
	padding-left: 115px;*/
}

#services #secondNav .navbar-brand, #projects #secondNav .navbar-brand {
	padding-right: 5px;
	min-width: 350px;
}
}
@media screen and (min-width:992px) {
#secondNav > .navbar-default {
	max-height: 47px;
}
}
@media screen and (min-width:992px) and (max-width:1200px) {
#secondNav .nav > li > a {
	padding: 9px 0 11px 0;
}
#secondNav > .navbar-default {
	max-height: 47px;
}
.project .quote-img, .boxBtn .quote-img {
	max-height:171px;
}
}

@media screen and (min-width:768px) and (max-width:992px) {

#secondNav .nav-justified > li:first-child > a {
	/*background: url(../images/navcurve-orange.png) no-repeat top left !important;*/
	background-size: auto 48px !important;
	/*padding-left: 90px;*/
}
#secondNav {
	font-size: 0.84em;
	line-height: 2.4em;
}
#secondNav .navbar-brand {
	/*padding-right: 0;*/
}
#services #secondNav .navbar-brand {
	min-width:300px;
}
#recognition #secondNav {
	font-size: 0.9em;
	line-height: 2.0em;
}
#recognition .quote-img,  .sidebar .quote-img {
	height: 148px;
}
.quote-img img {
	margin-top: 0;
}
.quote h4,
.project h4, .boxBtn h4 {
	font-size: 1em;
}
#recognition .quote p, .sidebar .quote p {
	font-size: .9em;
}
}

/*Bootstrap 2 menus*/
@media screen and (max-width: 991px) {
.brand .container h1 {
	padding-top: 7%;
}
#home .brand .container h1 {
	padding-top: 10px;
}
.navbar-collapse .dropdown-menu a {
	padding: 0 15px;
	font-weight: bold;
	font-size: 0.9em;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.navbar-collapse .btn {
	padding: 4px 10px 4px;
	font-weight: normal;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.navbar-collapse .dropdown-menu li + li a {
	margin-bottom: 2px;
}
.navbar-collapse .dropdown-menu a:hover,  .nav-collapse .dropdown-menu a:focus {
	background-color: #f2f2f2;
}
.navbar-inverse .nav-collapse .dropdown-menu a:hover,  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
	background-color: #111111;
}

.navbar-collapse.in .btn-group {
	padding: 0;
	margin-top: 5px;
}
.navbar-collapse .dropdown-menu {
	position: static;
	top: auto;
	left: auto;
	display: none;
	float: none;
	max-width: none;
	padding: 0;
	margin: 0 15px;
	background-color: transparent;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-align: center;
}
.navbar-collapse .open > .dropdown-menu {
	display: block;
}
.navbar-collapse .dropdown-menu:before,  .navbar-collapse .dropdown-menu:after {
	display: none;
}
.navbar-collapse .dropdown-menu .divider {
	display: none;
}
.navbar-collapse .nav > li > .dropdown-menu:before,  .navbar-collapse .nav > li > .dropdown-menu:after {
	display: none;
}
.carousel-caption, .carousel-caption.top-right {
	position:relative;
	width:100%;
	top:0 !important;
	padding:10px 5%;
}
/*.boxBtn h4 {
	font-size: 1.25em;
}*/
.newsItem {
	margin-bottom: 20px;
}
.project .quote-img, .boxBtn .quote-img {
	max-height:127px;
}
.footer {
	height:auto;
}
/*.footer .col-sm-6:first-child {
	background: url(../images/white-bg.png) 0 0 no-repeat;
	background-size: 50% 100%;
}
.footer .col-md-4 {
	clear: both;
	text-align: right;
	padding-bottom: 10px;
	background: #005695;
}
.footer .icons {
	margin-right: 0;
}
.icons div {
	margin-right:7px;
}*/
.social-media .icons img {
	float:left;
}
#services #secondNav > .navbar-default, 
#projects #secondNav > .navbar-default {
	background-size: 59% 100% !important;
	max-height: 49px;
}
#services #secondNav .nav > li > a.lastNav, 
#projects #secondNav .nav > li > a.lastNav {
	text-align: right;
}
#services #secondNav .nav > li > a, #projects #secondNav .nav > li > a {
	padding: 6px 0 11px 0;
}
#services #secondNav .nav-justified > li:first-child > a {
	/*background: #F37533 !important;
	padding-left: 0;*/
}
#services #secondNav .navbar-brand {
	/*background-image: url(../images/navcurve-orange-dbl.png), url(../images/icon-pm.png) !important;
	background-repeat: no-repeat;
	background-position: top right, 0 17px;
	padding-left: 55px;
	padding-right: 50px;*/
}
}

@media screen and (max-width: 767px) {
#mobile-indicator {
	display: block;
}
#topNav .nav-justified>li {
	float: left;
	width: 45%;
}
#topNav {
	/*float: left;
	top: 2px;
	position: absolute;
	z-index: -100;
	border-bottom: none;*/
	display:none;
}
.nav-justified>li:first-child>a,  .nav-justified>li>a.lastNav {
	text-align: center;
}
#services #secondNav .nav-justified>li:first-child>a, #services #secondNav .nav-justified>li>a.lastNav, 
#projects #secondNav .nav-justified>li:first-child>a, #projects #secondNav .nav-justified>li>a.lastNav { 
	background: none #FFF !important;
	text-align: center;
	padding-left:0;
}

.nav-justified>li>a, #services #secondNav .nav-justified>li>a, #projects #secondNav .nav-justified>li>a{
	padding: 0;
	margin-bottom: 3px;
}
.brand .col-sm-4 img {
	width: 100%;
	height: auto;
}
.brand .container h1,  #home .brand .container h1 {
	font-size: 1.5em;
	padding-top: 5px;
	text-align: center;
	padding-bottom: 5px;
}
.brand .col-xs-12 {
	background-color: #000;
	/*text-align: center;*/
}
.brand {
	z-index: -100;
	/*margin-top: -10.5%;
	margin-top: -4.5%;*/
}
.brand img {
	display:block;
	margin: 0 auto;
	float:none !important;
}
#home .brand {
	margin-top: 0;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus {
	border: 0 solid #7AAE29;
	border-radius: 0;
	background-color: #7AAE29;
	margin-top: 12px;
}
#mainNav .navbar-default .navbar-toggle {
	position: fixed;
    right: 0;
    z-index: 1030;
    top: 0;
}
#home .navbar-default .navbar-toggle {
	margin-top: 8px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}
.navbar-default .navbar-toggle:hover {
	background-color: #7AAE29;
}
.navbar {
	min-height:0;
}
#mainNav .nav-justified>li:first-child {
	display: none;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	max-width: 115%;
}
.carousel-inner>.item>img.cropLeft, .carousel-inner>.item>a>img.cropLeft {
	left: -75px;
	position: relative;
}
/*.boxBtn h4 {
	font-size: 1.1em;
}*/
#secondNav > .navbar-default {
	background: none !important;
	/*z-index:-2;*/
}
#secondNav h2 {
	margin-left: 15px;
	padding-top: 15px;
}
#services #secondNav .navbar-brand {
	background: url(../images/icon-services.png) no-repeat 0 12px !important;
	padding-left: 60px;
}
/*.footer .col-sm-6 {
	width: 50%;
	float: left;
}*/
.project .quote-img, .boxBtn .quote-img {
	max-height:250px;
}
#services #secondNav > .navbar-default, #projects #secondNav > .navbar-default {
	max-height:none;
}

}

@media screen and (max-width: 632px) {
#topNav .nav-justified>li {
	font-size: .9em;
}
/*.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	max-width: 150%;
}*/
.boxBtns .col-xs-6, .col-xs-6.boxBtns  {
	width: 100%;
	margin-left: 0;
}
/*.boxBtn h4 {
	font-size: 1.7em;
	width:60%;
}
.boxBtn h4.right {
	width:66.677777%;
}
.boxBtn {
	padding-bottom: 50.5%;
}
.boxBtn.development {
	padding-bottom: 44.5%;
}
.boxBtn.prop-mgt, .boxBtn.LEED-green {
	padding-bottom: 4%;
}*/


#home .brand .container h1,  .brand .container h1 {
	font-size: 1.13em;
	padding: 0 0 4px 0;
}
.footer {
	background: #000;
}
/*.footer .col-sm-6:first-child {
	background: url(../images/white-bg.png) 0 0 no-repeat;
	background-size: 50% 100%;
}
.footer .col-sm-6 img {
	width: 90%;
	margin-left: 17%;
}
.footer .col-sm-6 {
	width: 100%;
	float: none;
	text-align: center
}
.footer .col-sm-6 .text-right,  .footer .col-md-4 {
	text-align: center
}*/
.footer .icons {
	margin-right: 0;
	margin-top: 0;
}
.quote h4 {
	display: none;
}
#recognition .quote h4,  .sidebar .quote h4 {
	display: block;
}
.quote p {
	font-size: .90em;
}
}

@media screen and (max-width: 480px) {
#topNav {
	display: none;
}
.navbar-toggle {
	margin-top: 17px;
}
#home .brand,  .brand {
	/*margin-top: -5.3%;*/
	z-index: -100;
	background-size: 50% 100%;
	max-height:106px;
}
.brand img {
	/*width: 95%;
    height: 95%;
	width: 90%;
	margin-right: 25px;*/
}
#home .brand .container h1, .brand .container h1 {
	font-size:1em;
}
.navbar-default .navbar-toggle {
	margin-top: 20px;
}

#mainNav .collapse.in {
	padding-bottom: 20px;
	
}
#home #mainNav .collapse.in {
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	max-width: 160%;
}
#mainText h2 {
	text-align: center;
}
/*.boxBtn h4 {
	font-size: 1.21em;
}*/
.navbar-collapse.in {
	margin-top: 10px;
	}
h2.news {
	font-size: 1.5em;
	background-size: 12%;
	padding-left: 13%;
}
.quote {
	overflow-y: scroll;
}
#recognition .quote, .sidebar .quote {
	overflow: visible;
}
.quote p {
	font-size: .80em;
}
#recognition .quote p, .sidebar .quote p {
	font-size: 1em;
}
.project, .boxBtn {
	overflow:hidden;
	
}
.leaderContent > div {
	width: 100%;
}

#services #secondNav .navbar-brand, #projects #secondNav .navbar-brand {
	padding-right: 0;
	line-height: 1em;
	width: 75%;
}
.logoContent > div {
	width: 100%;
}
.logoContent img {
	display: block;
	margin: 0 auto 5px auto;
}
.logoContent {
	margin-bottom: 30px;
}

img.padding-insetimg {
	width:100%;
	padding-right:0;
}
}

/* IE styles */
@media screen and (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width: 100%;
}
}
@media screen and (max-width: 991px) and (-ms-high-contrast: active), (max-width: 991px) and(-ms-high-contrast: none) {
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
 width:auto;
}
}
