#banner {
    /*height: 6em !important;*/
    /*background: rgba(27, 27, 27, 0.75);*/
}


#banner .banner-bottom-text{
    margin: 20px 50px;
    border-bottom: 1px solid #ccc;
    color: #aaa;
    text-transform: uppercase;
    line-height: 40px;
}

#banner header h2 {
    font-size: 1.75em !important;
}

.container {
    padding-left: 5% !important;
    padding-right: 5% !important;
}

.guide-list{
    list-style: none;
}

.guide-list li{
    font-size: 20px;
    margin-bottom: 15px;
}

.guide-list > li > ul{
    margin-top: 10px;
}

ol.ordered-guide-list {
    list-style: decimal;
    font-weight: 700;
}

ol.ordered-guide-list > li > ol{
    list-style: lower-alpha;
    margin-left: 50px;
    font-weight: 300;
}

ol.ordered-guide-list.details > li > ol{
    color: #CF0A2C;
}

ol.terms.ordered-guide-list.details > li > ol{
    color: #555;
}

ol.ordered-guide-list > li > ol > li > ol{
    list-style: lower-roman;
    margin-left: 50px;
    font-weight: 300;
    color: #555;
}

ol.ordered-guide-list > li > ol > li > ol > li > ol{
    list-style: circle;
    margin-left: 50px;
    font-weight: 300;
    color: #555;
}

ol.ordered-guide-list > li > ol > li > ol > li > ol > li > ol{
    list-style: disc;
    margin-left: 50px;
    font-weight: 300;
    color: #555;
}


ol.ordered-guide-list > li{
    font-size: 25px;
    line-height: 45px;
}

ol.ordered-guide-list > li > ol >li{
    font-size: 20px;
    line-height: 24px;
    line-height: 30px;
}

ol.ordered-guide-list > li > a, ol.ordered-guide-list > li > ol > li > a, a.plain{
    text-decoration: none;
    border: none;
    color: #333;
    cursor: pointer;
}

ol.ordered-guide-list > li > a:hover, ol.ordered-guide-list > li > ol > li > a:hover, a.plain {
    border-bottom: 1px dotted #333;
}

span.showSignupTab.signupBtn, span.forgotpass{
    cursor: pointer;
    border-bottom: 1px dotted #333;
}

.get-started{
    font-size: 24px;
    margin: 0 auto 20px;
    display: block;
}

hr {
    border: 0 !important;
    border-top: 1px solid #ddd !important;
    margin: 0;
}

.guide-style{
    font-size: 24px;
    line-height: 34px;
}

.guide-style img{
    max-width: 100%;
}

.guide-separator{
    margin: 40px 0;
    height: 1px;
    background: #CCC;
    width: 100%;
    clear: both;
    padding: 0 !important;
}

@media print {
    #header, #footer, .btn{
        display: none;
    }

    #banner{
        background: none !important;
    }

    #banner header{
        color: #333;
        font-size: 90% !important;
        height: 100px !important;
        background-position: 0 !important;
        padding: 0 !important;
        margin: 0;
    }

    li {
        font-size: 75% !important;
        line-height: 140% !important;
    }

}
