#next-steps .section { padding: 50px 0 50px 0; }
#next-steps .image-icon-event-submit { display: block; background: url(/events/images/icon_submit_event.png) no-repeat 0% 0%; width: 81px; height: 81px; background-size: 81px 81px; }

#next-steps .image { margin: 0px auto; }

#next-steps .column-content { text-align: center; }
#next-steps .column-content.content-image { padding-top: 20px; padding-bottom: 20px; }
#next-steps .column-content.content-text { width: 94%; margin: 0px auto; }
#next-steps .column-content.content-text .a3 .fa { font-size: 10px; position: relative; top: -.5px; left: -1px; -webkit-text-stroke: .5px #fff; }
#next-steps a:hover .column-content.content-text .a3 { color: #2da14a; }
.next-step { display: block; }
.next-step:hover .a6 { color: #06f; }
@media (-webkit-min-device-pixel-ratio: 2), not all, (min-resolution: 192dpi) {
	#next-steps .image-icon-event-submit { background-image: url(/events/images/icon_submit_event_2x.png); }
}
/* SMALL SCREENS < 735px */
@media only screen and (max-width: 735px) {
	#next-steps .next-step > .column-content { padding: 6px 0px 6px 0px; }
}