.dw-container {
	width: 100%;
	max-width: 1170px;
	margin: 0px auto;
	clear: both;
}
@media (min-width:992px) {
	#dw-hubTitleWithBanner {
		margin: 20px auto 40px;
		line-height: 48px;
		text-align: center;
		width:1170px;
	}
	#dw-hubBanner {
		position: relative;
		height: auto;
		padding: 150px 0px !important;
		background-size: cover;
		background-repeat: no-repeat;
	}
	#dw-hubPageBannerOverlay {
		position: relative;
		width: 100%;
		padding: 30px 25px;
		background-color: rgba(255, 255, 255, 0.7);
	}
	#dw-hubBannerDownloadTitleContainer {
		padding-right: 280px;
	}
	#dw-hubBannerDownloadTitleContainer h2 {
		margin: 0px;
		padding: 0px;
		font-size: 30px !important;
		line-height: 46px !important;
	}
	#dw-hubBannerDownloadButtonContainer button {
		position: absolute;
		top: 50%;
		right: 55px;
		width: 220px;
		height: 80px;
		margin: -40px 0px 0px 0px !important;
		font-size: 20px;
	}
}
@media (min-width:768px) and (max-width:991px) {
	#dw-hubTitleWithBanner {
		margin: 20px 0px 40px 0px;
		font-size: 32px !important;
		line-height: 40px !important;
		text-align: center;
	}
	#dw-hubBanner {
		position: relative;
		height: auto;
		padding: 100px 0px !important;
		background-size: cover;
		background-repeat: no-repeat;
	}
	#dw-hubPageBannerOverlay {
		position: relative;
		width: 100%;
		padding: 20px 15px;
		background-color: rgba(255, 255, 255, 0.7);
	}
	#dw-hubBannerDownloadTitleContainer {
		padding-right: 230px;
	}
	#dw-hubBannerDownloadTitleContainer h2 {
		margin: 0px;
		padding: 0px;
		font-size: 30px !important;
		line-height: 46px !important;
	}
	#dw-hubBannerDownloadButtonContainer button {
		position: absolute;
		top: 50%;
		right: 15px;
		width: 200px;
		height: 60px;
		margin: -30px 0px 0px 0px !important;
		font-size: 17px;
	}
}
@media (max-width:767px) {
	#dw-hubTitleWithBanner {
		margin: 20px 0px 40px 0px;
		font-size: 32px !important;
		line-height: 40px !important;
		text-align: center;
	}
	#dw-hubBanner {
		position: relative;
		height: auto;
		padding: 100px 0px !important;
		background-size: cover;
		background-repeat: no-repeat;
	}
	#dw-hubPageBannerOverlay {
		width: 100%;
		padding: 20px 15px;
		background-color: rgba(255, 255, 255, 0.7);
	}
	#dw-hubPageBannerOverlay>div {
		width: 100%;
	}
	#dw-hubBannerDownloadTitleContainer h2 {
		margin: 0px;
		padding: 0px;
		font-size: 24px !important;
		line-height: 34px !important;
		text-align: center;
		margin-bottom: 15px;
	}
	#dw-hubBannerDownloadButtonContainer {
		text-align: center;
	}
	#dw-hubBannerDownloadButtonContainer button {
		width: 180px;
		height: 50px;
		margin: 0px 0px 0px 0px !important;
		font-size: 15px;
	}
}