/* Local Overrides */

/* Nav title */

@media only screen and (max-width: 734px) {
	#ac-localnav .custom_k12-title {
		padding-bottom: 15px;
	}
}

/* Headline title */

@media only screen and (min-width: 375px) {
	.custom_k12 {
		width: 102%;
		position: relative;
		right: 1%;
	}
}

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

/* how to buy modal*/
.section-k12-how-to-buy-module .section-copy {
	max-width: 560px;
}

@media only screen and (max-width: 1068px) {
	.section-k12-how-to-buy-module .section-copy {
		max-width: 530px;
	}
}

@media only screen and (max-width: 734px) {
	.section-k12-how-to-buy-module .section-copy {
		max-width: 95%;
	}
}

#k12-how-to-buy
	> section
	> div:nth-child(4)
	> div
	> div.column.column-buy.large-6.medium-5.small-12
	> div
	> p {
	padding-left: 21px;
	padding-right: 21px;
}

#k12-how-to-buy
	> section
	> div:nth-child(4)
	> div
	> div.column.column-explore.large-12
	> div
	> p {
	padding-left: 40px;
	padding-right: 40px;
}
