a.callout {
	background-color: #fff;
}

a.callout:hover {
	background-color: #fdf9e9;
}

ol.list-steps > li {
    position: relative;
    margin: 0 0 20px 2em;
    padding: 15px 8px 10px 39px;
    list-style: none;
    border-top: none;
    font-family: 'ProximaNova', 'Helvetica Neue', sans-serif;
    color: #566168;
    background: #fff;
}

ol.list-steps > li:before {
	top: 7px;
    left: -25px;
	
}
