
/* -----------------------------------------------------   GENERAL INFOGRAPHICS STYLES */
article.infographics-content h3 {
    color: #46336A;
    font-family: "Gotham A", "Gotham B";
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 25px !important;
    padding: 30px 0;
    text-transform: uppercase;
}

article.infographics-content small {
    font-size: 11px;
}

article.infographics-content section {
    padding: 25px;
    width: 100%;
}

article.infographics-content .center {
    text-align: center;
}

article.infographics-content .percentage {
    font-size: 38px;
    font-weight: 800;
}

article.infographics-content .lg-percentage {
    font-size: 60px;
    font-weight: 800;
}

article.infographics-content .detail-text {
    font-size: 13px;
    font-weight: 800;
    margin-top: -10px;
    text-transform: uppercase;
}

article.infographics-content .condensced {
    font-size: 14px;
    line-height: 22px;
}

article.infographics-content .orange {
    color: rgb(250, 141, 41);
}

article.infographics-content .purple {
    color: rgb(41, 13, 83);
}

article.infographics-content .white {
    color: #FFFFFF;
}

article.infographics-content .mobile-only {
    display: block
}

article.infographics-content .desktop-only {
    display: none;
}

/* --------------  DESKTOP GENERAL STYLES */
@media only screen and (min-width: 991px) {
    article.infographics-content .mobile-only {
        display: none;
    }

    article.infographics-content .desktop-only {
        display: block;
    }
}


/* -----------------------------------------------------------------   INTRO SECTION */
.infographics-content section#intro .lg-text {
    border-bottom: 3px solid rgb(250, 141, 41);
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 8px;
}

.infographics-content section#intro .main-content {
    margin: 0 auto 30px auto;
}

/* -------------------  DESKTOP INTRO STYLES */
@media only screen and (min-width: 991px) {
    .infographics-content section#intro img {
        width: 60%;
    }

    .infographics-content section#intro .main-content {
        max-width: 70%;
    }
}


/* -------------------------------------------------------------   PREDICTIVE MARKETING SECTION */

.infographics-content section #predictive-marketing .one-row-column {
    text-align: center;
}

.infographics-content section #predictive-marketing .two-row-column {
    width: 100%;
}

.infographics-content section #predictive-marketing .campaigns-row {
    padding: 0;
    margin-bottom: 70px;
    text-align: center;
}

.infographics-content section #predictive-marketing .campaigns-row div {
    margin-bottom: 40px;
}

.infographics-content section #predictive-marketing .one-row-column img {
    margin: 0 auto;
    max-width: 240px;
}

.infographics-content section #predictive-marketing .icon-image {
    margin: 0 auto;
    max-width: 80px;
}

.infographics-content section#footnotes {
    font-size: 13px;
    background-color: rgb(242, 242, 242);
    text-align: center;
    color: #525252;
}


/* ---------------------   DESKTOP PREDICTIVE MARKETING STYLES */
@media only screen and (min-width: 991px) {
    .infographics-content section #predictive-marketing {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 1000px;
    }

    .infographics-content section #predictive-marketing .dot-border-bottom {
        border-bottom: 9px dotted rgb(147, 214, 0) !important;
    }

    .infographics-content section #predictive-marketing .dot-border-right {
        border-right: 9px dotted rgb(147, 214, 0) !important;
    }

    .infographics-content section #predictive-marketing .one-row-column {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 0px;
        padding: 20px 0 28px 0;
        text-align: left;
        width: 100%;
    }

    .infographics-content section #predictive-marketing .two-row-column {
        margin-right: 50px;
    }

    .infographics-content section #predictive-marketing .campaigns-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 0;
        padding: 20px 40px 28px 5px;
        text-align: left;
        width: 100%;
    }

    .infographics-content section #predictive-marketing .campaigns-row div {
        margin-bottom: 0;
    }

    .infographics-content section #predictive-marketing img.icon-image {
        margin: 0;
    }

    .infographics-content section #predictive-marketing .one-row-column img {
        margin: 0;
        margin-right: 50px;
        min-width: 200px;
        width: 200px;
    }
}

/* -------------------------------------------------------------------------   CALLOUT SECTION */
.infographics-content section#callout {
    background: rgb(250, 141, 41);
    position: relative;
}

.infographics-content section#callout .large-text {
    font-size: 70px;
    font-weight: 800;
}

.infographics-content section#callout .vs-circle {
    align-items: center;
    background: rgb(41, 13, 83);
    border-radius: 50%;
    color: #FFFFFF;
    display: flex;
    font-size: 20px;
    font-weight: 800;
    height: 80px;
    justify-content: center;
    margin: 10px auto -30px auto;
    position: relative;
    width: 80px;
    z-index: 10;
}

.infographics-content section#callout .industry-average {
    background: white;
    padding: 15px;
    z-index: -1;
}

/* ------------------------   DESKTOP CALLOUT STYLES */
@media only screen and (min-width: 991px) {
    .infographics-content section#callout {
        align-items: center;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        width: 80%;
    }

    .infographics-content section#callout div {
        margin-right: 50px;
        width: 260px;
    }

    .infographics-content section#callout .vs-circle {
        margin: 0 -40px 0 0;
    }

    .infographics-content section#callout .industry-average {
        padding: 30px 15px 30px 80px;
        width: 400px;
        z-index: 1;
    }
}


