html{
    scroll-behavior: smooth;
}

.fo #partnership-line{
    height: 44%;
} 

.c1{
    background-color: #a3e057;
} 

.fo #partnership-line{
    height: 19%;
}

@media only screen and (max-width: 889px) {
    .fo #partnership-line{
        height: 14%;
    }
}

@media only screen and (max-width: 600px) {
    .fo #partnership-line{
        height: 10%;
    }
}

.tree_section{
    background: url(assets/trees.jpg) no-repeat 0 0;
    background-attachment: fixed;
    background-size: cover;
} 

.title_sec{
    width: 80vw;
    max-width: 900px; 
    margin: 90px auto 0 auto;
    padding-top: 90px;
}

.sec-dvis-w{
    background: none;
}

.google-visualization-tooltip {
    width: 250px;
}


.map-w{
    background: #D3E6FB;
}


.title-w{ 
    padding: 8% 0 0 0;
}
#hero-line{
    top: 80%;
    display: none;
}
 
.customer-spotlight ul{
    justify-content: center;
}

#section6 .customer-spotlight li{
    margin-bottom: 40px;
    justify-content: center;
}

@media only screen and (min-width: 889px) {
    #section6 .customer-spotlight li{
        width: 33%;
        flex: unset;
    }
}
#section6 .new-certs{
    justify-content: center;
}
#section6 .new-cert{
    flex: unset;
}
.new-cert img{
    width: 100%;
    max-width: 250px;
}

.newly-certs img{
    max-width: 250px;
}

h2{
    line-height: 1.3;
}

.notes{
    padding: 15px 20px;
    background: white;
    display: inline-block;
}

.section3_5{
    margin-top: 50px;
}

.section3_5 .sintro{
    margin-bottom: 2vh;
}

.section3_5_repeat{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    align-items: stretch;
}
.section3_5_repeat  .item{
    width: 100%;

    display: flex; 
    flex-direction: column;
    align-items: stretch;
}
@media only screen and (min-width: 700px) {
    .section3_5_repeat  .item{
        width: 32%;
    }
} 
.section3_5_repeat h3{
    color: white;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.44);
}
.section3_5_repeat .image{
    text-align: center;
    padding-bottom: 15px;
}
.section3_5_repeat img{
    width: 60%;
    height: auto;
    margin: auto;
}

.section3_5_repeat .graph{
    /* background-color: #7aac3d; */
    background-color: white;
    padding: 16px;
    /* height: 300px; */
    /* position: relative;   */
    /* display: flex; 
    flex-direction: column;
    align-items: stretch; */
    flex: 1;
}
.section3_5_repeat .graph_out{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #a3e057;
    border-top: 3px solid #FFF;
    border-radius: 12px 12px 0 0;

}

.section3_5_repeat .graph *{ 
    /* color: white; */
}

.section3_5_repeat .percentage{
    font-family: "Cabin", sans-serif; 
    font-size: 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid #CCC;
} 

.section3_5_repeat .text{
    /* align-self: flex-end; */
    width: 100%;
    /* margin-top: auto; */
    margin-top: 8px;
    z-index: 2;
    padding: 20px 0;
} 

.section3_5 .section-head .copy-w{
    padding: 0;
}



/* #section2 h2{
    white-space: nowrap;
    font-size: 30px;
}

@media only screen and (min-width: 889px) {
    #section2 h2{
        white-space: nowrap;
        font-size: 50px;
    }
} */

.support .cta{
    background-color: white;
    color: black;
    border: transparent;
}

#section2 .section-head .vis-w.half{
    width: 35%;
}

#section2 .section-head .copy-w{
    width: 65%;
}

#section5 h2{
    margin-left: 20px; 
}

.section3_5_body{
    padding-top: 0;
}