﻿#section-top {
    -webkit-transform: translate3d(0, 0, 0);
}

#section-top .section-content {
    background-color: white;
    background-position: center center;
    background-size: cover;
}

#section-top .section-content .appstore-buttons {
    bottom: 60px;
    left: 0px;
    position: absolute;
    text-align: center;
    width: 100%;
}

#top-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;

       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#top-content-overlay {
    background-color: rgba(51, 145, 233, 0.3);
    left: 0px;
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
}

#top-content-lead {
    color: #fff;
    font-size: 72px;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 2px 4px rgba(12, 34, 92, 0.1);
}

#top-content-tagline {
    color: #fff;
    font-size: 30px;
    margin-top: 9px;
    text-align: center;
    text-shadow: 0 2px 4px rgba(12, 34, 92, 0.1);
}

@media screen and (max-width: 600px) {
    #section-top .section-content {
        background-image: url(../images/hero-home-main.jpg);
    }

    #section-top .section-content .appstore-buttons {
        bottom: 30px;
    }

    #section-top .section-content .appstore-buttons .appstore-free {
        margin-bottom: 15px;
    }

    #section-top .section-content .appstore-buttons .appstore-button {
        height: 48px; 
    }

    #section-top .section-content .appstore-buttons.visible-all .appstore-button {
        margin: 20px 10px 0px;
        width: 80px;
    }

    #section-top .section-content .appstore-buttons.visible-all .appstore-button .appstore-free,
    #section-top .section-content .appstore-buttons.visible-all .appstore-button .appstore-text {
        display: none;
    }

    #top-content {
        bottom: 200px;
        left: 0px;
        top: auto;
        transform: none;

          -moz-transform: none;
           -ms-transform: none;
        -webkit-transform: none;
    }

    #top-content-lead {
        font-size: 45px;
        margin: 0px 20px;
        text-align: left;
    }

    #top-content-tagline {
        font-size: 25px;
        margin: 20px 20px 0px;
        max-width: 315px;
        text-align: left;
        text-shadow: none;
    }
}

@media screen and (max-width: 1100px) and (min-width: 600px) {
    #top-content-lead {
        font-size: 60px;
    }

    #top-content-tagline {
        font-size: 24px;
    }
}

@media screen and (max-height: 400px) {
    #section-top .section-content .appstore-buttons {
        bottom: 30px;
    }

    #top-content {
        bottom: auto;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);

           -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    #top-content-lead {
        text-align: center;
    }

    #top-content-tagline {
        display: none;
    }
}

#section-upsell-miss {
    -webkit-transform: translate3d(0, 0, 0);
}

#section-upsell-miss .section-content {
    background-color: #81ded0;
}

#section-upsell-miss .section-content-50-left {
    background-image: url(../images/hero-home-upsell-miss@2x.jpg);
    background-size: cover;
}

#section-upsell-miss .section-content-center {
    height: 80%;
    width: 100%;
}

#section-upsell-miss .section-content-center .phone-frame {
    background-image: url(../images/phone-mock-calendar@2x.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
}

#section-upsell-picture {
    -webkit-transform: translate3d(0, 0, 0);
}

#section-upsell-picture .section-content {
    background-color: #7ecbef;
}

#section-upsell-picture .section-content-50-left {
    background-image: url(../images/hero-home-upsell-picture@2x.jpg);
    background-size: cover;
}

#section-upsell-picture .section-content-center {
    height: 80%;
    width: 100%;
}

#section-upsell-picture .section-content-center .phone-frame {
    background-image: url(../images/phone-mock-home@2x.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
}

#section-upsell-time {
    -webkit-transform: translate3d(0, 0, 0);
}

#section-upsell-time .section-content {
    background-color: #9f8dd9;
}

#section-upsell-time .section-content-50-left {
    background-image: url(../images/hero-home-upsell-time@2x.jpg);
    background-size: cover;
}

#section-upsell-time .section-content-center {
    height: 80%;
    width: 100%;
}

#section-upsell-time .section-content-center .phone-frame {
    background-image: url(../images/phone-mock-paybill@2x.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
}

.upsell-content {
    left: 60%;
}

.upsell-content-lead {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    width: 340px;
}

.upsell-content-desc {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 25px;
    width: 340px;
}

@media screen and (max-width: 900px) {
    #section-upsell-miss .section-content-50-right {
        background-color: rgba(129, 222, 208, 0.9);
    }

    #section-upsell-picture .section-content-50-right {
        background-color: rgba(126, 203, 239, 0.9);
    }

    #section-upsell-time .section-content-50-right {
        background-color: rgba(159, 141, 217, 0.9);
    }
}

