p.marketingText {
	max-width: 900px;
	display: block;
	position: relative;
	margin: 40px auto;
	line-height: 1.5em;
}

img.unlimitedLogo {
	max-width: 300px;
}

@media screen and (min-width: 570px) {
	div.indexNav {
		height: 40px;
	}
}

div.indexNav div.navItem {
	height: 40px;
}

div.indexNav div.navItem p {
	line-height: 40px;
}

div.subBanner {
	width: 100%;
	left: 0;
	top: 0;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

div.contrastStrip {
	width: 100%;
	left: 0;
	background: #fff linear-gradient(-30deg, rgba(102, 0, 102, 1), rgba(0, 197, 218, 1));
	border-radius: 20px;
	margin: 0 auto 80px auto;
	padding: 20px;
}

div.contrastStrip h2 {
	color: #fff;
	text-align: center;
	margin: 30px auto;
}

div.contrastStrip a {
	color: #fff;
}

div.tierDisplay {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

div.tier {
	color: #fff;
	padding: 0 10px;
	flex-grow: 1;
	flex: 1 1 0px;
	display: flex;
	flex-direction: column;
}

div.tier:first-of-type {
	padding-left: 0;
}

div.tier:last-of-type {
	border-right: 0;
	padding-right: 0;
}

div.tier p.tierTitle {
	font-weight: 300;
	color: #fff;
	border-radius: 5px;
	padding: 5px;
	background: rgba(40, 00, 40, 0.5);
	margin-bottom: 5px;
}

div.tier h3.price {
	color: #fff;
	text-align: center;
}

div.tier * {
	text-align: center;
}

div.tier p {
	font-size: 16px;
}

div.tier p.userCount {
	color: #fff;
	font-size: 0.8em;
	font-weight: 500;
	margin-bottom: 10px;
}

div.tier p.overLimit {
	font-weight: 400;
	color: #fff;
	font-size: 0.7em;
	margin: 10px 0;
	line-height: 1em;
}

div.tier p.overLimit:last-of-type {
	margin-bottom: 0;
}

span.finePrint {
	font-size: 0.8em;
}

div.contrastStrip a {
	color: #660066;
}

@media screen and (max-width: 1024px) {
	div.tierDisplay {
		flex-wrap: wrap;
		width: 100%;
	}
	div.tier {
		width: 50%;
		display: block;
		flex-grow: 0;
		margin: 0 0 30px 0;
		float: left;
		min-width: 50%;
		border-right: 0;
		border: 0;
	}
	div.tier.individual {
		min-width: 100%;
	}
	div.tier1,
	div.tier2 {
		padding-bottom: 10px;
	}
	button.subscribeNow {
		font-size: 0.8em;
	}
}

@media screen and (max-width: 570px) {
	div.tier {
		min-width: 100%;
		border-right: 0;
		padding-bottom: 10px;
	}

	div.tier:not(.individual):nth-child(odd) {
		border-right: 0;
	}

	div.tier:last-of-type {
		border-bottom: 0;
	}
}