/* Local Fixes */
@media only screen and (min-width: 768px) and (max-width: 820px) {
	#ac-localnav .ac-ln-menu-item {
		margin-left: 20px;
	}
	#ac-localnav .ac-ln-action {
		margin-left: 20px;
	}
}
@media only screen and (max-width: 735px) {
	.section-comps-and-performances .typography-overview-section-headline {
		font-size: 36px;
	}
}
@media only screen and (max-width: 735px) {
	.section-logic-remote-ios .image-logic-remote-ios-tile-logic-remote {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 320px) {
	.section-logic-remote-ios .image-logic-remote-ios-tile-logic-remote {
		margin-top: 50px;
	}
}
@media only screen and (max-width: 320px) {
	.section-comps-and-performances .typography-overview-section-headline {
		font-size: 35px;
	}
}

@media only screen and (max-width: 325px) {
	.nowrap-xs {
		white-space: nowrap;
	}
}