@media screen and (max-width: 600px) {
    #section-upsell-miss .section-content-center,
    #section-upsell-picture .section-content-center,
    #section-upsell-time .section-content-center {
        height: 60%;
        top: 40px;
        transform: translateX(-50%);

           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    #section-upsell-miss .section-content-50-left {
        background-image: url(../images/hero-home-upsell-miss.jpg);
    }

    #section-upsell-picture .section-content-50-left {
        background-image: url(../images/hero-home-upsell-picture.jpg);
    }

    #section-upsell-time .section-content-50-left {
        background-image: url(../images/hero-home-upsell-time.jpg);
    }

    .upsell-content {
        left: 0px;
        bottom: 20px;
        padding: 0px 20px;
        top: auto;
        transform: none;

           -moz-transform: none;
            -ms-transform: none;
        -webkit-transform: none;
    }

    .upsell-content-lead {
        font-size: 28px;
        width: auto;
    }

    .upsell-content-desc {
        font-size: 16px;
        margin-top: 20px;
        width: auto;
    }
}

@media screen and (max-height: 550px) {
    #section-upsell-miss .section-content-center,
    #section-upsell-picture .section-content-center,
    #section-upsell-time .section-content-center {
        height: 50%;
    }
}

@media screen and (max-width: 900px) and (min-width: 600px) {
    #section-upsell-miss .section-content-50-right,
    #section-upsell-picture .section-content-50-right,
    #section-upsell-time .section-content-50-right {
        left: 0px;
        width: 100%;
    }

    #section-upsell-miss .section-content-50-left,
    #section-upsell-picture .section-content-50-left,
    #section-upsell-time .section-content-50-left {
        width: 100%;
    }

    .upsell-content {
        left: 75%;
    }

    .upsell-content-lead {
        width: 250px;
    }

    .upsell-content-desc {
        width: 250px;
    }
}

@media screen and (max-width: 1100px) and (min-width: 900px) {
    .upsell-content {
        left: 50%;
    }
}

@media screen and (max-height: 320px) {
    #section-upsell-miss .section-content-center,
    #section-upsell-picture .section-content-center,
    #section-upsell-time .section-content-center {
        display: none;
    }

    #section-upsell-miss .section-content-50-right,
    #section-upsell-picture .section-content-50-right,
    #section-upsell-time .section-content-50-right {
        left: 0px;
        top: 0px;
        transform: none;
        width: 100%;

           -moz-transform: none;
        -webkit-transform: none;
    }

    .upsell-content {
        bottom: 30px;
        left: 30px;
        top: auto;
        transform: none;
        width: 65%;

           -moz-transform: none;
        -webkit-transform: none;
    }

    .upsell-content-lead {
        width: 100%;
    }

    .upsell-content-desc {
        width: 100%;
    }

    #section-upsell-miss .section-content-50-right,
    #section-upsell-picture .section-content-50-right,
    #section-upsell-time .section-content-50-right {
        left: 0px;
        top: 0px;
        transform: none;
        width: 100%;

           -moz-transform: none;
        -webkit-transform: none;
    }
}

@media screen and (min-width: 2000px) {
    #section-upsell-miss .section-content-center,
    #section-upsell-picture .section-content-center,
    #section-upsell-time .section-content-center {
        height: 70%;
    }
}

@media screen and (min-width: 2500px) {
    #section-upsell-miss .section-content-center,
    #section-upsell-picture .section-content-center,
    #section-upsell-time .section-content-center {
        height: 60%;
    }
}

@media screen and (min-width: 3000px) {
    #section-upsell-miss .section-content-center,
    #section-upsell-picture .section-content-center,
    #section-upsell-time .section-content-center {
        height: 50%;
    }
}

.section-scroll .section-content {
    position: relative;

    -webkit-transform: translate3d(0, 0, 0);
}

.section-interactive {
    background-color: #fff;
    height: 800px;
}

.section-interactive .phone-frame {
    background-position: top right 125px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 70%;
    opacity: 0;
    transition: opacity linear 0.5s;
    width: 100%;

    -moz-transition: opacity linear 0.5s;
    -webkit-transition: opacity linear 0.5s;
}

.section-interactive .phone-frame.carousel-item-selected {
    opacity: 1;
}

