linaro-jekyll-theme 1.3 → 4.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (339) hide show
  1. checksums.yaml +5 -5
  2. data/LICENSE.txt +1 -1
  3. data/README.md +19 -50
  4. data/_config.yml +192 -0
  5. data/_data/footer.yml +27 -107
  6. data/_data/nav.yml +72 -61
  7. data/_data/picture.yml +151 -0
  8. data/_data/universal_nav.yml +22 -0
  9. data/_includes/blog/authors_posts.html +37 -0
  10. data/_includes/blog/blog_filler_element.html +21 -0
  11. data/_includes/blog/display_latest_posts.html +119 -0
  12. data/_includes/blog/disqus_comments.html +24 -0
  13. data/_includes/blog/latest_posts.html +11 -0
  14. data/_includes/blog/pagination.html +37 -0
  15. data/_includes/blog/post_search.html +11 -0
  16. data/_includes/blog/post_series.html +28 -0
  17. data/_includes/blog/post_sidebar.html +74 -0
  18. data/_includes/blog/read_time.html +7 -0
  19. data/_includes/components/breadcrumb.html +37 -0
  20. data/_includes/components/carousel_header.html +15 -0
  21. data/_includes/components/cookie_manager.html +72 -0
  22. data/_includes/components/css.html +8 -0
  23. data/_includes/components/github_edit.html +34 -0
  24. data/_includes/components/head.html +65 -0
  25. data/_includes/components/http2.html +57 -0
  26. data/_includes/components/javascript.html +10 -0
  27. data/_includes/components/jumbotron.html +82 -0
  28. data/_includes/components/linaro_404.html +16 -0
  29. data/_includes/components/schema.html +1 -0
  30. data/_includes/components/sidebar.html +55 -0
  31. data/_includes/examples/custom_include.html +10 -0
  32. data/_includes/examples/custom_include_row.html +562 -0
  33. data/_includes/flow/blocks.html +73 -0
  34. data/_includes/flow/button.html +6 -0
  35. data/_includes/flow/buttons.html +5 -0
  36. data/_includes/flow/call-to-action-banner.html +8 -0
  37. data/_includes/flow/collapse.html +21 -0
  38. data/_includes/flow/container_row.html +11 -0
  39. data/_includes/flow/feature_block.html +41 -0
  40. data/_includes/flow/flow_inner.html +29 -0
  41. data/_includes/flow/full_width_row.html +5 -0
  42. data/_includes/flow/image.html +12 -0
  43. data/_includes/flow/members-section.html +24 -0
  44. data/_includes/flow/slider.html +25 -0
  45. data/_includes/flow/slider_row.html +3 -0
  46. data/_includes/flow/tabbed_content.html +21 -0
  47. data/_includes/flow/text.html +3 -0
  48. data/_includes/flow/title.html +3 -0
  49. data/_includes/footer/footer.html +29 -0
  50. data/_includes/image.html +15 -4
  51. data/_includes/js_bundles/app.html +4 -0
  52. data/_includes/js_bundles/vendor.html +13 -0
  53. data/_includes/media.html +4 -4
  54. data/_includes/nav/brand.html +3 -0
  55. data/_includes/nav/nav.html +133 -0
  56. data/_includes/nav/universal_nav.html +36 -0
  57. data/_includes/social_media_icons.html +24 -0
  58. data/_includes/sticky-tab-bar.html +61 -0
  59. data/_includes/youtube.html +74 -6
  60. data/_layouts/author.html +61 -0
  61. data/_layouts/base.html +14 -0
  62. data/_layouts/default.html +2 -18
  63. data/_layouts/flow.html +33 -0
  64. data/_layouts/page.html +5 -0
  65. data/_layouts/post.html +56 -133
  66. data/{_layouts/about.html → _sass/app/blog.scss} +0 -0
  67. data/_sass/app/custom.scss +1 -0
  68. data/_sass/app/overrides.scss +43 -0
  69. data/_sass/app/search.scss +51 -0
  70. data/_sass/blog.scss +3 -0
  71. data/_sass/bootstrap/_alert.scss +51 -0
  72. data/_sass/bootstrap/_badge.scss +47 -0
  73. data/_sass/bootstrap/_breadcrumb.scss +41 -0
  74. data/_sass/bootstrap/_button-group.scss +172 -0
  75. data/_sass/bootstrap/_buttons.scss +75 -100
  76. data/_sass/bootstrap/_card.scss +301 -0
  77. data/_sass/bootstrap/_carousel.scss +161 -195
  78. data/_sass/bootstrap/_close.scss +15 -16
  79. data/_sass/bootstrap/_code.scss +15 -36
  80. data/_sass/bootstrap/_custom-forms.scss +433 -0
  81. data/_sass/bootstrap/_dropdown.scss +166 -0
  82. data/_sass/bootstrap/_forms.scss +213 -497
  83. data/_sass/bootstrap/_functions.scss +86 -0
  84. data/_sass/bootstrap/_grid.scss +29 -61
  85. data/_sass/bootstrap/_images.scss +42 -0
  86. data/_sass/bootstrap/_input-group.scss +173 -0
  87. data/_sass/bootstrap/_jumbotron.scss +9 -47
  88. data/_sass/bootstrap/_list-group.scss +64 -79
  89. data/_sass/bootstrap/_media.scss +3 -61
  90. data/_sass/bootstrap/_mixins.scss +19 -18
  91. data/_sass/bootstrap/_modal.scss +180 -0
  92. data/_sass/bootstrap/_nav.scss +118 -0
  93. data/_sass/bootstrap/_navbar.scss +192 -555
  94. data/_sass/bootstrap/_pagination.scss +59 -70
  95. data/_sass/bootstrap/_popover.scss +183 -0
  96. data/_sass/bootstrap/_print.scss +89 -49
  97. data/_sass/bootstrap/_progress.scss +34 -0
  98. data/_sass/bootstrap/_reboot.scss +483 -0
  99. data/_sass/bootstrap/_root.scss +19 -0
  100. data/_sass/bootstrap/_tables.scss +119 -166
  101. data/_sass/bootstrap/_tooltip.scss +93 -79
  102. data/_sass/bootstrap/_transitions.scss +22 -0
  103. data/_sass/bootstrap/_type.scss +66 -239
  104. data/_sass/bootstrap/_utilities.scss +15 -55
  105. data/_sass/bootstrap/_variables.scss +782 -727
  106. data/_sass/bootstrap/bootstrap-grid.scss +32 -0
  107. data/_sass/bootstrap/bootstrap-reboot.scss +12 -0
  108. data/_sass/bootstrap/bootstrap.scss +42 -0
  109. data/_sass/bootstrap/mixins/_alert.scss +13 -0
  110. data/_sass/bootstrap/mixins/_background-variant.scss +14 -5
  111. data/_sass/bootstrap/mixins/_badge.scss +12 -0
  112. data/_sass/bootstrap/mixins/_border-radius.scss +25 -8
  113. data/_sass/bootstrap/mixins/_box-shadow.scss +5 -0
  114. data/_sass/bootstrap/mixins/_breakpoints.scss +123 -0
  115. data/_sass/bootstrap/mixins/_buttons.scss +84 -40
  116. data/_sass/bootstrap/mixins/_caret.scss +66 -0
  117. data/_sass/bootstrap/mixins/_clearfix.scss +3 -18
  118. data/_sass/bootstrap/mixins/_float.scss +11 -0
  119. data/_sass/bootstrap/mixins/_forms.scss +125 -66
  120. data/_sass/bootstrap/mixins/_gradients.scss +17 -30
  121. data/_sass/bootstrap/mixins/_grid-framework.scss +52 -66
  122. data/_sass/bootstrap/mixins/_grid.scss +37 -107
  123. data/_sass/bootstrap/mixins/_hover.scss +37 -0
  124. data/_sass/bootstrap/mixins/_image.scss +18 -15
  125. data/_sass/bootstrap/mixins/_list-group.scss +10 -21
  126. data/_sass/bootstrap/mixins/_lists.scss +7 -0
  127. data/_sass/bootstrap/mixins/_nav-divider.scss +4 -4
  128. data/_sass/bootstrap/mixins/_pagination.scss +10 -12
  129. data/_sass/bootstrap/mixins/_reset-text.scss +7 -8
  130. data/_sass/bootstrap/mixins/_resize.scss +1 -1
  131. data/_sass/bootstrap/mixins/_screen-reader.scss +33 -0
  132. data/_sass/bootstrap/mixins/_size.scss +1 -5
  133. data/_sass/bootstrap/mixins/_table-row.scss +16 -14
  134. data/_sass/bootstrap/mixins/_text-emphasis.scss +7 -5
  135. data/_sass/bootstrap/mixins/_text-hide.scss +13 -0
  136. data/_sass/bootstrap/mixins/{_text-overflow.scss → _text-truncate.scss} +2 -2
  137. data/_sass/bootstrap/mixins/_transition.scss +13 -0
  138. data/_sass/bootstrap/mixins/_visibility.scss +7 -0
  139. data/_sass/bootstrap/utilities/_align.scss +8 -0
  140. data/_sass/bootstrap/utilities/_background.scss +19 -0
  141. data/_sass/bootstrap/utilities/_borders.scss +59 -0
  142. data/_sass/bootstrap/utilities/_clearfix.scss +3 -0
  143. data/_sass/bootstrap/utilities/_display.scss +38 -0
  144. data/_sass/bootstrap/{_responsive-embed.scss → utilities/_embed.scss} +26 -9
  145. data/_sass/bootstrap/utilities/_flex.scss +51 -0
  146. data/_sass/bootstrap/utilities/_float.scss +9 -0
  147. data/_sass/bootstrap/utilities/_position.scss +37 -0
  148. data/_sass/bootstrap/utilities/_screenreaders.scss +11 -0
  149. data/_sass/bootstrap/utilities/_shadows.scss +6 -0
  150. data/_sass/bootstrap/utilities/_sizing.scss +12 -0
  151. data/_sass/bootstrap/utilities/_spacing.scss +51 -0
  152. data/_sass/bootstrap/utilities/_text.scss +58 -0
  153. data/_sass/bootstrap/utilities/_visibility.scss +11 -0
  154. data/_sass/core.scss +15 -0
  155. data/_sass/core/blog.scss +242 -327
  156. data/_sass/core/bootstrap-multiselect.scss +1 -0
  157. data/_sass/core/breadcrumb.scss +16 -88
  158. data/_sass/core/carousel-header.scss +91 -0
  159. data/_sass/core/carousel-styles.scss +1 -0
  160. data/_sass/core/carousel.scss +188 -28
  161. data/_sass/core/cookies.scss +200 -0
  162. data/_sass/core/error.scss +190 -0
  163. data/_sass/core/featherlight.scss +158 -0
  164. data/_sass/core/flow.scss +94 -0
  165. data/_sass/core/fontello.scss +91 -0
  166. data/_sass/core/footer.scss +60 -132
  167. data/_sass/core/jumbotron.scss +105 -0
  168. data/_sass/core/navbar.scss +241 -0
  169. data/_sass/core/normalize.scss +358 -0
  170. data/_sass/core/syntax.scss +65 -62
  171. data/_sass/core/theme.scss +49 -440
  172. data/assets/css/main.scss +12 -18
  173. data/assets/fonts/fontello/fontello.eot +0 -0
  174. data/assets/fonts/fontello/fontello.svg +94 -0
  175. data/assets/fonts/fontello/fontello.ttf +0 -0
  176. data/assets/fonts/fontello/fontello.woff +0 -0
  177. data/assets/fonts/fontello/fontello.woff2 +0 -0
  178. data/assets/fonts/{lato-regular → lato}/LICENSE.txt +0 -0
  179. data/assets/fonts/{lato-regular → lato}/Lato-regular.eot +0 -0
  180. data/assets/fonts/{lato-regular → lato}/Lato-regular.svg +0 -0
  181. data/assets/fonts/{lato-regular → lato}/Lato-regular.ttf +0 -0
  182. data/assets/fonts/{lato-regular → lato}/Lato-regular.woff +0 -0
  183. data/assets/fonts/{lato-regular → lato}/Lato-regular.woff2 +0 -0
  184. data/assets/images/{Linaro-Logo_standard.svg → Linaro-Logo.svg} +0 -0
  185. data/assets/images/Linaro-Sprinkle.png +0 -0
  186. data/assets/images/Linaro-logo-white.png +0 -0
  187. data/assets/images/{avatar-placeholder.png → avatar-placeholder.jpg} +0 -0
  188. data/assets/images/breadcrumb-image.jpg +0 -0
  189. data/assets/images/clipboard.svg +3 -0
  190. data/{_sass/core/forms.scss → assets/js/app/custom.js} +0 -0
  191. data/assets/js/app/main.js +360 -96
  192. data/assets/js/bootstrap.js.map +1 -0
  193. data/assets/js/popper.min.js.map +1 -0
  194. data/assets/js/vendor/_popper.js +5 -0
  195. data/assets/js/vendor/bootstrap.js +6 -0
  196. data/assets/js/vendor/clipboard.min.js +7 -0
  197. data/assets/js/vendor/featherlight.js +641 -0
  198. data/assets/js/vendor/jquery.cookie.js +120 -0
  199. data/assets/js/vendor/jquery.ihavecookies.js +271 -0
  200. data/assets/js/vendor/jquery.js +10364 -0
  201. data/assets/js/vendor/lazysizes.js +698 -0
  202. data/assets/js/vendor/ls.unveilhooks.js +145 -0
  203. data/assets/js/vendor/owl.carousel.js +3907 -0
  204. data/assets/js/vendor/simple-jekyll-search.min.js +278 -0
  205. data/assets/json/posts.json +28 -0
  206. data/robots.txt +2 -2
  207. metadata +205 -260
  208. data/_data/authors.yml +0 -7
  209. data/_data/company.yml +0 -29
  210. data/_data/linaro.yml +0 -4
  211. data/_data/members_db.yaml +0 -115
  212. data/_data/news.yaml +0 -230
  213. data/_data/sub-nav-stacked.yml +0 -67
  214. data/_data/sub-nav.yml +0 -61
  215. data/_includes/_theme-includes/_blog/pagination.html +0 -39
  216. data/_includes/_theme-includes/_footer/footer.html +0 -85
  217. data/_includes/_theme-includes/_head/head.html +0 -35
  218. data/_includes/_theme-includes/_navigation/nav.html +0 -128
  219. data/_includes/_theme-includes/_navigation/stacked-nav.html +0 -20
  220. data/_includes/_theme-includes/_navigation/tabbed-nav.html +0 -35
  221. data/_includes/_theme-includes/_page-structure/breadcrumb.html +0 -101
  222. data/_includes/_theme-includes/_page-structure/home-hero-shape.html +0 -34
  223. data/_includes/_theme-includes/_page-structure/home-hero.html +0 -23
  224. data/_includes/_theme-includes/_page-structure/shape-divider.html +0 -12
  225. data/_includes/_theme-includes/_script-includes/css.html +0 -40
  226. data/_includes/_theme-includes/_script-includes/google-analytics/script.html +0 -10
  227. data/_includes/_theme-includes/_script-includes/gtm/gtm-noscript.html +0 -5
  228. data/_includes/_theme-includes/_script-includes/gtm/gtm-script.html +0 -9
  229. data/_includes/_theme-includes/_script-includes/javascript.html +0 -50
  230. data/_includes/_theme-includes/_third-party/disqus.html +0 -14
  231. data/_includes/_theme-includes/_third-party/mailchimp-homepage.html +0 -33
  232. data/_includes/_theme-includes/members.html +0 -63
  233. data/_includes/base.html +0 -14
  234. data/_includes/owl-carousel-homepage.html +0 -103
  235. data/_layouts/accessory-display-page.html +0 -88
  236. data/_layouts/blog-breadcrumbless.html +0 -49
  237. data/_layouts/blog.html +0 -56
  238. data/_layouts/contact.html +0 -10
  239. data/_layouts/default-empty.html +0 -11
  240. data/_layouts/default-no-sub-nav.html +0 -15
  241. data/_layouts/default-plain.html +0 -16
  242. data/_layouts/default-stacked-breadcrumb.html +0 -23
  243. data/_layouts/default-stacked.html +0 -22
  244. data/_layouts/empty.html +0 -10
  245. data/_layouts/fluid-no-sub-nav.html +0 -11
  246. data/_layouts/fluid.html +0 -15
  247. data/_layouts/home-shape.html +0 -18
  248. data/_layouts/home.html +0 -18
  249. data/_layouts/product-display-page.html +0 -262
  250. data/_layouts/project-display-page.html +0 -28
  251. data/_layouts/redirect.html +0 -11
  252. data/_sass/_bootstrap-compass.scss +0 -9
  253. data/_sass/_bootstrap-mincer.scss +0 -19
  254. data/_sass/_bootstrap-sprockets.scss +0 -9
  255. data/_sass/_bootstrap.scss +0 -56
  256. data/_sass/bootstrap/_alerts.scss +0 -73
  257. data/_sass/bootstrap/_badges.scss +0 -68
  258. data/_sass/bootstrap/_breadcrumbs.scss +0 -28
  259. data/_sass/bootstrap/_button-groups.scss +0 -244
  260. data/_sass/bootstrap/_component-animations.scss +0 -37
  261. data/_sass/bootstrap/_dropdowns.scss +0 -216
  262. data/_sass/bootstrap/_glyphicons.scss +0 -307
  263. data/_sass/bootstrap/_input-groups.scss +0 -171
  264. data/_sass/bootstrap/_labels.scss +0 -66
  265. data/_sass/bootstrap/_modals.scss +0 -150
  266. data/_sass/bootstrap/_navs.scss +0 -242
  267. data/_sass/bootstrap/_normalize.scss +0 -424
  268. data/_sass/bootstrap/_pager.scss +0 -54
  269. data/_sass/bootstrap/_panels.scss +0 -271
  270. data/_sass/bootstrap/_popovers.scss +0 -131
  271. data/_sass/bootstrap/_progress-bars.scss +0 -87
  272. data/_sass/bootstrap/_responsive-utilities.scss +0 -179
  273. data/_sass/bootstrap/_scaffolding.scss +0 -161
  274. data/_sass/bootstrap/_theme.scss +0 -291
  275. data/_sass/bootstrap/_thumbnails.scss +0 -38
  276. data/_sass/bootstrap/_wells.scss +0 -29
  277. data/_sass/bootstrap/mixins/_alerts.scss +0 -14
  278. data/_sass/bootstrap/mixins/_center-block.scss +0 -7
  279. data/_sass/bootstrap/mixins/_hide-text.scss +0 -21
  280. data/_sass/bootstrap/mixins/_labels.scss +0 -12
  281. data/_sass/bootstrap/mixins/_nav-vertical-align.scss +0 -9
  282. data/_sass/bootstrap/mixins/_opacity.scss +0 -8
  283. data/_sass/bootstrap/mixins/_panels.scss +0 -24
  284. data/_sass/bootstrap/mixins/_progress-bar.scss +0 -10
  285. data/_sass/bootstrap/mixins/_reset-filter.scss +0 -8
  286. data/_sass/bootstrap/mixins/_responsive-visibility.scss +0 -21
  287. data/_sass/bootstrap/mixins/_tab-focus.scss +0 -9
  288. data/_sass/bootstrap/mixins/_vendor-prefixes.scss +0 -222
  289. data/_sass/core/animations.scss +0 -125
  290. data/_sass/core/cookieconsent.scss +0 -42
  291. data/_sass/core/custom.scss +0 -3
  292. data/_sass/core/fa.scss +0 -2336
  293. data/_sass/core/flipclock.scss +0 -435
  294. data/_sass/core/font-awesome.min.scss +0 -4
  295. data/_sass/core/fonts.scss +0 -7
  296. data/_sass/core/homepage.scss +0 -45
  297. data/_sass/core/lightbox.scss +0 -213
  298. data/_sass/core/nav.scss +0 -723
  299. data/_sass/core/old-search.scss +0 -239
  300. data/_sass/core/openhours.scss +0 -51
  301. data/_sass/core/products.scss +0 -221
  302. data/_sass/core/projects.scss +0 -32
  303. data/_sass/core/social-media-icons.scss +0 -71
  304. data/_sass/core/tables.scss +0 -125
  305. data/_sass/core/youtube.scss +0 -65
  306. data/_sass/custom.scss +0 -0
  307. data/assets/fonts/fontawesome-webfont.eot +0 -0
  308. data/assets/fonts/fontawesome-webfont.svg +0 -2671
  309. data/assets/fonts/fontawesome-webfont.ttf +0 -0
  310. data/assets/fonts/fontawesome-webfont.woff +0 -0
  311. data/assets/fonts/fontawesome-webfont.woff2 +0 -0
  312. data/assets/fonts/fontello.eot +0 -0
  313. data/assets/fonts/fontello.svg +0 -44
  314. data/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
  315. data/assets/fonts/glyphicons-halflings-regular.woff +0 -0
  316. data/assets/fonts/glyphicons-halflings-regular.woff2 +0 -0
  317. data/assets/images/96boards-Logo.svg +0 -1
  318. data/assets/images/Linaro-Logo_light.png +0 -0
  319. data/assets/images/Linaro-Sprinkle.svg +0 -13
  320. data/assets/images/background-image.jpg +0 -0
  321. data/assets/images/banner.jpg +0 -0
  322. data/assets/images/css3.png +0 -0
  323. data/assets/images/html5.png +0 -0
  324. data/assets/images/jekyll.svg +0 -1
  325. data/assets/images/js.jpeg +0 -0
  326. data/assets/images/placeholder.png +0 -0
  327. data/assets/js/app/search.js +0 -41
  328. data/assets/js/app/sticky.js +0 -76
  329. data/assets/js/app/tables.js +0 -8
  330. data/assets/js/vendor/bootstrap.min.js +0 -7
  331. data/assets/js/vendor/cognito-forms.js +0 -150
  332. data/assets/js/vendor/cookieconsent.min.js +0 -8
  333. data/assets/js/vendor/flipclock.min.js +0 -35
  334. data/assets/js/vendor/jquery.min.js +0 -4
  335. data/assets/js/vendor/lazysizes.min.js +0 -2
  336. data/assets/js/vendor/lightbox.min.js +0 -14
  337. data/assets/js/vendor/loadCSS.js +0 -79
  338. data/assets/js/vendor/mc-validate.js +0 -14
  339. data/assets/js/vendor/owl.carousel.min.js +0 -27
