.block-1-hero-full-screen{
	color: var(--block-font-color);
	background-color: var(--block-bg-color);
	position: relative;
}

.block-1-hero-full-screen > *{
	z-index: 2;
}

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

.block-1-hero-full-screen a{
	color: var(--block-link-color);
}

.block-1-hero-full-screen a:hover{
	color: var(--block-link-hover);
}

.block-1-hero-full-screen a:before{
	background-color: var(--block-link-color);
}

.block-1-hero-full-screen .textLinkStyle1, .block-1-hero-full-screen .textLinkStyle2 {
 	color: var(--linkColor);
	position: relative;
}

.block-1-hero-full-screen .textLinkStyle1:hover, .block-1-hero-full-screen .textLinkStyle2:hover {
 	color: var(--linkColorHover);
}

.block-1-hero-full-screen .textLinkStyle1:after, .block-1-hero-full-screen .textLinkStyle2:after {
 	color: var(--linkColor);
}

.block-1-hero-full-screen .textLinkStyle1:hover:after, .block-1-hero-full-screen .textLinkStyle2:hover:after {
 	color: var(--linkColorHover);
}

.block-1-hero-full-screen .textLinkStyle2:before {
 	background-color: var(--linkColor);
}

.block-1-hero-full-screen .textLinkStyle2:hover:before {
 	background-color: var(--linkColorHover);
}

.block-1-hero-full-screen h1{
	color: var(--block-h1);
}

.block-1-hero-full-screen h2{
	color: var(--block-h2);
}

.block-1-hero-full-screen h3{
	color: var(--block-h3);
}

.block-1-hero-full-screen h4{
	color: var(--block-h4);
}	

.block-1-hero-full-screen .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-1-hero-full-screen .videoWrap video{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}	

@media(min-width: 992px){
	.block-1-hero-full-screen .videoWrap.noVidMobile{
		background-image: none!important;
	}
	.block-1-hero-full-screen{
		background-image: var(--backGroundImg);
	}
	.block-1-hero-full-screen .mobileImageWrap{
		display: none;
	}
}

@media(max-width: 991px){
	.block-1-hero-full-screen.noBackImg{
		background-image: none !important;
	}
	.block-1-hero-full-screen:not(.noBackImg){
		background-image: var(--backGroundImg);
	}
	.block-1-hero-full-screen .videoWrap.noVidMobile{
		background-size: cover;
	}
	.block-1-hero-full-screen .videoWrap.noVidMobile video {
		display: none;
	}
	.block-1-hero-full-screen.hasMobileDiffImage{
		background-image: none!important;
		padding-top: 0!important;
	}	
	.block-1-hero-full-screen.hasMobileDiffImage .flexRow{
		-webkit-box-pack: center!important;
		    -ms-flex-pack: center!important;
		        justify-content: center!important;
	}	
	.block-1-hero-full-screen.hasMobileDiffImage .textWrap{
		background-color: transparent!important;
		border: none!important;
	}	
	.block-1-hero-full-screen.mobileTextCenter .textWrap{
		text-align: center!important;
	}	
	.block-1-hero-full-screen.mobileTextCenter .textWrap .multipleCtaWrap{
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}	
	.block-1-hero-full-screen.hasMobileDiffImage .mobileImageWrap{
		background-image: var(--mobile-bg-image);
		background-position: var(--mobile-bg-image-position);
		min-height: var(--mobile-bg-image-height);
		background-size: cover;
		width: 100%;
		position: relative;
	}	
	.block-1-hero-full-screen.hasMobileDiffImage > .overlayWrap{
		display: none;
	}	
	.block-1-hero-full-screen.showVideoMobileRelative{
		background-image: none!important;
		padding-top: 0!important;
	}	
	.block-1-hero-full-screen.showVideoMobileRelative .textWrap{
		background-color: transparent!important;
		border: none!important; 
		text-align: center!important;
	}	
	.block-1-hero-full-screen.showVideoMobileRelative .flexRow{
		-webkit-box-pack: center!important;
		    -ms-flex-pack: center!important;
		        justify-content: center!important;
	}	
	.block-1-hero-full-screen.showVideoMobileRelative .videoWrap,
	.block-1-hero-full-screen.showVideoMobileRelative .videoWrap video{
		position: relative;
	}	
}