.highcharts-container {
   /* border: 1px solid; */
    /*
    max-width: 300px;
    width: 200px;
    height: 200px;
    */
}

/*
.highcharts-figure {
    max-width: 300px;
}
*/

.iov-survey-chart-container {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.iov-survey-chart-container-item {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.07);
    box-shadow: 0 1px 5px rgba(0,0,0,0.07);
    display: flex;
    width: 345px;
    margin-bottom: 1rem;
}

.iov-survey-chart-container-item:last-of-type {
    margin-right: 0;
}

.iov-survey-blurb-container-item__content {
    padding: 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.iov-survey-blurb-heading {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: .625rem;
    line-height: normal;
}

.iov-survey-subheading {
    font-size: 18px;
}

.iov-survey-blurb-heading--bordered::after {
    border-bottom: 3px solid #dceaea;
    content: "";
    width: 4rem;
    height: .875rem;
    display: block;
}

.iov-survey-blurb-container-item-title {
    display: flex;
    justify-content: space-between;
    height: 2.375em;
}

.iov-piechart-container {
    position: relative;
}

.iov-piechart-container__pie {
    display: flex;
    justify-content: center;
}


.iov-piechart-container__average-value {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 58px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: 1.51px;
    text-align: center;
}

.iov-piechart-container__average-subheading {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
}

@keyframes chartjs-render-animation{from{opacity:.99}to{opacity:1}}.chartjs-render-monitor{animation:chartjs-render-animation 1ms}.chartjs-size-monitor,.chartjs-size-monitor-expand,.chartjs-size-monitor-shrink{position:absolute;direction:ltr;left:0;top:0;right:0;bottom:0;overflow:hidden;pointer-events:none;visibility:hidden;z-index:-1}.chartjs-size-monitor-expand>div{position:absolute;width:1000000px;height:1000000px;left:0;top:0}.chartjs-size-monitor-shrink>div{position:absolute;width:200%;height:200%;left:0;top:0}
