/* navbar */
@media only screen and (min-width: 735px) {
	#ac-localnav .ac-ln-content {
		padding-left: 10px;
		padding-right: 10px;
		max-width: 1000px;
	}
	#ac-localnav .ac-ln-menu-item {
		margin-left: 22px;
	}
}

@media only screen and (max-width: 734px) {
	#ac-localnav .ac-ln-title {
		margin: 12px 0 12px;
	}
}

@media only screen and (min-width: 1024px) {
	#ac-localnav .ac-ln-menu-item {
		margin-left: 22px;
	}
}
/* end navbar */

.grid-bentos .tile-content .typography-headline .highlight-white.highlight:before {
	top: 50%;
}

/* scottish borders modal */

@media only screen and (max-width: 1068px) {
	.modal-success-story .modal-content .modal-hero.australia .modal-hero-copy, .modal-success-story .modal-content .modal-hero.scotland .modal-hero-copy, .modal-success-story .modal-content .modal-hero.singapore .modal-hero-copy {
		max-width: 391px;
	}
}

@media only screen and (max-width:734px) {
	#ac-localnav .ac-ln-title {
		margin: 12px 0 12px;
	}
	.section-hero {
		padding-top: 24px;
	}
}