/* One content flow, using the site's existing mobile breakpoint. */
.horse-sales {
	width: 100%;
	max-width: 677px;
	margin: auto;
}

.horse-sales-intro {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
}

.horse-sales h1.horse-sales-title {
	margin-top: 0;
	text-align: left;
	line-height: normal;
}

.horse-sales-images {
	padding-top: 12px;
	font-size: 10px;
	line-height: normal;
}

.horse-sales-preview {
	margin-bottom: 15px;
}

.horse-sales-breeder {
	padding-bottom: 10px;
	border-bottom: 1px solid #888;
}

.horse-sales-award {
	margin-bottom: 0;
}

.horse-sales-award strong {
	color: #1e3760;
}

.horse-sales-fine-print {
	font-size: 9.5px;
	margin: 5px 0 15px;
	padding-bottom: 5px;
	line-height: normal;
}

.horse-sales-incentive {
	border: 0;
	text-align: center;
}

.horse-sales-incentive .incentive-content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	text-align: center;
}

.horse-sales-contact {
	margin: 14px 0;
}

.horse-sales-contact p {
	display: inline;
	margin: 0;
}

.horse-sales-call::before {
	content: "";
	display: block;
}

@media only screen and (max-width: 639px) {
	.horse-sales {
		background: white;
	}

	.horse-sales-intro {
		margin: 0 auto 15px;
		background: var(--lightcream);
	}

	.horse-sales-brand {
		padding: 10px 0;
		margin: 0;
		letter-spacing: 2px;
		color: var(--navyblue);
		font-size: 1.3em;
	}

	.horse-sales h1.horse-sales-title {
		padding: 10px 0;
		margin: 0;
		letter-spacing: 2px;
		color: var(--navyblue);
		font-size: 30px;
		line-height: inherit;
		text-align: center;
		text-transform: uppercase;
	}

	.horse-sales-images {
		width: 90%;
		margin: 40px auto 0;
		padding: 0;
		font-size: inherit;
		line-height: inherit;
	}

	.horse-sales-breeder,
	.horse-sales-award {
		padding-right: 20px;
		padding-left: 20px;
	}

	.horse-sales-fine-print {
		margin: 9.5px 0;
		padding: 10px 20px;
		line-height: inherit;
	}

	.horse-sales-contact {
		width: 90%;
		margin: 40px auto 20px;
		padding-bottom: 18px;
		background-image: linear-gradient(to bottom, var(--navyblue), var(--mediumblue));
		color: var(--lightcream);
	}

	.horse-sales-contact p {
		display: block;
		padding: 12px 15px 0;
	}

	.horse-sales-call::before {
		content: " ";
		display: inline;
	}

	.horse-sales-call .mobile-only {
		display: inline;
	}

	.horse-sales-contact a {
		display: block;
		margin: 15px auto 5px;
		color: inherit;
		font-size: 21px;
		letter-spacing: 2px;
	}

	.horse-sales-contact a:last-child {
		margin: 5px auto 0;
	}

	.horse-sales-or {
		display: none;
	}

	.horse-sales-groups {
		margin: 0 auto 15px;
		padding: 22px 0 10px;
		background: white;
		letter-spacing: 2px;
		color: var(--navyblue);
		font-size: 1.8em;
	}
}