/* --------------------------------------------------------------------   TECHNOLOGY SECTION */
.infographics-content section#technology {
    background: #46336A;
}

.infographics-content section#technology li {
    margin-bottom: 50px;
}

.infographics-content section#technology .caption p {
    text-align: center;
    max-width: 290px;
    margin: 0 auto;
}

.infographics-content section#technology .percent-icon {
    align-items: center;
    background: rgb(111, 141, 40 );
    background-image: linear-gradient(to right, transparent 50%, rgb(149, 213, 3) 0);
    border-radius: 50%;
    display: flex;
    height: 220px;
    justify-content: center;
    margin: 0 auto 25px auto;
    position: relative;
    width: 220px;
    z-index: 0;
}

.infographics-content section#technology .percent-overlay {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    border-radius: 0 100% 100% 0 / 50%;
    background-color: rgb(149, 213, 3);
    transform-origin: left;
    z-index: 1;
}

.infographics-content section#technology .percent-icon p {
    align-items: center;
    background: #FFFFFF;
    border: 8px solid rgb(41, 13, 83);
    border-radius: 50%;
    display: flex;
    font-size: 60px;
    height: 200px;
    justify-content: center;
    position: relative;
    width: 200px;
    z-index: 20;
}

@media only screen and (min-width: 991px) and (max-width: 1150px) {
    .infographics-content section#technology .caption {
        align-items: center;
        display: flex;
        margin: 0 auto;
        max-width: 400px;
    }

    .infographics-content section#technology .caption p {
        font-size: 16px;
        text-align: left;
    }

    .infographics-content section#technology .caption img {
        margin: 0;
        margin-right: 20px;
        max-width: 55px;
    }
}

/* -------------------   DESKTOP TECHNOLOGY STYLES */
@media only screen and (min-width: 1150px) {
    .infographics-content section#technology ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 1100px;
    }

    .infographics-content section#technology ul li {
        align-items: baseline;
        display: flex;
        min-width: 350px;
        width: 550px;
    }

    .infographics-content section#technology .percent-icon {
        margin-right: 30px;
    }

    .infographics-content section#technology .caption {
        max-width: 280px;
    }

    .infographics-content section#technology .caption p {
        font-size: 16px;
        text-align: left;
    }

    .infographics-content section#technology .caption img {
        margin: 0;
        margin-bottom: 10px;
        max-width: 55px;
    }
}

/* ---------------------------------------------------------------   WORLD CLASS SERVICE SECTION */

.infographics-content section#world-class-service {
    background: rgb(241, 242, 242);
}

.infographics-content section#world-class-service .columns {
    padding-bottom: 40px;
}

.infographics-content section#world-class-service img {
    max-width: 160px;
}

/* ---------------   DESKTOP WORLD CLASS SERVICE STYLES */
@media only screen and (min-width: 991px) {
    .infographics-content section#world-class-service .columns {
        display: flex;
        max-width: 1000px;
    }

    .infographics-content section#world-class-service img {
        margin: 0 50px;
    }

    .infographics-content section#world-class-service .caption {
        font-size: 20px;
        font-weight: normal;
    }
}

/* --------------------------------------------------------------   IMPROVED PURCHASE EXPERIENCE SECTION */

.infographics-content section#improved-purchase-experience ul {
    margin-bottom: 50px;
}

.infographics-content section#improved-purchase-experience li {
    margin-bottom: 30px;
}

.infographics-content section#improved-purchase-experience li:last-of-type {
    margin-bottom: 0px;
}

.infographics-content section#improved-purchase-experience .graph {
    border: 3px solid rgb(149, 213, 3);
    height: 36px;
    width: 100%;
}

.infographics-content section#improved-purchase-experience .graph-inner {
    background: rgb(149, 213, 3);
    height: 33px;
}

.infographics-content section#improved-purchase-experience img {
    width: 180px;
}

/* ---------------------   DESKTOP IMPROVED PURCHASE EXPERIENCE STYLES */
@media only screen and (min-width: 991px) {
    .infographics-content section#improved-purchase-experience .columns {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 1000px;
    }

    .infographics-content section#improved-purchase-experience ul {
        width: 40%;
    }

    .infographics-content section#improved-purchase-experience ul.icon-list {
        border-left: 7px dotted rgb(147, 214, 0);
        width: 52%;
        padding: 50px;
    }

    .infographics-content section#improved-purchase-experience ul.graph-list li {
        margin-bottom: 60px;
    }

    .infographics-content section#improved-purchase-experience li.icon-item {
        display: flex;
        align-items: center;
    }

    .infographics-content section#improved-purchase-experience li.icon-item img {
        margin-right: 30px;
        max-width: 120px;
    }

    .infographics-content section#improved-purchase-experience li.icon-item div {
        flex: 1;
    }

    .infographics-content section#improved-purchase-experience .caption {
        font-size: 16px;
        font-weight: normal;
        margin: 0 0 15px 0;
    }
}

/* -----------------------------------------------------------------------------------   CTA SECTION */

.infographics-content section#infographics-cta {
    text-align: center;
    padding: 0 0 50px 0;
}

.infographics-content section#infographics-cta .cta-text {
    text-align: center;
    padding: 0 0 50px 0;
}
