html {
    font-size: 14px;
    height: 100%;
}

body {
    font-size: 14px; /* currently ems cause chrome bug misinterpreting rems on body element */
    line-height: 1.6;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #222;
    min-height: 100%;
}

.judson {
    font-family: 'Judson', serif;
}

.tc-gold {
    color: rgb(207,169,65);
}

.tc-grey {
    color: rgb(141,141,141);
}

.tclogo {
    /*width: 108px;
    width: 97px;*/
    padding: 0;
    margin-left: -30px;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 50px;
}

.tclogo2 {
    /*width: 100px;
    height: 50px;*/
    /*padding: 0;
    margin-left: -9px;
    margin-bottom: -12px;*/
    width: 36px;
    height: 45px;
    padding: 1px;
    margin-left: -4px;
    /*margin-bottom: 40px;*/
}

.form-nav {
}

.form-navsection {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 600;
}

.form-progressholder {
    width: 100%;
    background: #000000;
    height: 5px;
    position: relative;
}

.form-progress {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0px;
    background-color: #40c509;
    transition: all .4s ease;
}

.form-instructions {
    font-weight: 600;
    padding: 10px 0;
    color: rgb(207,169,65);
}

.form-smallstep {
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.button-red {
    border-color: red !important;
    color: white !important;
    background-color: red;
}

#step1 {
}

#step2 {
    display: none;
}

#step3 {
    display: none;
}

#step4 {
    display: none;
}

#step5 {
    display: none;
}

#step6 {
    display: none;
}

#step7 {
    display: none;
}

#step8 {
    display: none;
}

#step9 {
    display: none;
}

.isrequired {
    color: red;
}

.pdfholder {
    width: 100%;
    height: 500px;
    background-color: #efefef;
    margin: 0 0 20px 0;
    overflow: hidden
}

.checkimage {
    display: block;
    margin: 0 auto
}

.buttonholder {
    padding: 20px 0 0 0;
}

ul.loanoptions {
    margin: 0;
    list-style-type: none;
}

    ul.loanoptions li {
        padding: 12px 0;
        border-bottom: 1px solid #e1e1e1;
        margin: 0;
    }

        ul.loanoptions li span {
            display: inline-block;
            width: 22%;
        }

.loanoptionsheads {
    font-weight: 600;
}

.col1 {
    width: 12% !important;
}

.col2 {
}

.col3 {
}

.col4 {
}

.col5 {
}

.section-head {
    font-weight: 600;
    padding: 10px 0;
    color: rgb(207,169,65);
    margin: 0;
}

ul.loanlist {
    list-style-type: none;
}

    ul.loanlist li {
        padding: 6px 0;
        border-bottom: 1px solid #e7e7e7;
    }

        ul.loanlist li p {
            display: inline-block;
            margin: 0;
            width: 48%;
            vertical-align: top;
            font-size: 14px;
            color: rgb(207,169,65);
        }

            ul.loanlist li p span {
                display: inline-block;
                width: 48%;
                font-weight: 600;
                color: #000000;
            }

.loannumber {
    font-weight: 600;
    font-size: 16px !important;
    display: block !important;
}

.footer {
    /*min-height: 236px;*/
    background-color: #4A36DD; /*#071630; */
    margin: 40px 0 0 0;
    overflow-x: hidden;
}

/* Nav */
#mainnavigation {
    padding: 0 0 1px 0;
    margin: 0 0 20px 0;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.22);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.22);
}

#navigation {
    margin: 0 0 30px 0;
    border-top: 5px solid rgb(74,54,221); /*rgb(207,169,65);*/
}

.topnav {
    background-color: rgb(74,54,221); /*rgb(207,169,65);*/
    /*overflow: no-display;*/
    color: #fff;
}

    .topnav a {
        float: left;
        display: block;
        color: #ffffff;
        text-align: center;
        padding: 6px 16px;
        text-decoration: none;
        font-size: 16px;
        font-family: 'Judson', serif;
    }

        .topnav a:hover {
            background-color: rgb(241, 197, 77);
        }

    .topnav .icon {
        display: none;
    }

