.l-p-highlight {
	color: #ff5748;
	position: absolute;
}

/* how-to-buy modal: title white, body grey (match HEdu) */
#modal-how-to-buy .callouts .callout .subsection-copy-block {
	color: var(--sk-glyph-gray-secondary);
}
#modal-how-to-buy .callouts .callout .subsection-copy-block .subhead {
	color: var(--sk-glyph-gray);
	font-weight: 600;
}

#modal-how-to-buy a.email {
	text-decoration: none;
}
#modal-how-to-buy a.email:hover {
	text-decoration: underline;
}
