body {
  -webkit-text-size-adjust: none;
}

* {
  max-width: 100% !important;
}

img, input {
  max-width: 100%;
  height: auto;
  width: auto\9;  /* ie8 */
}

embed, object, iframe {
  width: 100%;
  height: auto;
}
#content, footer, .greenBox, .brownBox, .blueBox {
	width: 90%!important;
	padding-left: 5%!important;
	padding-right: 5%!important;
}
#leaf2, #cL, #ceoPic, #quickFactsBg, .noMobile, .intPop {
	display: none;
}
#content {
	padding-top: 30px;
	padding-bottom: 30px;
}
.onlyMobile {
	display: block;
}
h3 {
	line-height: 1em;
}
#nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
}
#container {
	padding-top: 30px;
}
.mobileNav {
	display: block;
	float: right;
	cursor: pointer;
	padding: 10px 5% 10px 5%;
	width: 90%;
	text-align: right;
}
.mobileDark {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../images/black75.png);
	z-index: 89;
}
.nav {
	float: left;
	width: 100%!important;
}
.nav a#logo {
	display: block;
	width: 100%!important;
	height: 21px;
	margin: 0!important;
	padding-top: 15px;
	text-align: center;
}
	.nav a#logo img {
		width: 300px!important;
	}
.mobileHeader {
  position: fixed;
  top: 0;
  left: -100%;
  width: 95%;
  padding: 0 2.5%;
  height: 100%;
  background: #ededed;
  background: url(../images/white90.png);
  z-index: 50;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1000;
}
nav, .t2Nav {
	position: static;
	float: left;
	width: 50%!important;
	display: block;
}
	nav ul, .t2Nav ul {
		float: left;
		list-style: none;
		padding: 0;
		margin: 0;
		width: 100%;
	}
		nav ul li, .t2Nav ul li {
			width: 100%;
			margin: 0;
			padding: 0;
		}
			nav ul li {
				width: 90%;
				border: 1px solid #fff;
				border-top: 0;
			}
				nav ul li:first-child {
					border-top: 1px solid #fff;
				}
				nav ul li.active {
					width: 100%;
				}
			nav ul li a, .t2Nav ul li a {
				width: 94%;
				padding: 10px 3%!important;
				border: 0!important;
				color: #ffffff;
				text-align: left;
				height: auto;
				display: inline-block;
				background: #333333;
			}
				.t2Nav ul {
					background: #333333;
					border-top: 1px solid #fff;
				}
					.t2Nav ul li {
						border: 1px solid #fff;
						border-top: 0;
						float: left;
					}
					.t2Nav ul li a {
						color: #ffffff;
						background: #333333;
					}
				nav ul li.active a, nav ul li a:hover {
					text-decoration: none;
					background: #c7d05f;
					color: #000000;
					border: 0;
				}
				.t2Nav ul li a:hover, .t2Nav ul li.selected > a {
					text-decoration: none;
					background: #c7d05f;
					color: #000000;
				}
				.t2Nav ul ul {
					padding-left: 10%;
					width: 89%;
				}
					.t2Nav ul li#main {
						display: none;
					}
					.t2Nav ul ul li:last-child {
						border-bottom: 0;
					}
#nav_mobileClose {
	display: block;
	float: left;
	width: 100%;
	text-align: right;	
}
	#nav_mobileClose a {
		display: inline-block;
		padding: 10px 2% 10px 20px;
		color: #333;
	}
/* Home */

/* Footer */
#copyright a {
	white-space: nowrap;
}
/* About Us */
.quickFact {
	position: static;
	float: left;
	width: 100%!important;
	padding-bottom: 15px;
}
/* Company Info */
#t2Left, #t2Right {
	width: 100%;
}
.infoBox {
	width: 100%;
	margin: 0!important;
	height: auto!important;
}
/* Press Home */
#pressLeft {
	width: 100%;
	padding: 0;
}
#pressRight {
	padding-top: 20px;
	width: 100%;
}
	#pressPrimary {
		width: 100%;
	}
	#pressPrimaryThree {
		float: left;
		width: 100%;
	}
		#pressPrimaryThree li {
			width: 30%;
			margin: 0 1.5%;
		}
			#pressPrimaryThree li .pPTCover {
				display: none;
			}
	.pressItem {
		width: 100%;
		padding: 10px 0;
	}
		.pressDate, .pressTitle, .pressRead {
			width: 90%;
			padding: 5px 5%;
			border: 0;
		}
	.blueRight {
		width: 90%;
		padding: 10px 5%;
	}
/* Properties */
.property {
	border-top: 1px solid #868271;
	padding-bottom: 20px;
}
.property, .propPic, .propInfo, .propInfo .propText, .propInfo .propLinks, .propInfo .propTitle {
	width: 100%;
	margin: 0;
	height: auto!important;
	min-height: 0px!important;
	float: left;
	position: static;
}
	.propPic {
		text-align: center;
		background: none;
		min-height: auto;
		padding: 20px 0;
	}
	.propInfo.full {
		padding-top: 20px;
	}
	.propInfo .propTitle {
		padding-bottom: 10px;
	}
	.propInfo .propLinks {
		padding-top: 10px;
	}
#contactLeft, #contactRight {
	width: 100%;
	padding: 0;
	margin: 0;
}
#homeBanner {
	background: url(../images/banner-small.png) no-repeat;
	height: 278px;
}
@media all and (max-width: 480px) {
	#homeBanner {
		background-size: 100% auto;
	}
}