/* Global */

body {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 1em;
	color: #8a8683;
	background-color:#ffffff;
	line-height: 1.2em;
	/*margin-top: 128px;*/
}
img {
	max-width: 100%;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #b5be00;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
.container {
	z-index: auto;
}

.preload {
	display: none;
}

#siteplan {
	width: 100%;
	height: auto;
}

#siteplan img {
	width: 100%;
	cursor: crosshair;
}

.bg_default {
	background-image: url('../images/tooltip_map.jpg');
	background-size: contain;
}
.bg_15c {
	background-image: url('../images/tooltip_map_15c.jpg');
	background-size: contain;
}
.bg_19c {
	background-image: url('../images/tooltip_map_19c.jpg');
	background-size: contain;
}
.bg_82d {
	background-image: url('../images/tooltip_map_82d.jpg');
	background-size: contain;
}
.bg_68d {
	background-image: url('../images/tooltip_map_68d.jpg');
	background-size: contain;
}

#siteplan_table {
	width: 100%;
	margin-top: 20px;
}

#siteplan_table tr td {
	padding: 6px 0;
}

#siteplan_table tr td:first-child {
	width: 28%
}
#siteplan_table td {
	width: 18%
}

#siteplan_table tr:not(#table_header) {
	display: none;
}

.show_table {
	display: table-row !important; 
}

#view_all_link {
	display: none;
}

.unhide_link {
	display: block !important;
}



/* Navigation */

.menu {
	position:fixed;
	top:0px;
	width:100%; 
	height:auto; 
	background-color:#5e5c5c;
	z-index:100;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
#logo {
	text-align: left;
	margin: 10px 0;
}
#nav {
	text-align: left;
	margin: 57px 0 0 0;
	/*background-color:#5e5c5c;*/
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
.navigation{
	float: right;
	list-style: none;
	margin: 0;
}
.navigation li{
	float: left;
	padding:0 0 0 30px;
	color: #ffffff;
}
.navigation li:hover{
	cursor:pointer;
	color: #b5be00;
}

.navigation .active{
	cursor:pointer;
	color: #b5be00;
	font-weight:300;
}




/* General Slides */ 

.slide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding:80px 0;
}



/* Slide 1 */ 

#slide1 {
	background-color:#3d3b3b;
	background-image:url('../images/hero-image.jpg');
	height: 850px;
	background-repeat: no-repeat;
	/*background-size: cover;*/
	background-position: center bottom;
	padding-top: 120px;
	margin-top: 100px;
}

#slide1 .gradient {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 25%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.65)), color-stop(25%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 25%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 25%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 25%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 25%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=1 );
	z-index: 0;
}

#slide1 .container {
	position: relative;
}

#slide1 h1 {
	font-size: 2.5em;
	line-height: 40px;
	color:#ffffff;
	font-weight: 700;
}

#slide1 p {
	font-size: 1.5em;
	color: #ffffff;
	line-height: 1.4em;
	padding-bottom:20px;
	font-weight: 300;

}
#slide1 img {
	padding-top:165px;
}



/* Slide 2 */ 

#slide2 { 
	background-color:#333333;
	color:#ffffff;
}
#slide2 h2 {
	font-size: 1.8em;
	color: #ffffff;
	line-height: 1em;
	padding-bottom:20px;
	font-weight: 300;
}

#slide2 p {
	font-size: 1em;
	color: #ffffff;
	line-height: 1.5em;
	padding-bottom:20px;
	font-weight: 300;
	text-align: left;
}

#slide2 a img {
	padding-top: 65px;
}
#slide2 a {
	color:#b6bd00;
}



/* Slide 3 */ 

#slide3 { 
	background-color:#666;
	color:#ffffff;
}
#slide3 h2 {
	font-size: 1.8em;
	color: #ffffff;
	line-height: 1.2em;
	padding-bottom:20px;
	font-weight: 300;
}

#slide3 p {
	font-size: 1em;
	color: #ffffff;
	line-height: 1.5em;
	padding-bottom:20px;
	font-weight: 300;
	text-align: left;
}
#slide3 a img:not(.no-padding) {
	padding-top: 65px;
}
#slide3 a {
	color:#b6bd00;
}


.twentytwenty-container {
	margin-top: 60px;
}


/* Slide 4*/ 

#slide4{
	background-color:#ffffff;
}

