.display-flex {
	display: flex;
}
.display-inline-flex {
	display: inline-flex;
}
.flex-direction-column {
	flex-direction: column;
}
.flex-direction-row {
	flex-direction: row;
}
.display-grid {
	display: grid;
}
.grid-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}
.grid-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}
.grid-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}
.text-center {
	text-align: center;
}
.section-box-shadow {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}

/* fixes to override theme and bulma styles */
.bulma-blocks-50-50-hero .hero-white .hero-image:before {
	background-color: #fff;
}

/* Adjust the number of columns for smaller screens */
@media screen and (max-width: 1300px) {
	.staff-wrapper {
		grid-template-columns: repeat(3, 1fr);
	}
	.grid-columns-4 {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 950px) {
	.staff-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
	.grid-columns-4 {
		grid-template-columns: repeat(2, 1fr);
	}
	.grid-columns-3 {
		grid-template-columns: repeat(2, 1fr);
	}
	.flex-direction-mobile-column {
		flex-direction: column !important;
	}
	.flex-direction-mobile-row {
		flex-direction: row !important;
	}
	.mobile-adj {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.mobile-padding {
		padding: 0 25px !important;
	}
	.mobile-header-size {
		font-size: 2.8rem !important;
	}
	.mobile-padding-top {
		padding-top: 25px !important;
	}
}

@media screen and (max-width: 600px) {
	.staff-wrapper {
		grid-template-columns: 1fr;
	}
	.grid-columns-4 {
		grid-template-columns: 1fr;
	}
	.grid-columns-3 {
		grid-template-columns: 1fr;
	}
	.flex-direction-mobile-column {
		flex-direction: column !important;
	}
	.flex-direction-mobile-row {
		flex-direction: row !important;
	}
}

.has-bg-gradient {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #f0f0f0 100%) !important;
}

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.container-flex {
	display: flex;
}

.title-wrapper {
	margin: 100px 0 50px 0;
}

.header-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 45px 0 65px 0;
	border-bottom: 1px solid #c4bfc0;
	padding-bottom: 75px;
}

.header-wrapper-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	flex: 1;
}

.header-wrapper-right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	flex: 2;
}

@media screen and (max-width: 900px) {
	.header-wrapper {
		flex-direction: column !important;
		gap: 10px;
	}
}

.page-title {
	margin: 10px 0 0 0 !important;
	padding: 0 45px 0 0 !important;
	font-family: acumin-pro, "Franklin Gothic", sans-serif !important;
	font-weight: 700 !important;
	line-height: 1.08 !important;
	font-size: 3.75rem !important;
	font-style: normal !important;
	color: #000 !important;
	text-transform: none !important;
}

.page-desc {
	font-size: 1.1em !important;
	font-weight: 300 !important;
	margin: 0 0 0 0 !important;
	padding: 10px 0 0 0 !important;
	color: #000 !important;
}

.staff-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
	margin-bottom: 120px;
	width: 100%;
	padding-top: 65px;
}

.staff-card {
	overflow: hidden;
	background-color: #fff;
	line-height: 100% !important;
}

.staff-card-link {
	text-decoration: none;
}

.staff-card-image {
	overflow: hidden;
	margin: auto;
	width: 100%;
	position: relative;
	z-index: 1;
}

.staff-card-image img {
	object-fit: contain;
	transition: transform 0.8s ease;
}

.staff-card-link:hover .staff-card-image img {
	transform: scale(1.15);
}

.staff-card-info {
	padding-top: 15px;
	text-align: left;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.75) 75%, rgba(0, 0, 0, 0.65) 100%);
	position: absolute;
	bottom: 0px;
	z-index: 9;
	padding: 20px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.staff-card-info .info-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.staff-card-info .info-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	padding-right: 8px;
}

.staff-card-info .info-right i {
	font-size: 1.4rem;
	color: #cfb991;
	transition: all 0.2s ease;
}

