/* Team Grid */
.our-team-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 1rem;
}

.our-team {
	padding: 5em 0;
	color: gray;
}

.team-description {
	grid-column: span 2;
}

.team-description {
	grid-column: auto;
	grid-row: span 2;
	align-self: center;
}

.team-description p {
	padding: 0 2rem 0 0;
}

.team-title {
	font-weight: 300;
	font-size: 5rem;
	color: #39A9D6;
	margin-top: 0;
	line-height: 1;
}
.team-title span {
	display: block;
	font-weight: 700;
}
.team-member {
	margin: 0;
	padding: 0;
	position: relative;
}
.team-member img {
	display: block;
	/* position: absolute; */
}
figcaption h4{
	font-weight: 700;
	color: white;
}
figcaption p {
	font-weight: 400;
	line-height: 1.3rem;
	font-size: 1rem;
}

.page-id-11 figcaption p {
    font-weight: 400;
    line-height: 3rem;
    font-size: 2.4rem;
}

figcaption {
	position: absolute;
	top: 1em;
	bottom: 1em;
	right: 1em;
	left: 1em;
	background: rgba(57, 169, 214, 0.8);
	color: #002959;
	text-align: center;
	opacity: 0;
	padding: 1rem;
	transition: opacity ease-in-out 300ms;
}
.team-member:hover figcaption {
	opacity: 1;
}
.team-member .name {
	line-height: 1;
	text-align: center;
}

/* Hive Fabric Grid */
.fabric-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1rem;
}
.grid-container {
	grid-template-columns: repeat(auto-fit, minmax(15em, 1fr));
}

.team-member {
	margin: 0;
	padding: 0;
	position: relative;
}
.team-member img {
	display: block;

}
figcaption h4{
	font-weight: 700;
	color: white;
}
figcaption p {
	font-weight: 400;
	line-height: 1.3rem;
	font-size: 1rem;
}
figcaption {
	position: absolute;
	top: 1em;
	bottom: 1em;
	right: 1em;
	left: 1em;
	background: rgba(79, 195, 247, 0.9);
	color: #002959;
	text-align: center;
	opacity: 0;
	padding: 1rem;
	transition: opacity ease-in-out 300ms;
}
.team-member:hover figcaption {
	opacity: 1;
}
.team-member .name {
	line-height: 1;
	text-align: center;
}

@media screen  and (max-width: 1320px) {

}
@media screen  and (max-width: 1024px) {
	.grid-container {
		grid-template-columns: repeat(auto-fit, minmax(15em, 1fr));
	}
}

@media screen  and (max-width: 849px) {


}

@media screen  and (max-width: 649px) {


}

@media screen  and (max-width: 549px) {


}

@media screen  and (max-width: 320px) {


}
