@font-face {
    font-family: "tietologo";
    src: url("fonts/tietologo.eot?z5tyr3");
    src: url("fonts/tietologo.eot?z5tyr3#iefix") format("embedded-opentype"),
        url("fonts/tietologo.ttf?z5tyr3") format("truetype"), url("fonts/tietologo.woff?z5tyr3") format("woff"),
        url("fonts/tietologo.svg?z5tyr3#tietologo") format("svg");
    font-weight: normal;
    font-style: normal;
}

i.lifecare-logo {
    display: none;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "tietologo" !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;
}

.lifecare-logo:before {
    content: "\e900";
}

.lc-top-banner .lifecare-logo {
    color: #0e76b7;
}