.staff-card-name {
	font-size: 18px;
	font-weight: 600;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 110%;
	color: #fff;
}

.staff-card-title {
	font-size: 16px;
	font-weight: 500;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 110%;
	color: #cfb991;
}

.staff-card-email {
	font-size: 1rem;
	font-weight: 500;
	margin: 0 !important;
	padding: 0 !important;
}

.staff-card-link:hover div .info-right i {
	translate: 6px 0;
}

.staff-card-link:hover div .info-left h4 {
	text-decoration: underline !important;
}

.profile-name {
	font-size: 2.8rem;
	font-weight: 600;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 110%;
}

.profile-job-title {
	font-size: 1.2rem;
	font-weight: 400;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 110%;
}

.staff-profile-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 20px 0 100px 0;
	width: 100%;
	gap: 0 50px;
}

.staff-profile-content {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}

.staff-profile-image {
	flex: 0 0 350px;
	display: flex;
	align-items: flex-start;
}

.staff-profile-image-box {
	padding: 10px;
	background-color: #fff;
	line-height: 100% !important;
	box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
	border-radius: 0.25rem;
}

.staff-profile-image img {
	width: 100%;
	object-fit: contain;
}

.back-button-wrapper {
	margin-top: 45px;
}

.profile-back-button {
	color: #555;
	font-family: acumin-pro-semi-condensed, Franklin Gothic, sans-serif;
	font-size: 14px;
	font-weight: 600;
	border-radius: 4px;
	background-color: #fff;
	padding: 0.5rem 1.5rem;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #fff;
	-webkit-text-decoration: none;
	text-decoration: none;
	cursor: pointer;
	gap: 10px;
	transition: all 0.3s ease;
	align-items: center;
	text-transform: uppercase;
}

.profile-back-button:hover {
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
	text-decoration: none !important;
}

.staff-profile-content .staff-contact {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
}

.staff-profile-divider {
	background-color: #dbdbdb;
}

/* For tablet view */
@media screen and (max-width: 800px) {
	.staff-profile-wrapper {
		flex-direction: column;
		margin-top: 25px;
	}

	.staff-profile-image {
		margin: auto;
		justify-content: center;
	}

	.staff-profile-content {
		margin-top: 10px;
	}

	.profile-name,
	.profile-job-title {
		text-align: center;
	}
}

/* Footer fixes from purdue.edu */

.footer {
	padding: 6rem 3.25rem 5rem !important;
	color: #fff !important;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.footer:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.88);
}

@media screen and (max-width: 1023px) {
	.footer {
		padding: 6rem 1.5rem 5rem;
	}
}

@media screen and (max-width: 767px) {
	.footer {
		padding: 3rem 1.25rem 3rem;
	}
}

@media screen and (max-width: 767px) {
	.mobile-hidden {
		display: none !important;
	}
}

@media screen and (min-width: 768px), print {
	.mobile-show {
		display: none !important;
	}
}

@media screen and (min-width: 1024px) {
	.desktop-hidden,
	.level.desktop-hidden {
		display: none !important;
	}
}

@media screen and (max-width: 1023px) {
	.tablet-hidden,
	.level .tablet-hidden.level-right {
		display: none !important;
	}
}

.show {
	display: block;
}

.hide {
	display: none;
}

.footer h2 {
	color: #cfb991;
	font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 1.5;
	text-transform: uppercase;
}

.footer p {
	color: #fff;
}

