#main .row .row {
    margin-left: auto;
    margin-right: auto;
}

.color_section_1,
.color_section_2,
.color_section_3 {
    display: none;
}

section.impact {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    margin: 3em 0 4em 5em;
    width: 100%;
    max-width: 620px;
    gap: 30px;
    position: relative;
}
/*.box .count {
    display: block;
}*/
section.impact .box strong {
    display: block;
    font-size: 36px;
    line-height: .9em;
    text-align: center;
    text-transform: uppercase;
}

section.impact .box.inverse {
    background-color: #f6821f;
}
section.impact .box.inverse p {
    color: white;
}
section.impact .box p {
    line-height: 1.6em;
    margin-bottom: 4px !important;
    text-align: center;
}
section.impact .box-container {
    border: solid 5px;
    color: #f6821f;
    height: 100%;
    padding: 10px;
}
.impact-header {
    max-width: 400px;
}
section.impact .box-3 .text-small {
    font-size: 26px;
}
section.impact .box-2 {
    grid-column: 3 / 3;
    grid-row: 1/3;
    grid-row: 1/2;
}
section.impact .box-2:before {
    content: '';
    background-image: url('/wp-content/plugins/davis-impact-stats/images/impact-step-1.jpg');
    position: absolute;
    top: -112px;
    right: 50px;
    display: block;
    width: 234px;
    height: 112px;
    background-size: 100%;
}
section.impact .box-2 .text-large {
    font-size: 48px;
}
section.impact .box-2 p strong {
    font-size: 44px;
}
section.impact .box-3 {
    grid-column: 2;
    grid-row: 1;
}
section.impact .box-3 .value {
    font-size: 48px;
}
section.impact .box-3:before {
    content: '';
    background-image: url('/wp-content/plugins/davis-impact-stats/images/impact-step-2.jpg');
    position: absolute;
    top: 90px;
    top: 116px;
    right: 152px;
    display: block;
    width: 30px;
    height: 4px;
    background-size: 100%;
}
section.impact .box-4 {
    grid-column: 1;
    grid-row: 1;
}
section.impact .box-4 .value {
    font-size: 48px;
}
section.impact .box-4:before {
    content: '';
    background-image: url(/wp-content/plugins/davis-impact-stats/images/impact-step-3.jpg);
    position: absolute;
    top: 90px;
    top: 116px;
    right: 387px;
    display: block;
    width: 30px;
    height: 4px;
    background-size: 100%;
}
section.impact .box-5 {
    grid-column: 1/3;
    grid-column: 1/4;
    grid-row: 2;
}
section.impact .box-5 .col p {
    padding: 0 32px;
    padding: 0 22px;

    text-align: left;
}
section.impact .box-5 .number {
    font-size: 50px;
    font-size: 52px;
    width: 132px;
    display: block;
}
section.impact .box-5:before {
    content: '';
    background-image: url(/wp-content/plugins/davis-impact-stats/images/impact-step-4v2.jpg);
    background-repeat: no-repeat;
    position: absolute;
    top: 90px;
    top: 116px;
    right: 620px;
    display: block;
    width: 52px;
    height: 222px;
    background-size: 100%;
}
section.impact .box-6 {
    grid-column: 1/4;
    grid-row: 3;
}
section.impact .box-6 .value {
    font-size: 44px;
}
section.impact .box-6:before {
    content: '';
    background-image: url(/wp-content/plugins/davis-impact-stats/images/impact-step-5.jpg);
    position: absolute;
    top: 331px;
    top: 357px;
    top: 340px;
    right: 292px;
    display: block;
    width: 4px;
    height: 32px;
    background-size: 100%;
}