.section-interactive .phone-frame-track {
    background-image: url(../images/phone-mock-calendar@2x.png);
}

.section-interactive .phone-frame-accounts {
    background-image: url(../images/phone-mock-home@2x.png);
}

.section-interactive .phone-frame-free {
    background-image: url(../images/phone-mock-paybill@2x.png);
}

.interactive-content {
    left: 25px;
}

.interactive-content-lead {
    color: #de4386;
    font-size: 65px;
    font-weight: 600;
}

.interactive-content-item {
    cursor: pointer;
    margin-top: 30px;
    width: 400px;
}

.interactive-content-item:first-child {
    margin-top: 70px;
}

.interactive-content-item .interactive-item-icon {
    height: 56px;
    margin-bottom: 15px;
    width: 56px;
}

.interactive-content-item .interactive-item-lead {
    font-size: 18px;
    font-weight: 600;
}

.interactive-content-item .interactive-item-desc {
    font-size: 16px;
    margin-top: 15px;
}

.interactive-content-item .interactive-item-lead,
.interactive-content-item .interactive-item-desc {
    transition: color linear 0.5s;

       -moz-transition: color linear 0.5s;
    -webkit-transition: color linear 0.5s;
}

.interactive-content-item.carousel-nav-selected .interactive-item-lead,
.interactive-content-item.carousel-nav-selected .interactive-item-desc {
    color: #000;
}

@media screen and (max-width: 1100px) {
    .section-interactive .section-content-50-left {
        display: none;
    }

    .section-interactive .section-content-50-right {
        position: static;
    }
    
    .interactive-content {
        margin: 0px 10px;
        position: static;
        transform: none;

           -moz-transform: none;
            -ms-transform: none;
        -webkit-transform: none;
    }

    .interactive-content-item {
        margin-top: 40px;
        width: auto;
    }
}

@media screen and (max-width: 400px) {
    .section-interactive {
        height: 900px;
    }
}

.flexible-content {
    background-color: #93aff5;
    height: 580px;
}

.flexible-content .section-content-center {
    background-color: #fff;
    height: 100%;
    width: 20px;
}

.flexible-content .section-content-50-right {
    background-image: url(../images/hero-home-flexible@2x.jpg);
    background-position: center top;
    background-size: cover;
}

.flexible-upsell {
    left: 60%;
    width: 430px;
}

.flexible-upsell-lead {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    max-width: 350px;
}

.flexible-upsell-desc {
    color: #fff;
    font-size: 20px;
    margin-top: 25px;
}

.flexible-upsell-desc a {
    margin-top: 40px;
}

@media screen and (max-width: 600px) {
    .flexible-content {
        background-color: #fff;
        border: 0px;
        height: 630px;
    }

    .flexible-content .section-content-center {
        display: none;
    }

    .flexible-content .section-content-50-left {
        background-color: #93aff5;
        left: 0px;
        height: 300px;
        top: 300px;
        width: 100%;
    }

    .flexible-content .section-content-50-right {
        height: 300px;
        top: 0px;
        width: 100%;
    }

    .flexible-upsell {
        bottom: 20px;
        margin: 0px 20px;
        left: auto;
        top: auto;
        transform: none;
        width: auto;

           -moz-transform: none;
            -ms-transform: none;
        -webkit-transform: none;
    }

    .flexible-upsell-lead {
        font-size: 28px;
    }

    .flexible-upsell-desc {
        font-size: 16px;
    }
}

@media screen and (max-width: 1100px) and (min-width: 600px) {
    .flexible-content {
        height: 380px;
    }

    .flexible-content .section-content-center {
        left: 50%;
    }

    .flexible-upsell {
        left: 50%;
        width: 80%;
    }

    .flexible-upsell-lead {
        font-size: 28px;
    }

    .flexible-upsell-desc {
        font-size: 16px;
    }
}

@media screen and (max-height: 400px) and (max-width: 600px) {
    .flexible-content {
        height: 750px;
    }

    .flexible-content .section-content-50-right {
        height: 450px;
    }

    .flexible-content .section-content-50-left {
        top: 450px;
    }
}

@media screen and (max-height: 400px) and (min-width: 600px) {
    .flexible-content {
        height: 450px;
    }

    .flexible-content .section-content-50-right {
        height: 410px;
    }

    .flexible-content .section-content-50-left {
        top: 0px;
    }
}

@media screen and (min-width: 2000px) {
    .flexible-content {
        height: 700px;
    }
}

