.events-banner {
	padding: 40px 0;
	color: #fff;
	background-color: #074e75;
	background-size: cover;
}

.events-banner .events-banner-content {
	max-width: 1045px;
}

.events-banner h1 {
	font-weight: 400;
}

.events-banner p.subhead {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.events-banner .events-banner-content-holder {
		padding-right: 60px;
	}

	.events-banner {
		display: flex;
		min-height: 455px;
		padding: 20px 0;
		flex-direction: column;
		justify-content: center;
	}

	.events-banner p:not(.headline) {
		font-size: 1.25rem;
	}

	.events-banner p.subhead {
		font-size: 1.625rem;
	}
}

.events-year__heading {
	display: flex;
	flex-direction: column;
	margin-bottom: 1.75rem;
	justify-content: center;
	text-align: center;
}

.events-year__heading h2 {
	margin: 0;
	padding: 0;
	line-height: 1.25;
}

.events-year__heading:before {
	content: "";
	width: 3rem;
	height: .5rem;
	margin: 0 auto 1.25rem;
	border-radius: .25rem;
	background: #00CFFF;
	background: linear-gradient(145deg, rgba(0, 207, 255, 1) 0%, rgba(0, 255, 138, 1) 100%);
}

@media (min-width: 768px) {
	.events-year__heading {
		flex-direction: row;
		text-align: left;
		align-items: center;
		justify-content: flex-start;
	}

	.events-year__heading:before {
		content: "";
		width: .5rem;
		height: 3.5rem;
		margin: 0 1.25rem 0 0;
		border-radius: .25rem;
		background: #00CFFF;
		background: linear-gradient(145deg, rgba(0, 207, 255, 1) 0%, rgba(0, 255, 138, 1) 100%);
	}
}

/* Event tables */
.events-table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.events-table {
	width: 100%;
	min-width: 760px;
	margin-bottom: 1.25rem;
	border-collapse: separate;
	border-spacing: 0;
	background-color: #fff;
	border-radius: .25rem;
	box-shadow: 0 1px 3px rgba(10, 37, 64, .08);
	overflow: hidden;
}

.events-table thead {
	background-color: #002338;
}

.events-table th {
	padding: 1.125rem 1.5rem;
	color: #fff;
	font-size: .875rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: .0625rem;
	text-align: left;
	text-transform: uppercase;
}

.events-table td {
	padding: 1.25rem 1.5rem;
	border-bottom: 1px solid #e8ecef;
	color: #1a2b3d;
	font-size: 1rem;
	line-height: 1.5;
	vertical-align: top;
}

.events-table tbody tr:last-child td {
	border-bottom: 0;
}

.events-table tbody tr.events-table__row--linked {
	transition: background-color .2s ease;
}

.events-table tbody tr.events-table__row--linked:hover {
	background-color: #f5f9fb;
}

.events-table th:nth-child(1),
.events-table td:nth-child(1) {
	width: 38%;
}

.events-table th:nth-child(2),
.events-table td:nth-child(2) {
	width: 20%;
}

.events-table th:nth-child(3),
.events-table td:nth-child(3) {
	width: 24%;
}

.events-table th:nth-child(4),
.events-table td:nth-child(4) {
	width: 18%;
}

.events-table__event-name {
	color: #0a2540;
}

.events-table__row--linked {
	position: relative;
	cursor: pointer;
}

.events-table__link {
	color: inherit;
	text-decoration: none;
}

.events-table__link::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
}

.events-table__row--linked:focus-within {
	outline: 2px solid #00cfff;
	outline-offset: -2px;
}

.events-badge {
	display: inline-block;
	padding: .3125rem .875rem;
	border-radius: 1.25rem;
	font-size: .8125rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: .01875rem;
	white-space: nowrap;
}

.events-badge--exhibiting {
	background-color: #e6f9f4;
	color: #0d7a5f;
}

.events-badge--presenting {
	background-color: #e8f0fc;
	color: #1d4b8f;
}

.events-badge--participating {
	background-color: #fdf1e0;
	color: #a15c00;
}

/*
 * Override the theme's global table borders, first-row weight and
 * lightweight table typography for the Events page only.
 */
#main .events-table {
	margin-bottom: 1.25rem;
	border: 0;
	font-weight: 400;
	line-height: 1.5;
}

#main .events-table thead {
	background-color: #0a2540;
}

#main .events-table th,
#main .events-table td {
	border-width: 0;
	text-align: left;
}

#main .events-table thead tr:first-child {
	font-weight: 500;
}

#main .events-table tbody tr:first-child {
	font-weight: 400;
}

#main .events-table tbody td {
	border-bottom: 1px solid #e8ecef;
}

#main .events-table tbody tr:last-child td {
	border-bottom: 0;
}

@media (min-width: 768px) {
	#main .events-table {
		border: 1px solid #e8ecef;
	}
}

.events-last-updated {
	margin: 3.75rem 0 0;
	color: #6b7c8f;
	font-size: .8125rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}

/* Closing CTA */
.events-content {
	padding-bottom: 1.5rem;
}
@media(min-width:768px) {
	.events-content {font-size: 1.25rem;
    }
}

.events-cta {
	padding: 0 0 3.5rem;
}

.events-cta__inner {
	padding: 3rem 2rem;
	border-radius: .25rem;
}

.events-cta__content {
	max-width: 52rem;
}

.events-cta__content > :last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.events-table-wrap {
		overflow: visible;
	}

	.events-table {
		display: block;
		min-width: 0;
		margin-bottom: 1.5rem;
		background: transparent;
		border-radius: 0;
		box-shadow: none;
		overflow: visible;
	}

	.events-table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.events-table tbody,
	.events-table tr,
	.events-table td {
		display: block;
		width: 100%;
	}

	.events-table td:nth-child(1),
	.events-table td:nth-child(2),
	.events-table td:nth-child(3),
	.events-table td:nth-child(4) {
		width: 100%;
	}

	.events-table tbody tr {
		margin-bottom: 1rem;
		padding: .5rem 1rem;
		background-color: #fff;
		border: 1px solid #e8ecef;
		border-radius: .25rem;
		box-shadow: 0 1px 3px rgba(10, 37, 64, .08);
	}

	.events-table tbody tr:last-child {
		margin-bottom: 0;
	}

	.events-table tbody tr.events-table__row--linked:hover {
		background-color: #fff;
	}

	.events-table td {
		display: grid;
		grid-template-columns: 6.75rem minmax(0, 1fr);
		gap: .75rem;
		align-items: start;
		padding: .75rem 0;
		border-bottom: 1px solid #e8ecef;
	}

	#main .events-table td:last-child,
	#main .events-table tbody tr:last-child td:last-child {
		border-bottom: 0;
	}

	.events-table td::before {
		content: attr(data-label);
		color: #002338;
		font-size: .75rem;
		font-weight: 700;
		line-height: 1.5rem;
		letter-spacing: .05rem;
		text-transform: uppercase;
	}

	.events-table__event-name {
		font-size: 1.125rem;
	}

	.events-badge {
		justify-self: start;
	}

	.events-cta {
		padding-bottom: 2.5rem;
	}

	.events-cta__inner {
		padding: 2.5rem 1.25rem;
	}
}