.stats-header {
    max-width: 400px;
}
section.stats {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 3em 0 4em 5em;
    width: 100%;
    max-width: 620px;
    gap: 30px;
    position: relative;
}
section.stats .box.inverse {
    background-color: #6f4e9f;
}
section.stats .box.inverse p {
    color: white;
}
section.stats .box p {
    line-height: 1.6em;
    margin-bottom: 0 !important;
    text-align: center;
}
section.stats .box-container {
    border: solid 5px;
    color: #6f4e9f;
    height: 100%;
    padding: 14px;
}
section.stats .box-2 {
    grid-column: 2 / 2;
    grid-row: 1;
}
section.stats .box-2:before {
    content: '';
    background-image: url('/wp-content/plugins/davis-impact-stats/images/stats-step-1.jpg');
    position: absolute;
    top: -102px;
    right: 172px;
    display: block;
    width: 222px;
    height: 102px;
    background-size: 100%;
}
section.stats .box-2 .large-text {
    line-height: 1.2em;
}
section.stats .box-3 {
    grid-column: 1/2;
    grid-row: 1;
}
section.stats .box-3:before {
    content: '';
    background-image: url('/wp-content/plugins/davis-impact-stats/images/stats-step-2.jpg');
    position: absolute;
    top: 90px;
    right: 280px;
    display: block;
    width: 30px;
    height: 4px;
    background-size: 38px;
}
section.stats .box-3 .text-large {
    font-size: 56px;
    line-height: 1em;
}
section.stats .box-4 {
    grid-column: 1/3;
    grid-row: 2;
}
section.stats .box-4:before {
    content: '';
    background-image: url(/wp-content/plugins/davis-impact-stats/images/stats-step-3.jpg);
    position: absolute;
    top: 86px;
    right: 612px;
    display: block;
    width: 60px;
    height: 204px;
    background-size: 86%;
    background-repeat: no-repeat;
}
section.stats .box-4 .text-large {
    font-size: 26px;
    text-transform: uppercase;
}
section.stats .box-5 {
     grid-column: 1/3;
     grid-row: 3;
 }
section.stats .box-5:before {
    content: '';
    background-image: url(/wp-content/plugins/davis-impact-stats/images/stats-step-1-mobile.jpg);
    position: absolute;
    top: 338px;
    right: 292px;
    display: block;
    width: 4px;
    height: 32px;
    background-size: 100%;
}
section.stats .box-5 strong {
    font-size: 46px;
    text-transform: uppercase;
}
section.stats .box-5 .number {
    display: inline-block;
    text-align: right;
    width: 130px;
}
section.stats .box-5 .text-large {
    line-height: 1.2em;
}

section.stats .box-6 {
    grid-column: 1 / 3;
    grid-row: 4;
    position: relative;
}
section.stats .box-6 .text-large {
    font-size: 34px;
    line-height: 1em;
    text-transform: uppercase;
}
section.stats .box-6 p {
    font-size: 22px;
    line-height: 1.1em;
    margin-top: 4px;
}
section.stats .box-6 img {
    max-width: 82px;
    margin: 2px 6px 0px 0px;
    display: block;
}

section.stats .text-large {
    font-size: 50px;
}
section.stats p.text-small {
    font-size: 22px;
    line-height: 1em;
    text-transform: uppercase;
}
section.stats .box-6:before {
    content: '';
    background-image: url(/wp-content/plugins/davis-impact-stats/images/stats-step-1-mobile.jpg);
    position: absolute;
    top: -32px;
    right: 322px;
    display: block;
    width: 4px;
    height: 32px;
    background-size: 100%;
}


.evaluation-header {
    max-width: 486px;
}
section.evaluation img {
    padding: 15px 15px 0;
}
section.evaluation {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 2em 0 4em 2em;
    width: 100%;
    max-width: 620px;
    gap: 18px 30px;
    position: relative;
}
section.evaluation .box-1 {
    grid-column: 1 / 3;
    grid-row: 1;
}
section.evaluation .box-1 h2,
section.evaluation .number,
section.evaluation .percent {
    font-weight: 700;
}
section.evaluation .box-header.start:before {
    content: '';
    background-image: url(/wp-content/plugins/davis-impact-stats/images/evaluation-step-1.jpg);
    position: absolute;
    top: -123px;
    right: -28px;
    display: block;
    width: 186px;
    height: 650px;
    background-size: 100%;
    z-index: 0;
}
section.evaluation .box-header.end:before {
    content: '';
    background-image: url(/wp-content/plugins/davis-impact-stats/images/evaluation-step-2.jpg);
    position: absolute;
    top: -46px;
    right: -28px;
    display: block;
    width: 724px;
    height: 5px;
    background-size: 100%;
    z-index: 0;
}
section.evaluation .box-header.end:after {
    content: '';
    background-image: url(/wp-content/plugins/davis-impact-stats/images/evaluation-step-3.jpg);
    position: absolute;
    background-repeat: no-repeat;
    top: -41px;
    right: -40px;
    display: block;
    width: 736px;
    height: 530px;
    background-size: 100%;
    z-index: 0;
}
section.evaluation .box,
section.evaluation .box * {
    position: relative;
    z-index: 10;
}
section.evaluation .box-2 {
    grid-column: 2 / 2;
    grid-row: 2;
}
section.evaluation .box-3 {
    grid-column: 1/2;
    grid-row: 2;
}
section.evaluation .box-4 {
    grid-column: 1/2;
    grid-row: 3;
}
section.evaluation .box-5 {
    grid-column: 2/2;
    grid-row: 3;
}
section.evaluation p {
    color: #5fab47;
    line-height: 1.2em;
    font-size: 15px;
    text-align: center;
}
section.evaluation .number {
    color: #5fab47;
    font-size: 56px;
}
section.evaluation .percent {
    color: #5fab47;
    font-size: 36px;
    vertical-align: top;
    line-height: .5em;
}
section.evaluation .number {
    width: 64px;
    display: inline-block;
}
.box-header h2 {
    color: #5fab47;
    font-size: 32px;
    margin-bottom: 0;
    text-align: center;
}
.box-header h3 {
    color: #5fab47;
    font-size: 24px;
    text-align: center;
}

