.stat-header {
    text-align: center;
        font-family: "proxima-nova", proxima-nova;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}


.stat-detail {
    text-align: center;
    font-size: 23px;
    color: rgb(213,213,213);
    font-family: "proxima-nova", proxima-nova;
    line-height: 1;
    margin-bottom: 14.4px;
    font-weight: 600;
}

.stat-detail.Large {
	line-height: 1;
    font-size: 65px;
    margin-bottom: 0;
}

.stat-sub-label {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #B4B4B4;
    font-family: "proxima-nova", proxima-nova;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}