#citizenship_tabs {
	transition: all .9s ease;
	will-change: transform, position;
}

#overview, #benefits, #investment, #application, #requirements, #faq, #about, #program-benefits, #investment-options, #application-process, #program-requirements, #investment-faqs {
	scroll-margin-top: 100px;
}

@media only screen and (max-width: 1024px) {
	#overview, #benefits, #investment, #application, #requirements, #faq, #about, #program-benefits, #investment-options, #application-process, #program-requirements, #investment-faqs {
		scroll-margin-top: 190px;
	}
}

@media only screen and (max-width: 600px) {
	#overview, #benefits, #investment, #application, #requirements, #faq, #about, #program-benefits, #investment-options, #application-process, #program-requirements, #investment-faqs {
		scroll-margin-top: 290px;
	}
}