/* Local overrides */

/*Local nav*/
#ac-localnav br.ln-title-break {
	display: none;
}
@media only screen and (max-width: 540px) {
	#ac-localnav br.ln-title-break {
		display: block;
	}
}

/* Footer fix */

.footnote .ac-gf-block-link {
	font-size: 12px !important;
	vertical-align: bottom;
	position: relative;
	top: -2px;
	color: inherit !important;
	text-decoration: none !important;
}

.footnote .ac-gf-block-link:hover {
	color: #06c !important;
	text-decoration: none !important;
}