.stats.flex_column.first {
    border-left: 0;
}
.stats.flex_column {
    min-height: 100px;
    border-left: 1px solid #eee;
    text-align: center;
	margin: 30px 0 30px 15px;
	padding-left: 15px;
}
.stats.av_one_third {
    width: calc((100% - 30px) / 3); 
}
.stats.av_one_third.first {
    margin-left: 0;
}
.cta-message .quick_actions {
    float: left;
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
    border: 0;
}
.cta-message .quick_actions .action-message > p {
    line-height: 42px;
    font-size: 1.5em;
}
.cta-message .closebtn {
    margin-right: 15px
}
.content .entry-content-wrapper .section-wrapper {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px dashed #dadada;
}
.section-wrapper .av-special-heading {
    margin-top: 50px;
    padding-bottom: 30px;
}
#notes .av-special-heading {
    padding-bottom: 10px;
}
.section-wrapper .list_wrapper {
    margin-bottom: 0;
}

.stats a.count {
	color: unset;
	width: 50%;
	display: inline-block;
	padding: 10px 0;
	margin: 0 auto;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-webkit-transition-duration: 400ms;
	-moz-transition-duration: 400ms;
	-o-transition-duration: 400ms;
	transition-duration: 400ms;
}
.stats a.count:hover {
	background-color: #ADB7BB;
	color: #fff;
	text-decoration: none;
}
.stats a.count span {
	display: block;
	font-size: 60px;
	font-weight: 600;
	line-height: 60px;
}



/* Steps */
#progress-box {
    padding: 0;
    list-style-type: none;
    font-family: arial;
    font-size: 12px;
    clear: both;
    line-height: 1em;
    margin: 0;
    text-align: center;
	height: 100px;
}

#progress-box.li-2 li {
	width: calc((100% - 6px) / 2);
}
#progress-box.li-3 li {
	width: calc((100% - 6px) / 3);
}
#progress-box li {
    float: left;
    padding: 10px 30px 10px 40px;
    background: #e0e0e0;
    position: relative;
    margin: 0 1px;
	height: 100px;
	-webkit-transition-duration: 400ms;
	-moz-transition-duration: 400ms;
	-o-transition-duration: 400ms;
	transition-duration: 400ms;
}
#progress-box li p {
	margin: 14px 0 2px;
}
#progress-box li h3 {
	margin: 0;
	-webkit-transition-duration: 400ms;
	-moz-transition-duration: 400ms;
	-o-transition-duration: 400ms;
	transition-duration: 400ms;
}

#progress-box li:before {
    content: '';
    border-left: 16px solid #f5f5f5;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    
}
#progress-box li.first {
    /*padding-left: 30px;*/ 
}
#progress-box li.first:before, #progress-box li.last:after {
    border: none; 
}
#progress-box li:after {
    content: '';
    border-left: 16px solid #e0e0e0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 20;
	-webkit-transition-duration: 400ms;
	-moz-transition-duration: 400ms;
	-o-transition-duration: 400ms;
	transition-duration: 400ms;
}

#progress-box li:hover {
	/*background: #cdcdcd;*/
	background-color: #ADB7BB;
	color: #fff;
}
#progress-box li:hover h3 {
	color: #fff;
}
#progress-box li:hover:after {
	/*border-left-color: #cdcdcd;*/
	border-left-color: #ADB7BB;
}

#progress-box li.active {
    background: #cdcdcd;
}

#progress-box li.active:after {
    border-left-color: #cdcdcd;
}
