

@font-face {
    font-family: 'titilliumtext22l_rgregular';
    src: url('../font/titilliumtext22l-regular-webfont.eot');
    src: url('../font/titilliumtext22l-regular-webfont.eot') format('embedded-opentype'),
         url('../font/titilliumtext22l-regular-webfont.woff2') format('woff2'),
         url('../font/titilliumtext22l-regular-webfont.woff') format('woff'),
         url('../font/titilliumtext22l-regular-webfont.ttf') format('truetype'),
         url('https://rapidquote.protolabs.com/Content/fonts/titilliumtext22l-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'titilliumtext22lxbold';
    src: url('../font/titilliumtext22l-xbold-webfont.eot');
    src: url('../font/titilliumtext22l-xbold-webfont.eot') format('embedded-opentype'),
         url('../font/titilliumtext22l-xbold-webfont.woff2') format('woff2'),
         url('../font/titilliumtext22l-xbold-webfont.woff') format('woff'),
         url('../font/titilliumtext22l-xbold-webfont.ttf') format('truetype'),
         url('https://rapidquote.protolabs.com/Content/fonts/titilliumtext22l-xbold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latobold';
    src: url('../font/lato-bold-webfont.eot');
    src: url('../font/lato-bold-webfont.eot') format('embedded-opentype'),
         url('../font/lato-bold-webfont.woff2') format('woff2'),
         url('../font/lato-bold-webfont.woff') format('woff'),
         url('../font/lato-bold-webfont.ttf') format('truetype'),
         url('https://rapidquote.protolabs.com/Content/fonts/lato-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoregular';
    src: url('../font/lato-regular-webfont.eot');
    src: url('../font/lato-regular-webfont.eot') format('embedded-opentype'),
         url('../font/lato-regular-webfont.woff2') format('woff2'),
         url('../font/lato-regular-webfont.woff') format('woff'),
         url('../font/lato-regular-webfont.ttf') format('truetype'),
         url('https://rapidquote.protolabs.com/Content/fonts/lato-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'notosans';
    /*src: url('https://fonts.googleapis.com/css?family=Noto+Sans');*/
    src:url('https://rapidquote.protolabs.com/Content/css/googlenotosans.css');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: "rapid-group";
    src:url("../font/rapid-group.eot");
    src:url("../font/rapid-group.eot") format("embedded-opentype"),
        url("../font/rapid-group.woff") format("woff"),
        url("../font/rapid-group.ttf") format("truetype"),
        url("https://rapidquote.protolabs.com/Content/fonts/rapid-group.svg") format("svg");
    font-weight: normal;
    font-style: normal;

}

[data-icon]:before {
    font-family: "rapid-group" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "rapid-group" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-upload:before {
    content: "a";
}
.icon-cancel:before {
    content: "c";
}
.icon-question:before {
    content: "b";
}
.icon-calendar:before {
    content: "d";
}
.icon-plus:before {
    content: "e";
}
.icon-down:before {
    content: "f";
}
.icon-up:before {
    content: "g";
}
.icon-edit:before {
    content: "h";
}