﻿footer {
	padding: 15px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: var(--sub-heading);
	color: var(--text-heading);
}

footer a, footer a:active, footer a:visited {
	color: var(--text-heading) !important;
}

	footer a:hover, footer a:focus {
		color: var(--text-heading) !important;
		background-color: var(--sub-heading) !important;
	}


.stickyModalFooter {
	position: sticky;
	bottom: 0vh;
	min-height: 50px;
    z-index:10;
}

@supports (-ms-ime-align:auto) { /*for Edge*/
	.stickyModalFooter {
		position: relative;
	}
}