header {
	background-image: linear-gradient(
			rgba(56, 56, 56, 0.5),
			rgba(56, 56, 56, 0.5)
		),
		url(https://assets-cdn.carwars.com/websites/callbox/landers/health-marketing-webinar-header.jpg) !important;
	background-size: cover !important;
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
header > .textwrapper > label {
	font-family: var(--head);
	text-transform: uppercase;
	font-size: 1.5rem;
	color: var(--green4);
}

header.lander .title {
	font-family: var(--mlight);
	font-size: 4rem;
	text-transform: uppercase;
	line-height: 1;
}

section.first .container.wide {
	display: flex;
	flex-direction: column;
}

.card {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	height: fit-content;
	overflow: hidden;
	max-width: 500px;
  }

.card .thumbnail img {
	width: 25%;
	transition: var(--ease);
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 350px;
  } 

.card.aired .thumbnail img:hover {
	opacity: 0.8;
}

.card .zmdi {
	margin-right: 0.5rem;
}

.card .date {
	display: flex;
	flex-direction: row;
	justify-content: center;
	font-size: 1.25rem;
	font-weight: 500;
	width: auto;
	margin: 1rem 0 0 0;
}

.card .title .subhead {
	font-size: 1.25rem;
	line-height: 1.25em;
}

.card a {
	width: 100%;
}

.card .details {
	text-align: center;
	margin-top: 1rem;
  }

.card button {
	box-shadow: none !important;
	margin-top: 1rem;
}

.card.upcoming {
	opacity: 60%;
}

.card.upcoming .date {
	color: var(--gray2);
}

.card.aired .zmdi {
	color: var(--green2);
}

.card.aired .date {
	color: var(--d-gray);
}

section.feature {
	display: flex;
	flex-direction: column;
}

#eventButton {
	margin-top: 2rem;
}

#eventButton a {
	z-index: 40 !important;
}

@media screen and (min-width: 2000px), screen and (min-device-width: 2000px) {
	header.lander {
		background-position-y: 20%;
	}
}

@media screen and (max-width: 850px), screen and (max-device-width: 850px) {
	header.lander {
		background-position-x: left;
	}

	header.lander .textwrapper {
		max-width: 600px;
	}

	header.lander .title {
		font-size: 2.5rem;
	}

	header.lander .subtitle {
		font-size: 1.5rem;
	}
}