.footer a {
	color: #fff !important;
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.footer a:hover {
	color: #fff;
	-webkit-text-decoration: none;
	text-decoration: none;
}

.footer .footer__global__resources {
	padding-bottom: 3rem !important;
	position: relative;
	z-index: 1;
}

.footer .footer__links {
	margin-bottom: 1rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

@media screen and (max-width: 1023px) {
	.footer .footer__links {
		align-items: flex-start;
		margin-bottom: 0;
	}
}

.footer .footer__links h2 {
	margin: 0 0 1.3rem 0;
}

@media screen and (max-width: 1023px) {
	.footer .footer__links h2 {
		width: 100%;
		margin: 0;
	}
}

.footer .footer__links h2 .accordion__heading--footer {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	text-transform: uppercase;
	pointer-events: none;
	font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
	background: none;
	color: #cfb991;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 1.5;
	font-size: 1rem;
}

.footer .footer__links h2 .accordion__heading--footer .accordion__icon__plus {
	display: none;
	pointer-events: none;
	width: 24px;
	height: 24px;
	margin-left: 1rem;
	transition: all 0.3s ease;
}

.footer .footer__links h2 .accordion__heading--footer:focus {
	outline: none;
}

@media screen and (max-width: 1023px) {
	.footer .footer__links h2 .accordion__heading--footer {
		pointer-events: all;
		padding: 1rem;
	}

	.footer .footer__links h2 .accordion__heading--footer:hover {
		cursor: pointer;
	}

	.footer .footer__links h2 .accordion__heading--footer .accordion__icon__plus {
		display: block;
	}

	.footer .footer__links h2 .accordion__heading--footer .accordion__icon__plus.hide {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

@media screen and (max-width: 767px) {
	.footer .footer__links h2 .accordion__heading--footer {
		padding: 0.75rem;
	}
}

.footer .footer__links ul {
	font-family: acumin-pro, "Franklin Gothic", sans-serif;
}

@media screen and (max-width: 1023px) {
	.footer .footer__links ul {
		display: none;
		height: 0;
		transition: height 0.2s ease;
		overflow: hidden;
		width: 100%;
		padding: 0 1rem;
	}
}

@media screen and (max-width: 767px) {
	.footer .footer__links ul {
		padding: 0 0.75rem;
	}
}

@media screen and (max-width: 767px) {
	.footer {
		padding: 3rem 1.25rem 3rem !important;
	}
}

.footer .footer__links ul.show {
	display: block;
}

.footer .footer__links ul.hide {
	display: none;
}

.footer .footer__links ul li {
	padding: 0.4rem 0;
	margin: 0;
}

.footer .footer__links ul li a {
	color: #fff;
	-webkit-text-decoration: none;
	text-decoration: none;
	font-weight: 400;
}

.footer .footer__links ul li a:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	color: #fff;
}

.footer .footer__links ul li:first-child {
	padding-top: 0;
}

.footer .footer__links ul li:last-child {
	padding-bottom: 0;
}

@media screen and (max-width: 1023px) {
	.footer .footer__links ul li:last-child {
		padding-bottom: 1rem;
	}
}

.footer .footer__signature {
	text-align: center !important;
	background-color: transparent !important;
	color: #fff !important;
	font-size: 0.875rem !important;
	font-family: source-serif-pro, Georgia, serif !important;
	position: relative;
	z-index: 1;
}

.footer .footer__signature .container {
	border-top: 1px solid #c4bfc0;
	padding-top: 2rem;
}

@media screen and (max-width: 1023px) {
	.footer .footer__signature .container {
		border-top: none;
		padding-top: 0;
	}
}

.footer .footer__signature a {
	color: #fff !important;
	-webkit-text-decoration: underline !important;
	text-decoration: underline !important;
	font-weight: 400 !important;
}

.footer .footer__signature a:hover {
	color: #fff;
	-webkit-text-decoration: none;
	text-decoration: none;
}

.footer.footer__global__resources > .container {
	overflow: hidden;
}

.footer .contact-info {
	position: relative;
	font-family: acumin-pro, "Franklin Gothic", sans-serif;
	font-weight: 600;
	padding-bottom: 3rem;
}

@media screen and (max-width: 1023px) {
	.footer .contact-info {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.footer .contact-info {
		flex-direction: column;
		align-items: center;
		padding-bottom: 2rem;
	}
}

.footer .contact-info .columns.is-desktop {
	align-items: flex-end;
	height: 100%;
}

@media screen and (max-width: 767px) {
	.footer .contact-info > .columns {
		display: flex;
	}
}

@media screen and (max-width: 1023px) {
	.footer .contact-info .social-container {
		display: flex;
		align-items: flex-end;
	}

	.footer .contact-info .social-container > .columns {
		display: flex;
		align-items: flex-end;
		flex-direction: column;
	}
}

@media screen and (max-width: 767px) {
	.footer .contact-info .social-container > .columns {
		flex-direction: row-reverse;
	}

	.footer .contact-info .social-container > .columns .column {
		flex-basis: auto;
	}
}

.footer .contact-info a {
	display: block;
	text-align: left;
}

.footer .contact-info a img {
	display: block;
	height: 104px;
}

@media screen and (max-width: 1023px) {
	.footer .contact-info a img {
		height: 80px;
	}
}

.footer .contact-info__address {
	margin-bottom: 1.5rem;
}

@media screen and (max-width: 1023px) {
	.footer .contact-info__address {
		margin-bottom: 1.5rem;
	}
}

@media screen and (max-width: 767px) {
	.footer .contact-info__address {
		margin-bottom: 1rem;
	}
}

.footer .contact-info__address a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	font-weight: 400;
	font-size: 0.875rem;
}

.footer .contact-info__address a:hover {
	color: #fff;
	-webkit-text-decoration: none;
	text-decoration: none;
}

.footer .contact-info__phone {
	margin-bottom: 0;
}

.footer .contact-info__phone a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	color: #cfb991 !important;
}

.footer .contact-info__phone a:hover {
	color: #cfb991;
	-webkit-text-decoration: none;
	text-decoration: none;
}

@media screen and (max-width: 1023px) {
	.footer .contact-info__phone {
		margin-bottom: 1.5rem;
	}
}

@media screen and (max-width: 767px) {
	.footer .contact-info__phone {
		margin-bottom: 1rem;
	}
}

.footer .contact-info h2.title {
	margin-bottom: 0.5rem;
}

.footer .contact-info__social {
	display: flex;
	font-size: 1.375rem;
	display: flex;
	flex-wrap: wrap;
}

.footer .contact-info__social .navbar-item {
	padding: 0;
	margin: 0;
	display: inline;
}

.footer .contact-info__social .navbar-item a svg {
	fill: #fff;
}

.footer .contact-info__social .navbar-item a:hover {
	color: #cfb991;
}

.footer .contact-info__social .navbar-item a:hover svg {
	fill: #cfb991;
}

.footer .contact-info__social .navbar-item:not(:last-child) {
	margin-right: 0.8rem;
}

.footer .contact-info__campuses {
	padding: 0;
}

@media screen and (max-width: 1023px) {
	.footer .link-resources {
		margin: 0;
	}
}

@media screen and (max-width: 1023px) {
	.footer .link-resources > .column {
		padding: 0;
		border-top: 1px solid #c4bfc0;
	}

	.footer .link-resources > .column:last-child {
		border-bottom: 1px solid #c4bfc0;
	}
}

.purdue-accordion.accordion--campus {
	background: none;
	margin-bottom: 0;
}

.purdue-accordion.accordion--campus .accordion__heading {
	color: #fff;
	background: none;
	border: none;
	text-transform: uppercase;
	font-size: 1rem;
	padding: 0 2rem 0 0;
	position: relative;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.purdue-accordion.accordion--campus .accordion__heading {
		font-size: 0.875rem;
		padding: 0 2rem 0 0;
	}
}

.purdue-accordion.accordion--campus .accordion__heading:before {
	content: "";
	height: 3px;
	position: absolute;
	display: block;
	visibility: visible;
	background: #cfb991;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	transition: all 0.25s cubic-bezier(1, 0.25, 0, 0.75) 0s;
	bottom: -3px;
	left: 0;
	width: calc(100% - 30px);
}

.purdue-accordion.accordion--campus .accordion__heading:after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 height=%271em%27 viewBox=%270 0 512 512%27%3E%3C%21--%21 Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license %28Commercial License%29 Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill=%27%23cfb991%27 d=%27M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z%27/%3E%3C/svg%3E");
	right: 0;
	top: 5px;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: cover;
	color: #cfb991;
	position: absolute;
	transition: all 0.3s;
}

.purdue-accordion.accordion--campus .accordion__heading.is-open:after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.purdue-accordion.accordion--campus .accordion__content {
	background-color: #fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top: 2px solid #ededed;
	box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
	display: none;
	font-size: 0.875rem;
	left: 0;
	position: absolute;
	top: 100%;
	z-index: 20;
	padding: 0.5rem 0;
}

.purdue-accordion.accordion--campus .accordion__content.show {
	display: block;
}

.purdue-accordion.accordion--campus .accordion__content li a {
	color: #000 !important;
	font-weight: 600;
	padding: 0.5rem 0.75rem;
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.purdue-accordion.accordion--campus .accordion__content li a:hover {
	-webkit-text-decoration: none;
	text-decoration: none;
}

.footer .footer__signature {
	background-color: transparent !important;
}

/* Purdue Tags */
.tagged-header {
	display: inline-block;
	padding: 0.675rem 1.5rem;
	background: #000;
	color: #fff;
	font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
	font-size: 1.125rem !important;
	font-weight: 900;
	letter-spacing: 2.81px;
	line-height: 1;
	border-radius: 4px;
	text-transform: uppercase;
	z-index: 1;
	position: relative;
	margin: 0 !important;
}

@media screen and (max-width: 767px) {
	.tagged-header {
		font-size: 1rem;
		padding: 0.5rem 1rem;
	}
}

.tagged-header--gold {
	color: #000 !important;
}

.tagged-header--gold {
	background: #cfb991;
}

.tagged-header--white {
	color: #000 !important;
}

.tagged-header--white {
	background-color: #fff;
}

.tagged-header:before {
	position: absolute;
	top: 0;
	left: -5px;
	height: 100%;
	content: "";
	background: inherit;
	z-index: -1;
	width: calc(100% + 10px);
	-webkit-transform: skewX(-15deg);
	transform: skewX(-15deg);
}

.tagged-header-container {
	border-top: 2px solid #000;
	margin-left: 10px;
}

.tagged-header-container.tagged-header-container-gold {
	border-top: 2px solid #cfb991;
}

.tagged-header-container .tagged-header {
	border-radius: 0 0 4px 4px;
	top: -2px;
}

/* Protocol Styles */
.protocol-container > p {
	padding-bottom: 20px !important;
}

.black-image-screen::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.88);
}

