.q-default-hero__subheading {
	margin-bottom: 30px;
}
@media (max-width: 419px) {
	.q-default-hero__subheading br {
		display: none;
	}
}
@media (min-width: 720px) {
	.q-default-hero__subheading {
		margin-bottom: 1.5em;
	}
}
.company-bod-hero__image {
	display: none;
}
@media (min-width: 480px) {
	.company-bod-hero__image {
		display: block;
	}
}

.company-bod-team__container {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media (min-width: 720px) {
	.company-bod-team__container {
		padding-top: 8.39161%;
		padding-bottom: 8.39161%;
	}
}

@media (min-width: 1430px) {
	.company-bod-team__container {
		padding-top: 92px;
		padding-bottom: 92px;
	}
}

.company-bod-team__profile .q-grid__column {
	padding-bottom: 60px;
}

@media (min-width: 720px) {
	.company-bod-team__profile .q-grid__column {
		padding-bottom: 8.39161%;
	}
	.company-bod-team__profile .q-grid__column.team-profile__nopadding {
		padding-bottom: 0;
	}
}
@media (min-width: 1430px) {
	.company-bod-team__profile .q-grid__column {
		padding-bottom: 92px;
	}
}

.company-bod-profile__name {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0.563em;
	font-size: 1.625em;
	font-family: Gotham, sans-serif;
	font-weight: 400;
	color: #1D2737;
	letter-spacing: -0.02ex;
}
.company-bod-profile__title {
	font-weight: 500;
	font-size: 1.063em;
	margin: 0;
	padding-bottom: 0.625em;
	font-family: Gotham, sans-serif;
	color: #30405B;
}
.company-bod-profile__links {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position: inside;
}
.company-bod-profile__links li {
	display: inline-block;
}
.company-bod-profile__links li {
	margin-right: 35px;
}
.company-bod-profile__links li a {
	text-decoration: none;
	font-weight: 500;
	font-family: Gotham, sans-serif;
	color: #2E8BE0;
	font-size: 0.938em;
}

.company-bod-intro p,
.company-bod-intro__Expand p {
	margin: 0 0 1em;
}
.company-bod-intro p:last-child {
	margin-bottom: 0;
}

.team-profile__badge {
	position: relative;
	padding-left: 100px;
	margin-bottom: 2.313em;
}
.team-profile__badge--headshot {
	position: absolute;
	left: 0;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
@media (min-width: 720px) and (max-width: 959px) {
	.q-tabs {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media (max-width: 719px) {
	.q-tabs {
		margin-left: 0;
		margin-right: 0;
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 375px) {
	.q-tabs {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 719px) {
	.q-tabs__link {
		text-align: center;
	}
}
@media (max-width: 510px) {
	.q-tabs__item {
		width: unset;
	}
	.q-tabs__item a {
		padding-right: 15px;
		padding-left: 15px;
	}
	.q-tabs__item:last-of-type a {
		border-right: 0;
	}
}

/* expand / collapse CSS */
.expandable {
	overflow: hidden;
	position: relative;
	transition: 0.4s;
}
.collapsedHeight {
	max-height: 516px;
}
.john-zangardi .collapsedHeight {
	max-height: 380px;
}
.sumedh-thakar .collapsedHeight {
	max-height: 380px;
}
.tom-berquist .collapsedHeight {
	max-height: 380px;
}
.bill-berutti .collapsedHeight,
.wendy-m-pfeiffer .collapsedHeight,
.kristi-m-rogers .collapsedHeight,
.general-peter-pace .collapsedHeight {
	max-height: 367px;
}
@media print {
	.collapsedHeight.collapsedHeight {
		max-height: none;
	}
	.expandable button {
		display: none;
	}
	.q-grid__column-5 {
		page-break-before: always;
	}
}
.expandedHeight {
	max-height: 1700px;
	padding-bottom: 1.5em;
}
.expandable button {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);
	background-repeat: no-repeat;
	border: 0 none;
	bottom: 0;
	color: #2E8BE0;
	font-family: Gotham, sans-serif;
	font-size: 1em;
	font-weight: 500;
	margin: 0;
	outline: none;
	padding: 4em 0 0;
	position: absolute;
	text-align: left;
	text-decoration: none;
	width: 100%;
}
.expandable button:hover {
	cursor: pointer;
}
.expandedHeight button {
	background-position: 0 3em;
}

/*# sourceMappingURL=index.css.map */