/* Local overrides */
br.customized-small {
	display: none;
}
@media only screen and (max-width: 735px) and (min-width: 400px) {
	br.customized-small {
		display: block;
	}
}
br.customized-xs {
	display: none;
}
@media only screen and (max-width: 399px) {
	br.customized-xs {
		display: block;
	}
}

/* nav */
@media only screen and (max-width: 735px) {
	#ac-localnav {
		height: 75px !important;
	}
}

/* Hero copy */
@media only screen and (min-width: 736px) and (max-width: 1068px) {
	.typography-tout {
		padding-bottom: 100px !important;
	}
}

/* breadcrumb */
@media only screen and (max-width: 338px) {
	#ac-globalfooter
		.ac-gf-breadcrumbs
		.ac-gf-breadcrumbs-list
		.ac-gf-breadcrumbs-item {
		white-space: normal;
	}
	#ac-globalfooter
		.ac-gf-breadcrumbs
		.ac-gf-breadcrumbs-list
		.ac-gf-breadcrumbs-item
		span {
		max-width: 150px;
	}
}
