@charset "UTF-8";
/* CSSDOM-04-ICONS
––––––––––––––––––––––––––––––––––––––––––––––––––
* INSTRUCTION: This CSS File must Always be the 8th CSS in your html page header section.
* DO NOT ALTER THE POSITION OF THIS FILE ON PAGE AS IT MAY CAUSE CSS TO FAIL.

*/
@font-face {
    font-family: 'i-fa';
    src: url('font-icon/i-fa-webfont.eot?v=4.7.0');
    src: url('font-icon/i-fa-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), 
         url('font-icon/i-fa-webfont.woff2?v=4.7.0') format('woff2'), 
         url('font-icon/i-fa-webfont.woff?v=4.7.0') format('woff'),
         url('font-icon/i-fa-webfont.ttf?v=4.7.0') format('truetype'), 
         url('font-icon/i-fa-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');

}
.i-fa {
    font-family: "i-fa";
    font-weight: normal;
    font-style: normal;
    color: #000000;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
@font-face {
    font-family: 'i-ucadia';
    src: url('font-icon/i-ucadia-webfont.eot');
    src: url('font-icon/i-ucadia-webfont.eot?#iefix') format('embedded-opentype'), 
         url('font-icon/i-ucadia-webfont.woff2') format('woff2'), 
         url('font-icon/i-ucadia-webfont.woff') format('woff'),
         url('font-icon/i-ucadia-webfont.ttf') format('truetype'), 
         url('font-icon/i-ucadia-webfont.svg#i-ucadia') format('svg');
}
.i-ucadia {
    font-family: "i-ucadia";
    font-weight: normal;
    font-style: normal;
    color: #000000;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
@font-face {
    font-family: 'i-adam';
    src: url('font-icon/i-adam-webfont.eot');
    src: url('font-icon/i-adam-webfont.eot?#iefix') format('embedded-opentype'), 
         url('font-icon/i-adam-webfont.woff2') format('woff2'), 
         url('font-icon/i-adam-webfont.woff') format('woff'),
         url('font-icon/i-adam-webfont.ttf') format('truetype'), 
         url('font-icon/i-adam-webfont.svg#i-adam') format('svg');
    font-weight: 300;
    font-style: normal;
    color: #000000;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.i-adam {
    font-family: "i-adam";
    font-weight: normal;
    font-style: normal;
    color: #000000;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}

/* generic icon elements */

ul.icon-list
{
	list-style-type: none;
	padding: 0;
    margin: 0;
}
ul.icon-list li
{
	background: no-repeat left top;
	padding-bottom: 0.4em;
    display: block;
}
.i-mid {
    vertical-align: middle;
}
.i-top {
    vertical-align: text-top;
}

/* FA Icons */

.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {    
    
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {    
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {    
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}
.fa-won:before,
.fa-krw:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-adn:before {
    content: "\f170";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-soccer-ball-o:before,
    
.fa-futbol-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-address-book:before {
    content: "\f2b9";
}
.fa-address-book-o:before {
    content: "\f2ba";
}
.fa-id-badge:before {
    content: "\f2c1";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}
.fa-bathtub:before,
.fa-bath:before {
    content: "\f2cd";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}
.fa-eercast:before {
    content: "\f2da";
}
.fa-envelope-open:before {
    content: "\f2b6";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-grav:before {
    content: "\f2d6";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-handshake-o:before {
    content: "\f2b5";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-industry:before {
    content: "\f275";
}
.fa-ip-trademark:before {
    content: "\f25c";
}
.fa-ip-registered:before {
    content: "\f25d";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-meetup:before {
    content: "\f2e0";
}
.fa-microchip:before {
    content: "\f2db";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-percent:before {
    content: "\f295";
}
.fa-podcast:before {
    content: "\f2ce";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-question-circle-o:before {
    content: "\f29c";
}
.fa-ravelry:before {
    content: "\f2d9";
}
.fa-server:before {
    content: "\f233";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-shower:before {
    content: "\f2cc";
}
.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}
.fa-snowflake-o:before {
    content: "\f2dc";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-superpowers:before {
    content: "\f2dd";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}
.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-usb:before {
    content: "\f287";
}
.fa-user-circle:before {
    content: "\f2bd";
}
.fa-user-circle-o:before {
    content: "\f2be";
}
.fa-user-o:before {
    content: "\f2c0";
}
.fa-vehicle-motorcycle:before {
    content: "\f21c";
}
.fa-vehicle-train:before {
    content: "\f238";
}
.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}
.fa-web-safari:before {
    content: "\f267";
}
.fa-web-chrome:before {    
    content: "\f268";
}
.fa-web-firefox:before {
    content: "\f269";
}
.fa-web-opera:before {
    content: "\f26a";
}
.fa-web-ie:before {
    content: "\f26b";
}
.fa-wheelchair-alt:before {
    content: "\f29b";
}
.fa-window-maximize:before {     
    content: "\f2d0";
}
.fa-window-minimize:before {
    content: "\f2d1";
}
.fa-window-restore:before {
    content: "\f2d2";
}


/* Adam Icons */

.adam-single-home:before { 
    content: "\005d";
}
.adam-single-metrics:before { 
    content: "\0064";
}
.adam-single-records:before { 
    content: "\00a2";
}
.adam-single-accounts:before { 
    content: "\0024";
}
.adam-single-community:before { 
    content: "\00c3";
}
.adam-single-workflow:before { 
    content: "\00d0";
}
.adam-single-information:before { 
    content: "\0079";
}
.adam-single-settings:before { 
    content: "\0056";
}
.adam-solid-about:before { 
    content: "\0683";
}
.adam-line-about:before { 
    content: "\06EC";
}
.adam-clear-about:before { 
    content: "\0759";
}
.adam-solid-access:before { 
    content: "\0023";
}
.adam-line-access:before { 
    content: "\020d";
}
.adam-clear-access:before { 
    content: "\0118";
}
.adam-solid-account:before { 
    content: "\0024";
}
.adam-line-account:before { 
    content: "\020e";
}
.adam-clear-account:before { 
    content: "\0119";
}
.adam-solid-action:before { 
    content: "\0684";
}
.adam-line-action:before { 
    content: "\06ED";
}
.adam-clear-action:before { 
    content: "\075A";
}
.adam-solid-advertising:before { 
    content: "\010c";
}
.adam-line-advertising:before { 
    content: "\02d3";
}
.adam-clear-advertising:before { 
    content: "\0201";
}
.adam-solid-agency:before { 
    content: "\010e";
}
.adam-line-agency:before { 
    content: "\02d5";
}
.adam-clear-agency:before { 
    content: "\0203";
}
.adam-solid-agreement:before { 
    content: "\005A";
}
.adam-line-agreement:before { 
    content: "\0244";
}
.adam-clear-agreement:before { 
    content: "\014F";
}
.adam-solid-arbitration:before { 
    content: "\0101";
}
.adam-line-arbitration:before { 
    content: "\02c8";
}
.adam-clear-arbitration:before { 
    content: "\01f6";
}
.adam-solid-asset:before { 
    content: "\0066";
}
.adam-line-asset:before { 
    content: "\0250";
}
.adam-clear-asset:before { 
    content: "\015b";
}
.adam-solid-audio:before { 
    content: "\0029";
}
.adam-line-audio:before { 
    content: "\0213";
}
.adam-clear-audio:before { 
    content: "\011e";
}
.adam-solid-authority:before { 
    content: "\0685";
}
.adam-line-authority:before { 
    content: "\06EE";
}
.adam-clear-authority:before { 
    content: "\075B";
}
.adam-solid-bank:before { 
    content: "\0033";
}
.adam-line-bank:before { 
    content: "\021d";
}
.adam-clear-bank:before { 
    content: "\0128";
}
.adam-solid-behaviour:before { 
    content: "\010f";
}
.adam-line-behaviour:before { 
    content: "\02d6";
}
.adam-clear-behaviour:before { 
    content: "\0204";
}
.adam-solid-bill:before { 
    content: "\002a";
}
.adam-line-bill:before { 
    content: "\0214";
}
.adam-clear-bill:before { 
    content: "\011f";
}
.adam-solid-budget:before { 
    content: "\006B";
}
.adam-line-budget:before { 
    content: "\0255";   
}
.adam-clear-budget:before { 
    content: "\0160";
}
.adam-solid-build:before { 
    content: "\0051";
}
.adam-line-build:before { 
    content: "\023B";   
}
.adam-clear-build:before { 
    content: "\0146";
}
.adam-solid-buy:before { 
    content: "\00bd";
}
.adam-line-buy:before { 
    content: "\0284";
}
.adam-clear-buy:before { 
    content: "\01b2";
}
.adam-solid-campaign:before { 
    content: "\002b";
}
.adam-line-campaign:before { 
    content: "\0215";
}
.adam-clear-campaign:before { 
    content: "\0120";
}
.adam-solid-card:before { 
    content: "\00AD";
}
.adam-line-card:before { 
    content: "\0274";
}
.adam-clear-card:before { 
    content: "\01A2";
}
.adam-solid-card-success:before { 
    content: "\00B6";
}
.adam-line-card-success:before { 
    content: "\027D";
}
.adam-clear-card-success:before { 
    content: "\01AB";
}
.adam-solid-card-fail:before { 
    content: "\00B7";
}
.adam-line-card-fail:before { 
    content: "\027E";
}
.adam-clear-card-fail:before { 
    content: "\01AC";
}
.adam-solid-care:before { 
    content: "\0686";
}
.adam-line-care:before { 
    content: "\06EF";
}
.adam-clear-care:before { 
    content: "\075C";
}
.adam-solid-case-care:before { 
    content: "\007b";
}
.adam-line-case-care:before { 
    content: "\0265";
}
.adam-clear-case-care:before { 
    content: "\0170";
}
.adam-solid-case-financial:before { 
    content: "\0069";
}
.adam-line-case-financial:before { 
    content: "\0253";
}
.adam-clear-case-financial:before { 
    content: "\015e";
}
.adam-solid-case-health:before { 
    content: "\00a5";
}
.adam-line-case-health:before { 
    content: "\026c";
}
.adam-clear-case-health:before { 
    content: "\019a";
}
.adam-solid-case-legal:before { 
    content: "\00a6";
}
.adam-line-case-legal:before { 
    content: "\026d";
}
.adam-clear-case-legal:before { 
    content: "\019b";
}
.adam-solid-category:before { 
    content: "\0687";
}
.adam-line-category:before { 
    content: "\06F0";
}
.adam-clear-category:before { 
    content: "\075D";
}
.adam-solid-chat:before { 
    content: "\00d8";
}
.adam-line-chat:before { 
    content: "\029f";
}
.adam-solid-civilisation:before { 
    content: "\0688";
}
.adam-line-civilisation:before { 
    content: "\06F1";
}
.adam-clear-civilisation:before { 
    content: "\075E";
}
.adam-clear-chat:before { 
    content: "\01cd";
}
.adam-solid-claim:before { 
    content: "\00d8";
}
.adam-line-claim:before { 
    content: "\029f";
}
.adam-clear-claim:before { 
    content: "\01cd";
}
.adam-solid-code:before { 
    content: "\0071";
}
.adam-line-code:before { 
    content: "\025b";
}
.adam-clear-code:before { 
    content: "\0166";
}
.adam-solid-code-adam:before { 
    content: "\0114";
}
.adam-line-code-adam:before { 
    content: "\02db";
}
.adam-clear-code-adam:before { 
    content: "\0209";
}
.adam-solid-code-checklist:before { 
    content: "\0042";
}
.adam-line-code-checklist:before { 
    content: "\022c";
}
.adam-clear-code-checklist:before { 
    content: "\0137";
}
.adam-solid-code-fixes:before { 
    content: "\00c4";
}
.adam-line-code-fixes:before { 
    content: "\028b";
}
.adam-clear-code-fixes:before { 
    content: "\01b9";
}
.adam-solid-code-report:before { 
    content: "\00d2";
}
.adam-line-code-report:before { 
    content: "\0299";
}
.adam-clear-code-report:before { 
    content: "\01d2";
}
.adam-solid-community:before { 
    content: "\00c3";
}
.adam-line-community:before { 
    content: "\028a";
}
.adam-clear-community:before { 
    content: "\028a";
}
.adam-solid-company:before { 
    content: "\0053";
}
.adam-line-company:before { 
    content: "\023d";
}
.adam-clear-company:before { 
    content: "\0148";
}
.adam-solid-compliance:before { 
    content: "\0689";
}
.adam-line-compliance:before { 
    content: "\06F2";
}
.adam-clear-compliance:before { 
    content: "\075F";
}
.adam-solid-concepts:before { 
    content: "\005E";
}
.adam-line-concepts:before { 
    content: "\0248";   
}
.adam-clear-concepts:before { 
    content: "\0153";
}
.adam-solid-condition:before { 
    content: "\0053";
}
.adam-line-condition:before { 
    content: "\023d";
}
.adam-clear-condition:before { 
    content: "\0148";
}
.adam-solid-confidential:before { 
    content: "\0110";
}
.adam-line-confidential:before { 
    content: "\02d7";
}
.adam-clear-confidential:before { 
    content: "\0205";
}
.adam-solid-contact:before { 
    content: "\0059";
}
.adam-line-contact:before { 
    content: "\0243";
}
.adam-clear-contact:before { 
    content: "\014e";
}
.adam-solid-content:before { 
    content: "\00a8";
}
.adam-line-content:before { 
    content: "\026f";
}
.adam-clear-content:before { 
    content: "\019d";
}
.adam-solid-contract:before { 
    content: "\00c5";
}
.adam-line-contract:before { 
    content: "\028c";
}
.adam-clear-contract:before { 
    content: "\01ba";
}
.adam-solid-course:before { 
    content: "\002f";
}
.adam-line-course:before { 
    content: "\0219";
}
.adam-clear-course:before { 
    content: "\0124";
}
.adam-solid-credit:before { 
    content: "\007c";
}
.adam-line-credit:before { 
    content: "\0266";
}
.adam-clear-credit:before { 
    content: "\0171";
}
.adam-solid-credo:before { 
    content: "\00aa";
}
.adam-line-credo:before { 
    content: "\0271";
}
.adam-clear-credo:before { 
    content: "\019f";
}
.adam-solid-criteria:before { 
    content: "\068A";
}
.adam-line-criteria:before { 
    content: "\06F3";
}
.adam-clear-criteria:before { 
    content: "\0760";
}
.adam-line-currency:before { 
    content: "\0296";
}
.adam-clear-currency:before { 
    content: "\01C4";
}
.adam-solid-discipline:before { 
    content: "\0111";
}
.adam-line-discipline:before { 
    content: "\02d8";
}
.adam-clear-discipline:before { 
    content: "\0206";
}
.adam-solid-disclosure:before { 
    content: "\0113";
}
.adam-line-disclosure:before { 
    content: "\02da";
}
.adam-clear-disclosure:before { 
    content: "\0208";
}
.adam-solid-data:before { 
    content: "\0046";
}
.adam-line-data:before { 
    content: "\0230";
}
.adam-clear-data:before { 
    content: "\013B";
}
.adam-solid-document:before { 
    content: "\0030";
}
.adam-line-document:before { 
    content: "\021a";
}
.adam-clear-document:before { 
    content: "\0125";
}
.adam-solid-donation:before { 
    content: "\005b";
}
.adam-line-donation:before { 
    content: "\0245";
}
.adam-clear-donation:before { 
    content: "\0150";
}
.adam-solid-education:before { 
    content: "\002f";
}
.adam-line-education:before { 
    content: "\0219";
}
.adam-clear-education:before { 
    content: "\0124";
}
.adam-solid-economy:before { 
    content: "\0068";
}
.adam-line-economy:before { 
    content: "\0252";
}
.adam-clear-economy:before { 
    content: "\015d";
}
.adam-solid-email:before { 
    content: "\00ae";
}
.adam-line-email:before { 
    content: "\0275";
}
.adam-clear-email:before { 
    content: "\01a3";
}
.adam-solid-employees:before { 
    content: "\00CC";
}
.adam-line-employees:before { 
    content: "\0293";
}
.adam-clear-employees:before { 
    content: "\01C1";
}
.adam-solid-entity:before { 
    content: "\0032";
}
.adam-line-entity:before { 
    content: "\021c";
}
.adam-clear-entity:before { 
    content: "\0127";
}
.adam-solid-equity:before { 
    content: "\0032";
}
.adam-line-equity:before { 
    content: "\021c";
}
.adam-clear-equity:before { 
    content: "\0127";
}
.adam-solid-equity:before { 
    content: "\0058";
}
.adam-line-error:before { 
    content: "\0242";
}
.adam-clear-error:before { 
    content: "\014d";
}
.adam-solid-estate:before { 
    content: "\0067";
}
.adam-line-estate:before { 
    content: "\0251";
}
.adam-clear-estate:before { 
    content: "\015c";
}
.adam-solid-event:before { 
    content: "\0034";
}
.adam-line-event:before { 
    content: "\021e";
}
.adam-clear-event:before { 
    content: "\0129";
}
.adam-solid-expenses:before { 
    content: "\0067";
}
.adam-line-expenses:before { 
    content: "\0251";
}
.adam-clear-expenses:before { 
    content: "\015C";
}
.adam-solid-fees:before { 
    content: "\006d";
}
.adam-line-fees:before { 
    content: "\0257";
}
.adam-clear-fees:before { 
    content: "\0162";
}
.adam-solid-finance:before { 
    content: "\006d";
}
.adam-line-finance:before { 
    content: "\0257";
}
.adam-clear-finance:before { 
    content: "\0162";
}
.adam-solid-firewall:before { 
    content: "\007A";
}
.adam-line-firewall:before { 
    content: "\0264";
}
.adam-clear-firewall:before { 
    content: "\016F";
}
.adam-solid-formation:before { 
    content: "\00f3";
}
.adam-line-formation:before { 
    content: "\02ba";
}
.adam-clear-formation:before { 
    content: "\01e8";
}
.adam-solid-forums:before { 
    content: "\0036";
}
.adam-line-forums:before { 
    content: "\0220";
}
.adam-clear-forums:before { 
    content: "\012b";
}
.adam-solid-foundations:before { 
    content: "\00f4";
}
.adam-line-foundations:before { 
    content: "\02bb";
}
.adam-clear-foundations:before { 
    content: "\01e9";
}
.adam-solid-function:before { 
    content: "\068B";
}
.adam-line-function:before { 
    content: "\06F4";
}
.adam-clear-function:before { 
    content: "\0761";
}
.adam-solid-fund:before { 
    content: "\006f";
}
.adam-line-fund:before { 
    content: "\0259";
}
.adam-clear-fund:before { 
    content: "\0164";
}
.adam-solid-gazette:before { 
    content: "\0037";
}
.adam-line-gazette:before { 
    content: "\0221";
}
.adam-clear-gazette:before { 
    content: "\012c";
}
.adam-solid-general-ledger:before { 
    content: "\00d1";
}
.adam-line-general-ledger:before { 
    content: "\0298";
}
.adam-clear-general-ledger:before { 
    content: "\01c6";
}
.adam-solid-grant:before { 
    content: "\0035";
}
.adam-line-grant:before { 
    content: "\021f";
}
.adam-clear-grant:before { 
    content: "\012a";
}
.adam-solid-group:before { 
    content: "\00d3";
}
.adam-line-group:before { 
    content: "\029a";
}
.adam-clear-group:before { 
    content: "\01c8";
}
.adam-solid-guardian:before { 
    content: "\068C";
}
.adam-line-guardian:before { 
    content: "\06F5";
}
.adam-clear-guardian:before { 
    content: "\0762";
}
.adam-solid-guest:before { 
    content: "\0116";
}
.adam-line-guest:before { 
    content: "\02DD";
}
.adam-clear-guest:before { 
    content: "\020B";
}
.adam-solid-help:before { 
    content: "\0062";
}
.adam-line-help:before { 
    content: "\024C";
}
.adam-clear-help:before { 
    content: "\0157";
}
.adam-solid-history:before { 
    content: "\0072";
}
.adam-line-history:before { 
    content: "\025C";
}
.adam-clear-history:before { 
    content: "\0167";
}
.adam-solid-home:before { 
    content: "\005d";
}
.adam-line-home:before { 
    content: "\0247";
}
.adam-clear-home:before { 
    content: "\0152";
}
.adam-text-home {
    color: #000;
}
.adam-solid-image:before { 
    content: "\0038";
}
.adam-line-image:before { 
    content: "\0222";
}
.adam-clear-image:before { 
    content: "\012d";
}
.adam-solid-influence:before { 
    content: "\068D";
}
.adam-line-influence:before { 
    content: "\06F6";
}
.adam-clear-influence:before { 
    content: "\0763";
}
.adam-solid-info:before { 
    content: "\0079";
}
.adam-line-info:before { 
    content: "\0263";
}
.adam-clear-info:before { 
    content: "\016E";
}
.adam-solid-insights:before { 
    content: "\0111";
}
.adam-line-insights:before { 
    content: "\02d8";
}
.adam-clear-insights:before { 
    content: "\0206";
}
.adam-solid-insurance:before { 
    content: "\0074";
}
.adam-line-insurance:before { 
    content: "\025e";
}
.adam-clear-insurance:before { 
    content: "\0169";
}
.adam-solid-inventory:before { 
    content: "\0039";
}
.adam-line-inventory:before { 
    content: "\0223";
}
.adam-clear-inventory:before { 
    content: "\012e";
}
.adam-solid-ip:before { 
    content: "\0670";
}
.adam-line-ip:before { 
    content: "\053E";
}
.adam-clear-ip:before { 
    content: "\046C";
}
.adam-solid-issue:before { 
    content: "\003a";
}
.adam-line-issue:before { 
    content: "\0224";
}
.adam-clear-issue:before { 
    content: "\012f";
}
.adam-solid-item:before { 
    content: "\003b";
}
.adam-line-item:before { 
    content: "\0225";
}
.adam-clear-item:before { 
    content: "\0130";
}
.adam-solid-job:before { 
    content: "\00CE";
}
.adam-line-job:before { 
    content: "\0295";
}
.adam-clear-job:before { 
    content: "\01C3";
}
.adam-solid-job-description:before { 
    content: "\xxxx";
}
.adam-line-job-description:before { 
    content: "\xxxx";
}
.adam-clear-job-description:before { 
    content: "\xxxx";
}
.adam-solid-job-cv:before { 
    content: "\0077";
}
.adam-line-job-cv:before { 
    content: "\0261";
}
.adam-clear-job-cv:before { 
    content: "\016C";
}
.adam-solid-job-application:before { 
    content: "\00CA";
}
.adam-line-job-application:before { 
    content: "\0291";
}
.adam-clear-job-application:before { 
    content: "\01BF";
}
.adam-solid-jurisdiction:before { 
    content: "\068E";
}
.adam-line-jurisdiction:before { 
    content: "\06F7";
}
.adam-solid-jurisdiction:before { 
    content: "\068E";
}
.adam-line-jurisdiction:before { 
    content: "\06F7";
}
.adam-clear-jurisdiction:before { 
    content: "\0764";
}
.adam-solid-kpi:before { 
    content: "\0064";
}
.adam-line-kpi:before { 
    content: "\024e";
}
.adam-clear-kpi:before { 
    content: "\0159";
}
.adam-solid-language:before { 
    content: "\0036";
}
.adam-line-language:before { 
    content: "\0220";
}
.adam-clear-language:before { 
    content: "\012B";
}
.adam-solid-laws:before { 
    content: "\0102";
}
.adam-line-laws:before { 
    content: "\02c9";
}
.adam-clear-laws:before { 
    content: "\01f7";
}
.adam-solid-laws-cases:before { 
    content: "\0677";
}
.adam-line-laws-cases:before { 
    content: "\06E0";
}
.adam-clear-laws-cases:before { 
    content: "\074D";
}
.adam-solid-laws-charters:before { 
    content: "\0678";
}
.adam-line-laws-charters:before { 
    content: "\06E1";
}
.adam-clear-laws-charters:before { 
    content: "\074E";
}
.adam-solid-laws-codes:before { 
    content: "\0679";
}
.adam-line-laws-codes:before { 
    content: "\06E2";
}
.adam-clear-laws-codes:before { 
    content: "\074F";
}
.adam-solid-laws-constitutions:before { 
    content: "\067A";
}
.adam-line-laws-constitutions:before { 
    content: "\06E3";
}
.adam-clear-laws-constitutions:before { 
    content: "\0750";
}
.adam-solid-laws-covenants:before { 
    content: "\067B";
}
.adam-line-laws-covenants:before { 
    content: "\06E4";
}
.adam-clear-laws-covenants:before { 
    content: "\0751";
}
.adam-solid-laws-decrees:before { 
    content: "\067C";
}
.adam-line-laws-decrees:before { 
    content: "\06E5";
}
.adam-clear-laws-decrees:before { 
    content: "\0752";
}
.adam-solid-laws-maxims:before { 
    content: "\067D";
}
.adam-line-laws-maxims:before { 
    content: "\06E6";
}
.adam-clear-laws-maxims:before { 
    content: "\0753";
}
.adam-solid-laws-sacred:before { 
    content: "\067E";
}
.adam-line-laws-sacred:before { 
    content: "\06E7";
}
.adam-clear-laws-sacred:before { 
    content: "\0754";
}
.adam-solid-laws-statutes:before { 
    content: "\067F";
}
.adam-line-laws-statutes:before { 
    content: "\06E8";
}
.adam-clear-laws-statutes:before { 
    content: "\0755";
}
.adam-solid-laws-terms:before { 
    content: "\0680";
}
.adam-line-laws-terms:before { 
    content: "\06E9";
}
.adam-clear-laws-terms:before { 
    content: "\0756";
}
.adam-solid-laws-treaties:before { 
    content: "\0681";
}
.adam-line-laws-treaties:before { 
    content: "\06EA";
}
.adam-clear-laws-treaties:before { 
    content: "\0757";
}
.adam-solid-laws-writs:before { 
    content: "\0682";
}
.adam-line-laws-writs:before { 
    content: "\06EB";
}
.adam-clear-laws-writs:before { 
    content: "\0758";
}
.adam-solid-lease:before { 
    content: "\00c5";
}
.adam-line-lease:before { 
    content: "\02bc";
}
.adam-clear-lease:before { 
    content: "\01ba";
}
.adam-solid-liability:before { 
    content: "\006c";
}
.adam-line-liability:before { 
    content: "\0256";
}
.adam-clear-liability:before { 
    content: "\0161";
}
.adam-solid-library:before { 
    content: "\0060";
}
.adam-line-library:before { 
    content: "\024A";
}
.adam-clear-library:before { 
    content: "\0155";
}
.adam-solid-loan:before { 
    content: "\005F";
}
.adam-line-loan:before { 
    content: "\0249";
}
.adam-clear-loan:before { 
    content: "\0154";
}
.adam-solid-location:before { 
    content: "\003c";
}
.adam-line-location:before { 
    content: "\0226";
}
.adam-clear-location:before { 
    content: "\0131";
}
.adam-solid-log:before { 
    content: "\0071";
}
.adam-line-log:before { 
    content: "\025b";
}
.adam-clear-log:before { 
    content: "\0166";
}
.adam-solid-market:before { 
    content: "\00cb";
}
.adam-line-market:before { 
    content: "\0292";
}
.adam-clear-market:before { 
    content: "\01c0";
}
.adam-solid-marketing:before { 
    content: "\0026";
}
.adam-line-marketing:before { 
    content: "\0210";
}
.adam-clear-marketing:before { 
    content: "\011B";
}
.adam-solid-media:before { 
    content: "\068F";
}
.adam-line-media:before { 
    content: "\06F8";
}
.adam-clear-media:before { 
    content: "\0765";
}
.adam-solid-meeting:before { 
    content: "\0059";
}
.adam-line-meeting:before { 
    content: "\0243";
}
.adam-clear-meeting:before { 
    content: "\014e";
}
.adam-solid-member:before { 
    content: "\003d";
}
.adam-line-member:before { 
    content: "\0227";
}
.adam-clear-member:before { 
    content: "\0132";
}
.adam-solid-memory:before { 
    content: "\010f";
}
.adam-line-memory:before { 
    content: "\02D6";
}
.adam-clear-memory:before { 
    content: "\0204";
}
.adam-solid-message:before { 
    content: "\010e";
}
.adam-line-message:before { 
    content: "\02D5";
}
.adam-clear-message:before { 
    content: "\0203";
}
.adam-solid-moneta:before { 
    content: "\00B9";
}
.adam-line-moneta:before { 
    content: "\0280";
}
.adam-clear-moneta:before { 
    content: "\01AE";
}
.adam-solid-moneta-buy:before { 
    content: "\00c0";
}
.adam-line-moneta-buy:before { 
    content: "\0287";
}
.adam-clear-moneta-buy:before { 
    content: "\01b5";
}
.adam-solid-nation:before { 
    content: "\0690";
}
.adam-line-nation:before { 
    content: "\06F9";
}
.adam-clear-nation:before { 
    content: "\0766";
}
.adam-solid-need:before { 
    content: "\0691";
}
.adam-line-need:before { 
    content: "\06FA";
}
.adam-clear-need:before { 
    content: "\0767";
}
.adam-solid-networks:before { 
    content: "\00C3";
}
.adam-line-networks:before { 
    content: "\028A";
}
.adam-clear-networks:before { 
    content: "\01B8";
}
.adam-solid-news:before { 
    content: "\003e";
}
.adam-line-news:before { 
    content: "\0228";
}
.adam-clear-news:before { 
    content: "\0133";
}
.adam-solid-next:before { 
    content: "\0620";
}
.adam-line-next:before { 
    content: "\04EE";
}
.adam-clear-next:before { 
    content: "\041C";
}
.adam-solid-office:before { 
    content: "\0109";
}
.adam-line-office:before { 
    content: "\02d0";
}
.adam-clear-office:before { 
    content: "\01fe";
}
.adam-solid-opinions:before { 
    content: "\003f";
}
.adam-line-opinions:before { 
    content: "\0229";
}
.adam-clear-opinions:before { 
    content: "\0134";
}
.adam-solid-pay:before { 
    content: "\006d";
}
.adam-line-pay:before { 
    content: "\0257";
}
.adam-clear-pay:before { 
    content: "\0162";
}
.adam-solid-penalty:before { 
    content: "\0041";
}
.adam-line-penalty:before { 
    content: "\022b";
}
.adam-clear-penalty:before { 
    content: "\0136";
}
.adam-solid-performance:before { 
    content: "\0041";
}
.adam-line-performance:before { 
    content: "\022b";
}
.adam-clear-performance:before { 
    content: "\0136";
}
.adam-solid-person:before { 
    content: "\0041";
}
.adam-line-person:before { 
    content: "\022B";
}
.adam-clear-person:before { 
    content: "\0136";
}
.adam-solid-phone:before { 
    content: "\00cd";
}
.adam-line-phone:before { 
    content: "\0294";
}
.adam-clear-phone:before { 
    content: "\01c2";
}
.adam-solid-polls:before { 
    content: "\0043";
}
.adam-line-polls:before { 
    content: "\022d";
}
.adam-clear-polls:before { 
    content: "\0138";
}
.adam-solid-positions:before { 
    content: "\0044";
}
.adam-line-positions:before { 
    content: "\022e";
}
.adam-clear-positions:before { 
    content: "\0139";
}
.adam-solid-posts:before { 
    content: "\00d8";
}
.adam-line-posts:before { 
    content: "\029f";
}
.adam-clear-posts:before { 
    content: "\01cd";
}
.adam-solid-prayer:before { 
    content: "\0073";
}
.adam-line-prayer:before { 
    content: "\025d";
}
.adam-clear-prayer:before { 
    content: "\0168";
}
.adam-solid-privacy:before { 
    content: "\004A";
}
.adam-line-privacy:before { 
    content: "\0234";
}
.adam-clear-privacy:before { 
    content: "\013F";
}
.adam-solid-process:before { 
    content: "\00C1";
}
.adam-line-process:before { 
    content: "\0288";
}
.adam-clear-process:before { 
    content: "\01B6";
}
.adam-solid-profile:before { 
    content: "\004f";
}
.adam-line-profile:before { 
    content: "\0239";
}
.adam-clear-profile:before { 
    content: "\0144";
}
.adam-solid-project:before { 
    content: "\0057";
}
.adam-line-project:before { 
    content: "\0241";
}
.adam-clear-project:before { 
    content: "\014c";
}
.adam-solid-property:before { 
    content: "\0063";
}
.adam-line-property:before { 
    content: "\024d";
}
.adam-clear-property:before { 
    content: "\0158";
}
.adam-solid-qualification:before { 
    content: "\0062";
}
.adam-line-qualification:before { 
    content: "\024c";
}
.adam-clear-qualification:before { 
    content: "\0157";
}
.adam-solid-questions:before { 
    content: "\0062";
}
.adam-line-questions:before { 
    content: "\024c";
}
.adam-clear-questions:before { 
    content: "\0157";
}
.adam-solid-records:before { 
    content: "\00a2";
}
.adam-line-records:before { 
    content: "\0269";
}
.adam-clear-records:before { 
    content: "\0197";
}
.adam-solid-refund:before { 
    content: "\006E";
}
.adam-line-refund:before { 
    content: "\0258";
}
.adam-clear-refund:before { 
    content: "\0163";
}
.adam-solid-reference:before { 
    content: "\0048";
}
.adam-line-reference:before { 
    content: "\0232";
}
.adam-clear-reference:before { 
    content: "\013D";
}
.adam-solid-registers:before { 
    content: "\0060";
}
.adam-line-registers:before { 
    content: "\024a";
}
.adam-clear-registers:before { 
    content: "\0155";
}
.adam-solid-relations:before { 
    content: "\0114";
}
.adam-line-relations:before { 
    content: "\02db";
}
.adam-clear-relations:before { 
    content: "\0209";
}
.adam-solid-rent:before { 
    content: "\00cc";
}
.adam-line-rent:before { 
    content: "\0293";
}
.adam-clear-rent:before { 
    content: "\01c1";
}
.adam-solid-resource:before { 
    content: "\0692";
}
.adam-line-resource:before { 
    content: "\06FB";
}
.adam-clear-resource:before { 
    content: "\0768";
}
.adam-solid-returns:before { 
    content: "\0115";
}
.adam-line-returns:before { 
    content: "\02dc";
}
.adam-clear-returns:before { 
    content: "\020a";
}
.adam-solid-reviews:before { 
    content: "\0045";
}
.adam-line-reviews:before { 
    content: "\022f";
}
.adam-clear-reviews:before { 
    content: "\013a";
}
.adam-solid-revenues:before { 
    content: "\00B8";
}
.adam-line-revenues:before { 
    content: "\027F";
}
.adam-clear-revenues:before { 
    content: "\01AD";
}
.adam-solid-search:before { 
    content: "\004C";
}
.adam-line-search:before { 
    content: "\0236";
}
.adam-clear-search:before { 
    content: "\0141";
}
.adam-solid-security:before { 
    content: "\00BA";
}
.adam-line-security:before { 
    content: "\0281";
}
.adam-clear-security:before { 
    content: "\01AF";
}
.adam-solid-sell:before { 
    content: "\00bf";
}
.adam-line-sell:before { 
    content: "\0286";
}
.adam-clear-sell:before { 
    content: "\01b4";
}
.adam-solid-services:before { 
    content: "\005C";
}
.adam-line-services:before { 
    content: "\0246";
}
.adam-clear-services:before { 
    content: "\0151";
}
.adam-solid-settings:before { 
    content: "\0056";
}
.adam-line-settings:before { 
    content: "\0240";
}
.adam-clear-settings:before { 
    content: "\014B";
}
.adam-solid-silveredo:before { 
    content: "\00FB";
}
.adam-line-silveredo:before { 
    content: "\02C2";
}
.adam-clear-silveredo:before { 
    content: "\01ef";
}
.adam-solid-skill:before { 
    content: "\010f";
}
.adam-line-skill:before { 
    content: "\02d6";
}
.adam-clear-skill:before { 
    content: "\0204";
}
.adam-solid-society:before { 
    content: "\0050";
}
.adam-line-society:before { 
    content: "\023A";
}
.adam-clear-society:before { 
    content: "\0145";
}
.adam-solid-society-union:before { 
    content: "\00f5";
}
.adam-line-society-union:before { 
    content: "\02bc";
}
.adam-clear-society-union:before { 
    content: "\01ea";
}
.adam-solid-society-university:before { 
    content: "\00f6";
}
.adam-line-society-university:before { 
    content: "\02bd";
}
.adam-clear-society-university:before { 
    content: "\01eb";
}
.adam-solid-society-province:before { 
    content: "\00f7";
}
.adam-line-society-province:before { 
    content: "\02be";
}
.adam-clear-society-province:before { 
    content: "\01ec";
}
.adam-solid-society-campus:before { 
    content: "\00f8";
}
.adam-line-society-campus:before { 
    content: "\02bf";
}
.adam-clear-society-campus:before { 
    content: "\01ed";
}
.adam-solid-solution:before { 
    content: "\0693";
}
.adam-line-solution:before { 
    content: "\06FC";
}
.adam-clear-solution:before { 
    content: "\0769";
}
.adam-solid-staff:before { 
    content: "\0047";
}
.adam-line-staff:before { 
    content: "\0231";
}
.adam-clear-staff:before { 
    content: "\013c";
}
.adam-solid-structure:before { 
    content: "\0694";
}
.adam-line-structure:before { 
    content: "\06FD";
}
.adam-clear-structure:before { 
    content: "\076A";
}
.adam-solid-suit:before { 
    content: "\xxxx";
}
.adam-line-suit:before { 
    content: "\xxxx";
}
.adam-clear-suit:before { 
    content: "\xxxx";
}
.adam-solid-task:before { 
    content: "\0049";
}
.adam-line-task:before { 
    content: "\0233";
}
.adam-clear-task:before { 
    content: "\013e";
}
.adam-solid-tax:before { 
    content: "\0070";
}
.adam-line-tax:before { 
    content: "\025A";
}
.adam-clear-tax:before { 
    content: "\0165";
}
.adam-solid-time:before { 
    content: "\00a9";
}
.adam-clear-time:before { 
    content: "\019e";
}
.adam-line-time:before { 
    content: "\0270";
}
.adam-solid-transaction:before { 
    content: "\00db";
}
.adam-clear-transaction:before { 
    content: "\01d0";
}
.adam-line-transaction:before { 
    content: "\02a2";
}
.adam-solid-trustees:before { 
    content: "\010B";
}
.adam-line-trustees:before { 
    content: "\02d2";
}
.adam-clear-trustees:before { 
    content: "\0200";
}
.adam-solid-unit:before { 
    content: "\004b";
}
.adam-line-unit:before { 
    content: "\0235";
}
.adam-clear-unit:before { 
    content: "\0140";
}
.adam-solid-ucadia:before { 
    content: "\00f2";
}
.adam-line-ucadia:before { 
    content: "\02b9";
}
.adam-clear-ucadia:before { 
    content: "\01e7";
}
.adam-solid-url:before { 
    content: "\004e";
}
.adam-line-url:before { 
    content: "\0238";
}
.adam-clear-url:before { 
    content: "\0143";
}
.adam-solid-usm:before { 
    content: "\xxxx";
}
.adam-line-usm:before { 
    content: "\xxxx";
}
.adam-clear-usm:before { 
    content: "\xxxx";
}
.adam-solid-vehicle:before { 
    content: "\xxxx";
}
.adam-line-vehicle:before { 
    content: "\xxxx";
}
.adam-clear-vehicle:before { 
    content: "\xxxx";
}
.adam-solid-validation:before { 
    content: "\00ab";
}
.adam-line-validation:before { 
    content: "\0272";
}
.adam-clear-valuation:before { 
    content: "\01ao";
}
.adam-solid-validation:before { 
    content: "\00AB";
}
.adam-line-validation:before { 
    content: "\0272";
}
.adam-clear-validation:before { 
    content: "\01A0";
}
.adam-solid-video:before { 
    content: "\004d";
}
.adam-line-video:before { 
    content: "\0237";
}
.adam-clear-video:before { 
    content: "\0142";
}

/* -------Markets------ */

.adam-solid-market-auctions:before { 
    content: "\0028";
}
.adam-line-market-auctions:before { 
    content: "\0212";
}
.adam-clear-market-auctions:before { 
    content: "\011d";
}
.adam-solid-market-bonds:before { 
    content: "\0656";
}
.adam-line-market-bonds:before { 
    content: "\0524";
}
.adam-clear-market-bonds:before { 
    content: "\0452";
}
.adam-solid-market-capital:before { 
    content: "\002c";
}
.adam-line-market-capital:before { 
    content: "\0216";
}
.adam-clear-market-capital:before { 
    content: "\0121";
}
.adam-solid-market-classifieds:before { 
    content: "\0117";
}
.adam-line-market-classifieds:before { 
    content: "\02DE";
}
.adam-clear-market-classifieds:before { 
    content: "\020C";
}
.adam-solid-market-coins:before { 
    content: "\00FA";
}
.adam-line-market-coins:before { 
    content: "\02C1";
}
.adam-clear-market-coins:before { 
    content: "\01EF";
}
.adam-solid-market-content:before { 
    content: "\00a8";
}
.adam-line-market-content:before { 
    content: "\026f";
}
.adam-clear-market-content:before { 
    content: "\019d";
}
.adam-solid-market-funding:before { 
    content: "\006f";
}
.adam-line-market-funding:before { 
    content: "\0259";
}
.adam-clear-market-funding:before { 
    content: "\0164";
}
.adam-solid-market-realities:before { 
    content: "\00d9";
}
.adam-line-market-realities:before { 
    content: "\02a0";
}
.adam-clear-market-realities:before { 
    content: "\01ce";
}
.adam-solid-market-gaming:before { 
    content: "\0665";
}
.adam-line-market-gaming:before { 
    content: "\0533";
}
.adam-clear-market-gaming:before { 
    content: "\0461";
}
.adam-solid-market-logistics:before { 
    content: "\00CE";
}
.adam-line-market-logistics:before { 
    content: "\0295";
}
.adam-clear-market-logistics:before { 
    content: "\01c3";
}
.adam-solid-market-machines:before { 
    content: "\00df";
}
.adam-line-market-machines:before { 
    content: "\02a6";
}
.adam-clear-market-machines:before { 
    content: "\01d4";
}
.adam-solid-market-manufacturing:before { 
    content: "\0108";
}
.adam-line-market-manufacturing:before { 
    content: "\02cf";
}
.adam-clear-market-manufacturing:before { 
    content: "\01fd";
}
.adam-solid-market-offers:before { 
    content: "\00CB";
}
.adam-line-market-offers:before { 
    content: "\0292";
}
.adam-clear-market-offers:before { 
    content: "\01C0";
}
.adam-solid-market-organic:before { 
    content: "\010A";
}
.adam-line-market-organic:before { 
    content: "\02d1";
}
.adam-clear-market-organic:before { 
    content: "\01ff";
}
.adam-solid-market-property:before { 
    content: "\0063";
}
.adam-line-market-property:before { 
    content: "\024D";
}
.adam-clear-market-property:before { 
    content: "\0158";
}
.adam-solid-market-purchase:before { 
    content: "\006d";
}
.adam-line-market-purchase:before { 
    content: "\0257";
}
.adam-clear-market-purchase:before { 
    content: "\0162";
}
.adam-solid-market-quotes:before { 
    content: "\00A4";
}
.adam-line-market-quotes:before { 
    content: "\026B";
}
.adam-clear-market-quotes:before { 
    content: "\0199";
}
.adam-solid-market-redemption:before { 
    content: "\00c6";
}
.adam-line-market-redemption:before { 
    content: "\028d";
}
.adam-clear-market-redemption:before { 
    content: "\01bb";
}
.adam-solid-market-software:before { 
    content: "\00fe";
}
.adam-line-market-software:before { 
    content: "\02c5";
}
.adam-clear-market-software:before { 
    content: "\01f3";
}
.adam-solid-market-stamps:before { 
    content: "\065D";
}
.adam-line-market-stamps:before { 
    content: "\052B";
}
.adam-clear-market-stamps:before { 
    content: "\0459";
}
.adam-solid-market-surety:before { 
    content: "\0074";
}
.adam-line-market-surety:before { 
    content: "\025e";
}
.adam-clear-market-surety:before { 
    content: "\0169";
}
.adam-solid-market-vehicles:before { 
    content: "\00f9";
}
.adam-line-market-vehicles:before { 
    content: "\02c0";
}
.adam-clear-market-vehicles:before { 
    content: "\01ee";
}
.adam-solid-market-vocations:before { 
    content: "\00a4";
}
.adam-line-market-vocations:before { 
    content: "\026b";
}
.adam-clear-market-vocations:before { 
    content: "\0199";
}


/* -------Work------ */


.work-line-add:before { 
    content: "\0511";
}
.work-button-add:before { 
    content: "\04a8";
}
.work-clear-add:before { 
    content: "\043f";
}
.work-line-back:before { 
    content: "\04ed";
}
.work-button-back:before { 
    content: "\0484";
}
.work-clear-back:before { 
    content: "\041b";
}
.work-line-calendar:before { 
    content: "\029B";
}
.work-clear-calendar:before { 
    content: "\01C9";
}
.work-line-calendar-month:before { 
    content: "\029c";
}
.work-clear-calendar-month:before { 
    content: "\01ca";
}
.work-line-calendar-week:before { 
    content: "\029e";
}
.work-clear-calendar-week:before { 
    content: "\01cc";
}
.work-line-calendar-day:before { 
    content: "\029d";
}
.work-clear-calendar-day:before { 
    content: "\01cb";
}
.work-line-category:before { 
    content: "\04ef";
}
.work-button-category:before { 
    content: "\0486";
}
.work-clear-category:before { 
    content: "\041d";
}
.work-line-chat:before { 
    content: "\04f0";
}
.work-button-chat:before { 
    content: "\0487";
}
.work-clear-chat:before { 
    content: "\041e"; 
}
.work-line-control:before { 
    content: "\04f1";
}
.work-button-control:before { 
    content: "\0488";
}
.work-clear-control:before { 
    content: "\041f";
}
.work-line-create:before { 
    content: "\0516";
}
.work-button-create:before { 
    content: "\048d";
}
.work-clear-create:before { 
    content: "\0444";
}
.work-line-cut:before { 
    content: "\04f2";
}
.work-button-cut:before { 
    content: "\0489";
}
.work-clear-cut:before { 
    content: "\0420";
}
.work-line-deny:before { 
    content: "\0503";
}
.work-button-deny:before { 
    content: "\049a";
}
.work-clear-deny:before { 
    content: "\0431";
}
.work-line-document:before { 
    content: "\0509";
}
.work-button-document:before { 
    content: "\04a0";
}
.work-clear-document:before { 
    content: "\0437";
}
.work-line-download:before { 
    content: "\04f3";
}
.work-button-download:before { 
    content: "\048a";
}
.work-clear-download:before { 
    content: "\0421";
}
.work-line-email-direct:before { 
    content: "\027a";
}
.work-clear-email-direct:before { 
    content: "\01a8";
}
.work-line-email-direct-unknown:before { 
    content: "\027b";
}
.work-clear-email-direct-unknown:before { 
    content: "\01a9";
}
.work-line-email-indirect:before { 
    content: "\0278";
}
.work-clear-email-indirect:before { 
    content: "\01a6";
}
.work-line-email-sent:before { 
    content: "\0277";
}
.work-clear-email-sent:before { 
    content: "\01a5";
}
.work-line-email-junk:before { 
    content: "\0279";
}
.work-clear-email-junk:before { 
    content: "\01a7";
}
.work-line-email-deleted:before { 
    content: "\0276";
}
.work-clear-email-deleted:before { 
    content: "\01a4";
}
.work-line-edit:before { 
    content: "\04f4";
}
.work-button-edit:before { 
    content: "\048b";
}
.work-clear-edit:before { 
    content: "\0422";
}
.work-line-filter:before { 
    content: "\04f6";
}
.work-button-filter:before { 
    content: "\048d";
}
.work-clear-filter:before { 
    content: "\0424";
}
.work-line-forward:before { 
    content: "\04ee";
}
.work-button-forward:before { 
    content: "\0485";
}
.work-clear-forward:before { 
    content: "\041c";
}
.work-line-history:before { 
    content: "\025c";
}
.work-button-history:before { 
    content: "\025c";
}
.work-clear-history:before { 
    content: "\0167";
}
.work-line-image:before { 
    content: "\0222";
}
.work-button-image:before { 
    content: "\0496";
}
.work-clear-image:before { 
    content: "\012d";
}
.work-line-important:before { 
    content: "\04f8";
}
.work-button-important:before { 
    content: "\048f";
}
.work-clear-important:before { 
    content: "\0426";
}
.work-line-issue:before { 
    content: "\04f9";
}
.work-button-issue:before { 
    content: "\0490";
}
.work-clear-issue:before { 
    content: "\0427";  
}
.work-line-library:before { 
    content: "\024b";
}
.work-button-library:before { 
    content: "\024b";
}
.work-clear-library:before { 
    content: "\0156"; 
}
.work-line-link:before { 
    content: "\04fa";
}
.work-button-link:before { 
    content: "\0491";
}
.work-clear-link:before { 
    content: "\0428";
}
.work-line-map:before { 
    content: "\04fa";
}
.work-button-map:before { 
    content: "\0492";
}
.work-clear-map:before { 
    content: "\0428";
}
.work-line-menu:before { 
    content: "\04fc";
}
.work-button-menu:before { 
    content: "\0493";
}
.work-clear-menu:before { 
    content: "\042a";
}
.work-line-navigation:before { 
    content: "\0246";
}
.work-clear-navigation:before { 
    content: "\0151";
}
.work-line-paste:before { 
    content: "\04fd";
}
.work-button-paste:before { 
    content: "\0494";
}
.work-clear-paste:before { 
    content: "\042b";
}
.work-line-phone:before { 
    content: "\04fe";
}
.work-button-phone:before { 
    content: "\0495";
}
.work-clear-phone:before { 
    content: "\042c";
}
.work-line-print:before { 
    content: "\0500";
}
.work-clear-print:before { 
    content: "\042e";
}
.work-line-question:before { 
    content: "\04f7";
}
.work-button-question:before { 
    content: "\048e";
}
.work-clear-question:before { 
    content: "\0425";
}
.work-line-relations:before { 
    content: "\0000";
}
.work-clear-relations:before { 
    content: "\0000";
}
.work-line-save:before { 
    content: "\0505";
}
.work-button-save:before { 
    content: "\049c";
}
.work-clear-save:before { 
    content: "\0433";
}
.work-line-search:before { 
    content: "\050e";
}
.work-button-search:before { 
    content: "\04a5";
}
.work-clear-search:before { 
    content: "\043c";
}
.work-line-search-results:before { 
    content: "\0518";
}
.work-clear-search-results:before { 
    content: "\0446";
}
.work-line-sms:before { 
    content: "\0000";
}
.work-clear-sms:before { 
    content: "\0000";
}
.work-line-sort:before { 
    content: "\04ec";
}
.work-clear-sort:before { 
    content: "\041a";  
}
.work-line-statistics:before { 
    content: "\0000";
}
.work-clear-statistics:before { 
    content: "\0000";
}
.work-line-status-direct:before { 
    content: "\0514";
}
.work-clear-status-direct:before { 
    content: "\0442";
}
.work-line-status-indirect:before { 
    content: "\04ef";
}
.work-clear-status-indirect:before { 
    content: "\041d";
}
.work-line-status-progress:before { 
    content: "\0513";
}
.work-clear-status-progress:before { 
    content: "\0441";
}
.work-line-status-object:before { 
    content: "\02a0";
}
.work-clear-status-object:before { 
    content: "\01ce";
}
.work-line-status-category:before { 
    content: "\04ef";
}
.work-clear-status-category:before { 
    content: "\041d";
}
.work-line-status-actioned:before { 
    content: "\0288";
}
.work-clear-status-actioned:before { 
    content: "\0186";   
}
.work-line-status-pending:before { 
    content: "\0512";
}
.work-clear-status-pending:before { 
    content: "\0440";
}
.work-line-status-nostart:before { 
    content: "\027c";
}
.work-clear-status-nostart:before { 
    content: "\01aa";
}
.work-line-status-verify:before { 
    content: "\0515";
}
.work-clear-status-verify:before { 
    content: "\0433";  
}
.work-line-summary:before { 
    content: "\0239";
}
.work-clear-summary:before { 
    content: "\0144";
}
.work-line-time:before { 
    content: "\0000";
}
.work-clear-time:before { 
    content: "\0000"; 
}
.work-line-trash:before { 
    content: "\0000";
}
.work-clear-trash:before { 
    content: "\0000";  
}
.work-line-unlink:before { 
    content: "\0000";
}
.work-clear-unlink:before { 
    content: "\0000";  
}
.work-line-upload:before { 
    content: "\050c";
}
.work-clear-upload:before { 
    content: "\043a";
}

/* --------------------------- 
 * Architecture i-adam
 * ---------------------------
 */
.adam-solid-syst-models:before { 
    content: "\0578"; 
}
.adam-line-syst-models:before { 
    content: "\0544"; 
}
.adam-clear-syst-models:before { 
    content: "\0472"; 
}
.adam-solid-syst-texts:before { 
    content: "\0579"; 
}
.adam-line-syst-texts:before { 
    content: "\0545"; 
}
.adam-clear-syst-texts:before { 
    content: "\0473"; 
}
.adam-solid-syst-languages:before { 
    content: "\057A"; 
}
.adam-line-syst-languages:before { 
    content: "\0546"; 
}
.adam-clear-syst-languages:before { 
    content: "\0474"; 
}
.adam-solid-syst-systems:before { 
    content: "\057B"; 
}
.adam-line-syst-systems:before { 
    content: "\0547"; 
}
.adam-clear-syst-systems:before { 
    content: "\0475"; 
}
.adam-solid-syst-software:before { 
    content: "\057C"; 
}
.adam-line-syst-software:before { 
    content: "\0548"; 
}
.adam-clear-syst-software:before { 
    content: "\0476"; 
}
.adam-solid-syst-technology:before { 
    content: "\057D"; 
}
.adam-line-syst-technology:before { 
    content: "\0549"; 
}
.adam-clear-syst-technology:before { 
    content: "\0477"; 
}
.adam-solid-syst-societies:before { 
    content: "\057E"; 
}
.adam-line-syst-societies:before { 
    content: "\054A"; 
}
.adam-clear-syst-societies:before { 
    content: "\0478"; 
}
.adam-solid-syst-networks:before { 
    content: "\057F"; 
}
.adam-line-syst-networks:before { 
    content: "\054B"; 
}
.adam-clear-syst-networks:before { 
    content: "\0479"; 
}
.adam-solid-syst-models-divine:before { 
    content: "\05AA"; 
}
.adam-line-syst-models-divine:before { 
    content: "\0591"; 
}
.adam-clear-syst-models-divine:before { 
    content: "\0560"; 
}
.adam-solid-syst-models-mind:before { 
    content: "\05AB"; 
}
.adam-line-syst-models-mind:before { 
    content: "\0592"; 
}
.adam-clear-syst-models-mind:before { 
    content: "\0561"; 
}
.adam-solid-syst-models-science:before { 
    content: "\05AC"; 
}
.adam-line-syst-models-science:before { 
    content: "\0593"; 
}
.adam-clear-syst-models-science:before { 
    content: "\0562"; 
}
.adam-solid-syst-texts-spirit:before { 
    content: "\05AD"; 
}
.adam-line-syst-texts-spirit:before { 
    content: "\0594"; 
}
.adam-clear-syst-texts-spirit:before { 
    content: "\0563"; 
}
.adam-solid-syst-texts-social:before { 
    content: "\05AE"; 
}
.adam-line-syst-texts-social:before { 
    content: "\0595"; 
}
.adam-clear-syst-texts-social:before { 
    content: "\0564"; 
}
.adam-solid-syst-texts-technical:before { 
    content: "\05AF"; 
}
.adam-line-syst-texts-technical:before { 
    content: "\0596"; 
}
.adam-clear-syst-texts-technical:before { 
    content: "\0565"; 
}
.adam-solid-syst-languages-divine:before { 
    content: "\05B0"; 
}
.adam-line-syst-languages-divine:before { 
    content: "\0597"; 
}
.adam-clear-syst-languages-divine:before { 
    content: "\0566"; 
}
.adam-solid-syst-languages-creative:before { 
    content: "\05B1"; 
}
.adam-line-syst-languages-creative:before { 
    content: "\0598"; 
}
.adam-clear-syst-languages-creative:before { 
    content: "\0567"; 
}
.adam-solid-syst-languages-science:before { 
    content: "\05B2"; 
}
.adam-line-syst-languages-science:before { 
    content: "\0599"; 
}
.adam-clear-syst-languages-science:before { 
    content: "\0568"; 
}
.adam-solid-syst-systems-standards:before { 
    content: "\05B3"; 
}
.adam-line-syst-systems-standards:before { 
    content: "\059A"; 
}
.adam-clear-syst-systems-standards:before { 
    content: "\0569"; 
}
.adam-solid-syst-systems-legal:before { 
    content: "\05B4"; 
}
.adam-line-syst-systems-legal:before { 
    content: "\059B"; 
}
.adam-clear-syst-systems-legal:before { 
    content: "\056A"; 
}
.adam-solid-syst-systems-financial:before { 
    content: "\05B5"; 
}
.adam-line-syst-systems-financial:before { 
    content: "\059C"; 
}
.adam-clear-syst-systems-financial:before { 
    content: "\056B"; 
}
.adam-solid-syst-software-adam:before { 
    content: "\05B6"; 
}
.adam-line-syst-software-adam:before { 
    content: "\059D"; 
}
.adam-clear-syst-software-adam:before { 
    content: "\056C"; 
}
.adam-solid-syst-software-eve:before { 
    content: "\05B7"; 
}
.adam-line-syst-software-eve:before { 
    content: "\059E"; 
}
.adam-clear-syst-software-eve:before { 
    content: "\056D"; 
}
.adam-solid-syst-software-agents:before { 
    content: "\05B8"; 
}
.adam-line-syst-software-agents:before { 
    content: "\059F"; 
}
.adam-clear-syst-software-agents:before { 
    content: "\056E"; 
}
.adam-solid-syst-technology-machines:before { 
    content: "\05B9"; 
}
.adam-line-syst-technology-machines:before { 
    content: "\05A0"; 
}
.adam-clear-syst-technology-machines:before { 
    content: "\056F"; 
}
.adam-solid-syst-technology-computers:before { 
    content: "\05BA"; 
}
.adam-line-syst-technology-computers:before { 
    content: "\05A1"; 
}
.adam-clear-syst-technology-computers:before { 
    content: "\0570"; 
}
.adam-solid-syst-technology-energy:before { 
    content: "\05BB"; 
}
.adam-line-syst-technology-energy:before { 
    content: "\05A2"; 
}
.adam-clear-syst-technology-energy:before { 
    content: "\0571"; 
}
.adam-solid-syst-societies-autonomous:before { 
    content: "\05BC"; 
}
.adam-line-syst-societies-autonomous:before { 
    content: "\05A3"; 
}
.adam-clear-syst-societies-autonomous:before { 
    content: "\0572"; 
}
.adam-solid-syst-societies-multination:before { 
    content: "\05BD"; 
}
.adam-line-syst-societies-multination:before { 
    content: "\05A4"; 
}
.adam-clear-syst-societies-multination:before { 
    content: "\0573"; 
}
.adam-solid-syst-societies-sovereign:before { 
    content: "\05BE"; 
}
.adam-line-syst-societies-sovereign:before { 
    content: "\05A5"; 
}
.adam-clear-syst-societies-sovereign:before { 
    content: "\0574"; 
}
.adam-solid-syst-networks-unified:before { 
    content: "\05BF"; 
}
.adam-line-syst-networks-unified:before { 
    content: "\05A6"; 
}
.adam-clear-syst-networks-unified:before { 
    content: "\0575"; 
}
.adam-solid-syst-networks-autonomous:before { 
    content: "\05C0"; 
}
.adam-line-syst-networks-autonomous:before { 
    content: "\05A7"; 
}
.adam-clear-syst-networks-autonomous:before { 
    content: "\0576"; 
}
.adam-solid-syst-networks-hybrid:before { 
    content: "\05C1"; 
}
.adam-line-syst-networks-hybrid:before { 
    content: "\05A8"; 
}
.adam-clear-syst-networks-hybrid:before { 
    content: "\0577"; 
}

/* --------------------------- 
 * Url Topics i-adam
 * ---------------------------
 */

.url-solid-agriculture:before { 
    font-family: "i-adam";
    content: "\00dc"; 
}
.url-line-agriculture:before { 
    font-family: "i-adam";
    content: "\02a3"; 
}
.url-solid-arts:before { 
    font-family: "i-adam";
    content: "\00f0";
}
.url-line-arts:before { 
    font-family: "i-adam";
    content: "\0287";  
}
.url-solid-auctions:before { 
    font-family: "i-adam";
    content: "\0028";  
}
.url-line-auctions:before { 
    font-family: "i-adam";
    content: "\0212";
}
.url-solid-business:before {
    font-family: "i-adam"; 
    content: "\0053";  
}
.url-line-business:before { 
    font-family: "i-adam";
    content: "\023d"; 
}
.url-solid-classifieds:before { 
    font-family: "i-adam";
    content: "\0117";
}
.url-line-classifieds:before { 
    font-family: "i-adam";
    content: "\02DE";  
}
.url-solid-compare:before { 
    font-family: "i-adam";
    content: "\002b";
}
.url-line-compare:before { 
    font-family: "i-adam";
    content: "\0215";  
}
.url-solid-culture:before { 
    font-family: "i-adam";
    content: "\0032";  
}
.url-line-culture:before { 
    font-family: "i-adam";
    content: "\021c"; 
}
.url-solid-economy:before {
    font-family: "i-adam"; 
    content: "\0048"; 
}
.url-line-economy:before { 
    font-family: "i-adam";
    content: "\0232";  
}
.url-solid-education:before { 
    font-family: "i-adam";
    content: "\002f";  
}
.url-line-education:before { 
    font-family: "i-adam";
    content: "\0219";  
}
.url-solid-environment:before {
    font-family: "i-adam"; 
    content: "\00e1";  
}
.url-line-environment:before { 
    font-family: "i-adam";
    content: "\02a8";
}
.url-solid-food:before { 
    font-family: "i-adam";
    content: "\0055"; 
}
.url-line-food:before { 
    font-family: "i-adam";
    content: "\023f"; 
}
.url-solid-games:before { 
    font-family: "i-adam";
    content: "\0045"; 
}
.url-line-games:before { 
    font-family: "i-adam";
    content: "\022f"; 
}
.url-solid-groups:before { 
    font-family: "i-adam";
    content: "\00e8";  
}
.url-line-groups:before { 
    font-family: "i-adam";
    content: "\02af";
}
.url-solid-government:before {
    font-family: "i-adam"; 
    content: "\0050";
}
.url-line-government:before { 
    font-family: "i-adam";
    content: "\023a"; 
}
.url-solid-health:before { 
    font-family: "i-adam";
    content: "\00e9"; 
}
.url-line-health:before { 
    font-family: "i-adam";
    content: "\02b0"; 
}
.url-solid-home:before { 
    font-family: "i-adam";
    content: "\005d";
}
.url-line-home:before { 
    font-family: "i-adam";
    content: "\0247";  
}
.url-solid-howto:before { 
    font-family: "i-adam";
    content: "\002d";  
}
.url-line-howto:before { 
    font-family: "i-adam";
    content: "\0217";  
}
.url-solid-issues:before { 
    font-family: "i-adam";
    content: "\003a";  
}
.url-line-issues:before { 
    font-family: "i-adam";
    content: "\0224"; 
}
.url-solid-law:before { 
    font-family: "i-adam";
    content: "\00a6";
}
.url-line-law:before { 
    font-family: "i-adam";
    content: "\026d";  
}
.url-solid-lifestyle:before { 
    font-family: "i-adam";
    content: "\00ce"; 
}
.url-line-lifestyle:before { 
    font-family: "i-adam";
    content: "\0295";  
}
.url-solid-manufacturing:before { 
    font-family: "i-adam";
    content: "\0065"; 
}
.url-line-manufacturing:before { 
    font-family: "i-adam";
    content: "\024f";
}
.url-solid-markets:before { 
    font-family: "i-adam";
    content: "\00cb";
}
.url-line-markets:before { 
    font-family: "i-adam";
    content: "\0292";
}
.url-solid-media:before { 
    font-family: "i-adam";
    content: "\0025";
}
.url-line-media:before { 
    font-family: "i-adam";
    content: "\020f";
}
.url-solid-medical:before { 
    font-family: "i-adam";
    content: "\00a5"; 
}
.url-line-medical:before { 
    font-family: "i-adam";
    content: "\026c"; 
}
.url-solid-news:before { 
    font-family: "i-adam";
    content: "\003e"; 
}
.url-line-news:before { 
    font-family: "i-adam";
    content: "\022b"; 
}
.url-solid-opinions:before { 
    font-family: "i-adam";
    content: "\003f";  
}
.url-line-opinions:before { 
    font-family: "i-adam";
    content: "\0229"; 
}
.url-solid-personal:before { 
    font-family: "i-adam";
    content: "\0041";   
}
.url-line-personal:before { 
    font-family: "i-adam";
    content: "\022b";  
}
.url-solid-questions:before { 
    font-family: "i-adam";
    content: "\0062"; 
}
.url-line-questions:before { 
    font-family: "i-adam";
    content: "\024c";  
}
.url-solid-reference:before { 
    font-family: "i-adam";
    content: "\0060";  
}
.url-line-reference:before { 
    font-family: "i-adam";
    content: "\024a";  
}
.url-solid-research:before { 
    font-family: "i-adam";
    content: "\004c";   
}
.url-line-research:before { 
    font-family: "i-adam";
    content: "\0236"; 
}
.url-solid-reviews:before { 
    font-family: "i-adam";
    content: "\0036"; 
}
.url-line-reviews:before { 
    font-family: "i-adam";
    content: "\0220";  
}
.url-solid-science:before { 
    font-family: "i-adam";
    content: "\00df";  
}
.url-line-science:before { 
    font-family: "i-adam";
    content: "\02a6";   
}
.url-solid-shopping:before { 
    content: "\003b";  
}
.url-line-shopping:before { 
    font-family: "i-adam";
    content: "\0225";  
}
.url-solid-society:before { 
    font-family: "i-adam";
    content: "\0052"; 
}
.url-line-society:before { 
    font-family: "i-adam";
    content: "\023c";  
}
.url-solid-spirituality:before { 
    font-family: "i-adam";
    content: "\0073";  
}
.url-line-spirituality:before { 
    font-family: "i-adam";
    content: "\025d";  
}
.url-solid-sports:before { 
    font-family: "i-adam";
    content: "\00f1";
}
.url-line-sports:before { 
    font-family: "i-adam";
    content: "\02b8";   
}
.url-solid-technology:before { 
    font-family: "i-adam";
    content: "\00e3";   
}
.url-line-technology:before { 
    font-family: "i-adam";
    content: "\02aa";    
}
.url-solid-travel:before { 
    font-family: "i-adam";
    content: "\00e6";  
}
.url-line-travel:before {
    font-family: "i-adam"; 
    content: "\02ad";  
}
.url-solid-ucadia:before { 
    font-family: "i-adam";
    content: "\004f";  
}
.url-line-ucadia:before {
    font-family: "i-adam"; 
    content: "\0239";  
}
.url-solid-world:before { 
    font-family: "i-adam";
    content: "\0061";  
}
.url-line-world:before { 
    font-family: "i-adam";
    content: "\024b";  
}
.url-solid-top:before { 
    font-family: "i-adam";
    content: "\004e";  
}
.url-line-top:before { 
    font-family: "i-adam";
    content: "\0238";   
}
.url-solid-popular:before { 
    font-family: "i-adam";
    content: "\004b"; 
}
.url-line-popular:before { 
    font-family: "i-adam";
    content: "\0235";
}

/* Services */
.service-arbitration:before { 
    font-family: "i-adam";
    content: "\026D";
}
.service-audio:before { 
    font-family: "i-adam";
    content: "\0213";
}
.service-course:before { 
    font-family: "i-adam";
    content: "\0219";
}
.service-finance:before { 
    font-family: "i-adam";
    content: "\0257";
}
.service-forums:before { 
    font-family: "i-adam";
    content: "\0220";
}
.service-gazette:before { 
    font-family: "i-adam";
    content: "\0221";
}
.service-insights:before { 
    font-family: "i-adam";
    content: "\0248";
}
.service-news:before { 
    font-family: "i-adam";
    content: "\0228";
}
.service-opinions:before { 
    font-family: "i-adam";
    content: "\0229";
}
.service-polls:before { 
    font-family: "i-adam";
    content: "\022D";
}
.service-positions:before { 
    font-family: "i-adam";
    content: "\022E";
}
.service-posts:before { 
    font-family: "i-adam";
    content: "\029F";
}
.service-property:before { 
    font-family: "i-adam";
    content: "\024D";
}
.service-publications:before { 
    font-family: "i-adam";
    content: "\024A";
}
.service-questions:before { 
    font-family: "i-adam";
    content: "\024C";
}
.service-registers:before { 
    font-family: "i-adam";
    content: "\024A";
}
.service-relations:before { 
    font-family: "i-adam";
    content: "\02DB";
}
.service-reviews:before { 
    font-family: "i-adam";
    content: "\0220";
}
.service-trustees:before { 
    font-family: "i-adam";
    content: "\02D2";
}

/* Ucadia Icons */

.icon-search:before {
    font-family: "i-ucadia";
    content: "\00D4";
    color: #000000;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}

.icon-edit:before {
    font-family: "i-ucadia";
    content: "\039F";
    color: #000000;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.icon-create:before {
    font-family: "i-ucadia";
    content: "\03A1";
    color: #000000;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.icon-cut:before {
    font-family: "i-ucadia";
    content: "\0023";
    color: #000000;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.icon-paste:before {
    font-family: "i-ucadia";
    content: "\0024";
    color: #000000;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.icon-delete:before {
    font-family: "i-ucadia";
    content: "\002C";
    color: #000000;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.icon-approve:before {
    font-family: "i-ucadia";
    content: "\0025";
    color: #000000;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.icon-reject:before {
    font-family: "i-ucadia";
    content: "\0026";
    color: #000000;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.icon-download:before {
    font-family: "i-ucadia";
    content: "\005B";
    color: #000000;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.icon-upload:before {
    font-family: "i-ucadia";
    content: "\005C";
    color: #000000;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.icon-settings:before {
    font-family: "i-ucadia";
    content: "\002D";
    color: #000000;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.icon-help:before {
    font-family: "i-adam";
    content: "\03BC";
    color: #BFBFBF;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}

.i-rating-new:before {
    font-family: "i-fa";
    font-weight: normal;
    font-style: normal;
    content: "\f005";
    color: #00C200;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.i-rating-one:before {
    font-family: "i-fa";
    font-weight: normal;
    font-style: normal;
    content: "\f005";
    color: #CC0000;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.i-rating-two:before {
    font-family: "i-fa";
    font-weight: normal;
    font-style: normal;
    content: "\f005 \f005";
    color: #6600CC;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.i-rating-three:before {
    font-family: "i-fa";
    font-weight: normal;
    font-style: normal;
    content: "\f005 \f005 \f005";
    color: #C26100;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.i-rating-four:before {
    font-family: "i-fa";
    font-weight: normal;
    font-style: normal;
    content: "\f005 \f005 \f005 \f005";
    color: #333333;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.i-rating-five:before {
    font-family: "i-fa";
    font-weight: normal;
    font-style: normal;
    content: "\f005 \f005 \f005 \f005 \f005";
    color: #996600;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}

/* Moneta */
.m-sym-euro:before {
    font-family: "i-ucadia";
    content: "\01B3";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-sym-gbp:before {
    font-family: "i-ucadia";
    content: "\01B4";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-sym-dollar-public:before {
    font-family: "i-ucadia";
    content: "\01B5";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-sym-yen:before {
    font-family: "i-ucadia";
    content: "\01B6";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-sym-yuan:before {
    font-family: "i-ucadia";
    content: "\01B7";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-sym-peso:before {
    font-family: "i-ucadia";
    content: "\01B8";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-sym-bitcoin:before {
    font-family: "i-ucadia";
    content: "\01BA";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-sym-moneta:before {
    font-family: "i-ucadia";
    content: "\01BB";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-sym-credo:before {
    font-family: "i-ucadia";
    content: "\01BC";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-sym-dollars:before {
    font-family: "i-ucadia";
    content: "\01BD";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-sym-pound-public:before {
    font-family: "i-ucadia";
    content: "\01BE";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-conu-bitcoin:before {
    font-family: "i-ucadia";
    content: "\01BF";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-conu-dollars:before {
    font-family: "i-ucadia";
    content: "\01CO";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-conu-dollars-public:before {
    font-family: "i-ucadia";
    content: "\01C1";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-conu-euro:before {
    font-family: "i-ucadia";
    content: "\01C2";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-conu-peso:before {
    font-family: "i-ucadia";
    content: "\01C3";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-conu-pound-public:before {
    font-family: "i-ucadia";
    content: "\01C4";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-conu-pound:before {
    font-family: "i-ucadia";
    content: "\01C5";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-conu-yen:before {
    font-family: "i-ucadia";
    content: "\01C6";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-conu-yuan:before {
    font-family: "i-ucadia";
    content: "\01C8";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-cone-dollar:before {
    font-family: "i-ucadia";
    content: "\01CA";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-cone-euro:before {
    font-family: "i-ucadia";
    content: "\01CB";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-cone-pound:before {
    font-family: "i-ucadia";
    content: "\01CC";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-cone-yen:before {
    font-family: "i-ucadia";
    content: "\01CD";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-cone-yuan:before {
    font-family: "i-ucadia";
    content: "\01CF";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-cone-peso:before {
    font-family: "i-ucadia";
    content: "\01DO";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-security:before {
    font-family: "i-ucadia";
    content: "\01D2";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-stamp:before {
    font-family: "i-ucadia";
    content: "\01D3";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-shield:before {
    font-family: "i-ucadia";
    content: "\01D4";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-coin:before {
    font-family: "i-ucadia";
    content: "\01D5";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-data:before {
    font-family: "i-ucadia";
    content: "\01D6";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-teach:before {
    font-family: "i-ucadia";
    content: "\01D7";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-timer:before {
    font-family: "i-ucadia";
    content: "\01D8";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-cog:before {
    font-family: "i-ucadia";
    content: "\01D9";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-computer:before {
    font-family: "i-ucadia";
    content: "\01DB";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-user:before {
    font-family: "i-ucadia";
    content: "\01DC";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-gold-coin:before {
    font-family: "i-ucadia";
    content: "\01DD";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
.m-silver-coin:before {
    font-family: "i-ucadia";
    content: "\01DE";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-top;
}
