h3.chart-title {
    color: #781446;
    font-size: 26px;
    text-align: center;
    margin-bottom: 0;
}

h4.chart-subtitle {
    color: #007873;
    font-size: 20px;
    text-align: center;
    margin: 0;
    margin-top: 7px;
    margin-bottom: 10px;
}

.chart-wrapper {
    padding: 60px;
    min-height: 450px;
    position: relative;
    &.is-loading{
        &.no-fallback-image{
            background-image: url(/wp-content/themes/the_evewell/images/logo.png);
            background-repeat: no-repeat;
            background-position: center;
            canvas{
                display: block;
                &:before{
                    position: absolute;
                    content: "Loading";
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    height: 100%;
                    width: 100%;
                    top: 0;
                    left: 0;
                }
            }
        }
        img{
            display: block;
        }
        canvas{
            display: none;
        }
        canvas &:before {
            position: absolute;
            content: "Loading";
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
        }
    }
}


.chart-description{
    /* font-size: 13px; */
    text-align: center;
    color: #781446;
}

@media screen and (max-width:767px) {
    .chart-wrapper {
        padding: 0px;
        min-height: 310px;
        margin-top:30px;
    }

    .flex-row-reverse .chart-wrapper {
        margin-top: 30px;
    }

    .text_with_chart_section{
        .imagealternatimg{
            order: 1;
        }
        .imagealternatimg_content{
            padding-top: 20px;
            margin-bottom: 0!important;
        }
    }
}

.text_with_chart_section{
    h2{
        color: #781446;
    }
    .introtext{
        color: #781446;
    }
    &.is_contained{
        .container-fluid{
            max-width: 1086px;
        }
    }
}
.additional-ctas{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
    max-width: 410px;
    .button-burgandy{
        background-color: #781446;
        border-color: #781446;
        color: white!important;

    }
    .button-default {
        border-color: #781446;
        color: #781446!important;
        &:hover {
            background: #781446;
            color: white!important;
        }
    }
}


