/*Local fixex*/

/* Local Nav */

@media only screen and (max-width: 359px) {
	#ac-localnav .ac-ln-title-compact {
		font-size: 11px;
		padding-top: 5px;
	}
}

@media only screen and (max-width: 359px) {
	#ac-localnav .ac-ln-button {
		font-size: 11px !important;
	}
}

/*Copy too close on badges*/
@media only screen and (min-width: 735px) {
	figure.badge:nth-child(1) {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 1068px) {
	.section-post-processing .tabnav-wrapper .tabnav-items {
		padding-left: 6.25%;
		padding-right: 6.25%;
	}
}
@media only screen and (max-width: 735px) {
	.section-post-processing .tabnav-wrapper .tabnav-items {
		padding-left: 6.25%;
		padding-right: 6.25%;
	}
}

@media only screen and (max-width: 952px) {
	.section-post-processing .tabnav-link {
		font-size: 16px;
	}
}
@media only screen and (max-width: 735px) {
	.section-post-processing .tabnav-link {
		font-size: 17px;
	}
}

/* font size hl small*/
@media only screen and (max-width: 735px) {
	.typography-headline-elevated {
		font-size: 33px;
	}
}

/*Bundle Chiclets*/
@media only screen and (min-width: 1069px) {
	.bundle-chiclets {
		margin-top: 0px;
	}
}
@media only screen and (min-width: 1069px) {
	.section-footer .column:first-of-type .chiclets {
		margin-top: -35px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-footer .column:first-of-type .chiclets {
		margin-top: 54px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.bundle-chiclets {
		padding-top: 32px;
	}
}
@media only screen and (max-width: 735px) {
	.bundle-chiclets {
		padding-top: 0px;
	}
}

/*2D and 3D tablist*/
@media only screen and (max-width: 1068px) {
	.gallery.tabnav-fade-gallery .tabnav-wrapper .tabnav-items {
		padding-left: 6.25%;
		padding-right: 6.25%;
	}
}
