.our-team {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.our-team .team-member {
	//display: flex;
	//flex-direction: column;
}


.our-team a .team-member-name {
	border-bottom: 3px solid transparent;
}
	
	
.our-team a:hover .team-member-name {
	border-bottom: 3px solid;
}

.team-member-content {
	display: flex;
}

.single-team-member .entry-header {
	text-align: center;
	padding: 30px;
	background: rgb(190, 205, 226);
}

.testimonials-list .whatourclientssay {
	flex-wrap: wrap;
}

.testimonials-list .whatourclientssay .cols {
	margin-bottom: 10px;
}

.our-team-link {
	width: 30%;
	min-width: 200px;
}

.our-team-link-placeholder {
	visibility: hidden;
	height: 0;
}


.whatourclientssay .cols.cols-placeholder {
	visibility: hidden;
	height: 0;
	margin: 0;
	padding: 0;
}

.case-studies-list .case-study{
	border-radius: 10px;
}
.case-studies-list .case-study:nth-child(even), .whatourclientssay .cols:nth-child(even){
	background: #c7c6c6;
	margin-bottom: 30px;
	padding: 20px;
}
.case-studies-list .case-study:nth-child(odd), .whatourclientssay .cols:nth-child(odd) {
	background: #dcdcdc;
	margin-bottom: 30px;
	padding: 20px;
}
.case-study h4, .case-study p b, .case-study p strong, .case-study b, .case-study strong{
	color: #113788;
}
.case-results-list .case-study p {
	display: inline;
}

.insight-img {
	min-height: 200px;
}

@media screen and (max-width: 800px){
	.insightscontainer .insight, .home .whatourclientssay .cols {
		display: none;
	}
	
	.insightscontainer .insight:first-of-type, .home .whatourclientssay .cols:first-of-type {
		display: flex;
	}

}

.single-vaccine-injury .case-result {
	background: rgb(17, 55, 136);
}

.related-vaccines {
	background: #C3D0E0;
	color: #103784;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.related-vaccines h3 {
	color: black;
}

.single-vaccine-injury .widget_categories, .single-vaccine .widget_categories {
	display: none;
}

.injuries-sidebar-item {
	margin-bottom: .7em;
}


.case-results-carousel.owl-carousel .owl-stage {
	display: flex;
	flex-direction: row;
}


.case-results-carousel.owl-carousel .owl-stage::after {
	display: none;
}

.case-results-carousel.owl-carousel .owl-item {
	float: none;
}

.case-results-carousel.owl-carousel .case-result {
	height: 100%;
}

.vaccine-template-default h3{
	margin-bottom: 10px;
}


.case-studies-archive .case-study {
	position: relative;
}


.case-studies-archive .case-study a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#clienttestimonials .readmore a {
	margin: auto;
}

.titleblock, .single .titleblock {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.single-team-member .entry-header {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

section#hero .whiteoverlay {
	justify-content: flex-start
}

.insight .insight-bottom, .insight .top-content {
	flex: 1 1 auto
}

.header-buttons {
	justify-content: space-around;
	justify-content: space-evenly;
}