
body {
    font-family: 'Lato', sans-serif;
    color: #000000;
    padding-top: 0;
    background:#f7f7f7;
}

.navbar .logo {
    background: url('../img/sbiforwp-logo.png') 0 0 no-repeat;
    height: 80px;
    width: 244px;
    margin: 12px 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-indent: -9999px;
    position: relative;
    z-index: 100;
}

.roundbutton{
    border-radius:10px;
    margin:0px;
    margin-top:15px;
    padding:0;
    
}

.nopadding{
    padding:0;
    margin:0;
    text-align:center;

}

.roundbutton h4{
    text-transform: none;
    text-align:center;
    font-size:24px;
    padding: 0px 30px 0px 30px;
}

#greybanner {
    background:#efefef;
    padding: 0px 0px 30px 0px;
}

#content {
    background:#fff;
    padding: 0px 30px 0px 30px;
    overflow: hidden;
}

#content-top {
    background:#fff;
    padding: 0px 30px 0px 30px;
    padding-top: 95px;
    overflow: hidden;
}

#content-top h2{
    font-size: 150%;
    padding-top:5px;
    padding-bottom:0;
    margin: 0;
}

#paddedcontent {
    background:#fff;
    padding: 20px 30px 20px 30px;
    overflow: hidden;
}

#quotes {
    padding: 20px 0px 20px 0px;
}

#quotes p{
    font-size: 100%;
    text-align: left;
}

#quotes img{
    padding: 5px 5px 5px 5px;;
}

#videocontent {
    padding: 0px 5px 20px 5px;
}

#videocontent h3{
    font-size: 24px;
    font-weight: 700;
    margin-bottom:5px;
}

#iconscontent{
    background:#fff;
    padding: 20px 30px 0px 30px;
}

#iconscontent p{
    font-weight: 500;
}

#getcontent{
    background:#fff;
    padding: 0px 30px 20px 30px;
    text-align:left;
}

#getcontent h3{
    font-size: 20px;
    font-weight: 500;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

.sectionimage {
    color:#0b8dcb;
    position: relative;
    bottom:-20px;
}



@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
    #bannercontent {
    padding: 100px 30px 0px 30px;
    overflow: hidden;
    }

    .sectionimage {
    color:#0b8dcb;
    position: relative;
    right:-20px;
    bottom:-56px;
}

}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
    #bannercontent {
    padding: 100px 30px 0px 30px;
    overflow: hidden;
    }

    .sectionimage {
    color:#0b8dcb;
    position: relative;
    right:-20px;
    bottom:-56px;
}

}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }

    #bannercontent {
    padding: 100px 30px 0px 30px;
    overflow: hidden;
    }

    .sectionimage {
    color:#0b8dcb;
    position: relative;
    right:-20px;
    bottom:-56px;
}

}

    #questions hr{
        padding:2px;
        margin:0;
    }

    #questions h3{
       font-size: 22px;
       font-weight: 700;
       margin-bottom:15px;
    }

    #questions p{
       font-size: 14px;

    }

    #answers hr{
        padding-top:0;
        margin-top:30px;
    }


    #answers h2{
       font-size: 26px;
       font-weight: 700;
       margin:0;
       padding-top:30px;
       padding-bottom:20px;
    }

    #answers p{
        font-size: 20px;
    }

    .blue { color:#0d6495; }