#footer-widgets {
    background: #253b80 none repeat scroll 0 0;
    overflow: hidden;
    padding: 50px 0;
    color: rgba(255, 255, 255, .75);
}

#footer-widgets .widget-title {
    color: #ddd !important;
    font-size: 21px !important;
    font-weight: 400 !important;
}

#footer-widgets ul {
    list-style: none !important;
    margin: 0 !important;
}

#footer-widgets ul li {
    font-size: 13px !important;
    letter-spacing: .5px !important;
    padding: 3px 15px 3px 15px !important;
    position: relative !important;
}

#footer-widgets ul li:before {
    color: rgba(255, 255, 255, .75);
    content: "\f105";
    display: inline-block !important;
    font-family: FontAwesome;
    font-size: 14px !important;
    left: 0;
    position: absolute;
    top: 3px;
}

#footer-widgets a, #footer-widgets p {
    text-decoration: none;
    color: rgba(255, 255, 255, .75) !important;
}

#colophon {
    background-color: #031358 !important;
    clear: both;
    color: rgba(255, 255, 255, .75) !important;
    font-size: 14px !important;
    padding: 15px 0;
    text-align: center;
}

