/* Local Overrides */

@media only screen and (max-width: 430px) {
	#ac-localnav .ac-ln-title {
		font-size: 16px;
	}
}

@media only screen and (max-width: 400px) {
	br.custom_xs-show {
		display: block;
	}
}

@media only screen and (min-width: 401px) {
	br.custom_xs-show {
		display: none;
	}
}

/* Modal - How to buy */

@media only screen and (min-width: 1069px) {
	#k12-how-to-buy
		> section
		> div:nth-child(4)
		> div
		> div.column.column-explore
		> div {
		margin-left: 101px;
		margin-right: 127px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	#k12-how-to-buy
		> section
		> div:nth-child(4)
		> div
		> div.column.column-explore
		> div {
		margin-left: 110px;
		margin-right: 116px;
	}
	#k12-how-to-buy
		> section
		> div:nth-child(4)
		> div
		> div.column.column-contact {
		margin-left: 32px;
	}
}
