.success_container .button {
    font-family: CenturyGothic, Sans-serif !important;
}

.successHero {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 30vw;
    width: 100vw;
    margin: 0 auto;
    position: relative;
}

.successHero .successContent {
    padding: 15em 0em;
    position: relative;
    z-index: 2;
    margin: 0 -5em;
}

.successHero .successContent h1 {
    font-size: 3.75rem;
    line-height: 1.2em;
}

.successHero .successContent .successHeroNav {
    list-style: none;
    margin: 0 0 0 -10px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 800;
}

.successHero .successContent .successHeroNav li {
    margin: 0 .4em;
}

.successHero .successContent .successHeroNav li:first-child a {
    color: #008dd3;
}

.successHero .successContent .successHeroNav li:nth-child(2) a {
    color: #6b2780;
}

.successHero .successContent .successHeroNav li:last-child a {
    color: #008570;
}

.successHero .successQuickInfo {
    background-color: #008dd3;
    color: #fff;
    padding: 2em 0;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.successHero .successQuickInfo .medium-4 {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    align-items: center;
    justify-content: center;
}

.successHero .successQuickInfo i {
    padding: 0 .5em;
    font-size: 3rem;
    color: #fff;
}

.successHero .successQuickInfo .type {
    display: inline-grid;
    text-align: center;
}

.successHero .successQuickInfo .type span:first-child {
    font-weight: 800;
    font-size: 1.2rem;
}

.successHero .successQuickInfo .type span:last-child {
    font-weight: 400;
    font-size: 1.2rem;
}

.successHero .successHeroOverlay {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 20%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 20%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 20%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* The Problem */

.theProblemContainer {
    padding: 10em 0 5em;
    max-width: 1450px;
    margin: 0 auto;
}

.theProblemContainer .grid-x {
    padding: 3em 0 8em;
}

.theProblemContainer .grid-x:last-child {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    align-items: center;
    justify-content: center;
    padding: 4em 0 0;
}

.theProblemContainer .fa-chevron-circle-down {
    color: #008dd3;
    font-size: 4rem;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    justify-content: center;
    margin: 0 0 .2em;
}

.theProblemContainer h3 {
    color: #008dd3;
    text-align: center;
}

.theProblemContainer h3 {

}

.theProblemContainer .problemCardTitle {
    text-align: center;
    background: #fff;
    border-top: .5em solid #008dd3;
    padding: 5em 0;
    box-shadow: 0px 0px 10px 5px #c8c8c83b;
    -webkit-box-shadow: 0px 0px 10px 5px #c8c8c83b;
    -moz-box-shadow: 0px 0px 10px 5px #c8c8c83b;
}

.theProblemContainer .problemCardTitle .problemCardTitleInner {
    padding: 0 5em;
}

.theProblemContainer .problemCardTitle .problemCardTitleInner p {
    margin-top: 2em;
}

/* The Solution */
.altBackgroundContainer {
    background: #efefef;
    margin-top: -15em;
    margin-bottom: -15em;
    padding: 0 0 15em;
    position: relative;
    z-index: -1;
}

.solutionGraph {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -50.5em;
    height: 1130px;
    width: 100vw;
    z-index: -1;
}

.theSolutionContainer {
    padding: 17em 0 0;
    max-width: 1450px;
    margin: 0 auto;
}

.theSolutionContainer .grid-x {
    padding: 4em 0 6em;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.theSolutionContainer .grid-x:nth-child(2) {
    padding: 4em 0 0;
}

.theSolutionContainer .solutionMainContent p {
    margin: 2em 0;
}

.theSolutionContainer-2 .grid-x {
    padding: 0;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.embedVideoContainer .responsive-embed {
    border-top: .5em solid #762c8b;
}

.theSolutionContainer-2 .solutionCTABanner {
    padding: 6em 0 8em;
}

.theSolutionContainer-2 .solutionCTABanner h4 {
    font-size: 2rem;
    color: #6b2780;
}

.theSolutionContainer-2 .solutionCTABanner .solutionCTABannerInner {
    text-align: left;
    align-items: center;
}

.theSolutionContainer-2 .solutionCTABanner .solutionCTABannerInner .button {
    background: #762c8b;
    border-radius: 3em;
    padding: 1em 1.5em;
}

.theSolutionContainer .fa-chevron-circle-down {
    color: #6b2780;
    font-size: 4rem;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    justify-content: center;
    margin: 0 0 .2em;
}

.theSolutionContainer h3 {
    color: #6b2780;
    text-align: center;
}

/* The Result */
.theResultContainer {
    padding: 0 0 10em;
    margin: 0 auto;
    background: linear-gradient(transparent 2%, #fff 12%);
}

.theResultContainer .grid-x {
    padding: 4em 0;
    background: #fff;
}

.theResultContainer .resultMainContent {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    align-items: center;
    justify-content: center;
}

.theResultContainer .resultMainContent .resultStats {
    background: #008570;
    padding: 2em 0;
    color: #fff;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
}

.theResultContainer .resultMainContent .resultStats i {
    font-size: 4em;
    margin-right: -0.5em;
}

.theResultContainer .resultMainContent .resultStats .resultStatsTitles h3 {
    margin: -0.3em 0;
    color: #fff;
}

.theResultContainer .fa-chevron-circle-down {
    color: #008570;
    font-size: 4rem;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    justify-content: center;
    margin: 0 0 .2em;
}

.theResultContainer h3 {
    color: #008570;
    /*font-size: 3.5rem;*/
    text-align: center;
}

.theResultContainer h4 {
    /*font-size: 2.8rem;*/
    text-align: center;
}

.theResultContainer .resultImages {
    margin: 2em 0 -10em;
}

.theResultContainer .resultImages h4 {
    color: #008570;
}

.theResultContainer .resultImages .grid-x {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    align-items: center;
    justify-content: space-between;
}

/* The Quote */

.theQuoteContainer {
    padding: 0 0 15em;
    max-width: 1450px;
    margin: 0 auto;
}

.theQuoteContainer .quoteMainContent {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 1450px
}

.theQuoteContainer .quoteMainContent h3 {
    margin-bottom: 2em;
}

.theQuoteContainer .quoteMainContent .quoteItem {
    box-shadow: 0 3px 12px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 3px 12px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 3px 12px 0px rgba(0, 0, 0, 0.12);
    padding: 3em;
    border-top: .5em solid #008570;
    font-family: CenturyGothic, sans-serif;
}

.theQuoteContainer .quoteMainContent .quoteItem blockquote {
    position: relative;
    margin: 0 0 1rem;
    padding: 0em;
    border-left: none;
}
.theQuoteContainer .quoteMainContent .quoteItem blockquote:before {
    content: "\201C";
    font-size: 4rem;
    position: absolute;
    left: -.25em;
    top: -.75em;
    color: #008570;
    font-family: CenturyGothic-bold, sans-serif;
}

.theQuoteContainer .quoteMainContent .quoteItem span {
    font-family: CenturyGothic-Bold, sans-serif;
}
.theQuoteContainer .quoteMainContent .quoteItem span:last-child {
    font-family: CenturyGothic, sans-serif;
}

/* The Footer */

.theFooterContainer {
    padding: 0 0 10em;
    max-width: 1450px;
    margin: 0 auto;
}

.theFooterContainer .footerMainContent {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 1450px
}

.theFooterContainer .footerMainContent p {
    margin: 1em 0 2em;
}

.theFooterContainer .footerMainContent .button {
    background: #7bafdf;
    border-radius: 3em;
    padding: 1em 1.5em;
}

@media screen and (max-width: 64em) {
    .successHero .successContent {
        padding: 9em 0em 5em;
    }
    .successHero .successContent h1 {
        text-align: center;
        font-size: 2.75rem;
        margin: 0 0 2em;
    }
    .successHeroNav {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -o-flex;
        align-items: center;
        flex-direction: column;
    }
    .successHero .successQuickInfo i {
        display: none;
    }
    .theResultContainer {
        padding: 5em 0 10em;
        background: #fff;
    }

    .theResultContainer .resultMainContent {
        padding: 1em 0 2em;
    }
    .theResultContainer .resultMainContent .resultStats {
        flex-direction: column;
    }

    .theResultContainer .resultMainContent .resultStats i {
        margin-right: 0;
    }

    .theResultContainer .resultMainContent .resultStats .resultStatsTitles {
        padding: 1em 0;
    }
}