/* User Styles
/	Designer: Steven Lindgren 
/	Version: 1.0
/	Framework: ZURB Foundation 5
/	Source: http://foundation.zurb.com/
*/

body {
}

.field-validation-error {
    font-size: 10px;
    color: red;
}

#main-image img {
    width: 100%;
    margin-bottom: 50px;
}

#main-image .desktop {
    display: none;
}

#main-image .mob {
    display: block;
}

@media only screen and (min-width: 768px) {
    #main-image img {
        margin-bottom: 72px;
    }
}

@media only screen and (min-width: 768px) {
    #main-image .desktop {
        display: block;
    }

    #main-image .mob {
        display: none;
    }
}

.side-bar {
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: .3s;
    width: 100%;
    display: none;
    background: rgba(0, 0, 0,0.0);
}

    .side-bar .side-bar-menu {
        width: 225px;
        height: 100%;
        right: -225px;
        position: fixed;
        transition: .3s;
        background: rgba(255, 255, 255,1);
    }

        .side-bar .side-bar-menu .logo {
            margin: 25px;
        }

        .side-bar .side-bar-menu .menu {
            margin-top: 20px;
        }

            .side-bar .side-bar-menu .menu .menu-item {
                display: block;
                text-align: center;
                margin: 0px 20px;
                padding: 30px 0;
                border-bottom: solid 2px gray;
            }

                .side-bar .side-bar-menu .menu .menu-item a {
                    color: #4f4f4f;
                }

