/*
//  _____ _ _ _ ____  _____ 
// |   | | | | |    \|   __|
// | | | | | | |  |  |__   |
// |_|___|_____|____/|_____|
//
// NATIONWIDE DESIGN SYSTEM
// --------------------------------------------------
// Icons / SVGs + Fonts
//




//
// Web font icons
// ---------------
// Used icomoon.io to create the font from official SVGs.
//
*/

@font-face {
    font-family: 'Bolticons';
    src:    url(/access/includes/quickPay/bolts/bolt-icons.eot);
    src:    url(/access/includes/quickPay/bolts/bolt-icons.eot#iefix) format('embedded-opentype'),
        url(/access/includes/quickPay/bolts/bolt-icons.ttf) format('truetype'),
        url(/access/includes/quickPay/bolts/bolt-icons.woff) format('woff'),
        url(/access/includes/quickPay/bolts/bolt-icons.svg#icomoon) format('svg');
    font-weight: normal;
    font-style: normal;
}


[class^="nw-icon-"], [class*=" nw-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Bolticons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nw-icon-error:before {
    content: "\e904";
}
.nw-icon-info:before {
    content: "\e90f";
}
