
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

table{
	margin:0;
	padding:0;
}

strong{
	font-weight: bold;
}
#alpha-heading {
	position: absolute;
	text-align: center;
	top: 720px;
	left: 0px;
	width: 1080px;
	font-size: 42px;
	letter-spacing: 2px;
	font-weight: normal;
}
#alpha-heading p{
	/*line-height: .5;*/
}
#listdata {
	box-sizing: border-box;
	position: absolute;
	top: 890px;
	left: 80px;
	width: 900px;
	height: 525px;
	font-weight: bold;
	z-index: 5;
	font-size: 28px;
	color: white;
} 
#listdata.all{
	box-sizing: border-box;
	position: absolute;
	top: 335px;
	left: 0px;
	width: 1080px;
	height: 980px;
	padding-right:15px;
	/*overflow: hidden;*/
	font-weight: 500;
	z-index: 5;
	font-size: 24px;
	color: white;
}
#listdata > table {
table-layout:fixed;
border-collapse: separate;
border-spacing:45px 0;
height: 100%;
width: 100%;
}
#listdata > table.innerTbl{
	margin:0 auto;
	/*width:1000px;*/
}
.innerCol{
	padding:0 20px;
	width: 50%;
}
.compColumnWidth{
	margin:25px 0;
}
a.companyName {
	font-size: 1.3em;
	/*margin: 0px 0px 0px 15px;*/
	text-align: left;
	font-family: 'Century Gothic';
	color: #fff;
}
a.companySuite {
	font-size: 1.3em;
	text-align: right;
	/*margin: 0px 15px 0 0;*/
	font-family: 'Century Gothic';
	text-indent: 0px;
	padding-left: 0px;
	white-space: nowrap;
	color: #fff;
}
.companyAbout {
	font-size: 1em;
	margin: 0px 0 0px 40px;
	text-align: left;
	font-family: 'Myriad Pro';
	font-style: normal;
	color: #fff;
}

.companyFloor {
	font-size: 1em;
	text-align: right;
	margin: 0px 15px 0 0;
	font-family: 'Myriad Pro';
	text-indent: 0px;
	padding-left: 0px;
	white-space: nowrap;
	color: #fff;
}
.individualName {
	font-size: 1.25em;
	margin: 0px 0 0px 2.5em;
	text-align: left;
	font-family: 'Myriad Pro';
	font-style: normal;
	color: #fff;
	font-weight: normal;
}
.individualSuite {
	font-size: 1em;
	text-align: center;
	margin: 0px 15px 0 0;
	font-family: 'Myriad Pro';
	text-indent: 0px;
	padding-left: 0px;
	color: #fff;
	white-space: nowrap;
}
.individualFloor {
	font-size: 14px;
	font-family: 'Myriad Pro';
	text-indent: 0px;
	padding-left: 0px;
	font-weight: normal;
	color: #fff;
	white-space: nowrap;
}
.individualTitle { font-size:75%; margin:0px 0 0 0; 
font-family:Helvetica;
text-indent: 0px;
padding-left: 0px;
font-style:normal;
font-weight:normal; }

.individualSpecialty { font-size:85%; margin:0px 0 0 0; 
font-family:Helvetica;
text-indent: 0px;
padding-bottom:0px;
margin-bottom:0px;
font-style:italic;
line-height: 1em; }


*,*:before,*:after{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.clearfix::after{
content: "";
clear: both;
}


.flex-align{
	display:flex;
	align-items: center;
	justify-content: center  ;
}
.flex-item-center{
	max-width:90%;
}

 .entryListing:first-child{
		/*border-top:solid #fff 4px;*/
}

.entryListing:last-child{
	/*border-bottom:solid #fff 4px;*/
}
.comcolumn{
	/*padding-right:41px;*/
	width: 50%;
}
.comcolumn:last-child{
	padding-right:0px;
}
.entryListing{
	width: 430px;
	max-width: 485px;
	width: 100%;
	/* margin-bottom:15px; */

	margin:0 auto 25px auto;
cursor: pointer;
border: solid 1px #fff;
/* border-left:none; */
/* border-right:none; */

}
.entryListing td div a{
	color:#fff;
}
.entryListing{
	/*background: url("../images/buttons/selectionbtn.png") center center no-repeat;*/
	cursor: pointer;
	
}
.entryListing:hover{
	/*background-color:rgba(100,100,100,0);*/
	
}
.entryListing:hover td div a{
	/*color:#fff;*/
	font-weight: bold;
}
#no-listings {
	font-size: 2em;
	position: absolute;
	top: 80px;
	left:-80px;
	text-align: 
	center;
	width: 1080px;
	color: #fff;"
}