.page-header h1 {
	letter-spacing:0;
	font-size: 2.8rem;
}

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;
	
}

.accordion .panel-default .panel-heading a:hover {
	background-color: #ccc;
}

.callout h4 strong{
	font-weight:900;
	font-size: 2.1rem;
}
a.callout p {
	color:#333;
	line-height:1.4;
}