@media screen and (min-width: 2500px) {
    .flexible-content {
        height: 900px;
    }
}

@media screen and (min-width: 3000px) {
    .flexible-content {
        height: 1100px;
    }
}

@media screen and (min-width: 3500px) {
    .flexible-content {
        height: 1300px;
    }
}


.billers-content {
    height: 920px;
}

.billers-content .phone-frame {
    background-image: url(../images/phone-mock-mock.svg);
    background-position: top right 0px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 60%;
    position: absolute;
    right: 125px;
    width: 50%;
}

.billers-content-upsell {
    margin-left: 28px;
    width: 420px;
}

.billers-content-lead {
    font-size: 34px;
    font-weight: 600;
    max-width: 350px;
}

.billers-content-desc {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 25px;
}

.billers-content-desc a {
    margin-top: 40px;
}

@media screen and (max-width: 1100px) {
    #billers-scatter {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .billers-content {
        height: auto;
    }
    
    .billers-content .section-content-50-left {
        display: none;
    }

    .billers-content .section-content-50-right {
        margin: 100px 20px 0px;
        position: static;
        transform: none;
        width: auto;

           -moz-transform: none;
            -ms-transform: none;
        -webkit-transform: none;
    }

    .billers-content-upsell {
        margin: 0px;
        position: static;
        transform: none;
        width: auto;

           -moz-transform: none;
            -ms-transform: none;
        -webkit-transform: none;
    }
}

@media screen and (max-width: 1100px) and (min-width: 600px) {
    .billers-content {
        height: 550px;
    }

    .billers-content .phone-frame {
        left: 50%;
    }

    .billers-content-upsell {
        margin: 0px 20px;
        width: auto;
    }

    .billers-content-lead {
        font-size: 28px;
    }

    .billers-content-desc {
        font-size: 16px;
    }
}

@media screen and (max-height: 400px) {
    .billers-content {
        height: 400px;
    }

    .billers-content .section-content-50-left {
        display: none;
    }

    .billers-content .section-content-50-right {
        left: 0px;
        width: 100%;
    }
}

.reviews-content {
    background-color: #f7f7f7;
    background-image: url(../images/cut@2x.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 0px;
    padding: 100px 0px 240px;
}

.reviews-content-lead {
    color: #de4386;
    font-size: 65px;
    font-weight: 600;
    margin-bottom: 100px;
    text-align: center;
}

.reviews-content-lead img {
    display: inline-block;
    height: 58px;
    margin: 4px 20px 0px;
    width: 315px;
}

.reviews-review {
    background-color: #ffffff;
    box-sizing: border-box;
    box-shadow: 0 19px 60px 0 rgba(51, 69, 85, 0.12), 0 15px 20px 0 rgba(51, 69, 85, 0.15);
    left: 50%;
    margin-top: 50px;
    padding: 30px 50px;
    position: relative;
    width: 500px;
    z-index: 100;
}

.reviews-review.left {
    transform: translateX(-80%);
}

.reviews-review.right {
}

.reviews-review-stars {
    height: 18px;
    margin-bottom: 15px;
    width: 108px;
}

.reviews-review-title {
    color: #de4386;
    font-size: 26px;
    font-weight: 600;
}

.reviews-review-text {
    font-size: 15px;
    line-height: 1.6;
    margin: 15px 0px;
}

.reviews-review-user {
    font-size: 15px;
}

@media screen and (max-width: 1100px) {
    #reviews-scatter {
        display: none;
    }

    .reviews-review.left, .reviews-review.right {
        position: static;
        transform: none;

           -moz-transform: none;
            -ms-transform: none;
        -webkit-transform: none;
    }
}

@media screen and (max-width: 600px) {
    .reviews-content-lead {
        font-size: 45px;
    }

    .reviews-content-lead img {
        display: block;
        height: 40px;
        margin: 4px auto;
        width: 217px;
    }

    .reviews-review {
        height: auto;
        padding: 24px 15px;
        margin: 30px 15px 0px;
        width: auto;
    }

    .reviews-review-title {
        font-size: 21px;
    }

    .reviews-review-text, .reviews-review-user {
        font-size: 15px;
    }
}

