html, body { 
	background-color:#000;
	font-family: 'NeueHaas', sans-serif;
	overflow:hidden;
	cursor: none;
}
em{
	font-style: italic;
}
strong{
	font-weight: bold;
}

.entryListing{
	margin-bottom:15px;
	/*background: url("../images/buttons/selectionbtn.png") center center no-repeat;*/
	background-size: 100% 100%;
	cursor: pointer;
	/*border: solid #cea02d 2px;*/
}
.entryListing:hover{
	/*background-color:rgba(100,100,100,.2);*/
	/*border-radius:90px;*/
}


.button {
	color: #000;
	cursor: hand;
	font-size: 16px;
}

.resultsbutton {
	
	color: #000;
	/*font-weight: bold;*/
	cursor: hand;
	font-size: 22px;
	width: 80%;
}
#background{
	top:0px;
	left:0px;
	position: absolute;
	width: 1080px;
	height: 1920px;	
	background-image: url('../images/building.jpg');
	background-repeat: no-repeat;
	opacity: .6;
}
#frontbackground {
	top: 0px;
	left: 0px;
	position: absolute;
    height: 1920px;
    width: 1080px;
        z-index: 2;
    /*
* Created with https://www.css-gradient.com
* Gradient link: https://www.css-gradient.com/?c1=ffffff&c2=010101&gt=l&gd=dtt
*/
background: rgba(255, 255, 255, 1.0);
background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(1, 1, 1, .5));
}
#background>img {
	position: relative;
	top: 210px;
	opacity: .5;
}
.button2 {     
	display: table;
	height:100%;
	width: 100%;
	 background:#fff;
    /*border-radius: 90px;*/
    text-align: center;
}
	 

table.box { cursor: hand; }

.title {
	
	font-weight: 900;
	font-size: 140%;
	color: #fff;
}

a:link img { text-decoration: none; border:0; }

a:hover img { text-decoration: none; border:0; }

a:active img { text-decoration: none; border:0; }

a:visited img { text-decoration: none; border:0; }

a:link, a:hover, a:active, a:visited {
	font-weight: 500;
	font-size: 28px;
	text-decoration: none;
	color:#000;
	border: 0;
	
	cursor: hand;
	margin:auto 0;
}
#announcements{
	position: absolute;
	left: 0px;
	top:1159px;
	color: #fff;
	z-index: 20;
	font-size: 24px;
	text-align: center;
	vertical-align: top;
	height: 79px;
	/*font-weight: normal;*/
	width: 1080px;
	padding: 5px 10px;
	text-transform: uppercase;
	letter-spacing: .05em;
	text-shadow: 1px 2px #000;
	/*background-color: rgba(0,0,0,.4);*/
	padding-top: .5em;
	/*display: none;*/
	font-weight: lighter;
}
#announcements_text{
	position: relative;
	top: 30px;
	font-size: inherit;
	color:#fff;
	/*font-weight: normal;*/
	display: inline-block;
	font-weight: lighter;
}
#announcements_heading{
	font-family: inherit;
	    font-size: 24px;
	    font-weight: 100;
	    text-align: left;
	    color: inherit;
	    display: block;
	    background-color: red;
	    width: max-content;
	    padding-top: 3px;
	    padding-right: 5px;
	    padding-bottom: 3px;
	    padding-left: 5px;
	    position: absolute;
	    top: 0px;
	    left: 27px;
}

.flex.parent{
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-content: center;
align-content: center;

/*	flex-wrap:nowrap;
	flex-start:center;
	align-items:center;
	align-content:center;
	justify-content:center;*/

}
.flex.row{
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
}
.flex.column{
-webkit-flex-flow: column wrap;
flex-flow: column wrap;
}
.flex.parent .child{
	margin:auto;
	flex:1;
	margin:10px 0;
}
#data.flex.parent .child p{
	max-width: 100%;
	margin:.1em 0;

}
#data {
	position: absolute;
	top: 240px;
	left: 0px;
	font-weight: 100;
	z-index: 5;
	width: 1080px;
	font-size: 50px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	line-height: 1.25;
	height: 1024px;
	font-family: 'NeueHaas', sans-serif;
	text-shadow: 1px 2px #000;

} 
#logo{
	position: absolute;
	top: 218px;
	width: 1080px;
	left: 0px;
	height: 408px;
	z-index: 2;
}
#com-data {
	position: absolute;
	top: 225px;
	left: 370px;
	font-weight: bold;
	z-index: 2;
	width: 884px;
	color: rgba(50, 79, 182, 1);
	font-size: 32px;
	
	height: 412px;
} 
#ind-data {
	position: absolute;
	top: 225px;
	left: 370px;
	font-weight: bold;
	z-index: 5;
	width: 881px;
	color: rgba(50, 79, 182, 1);
	font-size: 32px;
	
	height: 410px;
} 


