.negative-consequence-module {
    background-color: #ffffff;
    padding: 30px;
}

.negative-consequence-module .text-box {
    padding: 10px 73px 15px 73px;
}

.negative-consequence-module .text-box h2 {
    color: #4b4b4b;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 0.5px;
    margin: 0 0 35px;
}

.negative-consequence-module .g-o-gradient-box {
    background-image: url("/3m_theme_assets/web_apps/apps/mmmSOSI-2020Overview/lib/images/gradient-negative-consequences.jpg");
    position: relative;
    background-size: contain;
    background-repeat: repeat-x;
    padding: 58px 73px;
}

.negative-consequence-module .g-o-gradient-box h2 {
    margin: 0 0 23px;
    color: #ffffff;
    font-weight: bold;
    font-size: 37px;
    line-height: 45px;
    letter-spacing: 0.3px;
    max-width: 90%;
}

.negative-consequence-module .g-o-gradient-box .description {
    margin: 0 0 30px;
    color: #ffffff;
    font-weight: 100;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.3px;
    max-width: 90%;
}

.negative-consequence-module .g-o-gradient-box .columns {
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: row;
}

.negative-consequence-module .g-o-gradient-box .column {
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: row;
    color: #ffffff;
    width: 50%;
    border-right: 1px solid #ffffff;
}

.negative-consequence-module .g-o-gradient-box .column:first-child {
    border: none;
}

.negative-consequence-module .g-o-gradient-box .column:last-child {
    border: none;
    margin-left: 30px;
}

.negative-consequence-module .g-o-gradient-box .column .grap-description-negative {
    color: #ffffff;
    font-weight: 100;
    font-size: 20px;
    margin: 0 22px 15px 22px;
    line-height: 24px;
    max-width: 60%;
}

.negative-consequence-module .graph-container {
    display: inline-block;
    position: relative;
    font-family: 'Lato', sans-serif;
    text-align: center;
    height: 175px;
    width: 175px;
    min-width: 175px;
    min-height: 175px;
    max-width: 175px;
    max-height: 175px;
}

.graph-container {
    min-width: 175px;
    min-height: 175px;
    max-width: 175px;
    max-height: 175px;
}

.negative-consequence-module .graph-container .graph-percent-container-coronavirus {
    position: absolute;
    left: 0;
    right: 0;
    top: 16%;
    margin-left: 8px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 34px;
}

.negative-consequence-module .graph-container .graph-percent-container-coronavirus:before {
    display: block;
    content: "";
    background-image: url("/3m_theme_assets/web_apps/apps/mmmSOSI-2020Overview/lib/images/icon-92.png");
    width: 52px;
    height: 58px;
    margin: 5px 50px;
}

.negative-consequence-module .graph-container .graph-percent-container-negative {
    position: absolute;
    left: 0;
    right: 0;
    top: 16%;
    margin-left: 8px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 34px;
}

.negative-consequence-module .graph-container .graph-percent-container-negative:before {
    display: block;
    content: "";
    background-image: url("/3m_theme_assets/web_apps/apps/mmmSOSI-2020Overview/lib/images/icon-82.png");
    width: 60px;
    height: 52px;
    margin: 5px 50px;
}

.negative-consequence-module .hide {
    display: none !important;
}

.negative-consequence-module .text-box-two {
    padding: 50px 25px 15px 25px;
}

.negative-consequence-module .text-box-two p {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -0.2px;
    margin-bottom: 29px;
}

/* Bar Graph Horizontal */

.negative-consequence-module .text-box-two .bar-graph .year {
    -webkit-animation: fade-in-text 2.2s 0.1s forwards;
    -moz-animation: fade-in-text 2.2s 0.1s forwards;
    animation: fade-in-text 2.2s 0.1s forwards;
    opacity: 0;
}

.negative-consequence-module .text-box-two .bar-graph-horizontal .columns {
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: row;
    background: #efefed;
    padding: 20px 20px 10px;
}

.negative-consequence-module .text-box-two .bar-graph-horizontal .columns-two {
    width: 72%;
    margin-top: 15px;
    padding: 0 20px;
}

.negative-consequence-module .text-box-two .bar-graph-horizontal .columns .column {
    width: 75%;
}

.negative-consequence-module .text-box-two .bar-graph-horizontal .columns .column-two {
    width: 23%;
    margin-left: 27px;
    margin-top: -100px;
}

.negative-consequence-module .text-box-two .bar-graph-horizontal .columns .column-two .pre-panemic-text p {
    font-size: 15px;
    line-height: 19px;
}

