.block-3-text{
	color: var(--block-font-color);
	background: var(--block-bg-color);
	position: relative;
}

.block-3-text > *{
	z-index: 2;
	position: relative;
}

.block-3-text .overlayWrap{
	z-index: 1;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.block-3-text a{
	color: var(--block-link-color);
}

.block-3-text a:hover{
	color: var(--block-link-hover);
}

.block-3-text a:before{
	background-color: var(--block-link-color);
}

.block-3-text .textLinkStyle1, .block-3-text .textLinkStyle2 {
 	color: var(--linkColor);
	position: relative;
}

.block-3-text .textLinkStyle1:hover, .block-3-text .textLinkStyle2:hover {
 	color: var(--linkColorHover);
}

.block-3-text .textLinkStyle1:after, .block-3-text .textLinkStyle2:after {
 	color: var(--linkColor);
}

.block-3-text .textLinkStyle1:hover:after, .block-3-text .textLinkStyle2:hover:after {
 	color: var(--linkColorHover);
}

.block-3-text .textLinkStyle2:before {
 	background-color: var(--linkColor);
}

.block-3-text .textLinkStyle2:hover:before {
 	background-color: var(--linkColorHover);
}
.block-3-text h1{
	color: var(--block-h1);
}

.block-3-text h2{
	color: var(--block-h2);
}

.block-3-text h3{
	color: var(--block-h3);
}

.block-3-text h4{
	color: var(--block-h4);
}	

.block-3-text .videoWrap{
	position: absolute;
	top: calc( var(--videoTop) * -1 );
	top: 0;
	left: 0;
	width: 100%;
	height: calc( 100% + var(--videoTop) + var(--videoBottom) );
	height: 100%;
	overflow: hidden;
}	

.block-3-text .videoWrap video{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}	

.block-3-text .textWrap.dontWantBorder{
	background-color: transparent!important;
	padding: 0!important;
	border: none!important;
	box-shadow: none !important;
	border-radius: 0!important;
}	

@media(min-width: 992px){
	.block-3-text .videoWrap.noVidMobile{
		background-image: none!important;
	}
	.block-3-text .gimmeRightBorder{
		border-right: 1px solid var(--borderBetweenTexts);
	}
}

@media(max-width: 991px){
	.block-3-text.noBackImg{
		background-image: none !important;
	}
	.block-3-text .videoWrap.noVidMobile{
		background-size: cover;
	}
	.block-3-text .videoWrap.noVidMobile video {
		display: none;
	}
	.block-3-text.mobileTextCenter .textWrap{
		text-align: center!important;
	}	
	.block-3-text.mobileTextCenter .textWrap .multipleCtaWrap{
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}	
	.block-3-text.showVideoMobileRelative{
		background-image: none!important;
		padding-top: 0!important;
	}	
	.block-3-text.showVideoMobileRelative .textWrap{
		background-color: transparent!important;
		border: none!important; 
		text-align: center!important;
	}	
	.block-3-text.showVideoMobileRelative .flexRow{
		-webkit-box-pack: center!important;
		    -ms-flex-pack: center!important;
		        justify-content: center!important;
	}	
	.block-3-text.showVideoMobileRelative .videoWrap,
	.block-3-text.showVideoMobileRelative .videoWrap video{
		position: relative;
	}	
}

@media(max-width: 767px){
	.block-3-text .textWrap{
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}
}