﻿/* default hero image definitions */
@media all {

	.listingitem {
		margin-bottom: 4rem;
	}

	.listingletter {
		flex: 0 0 100px;
		font-size: 4rem;
		line-height: 4rem;
		font-family: "Comic Sans MS", Arial;
	}

	.listingwords {
	}

	#search_results_container li {
		margin-bottom: 1rem;
		padding-bottom: 1rem;
		border-bottom: 1px solid var(--il-industrial-blue-2);
	}


}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 575px) {
}




