.about_filter{
	/*margin-left: 14em; */
	/*margin-top: -2.1em;*/
	/*margin-top: -3.6em;*/
	margin-left: 0.45em;
	margin-top: -53px;
}
.about_sections{ margin-bottom:10em;}
.profile_section, .network_section,.clientele_section{
	width:100%;
	overflow:hidden;
	float:left;
}

.profile_section ._architect_profile{float:left; width:25%; padding:0 1em 0 0;}
.profile_section ._firm_profile{float:left; width:75%;}

.profile_section ._firm_profile h3{margin-top:0;}

.network_section .sub_sections {float:left; width:100%; overflow:hidden;}
.sub_sections ._left_side{float:left; width:20%;}
.sub_sections ._right_side{float:left; width:80%;}
.network_section .sub_sections ._email_link{line-height:10px;}
.network_section .sub_sections ._email_link a{color:#777}

.sub_sections_content_line_divider{border-bottom:1px solid #E9E4E4;width:100%; margin-bottom:1.5em; } 
.clientele_section .sub_sections_clientele_content_line_divider{border-bottom:1px solid #E9E4E4;width:100%; margin-bottom:1.5em;} 

.profile_img{width:95%;}

@media screen and (max-width:1366px) {
	
	.sub_sections ._left_side{width:100%;}
	.sub_sections ._right_side{width:100%;}
	.network_section .sub_sections ._email_link{margin-bottom:1.5em;}
	.sub_sections_content_line_divider{display:block;}	
}

@media screen and (max-width:1024px) {
	.profile_section ._architect_profile{float:left; width:100%;}
	.profile_section ._firm_profile{float:left; width:100%;}
	
	.profile_section ._architect_profile{width:40%;}
	.profile_section ._firm_profile{width:60%;}
}

@media screen and (max-width:830px) {

	._about_page_header{
		margin-bottom:-1em;
		color: #777;
		font-size: 1.3em;
		margin-top: 1em !important;
		display: block;
		position: relative;
		width: 100%;
	}
}
@media screen and (max-width:830px) {
	.about_filter{
		margin:-3.5em auto 0;
	}
}
@media screen and (max-width:768px) {
	
	.about_filter {
		/*margin:1.25em auto;*/
		margin:0.35em auto 0;
		width:95%;
	}	
	.profile_img{
		width:90%;
	}
	.profile_section ._firm_profile{
		margin-top:0;
	}
}
@media screen and (max-width:640px) {
	.profile_section ._architect_profile{width:100%;}
	.profile_section ._firm_profile{width:100%;}
	.profile_section ._firm_profile h3{margin-top:1em;}
	.profile_img{
		width:100%;
	}
	.about_filter {
		margin-top: -2.1em auto 0;
		font-size: 15px;
	}
}