.branding-bar {
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 32px 0px 32px 0px;
    background-color: #FFFFFF;
}

    .branding-bar a {
        text-decoration: none;
        color: #282828;
    }

    .branding-bar p {
        font-size: 13px;
        text-transform: uppercase;
    }

    .branding-bar ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        text-transform: uppercase;
        font-size: 13px;
    }

    .branding-bar li {
        float: right;
    }

        .branding-bar li a {
            display: block;
            color: #4a4a4a;
            padding: 14px 16px 0px 0px;
            text-decoration: none;
        }

    .branding-bar .branding-bar-content {
        height: 85px;
        position: relative;
    }

        .branding-bar .branding-bar-content img {
            max-height: 80%;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }

    .branding-bar .top-menu {
        margin: 0;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

        .branding-bar .top-menu .menu-item {
            padding: 0 30px;
        }

@media only screen and (max-width: 40em) { /* max-width 640px, mobile-only styles, use when QAing mobile issues */
    .branding-bar {
        width: 100%;
        height: auto;
        margin: 0px 0px 0px 0px;
        padding: 0;
        background-color: #FFFFFF;
    }

        .branding-bar .branding-bar-content-mobile {
            background-color: #353536;
            position: relative;
            width: 100%;
            height: 90px;
            padding: 20px 10px;
        }

            .branding-bar .branding-bar-content-mobile img {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
            }

            .branding-bar .branding-bar-content-mobile .side-nav-toggle {
                position: absolute;
                right: 24px;
                bottom: 0px;
                color: #fff;
                font-size: 48px;
            }

        .branding-bar ul {
            margin: 0;
            padding: 0;
            text-transform: uppercase;
            text-align: left;
            line-height: 18px;
        }

        .branding-bar li {
            text-align: left;
            font-size: 11px;
        }

            .branding-bar li a {
                display: block;
                color: #4a4a4a;
                padding: 14px 16px;
                text-decoration: none;
            }
}

/* Top-Info Styles */
.top-info {
    width: 100%;
    /*background: url(../images/main_bg_wo.jpg) no-repeat bottom;*/
    background-size: cover;
    padding: 40px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

    .top-info h1 {
        color: #4a4a4a;
        font-size: 60px;
        line-height: 70px;
        font-weight: 600;
        padding: 0px;
        margin: 0px 0px 0px 0px;
        font-family: 'Oswald', sans-serif;
    }

    .top-info h2 {
        font-size: 29px;
        font-weight: 700;
    }

    .top-info p {
        padding: 10px 0px 10px 0px;
        margin: 0px 0px 0px 0px;
        color: #4a4a4a;
        font-size: 17px;
        font-weight: 100;
        line-height: 23px;
    }

        .top-info p a {
            color: #4a4a4a;
            text-decoration: underline;
        }


    .top-info sup {
        position: relative;
        top: -5px;
        font-size: 12px;
        vertical-align: super;
        font-weight: 100;
        letter-spacing: 0px;
    }

@media only screen and (max-width: 40em) { /* max-width 640px, mobile-only styles, use when QAing mobile issues */
    .top-info {
        width: 100%;
        height: auto;
        /*background: url(../images/main_bg_wo.jpg) no-repeat bottom;*/
        padding: 20px 0px 0px 0px;
        margin: 0;
    }

        .top-info h1 {
            color: #4a4a4a;
            font-size: 6vw;
            font-weight: 600;
            padding: 0px;
            font-family: 'Oswald', sans-serif;
            line-height: 1;
        }

        .top-info h2 {
            font-size: 2.25vw;
            font-weight: 700;
            margin: 0;
        }

        .top-info p {
            padding: 0;
            margin: 0;
            color: #4a4a4a;
            font-size: 1.5vw;
            font-weight: 100;
            line-height: 20px;
        }

        .top-info sup {
            position: relative;
            top: 1px;
            font-size: 11px;
            vertical-align: super;
            font-weight: 100;
            letter-spacing: 0px;
        }
}


/* f058 f1f0 f164*/
.card-design-small {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
    display: inline-block;
    width: 100%;
}

    .card-design-small label {
        font-size: 15px;
        margin: 20px 0px 0px 0px !important;
        padding: 0;
        font-weight: 300;
    }

    .card-design-small div img {
        max-width: 100%;
        padding: 5px 0;
        cursor: pointer;
    }

    .card-design-small div.active::before {
        font-family: 'FontAwesome';
        font-size: 40px;
        content: '\f00c';
        /*color: darkred;*/
        color: yellow;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        z-index: 100;
    }

    .card-design-small div.active img {
        filter: drop-shadow(3px 2px 3px yellow) drop-shadow(-3px -2px 3px yellow);
        /* filter: drop-shadow(3px 2px 3px darkred) drop-shadow(-3px -2px 3px darkred);*/
    }

.form-label {
    font-size: 16px;
    font-weight: 600;
}

@media only screen and (max-width: 25em) {
    .form-label {
        font-size: 14px;
    }
}

.btn-submit,
input[type=submit].btn-submit {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 30px !important;
    text-transform: uppercase;
    padding: 10px 30px;
    background-color: #353536;
}

@media only screen and (max-width: 25em) {
    .btn-submit,
    input[type=submit].btn-submit {
        font-size: 18px !important;
    }
}

.btn-submit:hover,
.btn-submit:focus,
input[type=submit].btn-submit:hover,
input[type=submit].btn-submit:focus {
    background-color: yellow;
    color: #4a4a4a;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}



input[type=text], input[type=email], select {
    border: 1px solid #dbdbdb;
    box-shadow: 1px 1px 1px #efefef;
    padding: .6em;
    width: 100%;
    margin: 0 0 .9em 0;
}

input[type=checkbox] {
    width: 25px;
    height: 25px;
}

input[type=radio] {
    width: 15px;
    height: 15px;
}

/* Bullets - Left Styles */
.card-display {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

    .card-display h1 {
        color: #4a4a4a;
        font-size: 18px;
        font-weight: 300;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 20px 0px;
        text-transform: uppercase;
    }

    .card-display h2 {
        color: darkred;
        font-size: 14px;
        font-weight: 300;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 5px 0px;
        text-transform: uppercase;
        text-align: center;
    }

    .card-display p {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        font-size: 12px;
        font-weight: 400;
        text-align: center;
    }

    .card-display sup {
        position: relative;
        top: 1px;
        font-size: 11px;
        vertical-align: super;
        font-weight: 400;
        letter-spacing: 0px;
    }

/*.card-display img {
        max-width: 100%;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s,opacity .5s linear;
        display: none;
    }

        .card-display img.active {
            display: block;
            visibility: visible;
            opacity: 1;
        }*/

.card-design .card-design-small div {
    position: relative;
    display: inline-block;
    width: 32%;
}

@media only screen and (max-width: 40em) { /* max-width 640px, mobile-only styles, use when QAing mobile issues */
    .card-display {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

        .card-display h1 {
            color: #4a4a4a;
            font-size: 16px;
            font-weight: 300;
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 20px 0px;
            text-transform: uppercase;
            text-align: center;
        }

        .card-display h2 {
            color: darkred;
            font-size: 14px;
            font-weight: 300;
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 5px 0px;
            text-transform: uppercase;
            text-align: center;
        }

        .card-display p {
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
            font-size: 15px;
            font-weight: 100;
        }

        .card-display sup {
            position: relative;
            top: 1px;
            font-size: 11px;
            vertical-align: super;
            font-weight: 400;
            letter-spacing: 0px;
        }
}

.bullets {
    margin: 0px 0px 0px 0px;
}

    .bullets h1 {
        color: darkred;
        font-size: 18px;
        font-weight: 500;
        padding: 0px 0px 0px 0px;
        margin: 42px 0px 10px 0px;
        text-transform: uppercase;
    }

    .bullets ul {
        margin: 0px 0px 0px 20px;
        padding: 0px 0px 0px 0px;
        font-size: 15px;
        font-weight: 100;
    }

    .bullets li {
        list-style-image: url(../images/check_mark.png);
        padding: 8px 0px 0px 0px;
    }

    .bullets p {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        font-size: 15px;
        font-weight: 100;
    }

@media only screen and (max-width: 40em) { /* max-width 640px, mobile-only styles, use when QAing mobile issues */
    .bullets {
        margin: 0px 0px 0px 0px;
    }

        .bullets h1 {
            color: darkred;
            font-size: 18px;
            font-weight: 300;
            padding: 0px 0px 0px 0px;
            margin: 42px 0px 10px 0px;
            text-transform: uppercase;
        }

        .bullets ul {
            margin: 0px 0px 0px 20px;
            padding: 0px 0px 0px 0px;
            font-size: 15px;
            font-weight: 100;
        }

        .bullets li {
            list-style-image: url(../images/check_mark.png);
            padding: 8px 0px 0px 0px;
        }

        .bullets p {
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
            font-size: 15px;
            font-weight: 100;
        }
}

.info-box {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #dde9f1;
    margin: 50px 0px 30px 0px;
    padding: 15px 20px 15px 20px;
}

    .info-box p {
        font-size: 15px;
        color: #4a4a4a;
        font-weight: 100;
        line-height: 18px;
    }

/*reg styles*/
.reg-box {
    background: #ffffff;
    margin: 0px 0px 50px 0px;
    padding: 0px 10px 0px 10px;
    color: #4f4f4f;
}

    .reg-box h1 {
        color: #4a4a4a;
        font-size: 22px;
        font-weight: 600;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 20px 0px;
        text-transform: uppercase;
    }

    .reg-box h2 {
        color: darkred;
        font-size: 18px;
        font-weight: 300;
        padding: 0px 0px 0px 0px;
        margin: 6px 0px 0px 0px;
        text-transform: uppercase;
    }

    .reg-box h3 {
        color: darkred;
        font-size: 16px;
        font-weight: 300;
        padding: 0px 0px 0px 0px;
        margin: 6px 0px 6px 0px;
        text-transform: uppercase;
    }

    .reg-box form {
        margin: 0px;
        padding: 0px;
    }

    /*.reg-box label {
        font-size: 15px;
        margin: 0px 0px 0px 0px;
        padding: 0;
        font-weight: 300;
    }*/

    .reg-box input {
        background: #FFF;
        border: 1px solid #d8e7ea;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .reg-box button {
        background-color: darkred;
    }



.reg-box-question {
    font-size: 15px;
    margin: 5px 0px 5px 0px;
    padding: 0;
    font-weight: 100;
}

.opt-in,
.opt-in label {
    font-size: 12px;
    line-height: 18px;
    color: #303030;
}

    .opt-in a {
        color: darkred;
    }

.subinfo {
    font-size: 11px;
    margin: 0px 0px 20px 0px;
    color: darkred;
}

#hiddenquestion {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}

.steps {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}

@media only screen and (max-width: 40em) {
    .reg-box {
        background: #ffffff;
        margin: 0px 0px 10px 0px;
        padding: 0px 10px 0px 10px;
        color: #4f4f4f;
    }

        .reg-box h1 {
            color: #4a4a4a;
            font-size: 18px;
            font-weight: 600;
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 20px 0px;
            text-align: center;
            text-transform: uppercase;
        }

        .reg-box h2 {
            color: darkred;
            font-size: 20px;
            font-weight: 100;
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 0px 0px;
        }

        .reg-box h3 {
            color: darkred;
            font-size: 18px;
            font-weight: 300;
            padding: 0px;
            margin: 0px 0px 0px 0px;
        }

        .reg-box form {
            margin: 0px;
            padding: 0px;
        }

        /*.reg-box label {
            font-size: 15px;
            margin: 0px 0px 0px 0px;
            padding: 0;
            font-weight: 300;
        }*/

        .reg-box input {
            background: #FFF;
            border: 1px solid #d8e7ea;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

    .reg-box-question {
        font-size: 15px;
        margin: 20px 0px 20px 0px;
        padding: 0;
        font-weight: 300;
    }

    .opt-in {
        font-size: 12px;
        line-height: 18px;
        color: #303030;
    }

        .opt-in a {
            color: darkred;
        }

    .subinfo {
        font-size: 11px;
        margin: -10px 0px 10px 0px;
        color: #4f4f4f;
    }
}

/*lower info*/
.lowerinfo {
    width: 100%;
    margin: 0px 0px 0px 0px;
}

    .lowerinfo h1 {
        color: #4a4a4a;
        font-size: 45px;
        font-weight: 400;
        padding: 0px;
        margin: 0px 0px 0px 20px;
        text-align: center;
        text-transform: uppercase;
        font-family: 'Oswald';
        text-decoration: underline;
    }

.icon-wrapper {
    position: relative;
    height: 100px;
    width: 100%;
}

    .icon-wrapper img {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        max-width: 100px;
        max-height: 100px;
    }

.lowerinfo-box {
    background-color: #ffffff;
    padding: 14px;
    margin: 30px 0px 30px 0px;
    height: auto;
}

    .lowerinfo-box h2 {
        color: #4a4a4a;
        font-size: 15px;
        font-weight: 600;
        padding: 0px;
        text-align: center;
        text-transform: uppercase;
        margin: 15px 0px 0px 0px;
    }

.cash-back {
    margin-bottom: -30px;
}

.lowerinfo-box p {
    padding: 0px 0px 0px 0px;
    color: #4a4a4a;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

.lowerinfo-box img {
    margin: 0px 0px 0px 0px;
    text-align: center;
}

.lowerinfo sup {
    position: relative;
    top: -1px;
    font-size: 14px;
    vertical-align: super;
    font-weight: 100;
    letter-spacing: 0px;
}

@media only screen and (max-width: 40em) {
    .lowerinfo {
        width: 100%;
        padding: 30px 0px 30px 0px;
        margin: 10px 0px 0px 0px;
    }

        .lowerinfo h1 {
            color: #4a4a4a;
            font-size: 25px;
            font-weight: 400;
            padding: 0px;
            margin: 0px 0px 0px 10px;
        }

    .lowerinfo-box {
        background-color: #ffffff;
        padding: 15px;
        margin: 0px 0px 0px 0px;
        height: auto;
    }

        .lowerinfo-box h2 {
            color: #4a4a4a;
            font-size: 16px;
            font-weight: 600;
            padding: 0;
            margin: 10px 0 5px 0;
        }

        .lowerinfo-box p {
            padding: 0 0 0 0;
            color: #4a4a4a;
            font-size: 13px;
            font-weight: 400;
            line-height: 18px;
        }

        .lowerinfo-box img {
            margin: 0px 0px 0px 0px;
            text-align: center;
        }

    .lowerinfo sup {
        position: relative;
        top: -1px;
        font-size: 14px;
        vertical-align: super;
        font-weight: 100;
        letter-spacing: 0px;
    }
}

/*Terms & Conditions */
.terms-text-block {
    margin: 0px 0px 10px 0px;
    font-weight: 200;
}

    .terms-text-block h1 {
        font-size: 16px;
        font-weight: 500;
        color: #4d4d4d;
        margin: 0px 0px 10px 0px;
        text-decoration: underline;
    }

    .terms-text-block p {
        font-size: 14px;
        color: #4d4d4d;
        margin: 0px 0px 10px 0px;
    }

    .terms-text-block li {
        font-size: 14px;
        margin: 0px 0px 10px 0px;
    }

.table_header {
    background: #1A1A1A;
    font-weight: 600;
    color: #FFFFFF;
}

.terms-legal-emphasis span {
    font-weight: 700;
    color: #4d4d4d;
}

.terms-scrollbox {
    height: 450px;
    overflow: auto;
    margin: 20px 0px 20px 0px;
    font-size: 14px;
    padding: 10px;
    color: #4d4d4d;
    border: 1px solid #dff2f5;
}

.esign {
    background: #D5D5D5;
}

.esign_wrap {
    background-color: #f4f7fa;
    padding: 15px;
    margin: 0px 0px 0px 0px;
}

    .esign_wrap p {
        font-size: 12px;
        color: #2e2e2e;
        font-weight: normal;
        padding: 0px;
        margin: 0px;
    }

.esign_optin {
    margin: 10px 0px 0px 0px;
}

    .esign_optin p {
        font-size: 13px;
        color: #2e2e2e;
        font-weight: normal;
        padding: 0px;
        margin: 0px;
        text-align: center;
    }

.esign_wrap ul {
    margin: 10px 0px 10px 50px;
    display: inline-block;
}

.esign_wrap li {
    font-size: 12px;
    color: #2e2e2e;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
}

.highlight-bg {
    background: #D5D5D5;
    padding: 5px 0px 5px 10px;
    margin: 0px;
    font-size: 14px;
    color: #4d4d4d;
}

.input-2 {
    width: 100px;
    float: left;
    margin: 0px 5px 0px 0px;
}

.pymt-top {
    margin: 0px 10px 0px 10px;
}

    .pymt-top h1 {
        color: #fcb133;
        font-size: 55px;
        line-height: 55px;
        font-weight: 400;
        letter-spacing: -1px;
        padding: 0px;
        margin: 40px 0px 0px 0px;
        text-align: center;
    }

    .pymt-top h2 {
        color: #fcb133;
        font-size: 23px;
        font-weight: 400;
        padding: 0px;
        margin: 10px 0px 0px 0px;
    }

    .pymt-top p {
        color: #4d4d4d;
        font-size: 16px;
        font-weight: 300;
        padding: 0px;
        margin: 0px 0px 0px 0px;
    }

.pymt-reg-box {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f7faff;
    margin: 60px auto 60px auto;
    padding: 25px;
    color: #4f4f4f;
}

    .pymt-reg-box h1 {
        color: #282828;
        font-size: 35px;
        font-weight: 300;
        padding: 0px;
        margin: 40px 0px 0px 0px;
    }

    .pymt-reg-box h2 {
        color: #4d4d4d;
        font-size: 20px;
        font-weight: 200;
        padding: 0px;
        margin: 0px 0px 0px 15px;
    }

    .pymt-reg-box h3 {
        color: #92c446;
        font-size: 20px;
        font-weight: 500;
        padding: 0px;
        margin: 0px 0px 0px 15px;
    }

@media only screen and (max-width: 40em) {
    .terms-text-block {
        margin: 0px 0px 10px 0px;
        font-weight: 200;
    }

        .terms-text-block h1 {
            font-size: 16px;
            font-weight: 500;
            color: #4d4d4d;
            margin: 0px 0px 10px 0px;
            text-decoration: underline;
        }

        .terms-text-block p {
            font-size: 14px;
            color: #4d4d4d;
            margin: 0px 0px 10px 0px;
        }

        .terms-text-block li {
            font-size: 14px;
            margin: 0px 0px 10px 0px;
        }

    .table_header {
        background: #1A1A1A;
        font-weight: 600;
        color: #FFFFFF;
    }

    .terms-legal-emphasis span {
        font-weight: 700;
        color: #4d4d4d;
    }

    .terms-scrollbox {
        height: 450px;
        overflow: auto;
        margin: 20px 0px 20px 0px;
        font-size: 14px;
        padding: 10px;
        color: #4d4d4d;
        border: 1px solid #dff2f5;
    }

    .esign {
        background: #D5D5D5;
    }

    .esign_wrap {
        background-color: #f4f7fa;
        padding: 10px;
        margin: 0px 0px 0px 0px;
    }

        .esign_wrap p {
            font-size: 12px;
            color: #2e2e2e;
            font-weight: normal;
            padding: 0px;
            margin: 0px;
        }

    .esign_optin {
        margin: 10px 0px 0px 0px;
    }

        .esign_optin p {
            font-size: 13px;
            color: #2e2e2e;
            font-weight: normal;
            padding: 0px;
            margin: 0px;
            text-align: center;
        }

    .esign_wrap ul {
        margin: 10px 0px 0px 20px;
        display: inline-block;
    }

    .esign_wrap li {
        font-size: 12px;
        color: #2e2e2e;
        font-weight: normal;
    }

    .highlight-bg {
        background: #D5D5D5;
        padding: 5px 0px 5px 10px;
        margin: 0px;
        font-size: 14px;
        color: #4d4d4d;
    }

    .input-2 {
        width: 100px;
        float: left;
        margin: 0px 5px 0px 0px;
    }
}

/*footer styles*/
.footer {
    width: 100%;
    background: #4B4F57;
    margin: 0px 0px 0px 0px;
    padding: 55px 0px 55px 0px;
}

    .footer p {
        color: #ffffff;
        font-weight: 300;
        font-size: 12px;
        line-height: 18px;
    }

    .footer a {
        color: #ffffff;
        text-decoration: none;
    }

    .footer ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        font-size: 13px;
    }

    .footer li {
        margin-top: 30px;
    }

        .footer li:nth-child(1) {
            margin-top: 0;
        }

        .footer li a {
            color: #ffffff;
            text-decoration: none;
        }

    .footer .logo {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .footer .social-icons {
        width: 100%;
        display: flex;
        margin-top: 10px;
        align-items: center;
        justify-content: center;
    }

        .footer .social-icons a {
            font-size: 20px;
            margin: 0 5px;
        }

@media only screen and (max-width: 40em) {
    .footer {
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 25px 0px 15px 0px;
        background-color: #fff;
    }

        .footer hr {
            margin: 1.25rem 2em 1.1875rem;
        }

        .footer p {
            color: #4d4d4d;
            font-weight: 300;
            font-size: 10px;
            line-height: 14px;
        }

        .footer a {
            color: #4d4d4d;
            font-size: 9px;
            text-decoration: underline;
        }

        .footer ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
            overflow: hidden;
            text-transform: uppercase;
            font-size: 13px;
        }

        .footer li {
            float: right;
        }

            .footer li a {
                display: block;
                color: #ffffff;
                text-align: center;
                padding: 14px 16px 0px 0px;
                text-decoration: none;
            }
}

.clear {
    margin-bottom: 0px;
    clear: both;
}

.center {
    margin: 0px auto 0px auto;
    text-align: center;
}

/*Terms and Conditions*/
.alt-wrap {
    width: 100%;
    padding: 50px 0px 50px 0px;
    margin: 0px 0px 0px 0px;
    background-color: #dde9f1;
}

.p2-reg-box {
    background: #fff;
    margin: 0px 10px 60px 10px;
    padding: 50px;
}

    .p2-reg-box h1 {
        color: darkred;
        font-size: 20px;
        font-weight: 600;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        text-transform: uppercase;
    }

    .p2-reg-box h2 {
        color: #f0bc32;
        font-size: 55px;
        line-height: 1.3em;
        font-weight: 300;
        padding: 10px 0px 10px 0px;
        margin: 0px 0px 5px 30px;
    }

    .p2-reg-box h3 {
        font-size: 16px;
        color: #ed6a18;
        margin: 10px 0px 10px 20px;
        padding: 0px 0px 0px 0px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .p2-reg-box h4 {
        font-size: 12px;
        color: #000;
        margin: 0px 0px 10px 20px;
        padding: 0px 0px 0px 0px;
        font-weight: 300;
    }

    .p2-reg-box h5 {
        color: #FFF;
        font-size: 1em;
        line-height: 1em;
        font-weight: 200;
        padding: 0px 0px 10px 0px;
        margin: 0px 0px 5px 0px;
    }

    .p2-reg-box form {
        margin: 0;
        padding: 0;
    }

    .p2-reg-box label {
        font-size: 15px;
        margin: 0px 0px 0px 0px;
        padding: 0;
    }

    .p2-reg-box input {
        background: #ffffff;
        margin: 0px 0px 5px 0px;
        padding: 0px;
    }

    .p2-reg-box select {
        height: 40px;
        margin: 0px 0px 5px 0px;
    }

.p2-reg-box-none {
    margin: 0px 0px 0px 0px;
    padding: 0;
}

/*.terms-hdr {
}*/

.terms-hdr p {
    color: #2e2e2e;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    padding: 0px;
    margin: 5px 0px 5px 0px;
}

.termstop h4 {
    color: #2e2e2e;
    font-size: 1.8em;
    line-height: 1em;
    font-weight: 400;
    padding: 0px;
    margin: 30px 0px 5px 0px;
}

.termstop p {
    color: #2e2e2e;
    font-size: .5em;
    line-height: 1.2em;
    font-weight: 400;
    padding: 0px;
    margin: 20px 0px 5px 0px;
}

.termstop span {
    color: #3c9fc5;
}

.terms {
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
}

    .terms table {
        border-collapse: collapse;
        width: 100%;
        margin: 30px 0px 30px 0px;
        padding: 0px 0px 0px 0px;
        color: #2e2e2e;
    }

    .terms table, td {
        border: 1px solid #ababab !important;
        font-size: 14px;
        line-height: 18px;
        padding: 20px !important;
        margin: 10px 0px 10px 0px !important;
    }

    .terms span {
        font-size: 16px;
        font-weight: 600;
    }

    .terms a {
        color: #3eaeff;
        text-decoration: none;
    }

.terms-lower {
    overflow: scroll;
    height: 230px;
    margin: 0px 0px 20px 0px;
    padding: 0px 10px 0px 10px;
    border: 1px solid #ababab;
}

    .terms-lower h1 {
        color: #012169;
        font-size: 30px;
        font-weight: 300;
        padding: 0px;
        margin: 0px 0px 5px 0px;
    }

    .terms-lower p {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 20px 0px;
        color: #2e2e2e;
        font-size: 14px;
        font-weight: 100;
        line-height: 18px;
    }

.terms-alt {
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
}

    .terms-alt table {
        border-collapse: collapse;
        width: 100%;
        margin: 30px 0px 30px 0px;
        padding: 0px 0px 0px 0px;
        color: #2e2e2e;
    }

    .terms-alt table, td {
        border: none;
        font-size: 14px;
        line-height: 18px;
        padding: 20px !important;
        margin: 10px 0px 10px 0px !important;
    }

    .terms-alt td td {
        border: 0;
        font-size: 14px;
        line-height: 18px;
        padding: 20px !important;
        margin: 10px 0px 10px 0px !important;
    }

    .terms-alt span {
        font-size: 16px;
        font-weight: 600;
    }

    .terms-alt a {
        color: #3eaeff;
        text-decoration: none;
    }

@media only screen and (max-width: 40em) {
    .terms {
        margin: 10px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        display: inline-block;
    }

        .terms table {
            border-collapse: collapse;
        }

        .terms table, td {
            border: 1px solid #ababab;
            font-size: 11px !important;
            line-height: 1px;
            padding: 5px !important;
            margin: 10px 0px 10px 0px !important;
        }

        .terms span {
            font-size: 16px;
            font-weight: 600;
        }

        .terms a {
            color: #3eaeff;
            text-decoration: none;
        }

        .terms h3 {
            color: #012169;
            font-size: 18px;
            font-weight: 600;
            margin: 20px 0px 5px 0px;
            padding: 0px 0px 0px 0px;
        }

    .terms-lower {
        overflow: scroll;
        height: 350px;
        margin: 0px 0px 20px 0px;
        padding: 0px 5px 0px 5px;
        border: 1px solid #ababab;
    }

        .terms-lower h1 {
            color: #012169;
            font-size: 30px;
            font-weight: 300;
            padding: 0px;
            margin: 0px 0px 5px 0px;
        }

        .terms-lower p {
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 20px 0px;
            color: #2e2e2e;
            font-size: 14px;
            font-weight: 100;
            line-height: 18px;
        }
}

@media only screen and (max-width: 40em) {
    .alt-wrap {
        width: 100%;
        padding: 50px 0px 50px 0px;
        margin: 0px 0px 0px 0px;
        background-color: #dde9f1;
    }

    .p2-reg-box {
        background: #fff;
        margin: 0px 10px 60px 10px;
        padding: 10px;
    }

        .p2-reg-box p {
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
            font-size: 12px;
        }

        .p2-reg-box h1 {
            color: darkred;
            font-size: 16px;
            font-weight: 600;
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 0px 0px;
            text-transform: uppercase;
        }

        .p2-reg-box h2 {
            color: #f0bc32;
            font-size: 55px;
            line-height: 1.3em;
            font-weight: 300;
            padding: 10px 0px 10px 0px;
            margin: 0px 0px 5px 30px;
        }

        .p2-reg-box h3 {
            font-size: 16px;
            color: #ed6a18;
            margin: 10px 0px 10px 20px;
            padding: 0px 0px 0px 0px;
            font-weight: 600;
            text-transform: uppercase;
        }

        .p2-reg-box h4 {
            font-size: 12px;
            color: #000;
            margin: 0px 0px 10px 20px;
            padding: 0px 0px 0px 0px;
            font-weight: 300;
        }

        .p2-reg-box h5 {
            color: #FFF;
            font-size: 1em;
            line-height: 1em;
            font-weight: 200;
            padding: 0px 0px 10px 0px;
            margin: 0px 0px 5px 0px;
        }

        .p2-reg-box form {
            margin: 0;
            padding: 0;
        }

        .p2-reg-box label {
            font-size: 15px;
            margin: 0px 0px 0px 0px;
            padding: 0;
        }

        .p2-reg-box input {
            background: #ffffff;
            border: 1px solid #000000;
            margin: 0px 0px 5px 0px;
        }

        .p2-reg-box select {
            height: 40px;
            margin: 0px 0px 5px 0px;
        }

    .p2-reg-box-none {
        margin: 0px 0px 0px 0px;
        padding: 0;
    }

    /*.terms-hdr {
    }*/

    .terms-hdr p {
        color: #2e2e2e;
        font-size: 16px;
        line-height: 18px;
        font-weight: 300;
        padding: 0px;
        margin: 5px 0px 5px 0px;
    }

    .termstop h4 {
        color: #2e2e2e;
        font-size: 1.8em;
        line-height: 1em;
        font-weight: 400;
        padding: 0px;
        margin: 30px 0px 5px 0px;
    }

    .termstop p {
        color: #2e2e2e;
        font-size: .5em;
        line-height: 1.2em;
        font-weight: 400;
        padding: 0px;
        margin: 20px 0px 5px 0px;
    }

    .termstop span {
        color: #3c9fc5;
    }
}

.shumer_wrap {
    height: 1600px;
    overflow: scroll;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

    .shumer_wrap h1 {
        color: #1c546b;
        font-size: 29px;
        line-height: 1em;
        font-weight: 200;
        letter-spacing: -1px;
        padding: 0px 0px 10px 0px;
        margin: 0px 0px 10px 0px;
    }

.shumer sup {
    position: relative;
    top: -0px;
    font-size: .4em;
    vertical-align: super;
}

.shumer_box {
    border: 1px solid #2e2e2e;
    margin: 15px 0px 30px 0px;
}

.shumer_line_item {
    border-bottom: 1px solid #2e2e2e;
}

.shumer_line_item_end {
    float: left;
}

.shumer_line_item_note {
    width: 100%;
    padding: 10px 5px 5px 10px;
    background-color: #000;
    color: #FFF;
}

    .shumer_line_item_note p {
        font-size: 15px;
        color: #2e2e2e;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        margin: 0;
    }

.shumer_line_item_title {
    float: left;
    padding: 15px;
}

    .shumer_line_item_title p {
        font-size: 15px;
        color: #2e2e2e;
        font-weight: bold;
        text-transform: uppercase;
        padding: 0px;
        margin: 0px;
    }

.shumer_line_item_info {
    float: left;
    padding: 15px;
}

    .shumer_line_item_info p {
        font-size: 15px;
        color: #2e2e2e;
        padding: 0px;
        margin: 0px;
    }

.borderleft {
    border-left: 1px solid #2e2e2e;
}

.borderright {
    border-right: 1px solid #2e2e2e;
}

.rate {
    font-size: 18px;
    font-weight: bold;
}

/*.shumer_info {
}*/

.shumer_info p {
    font-size: 15px;
    color: #2e2e2e;
    font-weight: normal;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
}

.shumer_info h2 {
    font-size: 16px;
    color: #ed6a18;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: 600;
    text-transform: uppercase;
}

/* JBR DEV CODE ----------------------------------------------------- */
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: White;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}


/* Card Show Hide */
.show-j1 .show-j6, .show-tm3rainp, .show-tm3mountp, .show-tm3liap, .show-tm3autop, .show-tm3earp, .show-tm3surfp {
    display: block;
}

.hide-j1, .hide-j6, .hide-tm3rainp, .hide-tm3mountp, .hide-tm3liap, .hide-tm3autop, .hide-tm3earp, .hide-tm3surfp {
    display: none;
}
/* End Card Show Hide */

/* Card Selector Check Mark*/
.totalcredit-card {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

    .totalcredit-card:hover {
        -webkit-filter: brightness(1.2) grayscale(.5) opacity(.8);
        -moz-filter: brightness(1.2) grayscale(.5) opacity(.8);
        filter: brightness(1.2) grayscale(.5) opacity(.8);
    }

    .totalcredit-card img {
        width: 150px;
    }

@media only screen and (max-width: 40em) {
    .totalcredit-card img {
        width: 100px;
    }
}

/*.card-section-2 input[type=radio] {
    border: 0px;
    background: #f0f0f0;
    width: 0px;
    height: 0px;
}*/

.card-section-2 input {
    margin: 0px;
    padding: 0px;
}

    .card-section-2 input:active + .totalcredit-card {
    }

    .card-section-2 input:checked + .totalcredit-card {
        filter: drop-shadow(2px 1px 2px #ffac0d) drop-shadow(-2px -1px 2px #ffac0d);
    }

        .card-section-2 input:checked + .totalcredit-card::before {
            font-family: 'FontAwesome';
            font-size: 50px;
            content: '\f00c';
            color: #ffac0d;
            position: absolute;
            left: 50%;
            top: 60%;
            transform: translate(-50%,-40%);
            z-index: 100;
        }

/* End Card Selector Check Mark*/

.progress {
    background-color: #cacaca;
    height: 1.5rem;
    margin-bottom: 1rem;
    border-radius: 0;
}

    .progress.primary .progress-meter {
        background-color: #2199e8;
    }

    .progress.secondary .progress-meter {
        background-color: #777;
    }

    .progress.success .progress-meter {
        background-color: #3adb76;
    }

    .progress.warning .progress-meter {
        background-color: #ffae00;
    }

    .progress.alert .progress-meter {
        background-color: darkred;
    }

.progress-meter {
    position: relative;
    display: block;
    width: 0%;
    height: 100%;
    background-color: darkred;
}

.progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0px 5px 0px 11px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0px 0px 0px 0px;
    font-size: 10px;
    font-weight: bold;
    color: #fefefe;
    white-space: nowrap;
}

.no-checking-intro {
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 20px 0px;
    background: #417faa;
}

    .no-checking-intro h1 {
        font-size: 30px;
        color: #ffffff;
        font-weight: 400;
        line-height: 35px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    .no-checking-intro h2 {
        font-size: 16px;
        color: #ffffff;
        font-weight: 100;
        line-height: 20px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

.swiper-slide {
    width: 50px;
}

.swiper-slide-prev img,
.swiper-slide-next img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.6;
    transition: 1s;
}

.card-design-small .swiper-slide-next img, .card-design-small .swiper-slide-prev img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.swiper-slide-prev h2,
.swiper-slide-next h2 {
    opacity: 0;
    transition: 1s;
}

.swiper-button-prev, .swiper-button-next {
    color: #4a4a4a;
}

    .swiper-button-prev:after, .swiper-button-next:after {
        content: '';
    }
