@charset "utf-8";
/* CSS Document */

.backgroundCenterCover {
    background-color: #ccc;
    background-position: center;
    background-size: cover;
}

.astoundCampaignTop{
	background-color:#000;
	color:#fff;
	min-height:auto;

}
.astoundCampaignTop h1{
	margin-bottom:18px;

}
.astoundCampaignTopImage{
	min-height:40vh;
}


@media (min-width: 576px) {
	.astoundCampaignTop{
		min-height:auto;
	}
	.astoundCampaignTopImage{
		min-height:40vh;
	}
}
 
@media (min-width: 768px) {
	.astoundCampaignTop{
		min-height:auto;
	}
	.astoundCampaignTopImage{
		min-height:40vh;
	}

}
 
@media (min-width: 992px) {
	.astoundCampaignTop{
		min-height:70vh;
	}
	.astoundCampaignTopImage{
		min-height:70vh;
	}


}
 
@media (min-width: 1200px) {
	.astoundCampaignTop{
		min-height:70vh;
	}
	.astoundCampaignTopImage{
		min-height:70vh;
	}


}


.astoundCampaignTicker{
	background-color:#000;
	color:#fff;
}


.astoundCampaignHeroBlockleft{
	min-height:40vh;
	color:#fff;
	position:relative;
}
.astoundCampaignHeroBlockright{
	min-height:40vh;
	color:#fff;
	position:relative;
}
.astoundCampaignHeroBackgroundImage{
	background-size:cover;
	background-position:center;
	z-index:-1; 
}
.astoundCampaignHeroBackgroundGradientleft{
	position:absolute; 
	width:100%; 
	height:100%; 
}
.astoundCampaignHeroBackgroundGradientright{
	position:absolute; 
	width:100%; 
	height:100%; 
}
.astoundCampaignHeroBackgroundGradientboth{
	position:absolute; 
	width:100%; 
	height:100%; 
}


.astoundCampaignHeroBlockleft{
	width:80%;
	padding-top:300px;
	text-wrap: balance;
	
}
.astoundCampaignHeroBlockright{
	width:100%;
	margin-left:0%;
	padding-right:40px;
	padding-top:300px;
	text-wrap: balance;
}
.astoundCampaignHeroBackgroundGradientleft{ 
	background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.65) 50%, rgba(0,0,0,0) 100%);
}
.astoundCampaignHeroBackgroundGradientright{ 
	background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.65) 50%, rgba(0,0,0,0) 100%);
}
.astoundCampaignHeroBackgroundGradientboth{ 
	background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.65) 50%, rgba(0,0,0,0.75) 100%);
}

@media (min-width: 576px) {
	.astoundCampaignHeroBlockleft{
		width:50%;
		padding-top:0px;
	}
	.astoundCampaignHeroBlockright{
		width:50%;
		margin-left:50%;
		padding-right:40px;
		padding-top:0px;
	}
	.astoundCampaignHeroBackgroundGradientleft{ 
		background: linear-gradient(90deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.65) 50%, rgba(0,0,0,0) 100%);
	}
	.astoundCampaignHeroBackgroundGradientright{ 
		background: linear-gradient(270deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.65) 50%, rgba(0,0,0,0) 100%);
	}
	.astoundCampaignHeroBackgroundGradientboth{ 
		background: linear-gradient(90deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.65) 50%, rgba(0,0,0,0.75) 100%);
	}
}
 
@media (min-width: 768px) {
	.astoundCampaignHeroBlockleft{
		width:50%;
		padding-top:0px;
	}
	.astoundCampaignHeroBlockright{
		width:50%;
		margin-left:50%;
		padding-right:40px;
		padding-top:0px;
	}
	.astoundCampaignHeroBackgroundGradientleft{ 
		background: linear-gradient(90deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.65) 50%, rgba(0,0,0,0) 100%);
	}
	.astoundCampaignHeroBackgroundGradientright{ 
		background: linear-gradient(270deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.65) 50%, rgba(0,0,0,0) 100%);
	}
	.astoundCampaignHeroBackgroundGradientboth{ 
		background: linear-gradient(90deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.65) 50%, rgba(0,0,0,0.75) 100%);
	}

}
 
@media (min-width: 992px) {
	.astoundCampaignHeroBlockleft{
		width:40%;
	}
	.astoundCampaignHeroBlockright{
		width:40%;
		margin-left:60%;
		padding-right:40px;
	}


}
 
@media (min-width: 1200px) {
	.astoundCampaignHeroBlockleft{
		width:40%;
	}
	.astoundCampaignHeroBlockright{
		width:40%;
		margin-left:60%;
		padding-right:40px;
	}


}