.brand .main {
	background-position: center 80px;
	background-repeat: no-repeat;
}

.brand h1 {
	color: inherit;
	font-size: 40px;
	text-align: left;
}

.brand .main a.button {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: white;
	margin: 1em 0;
	max-width: 350px;
	padding: 0;
	text-align: center;
}

.brand .main a.button .dots {
	position: absolute;
}

.brand .hero-image {
	float: right;
}

.brand .banner-image {
	padding-bottom: 30px;
	overflow: hidden;
	position: relative;
}

.brand .banner-image img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	z-index: 1;
}

.brand .banner-image .banner-bg {
	background: url(/assets/img/brand-banner-bg.png) center center no-repeat;
	height: 85px;
	left: 50%;
	margin-left: -274px;
	position: absolute;
	width: 548px;
}

.brand .banner-pushdown {
	margin-top: 40px;
}

@media (max-width: 460px) {
	.brand .banner-image .banner-bg {
		display: none;
	}
}

.brand .main > .container {
	margin-bottom: 40px;
}

.brand .main > .container .seperator hr {
	opacity: .2;
}

.brand .app-marketing p {
	float: left;
	line-height: 40px;
	margin: 0 20px 0 0;
}

.brand .mobile .app-icons {
	margin: 1em auto;
	width: 264px;
}

.brand .app-marketing.desktop {
	margin: 0 auto;
	width: 400px;
}

[data-modal="signup"] form fieldset.name p {
	margin: 0;
}

[data-modal="signup"] form fieldset.name input {
	display: inline-block;
	float: left;
	width: 48%;
}

[data-modal="signup"] form fieldset.name input[name="first_name"] {
	margin-right: 4%;
}

[data-modal] .seperator {
	margin: 1em 0 0;
}

@media (max-width: 768px) {
	.brand .main > .container {
		text-align: center;
	}
	.brand h1 {
		text-align: center;
	}
	.brand .hero-image {
		float: none;
		text-align: center;
	}
	.brand .hero-image img {
		max-width: 100%;
	}
	.brand .main a.button.desktop {
		display: none;
	}
	.brand .main a.button {
		display: block;
		margin: 1em auto 0;
		min-width: 240px;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100%;
	}
	.name .error,
	[name="gender"] + .error {
		top: 100%;
	}
}