#to-top {
	position: fixed;
	bottom: 5rem;
	right: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	margin: 0;
	transition: transform 0.2s ease;
	z-index: 999;
	border: none;
	background: none;
	flex-direction: column;
	align-items: center;
}

#to-top .icon {
	width: 56px;
	height: 56px;
	padding: 1rem;
	color: #cfb991;
	background: #000;
	border: 2px solid #cfb991;
	border-radius: 100%;
	margin-bottom: 0.5rem;
}

.fa-arrow-up:before {
	content: "\f062";
}

.to-top-relative {
	position: relative !important;
	float: right;
	margin-bottom: -5rem !important;
	bottom: -6rem !important;
	z-index: 999;
}

#to-top.to-top-shown {
	transform: translateX(0);
}

/* Engagement Profiles Styles */
.back-button-block {
	display: block;
	padding: 10px 0;
	margin: 10px 0;
}
.back-link {
	color: rgba(0, 0, 0, 0.4);
	font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
	font-size: 0.9em;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 1.5;
	background-color: #fff;
	text-transform: uppercase;
	justify-content: space-between;
	align-items: center;
	border: none;
	-webkit-text-decoration: none;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.back-link i {
	padding-right: 5px;
}
.back-link:hover {
	color: rgba(0, 0, 0, 1);
}
.profile-instruction {
	margin: 1em 0;
	padding: 0.5em 1.5em 0.5em 1em;
	border-left: 8px solid #cfb991;
	background-color: #fff;
	display: inline-block;
	border-radius: 3px;
}
.profile-instruction p {
	font-size: 1em;
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #555;
}
.profile-instruction p i {
	color: #777;
	padding-right: 5px;
}
.profile-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
	margin-bottom: 120px;
	width: 100%;
	grid-auto-rows: 1fr;
}

