#content_loader {
	margin-bottom: 1.5em;	
}
#member_profile .content h1 {
	font-size: 2.2em;
	font-weight: 600;	
	text-align: center;
}
#member_profile .content h2.member_summary {
	color: #222;
	font-size: 1.3em;
	font-weight: 500;	
	margin-bottom: 2rem;
	text-align: center;
}
#member_profile .content p.member_location {
	text-transform: uppercase;
	font-weight: 700;	
	font-size: 1.1em;
	text-align: center;
	margin-bottom: 1.6rem;
}
#member_profile .profile_images {
	float: right;
	max-width: 330px;
	padding-left: 30px;
}
#member_profile .profile_images p img {
	max-width: 100%;
	height: auto;
	display: block;
}
#member_profile .profile_images p  {
	max-width: 100%;
	height: auto;
}

/*** TABBED NAVIGATION ***/
.content .tabbednav  {
	list-style: none;
	padding: 0;
	border-bottom: 2px solid #222;
	margin-bottom: 30px;
	margin-left: 0;
}
.content .tabbednav li {
	white-space: nowrap;
	display: inline;
	margin: 0 5px 0 0;
	height: 40px;
	padding: 0;
}
.content .tabbednav li a {
	display: inline-block;
	padding: 0 1em 0 1em;
	height: 40px;
	line-height: 45px;
	
	text-decoration: none !important;
	color: #444;
	font-weight: 600;
	outline: none;
	background: #fff;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	text-transform: uppercase;
	transition: all 0.2s ease-out;
}
.content .tabbednav li a:hover {
	background: #eee;
}
.content .tabbednav li a.selected  {
	color: #fff;
	background: #222;
	font-weight:600;
}
#cloned_tabbednav {
	display: none;	
}
.content #m_contact h2 {
	margin-bottom: 0.2em;	
	font-size: 1.6em;
	font-weight: 700;
	color: #109be4;
}

@media(max-width: 740px) {
	#member_profile .content h1 {
		font-size: 1.9em;
	}
	#member_profile .content h2.member_summary {
		font-size: 1.1em;
	}
	#member_profile .profile_images {
		max-width: 260px;
	}
	
	/*** TABBED NAVIGATION ***/
	.content .tabbednav  {
		border-bottom: none;
		padding-bottom: 5px;
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		background-image: url(../_img/dropdown_panel_BG.svg);
		background-size: cover;
		background-position: right top;
		padding: 50px 10px 30px 10px;
		
	}
	.content .tabbednav li {
		white-space: nowrap;
		margin: 3px;
		height: 36px;
		padding: 0;
	}
	.content .tabbednav li a {
		padding: 0 1em 0 1em;
		height: 36px;
		line-height: 36px;
	}
	.content .tabbednav li a:hover {
		background: #eee;
	}
	.content .tabbednav li a.selected  {
		color: #fff;
		background: #222;
		font-weight:600;
	}

}

@media(max-width: 540px) {
	#member_profile .profile_images {
		max-width: 200px;
	}
}

@media(max-width: 440px) {
	#member_profile .profile_images {
		
		float: none;
		padding-left: 0;
		max-width: none;
	}
}
