/* Global element that does NOT load in the initial viewport load */
ul.no-bullet {
	list-style: none;
	margin: 0;
	padding: 0;
}


/* footer */
footer ul.no-bullet li {
	line-height: 45px;
}
footer ul.no-bullet li a {
	text-decoration: none;
}