.profile-card {
	overflow: hidden;
	background-color: #fff;
	line-height: 100% !important;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
	border-radius: 4px;
}

.profile-card-link {
	text-decoration: none !important;
}

.profile-card-image__wrapper {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.profile-card-image__wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.55);
	z-index: 5;
	transition: background-color 0.3s ease-in-out;
}

.profile-card-image {
	width: 100%;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
}

.profile-card-image img {
	object-fit: contain;
	transform: scale(1);
	transition: transform 0.3s ease;
}

.profile-card-link:hover .profile-card-image img {
	transform: scale(1.15);
}

.profile-card-info {
	padding-top: 15px;
	background-color: #fff;
	text-align: left;
	z-index: 9;
	padding: 20px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: -2px;
	text-decoration: none !important;
}

.profile-card-info .info-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.profile-card-info .info-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	padding-right: 8px;
	text-decoration: none !important;
}

.profile-card-info .info-right i {
	font-size: 1.4rem;
	color: #cfb991;
	text-decoration: none !important;
	transition: all 0.3s ease;
}

.profile-card-name {
	font-size: 1.2em;
	font-weight: 700;
	margin: 0 !important;
	padding: 0 !important;
	color: #000;
}

.profile-card-email {
	font-size: 1rem;
	font-weight: 500;
	margin: 0 !important;
	padding: 0 !important;
}

