/* Local Overrides */
/*Performance Badges*/
.section-performance .badge:nth-child(n + 3) {
	margin-top: 55px;
}

/* Adjust nav button on small screens */
.custom_display {
	display: none;
}
@media only screen and (min-width: 364px) {
	#ac-localnav.medium-ac-ln-collapsible .ac-ln-menu-item.fix01a {
		display: none;
	}
	.custom_display {
		display: block;
	}
}

.tabnav-link {
	text-align: center;
}

/* motion and compressor */

@media only screen and (max-width: 350px) {
	#post-processing .section-no-spacing-top .typography-body a {
		font-size: 16px;
	}
}
@media only screen and (max-width: 420px) {
	#post-processing .section-no-spacing-top .small-offset-1 {
		margin-left: 11.33333%;
	}
}
