/* Stats CSS */

.stats .content-wrapper{
    padding-right: 80px;
}
.stats .group{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.stats .group .wp-image{
    border-radius: 0;
}
.stats .group p{
    line-height: 1.125em;
    font-size: 16px;
}
.stats .group .col{
    width: 50%;
    float: left;
    position: relative;
}
.stats .group .num{
    font-family: var(--body);
    font-weight: 600;
}
.stats .pie-chart.full .num{
    font-size: 50px;
    color: var(--lime_green);
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
}
.stats .pie-chart.full p{
    font-size: 1.35em;
    color: var(--lime_green);
    line-height: 1.25em;
    margin-top: 10px;
}
.stats .pie-chart.full .wp-image{
    max-width: 250px;
}
.stats .badge .wp-image{
    max-height: 298px;
}
.stats .pie-chart.half .inner{
    max-width: 180px;
    position: relative;
}
.stats .pie-chart.half .inner .wp-image{
    max-width: 100%;
    margin-bottom: 10px;
}
.stats .pie-chart.half .num{
    top: 55px;
    position: absolute;
    font-weight: 800;
    font-size: 28px;
    left: 0;
    right: 0;
    text-align: center;
}
.stats .group .people.col{
    width: 85%;
}
.stats .group .people .num{
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 10px;
}
.stats .group .people *{
    color: var(--lime_green);
}
.stats .group .people .wp-image{
    width: 100%;
}
.stats .group:last-child{
    margin-bottom: 0;
}

@media screen and (max-width: 1349px){
    .stats .content-wrapper{
        padding-right: 20px;
    }
    .stats .pie-chart.full .num{
        top: 26%;
    }
    .stats .pie-chart.full p{
        font-size: 1.125em;
    }
    .stats .badge .wp-image{
        float: right;
        max-width: 85%;
    }
}

@media screen and (max-width: 1199px){
    .stats .pie-chart.full .num{
        font-size: 40px;
    }
    .stats .pie-chart.half .inner{
        max-width: 150px;
    }
    .stats .pie-chart.half .num{
        top: 45px;
    }
}

@media screen and (max-width: 991px){
    .stats .content-wrapper{
        padding-right: 0;
    }
    .stats .group.top{
        margin-top: 20px;
    }
}

@media screen and (max-width: 414px){
    .stats .pie-chart.full p{
        font-size: 1em;
    }
    .stats .pie-chart.full .num{
        font-size: 36px;
    }
    .stats .pie-chart.half .inner{
       max-width: calc(100% - 20px);
    }
    .stats .group .people.col{
        width: 100%;
    }
    .stats .badge .wp-image{
        max-width: 75%;
    }
}
