/*ul.arrowBullet {
    list-style: none;
    display: table;
    margin-left: -40px;
}

ul.arrowBullet > li:before {
    font-family: FontAwesome;
    content: "\f054";
    color: #0068B2;
    position: absolute;
    top: 0;
    left: 0;    
    padding-right: 10px;
}*/
ul.arrowBullet > li {
    list-style: none;
    display: table;
    /*margin-left: -40px;*/
}

ul.arrowBullet > li:before {
    content: url('/assets/img/icons/arrowbluelg.png');
    width: 5px;
    height: 9px;
    display: table-cell;
    padding-right: 10px;
}

blockquote.bq-simple {
    font-size: inherit;
    display: block;
    font-family: "Source Sans Pro SemiBold";
    border-left: 5px solid #eee;
    padding: 0 20px;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-end: 40px;
    -moz-margin-end: 40px;    
}

blockquote.bq-bootstrap {
    padding: 0 20px;
    margin: 20px 0;
    font-size: 17.5px;
    border-left: 5px solid #eee;    
}

img.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}