.download_signpost_content_wrapper {
	padding:60px 30px 75px 60px;
	background-color:var(--pr-500);
	min-height:343px;
}
.download_signpost_wrapper:not(.signpost_without_image) .download_signpost_content_wrapper{
	margin-top: -50%;
}
.download_signpost_content_wrapper.gradient-mono-linear:before,
.download_signpost_link a:before
{
	content:'';
	height:100%;
	width:100%;
	top:0;
	left:0;
	position:absolute;
	visibility:hidden;
    opacity: 0;
	background:transparent;
	transition:var(--base-transition);
}
.download_signpost_content_wrapper.gradient-mono-linear:before{
	background:var(--gradient-secondary-linear);
}
.download_signpost_content_wrapper.gradient-mono-linear:hover:before, .download_signpost_link a:before {
    opacity: 1;
    visibility: visible;
}
.download_signpost_wrapper .download_signpost_link a,
.download_signpost_wrapper .download_signpost_link
 {
	position:unset;
}
 .download_signpost_link a:before{
	z-index: 2;
}
.download_signpost_desc {
	margin-bottom:45px;
}
.two_col .download_signpost_desc {
	margin-bottom:83px;
}
@media all and (min-width:992px){
	.download_signpost_image {
		height:360px;
		left:-45px;
	}
	.two_col .download_signpost_image {
		height:480px;
		max-width:85%;
		left:0px;
	}
	.two_col .download_signpost_content_wrapper {
		padding-right:60px;
		max-width: 85%;
		margin-left: auto;
		min-height:420px;
	}
	.download_signpost_wrapper:not(.signpost_without_image ) .two_col .download_signpost_content_wrapper {
		margin-top: -55%;
	}
	.download_signpost_wrapper .download_signpost_item:nth-child(n+4),
	.download_signpost_wrapper .download_signpost_item.two_col:nth-child(n+3)
	{
		margin-top:60px;
	}
}
@media all and (max-width:991.98px){
	.download_signpost_image {
		height:260px;
		left:-16.66666667%;
		max-width: 240px;
	}
	.download_signpost_content_wrapper {
		min-height:270px;
		padding:60px 90px 30px 60px;
		max-width:270px;
	}
	.download_signpost_wrapper .download_signpost_item:nth-child(n+3),
	.download_signpost_wrapper.signpost_without_image .download_signpost_item:nth-child(n+2)
	{
		margin-top:30px;
	}
	.download_signpost_wrapper.signpost_without_image .download_signpost_item.two_col:nth-child(2) {
		margin-top:0px;
	}
	.signpost_without_image .download_signpost_content_wrapper {
		max-width:none;
	}
}
@media all and (max-width:767.98px){
	.download_signpost_content_wrapper {
		margin-top:0;
		max-width: none;
		min-height: 210px;
		padding:30px;
	}
	.download_signpost_image {
		left:-8.33333333%;
		max-width:none;
		height:250px;
	}
	.download_signpost_wrapper .download_signpost_item:nth-child(n+2),
	.download_signpost_wrapper.signpost_without_image .download_signpost_item.two_col:nth-child(2)
	{
		margin-top:30px;
	}
	.download_signpost_wrapper:not(.signpost_without_image) .download_signpost_content_wrapper {
		margin-top: -105px;
	}
	.download_signpost_desc {
		font-size:2.6rem;
		line-height:3.2rem;
        margin-bottom:30px;
	}
}