/* Local Overrides */

/* Local Nav */
@media only screen and (max-width: 833px) {
	#ac-localnav.ac-localnav-stacked {
		height: 69px;
	}
}

@media only screen and (max-width: 359px) {
	.ac-ln-title {
		font-size: 17px !important;
		margin: 18px 0 -12px !important;
	}
}

@media only screen and (max-width: 359px) {
	.ac-ln-menucta-chevron {
		margin-left: 6px !important;
	}
}
/* End Of Local Nav */

@media only screen and (min-width: 1069px) {
	#deep-dive-modals
		.deep-dive-panel
		.horizontal-scroll-content
		.modal-section.section-security.dark
		.modal-copy.typography-shared-deep-dive-copy {
		font-size: 20px;
	}
}

.m-show {
	display: none;
}

@media only screen and (min-width: 735px) {
	.m-show {
		display: block;
	}
}
