/*===========================================================*/
/* ATTORNEY SEARCH RESULTS TEMPLATE */
/*===========================================================*/
#AttorneySearchResults {
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;

	margin-right: -6rem;

	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.Safari.Windows #AttorneySearchResults {
	padding-top: 1em;
}

/*===========================================================*/
.AttorneySearchListItem {
	display: inline-block; /* support older browsers */

	width: 18rem;

	margin-right: 6rem;
	margin-bottom: 2.1em;

	font-size: 1.4rem;
}
.AttorneySearchListItem .Image {
	display: block;

	margin-bottom: 0.5em;

	overflow: hidden;
}
.AttorneySearchListItem .Image:before {
	padding-top: 88.7966805%;
}
.AttorneySearchListItem img {
	width: 100%;
}

.AttorneySearchListItem .Details {
	margin-right: -2.5rem;
}
.AttorneySearchListItem .Name {
	display: block;

	color: #544759;
}
.AttorneySearchListItem .Title {
	font-family: 'Bitter', serif;
	font-size: 1.4rem;
	color: #4E4E4E;
}
.AttorneySearchListItem .ContactInfo {
	color: #8f6f24;
}
.AttorneySearchListItem .ContactInfo a {
	font-weight: 400;
}

@media (max-width: 640px) {
	#AttorneySearchResults {
		min-height: 0 !important;

		margin-right: 0;

		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.AttorneySearchListItem {
		width: 43.7694704%;

		margin-right: 0;

		font-size: 1.1rem;
	}
	.AttorneySearchListItem .Image {
		max-width: 18rem;
	}
	.AttorneySearchListItem .Details {
		max-width: 18rem;

		margin-right: 0;
	}
}