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: 1em;
	text-decoration: none;
	color:#000;
	border: 0;
	font-family: "Myriad Pro", Times, serif;
	cursor: hand;
	margin:auto 0;
	/*text-transform: uppercase;*/
}
#alpha-heading {
	position: absolute;
	text-align: left;
	top: 180px;
	left: 0;
	width: 1920px;
	font-family: "Myriad Pro", sans-serif;
	background: url("../images/buttons/btn7.png") center center no-repeat;
	background-size: 100% 100%;
	letter-spacing: 5px;
	font-size: 52px;
	font-weight: normal;
	color: #fff;
	height: 46px;
}
#alpha-heading p:first-child{
	font-size: 100%;
	height:100%;
	text-align: center;
	line-height:46px;
}
#listdata {
	box-sizing: border-box;
	position: absolute;
	top: 295px;
	left: 180px;
	width: 1560px;
	height: 450px;
	font-weight: bold;
	z-index: 5;
	font-size: 28px;
	color: white;
	font-family: "Times New Roman", sans-serif, Times, Helvetica, "Times New Roman", sans-serif;
} 

.companyName {
	font-size: 1.5em;
	margin: 0px 0px 0px 15px;
	text-align: left;
	font-family: 'Myriad Pro';
	color: #fff;
}
.companySuite {
	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;
}
.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:100%;
}
.comcolumn{
	/*padding-right:41px;*/
	/*float:left;*/
	margin:0 auto;
	width: 504px; 
}
.comcolumn:last-child{
	padding-right:0px;
}
 .entryListing:first-child{
		/*border-top:solid #fff 4px;*/
}

.entryListing:last-child{
	/*border-bottom:solid #fff 4px;*/
}

.entryListing{
	/*margin:0 auto;*/
	margin-bottom:10px;
	border-spacing: 10px;
	border-collapse: separate;
	width: 504px;
	max-width: 504px;
	/*padding:5px;*/
	background: url("../images/buttons/selection.png") center center no-repeat;
	/*background-color: #0055A6;*/
	border-radius: 50px;
	cursor: pointer;
	/*background-size: 100% 100%;*/
	/*border-bottom:solid #fff 2px;*/
	/*border-top:solid #fff 2px;*/

}
#forward {
	position: absolute;
	z-index: 2;
	top: 755px;
	left: 980px;
	width: 48px;
	padding: 0;
	margin: 0;
	clear: both;
	text-align: center;
	border: solid red 0px;

}
#previous {
	position: absolute;
	z-index: 2;
	top: 755px;
	left: 900px;
	width: 48px;
	padding: 0;
	margin: 0;
	border: solid red 0px;
	clear: both;
	text-align: center;
}