#slide4 h2 {
	font-size: 1.8em;
	color: #333333;
	line-height: 1.2em;
	padding-bottom:20px;
	font-weight: 300;
}
#slide4 p {
	font-size: 1em;
	color: #333333;
	line-height: 1.5em;
	padding-bottom:20px;
	font-weight: 300;
	text-align: left;
}

#map-canvas {
	max-width: 100%;
	height: 500px;
}




/* Slide 5 */

#slide5{
	background-color:#8a8683;
	color:#ffffff;
}

#slide5 h2 {
	font-size: 1.8em;
	color: #ffffff;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 300;
}
#slide5 p {
	font-size: 1em;
	color: #ffffff;
	line-height: 1.5em;
	padding-bottom:20px;
	font-weight: 300;
	text-align: left;
}

#slide5 a img {
	padding-top: 65px;
}

/* Slide 6 */

#slide6{
	background-color:#333333;
	color:#ffffff;
}

#slide6 h2 {
	font-size: 1.8em;
	color: #ffffff;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 300;
}
#slide6 p {
	font-size: 1em;
	color: #ffffff;
	line-height: 1.5em;
	padding-bottom:20px;
	font-weight: 300;
	text-align: left;
}

#nav-btn {
	display: none;
}

.tooltipster-default {
	border: none;
	border-radius: 0;
	background: #3d464d;
}

.tooltipster-base .tooltipster-content {
	padding: 0;
}



/* Slide 7 */

#slide7{
	background-color:#b5be00;
	color:#000000;
}

#slide7 h2 {
	font-size: 1.8em;
	color: #000000;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 300;
}
#slide7 p {
	font-size: 1em;
	color: #000000;
	line-height: 1.5em;
	padding-bottom:20px;
	font-weight: 300;
	text-align: left;
}

#slide7 .logo {
	margin-bottom: 30px;
}

#nav-btn {
	display: none;
}






/* Tablet */
@media screen and (max-width: 1024px) {

#logo {
	max-width: 30%;
	text-align: left;
}

#nav {
	width:100%;
	text-align:left;
	margin: 0 0 15px 0;
}


.navigation{
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
}

.navigation li{
	float: left;
	width:15%;
	padding:0;
	margin-top: 5px;
}

.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding: 80px 0;
}
#slide2 a:first-child img {
	padding-top: 0;
}
#slide3 a:first-child img {
	padding-top: 0;
}
#slide5 a:first-child img {
	padding-top: 0;
}

#decorative {
	display:none;
}

#content {
	text-align:left;
	width:100%;
}

#slide1 h1 {
	line-height: 1em;
}
#slide1 h2 {
	line-height: 1em;
}
#slide2 h1 {
	line-height: 1em;
}
#slide2 h2 {
	line-height: 1em;
}
#slide3 h1 {
	line-height: 1em;
}
#slide3 h2 {
	line-height: 1em;
}
#slide4 h1 {
	line-height: 1em;
}
#slide4 h2 {

	line-height: 1em;
}

}




/* Mobile */
@media screen and (max-width: 480px) {

#logo {
	width: 30%;
	text-align: left;
	padding-top: 4px;
}

.menu {
	height: 85px;
	overflow: hidden;
}

#nav {
	width:100%;
	margin:0 0 15px 0;
	position: relative;
	top: 18px;;
	z-index: -1;
}

.navigation {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
}

.navigation li {
	float: none;
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #fff;
	font-size: 18px;
	margin-top: 0;
}
.navigation li:last-child {
	border-bottom: 1px solid #fff;
}

.slide {
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding: 40px 0;
}

#slide1 {
	margin-top: 85px;
}

#slide1 h1 {
	line-height: 1em;
}
#slide1 h2 {
	line-height: 1em;
}
#slide2 h1 {
	line-height: 1em;
}
#slide2 h2 {
	line-height: 1em;
}
#slide3 h1 {
	line-height: 1em;
}
#slide3 h2 {
	line-height: 1em;
}
#slide4 h1 {
	line-height: 1em;
}
#slide4 h2 {
	line-height: 1em;
}

#nav-btn {
	display: inline;
	position: absolute;
	right: 14px;
	top: 30px;
}
a.showNav {
	color: #fff;
	font-size: 20px;
	line-height: 0;
	padding: 4px;
}

.unhide {
	display: block !important;
	z-index: 1 !important;
}

.resizeHeader {
	height: 480px !important;
}
}