<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Modal */
.modal-wrapper {
	flex-direction: column;
	align-items: center;
	background-color: rgba(100, 100, 100, 0.5);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	opacity: 0;
	position: fixed;
	transition: all 0.2s ease-in-out;
	visibility: hidden;
	width: 100%;
	z-index: 9999;
}
.modal-wrapper .modal-window {
	width: 90%;
	max-width: 860px;
	margin: 0 auto;
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	padding: 20px;
	transform: scale(0);
	transition: 0.2s ease-in-out all;
}
.modal-wrapper .modal-window .modal-header {
	align-items: center;
	border-bottom: 2px solid var(--color-secondary);
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.modal-wrapper .modal-window .modal-header .bmcb-video__title {
	margin-bottom: 0;
	color: black;
}
.modal-wrapper .modal-window .modal-header .close-modal-button {
	border: none;
	background-color: transparent;
	margin-left: auto;
	color: var(--color-primary);
	cursor: pointer;
	font-size: 20px;
	padding: 0;
}
.modal-wrapper .modal-window .modal-header .close-modal-button:hover {
	color: black;
}
.modal-wrapper.visible {
	opacity: 1;
	visibility: visible;
}
.modal-wrapper.visible .modal-window {
	transform: scale(1);
}
/* Team Members */
body.modal-active.et_fixed_nav #main-header {
	z-index: 1;
}
.team-member-container .et_pb_column {
	z-index: initial !important;
	margin-bottom: 40px;
}
.team-member-container .et_pb_column.et-last-child + .et_pb_column {
	clear: both;
}
.team-member-container .et_pb_column .team-member.bmcb-module .team-member-top .team-member-title {
	padding-bottom: 0;
}
.team-member-container .et_pb_column .team-member.bmcb-module .team-member-modal {
	justify-content: center;
	overflow: hidden;
}
.team-member-container .et_pb_column .team-member.bmcb-module .team-member-modal.visible .modal-window {
	transform: translateY(0);
}
.team-member-container .et_pb_column .team-member.bmcb-module .team-member-modal .close-modal-button {
	position: absolute;
	top: 20px;
	right: 20px;
	margin: 0;
	padding: 0;
	font-size: 20px;
	background: none;
	border: none;
	cursor: pointer;
}
.team-member-container .et_pb_column .team-member.bmcb-module .team-member-modal .modal-window {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 90%;
	max-width: 1130px;
	max-height: 860px;
	margin: 0 auto;
	padding: 60px 40px;
	border-radius: 0;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	transform: translateY(100vw);
}
@media screen and (min-width: 767px) {
	.team-member-container .et_pb_column .team-member.bmcb-module .team-member-modal .modal-window {
		flex-direction: row;
	}
}
.team-member-container .et_pb_column .team-member.bmcb-module .team-member-modal .modal-window .modal-left {
	display: flex;
	flex-direction: column;
	padding-right: 20px;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.team-member-container .et_pb_column .team-member.bmcb-module .team-member-modal .modal-window .modal-left {
		align-items: center;
		padding-right: 50px;
	}
}
.team-member-container .et_pb_column .team-member.bmcb-module .team-member-modal .modal-window .modal-left img.team-image {
	width: 150px;
	height: 150px;
	object-fit: cover;
}
@media screen and (min-width: 767px) {
	.team-member-container .et_pb_column .team-member.bmcb-module .team-member-modal .modal-window .modal-left img.team-image {
		width: 245px;
		height: 245px;
	}
}
.team-member-container .et_pb_column .team-member.bmcb-module .team-member-modal .modal-window .modal-left img.logo-image {
	max-width: 100px;
	height: auto;
	margin: 20px 0;
}
@media screen and (min-width: 767px) {
	.team-member-container .et_pb_column .team-member.bmcb-module .team-member-modal .modal-window .modal-left img.logo-image {
		max-width: 250px;
		max-height: 100px;
		object-fit: contain;
	}
}
.team-member-container .et_pb_column .team-member.bmcb-module .team-member-modal .modal-window .modal-right .modal-header {
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 10px;
	padding-bottom: 0;
}
@media screen and (min-width: 767px) {
	.team-member-container .et_pb_column .team-member.bmcb-module .team-member-modal .modal-window .modal-right .modal-header {
		position: relative;
	}
}
.team-member-container .et_pb_column .team-member.bmcb-module .team-member-modal .modal-window .modal-right .modal-header .team-member-title {
	font-size: 24px;
	padding-bottom: 0;
}
.team-member-container .et_pb_column .team-member.bmcb-module .team-member-modal .modal-window .modal-right .modal-header .team-member-position {
	color: black;
}
.team-member-container .et_pb_column .team-member.bmcb-module .team-member-modal .modal-window .modal-right .modal-contents {
	font-size: 17px;
}
.team-member-container .et_pb_column .team-member.bmcb-module .team-member-modal .modal-window .modal-right .modal-contents h3 {
	margin-top: 40px;
}
.team-member-container .et_pb_column .team-member.bmcb-module .team-member-modal .modal-window .modal-right .modal-contents ul {
	max-width: 100%;
}
.team-member-container .et_pb_column .team-member.bmcb-module .team-member-modal .modal-window .modal-right .modal-footer {
	justify-content: flex-start;
	margin-top: 40px;
}
.team-member-container .et_pb_column .team-member.bmcb-module .team-member-modal .modal-window .modal-right .modal-footer a:not(:last-child) {
	margin-right: 20px;
}
.team-member-container .et_pb_column:nth-last-child(-n+2) .team-member.bmcb-module {
	margin-bottom: 0;
}


/************************************************
***************** GRAVITY FORMS *****************
************************************************/
.gform_footer{
	justify-content:flex-end;
}
.gform_button[type="submit"]{
	background-color:#375180;
	border: 2px solid #375180;
	font-family: 'canada-type-gibson', sans-serif;
	color:#fff;
	padding: 0.6rem 2rem;
	font-weight:bold;
	text-transform:uppercase;
	transition:background 0.2s ease;
	justify-content:flex-end;
}
.gform_button[type="submit"]:hover{
	background-color:#fff;
	border: 2px solid #375180;
	color:#375180;
	cursor:pointer;
}</pre></body></html>