.section--hero .tertiary--btn--container .btn--simple {
	padding: 8px 0 !important;
	position: relative;
	display: inline-block;
}
.section--hero .tertiary--btn--container .btn--simple:after {
	content: '';
	position: absolute;
	height: 1px;
	left: 0;
	bottom: 0;
	right: 0;
	margin-left: 0 !important;
	background: ;
	transform: translateY(0) !important;
}
{% call mediaLoop() %}
  .all--color--white .tertiary--btn--container .btn--simple:after {
		background: ;
	}
{% endcall %}

.hero__meeting-embed {
  min-height: 700px;
  width: 100%;
}
.hero__media {
  width: 100%;
}

.hero__image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.hero__content {
  min-height: 420px;
}

.hero__richtext {
  min-height: 140px;
}

.hero__meeting-embed {
  min-height: 700px;
  width: 100%;
}

.hero-copy h5 {
  line-height: 1.5 !important;
}