#bldgimg { 
position:absolute; 
right:10px; 
bottom:10px;  
padding:0px; 
margin:0px; 
}

#inddata { 
position:absolute; 
top:110px; 
width:924px; 
left:50px; 
padding:10 0; 
margin:10 0; 
text-align:center;
} 

#dialit { 
position:absolute; 
bottom:300px; 
width:210px; 
left:30px; 
}

#listmgmt { 
position:absolute; 
width:360px; 
top:200px; 
left:15px; 
padding:10 0; 
margin:30 0; 
} 

#backhome { 
position:absolute; 
top:657px; 
left:428px; 
padding:0; 
margin:0; z-index:2;
}

#backhome_fp {
	position: absolute;
	z-index: 2;
	top: 548px;
	left: 1083px;
	width: 101px;
	padding: 0;
	margin: 0;
	clear: both;
	text-align: center;
}

#backhome_lists { 
float:left;  
bottom:6px; 
left:20px; 
clear:both; 
padding:0; 
margin:0; 
}

#fp { 
position:absolute; 
left:1060px; 
top:540px;
padding:0; z-index:2;
margin:0; color:#fff;
}

#fp img { padding:0 3; margin:0 3; }

#toplogo { 
position:absolute; 
top:20px; 
right:30px; 
clear:both; 
padding:2px; 
margin:5px; 
}

#mgmtinfo { 
position:absolute;
left:345px; color:#fff;
top:270px;  
width:824px; font-size:20px;
text-align:left;z-index:1;
}

#mgmtinfo2 { 
position:absolute;font-size:20px;
left:px; color:#fff;
  

text-align:left;z-index:1;
}

#mapinfo { 
position:absolute;
left:0px; 
top:120px;  
width:1024px; 
text-align:center;
}

#ameninfo { 
position:absolute; 
left:20px; 
top:150px;  
width:512px; 
}


#mgmt p { font-size:120%; }

#mgmtinfo2 ul li { margin:15 0; }

#amenmap { 
position:absolute; 
left:150px; 
top:160px; 
}

#amenmap_sub { 
position:absolute; 
right:40px; 
top:180px; 
}

#ameninfo { 
position:absolute; 
top:100px;  
left:10px; 
width:400px; 
}

#ameninfo a { color:#fff; text-decoration:underline; }

#ameninfo p { font-size:110%; margin:40 0; font-color:#fff; }

#buttons { 
position:absolute; 
float:left; 
left:250px; 
top:190px; 
padding:0; 
margin:0; 
}

#buttonlist { 
list-style-type:none; 
padding:0; 
margin:0; 
border:0; 
} 

.textbuttonlist { 
list-style-type:none; 
padding:0; 
margin:0; 
border:0; 
}

.textbuttonlist li { 
margin:8px 0; 
border:0; 
text-decoration:none; 
}

#buttonlist li { 
display:inline; 
margin:20px 0; 
padding:0 100px 10px 0; 
border:0; 
text-decoration:none; 
}

#headshot {
	float: right;
	padding-top:10%;
	height:30%;
}
#floormap {
	width:auto;
	text-align:center;
}

#main{color:#fff}



.amen {
font-size:18px;
font-weight:100;
}

.amenh {
font-weight:bold;
text-decoration:underline;
}

#amenities { 
position:absolute; 
top:600px; 
left:600px; 
padding:0; 
margin:0; z-index:2;
width:650px;
}

