header {
  background-image: linear-gradient(var(--blue2), var(--blue1), var(--blue1));
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5rem !important;
}

#connection {
	display: flex;
	justify-content: center;
	padding-bottom: 0;
	min-height: 35vh;
}

#connection .textwrapper,
#connection .imagewrapper {
	width: 100%;
	max-width: 600px;
}

#connection .textwrapper {
	margin: auto 0;
	padding-left: 1.5rem;
}

#connection .imagewrapper {
	display: flex;
}

#connection .imagewrapper img {
	width: 100%;
	margin: auto;
}

#connection .title {
	text-transform: uppercase;
	font-size: 2rem;
	font-family: var(--mlight);
}

#connection .time {
	font-size: 1.5rem;
}

#connection .subtitle {
	font-family: var(--head);
	font-weight: 500;
	text-transform: uppercase;
}

#connection .bracket {
	font-family: var(--head);
	color: var(--green4);
	font-size: 2rem;
	margin-left: 0.5rem;
}

header .textwrapper .title {
  font-size: 2rem;
  margin: 1.5rem auto;
  margin-top: 0;
}

#webinar .bracket {
  font-family: var(--head);
  color: var(--blue4);
  font-size: 1.5rem;
  margin-left: 0.5rem;
}

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

.card {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 1.5rem !important;
  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 .details {
  text-align: center;
  margin-top: 1rem;
}

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

.card .date {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 500;
  width: auto;
  margin-top: 1rem;
}

.card .date p {
  margin: auto;
}

.card a {
  width: 100%;
}

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

.card.upcoming {
  opacity: 60%;
}

.card.upcoming .details {
  color: var(--gray2) !important;
}

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

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

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

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

section.first .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: min-content;
  text-align: center;
}

section.first article {
  box-shadow: var(--shadow-hover);
  border: none;
  margin: 0;
  margin-left: 5rem;
}

section.first article .textwrapper .content {
  padding-bottom: 0;
}

section.first article label {
  margin-bottom: 2rem;
}

#eventButton {
  margin-top: 2rem;
}

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

@media screen and (max-width: 850px), screen and (max-device-width: 850px) {
  section.first.lander .container {
    flex-direction: column;
  }
  section.feature .wrapper {
    margin-top: 2.5rem;
  }

  section.feature article {
    margin-left: auto;
  }
  section.first article label {
    margin-bottom: 1rem;
  }

  .card {
    flex-direction: column;
    width: 100%;
    padding: 0rem !important;
  }

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

  .card .details p {
    margin: auto;
  }

  #connection .imagewrapper {
		width: 100%;
		margin: auto;
	}

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

@media screen and (max-width: 850px), screen and (max-device-width: 850px) {
  #connection .imagewrapper {
		display: none;
	}
}

@media screen and (max-width: 550px), screen and (max-device-width: 550px) {
#connection .title {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: var(--mlight);
}

header .lander {
  min-height: 10rem;
}

header {
  padding-top: 0rem;
}
}