.profile-card-link:hover *::before {
	background-color: rgba(0, 0, 0, 0);
}

.profile-card-link:hover div .info-right i {
	translate: 6px 0;
	text-decoration: none !important;
}

.fa-arrow-right:before {
	text-decoration: none !important;
}

/* Engagement Profile Single Page Styles */
.ep-data-section {
	background-color: #000;
	position: relative;
	z-index: 1;
}
.ep-data-section__container {
	position: relative;
	z-index: 5;
	padding: 6em 0;
}
.tagged-header__subheader {
	font-size: 2.8rem;
	font-weight: 600;
	color: #fff !important;
	text-transform: uppercase;
	margin: 0 !important;
	padding: 15px 0;
	line-height: 1.1;
	font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
}
.ep-data-card__wrapper {
	padding: 50px 0 0 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 30px;
}
.ep-data-card {
	display: flex;
	flex-direction: column;
	background: linear-gradient(0deg, rgba(30, 30, 30, 1) 0%, rgba(29, 29, 29, 1) 37%);
	padding: 50px;
	padding-bottom: 45px;
	gap: 15px;
	border-radius: 4px;
	width: 100%;
	max-width: 33%;
	min-height: 300px;
	position: relative;
	z-index: 3;
	align-content: center;
	align-items: center;
	justify-content: space-between;
}
.ep-data-card__icon {
	padding: 0 !important;
	margin: 0 !important;
}
.ep-data-card__icon .icon-style {
	font-size: 2.8em;
	color: #fff;
	opacity: 0.5;
}
.ep-data-card__data {
	font-family: "United Sans", Impact, "Arial Black", sans-serif;
	font-size: 3.8em;
	font-weight: 700;
	color: #fff;
	padding: 0 !important;
	margin: 0 !important;
	letter-spacing: -0.5px;
	text-align: center;
	line-height: 0.9 !important;
}
.ep-data-card__data .coming-soon {
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: 700 !important;
	color: #535353;
	padding: 8px 0;
}
.ep-data-card__data .dollar-char {
	font-size: 0.5em;
	vertical-align: super;
	font-weight: 500 !important;
}
.ep-data-card__text {
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.2;
	font-weight: 600;
	color: #cfb991;
	padding: 0;
	text-align: center;
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 15px;
	position: relative;
}
.epa-data-carousel {
	display: flex;
	position: relative;
	z-index: 1;
	flex-direction: column;
}
.ep-data-section__container .control {
	position: absolute;
	cursor: pointer;
	padding: 2em;
}
.ep-data-section__container .control i {
	font-size: 2.5em;
	color: rgba(255, 255, 255, 0.5);
	transition: color 0.3s ease-in-out;
}
.ep-data-section__container .control:hover i {
	color: rgba(255, 255, 255, 1);
}
.control-left {
	left: 2em;
	padding-right: 6em !important;
}
.control-right {
	right: 2em;
	padding-left: 6em !important;
}
.disabled {
	pointer-events: none;
	display: none;
}
.epa-data-dots {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 75px;
}
.epa-data-dots .dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	margin: 0 5px;
	cursor: pointer;
}
.epa-data-dots .dot.active {
	background-color: #fff;
}

