#citizenship_tabs.sticky {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 9999;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
	margin: 0;
	padding: 20px;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 600px) {}