/* Remove underlines from calendar links */
body .elementor-element-4849e662 a,
body .elementor-element-c9ed0dc a,
body .elementor-element-9967a59 a,
body .elementor-element-40e66918 a,
html .home h3 a {
	text-decoration: none;
}

html .home h3 a:hover {
	text-decoration: underline;
}