/* When only 2 cards are present, center them */
.ep-data-card__wrapper:has(.ep-data-card:nth-child(3):not(:first-child)) {
	justify-content: center;
	grid-template-columns: repeat(3, 1fr);
}

.ep-contact-section {
	background-color: #cfb991;
	position: relative;
	z-index: 1;
}
.ep-contact-section__container {
	position: relative;
	z-index: 2;
	padding: 6em 0;
}
.contact-box-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	background-color: #000;
}
.contact-box__left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(2 / 3 * 100%);
	flex-grow: 1;
}
.contact-box__right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: min(calc(1 / 3 * 100%), 400px);
	flex-grow: 0;
}
.contact-box__left iframe {
	width: 100%;
	height: 100%;
	-webkit-filter: grayscale(90%);
	-moz-filter: grayscale(90%);
	-ms-filter: grayscale(90%);
	-o-filter: grayscale(90%);
	filter: grayscale(90%);
}
.contact-box__details {
	padding: 3em;
	display: flex;
	flex-direction: column;
	gap: 3em;
	width: 100%;
	min-height:500px;
}
.contact-box__details p {
	padding: 0;
	margin: 0;
}
.contact-box__details p a {
	color: #fff !important;
}
.contact-box__details .detail-box__title {
	font-family: "United Sans", Impact, "Arial Black", "sans serif";
	font-size: 1em;
	font-weight: 400;
	color: #cdb98f;
	text-transform: uppercase;
}
.contact-box__details .detail-box__value {
	font-family: acumin-pro, "Franklin Gothic", sans-serif !important;
	font-size: 1.2em;
	font-weight: 600;
	color: #fff;
}
.ep-data-card__tooltip{
	display: none;
	border-radius: 4px;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 100%;
	width: 300px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
	padding: 15px 25px;
	background-color: #444;
}
.ep-data-card__tooltip::after {  
	content:  " ";  
	position:  absolute;  
	bottom:  100%; /* At the top of the tooltip */  
	left:  50%;  
	margin-left:  -8px;  
	border-width:  8px;  
	border-style:  solid;  
	border-color:  transparent transparent #444 transparent;  
}
.ep-data-card__tooltip p{
	font-size:0.9em;
	font-family: "United Sans", Impact, "Arial Black", "sans serif";
	color:#fff;
	font-weight:400;
	padding:0;
	margin:0;
	text-transform: none !important;
	line-height:1.1;
}
.active-tooltip{
	display:block;
}
.ep-data-card span{
	padding:15px;
}
.ep-data-card span i{
	color:#fff;
	padding-left:8px;
}