#agentPage {
	margin: auto;
	max-width: 1024px;
	position: relative;
	top: 30px;
	font-family: Lato, sans-serif;
}

#agent_rbox {
	position: relative;
	top: 30px;
	clear: both;
}

#OfficeId {
	position: relative;
	top: 20px;
	padding: 5px;
	float: left;
	height: 30px;
	width: 310px;
	font-size: .875em;
	color: #5c5c5c;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	text-align: center;
	cursor: pointer;
}

#agentSearchName,
#officeSearchName {
	padding: 5px;
	float: left;
	height: 50px;
	width: 310px;
	font-size: .875em;
	color: #5c5c5c;
}

#find_agent,
#find_by_office {
	width: 250px;
	height: 30px;
	border: 1px solid #ccc;
	font-size: .813em;
	color: #5c5c5c;
}

.ps-agents-listing-card {
	padding: 10px;
	border-bottom: 1px solid #d5d5d5;
}

.ps-agents-loading {
	padding: 24px 10px 40px;
	color: #5c5c5c;
	font-size: 0.9em;
}

#ps-agents-profile-listings [hidden] {
	display: none !important;
}

#agent-bio-data p {
	margin: 0 0 1em;
}

#agent-bio-data p:last-child {
	margin-bottom: 0;
}

#agent-bio-data > p:first-of-type::first-letter,
#agent-bio-data::first-letter {
	font-family: Cinzel, serif;
	font-size: 1.4em;
}
