.container {
    width: 100%;
    max-width: 1170px;
    margin: auto;
}

.tt-calc-dep {
    overflow: hidden;
    margin: 0 auto;
    padding: 0
}

.tt-calc-dep .page {
    width: 100%;
    height: 100%;
    position: relative;
    left: 100%;
    display: none;
    padding: 10px;
    top: 0;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    min-height: 400px
}

.tt-calc-dep .start-img {
    width: 250px;
    margin-top: 25px
}

.tt-calc-dep .tt-calc-page-container {
    min-height: 400px
}

.tt-calc-dep .active {
    left: 0;
    display: block
}

.tt-calc-dep .headline {
    width: 100%;
    margin: 0;
    font-size: 22px;
    font-size: 2.2rem;
    margin-top: 10px;
    line-height: 120%
}

.tt-calc-dep .page-bottom {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 20px
}

.tt-calc-dep .btn-group>.btn {
    float: none
}

.tt-calc-dep img.checkImg {
    float: left;
    margin: 0 15px 15px 0;
    width: 30px
}

.tt-calc-dep .question {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 200;
    padding: 0 10px
}

.tt-calc-dep p.end-game {
    border: 1px solid #bbb;
    text-align: left;
    padding: 10px;
    background-color: #fcfcfc;
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem
}

.tt-calc-dep .end-game-lineitem {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 12px;
    text-align: left;
    margin-bottom: 10px
}

.tt-calc-dep .credit-name {
    color: #000;
    display: block;
    font-weight: 700
}

.tt-calc-dep .credit-name:after {
    content: ":";
    font-weight: 700;
    color: #000
}

.tt-calc-dep .success-price {
    float: right
}

.tt-calc-dep .button-header {
    display: none
}

.tt-calc-dep .end-game-no-worries {
    text-align: center;
    padding-top: 10px;
    line-height: 128%
}

.tt-calc-dep .tt-dep-parents-img {
    position: absolute;
    left: -150%;
    width: 75%
}

.tt-calc-dep .tt-dep-child-img {
    position: absolute;
    right: -150%;
    width: 35%
}

.tt-calc-dep .page>img {
    position: absolute;
    left: 25.5%;
    width: 49%;
    opacity: 0
}

.tt-calc-dep .page>img,
.tt-calc-dep .tt-dep-child-img,
.tt-calc-dep .tt-dep-parents-img {
    bottom: 32%
}

@media screen and (width:640px) {
    .tt-calc-dep .start-img {
        margin-top: 5px
    }
}

@media screen and (max-width:480px) and (max-height:320px) {
    .tt-calc-dep .start-img {
        margin-top: 0
    }
}

@media screen and (min-width:480px) {
    .tt-calc-dep .headline {
        font-size: 30px;
        font-size: 3rem
    }

    .tt-calc-dep .page {
        padding: 30px;
        font-size: 18px;
        font-size: 1.8rem
    }

    .tt-calc-dep .page>img,
    .tt-calc-dep .tt-dep-child-img,
    .tt-calc-dep .tt-dep-parents-img {
        bottom: 22%
    }

    .tt-calc-dep p.end-game {
        padding: 15px;
        margin-bottom: 30px;
        font-size: 16px;
        font-size: 1.6rem
    }

    .tt-calc-dep .end-game-lineitem {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 15px;
        text-align: left;
        margin-bottom: 20px
    }

    .tt-calc-dep .end-game-no-worries {
        margin-top: 30px
    }

    .tt-calc-dep .credit-name {
        display: inline
    }

    .tt-calc-dep .success-per {
        padding-left: 10px
    }

    .tt-calc-dep .success-price {
        float: right
    }
}

@media (min-width:480px) and (max-width:991px) {
    .tt-calc-dep .tt-calc-dep-step-1 {
        min-height: 420px
    }

    .tt-calc-dep .tt-calc-dep-step-9 {
        min-height: 485px
    }
}

@media screen and (min-width:510px) {
    .tt-calc-dep .button-header {
        display: block
    }
}

@media screen and (min-width:768px) {
    .tt-calc-dep .page {
        min-height: 500px
    }

    .tt-calc-dep .start-img {
        width: 350px
    }
}

.tt-dep-note {
    text-align: center;
    margin: 20px 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500
}