@@ -1,125 +0,0 @@
1
-
2
- // fade-in animation - fades in on page load.
3
- @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
4
- @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
5
- @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
6
- @-webkit-keyframes rotate {
7
- from
8
- {
9
- -webkit-transform: rotate(0deg);
10
- }
11
- to
12
- {
13
- -webkit-transform: rotate(360deg);
14
- }
15
- }
16
- @-moz-keyframes rotate {
17
- from
18
- {
19
- -webkit-transform: rotate(0deg);
20
- }
21
- to
22
- {
23
- -webkit-transform: rotate(360deg);
24
- }
25
- }
26
- @keyframes rotate {
27
- from
28
- {
29
- -webkit-transform: rotate(0deg);
30
- }
31
- to
32
- {
33
- -webkit-transform: rotate(360deg);
34
- }
35
- }
36
-
37
- .fade-in-one{
38
- opacity:0; /* make things invisible upon start */
39
- -webkit-animation:fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
40
- -moz-animation:fadeIn ease-in 1;
41
- animation:fadeIn ease-in 1;
42
-
43
- -webkit-animation-fill-mode:forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
44
- -moz-animation-fill-mode:forwards;
45
- animation-fill-mode:forwards;
46
-
47
- -webkit-animation-duration:0.5s;
48
- -moz-animation-duration:0.5s;
49
- animation-duration:0.5s;
50
-
51
- -webkit-animation-delay: 1s;
52
- -moz-animation-delay: 1s;
53
- animation-delay: 1s;
54
- }
55
- .fade-in-two{
56
- opacity:0; /* make things invisible upon start */
57
- -webkit-animation:fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
58
- -moz-animation:fadeIn ease-in 1;
59
- animation:fadeIn ease-in 1;
60
-
61
- -webkit-animation-fill-mode:forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
62
- -moz-animation-fill-mode:forwards;
63
- animation-fill-mode:forwards;
64
-
65
- -webkit-animation-duration:0.5s;
66
- -moz-animation-duration:0.5s;
67
- animation-duration:0.5s;
68
-
69
- -webkit-animation-delay: 1.5s;
70
- -moz-animation-delay: 1.5s;
71
- animation-delay: 1.5s;
72
- }
73
- .fade-in-three{
74
- opacity:0; /* make things invisible upon start */
75
- -webkit-animation:fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
76
- -moz-animation:fadeIn ease-in 1;
77
- animation:fadeIn ease-in 1;
78
-
79
- -webkit-animation-fill-mode:forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
80
- -moz-animation-fill-mode:forwards;
81
- animation-fill-mode:forwards;
82
-
83
- -webkit-animation-duration:0.5s;
84
- -moz-animation-duration:0.5s;
85
- animation-duration:0.5s;
86
-
87
- -webkit-animation-delay: 2s;
88
- -moz-animation-delay: 2s;
89
- animation-delay: 2s;
90
- }
91
- .fade-in-four{
92
- opacity:0; /* make things invisible upon start */
93
- -webkit-animation:fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
94
- -moz-animation:fadeIn ease-in 1;
95
- animation:fadeIn ease-in 1;
96
-
97
- -webkit-animation-fill-mode:forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
98
- -moz-animation-fill-mode:forwards;
99
- animation-fill-mode:forwards;
100
-
101
- -webkit-animation-duration:0.5s;
102
- -moz-animation-duration:0.5s;
103
- animation-duration:0.5s;
104
-
105
- -webkit-animation-delay: 2.5s;
106
- -moz-animation-delay: 2.5s;
107
- animation-delay: 2.5s;
108
- }
109
-
110
-
111
- .rotate-img
112
- {
113
- -webkit-animation-name: rotate;
114
- -moz-animation-name: rotate;
115
- animation-name: rotate;
116
- -webkit-animation-duration: 30s;
117
- -moz-animation-duration: 30s;
118
- animation-duration: 30s;
119
- -webkit-animation-iteration-count: infinite;
120
- -moz-animation-iteration-count: infinite;
121
- animation-iteration-count: infinite;
122
- -webkit-animation-timing-function: linear;
123
- -moz-animation-timing-function: linear;
124
- animation-timing-function: linear;
125
- }
@@ -1,42 +0,0 @@
1
- .cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
2
- .cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
3
- .cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
4
- @media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
5
- .cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
6
- .cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
7
-
8
- //Button
9
- a.cc-btn.cc-dismiss {
10
- border: 1px $brand-primary solid;
11
- background-color: $cookie-consent-bg;
12
- padding: 2px;
13
- }
14
-
15
- //Message
16
- .cc-floating .cc-message {
17
- display: block;
18
- margin-bottom: 6px;
19
- font-size: 14px;
20
- text-align: left;
21
- }
22
-
23
- // Learn More link
24
- a.cc-link {
25
- color: $brand-primary !important;
26
- }
27
-
28
- // Main Div
29
- .cc-window.cc-floating.cc-type-info.cc-theme-classic.cc-bottom.cc-right.cc-color-override-3938 {
30
- background-color: $navbar-inverse-bg !important;
31
- color: $navbar-base-text-color !important;
32
- padding: 10px;
33
- border-radius: 5px;
34
- height: auto;
35
- }
36
-
37
- //Got It! Div around button
38
- .cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
39
- text-align: right !important;
40
- display: block !important;
41
-
42
- }
@@ -1,3 +0,0 @@
1
- ---
2
- ---
3
- //Custom Sass styles
@@ -1,2336 +0,0 @@
1
- /*!
2
- * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
3
- * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4
- */
5
- @font-face {
6
- font-family: 'FontAwesome';
7
- src: url('/assets/fonts/fontawesome-webfont.eot);
8
- src: url('/assets/fonts/fontawesome-webfont.eot') format('embedded-opentype'),
9
- url('/assets/fonts/fontawesome-webfont.woff2) format('woff2'),
10
- url('/assets/fonts/fontawesome-webfont.woff) format('woff'),
11
- url('/assets/fonts/fontawesome-webfont.ttf) format('truetype'),
12
- url('/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
13
-
14
- font-weight: normal;
15
- font-style: normal;
16
- }
17
- .fa {
18
- display: inline-block;
19
- font: normal normal normal 14px/1 FontAwesome;
20
- font-size: inherit;
21
- text-rendering: auto;
22
- -webkit-font-smoothing: antialiased;
23
- -moz-osx-font-smoothing: grayscale;
24
- }
25
- .fa-lg {
26
- font-size: 1.33333333em;
27
- line-height: .75em;
28
- vertical-align: -15%;
29
- }
30
- .fa-2x {
31
- font-size: 2em;
32
- }
33
- .fa-3x {
34
- font-size: 3em;
35
- }
36
- .fa-4x {
37
- font-size: 4em;
38
- }
39
- .fa-5x {
40
- font-size: 5em;
41
- }
42
- .fa-fw {
43
- width: 1.28571429em;
44
- text-align: center;
45
- }
46
- .fa-ul {
47
- padding-left: 0;
48
- margin-left: 2.14285714em;
49
- list-style-type: none;
50
- }
51
- .fa-ul > li {
52
- position: relative;
53
- }
54
- .fa-li {
55
- position: absolute;
56
- left: -2.14285714em;
57
- width: 2.14285714em;
58
- top: .14285714em;
59
- text-align: center;
60
- }
61
- .fa-li.fa-lg {
62
- left: -1.85714286em;
63
- }
64
- .fa-border {
65
- padding: .2em .25em .15em;
66
- border: solid .08em #eee;
67
- border-radius: 0.1em;
68
- }
69
- .fa-pull-left {
70
- float: left;
71
- }
72
- .fa-pull-right {
73
- float: right;
74
- }
75
- .fa.fa-pull-left {
76
- margin-right: 0.3em;
77
- }
78
- .fa.fa-pull-right {
79
- margin-left: 0.3em;
80
- }
81
- .pull-right {
82
- float: right;
83
- }
84
- .pull-left {
85
- float: left;
86
- }
87
- .fa.pull-left {
88
- margin-right: 0.3em;
89
- }
90
- .fa.pull-right {
91
- margin-left: 0.3em;
92
- }
93
- .fa-spin {
94
- -webkit-animation: fa-spin 2s infinite linear;
95
- animation: fa-spin 2s infinite linear;
96
- }
97
- .fa-pulse {
98
- -webkit-animation: fa-spin 1s infinite steps(8);
99
- animation: fa-spin 1s infinite steps(8);
100
- }
101
- @-webkit-keyframes fa-spin {
102
- 0% {
103
- -webkit-transform: rotate(0deg);
104
- transform: rotate(0deg);
105
- }
106
- 100% {
107
- -webkit-transform: rotate(359deg);
108
- transform: rotate(359deg);
109
- }
110
- }
111
- @keyframes fa-spin {
112
- 0% {
113
- -webkit-transform: rotate(0deg);
114
- transform: rotate(0deg);
115
- }
116
- 100% {
117
- -webkit-transform: rotate(359deg);
118
- transform: rotate(359deg);
119
- }
120
- }
121
- .fa-rotate-90 {
122
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
123
- -webkit-transform: rotate(90deg);
124
- -ms-transform: rotate(90deg);
125
- transform: rotate(90deg);
126
- }
127
- .fa-rotate-180 {
128
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
129
- -webkit-transform: rotate(180deg);
130
- -ms-transform: rotate(180deg);
131
- transform: rotate(180deg);
132
- }
133
- .fa-rotate-270 {
134
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
135
- -webkit-transform: rotate(270deg);
136
- -ms-transform: rotate(270deg);
137
- transform: rotate(270deg);
138
- }
139
- .fa-flip-horizontal {
140
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
141
- -webkit-transform: scale(-1, 1);
142
- -ms-transform: scale(-1, 1);
143
- transform: scale(-1, 1);
144
- }
145
- .fa-flip-vertical {
146
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
147
- -webkit-transform: scale(1, -1);
148
- -ms-transform: scale(1, -1);
149
- transform: scale(1, -1);
150
- }
151
- :root .fa-rotate-90,
152
- :root .fa-rotate-180,
153
- :root .fa-rotate-270,
154
- :root .fa-flip-horizontal,
155
- :root .fa-flip-vertical {
156
- filter: none;
157
- }
158
- .fa-stack {
159
- position: relative;
160
- display: inline-block;
161
- width: 2em;
162
- height: 2em;
163
- line-height: 2em;
164
- vertical-align: middle;
165
- }
166
- .fa-stack-1x,
167
- .fa-stack-2x {
168
- position: absolute;
169
- left: 0;
170
- width: 100%;
171
- text-align: center;
172
- }
173
- .fa-stack-1x {
174
- line-height: inherit;
175
- }
176
- .fa-stack-2x {
177
- font-size: 2em;
178
- }
179
- .fa-inverse {
180
- color: #ffffff;
181
- }
182
- .fa-glass:before {
183
- content: "\f000";
184
- }
185
- .fa-music:before {
186
- content: "\f001";
187
- }
188
- .fa-search:before {
189
- content: "\f002";
190
- }
191
- .fa-envelope-o:before {
192
- content: "\f003";
193
- }
194
- .fa-heart:before {
195
- content: "\f004";
196
- }
197
- .fa-star:before {
198
- content: "\f005";
199
- }
200
- .fa-star-o:before {
201
- content: "\f006";
202
- }
203
- .fa-user:before {
204
- content: "\f007";
205
- }
206
- .fa-film:before {
207
- content: "\f008";
208
- }
209
- .fa-th-large:before {
210
- content: "\f009";
211
- }
212
- .fa-th:before {
213
- content: "\f00a";
214
- }
215
- .fa-th-list:before {
216
- content: "\f00b";
217
- }
218
- .fa-check:before {
219
- content: "\f00c";
220
- }
221
- .fa-remove:before,
222
- .fa-close:before,
223
- .fa-times:before {
224
- content: "\f00d";
225
- }
226
- .fa-search-plus:before {
227
- content: "\f00e";
228
- }
229
- .fa-search-minus:before {
230
- content: "\f010";
231
- }
232
- .fa-power-off:before {
233
- content: "\f011";
234
- }
235
- .fa-signal:before {
236
- content: "\f012";
237
- }
238
- .fa-gear:before,
239
- .fa-cog:before {
240
- content: "\f013";
241
- }
242
- .fa-trash-o:before {
243
- content: "\f014";
244
- }
245
- .fa-home:before {
246
- content: "\f015";
247
- }
248
- .fa-file-o:before {
249
- content: "\f016";
250
- }
251
- .fa-clock-o:before {
252
- content: "\f017";
253
- }
254
- .fa-road:before {
255
- content: "\f018";
256
- }
257
- .fa-download:before {
258
- content: "\f019";
259
- }
260
- .fa-arrow-circle-o-down:before {
261
- content: "\f01a";
262
- }
263
- .fa-arrow-circle-o-up:before {
264
- content: "\f01b";
265
- }
266
- .fa-inbox:before {
267
- content: "\f01c";
268
- }
269
- .fa-play-circle-o:before {
270
- content: "\f01d";
271
- }
272
- .fa-rotate-right:before,
273
- .fa-repeat:before {
274
- content: "\f01e";
275
- }
276
- .fa-refresh:before {
277
- content: "\f021";
278
- }
279
- .fa-list-alt:before {
280
- content: "\f022";
281
- }
282
- .fa-lock:before {
283
- content: "\f023";
284
- }
285
- .fa-flag:before {
286
- content: "\f024";
287
- }
288
- .fa-headphones:before {
289
- content: "\f025";
290
- }
291
- .fa-volume-off:before {
292
- content: "\f026";
293
- }
294
- .fa-volume-down:before {
295
- content: "\f027";
296
- }
297
- .fa-volume-up:before {
298
- content: "\f028";
299
- }
300
- .fa-qrcode:before {
301
- content: "\f029";
302
- }
303
- .fa-barcode:before {
304
- content: "\f02a";
305
- }
306
- .fa-tag:before {
307
- content: "\f02b";
308
- }
309
- .fa-tags:before {
310
- content: "\f02c";
311
- }
312
- .fa-book:before {
313
- content: "\f02d";
314
- }
315
- .fa-bookmark:before {
316
- content: "\f02e";
317
- }
318
- .fa-print:before {
319
- content: "\f02f";
320
- }
321
- .fa-camera:before {
322
- content: "\f030";
323
- }
324
- .fa-font:before {
325
- content: "\f031";
326
- }
327
- .fa-bold:before {
328
- content: "\f032";
329
- }
330
- .fa-italic:before {
331
- content: "\f033";
332
- }
333
- .fa-text-height:before {
334
- content: "\f034";
335
- }
336
- .fa-text-width:before {
337
- content: "\f035";
338
- }
339
- .fa-align-left:before {
340
- content: "\f036";
341
- }
342
- .fa-align-center:before {
343
- content: "\f037";
344
- }
345
- .fa-align-right:before {
346
- content: "\f038";
347
- }
348
- .fa-align-justify:before {
349
- content: "\f039";
350
- }
351
- .fa-list:before {
352
- content: "\f03a";
353
- }
354
- .fa-dedent:before,
355
- .fa-outdent:before {
356
- content: "\f03b";
357
- }
358
- .fa-indent:before {
359
- content: "\f03c";
360
- }
361
- .fa-video-camera:before {
362
- content: "\f03d";
363
- }
364
- .fa-photo:before,
365
- .fa-image:before,
366
- .fa-picture-o:before {
367
- content: "\f03e";
368
- }
369
- .fa-pencil:before {
370
- content: "\f040";
371
- }
372
- .fa-map-marker:before {
373
- content: "\f041";
374
- }
375
- .fa-adjust:before {
376
- content: "\f042";
377
- }
378
- .fa-tint:before {
379
- content: "\f043";
380
- }
381
- .fa-edit:before,
382
- .fa-pencil-square-o:before {
383
- content: "\f044";
384
- }
385
- .fa-share-square-o:before {
386
- content: "\f045";
387
- }
388
- .fa-check-square-o:before {
389
- content: "\f046";
390
- }
391
- .fa-arrows:before {
392
- content: "\f047";
393
- }
394
- .fa-step-backward:before {
395
- content: "\f048";
396
- }
397
- .fa-fast-backward:before {
398
- content: "\f049";
399
- }
400
- .fa-backward:before {
401
- content: "\f04a";
402
- }
403
- .fa-play:before {
404
- content: "\f04b";
405
- }
406
- .fa-pause:before {
407
- content: "\f04c";
408
- }
409
- .fa-stop:before {
410
- content: "\f04d";
411
- }
412
- .fa-forward:before {
413
- content: "\f04e";
414
- }
415
- .fa-fast-forward:before {
416
- content: "\f050";
417
- }
418
- .fa-step-forward:before {
419
- content: "\f051";
420
- }
421
- .fa-eject:before {
422
- content: "\f052";
423
- }
424
- .fa-chevron-left:before {
425
- content: "\f053";
426
- }
427
- .fa-chevron-right:before {
428
- content: "\f054";
429
- }
430
- .fa-plus-circle:before {
431
- content: "\f055";
432
- }
433
- .fa-minus-circle:before {
434
- content: "\f056";
435
- }
436
- .fa-times-circle:before {
437
- content: "\f057";
438
- }
439
- .fa-check-circle:before {
440
- content: "\f058";
441
- }
442
- .fa-question-circle:before {
443
- content: "\f059";
444
- }
445
- .fa-info-circle:before {
446
- content: "\f05a";
447
- }
448
- .fa-crosshairs:before {
449
- content: "\f05b";
450
- }
451
- .fa-times-circle-o:before {
452
- content: "\f05c";
453
- }
454
- .fa-check-circle-o:before {
455
- content: "\f05d";
456
- }
457
- .fa-ban:before {
458
- content: "\f05e";
459
- }
460
- .fa-arrow-left:before {
461
- content: "\f060";
462
- }
463
- .fa-arrow-right:before {
464
- content: "\f061";
465
- }
466
- .fa-arrow-up:before {
467
- content: "\f062";
468
- }
469
- .fa-arrow-down:before {
470
- content: "\f063";
471
- }
472
- .fa-mail-forward:before,
473
- .fa-share:before {
474
- content: "\f064";
475
- }
476
- .fa-expand:before {
477
- content: "\f065";
478
- }
479
- .fa-compress:before {
480
- content: "\f066";
481
- }
482
- .fa-plus:before {
483
- content: "\f067";
484
- }
485
- .fa-minus:before {
486
- content: "\f068";
487
- }
488
- .fa-asterisk:before {
489
- content: "\f069";
490
- }
491
- .fa-exclamation-circle:before {
492
- content: "\f06a";
493
- }
494
- .fa-gift:before {
495
- content: "\f06b";
496
- }
497
- .fa-leaf:before {
498
- content: "\f06c";
499
- }
500
- .fa-fire:before {
501
- content: "\f06d";
502
- }
503
- .fa-eye:before {
504
- content: "\f06e";
505
- }
506
- .fa-eye-slash:before {
507
- content: "\f070";
508
- }
509
- .fa-warning:before,
510
- .fa-exclamation-triangle:before {
511
- content: "\f071";
512
- }
513
- .fa-plane:before {
514
- content: "\f072";
515
- }
516
- .fa-calendar:before {
517
- content: "\f073";
518
- }
519
- .fa-random:before {
520
- content: "\f074";
521
- }
522
- .fa-comment:before {
523
- content: "\f075";
524
- }
525
- .fa-magnet:before {
526
- content: "\f076";
527
- }
528
- .fa-chevron-up:before {
529
- content: "\f077";
530
- }
531
- .fa-chevron-down:before {
532
- content: "\f078";
533
- }
534
- .fa-retweet:before {
535
- content: "\f079";
536
- }
537
- .fa-shopping-cart:before {
538
- content: "\f07a";
539
- }
540
- .fa-folder:before {
541
- content: "\f07b";
542
- }
543
- .fa-folder-open:before {
544
- content: "\f07c";
545
- }
546
- .fa-arrows-v:before {
547
- content: "\f07d";
548
- }
549
- .fa-arrows-h:before {
550
- content: "\f07e";
551
- }
552
- .fa-bar-chart-o:before,
553
- .fa-bar-chart:before {
554
- content: "\f080";
555
- }
556
- .fa-twitter-square:before {
557
- content: "\f081";
558
- }
559
- .fa-facebook-square:before {
560
- content: "\f082";
561
- }
562
- .fa-camera-retro:before {
563
- content: "\f083";
564
- }
565
- .fa-key:before {
566
- content: "\f084";
567
- }
568
- .fa-gears:before,
569
- .fa-cogs:before {
570
- content: "\f085";
571
- }
572
- .fa-comments:before {
573
- content: "\f086";
574
- }
575
- .fa-thumbs-o-up:before {
576
- content: "\f087";
577
- }
578
- .fa-thumbs-o-down:before {
579
- content: "\f088";
580
- }
581
- .fa-star-half:before {
582
- content: "\f089";
583
- }
584
- .fa-heart-o:before {
585
- content: "\f08a";
586
- }
587
- .fa-sign-out:before {
588
- content: "\f08b";
589
- }
590
- .fa-linkedin-square:before {
591
- content: "\f08c";
592
- }
593
- .fa-thumb-tack:before {
594
- content: "\f08d";
595
- }
596
- .fa-external-link:before {
597
- content: "\f08e";
598
- }
599
- .fa-sign-in:before {
600
- content: "\f090";
601
- }
602
- .fa-trophy:before {
603
- content: "\f091";
604
- }
605
- .fa-github-square:before {
606
- content: "\f092";
607
- }
608
- .fa-upload:before {
609
- content: "\f093";
610
- }
611
- .fa-lemon-o:before {
612
- content: "\f094";
613
- }
614
- .fa-phone:before {
615
- content: "\f095";
616
- }
617
- .fa-square-o:before {
618
- content: "\f096";
619
- }
620
- .fa-bookmark-o:before {
621
- content: "\f097";
622
- }
623
- .fa-phone-square:before {
624
- content: "\f098";
625
- }
626
- .fa-twitter:before {
627
- content: "\f099";
628
- }
629
- .fa-facebook-f:before,
630
- .fa-facebook:before {
631
- content: "\f09a";
632
- }
633
- .fa-github:before {
634
- content: "\f09b";
635
- }
636
- .fa-unlock:before {
637
- content: "\f09c";
638
- }
639
- .fa-credit-card:before {
640
- content: "\f09d";
641
- }
642
- .fa-feed:before,
643
- .fa-rss:before {
644
- content: "\f09e";
645
- }
646
- .fa-hdd-o:before {
647
- content: "\f0a0";
648
- }
649
- .fa-bullhorn:before {
650
- content: "\f0a1";
651
- }
652
- .fa-bell:before {
653
- content: "\f0f3";
654
- }
655
- .fa-certificate:before {
656
- content: "\f0a3";
657
- }
658
- .fa-hand-o-right:before {
659
- content: "\f0a4";
660
- }
661
- .fa-hand-o-left:before {
662
- content: "\f0a5";
663
- }
664
- .fa-hand-o-up:before {
665
- content: "\f0a6";
666
- }
667
- .fa-hand-o-down:before {
668
- content: "\f0a7";
669
- }
670
- .fa-arrow-circle-left:before {
671
- content: "\f0a8";
672
- }
673
- .fa-arrow-circle-right:before {
674
- content: "\f0a9";
675
- }
676
- .fa-arrow-circle-up:before {
677
- content: "\f0aa";
678
- }
679
- .fa-arrow-circle-down:before {
680
- content: "\f0ab";
681
- }
682
- .fa-globe:before {
683
- content: "\f0ac";
684
- }
685
- .fa-wrench:before {
686
- content: "\f0ad";
687
- }
688
- .fa-tasks:before {
689
- content: "\f0ae";
690
- }
691
- .fa-filter:before {
692
- content: "\f0b0";
693
- }
694
- .fa-briefcase:before {
695
- content: "\f0b1";
696
- }
697
- .fa-arrows-alt:before {
698
- content: "\f0b2";
699
- }
700
- .fa-group:before,
701
- .fa-users:before {
702
- content: "\f0c0";
703
- }
704
- .fa-chain:before,
705
- .fa-link:before {
706
- content: "\f0c1";
707
- }
708
- .fa-cloud:before {
709
- content: "\f0c2";
710
- }
711
- .fa-flask:before {
712
- content: "\f0c3";
713
- }
714
- .fa-cut:before,
715
- .fa-scissors:before {
716
- content: "\f0c4";
717
- }
718
- .fa-copy:before,
719
- .fa-files-o:before {
720
- content: "\f0c5";
721
- }
722
- .fa-paperclip:before {
723
- content: "\f0c6";
724
- }
725
- .fa-save:before,
726
- .fa-floppy-o:before {
727
- content: "\f0c7";
728
- }
729
- .fa-square:before {
730
- content: "\f0c8";
731
- }
732
- .fa-navicon:before,
733
- .fa-reorder:before,
734
- .fa-bars:before {
735
- content: "\f0c9";
736
- }
737
- .fa-list-ul:before {
738
- content: "\f0ca";
739
- }
740
- .fa-list-ol:before {
741
- content: "\f0cb";
742
- }
743
- .fa-strikethrough:before {
744
- content: "\f0cc";
745
- }
746
- .fa-underline:before {
747
- content: "\f0cd";
748
- }
749
- .fa-table:before {
750
- content: "\f0ce";
751
- }
752
- .fa-magic:before {
753
- content: "\f0d0";
754
- }
755
- .fa-truck:before {
756
- content: "\f0d1";
757
- }
758
- .fa-pinterest:before {
759
- content: "\f0d2";
760
- }
761
- .fa-pinterest-square:before {
762
- content: "\f0d3";
763
- }
764
- .fa-google-plus-square:before {
765
- content: "\f0d4";
766
- }
767
- .fa-google-plus:before {
768
- content: "\f0d5";
769
- }
770
- .fa-money:before {
771
- content: "\f0d6";
772
- }
773
- .fa-caret-down:before {
774
- content: "\f0d7";
775
- }
776
- .fa-caret-up:before {
777
- content: "\f0d8";
778
- }
779
- .fa-caret-left:before {
780
- content: "\f0d9";
781
- }
782
- .fa-caret-right:before {
783
- content: "\f0da";
784
- }
785
- .fa-columns:before {
786
- content: "\f0db";
787
- }
788
- .fa-unsorted:before,
789
- .fa-sort:before {
790
- content: "\f0dc";
791
- }
792
- .fa-sort-down:before,
793
- .fa-sort-desc:before {
794
- content: "\f0dd";
795
- }
796
- .fa-sort-up:before,
797
- .fa-sort-asc:before {
798
- content: "\f0de";
799
- }
800
- .fa-envelope:before {
801
- content: "\f0e0";
802
- }
803
- .fa-linkedin:before {
804
- content: "\f0e1";
805
- }
806
- .fa-rotate-left:before,
807
- .fa-undo:before {
808
- content: "\f0e2";
809
- }
810
- .fa-legal:before,
811
- .fa-gavel:before {
812
- content: "\f0e3";
813
- }
814
- .fa-dashboard:before,
815
- .fa-tachometer:before {
816
- content: "\f0e4";
817
- }
818
- .fa-comment-o:before {
819
- content: "\f0e5";
820
- }
821
- .fa-comments-o:before {
822
- content: "\f0e6";
823
- }
824
- .fa-flash:before,
825
- .fa-bolt:before {
826
- content: "\f0e7";
827
- }
828
- .fa-sitemap:before {
829
- content: "\f0e8";
830
- }
831
- .fa-umbrella:before {
832
- content: "\f0e9";
833
- }
834
- .fa-paste:before,
835
- .fa-clipboard:before {
836
- content: "\f0ea";
837
- }
838
- .fa-lightbulb-o:before {
839
- content: "\f0eb";
840
- }
841
- .fa-exchange:before {
842
- content: "\f0ec";
843
- }
844
- .fa-cloud-download:before {
845
- content: "\f0ed";
846
- }
847
- .fa-cloud-upload:before {
848
- content: "\f0ee";
849
- }
850
- .fa-user-md:before {
851
- content: "\f0f0";
852
- }
853
- .fa-stethoscope:before {
854
- content: "\f0f1";
855
- }
856
- .fa-suitcase:before {
857
- content: "\f0f2";
858
- }
859
- .fa-bell-o:before {
860
- content: "\f0a2";
861
- }
862
- .fa-coffee:before {
863
- content: "\f0f4";
864
- }
865
- .fa-cutlery:before {
866
- content: "\f0f5";
867
- }
868
- .fa-file-text-o:before {
869
- content: "\f0f6";
870
- }
871
- .fa-building-o:before {
872
- content: "\f0f7";
873
- }
874
- .fa-hospital-o:before {
875
- content: "\f0f8";
876
- }
877
- .fa-ambulance:before {
878
- content: "\f0f9";
879
- }
880
- .fa-medkit:before {
881
- content: "\f0fa";
882
- }
883
- .fa-fighter-jet:before {
884
- content: "\f0fb";
885
- }
886
- .fa-beer:before {
887
- content: "\f0fc";
888
- }
889
- .fa-h-square:before {
890
- content: "\f0fd";
891
- }
892
- .fa-plus-square:before {
893
- content: "\f0fe";
894
- }
895
- .fa-angle-double-left:before {
896
- content: "\f100";
897
- }
898
- .fa-angle-double-right:before {
899
- content: "\f101";
900
- }
901
- .fa-angle-double-up:before {
902
- content: "\f102";
903
- }
904
- .fa-angle-double-down:before {
905
- content: "\f103";
906
- }
907
- .fa-angle-left:before {
908
- content: "\f104";
909
- }
910
- .fa-angle-right:before {
911
- content: "\f105";
912
- }
913
- .fa-angle-up:before {
914
- content: "\f106";
915
- }
916
- .fa-angle-down:before {
917
- content: "\f107";
918
- }
919
- .fa-desktop:before {
920
- content: "\f108";
921
- }
922
- .fa-laptop:before {
923
- content: "\f109";
924
- }
925
- .fa-tablet:before {
926
- content: "\f10a";
927
- }
928
- .fa-mobile-phone:before,
929
- .fa-mobile:before {
930
- content: "\f10b";
931
- }
932
- .fa-circle-o:before {
933
- content: "\f10c";
934
- }
935
- .fa-quote-left:before {
936
- content: "\f10d";
937
- }
938
- .fa-quote-right:before {
939
- content: "\f10e";
940
- }
941
- .fa-spinner:before {
942
- content: "\f110";
943
- }
944
- .fa-circle:before {
945
- content: "\f111";
946
- }
947
- .fa-mail-reply:before,
948
- .fa-reply:before {
949
- content: "\f112";
950
- }
951
- .fa-github-alt:before {
952
- content: "\f113";
953
- }
954
- .fa-folder-o:before {
955
- content: "\f114";
956
- }
957
- .fa-folder-open-o:before {
958
- content: "\f115";
959
- }
960
- .fa-smile-o:before {
961
- content: "\f118";
962
- }
963
- .fa-frown-o:before {
964
- content: "\f119";
965
- }
966
- .fa-meh-o:before {
967
- content: "\f11a";
968
- }
969
- .fa-gamepad:before {
970
- content: "\f11b";
971
- }
972
- .fa-keyboard-o:before {
973
- content: "\f11c";
974
- }
975
- .fa-flag-o:before {
976
- content: "\f11d";
977
- }
978
- .fa-flag-checkered:before {
979
- content: "\f11e";
980
- }
981
- .fa-terminal:before {
982
- content: "\f120";
983
- }
984
- .fa-code:before {
985
- content: "\f121";
986
- }
987
- .fa-mail-reply-all:before,
988
- .fa-reply-all:before {
989
- content: "\f122";
990
- }
991
- .fa-star-half-empty:before,
992
- .fa-star-half-full:before,
993
- .fa-star-half-o:before {
994
- content: "\f123";
995
- }
996
- .fa-location-arrow:before {
997
- content: "\f124";
998
- }
999
- .fa-crop:before {
1000
- content: "\f125";
1001
- }
1002
- .fa-code-fork:before {
1003
- content: "\f126";
1004
- }
1005
- .fa-unlink:before,
1006
- .fa-chain-broken:before {
1007
- content: "\f127";
1008
- }
1009
- .fa-question:before {
1010
- content: "\f128";
1011
- }
1012
- .fa-info:before {
1013
- content: "\f129";
1014
- }
1015
- .fa-exclamation:before {
1016
- content: "\f12a";
1017
- }
1018
- .fa-superscript:before {
1019
- content: "\f12b";
1020
- }
1021
- .fa-subscript:before {
1022
- content: "\f12c";
1023
- }
1024
- .fa-eraser:before {
1025
- content: "\f12d";
1026
- }
1027
- .fa-puzzle-piece:before {
1028
- content: "\f12e";
1029
- }
1030
- .fa-microphone:before {
1031
- content: "\f130";
1032
- }
1033
- .fa-microphone-slash:before {
1034
- content: "\f131";
1035
- }
1036
- .fa-shield:before {
1037
- content: "\f132";
1038
- }
1039
- .fa-calendar-o:before {
1040
- content: "\f133";
1041
- }
1042
- .fa-fire-extinguisher:before {
1043
- content: "\f134";
1044
- }
1045
- .fa-rocket:before {
1046
- content: "\f135";
1047
- }
1048
- .fa-maxcdn:before {
1049
- content: "\f136";
1050
- }
1051
- .fa-chevron-circle-left:before {
1052
- content: "\f137";
1053
- }
1054
- .fa-chevron-circle-right:before {
1055
- content: "\f138";
1056
- }
1057
- .fa-chevron-circle-up:before {
1058
- content: "\f139";
1059
- }
1060
- .fa-chevron-circle-down:before {
1061
- content: "\f13a";
1062
- }
1063
- .fa-html5:before {
1064
- content: "\f13b";
1065
- }
1066
- .fa-css3:before {
1067
- content: "\f13c";
1068
- }
1069
- .fa-anchor:before {
1070
- content: "\f13d";
1071
- }
1072
- .fa-unlock-alt:before {
1073
- content: "\f13e";
1074
- }
1075
- .fa-bullseye:before {
1076
- content: "\f140";
1077
- }
1078
- .fa-ellipsis-h:before {
1079
- content: "\f141";
1080
- }
1081
- .fa-ellipsis-v:before {
1082
- content: "\f142";
1083
- }
1084
- .fa-rss-square:before {
1085
- content: "\f143";
1086
- }
1087
- .fa-play-circle:before {
1088
- content: "\f144";
1089
- }
1090
- .fa-ticket:before {
1091
- content: "\f145";
1092
- }
1093
- .fa-minus-square:before {
1094
- content: "\f146";
1095
- }
1096
- .fa-minus-square-o:before {
1097
- content: "\f147";
1098
- }
1099
- .fa-level-up:before {
1100
- content: "\f148";
1101
- }
1102
- .fa-level-down:before {
1103
- content: "\f149";
1104
- }
1105
- .fa-check-square:before {
1106
- content: "\f14a";
1107
- }
1108
- .fa-pencil-square:before {
1109
- content: "\f14b";
1110
- }
1111
- .fa-external-link-square:before {
1112
- content: "\f14c";
1113
- }
1114
- .fa-share-square:before {
1115
- content: "\f14d";
1116
- }
1117
- .fa-compass:before {
1118
- content: "\f14e";
1119
- }
1120
- .fa-toggle-down:before,
1121
- .fa-caret-square-o-down:before {
1122
- content: "\f150";
1123
- }
1124
- .fa-toggle-up:before,
1125
- .fa-caret-square-o-up:before {
1126
- content: "\f151";
1127
- }
1128
- .fa-toggle-right:before,
1129
- .fa-caret-square-o-right:before {
1130
- content: "\f152";
1131
- }
1132
- .fa-euro:before,
1133
- .fa-eur:before {
1134
- content: "\f153";
1135
- }
1136
- .fa-gbp:before {
1137
- content: "\f154";
1138
- }
1139
- .fa-dollar:before,
1140
- .fa-usd:before {
1141
- content: "\f155";
1142
- }
1143
- .fa-rupee:before,
1144
- .fa-inr:before {
1145
- content: "\f156";
1146
- }
1147
- .fa-cny:before,
1148
- .fa-rmb:before,
1149
- .fa-yen:before,
1150
- .fa-jpy:before {
1151
- content: "\f157";
1152
- }
1153
- .fa-ruble:before,
1154
- .fa-rouble:before,
1155
- .fa-rub:before {
1156
- content: "\f158";
1157
- }
1158
- .fa-won:before,
1159
- .fa-krw:before {
1160
- content: "\f159";
1161
- }
1162
- .fa-bitcoin:before,
1163
- .fa-btc:before {
1164
- content: "\f15a";
1165
- }
1166
- .fa-file:before {
1167
- content: "\f15b";
1168
- }
1169
- .fa-file-text:before {
1170
- content: "\f15c";
1171
- }
1172
- .fa-sort-alpha-asc:before {
1173
- content: "\f15d";
1174
- }
1175
- .fa-sort-alpha-desc:before {
1176
- content: "\f15e";
1177
- }
1178
- .fa-sort-amount-asc:before {
1179
- content: "\f160";
1180
- }
1181
- .fa-sort-amount-desc:before {
1182
- content: "\f161";
1183
- }
1184
- .fa-sort-numeric-asc:before {
1185
- content: "\f162";
1186
- }
1187
- .fa-sort-numeric-desc:before {
1188
- content: "\f163";
1189
- }
1190
- .fa-thumbs-up:before {
1191
- content: "\f164";
1192
- }
1193
- .fa-thumbs-down:before {
1194
- content: "\f165";
1195
- }
1196
- .fa-youtube-square:before {
1197
- content: "\f166";
1198
- }
1199
- .fa-youtube:before {
1200
- content: "\f167";
1201
- }
1202
- .fa-xing:before {
1203
- content: "\f168";
1204
- }
1205
- .fa-xing-square:before {
1206
- content: "\f169";
1207
- }
1208
- .fa-youtube-play:before {
1209
- content: "\f16a";
1210
- }
1211
- .fa-dropbox:before {
1212
- content: "\f16b";
1213
- }
1214
- .fa-stack-overflow:before {
1215
- content: "\f16c";
1216
- }
1217
- .fa-instagram:before {
1218
- content: "\f16d";
1219
- }
1220
- .fa-flickr:before {
1221
- content: "\f16e";
1222
- }
1223
- .fa-adn:before {
1224
- content: "\f170";
1225
- }
1226
- .fa-bitbucket:before {
1227
- content: "\f171";
1228
- }
1229
- .fa-bitbucket-square:before {
1230
- content: "\f172";
1231
- }
1232
- .fa-tumblr:before {
1233
- content: "\f173";
1234
- }
1235
- .fa-tumblr-square:before {
1236
- content: "\f174";
1237
- }
1238
- .fa-long-arrow-down:before {
1239
- content: "\f175";
1240
- }
1241
- .fa-long-arrow-up:before {
1242
- content: "\f176";
1243
- }
1244
- .fa-long-arrow-left:before {
1245
- content: "\f177";
1246
- }
1247
- .fa-long-arrow-right:before {
1248
- content: "\f178";
1249
- }
1250
- .fa-apple:before {
1251
- content: "\f179";
1252
- }
1253
- .fa-windows:before {
1254
- content: "\f17a";
1255
- }
1256
- .fa-android:before {
1257
- content: "\f17b";
1258
- }
1259
- .fa-linux:before {
1260
- content: "\f17c";
1261
- }
1262
- .fa-dribbble:before {
1263
- content: "\f17d";
1264
- }
1265
- .fa-skype:before {
1266
- content: "\f17e";
1267
- }
1268
- .fa-foursquare:before {
1269
- content: "\f180";
1270
- }
1271
- .fa-trello:before {
1272
- content: "\f181";
1273
- }
1274
- .fa-female:before {
1275
- content: "\f182";
1276
- }
1277
- .fa-male:before {
1278
- content: "\f183";
1279
- }
1280
- .fa-gittip:before,
1281
- .fa-gratipay:before {
1282
- content: "\f184";
1283
- }
1284
- .fa-sun-o:before {
1285
- content: "\f185";
1286
- }
1287
- .fa-moon-o:before {
1288
- content: "\f186";
1289
- }
1290
- .fa-archive:before {
1291
- content: "\f187";
1292
- }
1293
- .fa-bug:before {
1294
- content: "\f188";
1295
- }
1296
- .fa-vk:before {
1297
- content: "\f189";
1298
- }
1299
- .fa-weibo:before {
1300
- content: "\f18a";
1301
- }
1302
- .fa-renren:before {
1303
- content: "\f18b";
1304
- }
1305
- .fa-pagelines:before {
1306
- content: "\f18c";
1307
- }
1308
- .fa-stack-exchange:before {
1309
- content: "\f18d";
1310
- }
1311
- .fa-arrow-circle-o-right:before {
1312
- content: "\f18e";
1313
- }
1314
- .fa-arrow-circle-o-left:before {
1315
- content: "\f190";
1316
- }
1317
- .fa-toggle-left:before,
1318
- .fa-caret-square-o-left:before {
1319
- content: "\f191";
1320
- }
1321
- .fa-dot-circle-o:before {
1322
- content: "\f192";
1323
- }
1324
- .fa-wheelchair:before {
1325
- content: "\f193";
1326
- }
1327
- .fa-vimeo-square:before {
1328
- content: "\f194";
1329
- }
1330
- .fa-turkish-lira:before,
1331
- .fa-try:before {
1332
- content: "\f195";
1333
- }
1334
- .fa-plus-square-o:before {
1335
- content: "\f196";
1336
- }
1337
- .fa-space-shuttle:before {
1338
- content: "\f197";
1339
- }
1340
- .fa-slack:before {
1341
- content: "\f198";
1342
- }
1343
- .fa-envelope-square:before {
1344
- content: "\f199";
1345
- }
1346
- .fa-wordpress:before {
1347
- content: "\f19a";
1348
- }
1349
- .fa-openid:before {
1350
- content: "\f19b";
1351
- }
1352
- .fa-institution:before,
1353
- .fa-bank:before,
1354
- .fa-university:before {
1355
- content: "\f19c";
1356
- }
1357
- .fa-mortar-board:before,
1358
- .fa-graduation-cap:before {
1359
- content: "\f19d";
1360
- }
1361
- .fa-yahoo:before {
1362
- content: "\f19e";
1363
- }
1364
- .fa-google:before {
1365
- content: "\f1a0";
1366
- }
1367
- .fa-reddit:before {
1368
- content: "\f1a1";
1369
- }
1370
- .fa-reddit-square:before {
1371
- content: "\f1a2";
1372
- }
1373
- .fa-stumbleupon-circle:before {
1374
- content: "\f1a3";
1375
- }
1376
- .fa-stumbleupon:before {
1377
- content: "\f1a4";
1378
- }
1379
- .fa-delicious:before {
1380
- content: "\f1a5";
1381
- }
1382
- .fa-digg:before {
1383
- content: "\f1a6";
1384
- }
1385
- .fa-pied-piper-pp:before {
1386
- content: "\f1a7";
1387
- }
1388
- .fa-pied-piper-alt:before {
1389
- content: "\f1a8";
1390
- }
1391
- .fa-drupal:before {
1392
- content: "\f1a9";
1393
- }
1394
- .fa-joomla:before {
1395
- content: "\f1aa";
1396
- }
1397
- .fa-language:before {
1398
- content: "\f1ab";
1399
- }
1400
- .fa-fax:before {
1401
- content: "\f1ac";
1402
- }
1403
- .fa-building:before {
1404
- content: "\f1ad";
1405
- }
1406
- .fa-child:before {
1407
- content: "\f1ae";
1408
- }
1409
- .fa-paw:before {
1410
- content: "\f1b0";
1411
- }
1412
- .fa-spoon:before {
1413
- content: "\f1b1";
1414
- }
1415
- .fa-cube:before {
1416
- content: "\f1b2";
1417
- }
1418
- .fa-cubes:before {
1419
- content: "\f1b3";
1420
- }
1421
- .fa-behance:before {
1422
- content: "\f1b4";
1423
- }
1424
- .fa-behance-square:before {
1425
- content: "\f1b5";
1426
- }
1427
- .fa-steam:before {
1428
- content: "\f1b6";
1429
- }
1430
- .fa-steam-square:before {
1431
- content: "\f1b7";
1432
- }
1433
- .fa-recycle:before {
1434
- content: "\f1b8";
1435
- }
1436
- .fa-automobile:before,
1437
- .fa-car:before {
1438
- content: "\f1b9";
1439
- }
1440
- .fa-cab:before,
1441
- .fa-taxi:before {
1442
- content: "\f1ba";
1443
- }
1444
- .fa-tree:before {
1445
- content: "\f1bb";
1446
- }
1447
- .fa-spotify:before {
1448
- content: "\f1bc";
1449
- }
1450
- .fa-deviantart:before {
1451
- content: "\f1bd";
1452
- }
1453
- .fa-soundcloud:before {
1454
- content: "\f1be";
1455
- }
1456
- .fa-database:before {
1457
- content: "\f1c0";
1458
- }
1459
- .fa-file-pdf-o:before {
1460
- content: "\f1c1";
1461
- }
1462
- .fa-file-word-o:before {
1463
- content: "\f1c2";
1464
- }
1465
- .fa-file-excel-o:before {
1466
- content: "\f1c3";
1467
- }
1468
- .fa-file-powerpoint-o:before {
1469
- content: "\f1c4";
1470
- }
1471
- .fa-file-photo-o:before,
1472
- .fa-file-picture-o:before,
1473
- .fa-file-image-o:before {
1474
- content: "\f1c5";
1475
- }
1476
- .fa-file-zip-o:before,
1477
- .fa-file-archive-o:before {
1478
- content: "\f1c6";
1479
- }
1480
- .fa-file-sound-o:before,
1481
- .fa-file-audio-o:before {
1482
- content: "\f1c7";
1483
- }
1484
- .fa-file-movie-o:before,
1485
- .fa-file-video-o:before {
1486
- content: "\f1c8";
1487
- }
1488
- .fa-file-code-o:before {
1489
- content: "\f1c9";
1490
- }
1491
- .fa-vine:before {
1492
- content: "\f1ca";
1493
- }
1494
- .fa-codepen:before {
1495
- content: "\f1cb";
1496
- }
1497
- .fa-jsfiddle:before {
1498
- content: "\f1cc";
1499
- }
1500
- .fa-life-bouy:before,
1501
- .fa-life-buoy:before,
1502
- .fa-life-saver:before,
1503
- .fa-support:before,
1504
- .fa-life-ring:before {
1505
- content: "\f1cd";
1506
- }
1507
- .fa-circle-o-notch:before {
1508
- content: "\f1ce";
1509
- }
1510
- .fa-ra:before,
1511
- .fa-resistance:before,
1512
- .fa-rebel:before {
1513
- content: "\f1d0";
1514
- }
1515
- .fa-ge:before,
1516
- .fa-empire:before {
1517
- content: "\f1d1";
1518
- }
1519
- .fa-git-square:before {
1520
- content: "\f1d2";
1521
- }
1522
- .fa-git:before {
1523
- content: "\f1d3";
1524
- }
1525
- .fa-y-combinator-square:before,
1526
- .fa-yc-square:before,
1527
- .fa-hacker-news:before {
1528
- content: "\f1d4";
1529
- }
1530
- .fa-tencent-weibo:before {
1531
- content: "\f1d5";
1532
- }
1533
- .fa-qq:before {
1534
- content: "\f1d6";
1535
- }
1536
- .fa-wechat:before,
1537
- .fa-weixin:before {
1538
- content: "\f1d7";
1539
- }
1540
- .fa-send:before,
1541
- .fa-paper-plane:before {
1542
- content: "\f1d8";
1543
- }
1544
- .fa-send-o:before,
1545
- .fa-paper-plane-o:before {
1546
- content: "\f1d9";
1547
- }
1548
- .fa-history:before {
1549
- content: "\f1da";
1550
- }
1551
- .fa-circle-thin:before {
1552
- content: "\f1db";
1553
- }
1554
- .fa-header:before {
1555
- content: "\f1dc";
1556
- }
1557
- .fa-paragraph:before {
1558
- content: "\f1dd";
1559
- }
1560
- .fa-sliders:before {
1561
- content: "\f1de";
1562
- }
1563
- .fa-share-alt:before {
1564
- content: "\f1e0";
1565
- }
1566
- .fa-share-alt-square:before {
1567
- content: "\f1e1";
1568
- }
1569
- .fa-bomb:before {
1570
- content: "\f1e2";
1571
- }
1572
- .fa-soccer-ball-o:before,
1573
- .fa-futbol-o:before {
1574
- content: "\f1e3";
1575
- }
1576
- .fa-tty:before {
1577
- content: "\f1e4";
1578
- }
1579
- .fa-binoculars:before {
1580
- content: "\f1e5";
1581
- }
1582
- .fa-plug:before {
1583
- content: "\f1e6";
1584
- }
1585
- .fa-slideshare:before {
1586
- content: "\f1e7";
1587
- }
1588
- .fa-twitch:before {
1589
- content: "\f1e8";
1590
- }
1591
- .fa-yelp:before {
1592
- content: "\f1e9";
1593
- }
1594
- .fa-newspaper-o:before {
1595
- content: "\f1ea";
1596
- }
1597
- .fa-wifi:before {
1598
- content: "\f1eb";
1599
- }
1600
- .fa-calculator:before {
1601
- content: "\f1ec";
1602
- }
1603
- .fa-paypal:before {
1604
- content: "\f1ed";
1605
- }
1606
- .fa-google-wallet:before {
1607
- content: "\f1ee";
1608
- }
1609
- .fa-cc-visa:before {
1610
- content: "\f1f0";
1611
- }
1612
- .fa-cc-mastercard:before {
1613
- content: "\f1f1";
1614
- }
1615
- .fa-cc-discover:before {
1616
- content: "\f1f2";
1617
- }
1618
- .fa-cc-amex:before {
1619
- content: "\f1f3";
1620
- }
1621
- .fa-cc-paypal:before {
1622
- content: "\f1f4";
1623
- }
1624
- .fa-cc-stripe:before {
1625
- content: "\f1f5";
1626
- }
1627
- .fa-bell-slash:before {
1628
- content: "\f1f6";
1629
- }
1630
- .fa-bell-slash-o:before {
1631
- content: "\f1f7";
1632
- }
1633
- .fa-trash:before {
1634
- content: "\f1f8";
1635
- }
1636
- .fa-copyright:before {
1637
- content: "\f1f9";
1638
- }
1639
- .fa-at:before {
1640
- content: "\f1fa";
1641
- }
1642
- .fa-eyedropper:before {
1643
- content: "\f1fb";
1644
- }
1645
- .fa-paint-brush:before {
1646
- content: "\f1fc";
1647
- }
1648
- .fa-birthday-cake:before {
1649
- content: "\f1fd";
1650
- }
1651
- .fa-area-chart:before {
1652
- content: "\f1fe";
1653
- }
1654
- .fa-pie-chart:before {
1655
- content: "\f200";
1656
- }
1657
- .fa-line-chart:before {
1658
- content: "\f201";
1659
- }
1660
- .fa-lastfm:before {
1661
- content: "\f202";
1662
- }
1663
- .fa-lastfm-square:before {
1664
- content: "\f203";
1665
- }
1666
- .fa-toggle-off:before {
1667
- content: "\f204";
1668
- }
1669
- .fa-toggle-on:before {
1670
- content: "\f205";
1671
- }
1672
- .fa-bicycle:before {
1673
- content: "\f206";
1674
- }
1675
- .fa-bus:before {
1676
- content: "\f207";
1677
- }
1678
- .fa-ioxhost:before {
1679
- content: "\f208";
1680
- }
1681
- .fa-angellist:before {
1682
- content: "\f209";
1683
- }
1684
- .fa-cc:before {
1685
- content: "\f20a";
1686
- }
1687
- .fa-shekel:before,
1688
- .fa-sheqel:before,
1689
- .fa-ils:before {
1690
- content: "\f20b";
1691
- }
1692
- .fa-meanpath:before {
1693
- content: "\f20c";
1694
- }
1695
- .fa-buysellads:before {
1696
- content: "\f20d";
1697
- }
1698
- .fa-connectdevelop:before {
1699
- content: "\f20e";
1700
- }
1701
- .fa-dashcube:before {
1702
- content: "\f210";
1703
- }
1704
- .fa-forumbee:before {
1705
- content: "\f211";
1706
- }
1707
- .fa-leanpub:before {
1708
- content: "\f212";
1709
- }
1710
- .fa-sellsy:before {
1711
- content: "\f213";
1712
- }
1713
- .fa-shirtsinbulk:before {
1714
- content: "\f214";
1715
- }
1716
- .fa-simplybuilt:before {
1717
- content: "\f215";
1718
- }
1719
- .fa-skyatlas:before {
1720
- content: "\f216";
1721
- }
1722
- .fa-cart-plus:before {
1723
- content: "\f217";
1724
- }
1725
- .fa-cart-arrow-down:before {
1726
- content: "\f218";
1727
- }
1728
- .fa-diamond:before {
1729
- content: "\f219";
1730
- }
1731
- .fa-ship:before {
1732
- content: "\f21a";
1733
- }
1734
- .fa-user-secret:before {
1735
- content: "\f21b";
1736
- }
1737
- .fa-motorcycle:before {
1738
- content: "\f21c";
1739
- }
1740
- .fa-street-view:before {
1741
- content: "\f21d";
1742
- }
1743
- .fa-heartbeat:before {
1744
- content: "\f21e";
1745
- }
1746
- .fa-venus:before {
1747
- content: "\f221";
1748
- }
1749
- .fa-mars:before {
1750
- content: "\f222";
1751
- }
1752
- .fa-mercury:before {
1753
- content: "\f223";
1754
- }
1755
- .fa-intersex:before,
1756
- .fa-transgender:before {
1757
- content: "\f224";
1758
- }
1759
- .fa-transgender-alt:before {
1760
- content: "\f225";
1761
- }
1762
- .fa-venus-double:before {
1763
- content: "\f226";
1764
- }
1765
- .fa-mars-double:before {
1766
- content: "\f227";
1767
- }
1768
- .fa-venus-mars:before {
1769
- content: "\f228";
1770
- }
1771
- .fa-mars-stroke:before {
1772
- content: "\f229";
1773
- }
1774
- .fa-mars-stroke-v:before {
1775
- content: "\f22a";
1776
- }
1777
- .fa-mars-stroke-h:before {
1778
- content: "\f22b";
1779
- }
1780
- .fa-neuter:before {
1781
- content: "\f22c";
1782
- }
1783
- .fa-genderless:before {
1784
- content: "\f22d";
1785
- }
1786
- .fa-facebook-official:before {
1787
- content: "\f230";
1788
- }
1789
- .fa-pinterest-p:before {
1790
- content: "\f231";
1791
- }
1792
- .fa-whatsapp:before {
1793
- content: "\f232";
1794
- }
1795
- .fa-server:before {
1796
- content: "\f233";
1797
- }
1798
- .fa-user-plus:before {
1799
- content: "\f234";
1800
- }
1801
- .fa-user-times:before {
1802
- content: "\f235";
1803
- }
1804
- .fa-hotel:before,
1805
- .fa-bed:before {
1806
- content: "\f236";
1807
- }
1808
- .fa-viacoin:before {
1809
- content: "\f237";
1810
- }
1811
- .fa-train:before {
1812
- content: "\f238";
1813
- }
1814
- .fa-subway:before {
1815
- content: "\f239";
1816
- }
1817
- .fa-medium:before {
1818
- content: "\f23a";
1819
- }
1820
- .fa-yc:before,
1821
- .fa-y-combinator:before {
1822
- content: "\f23b";
1823
- }
1824
- .fa-optin-monster:before {
1825
- content: "\f23c";
1826
- }
1827
- .fa-opencart:before {
1828
- content: "\f23d";
1829
- }
1830
- .fa-expeditedssl:before {
1831
- content: "\f23e";
1832
- }
1833
- .fa-battery-4:before,
1834
- .fa-battery:before,
1835
- .fa-battery-full:before {
1836
- content: "\f240";
1837
- }
1838
- .fa-battery-3:before,
1839
- .fa-battery-three-quarters:before {
1840
- content: "\f241";
1841
- }
1842
- .fa-battery-2:before,
1843
- .fa-battery-half:before {
1844
- content: "\f242";
1845
- }
1846
- .fa-battery-1:before,
1847
- .fa-battery-quarter:before {
1848
- content: "\f243";
1849
- }
1850
- .fa-battery-0:before,
1851
- .fa-battery-empty:before {
1852
- content: "\f244";
1853
- }
1854
- .fa-mouse-pointer:before {
1855
- content: "\f245";
1856
- }
1857
- .fa-i-cursor:before {
1858
- content: "\f246";
1859
- }
1860
- .fa-object-group:before {
1861
- content: "\f247";
1862
- }
1863
- .fa-object-ungroup:before {
1864
- content: "\f248";
1865
- }
1866
- .fa-sticky-note:before {
1867
- content: "\f249";
1868
- }
1869
- .fa-sticky-note-o:before {
1870
- content: "\f24a";
1871
- }
1872
- .fa-cc-jcb:before {
1873
- content: "\f24b";
1874
- }
1875
- .fa-cc-diners-club:before {
1876
- content: "\f24c";
1877
- }
1878
- .fa-clone:before {
1879
- content: "\f24d";
1880
- }
1881
- .fa-balance-scale:before {
1882
- content: "\f24e";
1883
- }
1884
- .fa-hourglass-o:before {
1885
- content: "\f250";
1886
- }
1887
- .fa-hourglass-1:before,
1888
- .fa-hourglass-start:before {
1889
- content: "\f251";
1890
- }
1891
- .fa-hourglass-2:before,
1892
- .fa-hourglass-half:before {
1893
- content: "\f252";
1894
- }
1895
- .fa-hourglass-3:before,
1896
- .fa-hourglass-end:before {
1897
- content: "\f253";
1898
- }
1899
- .fa-hourglass:before {
1900
- content: "\f254";
1901
- }
1902
- .fa-hand-grab-o:before,
1903
- .fa-hand-rock-o:before {
1904
- content: "\f255";
1905
- }
1906
- .fa-hand-stop-o:before,
1907
- .fa-hand-paper-o:before {
1908
- content: "\f256";
1909
- }
1910
- .fa-hand-scissors-o:before {
1911
- content: "\f257";
1912
- }
1913
- .fa-hand-lizard-o:before {
1914
- content: "\f258";
1915
- }
1916
- .fa-hand-spock-o:before {
1917
- content: "\f259";
1918
- }
1919
- .fa-hand-pointer-o:before {
1920
- content: "\f25a";
1921
- }
1922
- .fa-hand-peace-o:before {
1923
- content: "\f25b";
1924
- }
1925
- .fa-trademark:before {
1926
- content: "\f25c";
1927
- }
1928
- .fa-registered:before {
1929
- content: "\f25d";
1930
- }
1931
- .fa-creative-commons:before {
1932
- content: "\f25e";
1933
- }
1934
- .fa-gg:before {
1935
- content: "\f260";
1936
- }
1937
- .fa-gg-circle:before {
1938
- content: "\f261";
1939
- }
1940
- .fa-tripadvisor:before {
1941
- content: "\f262";
1942
- }
1943
- .fa-odnoklassniki:before {
1944
- content: "\f263";
1945
- }
1946
- .fa-odnoklassniki-square:before {
1947
- content: "\f264";
1948
- }
1949
- .fa-get-pocket:before {
1950
- content: "\f265";
1951
- }
1952
- .fa-wikipedia-w:before {
1953
- content: "\f266";
1954
- }
1955
- .fa-safari:before {
1956
- content: "\f267";
1957
- }
1958
- .fa-chrome:before {
1959
- content: "\f268";
1960
- }
1961
- .fa-firefox:before {
1962
- content: "\f269";
1963
- }
1964
- .fa-opera:before {
1965
- content: "\f26a";
1966
- }
1967
- .fa-internet-explorer:before {
1968
- content: "\f26b";
1969
- }
1970
- .fa-tv:before,
1971
- .fa-television:before {
1972
- content: "\f26c";
1973
- }
1974
- .fa-contao:before {
1975
- content: "\f26d";
1976
- }
1977
- .fa-500px:before {
1978
- content: "\f26e";
1979
- }
1980
- .fa-amazon:before {
1981
- content: "\f270";
1982
- }
1983
- .fa-calendar-plus-o:before {
1984
- content: "\f271";
1985
- }
1986
- .fa-calendar-minus-o:before {
1987
- content: "\f272";
1988
- }
1989
- .fa-calendar-times-o:before {
1990
- content: "\f273";
1991
- }
1992
- .fa-calendar-check-o:before {
1993
- content: "\f274";
1994
- }
1995
- .fa-industry:before {
1996
- content: "\f275";
1997
- }
1998
- .fa-map-pin:before {
1999
- content: "\f276";
2000
- }
2001
- .fa-map-signs:before {
2002
- content: "\f277";
2003
- }
2004
- .fa-map-o:before {
2005
- content: "\f278";
2006
- }
2007
- .fa-map:before {
2008
- content: "\f279";
2009
- }
2010
- .fa-commenting:before {
2011
- content: "\f27a";
2012
- }
2013
- .fa-commenting-o:before {
2014
- content: "\f27b";
2015
- }
2016
- .fa-houzz:before {
2017
- content: "\f27c";
2018
- }
2019
- .fa-vimeo:before {
2020
- content: "\f27d";
2021
- }
2022
- .fa-black-tie:before {
2023
- content: "\f27e";
2024
- }
2025
- .fa-fonticons:before {
2026
- content: "\f280";
2027
- }
2028
- .fa-reddit-alien:before {
2029
- content: "\f281";
2030
- }
2031
- .fa-edge:before {
2032
- content: "\f282";
2033
- }
2034
- .fa-credit-card-alt:before {
2035
- content: "\f283";
2036
- }
2037
- .fa-codiepie:before {
2038
- content: "\f284";
2039
- }
2040
- .fa-modx:before {
2041
- content: "\f285";
2042
- }
2043
- .fa-fort-awesome:before {
2044
- content: "\f286";
2045
- }
2046
- .fa-usb:before {
2047
- content: "\f287";
2048
- }
2049
- .fa-product-hunt:before {
2050
- content: "\f288";
2051
- }
2052
- .fa-mixcloud:before {
2053
- content: "\f289";
2054
- }
2055
- .fa-scribd:before {
2056
- content: "\f28a";
2057
- }
2058
- .fa-pause-circle:before {
2059
- content: "\f28b";
2060
- }
2061
- .fa-pause-circle-o:before {
2062
- content: "\f28c";
2063
- }
2064
- .fa-stop-circle:before {
2065
- content: "\f28d";
2066
- }
2067
- .fa-stop-circle-o:before {
2068
- content: "\f28e";
2069
- }
2070
- .fa-shopping-bag:before {
2071
- content: "\f290";
2072
- }
2073
- .fa-shopping-basket:before {
2074
- content: "\f291";
2075
- }
2076
- .fa-hashtag:before {
2077
- content: "\f292";
2078
- }
2079
- .fa-bluetooth:before {
2080
- content: "\f293";
2081
- }
2082
- .fa-bluetooth-b:before {
2083
- content: "\f294";
2084
- }
2085
- .fa-percent:before {
2086
- content: "\f295";
2087
- }
2088
- .fa-gitlab:before {
2089
- content: "\f296";
2090
- }
2091
- .fa-wpbeginner:before {
2092
- content: "\f297";
2093
- }
2094
- .fa-wpforms:before {
2095
- content: "\f298";
2096
- }
2097
- .fa-envira:before {
2098
- content: "\f299";
2099
- }
2100
- .fa-universal-access:before {
2101
- content: "\f29a";
2102
- }
2103
- .fa-wheelchair-alt:before {
2104
- content: "\f29b";
2105
- }
2106
- .fa-question-circle-o:before {
2107
- content: "\f29c";
2108
- }
2109
- .fa-blind:before {
2110
- content: "\f29d";
2111
- }
2112
- .fa-audio-description:before {
2113
- content: "\f29e";
2114
- }
2115
- .fa-volume-control-phone:before {
2116
- content: "\f2a0";
2117
- }
2118
- .fa-braille:before {
2119
- content: "\f2a1";
2120
- }
2121
- .fa-assistive-listening-systems:before {
2122
- content: "\f2a2";
2123
- }
2124
- .fa-asl-interpreting:before,
2125
- .fa-american-sign-language-interpreting:before {
2126
- content: "\f2a3";
2127
- }
2128
- .fa-deafness:before,
2129
- .fa-hard-of-hearing:before,
2130
- .fa-deaf:before {
2131
- content: "\f2a4";
2132
- }
2133
- .fa-glide:before {
2134
- content: "\f2a5";
2135
- }
2136
- .fa-glide-g:before {
2137
- content: "\f2a6";
2138
- }
2139
- .fa-signing:before,
2140
- .fa-sign-language:before {
2141
- content: "\f2a7";
2142
- }
2143
- .fa-low-vision:before {
2144
- content: "\f2a8";
2145
- }
2146
- .fa-viadeo:before {
2147
- content: "\f2a9";
2148
- }
2149
- .fa-viadeo-square:before {
2150
- content: "\f2aa";
2151
- }
2152
- .fa-snapchat:before {
2153
- content: "\f2ab";
2154
- }
2155
- .fa-snapchat-ghost:before {
2156
- content: "\f2ac";
2157
- }
2158
- .fa-snapchat-square:before {
2159
- content: "\f2ad";
2160
- }
2161
- .fa-pied-piper:before {
2162
- content: "\f2ae";
2163
- }
2164
- .fa-first-order:before {
2165
- content: "\f2b0";
2166
- }
2167
- .fa-yoast:before {
2168
- content: "\f2b1";
2169
- }
2170
- .fa-themeisle:before {
2171
- content: "\f2b2";
2172
- }
2173
- .fa-google-plus-circle:before,
2174
- .fa-google-plus-official:before {
2175
- content: "\f2b3";
2176
- }
2177
- .fa-fa:before,
2178
- .fa-font-awesome:before {
2179
- content: "\f2b4";
2180
- }
2181
- .fa-handshake-o:before {
2182
- content: "\f2b5";
2183
- }
2184
- .fa-envelope-open:before {
2185
- content: "\f2b6";
2186
- }
2187
- .fa-envelope-open-o:before {
2188
- content: "\f2b7";
2189
- }
2190
- .fa-linode:before {
2191
- content: "\f2b8";
2192
- }
2193
- .fa-address-book:before {
2194
- content: "\f2b9";
2195
- }
2196
- .fa-address-book-o:before {
2197
- content: "\f2ba";
2198
- }
2199
- .fa-vcard:before,
2200
- .fa-address-card:before {
2201
- content: "\f2bb";
2202
- }
2203
- .fa-vcard-o:before,
2204
- .fa-address-card-o:before {
2205
- content: "\f2bc";
2206
- }
2207
- .fa-user-circle:before {
2208
- content: "\f2bd";
2209
- }
2210
- .fa-user-circle-o:before {
2211
- content: "\f2be";
2212
- }
2213
- .fa-user-o:before {
2214
- content: "\f2c0";
2215
- }
2216
- .fa-id-badge:before {
2217
- content: "\f2c1";
2218
- }
2219
- .fa-drivers-license:before,
2220
- .fa-id-card:before {
2221
- content: "\f2c2";
2222
- }
2223
- .fa-drivers-license-o:before,
2224
- .fa-id-card-o:before {
2225
- content: "\f2c3";
2226
- }
2227
- .fa-quora:before {
2228
- content: "\f2c4";
2229
- }
2230
- .fa-free-code-camp:before {
2231
- content: "\f2c5";
2232
- }
2233
- .fa-telegram:before {
2234
- content: "\f2c6";
2235
- }
2236
- .fa-thermometer-4:before,
2237
- .fa-thermometer:before,
2238
- .fa-thermometer-full:before {
2239
- content: "\f2c7";
2240
- }
2241
- .fa-thermometer-3:before,
2242
- .fa-thermometer-three-quarters:before {
2243
- content: "\f2c8";
2244
- }
2245
- .fa-thermometer-2:before,
2246
- .fa-thermometer-half:before {
2247
- content: "\f2c9";
2248
- }
2249
- .fa-thermometer-1:before,
2250
- .fa-thermometer-quarter:before {
2251
- content: "\f2ca";
2252
- }
2253
- .fa-thermometer-0:before,
2254
- .fa-thermometer-empty:before {
2255
- content: "\f2cb";
2256
- }
2257
- .fa-shower:before {
2258
- content: "\f2cc";
2259
- }
2260
- .fa-bathtub:before,
2261
- .fa-s15:before,
2262
- .fa-bath:before {
2263
- content: "\f2cd";
2264
- }
2265
- .fa-podcast:before {
2266
- content: "\f2ce";
2267
- }
2268
- .fa-window-maximize:before {
2269
- content: "\f2d0";
2270
- }
2271
- .fa-window-minimize:before {
2272
- content: "\f2d1";
2273
- }
2274
- .fa-window-restore:before {
2275
- content: "\f2d2";
2276
- }
2277
- .fa-times-rectangle:before,
2278
- .fa-window-close:before {
2279
- content: "\f2d3";
2280
- }
2281
- .fa-times-rectangle-o:before,
2282
- .fa-window-close-o:before {
2283
- content: "\f2d4";
2284
- }
2285
- .fa-bandcamp:before {
2286
- content: "\f2d5";
2287
- }
2288
- .fa-grav:before {
2289
- content: "\f2d6";
2290
- }
2291
- .fa-etsy:before {
2292
- content: "\f2d7";
2293
- }
2294
- .fa-imdb:before {
2295
- content: "\f2d8";
2296
- }
2297
- .fa-ravelry:before {
2298
- content: "\f2d9";
2299
- }
2300
- .fa-eercast:before {
2301
- content: "\f2da";
2302
- }
2303
- .fa-microchip:before {
2304
- content: "\f2db";
2305
- }
2306
- .fa-snowflake-o:before {
2307
- content: "\f2dc";
2308
- }
2309
- .fa-superpowers:before {
2310
- content: "\f2dd";
2311
- }
2312
- .fa-wpexplorer:before {
2313
- content: "\f2de";
2314
- }
2315
- .fa-meetup:before {
2316
- content: "\f2e0";
2317
- }
2318
- .sr-only {
2319
- position: absolute;
2320
- width: 1px;
2321
- height: 1px;
2322
- padding: 0;
2323
- margin: -1px;
2324
- overflow: hidden;
2325
- clip: rect(0, 0, 0, 0);
2326
- border: 0;
2327
- }
2328
- .sr-only-focusable:active,
2329
- .sr-only-focusable:focus {
2330
- position: static;
2331
- width: auto;
2332
- height: auto;
2333
- margin: 0;
2334
- overflow: visible;
2335
- clip: auto;
2336
- }