.icon { cursor: default; font-size: 18px; line-height: 1; color: #96c120; }
/* Icons General */
@font-face {
  font-family: 'FoundationIconsGeneral';
  src: url('../fonts/foundation-icons-general.eot');
  src: url('../fonts/foundation-icons-general.eot?#iefix') format('embedded-opentype'),
       url('../fonts/foundation-icons-general.woff') format('woff'),
       url('../fonts/foundation-icons-general.ttf') format('truetype'),
       url('../fonts/foundation-icons-general.svg#FoundationIconsGeneral') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon.general { font-family: "FoundationIconsGeneral"; }
/* Foundation Icons General Enclosed */
@font-face {
    font-family: 'FoundationIconsGeneralEnclosed';
    src: url('../fonts/foundation-icons-general-enclosed.eot');
    src: url('../fonts/foundation-icons-general-enclosed.eot?#iefix') format('embedded-opentype'),
         url('../fonts/foundation-icons-general-enclosed.woff') format('woff'),
         url('../fonts/foundation-icons-general-enclosed.ttf') format('truetype'),
         url('../fonts/foundation-icons-general-enclosed.svg#FoundationIconsGeneralEnclosed') format('svg');
    font-weight: normal;
    font-style: normal;
}
.icon.general-enclosed { font-family: "FoundationIconsGeneralEnclosed"; }
/* Icons Social Misc */
@font-face {
  font-family: 'FoundationIconsSocial';
  src: url('../fonts/foundation-icons-social.eot');
  src: url('../fonts/foundation-icons-social.eot?#iefix') format('embedded-opentype'),
       url('../fonts/foundation-icons-social.woff') format('woff'),
       url('../fonts/foundation-icons-social.ttf') format('truetype'),
       url('../fonts/foundation-icons-social.svg#FoundationIconsGeneral') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon.social_misc { font-family: "FoundationIconsSocial"; }
/* Icons Social */
@font-face {
        font-family: 'IcoMoon';
        src: url('../fonts/IcoMoon.eot');
        src: url('../fonts/IcoMoon.eot?#iefix') format('embedded-opentype'),
                url('../fonts/IcoMoon.svg#IcoMoon') format('svg'),
                url('../fonts/IcoMoon.woff') format('woff'),
                url('../fonts/IcoMoon.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
}
.icon.social { font-family: 'IcoMoon'; }