/* Sticky footer styles
-------------------------------------------------- */

nav{
    z-index: 9999;
}
.navbar-brand{
    width: 200px;
}
.navbar-brand > .glyphicon{
    margin-right: 10px;
}

body > .bodyContainer {
    width: 100%;
    height: calc(100% - 120px);
    padding: 0;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
}  

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    background-color: #f5f5f5;
    color: #000000;
    z-index: 9998;
}

@media only screen and (max-width: 768px){
    .footer {
        height: 100px;
        line-height: 1.5;
        padding-right: 60px;
    }
    
}

.footer > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.footer > .container-fluid .text-muted {
    margin: 20px 0;
}

b{
    font-weight: 700;
}
.cd-faq-content p a img{
    margin-bottom: -5px;
    margin-right: 5px;
}

.cd-faq-content p a{
    color: #1A7DF9;
}

.cd-faq-content p :hover{
    color: #000408;
}
.cd-faq-content ol {
    list-style-type: decimal;
    padding-left: 36px;
}
.cd-faq-content ol li {
    
    font-size: 16px;
    line-height: 1.5;
    color: #000408;
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px){
    .cd-faq-content ol li {
        line-height: 1.6;
    }
}
