.hero-item-a .subtitle
{
	line-height: 1.4;
}

.no-padding
{
	padding-top: 0 !important;
}

.padding-20
{
	padding-top: 20px;
	padding-bottom: 20px;
}

.navBarBackground
{
	padding-top: calc(-8px + var(--margin-y));
	padding-bottom: calc(-8px + var(--margin-y));
	
	margin: 0;
	
	/* background-color: rgba(0,0,0,0.25) */
}


.hero-a .title-desc .WelcomeVideo p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  line-height: 1.7; }
  @media screen and (min-width: 768px) {
	.hero-a .title-desc .WelcomeVideo p {
	  font-size: 1.125rem;
	  line-height: 1.8; } }
  @media screen and (min-width: 992px) {
	.hero-a .title-desc .WelcomeVideo p {
	  font-size: 1.25rem;
	  line-height: 1.8; } }


.TitleGap
{
	margin-bottom: 180px;
}


.EventTitle
{
	margin-bottom: 0.4rem !important;
}


.EventSubTitle
{
	font-size: 2rem;
	margin-bottom: 0.6rem !important;
	color: rgba(255,255,255,0.5);
}

 @media screen and (max-width: 768px){
.EventSubTitle
{
	font-size: 22px;
}
}

.EventDate
{
	margin-bottom: 0.9rem !important;
	color: rgba(255,255,255,0.5);
}

.VideoEventDate
{
	font-size: 1.5rem;
	margin-bottom: 0.7rem !important;
	color: rgba(255,255,255,0.5);
}

.EventLocation
{
	color: rgba(255,255,255,0.3);
}

.EventsGap
{
	margin-bottom: 5rem;
}

.display-3
{
	line-height: 1.4;
}



.EmailResponse
{
	display: none !important;
}

.ThankYouText
{
	font-size: 1.5rem;
	color: rgba(255,255,255,0.5);
	text-align: center:
}

.btn
{
	padding: .75rem 2.2rem;
}



.videoWrapper
{
	position: relative;
	margin: 20px 0 20px 0;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.imageWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.EventImage
{
	max-width: 100%;
	max-height: 100%;
}