@font-face {
    font-family: "todoverde";
    font-style: normal;
    font-weight: normal;
    src:url("/fonts/conduit_itc_light.woff") format("woff"), url("/fonts/conduit_itc_light.ttf") format("truetype");
	
}
@font-face {
    font-family: "todoverdeMedium";
    font-style: normal;
    font-weight: normal;
    src:url("/fonts/conduit_itc_medium.woff") format("woff"), url("/fonts/conduit_itc_medium.ttf") format("truetype");
}
@font-face {
    font-family: "todoverdeBold";
    font-style: normal;
    font-weight: normal;
    src:url("/fonts/conduit_itc_bold.woff") format("woff"), url("/fonts/conduit_itc_bold.ttf") format("truetype");
}
@font-face {
    font-family: 'icomoon';
    src:    url('/fonts/icomoon.eot?htb9nq');
    src:    url('/fonts/icomoon.eot?htb9nq#iefix') format('embedded-opentype'),
        url('/fonts/icomoon.ttf?htb9nq') format('truetype'),
        url('/fonts/icomoon.woff?htb9nq') format('woff'),
        url('/fonts/icomoon.svg?htb9nq#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !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;
}

.icon-file-pdf:before {
    content: "\eadf";
}
