/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 01 2025 | 15:21:43 */
#page-cta {
	margin-top: -1px;
}
#team-top-two-rows {
	padding-top: 0!important;
	padding-bottom: 0 !important;
}
#meet-the-manual-hero {
	position: relative;
	left: 0;
	top:  0;
	height: 100vh;
	width:  100vw;
	background: rgba(0,0,0,0.5);
	z-index: 2;
}
#meet-the-manual h1 {
	
}
.meet-the-team-content {
	margin-top:-100vh;
}
.meet-the-team-content .row {
	position: relative;
}
.meet-the-team__runner {
	position: absolute;
    right: -18vw;
    top: 0;
    font-size: 25vw;
    font-weight: 700;
	pointer-events: none;
}
.meet-the-team__runner--play {
	right: auto;
    left: -18vw;
}
.meet-the-team__runner img {
	width: 11.5vw;
}
#team-cta {
    justify-content: center;
    align-items: center;
	padding: 25px 45px;
	display: none;
}
@media(min-width: 768px) {
	#team-cta {
		padding: 45px 85px;
		display: flex;
	}
}
@media(min-width: 1150px) {
	#team-cta {	
		padding: 85px 120px;
	}
}
.team-cta__text {
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
}
@media(min-width: 768px) {
	.team-cta__text {
		font-size: 28px;
		line-height: 35px;
	}
}
@media(min-width: 1150px) {
	.team-cta__text {
		font-size: 38px;
		line-height: 45px;
	}
}
#team-top-two-rows {
    width: 75%;
}
#team-middle-row {
	width: 75%;
    margin: 0 0 0 25%;
}
	.team-member{
		padding-top: 36.75%;
		background-size: cover !important;
		background-repeat: no-repeat !important;
		background-position: center center;
		position: relative;
		opacity: 1;
		transition: opacity 250ms ease-in-out;
	}
.team-member:hover {
	opacity: 0.5;
}
		@media screen and (min-width: 701px){
			#team-top-two-rows .team-member:nth-child(odd):after {
				content: '';
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background: var(--coral-color);
				mix-blend-mode: multiply;
			}
		}
#team-middle-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16% 0;
    background-repeat: no-repeat;
    background-size: cover;
}
	#team-middle-section h2 {
		font-size: 4.25rem;
		line-height: 1;
		margin: 0;
	}

#team-bottom-rows{
	width: 75%;
	margin-left: auto;
}
.team-member__info--mobile  {
	display: none;
	align-items: center;
	position: relative;
	color: white;
	z-index: 2;
	text-transform: uppercase;
	padding: 13px 10px;
	padding-right: 50%;
	height: 100px;
}
.team-member__info--mobile::before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.team-member__name {
	font-size: 20px;
	line-height: 21px;
	font-weight: 700;
	margin-bottom: 5px;
	position: relative;
	margin-top: 0;
}
.team-member__title {
	font-size: 9px;
	line-height: 12px;
	font-weight: 700;
	margin: 0;
	position: relative;
}
	#team-middle-row .team-member:nth-child(2):after {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: var(--coral-color);
			mix-blend-mode: multiply;
		}

	div#team-cta {
		margin-left: 25%;
		width: 75%;
		padding-left: 0;
		justify-content: start;
	}
@media screen and (min-width: 701px){
			#team-bottom-rows .team-member:nth-child(odd):after {
				content: '';
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background: var(--coral-color);
				mix-blend-mode: multiply;
			}
		}

@media screen and (max-width: 700px){
	#team-top-two-rows,
	#team-middle-row {
		width: 100%;
		margin:0;
	}
	.team-member{
		width:50% !important;
	}
		.team-member:nth-child(1):after, .team-member:nth-child(4):after, .team-member:nth-child(5):after, .team-member:nth-child(8):after, .team-member:nth-child(9):after {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: var(--coral-color);
			mix-blend-mode: multiply;
		}
	#team-bottom-rows{
		width: 100%;
		margin-left: 0;
	}
	.team-member__info--mobile {
		display: flex;
	}
	
	#team-middle-row .team-member:nth-child(1):after {
			background: none;
		}
	div#team-cta {
		margin: 0;
		width: 100%;
		padding-left: 40px;
		padding-right: 40px;
		justify-content: center;
		display: block;
		text-align: center;
	}
}

