12. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 3/13/2018 7:46:51 PM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

12.1 Files compared

# Location File Last Modified
1 Wed Mar 14 00:46:51 2018 UTC
2 TASCore_v1.0_Build_2_Jan_2018.zip\Build_Artifacts\mccf-tas_TAS.01.00.121_20171213_164037.tar\assets\font-awesome-4.7.0\css font-awesome.css Wed Dec 13 23:09:45 2017 UTC

12.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 1 2337
Removed 0 0

12.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

12.4 Active regular expressions

No regular expressions were active.

12.5 Comparison detail

        1   /*!
        2    *  Font A wesome 4.7 .0 by @dav egandy - h ttp://font awesome.io  - @fontaw esome
        3    *  Licens e - http:/ /fontaweso me.io/lice nse (Font:  SIL OFL 1 .1, CSS: M IT License )
        4    */
        5   /* FONT PA TH
        6    * ------- ---------- ---------  */
        7   @font-face  {
        8     font-fam ily: 'Font Awesome';
        9     src: url ('../fonts /fontaweso me-webfont .eot?v=4.7 .0');
        10     src: url ('../fonts /fontaweso me-webfont .eot?#iefi x&v=4.7.0' ) format(' embedded-o pentype'),  url('../f onts/fonta wesome-web font.woff2 ?v=4.7.0')  format('w off2'), ur l('../font s/fontawes ome-webfon t.woff?v=4 .7.0') for mat('woff' ), url('.. /fonts/fon tawesome-w ebfont.ttf ?v=4.7.0')  format('t ruetype'),  url('../f onts/fonta wesome-web font.svg?v =4.7.0#fon tawesomere gular') fo rmat('svg' );
        11     font-wei ght: norma l;
        12     font-sty le: normal ;
        13   }
        14   .fa {
        15     display:  inline-bl ock;
        16     font: no rmal norma l normal 1 4px/1 Font Awesome;
        17     font-siz e: inherit ;
        18     text-ren dering: au to;
        19     -webkit- font-smoot hing: anti aliased;
        20     -moz-osx -font-smoo thing: gra yscale;
        21   }
        22   /* makes t he font 33 % larger r elative to  the icon  container  */
        23   .fa-lg {
        24     font-siz e: 1.33333 333em;
        25     line-hei ght: 0.75e m;
        26     vertical -align: -1 5%;
        27   }
        28   .fa-2x {
        29     font-siz e: 2em;
        30   }
        31   .fa-3x {
        32     font-siz e: 3em;
        33   }
        34   .fa-4x {
        35     font-siz e: 4em;
        36   }
        37   .fa-5x {
        38     font-siz e: 5em;
        39   }
        40   .fa-fw {
        41     width: 1 .28571429e m;
        42     text-ali gn: center ;
        43   }
        44   .fa-ul {
        45     padding- left: 0;
        46     margin-l eft: 2.142 85714em;
        47     list-sty le-type: n one;
        48   }
        49   .fa-ul > l i {
        50     position : relative ;
        51   }
        52   .fa-li {
        53     position : absolute ;
        54     left: -2 .14285714e m;
        55     width: 2 .14285714e m;
        56     top: 0.1 4285714em;
        57     text-ali gn: center ;
        58   }
        59   .fa-li.fa- lg {
        60     left: -1 .85714286e m;
        61   }
        62   .fa-border  {
        63     padding:  .2em .25e m .15em;
        64     border:  solid 0.08 em #eeeeee ;
        65     border-r adius: .1e m;
        66   }
        67   .fa-pull-l eft {
        68     float: l eft;
        69   }
        70   .fa-pull-r ight {
        71     float: r ight;
        72   }
        73   .fa.fa-pul l-left {
        74     margin-r ight: .3em ;
        75   }
        76   .fa.fa-pul l-right {
        77     margin-l eft: .3em;
        78   }
        79   /* Depreca ted as of  4.4.0 */
        80   .pull-righ t {
        81     float: r ight;
        82   }
        83   .pull-left  {
        84     float: l eft;
        85   }
        86   .fa.pull-l eft {
        87     margin-r ight: .3em ;
        88   }
        89   .fa.pull-r ight {
        90     margin-l eft: .3em;
        91   }
        92   .fa-spin {
        93     -webkit- animation:  fa-spin 2 s infinite  linear;
        94     animatio n: fa-spin  2s infini te linear;
        95   }
        96   .fa-pulse  {
        97     -webkit- animation:  fa-spin 1 s infinite  steps(8);
        98     animatio n: fa-spin  1s infini te steps(8 );
        99   }
        100   @-webkit-k eyframes f a-spin {
        101     0% {
        102       -webki t-transfor m: rotate( 0deg);
        103       transf orm: rotat e(0deg);
        104     }
        105     100% {
        106       -webki t-transfor m: rotate( 359deg);
        107       transf orm: rotat e(359deg);
        108     }
        109   }
        110   @keyframes  fa-spin {
        111     0% {
        112       -webki t-transfor m: rotate( 0deg);
        113       transf orm: rotat e(0deg);
        114     }
        115     100% {
        116       -webki t-transfor m: rotate( 359deg);
        117       transf orm: rotat e(359deg);
        118     }
        119   }
        120   .fa-rotate -90 {
        121     -ms-filt er: "progi d:DXImageT ransform.M icrosoft.B asicImage( rotation=1 )";
        122     -webkit- transform:  rotate(90 deg);
        123     -ms-tran sform: rot ate(90deg) ;
        124     transfor m: rotate( 90deg);
        125   }
        126   .fa-rotate -180 {
        127     -ms-filt er: "progi d:DXImageT ransform.M icrosoft.B asicImage( rotation=2 )";
        128     -webkit- transform:  rotate(18 0deg);
        129     -ms-tran sform: rot ate(180deg );
        130     transfor m: rotate( 180deg);
        131   }
        132   .fa-rotate -270 {
        133     -ms-filt er: "progi d:DXImageT ransform.M icrosoft.B asicImage( rotation=3 )";
        134     -webkit- transform:  rotate(27 0deg);
        135     -ms-tran sform: rot ate(270deg );
        136     transfor m: rotate( 270deg);
        137   }
        138   .fa-flip-h orizontal  {
        139     -ms-filt er: "progi d:DXImageT ransform.M icrosoft.B asicImage( rotation=0 , mirror=1 )";
        140     -webkit- transform:  scale(-1,  1);
        141     -ms-tran sform: sca le(-1, 1);
        142     transfor m: scale(- 1, 1);
        143   }
        144   .fa-flip-v ertical {
        145     -ms-filt er: "progi d:DXImageT ransform.M icrosoft.B asicImage( rotation=2 , mirror=1 )";
        146     -webkit- transform:  scale(1,  -1);
        147     -ms-tran sform: sca le(1, -1);
        148     transfor m: scale(1 , -1);
        149   }
        150   :root .fa- rotate-90,
        151   :root .fa- rotate-180 ,
        152   :root .fa- rotate-270 ,
        153   :root .fa- flip-horiz ontal,
        154   :root .fa- flip-verti cal {
        155     filter:  none;
        156   }
        157   .fa-stack  {
        158     position : relative ;
        159     display:  inline-bl ock;
        160     width: 2 em;
        161     height:  2em;
        162     line-hei ght: 2em;
        163     vertical -align: mi ddle;
        164   }
        165   .fa-stack- 1x,
        166   .fa-stack- 2x {
        167     position : absolute ;
        168     left: 0;
        169     width: 1 00%;
        170     text-ali gn: center ;
        171   }
        172   .fa-stack- 1x {
        173     line-hei ght: inher it;
        174   }
        175   .fa-stack- 2x {
        176     font-siz e: 2em;
        177   }
        178   .fa-invers e {
        179     color: # ffffff;
        180   }
        181   /* Font Aw esome uses  the Unico de Private  Use Area  (PUA) to e nsure scre en
        182      readers  do not re ad off ran dom charac ters that  represent  icons */
        183   .fa-glass: before {
        184     content:  "\f000";
        185   }
        186   .fa-music: before {
        187     content:  "\f001";
        188   }
        189   .fa-search :before {
        190     content:  "\f002";
        191   }
        192   .fa-envelo pe-o:befor e {
        193     content:  "\f003";
        194   }
        195   .fa-heart: before {
        196     content:  "\f004";
        197   }
        198   .fa-star:b efore {
        199     content:  "\f005";
        200   }
        201   .fa-star-o :before {
        202     content:  "\f006";
        203   }
        204   .fa-user:b efore {
        205     content:  "\f007";
        206   }
        207   .fa-film:b efore {
        208     content:  "\f008";
        209   }
        210   .fa-th-lar ge:before  {
        211     content:  "\f009";
        212   }
        213   .fa-th:bef ore {
        214     content:  "\f00a";
        215   }
        216   .fa-th-lis t:before {
        217     content:  "\f00b";
        218   }
        219   .fa-check: before {
        220     content:  "\f00c";
        221   }
        222   .fa-remove :before,
        223   .fa-close: before,
        224   .fa-times: before {
        225     content:  "\f00d";
        226   }
        227   .fa-search -plus:befo re {
        228     content:  "\f00e";
        229   }
        230   .fa-search -minus:bef ore {
        231     content:  "\f010";
        232   }
        233   .fa-power- off:before  {
        234     content:  "\f011";
        235   }
        236   .fa-signal :before {
        237     content:  "\f012";
        238   }
        239   .fa-gear:b efore,
        240   .fa-cog:be fore {
        241     content:  "\f013";
        242   }
        243   .fa-trash- o:before {
        244     content:  "\f014";
        245   }
        246   .fa-home:b efore {
        247     content:  "\f015";
        248   }
        249   .fa-file-o :before {
        250     content:  "\f016";
        251   }
        252   .fa-clock- o:before {
        253     content:  "\f017";
        254   }
        255   .fa-road:b efore {
        256     content:  "\f018";
        257   }
        258   .fa-downlo ad:before  {
        259     content:  "\f019";
        260   }
        261   .fa-arrow- circle-o-d own:before  {
        262     content:  "\f01a";
        263   }
        264   .fa-arrow- circle-o-u p:before {
        265     content:  "\f01b";
        266   }
        267   .fa-inbox: before {
        268     content:  "\f01c";
        269   }
        270   .fa-play-c ircle-o:be fore {
        271     content:  "\f01d";
        272   }
        273   .fa-rotate -right:bef ore,
        274   .fa-repeat :before {
        275     content:  "\f01e";
        276   }
        277   .fa-refres h:before {
        278     content:  "\f021";
        279   }
        280   .fa-list-a lt:before  {
        281     content:  "\f022";
        282   }
        283   .fa-lock:b efore {
        284     content:  "\f023";
        285   }
        286   .fa-flag:b efore {
        287     content:  "\f024";
        288   }
        289   .fa-headph ones:befor e {
        290     content:  "\f025";
        291   }
        292   .fa-volume -off:befor e {
        293     content:  "\f026";
        294   }
        295   .fa-volume -down:befo re {
        296     content:  "\f027";
        297   }
        298   .fa-volume -up:before  {
        299     content:  "\f028";
        300   }
        301   .fa-qrcode :before {
        302     content:  "\f029";
        303   }
        304   .fa-barcod e:before {
        305     content:  "\f02a";
        306   }
        307   .fa-tag:be fore {
        308     content:  "\f02b";
        309   }
        310   .fa-tags:b efore {
        311     content:  "\f02c";
        312   }
        313   .fa-book:b efore {
        314     content:  "\f02d";
        315   }
        316   .fa-bookma rk:before  {
        317     content:  "\f02e";
        318   }
        319   .fa-print: before {
        320     content:  "\f02f";
        321   }
        322   .fa-camera :before {
        323     content:  "\f030";
        324   }
        325   .fa-font:b efore {
        326     content:  "\f031";
        327   }
        328   .fa-bold:b efore {
        329     content:  "\f032";
        330   }
        331   .fa-italic :before {
        332     content:  "\f033";
        333   }
        334   .fa-text-h eight:befo re {
        335     content:  "\f034";
        336   }
        337   .fa-text-w idth:befor e {
        338     content:  "\f035";
        339   }
        340   .fa-align- left:befor e {
        341     content:  "\f036";
        342   }
        343   .fa-align- center:bef ore {
        344     content:  "\f037";
        345   }
        346   .fa-align- right:befo re {
        347     content:  "\f038";
        348   }
        349   .fa-align- justify:be fore {
        350     content:  "\f039";
        351   }
        352   .fa-list:b efore {
        353     content:  "\f03a";
        354   }
        355   .fa-dedent :before,
        356   .fa-outden t:before {
        357     content:  "\f03b";
        358   }
        359   .fa-indent :before {
        360     content:  "\f03c";
        361   }
        362   .fa-video- camera:bef ore {
        363     content:  "\f03d";
        364   }
        365   .fa-photo: before,
        366   .fa-image: before,
        367   .fa-pictur e-o:before  {
        368     content:  "\f03e";
        369   }
        370   .fa-pencil :before {
        371     content:  "\f040";
        372   }
        373   .fa-map-ma rker:befor e {
        374     content:  "\f041";
        375   }
        376   .fa-adjust :before {
        377     content:  "\f042";
        378   }
        379   .fa-tint:b efore {
        380     content:  "\f043";
        381   }
        382   .fa-edit:b efore,
        383   .fa-pencil -square-o: before {
        384     content:  "\f044";
        385   }
        386   .fa-share- square-o:b efore {
        387     content:  "\f045";
        388   }
        389   .fa-check- square-o:b efore {
        390     content:  "\f046";
        391   }
        392   .fa-arrows :before {
        393     content:  "\f047";
        394   }
        395   .fa-step-b ackward:be fore {
        396     content:  "\f048";
        397   }
        398   .fa-fast-b ackward:be fore {
        399     content:  "\f049";
        400   }
        401   .fa-backwa rd:before  {
        402     content:  "\f04a";
        403   }
        404   .fa-play:b efore {
        405     content:  "\f04b";
        406   }
        407   .fa-pause: before {
        408     content:  "\f04c";
        409   }
        410   .fa-stop:b efore {
        411     content:  "\f04d";
        412   }
        413   .fa-forwar d:before {
        414     content:  "\f04e";
        415   }
        416   .fa-fast-f orward:bef ore {
        417     content:  "\f050";
        418   }
        419   .fa-step-f orward:bef ore {
        420     content:  "\f051";
        421   }
        422   .fa-eject: before {
        423     content:  "\f052";
        424   }
        425   .fa-chevro n-left:bef ore {
        426     content:  "\f053";
        427   }
        428   .fa-chevro n-right:be fore {
        429     content:  "\f054";
        430   }
        431   .fa-plus-c ircle:befo re {
        432     content:  "\f055";
        433   }
        434   .fa-minus- circle:bef ore {
        435     content:  "\f056";
        436   }
        437   .fa-times- circle:bef ore {
        438     content:  "\f057";
        439   }
        440   .fa-check- circle:bef ore {
        441     content:  "\f058";
        442   }
        443   .fa-questi on-circle: before {
        444     content:  "\f059";
        445   }
        446   .fa-info-c ircle:befo re {
        447     content:  "\f05a";
        448   }
        449   .fa-crossh airs:befor e {
        450     content:  "\f05b";
        451   }
        452   .fa-times- circle-o:b efore {
        453     content:  "\f05c";
        454   }
        455   .fa-check- circle-o:b efore {
        456     content:  "\f05d";
        457   }
        458   .fa-ban:be fore {
        459     content:  "\f05e";
        460   }
        461   .fa-arrow- left:befor e {
        462     content:  "\f060";
        463   }
        464   .fa-arrow- right:befo re {
        465     content:  "\f061";
        466   }
        467   .fa-arrow- up:before  {
        468     content:  "\f062";
        469   }
        470   .fa-arrow- down:befor e {
        471     content:  "\f063";
        472   }
        473   .fa-mail-f orward:bef ore,
        474   .fa-share: before {
        475     content:  "\f064";
        476   }
        477   .fa-expand :before {
        478     content:  "\f065";
        479   }
        480   .fa-compre ss:before  {
        481     content:  "\f066";
        482   }
        483   .fa-plus:b efore {
        484     content:  "\f067";
        485   }
        486   .fa-minus: before {
        487     content:  "\f068";
        488   }
        489   .fa-asteri sk:before  {
        490     content:  "\f069";
        491   }
        492   .fa-exclam ation-circ le:before  {
        493     content:  "\f06a";
        494   }
        495   .fa-gift:b efore {
        496     content:  "\f06b";
        497   }
        498   .fa-leaf:b efore {
        499     content:  "\f06c";
        500   }
        501   .fa-fire:b efore {
        502     content:  "\f06d";
        503   }
        504   .fa-eye:be fore {
        505     content:  "\f06e";
        506   }
        507   .fa-eye-sl ash:before  {
        508     content:  "\f070";
        509   }
        510   .fa-warnin g:before,
        511   .fa-exclam ation-tria ngle:befor e {
        512     content:  "\f071";
        513   }
        514   .fa-plane: before {
        515     content:  "\f072";
        516   }
        517   .fa-calend ar:before  {
        518     content:  "\f073";
        519   }
        520   .fa-random :before {
        521     content:  "\f074";
        522   }
        523   .fa-commen t:before {
        524     content:  "\f075";
        525   }
        526   .fa-magnet :before {
        527     content:  "\f076";
        528   }
        529   .fa-chevro n-up:befor e {
        530     content:  "\f077";
        531   }
        532   .fa-chevro n-down:bef ore {
        533     content:  "\f078";
        534   }
        535   .fa-retwee t:before {
        536     content:  "\f079";
        537   }
        538   .fa-shoppi ng-cart:be fore {
        539     content:  "\f07a";
        540   }
        541   .fa-folder :before {
        542     content:  "\f07b";
        543   }
        544   .fa-folder -open:befo re {
        545     content:  "\f07c";
        546   }
        547   .fa-arrows -v:before  {
        548     content:  "\f07d";
        549   }
        550   .fa-arrows -h:before  {
        551     content:  "\f07e";
        552   }
        553   .fa-bar-ch art-o:befo re,
        554   .fa-bar-ch art:before  {
        555     content:  "\f080";
        556   }
        557   .fa-twitte r-square:b efore {
        558     content:  "\f081";
        559   }
        560   .fa-facebo ok-square: before {
        561     content:  "\f082";
        562   }
        563   .fa-camera -retro:bef ore {
        564     content:  "\f083";
        565   }
        566   .fa-key:be fore {
        567     content:  "\f084";
        568   }
        569   .fa-gears: before,
        570   .fa-cogs:b efore {
        571     content:  "\f085";
        572   }
        573   .fa-commen ts:before  {
        574     content:  "\f086";
        575   }
        576   .fa-thumbs -o-up:befo re {
        577     content:  "\f087";
        578   }
        579   .fa-thumbs -o-down:be fore {
        580     content:  "\f088";
        581   }
        582   .fa-star-h alf:before  {
        583     content:  "\f089";
        584   }
        585   .fa-heart- o:before {
        586     content:  "\f08a";
        587   }
        588   .fa-sign-o ut:before  {
        589     content:  "\f08b";
        590   }
        591   .fa-linked in-square: before {
        592     content:  "\f08c";
        593   }
        594   .fa-thumb- tack:befor e {
        595     content:  "\f08d";
        596   }
        597   .fa-extern al-link:be fore {
        598     content:  "\f08e";
        599   }
        600   .fa-sign-i n:before {
        601     content:  "\f090";
        602   }
        603   .fa-trophy :before {
        604     content:  "\f091";
        605   }
        606   .fa-github -square:be fore {
        607     content:  "\f092";
        608   }
        609   .fa-upload :before {
        610     content:  "\f093";
        611   }
        612   .fa-lemon- o:before {
        613     content:  "\f094";
        614   }
        615   .fa-phone: before {
        616     content:  "\f095";
        617   }
        618   .fa-square -o:before  {
        619     content:  "\f096";
        620   }
        621   .fa-bookma rk-o:befor e {
        622     content:  "\f097";
        623   }
        624   .fa-phone- square:bef ore {
        625     content:  "\f098";
        626   }
        627   .fa-twitte r:before {
        628     content:  "\f099";
        629   }
        630   .fa-facebo ok-f:befor e,
        631   .fa-facebo ok:before  {
        632     content:  "\f09a";
        633   }
        634   .fa-github :before {
        635     content:  "\f09b";
        636   }
        637   .fa-unlock :before {
        638     content:  "\f09c";
        639   }
        640   .fa-credit -card:befo re {
        641     content:  "\f09d";
        642   }
        643   .fa-feed:b efore,
        644   .fa-rss:be fore {
        645     content:  "\f09e";
        646   }
        647   .fa-hdd-o: before {
        648     content:  "\f0a0";
        649   }
        650   .fa-bullho rn:before  {
        651     content:  "\f0a1";
        652   }
        653   .fa-bell:b efore {
        654     content:  "\f0f3";
        655   }
        656   .fa-certif icate:befo re {
        657     content:  "\f0a3";
        658   }
        659   .fa-hand-o -right:bef ore {
        660     content:  "\f0a4";
        661   }
        662   .fa-hand-o -left:befo re {
        663     content:  "\f0a5";
        664   }
        665   .fa-hand-o -up:before  {
        666     content:  "\f0a6";
        667   }
        668   .fa-hand-o -down:befo re {
        669     content:  "\f0a7";
        670   }
        671   .fa-arrow- circle-lef t:before {
        672     content:  "\f0a8";
        673   }
        674   .fa-arrow- circle-rig ht:before  {
        675     content:  "\f0a9";
        676   }
        677   .fa-arrow- circle-up: before {
        678     content:  "\f0aa";
        679   }
        680   .fa-arrow- circle-dow n:before {
        681     content:  "\f0ab";
        682   }
        683   .fa-globe: before {
        684     content:  "\f0ac";
        685   }
        686   .fa-wrench :before {
        687     content:  "\f0ad";
        688   }
        689   .fa-tasks: before {
        690     content:  "\f0ae";
        691   }
        692   .fa-filter :before {
        693     content:  "\f0b0";
        694   }
        695   .fa-briefc ase:before  {
        696     content:  "\f0b1";
        697   }
        698   .fa-arrows -alt:befor e {
        699     content:  "\f0b2";
        700   }
        701   .fa-group: before,
        702   .fa-users: before {
        703     content:  "\f0c0";
        704   }
        705   .fa-chain: before,
        706   .fa-link:b efore {
        707     content:  "\f0c1";
        708   }
        709   .fa-cloud: before {
        710     content:  "\f0c2";
        711   }
        712   .fa-flask: before {
        713     content:  "\f0c3";
        714   }
        715   .fa-cut:be fore,
        716   .fa-scisso rs:before  {
        717     content:  "\f0c4";
        718   }
        719   .fa-copy:b efore,
        720   .fa-files- o:before {
        721     content:  "\f0c5";
        722   }
        723   .fa-paperc lip:before  {
        724     content:  "\f0c6";
        725   }
        726   .fa-save:b efore,
        727   .fa-floppy -o:before  {
        728     content:  "\f0c7";
        729   }
        730   .fa-square :before {
        731     content:  "\f0c8";
        732   }
        733   .fa-navico n:before,
        734   .fa-reorde r:before,
        735   .fa-bars:b efore {
        736     content:  "\f0c9";
        737   }
        738   .fa-list-u l:before {
        739     content:  "\f0ca";
        740   }
        741   .fa-list-o l:before {
        742     content:  "\f0cb";
        743   }
        744   .fa-strike through:be fore {
        745     content:  "\f0cc";
        746   }
        747   .fa-underl ine:before  {
        748     content:  "\f0cd";
        749   }
        750   .fa-table: before {
        751     content:  "\f0ce";
        752   }
        753   .fa-magic: before {
        754     content:  "\f0d0";
        755   }
        756   .fa-truck: before {
        757     content:  "\f0d1";
        758   }
        759   .fa-pinter est:before  {
        760     content:  "\f0d2";
        761   }
        762   .fa-pinter est-square :before {
        763     content:  "\f0d3";
        764   }
        765   .fa-google -plus-squa re:before  {
        766     content:  "\f0d4";
        767   }
        768   .fa-google -plus:befo re {
        769     content:  "\f0d5";
        770   }
        771   .fa-money: before {
        772     content:  "\f0d6";
        773   }
        774   .fa-caret- down:befor e {
        775     content:  "\f0d7";
        776   }
        777   .fa-caret- up:before  {
        778     content:  "\f0d8";
        779   }
        780   .fa-caret- left:befor e {
        781     content:  "\f0d9";
        782   }
        783   .fa-caret- right:befo re {
        784     content:  "\f0da";
        785   }
        786   .fa-column s:before {
        787     content:  "\f0db";
        788   }
        789   .fa-unsort ed:before,
        790   .fa-sort:b efore {
        791     content:  "\f0dc";
        792   }
        793   .fa-sort-d own:before ,
        794   .fa-sort-d esc:before  {
        795     content:  "\f0dd";
        796   }
        797   .fa-sort-u p:before,
        798   .fa-sort-a sc:before  {
        799     content:  "\f0de";
        800   }
        801   .fa-envelo pe:before  {
        802     content:  "\f0e0";
        803   }
        804   .fa-linked in:before  {
        805     content:  "\f0e1";
        806   }
        807   .fa-rotate -left:befo re,
        808   .fa-undo:b efore {
        809     content:  "\f0e2";
        810   }
        811   .fa-legal: before,
        812   .fa-gavel: before {
        813     content:  "\f0e3";
        814   }
        815   .fa-dashbo ard:before ,
        816   .fa-tachom eter:befor e {
        817     content:  "\f0e4";
        818   }
        819   .fa-commen t-o:before  {
        820     content:  "\f0e5";
        821   }
        822   .fa-commen ts-o:befor e {
        823     content:  "\f0e6";
        824   }
        825   .fa-flash: before,
        826   .fa-bolt:b efore {
        827     content:  "\f0e7";
        828   }
        829   .fa-sitema p:before {
        830     content:  "\f0e8";
        831   }
        832   .fa-umbrel la:before  {
        833     content:  "\f0e9";
        834   }
        835   .fa-paste: before,
        836   .fa-clipbo ard:before  {
        837     content:  "\f0ea";
        838   }
        839   .fa-lightb ulb-o:befo re {
        840     content:  "\f0eb";
        841   }
        842   .fa-exchan ge:before  {
        843     content:  "\f0ec";
        844   }
        845   .fa-cloud- download:b efore {
        846     content:  "\f0ed";
        847   }
        848   .fa-cloud- upload:bef ore {
        849     content:  "\f0ee";
        850   }
        851   .fa-user-m d:before {
        852     content:  "\f0f0";
        853   }
        854   .fa-stetho scope:befo re {
        855     content:  "\f0f1";
        856   }
        857   .fa-suitca se:before  {
        858     content:  "\f0f2";
        859   }
        860   .fa-bell-o :before {
        861     content:  "\f0a2";
        862   }
        863   .fa-coffee :before {
        864     content:  "\f0f4";
        865   }
        866   .fa-cutler y:before {
        867     content:  "\f0f5";
        868   }
        869   .fa-file-t ext-o:befo re {
        870     content:  "\f0f6";
        871   }
        872   .fa-buildi ng-o:befor e {
        873     content:  "\f0f7";
        874   }
        875   .fa-hospit al-o:befor e {
        876     content:  "\f0f8";
        877   }
        878   .fa-ambula nce:before  {
        879     content:  "\f0f9";
        880   }
        881   .fa-medkit :before {
        882     content:  "\f0fa";
        883   }
        884   .fa-fighte r-jet:befo re {
        885     content:  "\f0fb";
        886   }
        887   .fa-beer:b efore {
        888     content:  "\f0fc";
        889   }
        890   .fa-h-squa re:before  {
        891     content:  "\f0fd";
        892   }
        893   .fa-plus-s quare:befo re {
        894     content:  "\f0fe";
        895   }
        896   .fa-angle- double-lef t:before {
        897     content:  "\f100";
        898   }
        899   .fa-angle- double-rig ht:before  {
        900     content:  "\f101";
        901   }
        902   .fa-angle- double-up: before {
        903     content:  "\f102";
        904   }
        905   .fa-angle- double-dow n:before {
        906     content:  "\f103";
        907   }
        908   .fa-angle- left:befor e {
        909     content:  "\f104";
        910   }
        911   .fa-angle- right:befo re {
        912     content:  "\f105";
        913   }
        914   .fa-angle- up:before  {
        915     content:  "\f106";
        916   }
        917   .fa-angle- down:befor e {
        918     content:  "\f107";
        919   }
        920   .fa-deskto p:before {
        921     content:  "\f108";
        922   }
        923   .fa-laptop :before {
        924     content:  "\f109";
        925   }
        926   .fa-tablet :before {
        927     content:  "\f10a";
        928   }
        929   .fa-mobile -phone:bef ore,
        930   .fa-mobile :before {
        931     content:  "\f10b";
        932   }
        933   .fa-circle -o:before  {
        934     content:  "\f10c";
        935   }
        936   .fa-quote- left:befor e {
        937     content:  "\f10d";
        938   }
        939   .fa-quote- right:befo re {
        940     content:  "\f10e";
        941   }
        942   .fa-spinne r:before {
        943     content:  "\f110";
        944   }
        945   .fa-circle :before {
        946     content:  "\f111";
        947   }
        948   .fa-mail-r eply:befor e,
        949   .fa-reply: before {
        950     content:  "\f112";
        951   }
        952   .fa-github -alt:befor e {
        953     content:  "\f113";
        954   }
        955   .fa-folder -o:before  {
        956     content:  "\f114";
        957   }
        958   .fa-folder -open-o:be fore {
        959     content:  "\f115";
        960   }
        961   .fa-smile- o:before {
        962     content:  "\f118";
        963   }
        964   .fa-frown- o:before {
        965     content:  "\f119";
        966   }
        967   .fa-meh-o: before {
        968     content:  "\f11a";
        969   }
        970   .fa-gamepa d:before {
        971     content:  "\f11b";
        972   }
        973   .fa-keyboa rd-o:befor e {
        974     content:  "\f11c";
        975   }
        976   .fa-flag-o :before {
        977     content:  "\f11d";
        978   }
        979   .fa-flag-c heckered:b efore {
        980     content:  "\f11e";
        981   }
        982   .fa-termin al:before  {
        983     content:  "\f120";
        984   }
        985   .fa-code:b efore {
        986     content:  "\f121";
        987   }
        988   .fa-mail-r eply-all:b efore,
        989   .fa-reply- all:before  {
        990     content:  "\f122";
        991   }
        992   .fa-star-h alf-empty: before,
        993   .fa-star-h alf-full:b efore,
        994   .fa-star-h alf-o:befo re {
        995     content:  "\f123";
        996   }
        997   .fa-locati on-arrow:b efore {
        998     content:  "\f124";
        999   }
        1000   .fa-crop:b efore {
        1001     content:  "\f125";
        1002   }
        1003   .fa-code-f ork:before  {
        1004     content:  "\f126";
        1005   }
        1006   .fa-unlink :before,
        1007   .fa-chain- broken:bef ore {
        1008     content:  "\f127";
        1009   }
        1010   .fa-questi on:before  {
        1011     content:  "\f128";
        1012   }
        1013   .fa-info:b efore {
        1014     content:  "\f129";
        1015   }
        1016   .fa-exclam ation:befo re {
        1017     content:  "\f12a";
        1018   }
        1019   .fa-supers cript:befo re {
        1020     content:  "\f12b";
        1021   }
        1022   .fa-subscr ipt:before  {
        1023     content:  "\f12c";
        1024   }
        1025   .fa-eraser :before {
        1026     content:  "\f12d";
        1027   }
        1028   .fa-puzzle -piece:bef ore {
        1029     content:  "\f12e";
        1030   }
        1031   .fa-microp hone:befor e {
        1032     content:  "\f130";
        1033   }
        1034   .fa-microp hone-slash :before {
        1035     content:  "\f131";
        1036   }
        1037   .fa-shield :before {
        1038     content:  "\f132";
        1039   }
        1040   .fa-calend ar-o:befor e {
        1041     content:  "\f133";
        1042   }
        1043   .fa-fire-e xtinguishe r:before {
        1044     content:  "\f134";
        1045   }
        1046   .fa-rocket :before {
        1047     content:  "\f135";
        1048   }
        1049   .fa-maxcdn :before {
        1050     content:  "\f136";
        1051   }
        1052   .fa-chevro n-circle-l eft:before  {
        1053     content:  "\f137";
        1054   }
        1055   .fa-chevro n-circle-r ight:befor e {
        1056     content:  "\f138";
        1057   }
        1058   .fa-chevro n-circle-u p:before {
        1059     content:  "\f139";
        1060   }
        1061   .fa-chevro n-circle-d own:before  {
        1062     content:  "\f13a";
        1063   }
        1064   .fa-html5: before {
        1065     content:  "\f13b";
        1066   }
        1067   .fa-css3:b efore {
        1068     content:  "\f13c";
        1069   }
        1070   .fa-anchor :before {
        1071     content:  "\f13d";
        1072   }
        1073   .fa-unlock -alt:befor e {
        1074     content:  "\f13e";
        1075   }
        1076   .fa-bullse ye:before  {
        1077     content:  "\f140";
        1078   }
        1079   .fa-ellips is-h:befor e {
        1080     content:  "\f141";
        1081   }
        1082   .fa-ellips is-v:befor e {
        1083     content:  "\f142";
        1084   }
        1085   .fa-rss-sq uare:befor e {
        1086     content:  "\f143";
        1087   }
        1088   .fa-play-c ircle:befo re {
        1089     content:  "\f144";
        1090   }
        1091   .fa-ticket :before {
        1092     content:  "\f145";
        1093   }
        1094   .fa-minus- square:bef ore {
        1095     content:  "\f146";
        1096   }
        1097   .fa-minus- square-o:b efore {
        1098     content:  "\f147";
        1099   }
        1100   .fa-level- up:before  {
        1101     content:  "\f148";
        1102   }
        1103   .fa-level- down:befor e {
        1104     content:  "\f149";
        1105   }
        1106   .fa-check- square:bef ore {
        1107     content:  "\f14a";
        1108   }
        1109   .fa-pencil -square:be fore {
        1110     content:  "\f14b";
        1111   }
        1112   .fa-extern al-link-sq uare:befor e {
        1113     content:  "\f14c";
        1114   }
        1115   .fa-share- square:bef ore {
        1116     content:  "\f14d";
        1117   }
        1118   .fa-compas s:before {
        1119     content:  "\f14e";
        1120   }
        1121   .fa-toggle -down:befo re,
        1122   .fa-caret- square-o-d own:before  {
        1123     content:  "\f150";
        1124   }
        1125   .fa-toggle -up:before ,
        1126   .fa-caret- square-o-u p:before {
        1127     content:  "\f151";
        1128   }
        1129   .fa-toggle -right:bef ore,
        1130   .fa-caret- square-o-r ight:befor e {
        1131     content:  "\f152";
        1132   }
        1133   .fa-euro:b efore,
        1134   .fa-eur:be fore {
        1135     content:  "\f153";
        1136   }
        1137   .fa-gbp:be fore {
        1138     content:  "\f154";
        1139   }
        1140   .fa-dollar :before,
        1141   .fa-usd:be fore {
        1142     content:  "\f155";
        1143   }
        1144   .fa-rupee: before,
        1145   .fa-inr:be fore {
        1146     content:  "\f156";
        1147   }
        1148   .fa-cny:be fore,
        1149   .fa-rmb:be fore,
        1150   .fa-yen:be fore,
        1151   .fa-jpy:be fore {
        1152     content:  "\f157";
        1153   }
        1154   .fa-ruble: before,
        1155   .fa-rouble :before,
        1156   .fa-rub:be fore {
        1157     content:  "\f158";
        1158   }
        1159   .fa-won:be fore,
        1160   .fa-krw:be fore {
        1161     content:  "\f159";
        1162   }
        1163   .fa-bitcoi n:before,
        1164   .fa-btc:be fore {
        1165     content:  "\f15a";
        1166   }
        1167   .fa-file:b efore {
        1168     content:  "\f15b";
        1169   }
        1170   .fa-file-t ext:before  {
        1171     content:  "\f15c";
        1172   }
        1173   .fa-sort-a lpha-asc:b efore {
        1174     content:  "\f15d";
        1175   }
        1176   .fa-sort-a lpha-desc: before {
        1177     content:  "\f15e";
        1178   }
        1179   .fa-sort-a mount-asc: before {
        1180     content:  "\f160";
        1181   }
        1182   .fa-sort-a mount-desc :before {
        1183     content:  "\f161";
        1184   }
        1185   .fa-sort-n umeric-asc :before {
        1186     content:  "\f162";
        1187   }
        1188   .fa-sort-n umeric-des c:before {
        1189     content:  "\f163";
        1190   }
        1191   .fa-thumbs -up:before  {
        1192     content:  "\f164";
        1193   }
        1194   .fa-thumbs -down:befo re {
        1195     content:  "\f165";
        1196   }
        1197   .fa-youtub e-square:b efore {
        1198     content:  "\f166";
        1199   }
        1200   .fa-youtub e:before {
        1201     content:  "\f167";
        1202   }
        1203   .fa-xing:b efore {
        1204     content:  "\f168";
        1205   }
        1206   .fa-xing-s quare:befo re {
        1207     content:  "\f169";
        1208   }
        1209   .fa-youtub e-play:bef ore {
        1210     content:  "\f16a";
        1211   }
        1212   .fa-dropbo x:before {
        1213     content:  "\f16b";
        1214   }
        1215   .fa-stack- overflow:b efore {
        1216     content:  "\f16c";
        1217   }
        1218   .fa-instag ram:before  {
        1219     content:  "\f16d";
        1220   }
        1221   .fa-flickr :before {
        1222     content:  "\f16e";
        1223   }
        1224   .fa-adn:be fore {
        1225     content:  "\f170";
        1226   }
        1227   .fa-bitbuc ket:before  {
        1228     content:  "\f171";
        1229   }
        1230   .fa-bitbuc ket-square :before {
        1231     content:  "\f172";
        1232   }
        1233   .fa-tumblr :before {
        1234     content:  "\f173";
        1235   }
        1236   .fa-tumblr -square:be fore {
        1237     content:  "\f174";
        1238   }
        1239   .fa-long-a rrow-down: before {
        1240     content:  "\f175";
        1241   }
        1242   .fa-long-a rrow-up:be fore {
        1243     content:  "\f176";
        1244   }
        1245   .fa-long-a rrow-left: before {
        1246     content:  "\f177";
        1247   }
        1248   .fa-long-a rrow-right :before {
        1249     content:  "\f178";
        1250   }
        1251   .fa-apple: before {
        1252     content:  "\f179";
        1253   }
        1254   .fa-window s:before {
        1255     content:  "\f17a";
        1256   }
        1257   .fa-androi d:before {
        1258     content:  "\f17b";
        1259   }
        1260   .fa-linux: before {
        1261     content:  "\f17c";
        1262   }
        1263   .fa-dribbb le:before  {
        1264     content:  "\f17d";
        1265   }
        1266   .fa-skype: before {
        1267     content:  "\f17e";
        1268   }
        1269   .fa-foursq uare:befor e {
        1270     content:  "\f180";
        1271   }
        1272   .fa-trello :before {
        1273     content:  "\f181";
        1274   }
        1275   .fa-female :before {
        1276     content:  "\f182";
        1277   }
        1278   .fa-male:b efore {
        1279     content:  "\f183";
        1280   }
        1281   .fa-gittip :before,
        1282   .fa-gratip ay:before  {
        1283     content:  "\f184";
        1284   }
        1285   .fa-sun-o: before {
        1286     content:  "\f185";
        1287   }
        1288   .fa-moon-o :before {
        1289     content:  "\f186";
        1290   }
        1291   .fa-archiv e:before {
        1292     content:  "\f187";
        1293   }
        1294   .fa-bug:be fore {
        1295     content:  "\f188";
        1296   }
        1297   .fa-vk:bef ore {
        1298     content:  "\f189";
        1299   }
        1300   .fa-weibo: before {
        1301     content:  "\f18a";
        1302   }
        1303   .fa-renren :before {
        1304     content:  "\f18b";
        1305   }
        1306   .fa-pageli nes:before  {
        1307     content:  "\f18c";
        1308   }
        1309   .fa-stack- exchange:b efore {
        1310     content:  "\f18d";
        1311   }
        1312   .fa-arrow- circle-o-r ight:befor e {
        1313     content:  "\f18e";
        1314   }
        1315   .fa-arrow- circle-o-l eft:before  {
        1316     content:  "\f190";
        1317   }
        1318   .fa-toggle -left:befo re,
        1319   .fa-caret- square-o-l eft:before  {
        1320     content:  "\f191";
        1321   }
        1322   .fa-dot-ci rcle-o:bef ore {
        1323     content:  "\f192";
        1324   }
        1325   .fa-wheelc hair:befor e {
        1326     content:  "\f193";
        1327   }
        1328   .fa-vimeo- square:bef ore {
        1329     content:  "\f194";
        1330   }
        1331   .fa-turkis h-lira:bef ore,
        1332   .fa-try:be fore {
        1333     content:  "\f195";
        1334   }
        1335   .fa-plus-s quare-o:be fore {
        1336     content:  "\f196";
        1337   }
        1338   .fa-space- shuttle:be fore {
        1339     content:  "\f197";
        1340   }
        1341   .fa-slack: before {
        1342     content:  "\f198";
        1343   }
        1344   .fa-envelo pe-square: before {
        1345     content:  "\f199";
        1346   }
        1347   .fa-wordpr ess:before  {
        1348     content:  "\f19a";
        1349   }
        1350   .fa-openid :before {
        1351     content:  "\f19b";
        1352   }
        1353   .fa-instit ution:befo re,
        1354   .fa-bank:b efore,
        1355   .fa-univer sity:befor e {
        1356     content:  "\f19c";
        1357   }
        1358   .fa-mortar -board:bef ore,
        1359   .fa-gradua tion-cap:b efore {
        1360     content:  "\f19d";
        1361   }
        1362   .fa-yahoo: before {
        1363     content:  "\f19e";
        1364   }
        1365   .fa-google :before {
        1366     content:  "\f1a0";
        1367   }
        1368   .fa-reddit :before {
        1369     content:  "\f1a1";
        1370   }
        1371   .fa-reddit -square:be fore {
        1372     content:  "\f1a2";
        1373   }
        1374   .fa-stumbl eupon-circ le:before  {
        1375     content:  "\f1a3";
        1376   }
        1377   .fa-stumbl eupon:befo re {
        1378     content:  "\f1a4";
        1379   }
        1380   .fa-delici ous:before  {
        1381     content:  "\f1a5";
        1382   }
        1383   .fa-digg:b efore {
        1384     content:  "\f1a6";
        1385   }
        1386   .fa-pied-p iper-pp:be fore {
        1387     content:  "\f1a7";
        1388   }
        1389   .fa-pied-p iper-alt:b efore {
        1390     content:  "\f1a8";
        1391   }
        1392   .fa-drupal :before {
        1393     content:  "\f1a9";
        1394   }
        1395   .fa-joomla :before {
        1396     content:  "\f1aa";
        1397   }
        1398   .fa-langua ge:before  {
        1399     content:  "\f1ab";
        1400   }
        1401   .fa-fax:be fore {
        1402     content:  "\f1ac";
        1403   }
        1404   .fa-buildi ng:before  {
        1405     content:  "\f1ad";
        1406   }
        1407   .fa-child: before {
        1408     content:  "\f1ae";
        1409   }
        1410   .fa-paw:be fore {
        1411     content:  "\f1b0";
        1412   }
        1413   .fa-spoon: before {
        1414     content:  "\f1b1";
        1415   }
        1416   .fa-cube:b efore {
        1417     content:  "\f1b2";
        1418   }
        1419   .fa-cubes: before {
        1420     content:  "\f1b3";
        1421   }
        1422   .fa-behanc e:before {
        1423     content:  "\f1b4";
        1424   }
        1425   .fa-behanc e-square:b efore {
        1426     content:  "\f1b5";
        1427   }
        1428   .fa-steam: before {
        1429     content:  "\f1b6";
        1430   }
        1431   .fa-steam- square:bef ore {
        1432     content:  "\f1b7";
        1433   }
        1434   .fa-recycl e:before {
        1435     content:  "\f1b8";
        1436   }
        1437   .fa-automo bile:befor e,
        1438   .fa-car:be fore {
        1439     content:  "\f1b9";
        1440   }
        1441   .fa-cab:be fore,
        1442   .fa-taxi:b efore {
        1443     content:  "\f1ba";
        1444   }
        1445   .fa-tree:b efore {
        1446     content:  "\f1bb";
        1447   }
        1448   .fa-spotif y:before {
        1449     content:  "\f1bc";
        1450   }
        1451   .fa-devian tart:befor e {
        1452     content:  "\f1bd";
        1453   }
        1454   .fa-soundc loud:befor e {
        1455     content:  "\f1be";
        1456   }
        1457   .fa-databa se:before  {
        1458     content:  "\f1c0";
        1459   }
        1460   .fa-file-p df-o:befor e {
        1461     content:  "\f1c1";
        1462   }
        1463   .fa-file-w ord-o:befo re {
        1464     content:  "\f1c2";
        1465   }
        1466   .fa-file-e xcel-o:bef ore {
        1467     content:  "\f1c3";
        1468   }
        1469   .fa-file-p owerpoint- o:before {
        1470     content:  "\f1c4";
        1471   }
        1472   .fa-file-p hoto-o:bef ore,
        1473   .fa-file-p icture-o:b efore,
        1474   .fa-file-i mage-o:bef ore {
        1475     content:  "\f1c5";
        1476   }
        1477   .fa-file-z ip-o:befor e,
        1478   .fa-file-a rchive-o:b efore {
        1479     content:  "\f1c6";
        1480   }
        1481   .fa-file-s ound-o:bef ore,
        1482   .fa-file-a udio-o:bef ore {
        1483     content:  "\f1c7";
        1484   }
        1485   .fa-file-m ovie-o:bef ore,
        1486   .fa-file-v ideo-o:bef ore {
        1487     content:  "\f1c8";
        1488   }
        1489   .fa-file-c ode-o:befo re {
        1490     content:  "\f1c9";
        1491   }
        1492   .fa-vine:b efore {
        1493     content:  "\f1ca";
        1494   }
        1495   .fa-codepe n:before {
        1496     content:  "\f1cb";
        1497   }
        1498   .fa-jsfidd le:before  {
        1499     content:  "\f1cc";
        1500   }
        1501   .fa-life-b ouy:before ,
        1502   .fa-life-b uoy:before ,
        1503   .fa-life-s aver:befor e,
        1504   .fa-suppor t:before,
        1505   .fa-life-r ing:before  {
        1506     content:  "\f1cd";
        1507   }
        1508   .fa-circle -o-notch:b efore {
        1509     content:  "\f1ce";
        1510   }
        1511   .fa-ra:bef ore,
        1512   .fa-resist ance:befor e,
        1513   .fa-rebel: before {
        1514     content:  "\f1d0";
        1515   }
        1516   .fa-ge:bef ore,
        1517   .fa-empire :before {
        1518     content:  "\f1d1";
        1519   }
        1520   .fa-git-sq uare:befor e {
        1521     content:  "\f1d2";
        1522   }
        1523   .fa-git:be fore {
        1524     content:  "\f1d3";
        1525   }
        1526   .fa-y-comb inator-squ are:before ,
        1527   .fa-yc-squ are:before ,
        1528   .fa-hacker -news:befo re {
        1529     content:  "\f1d4";
        1530   }
        1531   .fa-tencen t-weibo:be fore {
        1532     content:  "\f1d5";
        1533   }
        1534   .fa-qq:bef ore {
        1535     content:  "\f1d6";
        1536   }
        1537   .fa-wechat :before,
        1538   .fa-weixin :before {
        1539     content:  "\f1d7";
        1540   }
        1541   .fa-send:b efore,
        1542   .fa-paper- plane:befo re {
        1543     content:  "\f1d8";
        1544   }
        1545   .fa-send-o :before,
        1546   .fa-paper- plane-o:be fore {
        1547     content:  "\f1d9";
        1548   }
        1549   .fa-histor y:before {
        1550     content:  "\f1da";
        1551   }
        1552   .fa-circle -thin:befo re {
        1553     content:  "\f1db";
        1554   }
        1555   .fa-header :before {
        1556     content:  "\f1dc";
        1557   }
        1558   .fa-paragr aph:before  {
        1559     content:  "\f1dd";
        1560   }
        1561   .fa-slider s:before {
        1562     content:  "\f1de";
        1563   }
        1564   .fa-share- alt:before  {
        1565     content:  "\f1e0";
        1566   }
        1567   .fa-share- alt-square :before {
        1568     content:  "\f1e1";
        1569   }
        1570   .fa-bomb:b efore {
        1571     content:  "\f1e2";
        1572   }
        1573   .fa-soccer -ball-o:be fore,
        1574   .fa-futbol -o:before  {
        1575     content:  "\f1e3";
        1576   }
        1577   .fa-tty:be fore {
        1578     content:  "\f1e4";
        1579   }
        1580   .fa-binocu lars:befor e {
        1581     content:  "\f1e5";
        1582   }
        1583   .fa-plug:b efore {
        1584     content:  "\f1e6";
        1585   }
        1586   .fa-slides hare:befor e {
        1587     content:  "\f1e7";
        1588   }
        1589   .fa-twitch :before {
        1590     content:  "\f1e8";
        1591   }
        1592   .fa-yelp:b efore {
        1593     content:  "\f1e9";
        1594   }
        1595   .fa-newspa per-o:befo re {
        1596     content:  "\f1ea";
        1597   }
        1598   .fa-wifi:b efore {
        1599     content:  "\f1eb";
        1600   }
        1601   .fa-calcul ator:befor e {
        1602     content:  "\f1ec";
        1603   }
        1604   .fa-paypal :before {
        1605     content:  "\f1ed";
        1606   }
        1607   .fa-google -wallet:be fore {
        1608     content:  "\f1ee";
        1609   }
        1610   .fa-cc-vis a:before {
        1611     content:  "\f1f0";
        1612   }
        1613   .fa-cc-mas tercard:be fore {
        1614     content:  "\f1f1";
        1615   }
        1616   .fa-cc-dis cover:befo re {
        1617     content:  "\f1f2";
        1618   }
        1619   .fa-cc-ame x:before {
        1620     content:  "\f1f3";
        1621   }
        1622   .fa-cc-pay pal:before  {
        1623     content:  "\f1f4";
        1624   }
        1625   .fa-cc-str ipe:before  {
        1626     content:  "\f1f5";
        1627   }
        1628   .fa-bell-s lash:befor e {
        1629     content:  "\f1f6";
        1630   }
        1631   .fa-bell-s lash-o:bef ore {
        1632     content:  "\f1f7";
        1633   }
        1634   .fa-trash: before {
        1635     content:  "\f1f8";
        1636   }
        1637   .fa-copyri ght:before  {
        1638     content:  "\f1f9";
        1639   }
        1640   .fa-at:bef ore {
        1641     content:  "\f1fa";
        1642   }
        1643   .fa-eyedro pper:befor e {
        1644     content:  "\f1fb";
        1645   }
        1646   .fa-paint- brush:befo re {
        1647     content:  "\f1fc";
        1648   }
        1649   .fa-birthd ay-cake:be fore {
        1650     content:  "\f1fd";
        1651   }
        1652   .fa-area-c hart:befor e {
        1653     content:  "\f1fe";
        1654   }
        1655   .fa-pie-ch art:before  {
        1656     content:  "\f200";
        1657   }
        1658   .fa-line-c hart:befor e {
        1659     content:  "\f201";
        1660   }
        1661   .fa-lastfm :before {
        1662     content:  "\f202";
        1663   }
        1664   .fa-lastfm -square:be fore {
        1665     content:  "\f203";
        1666   }
        1667   .fa-toggle -off:befor e {
        1668     content:  "\f204";
        1669   }
        1670   .fa-toggle -on:before  {
        1671     content:  "\f205";
        1672   }
        1673   .fa-bicycl e:before {
        1674     content:  "\f206";
        1675   }
        1676   .fa-bus:be fore {
        1677     content:  "\f207";
        1678   }
        1679   .fa-ioxhos t:before {
        1680     content:  "\f208";
        1681   }
        1682   .fa-angell ist:before  {
        1683     content:  "\f209";
        1684   }
        1685   .fa-cc:bef ore {
        1686     content:  "\f20a";
        1687   }
        1688   .fa-shekel :before,
        1689   .fa-sheqel :before,
        1690   .fa-ils:be fore {
        1691     content:  "\f20b";
        1692   }
        1693   .fa-meanpa th:before  {
        1694     content:  "\f20c";
        1695   }
        1696   .fa-buysel lads:befor e {
        1697     content:  "\f20d";
        1698   }
        1699   .fa-connec tdevelop:b efore {
        1700     content:  "\f20e";
        1701   }
        1702   .fa-dashcu be:before  {
        1703     content:  "\f210";
        1704   }
        1705   .fa-forumb ee:before  {
        1706     content:  "\f211";
        1707   }
        1708   .fa-leanpu b:before {
        1709     content:  "\f212";
        1710   }
        1711   .fa-sellsy :before {
        1712     content:  "\f213";
        1713   }
        1714   .fa-shirts inbulk:bef ore {
        1715     content:  "\f214";
        1716   }
        1717   .fa-simply built:befo re {
        1718     content:  "\f215";
        1719   }
        1720   .fa-skyatl as:before  {
        1721     content:  "\f216";
        1722   }
        1723   .fa-cart-p lus:before  {
        1724     content:  "\f217";
        1725   }
        1726   .fa-cart-a rrow-down: before {
        1727     content:  "\f218";
        1728   }
        1729   .fa-diamon d:before {
        1730     content:  "\f219";
        1731   }
        1732   .fa-ship:b efore {
        1733     content:  "\f21a";
        1734   }
        1735   .fa-user-s ecret:befo re {
        1736     content:  "\f21b";
        1737   }
        1738   .fa-motorc ycle:befor e {
        1739     content:  "\f21c";
        1740   }
        1741   .fa-street -view:befo re {
        1742     content:  "\f21d";
        1743   }
        1744   .fa-heartb eat:before  {
        1745     content:  "\f21e";
        1746   }
        1747   .fa-venus: before {
        1748     content:  "\f221";
        1749   }
        1750   .fa-mars:b efore {
        1751     content:  "\f222";
        1752   }
        1753   .fa-mercur y:before {
        1754     content:  "\f223";
        1755   }
        1756   .fa-inters ex:before,
        1757   .fa-transg ender:befo re {
        1758     content:  "\f224";
        1759   }
        1760   .fa-transg ender-alt: before {
        1761     content:  "\f225";
        1762   }
        1763   .fa-venus- double:bef ore {
        1764     content:  "\f226";
        1765   }
        1766   .fa-mars-d ouble:befo re {
        1767     content:  "\f227";
        1768   }
        1769   .fa-venus- mars:befor e {
        1770     content:  "\f228";
        1771   }
        1772   .fa-mars-s troke:befo re {
        1773     content:  "\f229";
        1774   }
        1775   .fa-mars-s troke-v:be fore {
        1776     content:  "\f22a";
        1777   }
        1778   .fa-mars-s troke-h:be fore {
        1779     content:  "\f22b";
        1780   }
        1781   .fa-neuter :before {
        1782     content:  "\f22c";
        1783   }
        1784   .fa-gender less:befor e {
        1785     content:  "\f22d";
        1786   }
        1787   .fa-facebo ok-officia l:before {
        1788     content:  "\f230";
        1789   }
        1790   .fa-pinter est-p:befo re {
        1791     content:  "\f231";
        1792   }
        1793   .fa-whatsa pp:before  {
        1794     content:  "\f232";
        1795   }
        1796   .fa-server :before {
        1797     content:  "\f233";
        1798   }
        1799   .fa-user-p lus:before  {
        1800     content:  "\f234";
        1801   }
        1802   .fa-user-t imes:befor e {
        1803     content:  "\f235";
        1804   }
        1805   .fa-hotel: before,
        1806   .fa-bed:be fore {
        1807     content:  "\f236";
        1808   }
        1809   .fa-viacoi n:before {
        1810     content:  "\f237";
        1811   }
        1812   .fa-train: before {
        1813     content:  "\f238";
        1814   }
        1815   .fa-subway :before {
        1816     content:  "\f239";
        1817   }
        1818   .fa-medium :before {
        1819     content:  "\f23a";
        1820   }
        1821   .fa-yc:bef ore,
        1822   .fa-y-comb inator:bef ore {
        1823     content:  "\f23b";
        1824   }
        1825   .fa-optin- monster:be fore {
        1826     content:  "\f23c";
        1827   }
        1828   .fa-openca rt:before  {
        1829     content:  "\f23d";
        1830   }
        1831   .fa-expedi tedssl:bef ore {
        1832     content:  "\f23e";
        1833   }
        1834   .fa-batter y-4:before ,
        1835   .fa-batter y:before,
        1836   .fa-batter y-full:bef ore {
        1837     content:  "\f240";
        1838   }
        1839   .fa-batter y-3:before ,
        1840   .fa-batter y-three-qu arters:bef ore {
        1841     content:  "\f241";
        1842   }
        1843   .fa-batter y-2:before ,
        1844   .fa-batter y-half:bef ore {
        1845     content:  "\f242";
        1846   }
        1847   .fa-batter y-1:before ,
        1848   .fa-batter y-quarter: before {
        1849     content:  "\f243";
        1850   }
        1851   .fa-batter y-0:before ,
        1852   .fa-batter y-empty:be fore {
        1853     content:  "\f244";
        1854   }
        1855   .fa-mouse- pointer:be fore {
        1856     content:  "\f245";
        1857   }
        1858   .fa-i-curs or:before  {
        1859     content:  "\f246";
        1860   }
        1861   .fa-object -group:bef ore {
        1862     content:  "\f247";
        1863   }
        1864   .fa-object -ungroup:b efore {
        1865     content:  "\f248";
        1866   }
        1867   .fa-sticky -note:befo re {
        1868     content:  "\f249";
        1869   }
        1870   .fa-sticky -note-o:be fore {
        1871     content:  "\f24a";
        1872   }
        1873   .fa-cc-jcb :before {
        1874     content:  "\f24b";
        1875   }
        1876   .fa-cc-din ers-club:b efore {
        1877     content:  "\f24c";
        1878   }
        1879   .fa-clone: before {
        1880     content:  "\f24d";
        1881   }
        1882   .fa-balanc e-scale:be fore {
        1883     content:  "\f24e";
        1884   }
        1885   .fa-hourgl ass-o:befo re {
        1886     content:  "\f250";
        1887   }
        1888   .fa-hourgl ass-1:befo re,
        1889   .fa-hourgl ass-start: before {
        1890     content:  "\f251";
        1891   }
        1892   .fa-hourgl ass-2:befo re,
        1893   .fa-hourgl ass-half:b efore {
        1894     content:  "\f252";
        1895   }
        1896   .fa-hourgl ass-3:befo re,
        1897   .fa-hourgl ass-end:be fore {
        1898     content:  "\f253";
        1899   }
        1900   .fa-hourgl ass:before  {
        1901     content:  "\f254";
        1902   }
        1903   .fa-hand-g rab-o:befo re,
        1904   .fa-hand-r ock-o:befo re {
        1905     content:  "\f255";
        1906   }
        1907   .fa-hand-s top-o:befo re,
        1908   .fa-hand-p aper-o:bef ore {
        1909     content:  "\f256";
        1910   }
        1911   .fa-hand-s cissors-o: before {
        1912     content:  "\f257";
        1913   }
        1914   .fa-hand-l izard-o:be fore {
        1915     content:  "\f258";
        1916   }
        1917   .fa-hand-s pock-o:bef ore {
        1918     content:  "\f259";
        1919   }
        1920   .fa-hand-p ointer-o:b efore {
        1921     content:  "\f25a";
        1922   }
        1923   .fa-hand-p eace-o:bef ore {
        1924     content:  "\f25b";
        1925   }
        1926   .fa-tradem ark:before  {
        1927     content:  "\f25c";
        1928   }
        1929   .fa-regist ered:befor e {
        1930     content:  "\f25d";
        1931   }
        1932   .fa-creati ve-commons :before {
        1933     content:  "\f25e";
        1934   }
        1935   .fa-gg:bef ore {
        1936     content:  "\f260";
        1937   }
        1938   .fa-gg-cir cle:before  {
        1939     content:  "\f261";
        1940   }
        1941   .fa-tripad visor:befo re {
        1942     content:  "\f262";
        1943   }
        1944   .fa-odnokl assniki:be fore {
        1945     content:  "\f263";
        1946   }
        1947   .fa-odnokl assniki-sq uare:befor e {
        1948     content:  "\f264";
        1949   }
        1950   .fa-get-po cket:befor e {
        1951     content:  "\f265";
        1952   }
        1953   .fa-wikipe dia-w:befo re {
        1954     content:  "\f266";
        1955   }
        1956   .fa-safari :before {
        1957     content:  "\f267";
        1958   }
        1959   .fa-chrome :before {
        1960     content:  "\f268";
        1961   }
        1962   .fa-firefo x:before {
        1963     content:  "\f269";
        1964   }
        1965   .fa-opera: before {
        1966     content:  "\f26a";
        1967   }
        1968   .fa-intern et-explore r:before {
        1969     content:  "\f26b";
        1970   }
        1971   .fa-tv:bef ore,
        1972   .fa-televi sion:befor e {
        1973     content:  "\f26c";
        1974   }
        1975   .fa-contao :before {
        1976     content:  "\f26d";
        1977   }
        1978   .fa-500px: before {
        1979     content:  "\f26e";
        1980   }
        1981   .fa-amazon :before {
        1982     content:  "\f270";
        1983   }
        1984   .fa-calend ar-plus-o: before {
        1985     content:  "\f271";
        1986   }
        1987   .fa-calend ar-minus-o :before {
        1988     content:  "\f272";
        1989   }
        1990   .fa-calend ar-times-o :before {
        1991     content:  "\f273";
        1992   }
        1993   .fa-calend ar-check-o :before {
        1994     content:  "\f274";
        1995   }
        1996   .fa-indust ry:before  {
        1997     content:  "\f275";
        1998   }
        1999   .fa-map-pi n:before {
        2000     content:  "\f276";
        2001   }
        2002   .fa-map-si gns:before  {
        2003     content:  "\f277";
        2004   }
        2005   .fa-map-o: before {
        2006     content:  "\f278";
        2007   }
        2008   .fa-map:be fore {
        2009     content:  "\f279";
        2010   }
        2011   .fa-commen ting:befor e {
        2012     content:  "\f27a";
        2013   }
        2014   .fa-commen ting-o:bef ore {
        2015     content:  "\f27b";
        2016   }
        2017   .fa-houzz: before {
        2018     content:  "\f27c";
        2019   }
        2020   .fa-vimeo: before {
        2021     content:  "\f27d";
        2022   }
        2023   .fa-black- tie:before  {
        2024     content:  "\f27e";
        2025   }
        2026   .fa-fontic ons:before  {
        2027     content:  "\f280";
        2028   }
        2029   .fa-reddit -alien:bef ore {
        2030     content:  "\f281";
        2031   }
        2032   .fa-edge:b efore {
        2033     content:  "\f282";
        2034   }
        2035   .fa-credit -card-alt: before {
        2036     content:  "\f283";
        2037   }
        2038   .fa-codiep ie:before  {
        2039     content:  "\f284";
        2040   }
        2041   .fa-modx:b efore {
        2042     content:  "\f285";
        2043   }
        2044   .fa-fort-a wesome:bef ore {
        2045     content:  "\f286";
        2046   }
        2047   .fa-usb:be fore {
        2048     content:  "\f287";
        2049   }
        2050   .fa-produc t-hunt:bef ore {
        2051     content:  "\f288";
        2052   }
        2053   .fa-mixclo ud:before  {
        2054     content:  "\f289";
        2055   }
        2056   .fa-scribd :before {
        2057     content:  "\f28a";
        2058   }
        2059   .fa-pause- circle:bef ore {
        2060     content:  "\f28b";
        2061   }
        2062   .fa-pause- circle-o:b efore {
        2063     content:  "\f28c";
        2064   }
        2065   .fa-stop-c ircle:befo re {
        2066     content:  "\f28d";
        2067   }
        2068   .fa-stop-c ircle-o:be fore {
        2069     content:  "\f28e";
        2070   }
        2071   .fa-shoppi ng-bag:bef ore {
        2072     content:  "\f290";
        2073   }
        2074   .fa-shoppi ng-basket: before {
        2075     content:  "\f291";
        2076   }
        2077   .fa-hashta g:before {
        2078     content:  "\f292";
        2079   }
        2080   .fa-blueto oth:before  {
        2081     content:  "\f293";
        2082   }
        2083   .fa-blueto oth-b:befo re {
        2084     content:  "\f294";
        2085   }
        2086   .fa-percen t:before {
        2087     content:  "\f295";
        2088   }
        2089   .fa-gitlab :before {
        2090     content:  "\f296";
        2091   }
        2092   .fa-wpbegi nner:befor e {
        2093     content:  "\f297";
        2094   }
        2095   .fa-wpform s:before {
        2096     content:  "\f298";
        2097   }
        2098   .fa-envira :before {
        2099     content:  "\f299";
        2100   }
        2101   .fa-univer sal-access :before {
        2102     content:  "\f29a";
        2103   }
        2104   .fa-wheelc hair-alt:b efore {
        2105     content:  "\f29b";
        2106   }
        2107   .fa-questi on-circle- o:before {
        2108     content:  "\f29c";
        2109   }
        2110   .fa-blind: before {
        2111     content:  "\f29d";
        2112   }
        2113   .fa-audio- descriptio n:before {
        2114     content:  "\f29e";
        2115   }
        2116   .fa-volume -control-p hone:befor e {
        2117     content:  "\f2a0";
        2118   }
        2119   .fa-braill e:before {
        2120     content:  "\f2a1";
        2121   }
        2122   .fa-assist ive-listen ing-system s:before {
        2123     content:  "\f2a2";
        2124   }
        2125   .fa-asl-in terpreting :before,
        2126   .fa-americ an-sign-la nguage-int erpreting: before {
        2127     content:  "\f2a3";
        2128   }
        2129   .fa-deafne ss:before,
        2130   .fa-hard-o f-hearing: before,
        2131   .fa-deaf:b efore {
        2132     content:  "\f2a4";
        2133   }
        2134   .fa-glide: before {
        2135     content:  "\f2a5";
        2136   }
        2137   .fa-glide- g:before {
        2138     content:  "\f2a6";
        2139   }
        2140   .fa-signin g:before,
        2141   .fa-sign-l anguage:be fore {
        2142     content:  "\f2a7";
        2143   }
        2144   .fa-low-vi sion:befor e {
        2145     content:  "\f2a8";
        2146   }
        2147   .fa-viadeo :before {
        2148     content:  "\f2a9";
        2149   }
        2150   .fa-viadeo -square:be fore {
        2151     content:  "\f2aa";
        2152   }
        2153   .fa-snapch at:before  {
        2154     content:  "\f2ab";
        2155   }
        2156   .fa-snapch at-ghost:b efore {
        2157     content:  "\f2ac";
        2158   }
        2159   .fa-snapch at-square: before {
        2160     content:  "\f2ad";
        2161   }
        2162   .fa-pied-p iper:befor e {
        2163     content:  "\f2ae";
        2164   }
        2165   .fa-first- order:befo re {
        2166     content:  "\f2b0";
        2167   }
        2168   .fa-yoast: before {
        2169     content:  "\f2b1";
        2170   }
        2171   .fa-themei sle:before  {
        2172     content:  "\f2b2";
        2173   }
        2174   .fa-google -plus-circ le:before,
        2175   .fa-google -plus-offi cial:befor e {
        2176     content:  "\f2b3";
        2177   }
        2178   .fa-fa:bef ore,
        2179   .fa-font-a wesome:bef ore {
        2180     content:  "\f2b4";
        2181   }
        2182   .fa-handsh ake-o:befo re {
        2183     content:  "\f2b5";
        2184   }
        2185   .fa-envelo pe-open:be fore {
        2186     content:  "\f2b6";
        2187   }
        2188   .fa-envelo pe-open-o: before {
        2189     content:  "\f2b7";
        2190   }
        2191   .fa-linode :before {
        2192     content:  "\f2b8";
        2193   }
        2194   .fa-addres s-book:bef ore {
        2195     content:  "\f2b9";
        2196   }
        2197   .fa-addres s-book-o:b efore {
        2198     content:  "\f2ba";
        2199   }
        2200   .fa-vcard: before,
        2201   .fa-addres s-card:bef ore {
        2202     content:  "\f2bb";
        2203   }
        2204   .fa-vcard- o:before,
        2205   .fa-addres s-card-o:b efore {
        2206     content:  "\f2bc";
        2207   }
        2208   .fa-user-c ircle:befo re {
        2209     content:  "\f2bd";
        2210   }
        2211   .fa-user-c ircle-o:be fore {
        2212     content:  "\f2be";
        2213   }
        2214   .fa-user-o :before {
        2215     content:  "\f2c0";
        2216   }
        2217   .fa-id-bad ge:before  {
        2218     content:  "\f2c1";
        2219   }
        2220   .fa-driver s-license: before,
        2221   .fa-id-car d:before {
        2222     content:  "\f2c2";
        2223   }
        2224   .fa-driver s-license- o:before,
        2225   .fa-id-car d-o:before  {
        2226     content:  "\f2c3";
        2227   }
        2228   .fa-quora: before {
        2229     content:  "\f2c4";
        2230   }
        2231   .fa-free-c ode-camp:b efore {
        2232     content:  "\f2c5";
        2233   }
        2234   .fa-telegr am:before  {
        2235     content:  "\f2c6";
        2236   }
        2237   .fa-thermo meter-4:be fore,
        2238   .fa-thermo meter:befo re,
        2239   .fa-thermo meter-full :before {
        2240     content:  "\f2c7";
        2241   }
        2242   .fa-thermo meter-3:be fore,
        2243   .fa-thermo meter-thre e-quarters :before {
        2244     content:  "\f2c8";
        2245   }
        2246   .fa-thermo meter-2:be fore,
        2247   .fa-thermo meter-half :before {
        2248     content:  "\f2c9";
        2249   }
        2250   .fa-thermo meter-1:be fore,
        2251   .fa-thermo meter-quar ter:before  {
        2252     content:  "\f2ca";
        2253   }
        2254   .fa-thermo meter-0:be fore,
        2255   .fa-thermo meter-empt y:before {
        2256     content:  "\f2cb";
        2257   }
        2258   .fa-shower :before {
        2259     content:  "\f2cc";
        2260   }
        2261   .fa-bathtu b:before,
        2262   .fa-s15:be fore,
        2263   .fa-bath:b efore {
        2264     content:  "\f2cd";
        2265   }
        2266   .fa-podcas t:before {
        2267     content:  "\f2ce";
        2268   }
        2269   .fa-window -maximize: before {
        2270     content:  "\f2d0";
        2271   }
        2272   .fa-window -minimize: before {
        2273     content:  "\f2d1";
        2274   }
        2275   .fa-window -restore:b efore {
        2276     content:  "\f2d2";
        2277   }
        2278   .fa-times- rectangle: before,
        2279   .fa-window -close:bef ore {
        2280     content:  "\f2d3";
        2281   }
        2282   .fa-times- rectangle- o:before,
        2283   .fa-window -close-o:b efore {
        2284     content:  "\f2d4";
        2285   }
        2286   .fa-bandca mp:before  {
        2287     content:  "\f2d5";
        2288   }
        2289   .fa-grav:b efore {
        2290     content:  "\f2d6";
        2291   }
        2292   .fa-etsy:b efore {
        2293     content:  "\f2d7";
        2294   }
        2295   .fa-imdb:b efore {
        2296     content:  "\f2d8";
        2297   }
        2298   .fa-ravelr y:before {
        2299     content:  "\f2d9";
        2300   }
        2301   .fa-eercas t:before {
        2302     content:  "\f2da";
        2303   }
        2304   .fa-microc hip:before  {
        2305     content:  "\f2db";
        2306   }
        2307   .fa-snowfl ake-o:befo re {
        2308     content:  "\f2dc";
        2309   }
        2310   .fa-superp owers:befo re {
        2311     content:  "\f2dd";
        2312   }
        2313   .fa-wpexpl orer:befor e {
        2314     content:  "\f2de";
        2315   }
        2316   .fa-meetup :before {
        2317     content:  "\f2e0";
        2318   }
        2319   .sr-only {
        2320     position : absolute ;
        2321     width: 1 px;
        2322     height:  1px;
        2323     padding:  0;
        2324     margin:  -1px;
        2325     overflow : hidden;
        2326     clip: re ct(0, 0, 0 , 0);
        2327     border:  0;
        2328   }
        2329   .sr-only-f ocusable:a ctive,
        2330   .sr-only-f ocusable:f ocus {
        2331     position : static;
        2332     width: a uto;
        2333     height:  auto;
        2334     margin:  0;
        2335     overflow : visible;
        2336     clip: au to;
        2337   }