/*Local overrides*/

/*Local Nav*/
br.xsmall {
	display: none;
}
@media only screen and (max-width: 320px) {
	br.xsmall {
		display: block;
	}
}
