.profile-detail{
	padding: 20px;
}

.col{
	display: inline-block;
	width: 49%;
	vertical-align: text-top;
	margin-bottom: 20px;
}

.profile-image img{
	max-width: 100%;
	height: auto;
}

.bio{
	margin-bottom: 40px;
}

.credentials h3{
	display: inline-block;
	width: 48%;
}

.credentials{
	margin-bottom: 40px;
}

.offerings{
	display: inline-block;
	width: 49%;
	vertical-align: text-top;
	margin-bottom: 20px;
}

.offerings ul{
	margin-left: 0;
	padding-left: 18px;
}

.offerings h3{
	font-weight: bold;
}


.profiles-list{
/* 	padding: 10px; */
}

.profiles-list iframe{
/* 	margin-bottom: 20px; */
}

.profiles-list ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	margin-bottom: 25px;
}

.profiles-list ul li{
	display: inline-block;
	vertical-align: top;
	width: 23%;
	margin-bottom: 15px;
	margin-right: 10px;
}

.profiles-list .profile-image{	
	display: block;
	overflow: hidden;
	width: 155px;
	height: auto;
	margin-bottom: 5px;
}

.profiles-list .profile-image img{
/*
	width: 80%;
	height: auto;
*/
}

.video-embed{
	margin-bottom: 20px;
}



form.search{
	
/*
	padding-bottom: 25px;
	border-bottom: 2px solid #eee;
*/
/* 	margin-bottom: 25px; */
}

form.search input{
/* 	font-size: 15px; */
/* 	padding: 5px; */
/* 	width: 220px; */
/* 	font-family: georgia; */
/* 	color: rgba(0,0,0,0.7); */
/* 	margin: 0; */

/* 	line-height: 120%; */
/* 	border: 1px solid #bbb; */


    border: 2px solid rgba(0,0,0,0.35);
/*     font-family: 'Dosis', sans-serif; */
    color: rgba(0,0,0,0.35);
		outline: none;
}

form.search input:focus{
	border: 2px solid rgba(0,0,0,0.75);
	color: rgba(0,0,0,0.75);
/* 	font-weight: bold; */
}



form.search .reset{
	opacity: 0.6;
}
form.search label{
	display: block;
	opacity: 0.6;
	margin-bottom: 5px;
}
form.search button.submit{

    letter-spacing: 1px;

/* 	margin-top: 20px; */

/* 	padding: 10px 12px; */
/* 	background: #5d7f81; */
/* 	border: 0; */
/* 	color: #fff; */
/* 	opacity: 0.95; */
/* 	font-family: georgia; */
/* 	font-size: 100%; */
/* 	cursor: pointer; */
}
	form.search button.submit:hover{
/* 		opacity: 1; */
	}

form.search .col{
	margin-bottom: 0;
}

form.search .col-left{
	width: 38%;
}

form.search .col-right{
	width: 61%;
}

form.search .col-right select{
/* 	display: inline-block; */
/* 	margin: 0 10px 10px 0; */
}


.profile-edit{
	padding: 20px;	
}

.profile-edit .details{
	margin-bottom: 25px;
}

.profile-edit form .field{
	margin-bottom: 35px;
}

.profile-edit form h5{
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 15px;
	padding-top: 10px;
}

.profile-edit form input[type="text"], .profile-edit form textarea{
/* 	font-family: georgia; */
/* 	font-size: 100%; */
/* 	line-height: 120%; */
/* 	padding: 5px; */
/* 	border: 1px solid #bbb; */
/* 	color: rgba(0,0,0,0.8); */
}

.profile-edit form textarea{
	display: block;
	width: 450px;
	height: 100px;
	line-height: 150%;
}

.profile-edit form label{
	display: block;
	margin-bottom: 10px;
}

.profile-edit form label.inline{
	margin-bottom: 0;
	display: inline-block;
}



.profile-edit form .field.inline30{
	display: inline-block;
	width: 29%;
}


.profile-edit form input.short{
/* 	width: 75px; */
}

ul.checklist-columns{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.checklist-columns li{
	display: inline-block;
	width: 32%;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

.profile-edit .notice{
	opacity: 0.8;
	font-size: 90%;
}


.profile-edit form button{
	margin-right: 20px;
}






h3.feedback{
	padding: 25px;
}


.profiles-header{
/* 	padding: 10px; */
}

.profiles-header h3{
	font-size: 155%;
}
.profiles-header h5{
	font-size: 120%;
	line-height: 150%;
	opacity: 0.6;
}


.logo{
	display: inline-block;
	width: 250px;
	height: auto;
	margin: 10px 20px 10px 0;
	vertical-align: text-top;
}

.header-copy{
	display: inline-block;
	max-width: 55%;
	vertical-align: text-top;
	padding-top: 5px;
}










.upload-instructions{
	margin-top: 10px;
	opacity: 0.8;
}

.upload-preview{
	margin: 10px 0;
}

.upload-preview img{
	width: 100%;
	height: auto;
}





.breadcrumbs{
	font-size: 80%;
	opacity: 0.8;
	font-style: italic;
	border-bottom: 2px solid #eee;
	padding: 8px 12px;
}

.breadcrumbs a{
}


h5 small{
	font-style: italic;
	opacity: 0.7;
}



.paginate{
	text-align: right;
	padding-right: 30px;
	padding-bottom: 15px;
	
}

.paginate a{
	opacity: 0.7;
	margin-left: 35px;
}



.map-caption{
	font-style: italic;
	line-height: 130%;
}





#map-content.loading{
	background: rgba(0,0,0,0.05);
}