/*
Theme Name: Foundation Child
Description: Business Name
Template: foundation-parent
Version: 1.0.0
*/
.logo-col {
	background-color: var(--color-4) !important;
}
.banner-section .image video {
	width: 100%;
	height: auto;
	min-height: 450px;
	max-height: 40vw;
	object-fit: cover;
	object-position: center;
	display: block;
	margin: 0 auto;
}
h2 {
	text-transform: uppercase;
}
.home .embed-responsive-16by9 {
	padding-bottom: 57.25%;
}
.home #content-section .image-col {
	position: relative;
}
.home #content-section .acf-media {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}
#testimonials .testimonial-header,
#testimonials h2 {
	text-align: center;
	padding-bottom: 30px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 32px;
}
.testimonial-content p {
	margin: 20px 0 !important;
}
.testimonials-inner {
	position: relative;
	padding: 40px 75px;
}
.testimonials-container {
	overflow: hidden;
	position: relative;
}
.testimonials-group {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-right: 65px;
}
.testimonial-box {
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	padding: 15px;
	width: 100%;
	position: relative;
}
.testimonial-box .header {
	align-items: baseline;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 12px;
}
.testimonial-box .testimonial-name {
	font-size: 20px;
	font-weight: bold;
	padding-right: 15px;
	letter-spacing: 0;
	text-transform: none;
}
.testimonial-scrolls {
	font-size: 45px;
}
.testimonial-scroll-up {
	position: absolute;
	top: 0;
	right: 20px;
	transition: all ease .7s;
}
.testimonial-scroll-down {
	position: absolute;
	bottom: 0;
	right: 20px;
	transition: all ease .7s;
}
.testimonial-scroll-up:hover,
.testimonial-scroll-down:hover {
	color: #fff;
	transform: scale(1.1);
	text-shadow: 0 0 30px #000;
	cursor: pointer;
	transition: all ease .7s;
}
.testimonials-outer-box {
	overflow: hidden;
	background: #f9f9f9;
	border: 2px solid #000;
	box-shadow: 0 0 10px #000;
}
.testimonial-info {
	text-align: center;
	padding: 10px;
}
.testimonial-info h3 {
	font-weight: bold;
}
.testimonial-content {
	border-left: 1px solid #444;
	padding: 0 15px;
	margin: 10px 0;
}
.flex-col-md {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	position: relative;
	min-height: 1px;
}
.testimonials-outer-in {
	position: relative
}
.testimonials {
	padding: 20px 0;
}
.testpage {
	display: none;
}
.page-id-139 .testpage {
	display: block;
}
.ginput_container_select {
	color: #000;
}
.tops {
	display: block;
	position: relative;
	top: -125px;
	visibility: hidden;
}
.team-section {
	background-color: var(--color-4);
	padding: 85px 0;
}
.team-section .content {
	margin-bottom: 100px;
}
.team-section .members {
	flex-wrap: wrap;
	column-gap: 100px;
	row-gap: 75px;
}
.team-section .member {
	flex: 1 1 calc(50% - 75px);
	min-width: min(100%, 300px);
}
.team-section .member .image {
	margin-bottom: 30px;
}
.team-section .member .image img {
	width: 100%;
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.team-section .member h3 {
	font-size: 25px;
	color: var(--color-1);
	letter-spacing: 2.5px;
	margin-bottom: 5px;
}
.team-section .member h4 {
	letter-spacing: 2px;
	font-weight: 900;
}
.team-section .member h4 strong {
	font-weight: 900;
}
.team-section .member .content {
	margin-top: 30px;
	margin-bottom: 0;
}
.team-section .member .content p:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
	.team-section .members {
		column-gap: 100px;
	}
}
@media screen and (max-width: 991px) {
	.home #content-section .acf-media {
		position: relative;
		top: unset;
		left: unset;
		width: unset;
		transform: unset;
	}
	.team-section .members {
		column-gap: 50px;
	}
}