.negative-consequence-module .text-box-two .bar-graph-horizontal .columns .column-two .pre-panemic-text p:first-child {
    margin-top: 20px;
}

.negative-consequence-module .text-box-two .bar-graph-horizontal .columns .column>div,
.negative-consequence-module .text-box-two .bar-graph-horizontal .columns-two>div {
    display: flex;
    justify-items: center;
    align-items: center;
    flex-direction: row;
    margin-bottom: 15px;
    width: 100%;
}

.negative-consequence-module .text-box-two .bar-graph-horizontal .columns .column .description,
.negative-consequence-module .text-box-two .bar-graph-horizontal .columns-two .description {
    float: left;
    margin-top: 0;
    min-width: 240px;
    width: 240px;
    padding-right: 20px;
    font-size: 17px;
    line-height: 17px;
    font-weight: 100;
    text-align: right;
}

.negative-consequence-module .text-box-two .bar-graph-horizontal .columns .column .description .text-small,
.negative-consequence-module .text-box-two .bar-graph-horizontal .columns-two .description .text-small {
    font-size: 12px;
    line-height: 12px;
}

.negative-consequence-module .text-box-two .bar-graph-horizontal .columns .column .bar,
.negative-consequence-module .text-box-two .bar-graph-horizontal .columns-two .bar {
    border-radius: 3px;
    height: 35px;
    float: left;
    overflow: hidden;
    position: relative;
    width: 0;
}

.negative-consequence-module .text-box-two .bar-graph-one .columns .column .bar::after,
.negative-consequence-module .text-box-two .bar-graph-one .columns-two .bar::after {
    -webkit-animation: fade-in-text 2.2s 0.1s forwards;
    -moz-animation: fade-in-text 2.2s 0.1s forwards;
    animation: fade-in-text 2.2s 0.1s forwards;
    color: #fff;
    content: attr(data-percentage);
    font-weight: 700;
    position: absolute;
    right: 16px;
    top: 5px;
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
}

.negative-consequence-module .text-box-two .bar-graph-one .columns .column .bar-two {
    margin-top: 30px;
}

.negative-consequence-module .text-box-two .bar-graph-one .columns .column .bar-one .bar,
.negative-consequence-module .text-box-two .bar-graph-one .columns .column .bar-two .bar,
.negative-consequence-module .text-box-two .bar-graph-one .columns .column .bar-three .bar,
.negative-consequence-module .text-box-two .bar-graph-one .columns .column .bar-four .bar,
.negative-consequence-module .text-box-two .bar-graph-one .columns-two .bar-five .bar,
.negative-consequence-module .text-box-two .bar-graph-one .columns-two .bar-six .bar {
    background-color: #a1e302;
    background-image: url("/3m_theme_assets/web_apps/apps/mmmSOSI-2020Overview/lib/images/gradient-h.jpg");
    background-repeat: repeat-y;
    background-size: contain;
}

.negative-consequence-module .text-box-two .bar-graph-one .columns .column .bar-one .bar {
    -webkit-animation: show-bar-one 1.2s 0.1s forwards;
    -moz-animation: show-bar-one 1.2s 0.1s forwards;
    animation: show-bar-one 1.2s 0.1s forwards;
}

.negative-consequence-module .text-box-two .bar-graph-one .columns .column .bar-two .bar {
    -webkit-animation: show-bar-two 1.2s 0.2s forwards;
    -moz-animation: show-bar-two 1.2s 0.2s forwards;
    animation: show-bar-two 1.2s 0.2s forwards;
}

.negative-consequence-module .text-box-two .bar-graph-one .columns .column .bar-three .bar {
    -webkit-animation: show-bar-three 1.2s 0.3s forwards;
    -moz-animation: show-bar-three 1.2s 0.3s forwards;
    animation: show-bar-three 1.2s 0.3s forwards;
}

.negative-consequence-module .text-box-two .bar-graph-one .columns .column .bar-four .bar {
    -webkit-animation: show-bar-four 1.2s 0.4s forwards;
    -moz-animation: show-bar-four 1.2s 0.4s forwards;
    animation: show-bar-four 1.2s 0.4s forwards;
}

.negative-consequence-module .text-box-two .bar-graph-one .columns-two .bar-five .bar {
    -webkit-animation: show-bar-five 1.2s 0.4s forwards;
    -moz-animation: show-bar-five 1.2s 0.4s forwards;
    animation: show-bar-five 1.2s 0.4s forwards;
}