/*
.box {
    display: block;
    border: solid 5px #f6821f;
    color: #f6821f;
    margin: auto;
    position: absolute;
}

.box-1 {
    max-width: 400px;
}
.box-2 {
    display: block;
    height: 54%;
    width: 25%;
    right: 0;
}
.box-3 {
    height: 28%;
    width: 25%;
    right: 0;
    left: 0;
}
.box-4 {
    height: 28%;
    width: 25%;
    right: auto;
    left: 0;
}
.box-5 {
    right: auto;
    left: 0;
    bottom: 129px;
    top: auto;
    width: 66%;
}
.box-6 {
    bottom: 0;
    width: 100%;
}*/
.page-id-5530 .columns.small-centered {
    width: 100% !important;
}


@media only screen and (max-width: 992px) {
}

@media only screen and (max-width: 767px) {


    section.impact .box-2:before,
    section.impact .box-3:before,
    section.impact .box-4:before,
    section.impact .box-5:before,
    section.impact .box-6:before,
    section.stats .box-2:before,
    section.evaluation .box-header.start:before,
    section.evaluation .box-header.end:before,
    section.evaluation .box-header.end:after {
        display: none;
    }

    section.evaluation,
    section.stats,
    section.impact {
        grid-template-columns: 100%;
        margin: 4em 0 4em 0em;
        max-width: 620px;
        gap: 30px;
    }
    section.evaluation .box,
    section.stats .box,
    section.impact .box {
        grid-column: auto;
        grid-row: auto;
        position: relative;
    }

    section.impact .box:before {
        content: '';
        background-image: url(/wp-content/plugins/davis-impact-stats/images/impact-step-5.jpg);
        position: absolute;
        top: -35px;
        right: 0;
        left: 0;
        margin: auto;
        display: block;
        width: 3px;
        height: 35px;
        background-size: 100%;
    }
    /*section.impact .box-2:before {
        top: 148px;
    }
    section.impact .box-3:before {
        top: 284px;
    }
    section.impact .box-4:before {
        top: 452px;
    }
    section.impact .box-5:before {
        top: 594px;
    }*/

    section.stats .box:before {
        content: '';
        background-image: url(/wp-content/plugins/davis-impact-stats/images/stats-step-1-mobile.jpg);
        position: absolute;
        top: -30px;
        right: 0;
        left: 0;
        margin: auto;
        display: block;
        width: 3px;
        height: 30px;
        background-size: 100%;
    }
    /*section.stats .box-2:before {
        top: 142px;
    }
    section.stats .box-3:before {
        top: 310px;
    }*/

    section.impact .box-2:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 24px solid transparent;
        border-right: 24px solid transparent;
        border-top: 40px solid #f6821f;
        position: absolute;
        left: 0;
        right: 0px;
        bottom: auto;
        top: -58px;
        margin: auto;
    }

    section.stats .box-2:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 24px solid transparent;
        border-right: 24px solid transparent;
        border-top: 40px solid #6f4e9f;
        position: absolute;
        left: 0;
        right: 0px;
        bottom: auto;
        top: -58px;
        margin: auto;
    }

    section.impact .box-5 .col p {
        padding: 0;
    }


}

@media only screen and (max-width: 1100px) {

    .page-id-5530 #main .small-9 {
        width: 100%;
    }
    .page-id-5530.page-template-default #sidebar.small-3 {
        margin-top: 0;
        width: 100%;
    }
}