
/* -------------------- HEADER -------------------- */
.home-nav-link img { width:210px; float:left; margin-top:10px; }

header #mainNav {
	text-align:left;
	position: relative;
}

body > section#banner.etest .inner::after {
	content: '';
	position: absolute;
	top: 0;
	right: -15%;
	width: 58%;
	height: 100%;
	display: block;
	background: url('/themes/mailnetworkers/images/banner-cluster.png') no-repeat left center / cover;
}

body > section#personalization .contents .visual .iphone-portrait .info-box .avatar {
	float: left;
	width: 40px;
	height: 40px;
	background-image: url('/themes/mailnetworkers/images/journeys-avatar.png');
	background-size: 40px;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 10px;
}

body > section#segmentation {
	padding: 32em 0 28em;
	height: 150px;
}

body > section#support .visual .ring {
	width: 500px;
	height: 500px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background-image: url(/themes/mailnetworkers/images/support-circles.svg);
	background-size: 400px;
	background-repeat: no-repeat;
	background-position: center;
}

section#pricing #tiers {
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	top: -140px;
	margin-bottom: -70px;
	position: relative;
	height: 50px;
}

.figure {
	font-size: 4em;
	line-height: 1em;
	margin: 0;
	padding: 0 0 0 15px;
	letter-spacing: -0.5px;
	font-weight:600;
}

.dollar {
	font-size: 1.3em;
	line-height: 1em;
	color: #111324;
	position: absolute;
	bottom: 50px;
	font-weight:600;
}

#signup-background {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-image: url('/themes/mailnetworkers/images/background.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#primary {
	margin-left:160px;
}

@media only screen and (max-width: 850px) {
	#primary {
		margin:auto;
	}

}
