@charset "UTF-8";

@font-face {
    font-family: "reasonable-faith";
    src:url("fonts/reasonable-faith.eot");
    src:url("fonts/reasonable-faith.eot?#iefix") format("embedded-opentype"),
        url("fonts/reasonable-faith.woff") format("woff"),
        url("fonts/reasonable-faith.ttf") format("truetype"),
        url("fonts/reasonable-faith.svg#reasonable-faith") format("svg");
    font-weight: normal;
    font-style: normal;

}

[data-icon]:before {
    font-family: "reasonable-faith" !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: "reasonable-faith" !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-arrow-down:before {
    content: "\61";
}
.icon-arrow-left:before {
    content: "\62";
}
.icon-arrow-right:before {
    content: "\63";
}
.icon-arrow-up:before {
    content: "\64";
}
.icon-search:before {
    content: "\65";
}
.icon-twitter:before {
    content: "\66";
}
.icon-fb:before {
    content: "\67";
}
.icon-gp:before {
    content: "\68";
}
.icon-youtube:before {
    content: "\69";
}
.icon-play:before {
    content: "\6a";
}
.icon-world-outline:before {
    content: "\6b";
}
.icon-tumblr:before {
    content: "\6c";
}
.icon-video:before {
    content: "\6e";
}
.icon-setting:before {
    content: "\6f";
}
.icon-lecture:before {
    content: "\70";
}
.icon-itunes:before {
    content: "\71";
}
.icon-home:before {
    content: "\72";
}
.icon-person:before {
    content: "\73";
}
.icon-computer:before {
    content: "\74";
}
.icon-gp-new:before {
    content: "\75";
}
.icon-debate:before {
    /*content: "\76";*/
    content: '';
    background: url('/images/site/icon-debate.svg') no-repeat top center;
    border-radius: 0 !important;
}
.icon-close:before {
    content: "\77";
}
.icon-password:before {
    content: "\78";
}
.icon-email-light:before {
    content: "\6d";
}
.icon-sound:before {
    content: "\79";
}
.icon-refresh:before {
    content: "\7a";
}
.icon-email:before {
    content: "\41";
}
.icon-video2:before {
    content: "\42";
}
.icon-print-printer-tool-with-printed-paper-outlined-symbol:before {
    content: "\43";
}
.icon-angle-down:before {
    content: "\44";
}
