
/* 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: 200px;
	left: 0px;
	width: 1080px;
	height: 100px;
	font-size: 42px;
	letter-spacing: 5px;
	font-weight: normal;
	color: #fff;
	font-family: 'NeueHaas', sans-serif;
	text-shadow: 1px 2px 3px #000;
	    /*background-color:rgba(0,0,0,.4);*/
/*    border-top: solid #cea02d 3px;
    border-bottom: solid #cea02d 3px;*/
}
#alpha-heading p{
	position: relative;
	top: 30px;
}
#listdata {
	box-sizing: border-box;
	position: absolute;
	top: 325px;
	left: 95px;
	text-align: center;
	font-weight: bold;
	z-index: 5;
	width: 995px;
	font-size: 28px;
	color: white;
	font-family: 'NeueHaas', sans-serif;
	height: 1100px;
	border: solid red 0px;


} 
#listdata > table {
table-layout:fixed;
border-collapse: separate;
border-spacing:10px 10px;
height: 100%;
width: 100%;

}

.companyName {
	font-size: 1.5em;
	margin: 0px 0px 0px 15px;
	text-align: left;
	
	color: #fff;
}
.companySuite {
	font-size: 1em;
	text-align: right;
	margin: 0px 15px 0 0;
	
	text-indent: 0px;
	padding-left: 0px;
	white-space: nowrap;
	color: #fff;
}
.companyAbout {
	font-size: 1em;
	margin: 0px 0 0px 40px;
	text-align: left;
	
	font-style: normal;
	color: #fff;
}

.companyFloor {
	font-size: 1em;
	text-align: right;
	margin: 0px 15px 0 0;
	
	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-style: normal;
	color: #fff;
	font-weight: normal;
}
.individualSuite {
	font-size: 1em;
	text-align: center;
	margin: 0px 15px 0 0;
	
	text-indent: 0px;
	padding-left: 0px;
	color: #fff;
	white-space: nowrap;
}
.individualFloor {
	font-size: 14px;
	
	text-indent: 0px;
	padding-left: 0px;
	font-weight: normal;
	color: #fff;
	white-space: nowrap;
}
.individualTitle { font-size:75%; margin:0px 0 0 0; 

text-indent: 0px;
padding-left: 0px;
font-style:normal;
font-weight:normal; }

.individualSpecialty { font-size:85%; margin:0px 0 0 0; 

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{
	margin-bottom:10px;
	max-width: 100%;
	    width: 85%;
	background-size: 100% 100%;
	cursor: pointer;
	text-align: center;
	background-color: rgba(255, 255, 255, 1);
	font-weight: bolder;
	border-radius: 10px;
/*	box-shadow: 10px 5px 5px #000;*/
	margin: 0px 0.8em 47px !important;
	float: center;


}
.entryListing td div a{
	color:#000;
	font-weight: bold;
	text-shadow: 1px 2px #fff;
	font-weight: lighter;
}