.other-header .background {
	background: url(../../assets/images/home-header-image.jpg) no-repeat fixed center;
	background-size: cover;
}

.pad:not(footer.pad) {
	padding: 0;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

main ul {
	list-style-type: circle;
	list-style-position: inside;
	padding-left: 0;
}

main ol {
	list-style-type: upper-hexadecimal;
}