.section-guidelines .contentnav-item:nth-child(4) .icon-wrapper {
	padding-right: 15px;
}

@media only screen and (max-width: 734px) {
	.section-guidelines .contentnav-item:nth-child(4) .icon-wrapper {
		padding-right: 0;
	}
}

.contentnav-item:nth-last-child(6):first-child ~ :nth-child(3n + 1) {
	clear: none;
}
.contentnav-item:nth-last-child(6):first-child ~ :nth-child(4n + 1) {
	clear: left;
}

@media only screen and (max-width: 1068px) {
	.contentnav-item:first-child:first-child ~ :nth-child(1n) {
		clear: none;
	}

	.contentnav-item:first-child:first-child ~ :nth-child(3n + 1) {
		clear: left;
	}
}

@media only screen and (max-width: 734px) {
	.contentnav-item {
		width: 50%;
	}

	.contentnav-item:first-child:first-child ~ :nth-child(1n) {
		clear: none;
	}

	.contentnav-item:first-child:first-child ~ :nth-child(2n + 1) {
		clear: left;
	}
}
