.main {
	margin-bottom: -200px;
}

.suffix-app-marketing + footer {
	margin-top: 0;
}

.suffix-app-marketing a span.linkbar {
	text-decoration: none;
	color: #ffffff;
	height: 25px;
	vertical-align: middle;
	line-height: 25px;
}

.suffix-push {
	display: none;
}

.suffix-app-marketing,
.suffix-push {
	height: 100px;
}

.footer-push {
	height: 160px !important;
}

.suffix-app-marketing {
	background: #1e6087;
	color: white;
	font-size: 18px;
	margin-top: 40px;
	line-height: 100px;
	overflow: hidden;
	text-align: right;
}

.suffix-app-marketing .app-icons {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
	white-space: nowrap;
}

.suffix-app-marketing a {
	display: inline-block;
	height: 40px;
	margin: 0 20px 0 0;
	text-decoration: none;
	vertical-align: middle;
	width: 124px;
}

.suffix-app-marketing p {
	display: inline;
	clear: both;
	float: left;
	line-height: 20px;
	text-align: left;
	margin: 42px 0 0;
	width: 235px;
}

.suffix-app-marketing p.desktop, .suffix-app-marketing p.desktop a {
	width:100%;
	text-align:center;
	height:25px;
}
.suffix-app-marketing .triangle {
	background-image: url('/shared/assets/img/arrows/large-grey-right.min.svgz');
	background-position: 0% 100%;
	background-repeat: no-repeat;
	display: inline-block;
	height: 25px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform .25s, opacity .25s;
	transition: transform .25s, opacity .25s;
	width: 25px;
	-webkit-filter: brightness(3);
 	filter: brightness(3);
 	margin-left: 25px;
 	vertical-align: bottom;
}

.no-svg .suffix-app-marketing .triangle {
	background-image: url('/shared/assets/img/arrows/large-grey-right.png');
}

@media (max-width: 768px) {
	.main {
		margin-bottom: -420px;
	}

	.suffix-app-marketing,
	.suffix-push {
		margin-top:220px; 
		height:62px;
	}
	.has-app-marketing .main {
		margin-bottom: -435px;
	}
	.suffix-app-marketing a.desktop {
		display: none;
	}
	.suffix-app-marketing {
		text-align: center;
	}

	.suffix-app-marketing p,
	.suffix-app-marketing .country {
		display: block;
		float: none;
		line-height: 1em;
		margin: 0 auto;
		padding: 1em 0 0 0;
		text-align: center;
		width: 268px;
	}
	.suffix-app-marketing .country hr {
		width: 268px;
	}
}

