.ws-page-view[data-v-bc5adbd4] {
	display: flex;
	flex-direction: column
}

.page-view-top .ws-header[data-v-bc5adbd4] {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	text-align: center;
	max-width: inherit
}

.page-view-top[data-v-bc5adbd4]:before {
	background-image: var(--hero-background, url(../img/background-columns-top.df21ebfc.jpg));
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}

.page-view-top[data-v-bc5adbd4]:after {
	mix-blend-mode: multiply
}

.page-view-top h1[data-v-bc5adbd4] {
	font-size: 3.5rem;
	word-break: break-word;
	hyphens: auto
}

@media (max-width:768px) {
	.page-view-top h1[data-v-bc5adbd4] {
		font-size: 2.5rem
	}
}

.ws-team-member[data-v-3e0f2f50] {
	width: -moz-max-content;
	width: max-content;
	padding-left: 20px;
	display: flex;
	align-items: center;
	margin: 0 auto
}

.ws-team-member-contact[data-v-3e0f2f50] {
	display: flex;
	flex-direction: column;
	position: absolute;
	left: -20px;
	top: 0;
	background: var(--primary);
	width: 40px;
	z-index: 2;
	max-height: 100%
}

.ws-team-member-contact a[data-v-3e0f2f50] {
	height: 40px;
	display: grid;
	place-content: center;
	font-size: 15px;
	transition: all .3s ease
}

.ws-team-member-contact a i[data-v-3e0f2f50] {
	color: var(--secondary)
}

.ws-team-member-contact a[data-v-3e0f2f50]:not(:last-child) {
	border-bottom: 1px solid hsla(0, 0%, 100%, .15)
}

.ws-team-member-contact a[data-v-3e0f2f50]:hover {
	background: var(--secondary)
}

.ws-team-member-contact a:hover i[data-v-3e0f2f50] {
	color: var(--primary)
}

.ws-team-member-pic[data-v-3e0f2f50] {
	position: relative;
	max-width: 450px;
	width: 100%;
	display: flex
}

.ws-team-member-pic figure[data-v-3e0f2f50] {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	display: flex
}

.ws-team-member-pic[data-v-3e0f2f50]:not(.less) {
	max-width: 380px
}

.ws-team-member-pic img[data-v-3e0f2f50] {
	width: 100%;
	aspect-ratio: 4/5;
	-o-object-fit: cover;
	object-fit: cover;
	max-width: 750px;
	border-radius: 3px
}

.ws-team-member-pic:not(.less) img[data-v-3e0f2f50] {
	box-shadow: var(--shadow)
}

.ws-team-member-content[data-v-3e0f2f50] {
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	max-width: 425px
}

.ws-team-member-info[data-v-3e0f2f50] {
	display: flex;
	flex-direction: column
}

.ws-team-member-info [data-v-3e0f2f50] {
	color: var(--tertiary)
}

.ws-team-member-info h3[data-v-3e0f2f50] {
	font-size: 1.8rem;
	font-weight: 400;
	color: var(--secondary)
}

.ws-team-member-sub p[data-v-3e0f2f50] {
	color: var(--secondary);
	white-space: pre-line;
	word-break: keep-all;
	text-align: justify;
	margin: 20px 0;
	font-size: .9rem
}

.ws-team-member-sub button[data-v-3e0f2f50] {
	margin: 0 auto;
	display: block;
	min-width: 200px
}

.ws-team-member-pic>.ws-team-member-info[data-v-3e0f2f50] {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 30px;
	width: 100%;
	z-index: 1
}

.ws-team-member-pic>.ws-team-member-info[data-v-3e0f2f50]:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent);
	border-radius: 3px;
	z-index: -1
}

.ws-team-member.custom-1[data-v-3e0f2f50] {
	align-items: flex-start;
	margin: 0
}

.ws-team-member.custom-1 .ws-team-member-info h3[data-v-3e0f2f50] {
	color: var(--primary)
}

.ws-team-member.custom-1 .ws-team-member-sub p[data-v-3e0f2f50] {
	color: #333
}

.ws-team-member.button-hidden .ws-team-member-sub button[data-v-3e0f2f50] {
	display: none
}

@media (max-width:768px) {
	.ws-team-member[data-v-3e0f2f50] {
		flex-direction: column;
		align-items: center;
		padding: 0;
		width: 100%
	}

	.ws-team-member .ws-team-member-content[data-v-3e0f2f50] {
		max-width: 100%;
		padding: 20px 0
	}

	.ws-team-member-pic img[data-v-3e0f2f50] {
		max-width: inherit
	}
}

.ws-form-group textarea[data-v-0d85b9cc] {
	min-height: 200px
}

.ws-form-group[data-v-0d85b9cc] :invalid {
	outline: 1.5px solid red
}

.ws-form-message[data-v-0d85b9cc] {
	text-align: center;
	width: 100%;
	display: block;
	margin: 15px auto;
	font-weight: 700;
	word-break: break-word
}

@media (max-width:768px) {
	.ws-form-group[data-v-0d85b9cc] {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}

	.ws-form-group input[data-v-0d85b9cc],
	.ws-form-group textarea[data-v-0d85b9cc] {
		width: 100%
	}
}

.ws-container.member-view .ws-header[data-v-4d99a69e] {
	margin-left: 20px;
	width: -moz-max-content;
	width: max-content
}

@media (max-width:768px) {
	.ws-container.member-view .ws-header[data-v-4d99a69e] {
		margin-left: 0
	}
}