/* update project single page styles to better suit sidebar */
.single-project .project__title {
	margin-bottom: 0;
}
.single-project .posting-sidebar .project__location {
	width: 100%;
	padding: 0;
	float: none;
}
.single-project .project__content {
	padding-top: 80px;
	width: 100%;
}
@media (max-width: 700px) {
	.single-project .project__content {
		padding-top: 60px;
	}
}

/* make sure text links show up better */
p > a {
	text-decoration: underline;
	color: #000;
}
p > a:hover {
	text-decoration: none;
}

@media (max-width: 1000px) {
	.featured-projects__title p {
		margin-left: auto;
		margin-right: auto;
	}
}

.page-id-9220 .l-body > .l-section:first-child {
	padding-top: 0 !important;
}

.l-center-container > div:first-child {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.l-form-default {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.page-id-156 .l-body > .l-section:first-child {
	margin-bottom: 0px !important;
}

.checklist-form #vfbField12
{
	margin-bottom:0px !important;
}

.checklist-form #vfbField17
{
	margin-bottom:100px !important;
}

.posting-body strong a,
.posting-body b a {
	font-weight: 700;
}
.posting-body a {
	text-decoration: underline;
}
.posting-body a:hover {
	text-decoration: none;
}

.single-news .member-block__members .team-member {
	width: 50%;
}
.single-news .member-block__members .team-member:nth-child(3n+1) {
	clear: none;
}
.single-news .member-block__members .team-member:nth-child(2n+1) {
	clear: left;
}

.team-single {
	padding: 0px 25px 25px 25px;
}
.team-single .team-single__thumbnail {
	margin-left:  0;
	max-width: 360px;
	margin: 0px auto 0px 0px;
	position: relative;
	border: 1px solid #000;
	background-size: cover;
	background-color: transparent;
	background-blend-mode: multiply;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.team-single .team-member__position {
	text-align:  left;
	margin-left:  0;
	font-weight:  700;
}
.team-single .team-member__email {
	margin-bottom:  5px;
}
.team-single .team-member__phone {
	top:  5px;
}
.team-single__bio h2 {
	text-transform: none;
	letter-spacing: 0.3px;
	font-size: 14px;
	line-height: 28px;
	font-weight: 400;
}

.origin-filters input:before {
	display: none;
}
.origin-filters input:after {
	display: none;
}
.origin-filters input {
	top: 0;
}