.mainnav {
    overflow: hidden;
}

    .mainnav a {
        display: block;
        padding: 12px;
        text-decoration: none;
        font-size: 12px;
        font-weight: 600;
        font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #000000;
        text-transform: uppercase;
        cursor: pointer;
        transition: all 0.2s;
    }

        .mainnav a span {
            cursor: pointer;
            display: inline-block;
            position: relative;
            transition: 0.2s;
        }

            .mainnav a span:after {
                content: '\00bb';
                position: absolute;
                opacity: 0;
                top: 0;
                transition: 0s !important;
                margin-top: -5px;
                font-size: 15px
            }

        .mainnav a:hover {
            background-color: rgb(207, 169, 65);
            color: #fff;
        }

            .mainnav a:hover span {
                padding-right: 15px;
            }

                .mainnav a:hover span:after {
                    opacity: 1;
                    right: 0;
                }

    .mainnav .icon {
        display: none;
    }

.goldbar {
    padding: 6px 0;
    background-color: rgb(207,169,65);
}

    .goldbar p {
        text-align: right;
        margin: 0;
        padding: 0 20px 0 0;
        color: #ffffff;
    }

.login {
    text-align: right;
    float: right;
    padding: 20px 0 0 0;
    font-size: 13px;
    font-weight: 600;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; /*'Judson', serif;*/
    text-decoration: none;
}

@media screen and (max-width: 900px) {
    .tclogo {
        display: block;
        margin: 0 auto;
        float: none;
    }

    .tclogo2 {
        display: block;
        margin: 0 auto;
    }

    .login {
        float: none;
        text-align: center;
        padding: 0;
    }

    #mainnavigation {
        padding: 0;
        margin: 0 0 10px 0;
    }

    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive a.icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }

    .mainnav a:not(:first-child) {
        display: none;
    }

    .mainnav a.icon {
        float: right;
        display: block;
    }

    .mainnav.responsive {
        position: relative;
        padding: 10px;
        /*background: #cfa941;*/
    }

        .mainnav.responsive a.icon {
            /*position: absolute;*/
            text-align: right;
            right: 0;
            top: 0;
        }

        .mainnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }

    .checkimage {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: inherit;
    }

    .button.button-primary, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary, .button, button, input[type="submit"], input[type="reset"], input[type="button"] {
        width: 100%;
        padding: 0;
    }

    .goldbar p {
        text-align: center;
    }

    ul.loanlist li p {
        display: block;
        margin: 0;
        width: 100%;
        vertical-align: top;
        font-size: 14px;
        color: rgb(207,169,65);
    }

        ul.loanlist li p span {
            display: inline-block;
            width: 48%;
            font-weight: 600;
            color: #000000;
        }
}
/* custom styles*/
/*html * {
    font-family: 'Judson', serif;
}*/
div.card1 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*text-align: center;*/
    border-radius: 8px;
    margin-top: -6px;
}

hr {
    height: 2px;
    margin-left: 0px;
    margin-bottom: -13px;
    margin-top: -1px;
}

.hr-warning {
    background-image: -webkit-linear-gradient(left, rgba(210,105,30,.8), rgba(210,105,30,.6), rgba(0,0,0,0));
}

.hr-success {
    background-image: -webkit-linear-gradient(left, rgba(15,157,88,.8), rgba(15, 157, 88,.6), rgba(0,0,0,0));
}

.hr-primary {
    /*background-image: -webkit-linear-gradient(left, rgba(66,133,244,.8), rgba(66, 133, 244,.6), rgba(0,0,0,0));*/
    /*background: -webkit-linear-gradient(left, rgba(207, 169, 65,.8), rgba(207, 169, 65,.6), rgba(0,0,0,0));*/
    background: linear-gradient(to bottom, #cfa941 0%,#cfa941 50%,#cfa941 51%,#cfa941 100%);
}

.hr-danger {
    background-image: -webkit-linear-gradient(left, rgba(244,67,54,.8), rgba(244,67,54,.6), rgba(0,0,0,0));
}

.menuButtonStyle {
    margin-right: 5px;
    margin-bottom: 1px;
    background-color: #fff;
    color: black;
    width: 17%;
}

    .menuButtonStyle:hover {
        margin-right: 5px;
        margin-bottom: 1px;
        background-color: #fff;
        color: #fff;
        background-color: #cfa941;
    }


@media only screen and (min-width: 550px) and (max-width:1036px) {
    .container {
        width: 90% !important;
    }

    .nine.columns {
        width: 70% !important;
    }

    .three.columns {
        width: 26% !important;
    }
}


@media only screen and (min-width: 550px) and (max-width:900px) {
    .contentStrech {
        width: auto !important;
    }
}
