#subheader {
	min-height: 0;
	padding-bottom: 2em;
}

#subheader .container {
	min-height: 0;
}

.top-event {
	display: flex;
	background-color: #F1F1F1;
	min-height: 580px;
	padding: 58px 0;
	position: relative;
}

.top-event > img {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	object-fit: cover;
}

.top-event .container {
	height: auto;
}

.top-event .row,
.top-event .col-md-6 {
	height: 100%;
}

.top-event .col-md-6 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-bottom: 100px;
}

.breadcrumbs {
	flex-grow: 1;
}

.top-event .col-md-6>*{
	max-width: 400px;
}

.breadcrumbs a {
	color: #AEAEB8;
}

.breadcrumbs span {
	color: #4F4D88;
}

.top-event  .categories {
	color: #4F4D88;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: -0.5px;
}

.top-event  .categories a {
	font-size: 24px;
}

.form-section {
	padding: 80px 0;
	background: #F1F1F1;
}

.related-media .container {
	max-width: 1146px;
	border-top: unset;
}

.all-terms .h1,
.related-media .h1 {
	text-align: center;
	font-size: 42px;
	font-weight: 300;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.content-event .content-text {
	color: #4F4D88;
	font-size: 24px;
	font-weight: 300;
	line-height: 36px;
	letter-spacing: -0.5px;
}

.content-event {
	padding: 52px 0 70px;
}

.meet-team {
	background: #F1F1F1;
	padding: 30px 20px;
}

.meet-team-item {
	display: grid;
	grid-template-columns: 120px auto;
	grid-column-gap: 15px;
	padding: 15px 0;
	border-bottom: 1px solid #D8D8D8;
}

.meet-team-item .block {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.meet-team-item .block a:first-child {
	color: #4F4D88;
	font-size: 24px;
	font-weight: 500;
	line-height: 26px;
	display: block;
}

.meet-team-item .block span {
	color: #4F4D88;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
}

.meet-team-item .block .link {
	font-size: 16px;
	color: #4F4D88;
	font-weight: 400;
	line-height: 25px;
}

.attachment-leadership_team_executives.size-leadership_team_executives.wp-post-image {
	height: 120px;
	object-fit: cover;
	width: 120px;
	object-position: top center;
	border-radius: 50%;
	background-color: #fff;
}

.meet-team-item:last-child {
	border-bottom: unset;
	padding-bottom: 0;
}

.type-post-content {
	border-bottom: none;
}

.not-attending {
	color: #4F4D88;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
}

.not-attending a {
	color: #4F4D88;
	text-decoration: underline;
	font-size: 24px;
}

.events-team-section .h3 {
	margin-top: 30px;
	text-align: center;
}

.events-team-section .meet-team {
	display: flex;
	max-width: 100%;
	padding: 0;
	overflow-x: auto;
}

.events-team-section .meet-team-item {
	display: flex;
	flex-direction: column;
	grid-column-gap: 15px;
	padding: 15px 5px;
	border-bottom: 1px solid #D8D8D8;
	min-width: 20%;
	text-align: center;
	align-items: center;
}

.events-team-section .meet-team-item .block a:first-child {
	font-size: 20px;
}

.events-team-section .meet-team-item .block{
	align-items: center;
}

.events-team-section .attachment-leadership_team_executives.size-leadership_team_executives.wp-post-image {
	margin-bottom: 10px;
}

.top-event.attending-top .col-md-6 {
	padding-bottom: 60px;
}

.events-team-section {
	background: #F1F1F1;
	padding: 1px 0;
}

.form-section h2 {
	text-align: center;
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	#subheader .container {
		padding: 0;
	}

	#subheader {
		padding-bottom: 0.5em;
	}

	.top-event {
		min-height: 500px;
	}

	.top-event .col-md-6 {
		padding-bottom: 60px;
	}

	.meet-team {
		margin-top: 50px;
	}
}

@media (max-width: 768px){
	.breadcrumbs {
		margin-bottom: 30px;
	}

	.top-event {
		flex-direction: column-reverse;
		padding-bottom: 0;
	}

	.top-event > img {
		position: static;
		right: 0;
		top: 0;
		width: 100%;
	}

	.breadcrumbs a,
	.breadcrumbs span {
		font-size: 14px;
	}

	.top-event .categories,
	.top-event .categories a {
		font-size: 18px;
		line-height: 1.5;
	}

	.top-event iframe {
		margin-bottom: 30px;
	}

	.content-event .content-text {
		font-size: 20px;
		line-height: 1.5;
	}

	.form-section {
		padding: 50px 0;
	}

	.all-terms {
		margin: 50px 0;
	}

	.all-terms .h1, .related-media .h1 {
		font-size: 36px;
	}

	.events-team-section .meet-team-item {
		min-width: 33%;
	}
}

@media (max-width: 480px){
	.events-team-section .meet-team-item {
		min-width: 50%;
	}
}