@media screen and (max-width: 1100px) and (min-width: 600px) {
    .reviews-content {
        padding: 50px 0px;
    }

    .reviews-content::after {
        clear: both;
        content: "";
        display: block;
    }

    .reviews-content-lead {
        font-size: 60px;
        margin-bottom: 50px;
    }

    .reviews-content-lead img {
        display: block;
        margin: 0px auto;
    }
    
    .reviews-review {
        clear: both;
        padding: 30px;
    }

    .reviews-review.left {
        float: left;
        margin-left: 20px;
    }

    .reviews-review.right {
        float: right;
        margin-right: 20px;
    }
}

.articles-content {
    background-color: #fa89ba;
    padding: 150px 0px 60px;
}

.articles-reviews {
    height: 240px;
    position: relative;
}

.article-review {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    opacity: 0;
    position: absolute;
    transition: opacity linear 0.5s;
    max-width: 1020px;

       -moz-transition: opacity linear 0.5s;
    -webkit-transition: opacity linear 0.5s;
}

.article-review.carousel-item-selected {
    opacity: 1;
}

.articles-sources {
    margin-top: 110px;
    text-align: center;
}

.article-source {
    border-bottom: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    margin: 0px 20px;
    padding-bottom: 15px;
    transition: border-bottom-color linear 0.5s;
    vertical-align: top;

       -moz-transition: border-bottom-color linear 0.5s;
    -webkit-transition: border-bottom-color linear 0.5s;
}

.article-source img {
    background-color: #e9649e;
    transition: background-color linear 0.5s;

       -moz-transition: background-color linear 0.5s;
    -webkit-transition: background-color linear 0.5s;
}

.article-source.carousel-nav-selected {
    border-bottom-color: #fff;
}

.article-source.carousel-nav-selected img {
    background-color: #fff;
}

#article-source-wsj img {
    height: 17px;
    margin-top: 16px;
    width: 179px;
}

#article-source-producthunt img {
    height: 26px;
    margin-top: 12px;
    width: 145px;
}

#article-source-zing img {
    height: 40px;
    margin-top: 5px;
    width: 74px;
}

#article-source-nerdwallet img {
    height: 24px;
    margin-top: 13px;
    width: 139px;
}

#article-source-entrepreneur img {
    height: 26px;
    margin-top: 15px;
    width: 127px;
}

@media screen and (max-width: 1100px) {
    .articles-content {
        padding: 40px 0px;
    }

    .articles-reviews {
        height: 300px;
    }

    .article-review {
        font-size: 20px;
        max-width: none;
        text-align: center;
        width: 80%;
    }

    .articles-sources {
        height: 50px;
        margin-top: 40px;
        position: relative;
    }

    .article-source {
        left: 50%;
        margin: 0px;
        opacity: 0;
        position: absolute;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
    }

    .article-source.carousel-nav-selected {
        opacity: 1;
    }

    .article-source img {
        background-color: #fff;
    }
}

@media screen and (max-width: 1100px) and (min-width: 600px) {
    .articles-reviews {
        height: 200px;
    }
}

.security-content {
    padding-top: 60px;
    text-align: center;
}

.security-header {
    height: 150px;
    width: 150px;
}

.security-lead {
    font-size: 34px;
    font-weight: 600;
    margin: 25px auto 0px;
    max-width: 625px;
    text-align: center;
}

.security-desc {
    font-size: 20px;
    margin: 25px auto 90px;
    max-width: 625px;
    text-align: center;
}

.security-points {
    margin: 0px auto;
}

.security-point {
    display: inline-block;
    margin: 0px 15px;
    vertical-align: top;
    width: 200px;
}

.security-point-icon {
    height: 80px;
    width: 80px;
}

.security-point-desc {
    font-size: 18px;
    font-weight: 600;
    margin-top: 37px;
}

.security-learnmore {
    font-size: 18px;
    margin-bottom: 215px;
    margin-top: 130px;
}

@media screen and (max-width: 600px) {
    .security-lead  {
        font-size: 28px;
        margin: 25px 10px 0px;
    }

    .security-desc {
        font-size: 16px;
        margin: 25px 10px 30px;
    }

    .security-point {
        display: block;
        margin: 50px auto 0px;
        max-width: 200px;
        width: auto;
    }

    .security-learnmore {
        margin: 50px auto 100px;
        max-width: 220px;
    }
}

@media screen and (max-width: 1100px) and (min-width: 600px) {
    .security-lead {
        margin: 25px 30px 0px;
    }

    .security-desc {
        margin: 25px 30px 50px;
    }

    .security-point {
        margin: 0px auto 50px;
    }

    .security-learnmore {
        margin: 70px auto;
    }
}

.shutdown-notice-content {
    padding: 10px;
}