/* font converted using font-converter.net. thank you! */
@font-face {
    font-family: "FrutigerNextLT-RegularCond";
      src: url("../fonts/FrutigerNextLT-RegularCond.eot"); /* IE9 Compat Modes */
      src: url("../fonts/FrutigerNextLT-RegularCond.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("../fonts/FrutigerNextLT-RegularCond.otf") format("opentype"), /* Open Type Font */
        url("../fonts/FrutigerNextLT-RegularCond.svg") format("svg"), /* Legacy iOS */
        url("../fonts/FrutigerNextLT-RegularCond.ttf") format("truetype"), /* Safari, Android, iOS */
        url("../fonts/FrutigerNextLT-RegularCond.woff") format("woff"), /* Modern Browsers */
        url("../fonts/FrutigerNextLT-RegularCond.woff2") format("woff2"); /* Modern Browsers */
      font-weight: normal;
      font-style: normal;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face {
 font-family:'FontAwesome';
 src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');
 src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
 url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
 url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
 url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
 url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
 font-weight:normal;
 font-style:normal
}
.fa {
 display:inline-block;
 font:normal normal normal 14px/1 FontAwesome;
 font-size:inherit;
 text-rendering:auto;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale
}