.negative-consequence-module .text-box-two .bar-graph-one .columns-two .bar-six .bar {
    -webkit-animation: show-bar-six 1.2s 0.4s forwards;
    -moz-animation: show-bar-six 1.2s 0.4s forwards;
    animation: show-bar-six 1.2s 0.4s forwards;
}

.negative-consequence-module .text-box-two .bar-graph .responses {
    font-family: '3MCircularTT', sans;
    font-style: italic;
    font-size: 12px;
}

/* Bar Graph Horizontal Animations */
@-webkit-keyframes show-bar-one {
    0% {
        width: 0;
    }

    100% {
        width: 80%;
    }
}

@-webkit-keyframes show-bar-two {
    0% {
        width: 0;
    }

    100% {
        width: 62%;
    }
}

@-webkit-keyframes show-bar-three {
    0% {
        width: 0;
    }

    100% {
        width: 55%;
    }
}

@-webkit-keyframes show-bar-four {
    0% {
        width: 0;
    }

    100% {
        width: 51%;
    }
}

@-webkit-keyframes show-bar-five {
    0% {
        width: 0;
    }

    100% {
        width: 46%;
    }
}

@-webkit-keyframes show-bar-six {
    0% {
        width: 0;
    }

    100% {
        width: 28%;
    }
}

@-webkit-keyframes fade-in-text {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Bars */
.negative-consequence-module .text-box-two .bar-graph-one .responses-mobile {
    display: none;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .negative-consequence-module .g-o-gradient-box {
        padding: 58px 20px;
    }

    .negative-consequence-module .g-o-gradient-box .column .grap-description-negative {
        margin: 0 15px 15px;
    }
}

@media screen and (max-width: 768px) {
    .negative-consequence-module {
        padding: 20px;
    }

    .negative-consequence-module .text-box h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .negative-consequence-module .text-box .column {
        flex-direction: column;
    }

    .negative-consequence-module .text-box {
        padding: 10px 20px;
    }

    .negative-consequence-module .g-o-gradient-box {
        padding: 58px 20px;
    }

    .negative-consequence-module .g-o-gradient-box .columns {
        flex-direction: column;
    }

    .negative-consequence-module .g-o-gradient-box .column {
        width: 100%;
        flex-direction: column;
    }

    .negative-consequence-module .g-o-gradient-box .column:last-child {
        border: none;
        margin-left: 0px;
        margin-top: 30px;
    }

    .negative-consequence-module .g-o-gradient-box .column .grap-description-negative {
        margin: 15px;
        max-width: 80%;
        text-align: center;
    }

    .negative-consequence-module .text-box-two {
        padding: 50px 15px 15px 0px;
    }

    .negative-consequence-module .text-box-two .bar-graph-horizontal .columns {
        background: #ffffff;
        padding: 0px 20px;
    }

    .negative-consequence-module .text-box-two .bar-graph-horizontal .columns .column>div,
    .negative-consequence-module .text-box-two .bar-graph-horizontal .columns-two>div {
        flex-direction: column;
        align-items: inherit;
    }

    .negative-consequence-module .text-box-two .bar-graph-one .columns .column .bar-two {
        margin-top: 0px;
    }

    .negative-consequence-module .text-box-two .bar-graph-one .columns .column .bar::after,
    .negative-consequence-module .text-box-two .bar-graph-one .columns-two .bar::after {
        -webkit-animation: fade-in-text 2.2s 0.1s forwards;
        -moz-animation: fade-in-text 2.2s 0.1s forwards;
        animation: fade-in-text 2.2s 0.1s forwards;
        color: #fff;
        content: attr(data-percentage);
        font-weight: 700;
        position: absolute;
        right: 9px;
        top: 7px;
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
    }

    .negative-consequence-module .text-box-two .bar-graph-horizontal .columns .column .description,
    .negative-consequence-module .text-box-two .bar-graph-horizontal .columns-two .description {
        text-align: left;
    }

    .negative-consequence-module .text-box-two .bar-graph-horizontal .columns .column {
        width: 100%;
    }

    .negative-consequence-module .text-box-two .bar-graph-horizontal .columns .column-two {
        display: none;
    }

    .negative-consequence-module .text-box-two .bar-graph-one .responses-mobile {
        background: #efefed;
        padding: 10px;
        display: block;
        margin: 0 20px;
    }

    .negative-consequence-module .text-box-two .bar-graph-one .responses-mobile p {
        font-size: 13px;
        line-height: 18px;
        margin: 0;
    }
}

@media screen and (max-width: 500px) {
    .negative-consequence-module .text-box {
        padding: 10px 0px;
    }
}