.dacast-video-container {
	background-color: #BEE4E6;
	padding-top: 110px;
	padding-left: 82px;
	padding-right: 82px;
	display: flex;
	flex-direction: column;
	row-gap: 30px
}

	.dacast-video-container .dacast-video-intro {
		display: flex;
		flex-direction: column;
		row-gap: 10px;
		margin-left: auto;
		margin-right: auto;
		width: 80%;
		text-align: center;
	}

	.dacast-video-container h2 {
		text-align: center;
		font-family: "Public Sans", Sans-serif;
		font-size: 32px;
		font-weight: 700;
		line-height: normal;
		color: #24484A;
	}

	.dacast-video-container .dacast-video-description p:last-child {
		margin-bottom: 0;
	}

	.dacast-video-container iframe {
		height: auto;
		aspect-ratio: 16 / 9;
		border: 0;
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	}

@media (max-width: 880px) {
	.dacast-video-container h2 {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.dacast-video-container {
		padding-top: 60px;
		padding-left: 20px;
		padding-right: 20px;
	}

		.dacast-video-container .dacast-video-intro,
		.dacast-video-container iframe {
			width: 100%;
		}
}


.home-banner-cta {
	text-align: left;
	position: absolute;
	bottom: 0;
	z-index: 10;
	font-family: "Open Sans", Sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #24484A;
	border-radius: 10px 10px 10px 10px;
	padding: 15px 35px 15px 25px;
	margin-left: 5%;
	align-self: self-end;
	margin-bottom: 6%;
	background-color: #24484A;
}

@media screen and (max-width: 1280px) and (min-width: 768px) {

	.home-banner-cta {
		text-align: left;
		position: absolute;
		bottom: 0;
		z-index: 10;
		font-family: "Open Sans", Sans-serif;
		font-size: 16px;
		font-weight: 700;
		color: #FFFFFF;
		border-style: solid;
		border-width: 2px 2px 2px 2px;
		border-color: #24484A;
		border-radius: 10px 10px 10px 10px;
		padding: 15px 35px 15px 25px;
		margin-left: 5%;
		align-self: self-end;
		margin-bottom: 8%;
		background-color: #24484A;
	}
}

@media screen and (max-width: 767px) {

	.home-banner-cta {
		text-align: left;
		position: absolute;
		bottom: 0;
		z-index: 10;
		font-family: "Open Sans", Sans-serif;
		font-size: 16px;
		font-weight: 700;
		color: #FFFFFF;
		border-style: solid;
		border-width: 2px 2px 2px 2px;
		border-color: #24484A;
		border-radius: 10px 10px 10px 10px;
		padding: 15px 35px 15px 25px;
		margin-left: 5%;
		align-self: self-end;
		margin-bottom: 12%;
		background-color: #24484A;
	}
}

.umb-block-list {
	background-color: #fff;
	width: 100%
}

.menu-cta {
	text-align: left;
	font-family: "Open Sans", Sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #24484A;
	border-radius: 10px 10px 10px 10px;
	padding: 15px 25px 15px 25px;
	background-color: #24484A;
	white-space: nowrap;
}