#forward {
	position: absolute;
	z-index: 2;
	top: 1514px;
	left: 947px;
	width: 41px;
	padding: 0;
	margin: 0;
	clear: both;
	text-align: center;
	border: solid red 0px;

}
#previous {
	position: absolute;
	z-index: 2;
    top: 1514px;
    left: 100px;
	width: 48px;
	padding: 0;
	margin: 0;
	border: solid red 0px;
	clear: both;
	text-align: center;
}
#com_cus{
	display: table-cell;
	vertical-align: middle;
	padding:0 15px;
}

#vacanydata{
	position: absolute;
	top: 650px;
	left: 20px;
	width: 1020px;
	border-radius: 10px;
	height: 920px;
}
#vacanydata img{
	max-width:100%;
	background-color: rgba(255,255,255,1);
	max-height: 100%;
	margin:0 auto;
	display: block;
	border:solid #E2BE2C 3px; 
	border-radius: 15px;
}
#vacanydataall{
	position: absolute;
	top: 1585px;
	left: 0px;
	width: 1020px;
	margin: 0 auto;
}
.vacantImg{
	margin-right:10px;
	width:300px;
	display: table-cell;
	text-align: center;
	color:#fff;
	font-weight:bold;
}
.vacantImg img{
	background-color: #fff;
	max-width: 300px;
	max-height: 120px;
}
.vacantImg a img{
	border:solid #E2BE2C 3px; 
	border-radius:15px;
}
*,*{
	box-sizing:border-box;
}
.nav{ 
	width: 1080px;
	left:0px;
	padding:20px 10px;
	position: absolute;
	top: 1306px;
	z-index: 9;
	color: #fff;
	padding-left: 2em;
}
 
.navlist{
	width: 93%;
	height: 55px;
	display: block;
	float: center;
	text-align: center;
	/*background-image: linear-gradient(to right, rgba(0,0,0,.8), rgba(128,128,128,1));*/
	background-color: #fff;
	color: #000;
	font-weight: normal;
	line-height: 59px;
	font-family: 'NeueHaas', sans-serif;
/*	border: solid #4E3D2f 7px !important;*/
	margin: 0px 0.8em 22px !important;
	/*opacity: 75%;*/
	letter-spacing: 6px;
	border-radius: 10px;
/*	box-shadow: 10px 5px 5px #000;*/
}
.navlist:link, .navlist:hover, .navlist:active, .navlist:visited{
	color:#000;
	margin: 0 5px;
	font-size: 30px;
	white-space: nowrap;
	font-weight: bolder;
}
.pageTitle{
    position: absolute;
    top: 0px;
    font-size: 80px;
    width: 1080px;
    text-align: center;
    color: #fff;
    z-index: 9;
    height: 217px;
    padding-top: .7em;
    font-family: 'NeueHaas', sans-serif;
    text-shadow: 1px 2px 3px #000;
}
#salutation {
	width: 1080px;
	-webkit-filter:drop-shadow(1px 1px 1px #000); 
	filter: drop-shadow(1px 1px 1px #000); 
	text-align: center;font-size: 60px; 
	color: #fff;
	z-index: 9; 
	font-weight: lighter;
/*	font-style: italic;*/
	letter-spacing: 26px;;
	position: absolute;
	top: 55px;
	padding-right: 195px;
	font-size: 50px;
	left: 25px;
    top: 60px;
}
#addr {
	font-size: 57px;
	line-height: 200px;
	white-space: nowrap;
	left: 16px;
	position: relative;
	left: 174px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: .15em;
	top: -51px;
	left: 225px;
}
#qr {
    position: absolute;
    top: 340px;
    left: 943px;
    z-index: 10;
}
#qr:before {
content: 'MOBILE DIRECTORY';
    position: absolute;
    left: -308px;
    top: 5px;
    padding: 0.5em 1em;
    text-align: center;
    z-index: 10;
    font-family: 'NeueHaas', sans-serif;
    width: 259px;
    height: 35px;
    white-space: normal;
    color: #fff;
    background-color: rgba(200,200,200,.4);
    font-size: 25px;
    padding-top: 26px;
}

#btnimg{
    position: absolute;
    z-index: 10;
    top: 1038px;
    left: 87px;
}

.hline{
	position: absolute;
	    z-index: 90;
	    top: 159px;
	    left: 693px;
	    background-color: white;
	    height: 2px;
	    width: 300px;
}