jekyll-theme-editorial 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (234) hide show
  1. checksums.yaml +7 -0
  2. data/404.html +6 -0
  3. data/LICENSE.txt +63 -0
  4. data/README.md +1213 -0
  5. data/_config.yml +306 -0
  6. data/_data/categories.yml +38 -0
  7. data/_data/comments/posts/amet-varius-aliquam/20200511110657-jimbob-hexagonpants.yml +8 -0
  8. data/_data/comments/posts/amet-varius-aliquam/20200513010934-isabella-roundtoes.yml +15 -0
  9. data/_data/comments/posts/amet-varius-aliquam/20200514191919-hakira-tusunaba.yaml +8 -0
  10. data/_data/comments/posts/amet-varius-aliquam/20200515235959-jimbob-hexagonpants.yml +8 -0
  11. data/_data/features.yml +15 -0
  12. data/_data/menus.yml +42 -0
  13. data/_data/scripts.yml +13 -0
  14. data/_data/social.yml +140 -0
  15. data/_data/tags.yml +50 -0
  16. data/_data/taxonomy.yml +87 -0
  17. data/_includes/404.html +20 -0
  18. data/_includes/archives_menu.html +61 -0
  19. data/_includes/article.html +47 -0
  20. data/_includes/articles.html +42 -0
  21. data/_includes/author.html +73 -0
  22. data/_includes/authors.html +21 -0
  23. data/_includes/authors_byline.html +63 -0
  24. data/_includes/banner.html +10 -0
  25. data/_includes/categories.html +15 -0
  26. data/_includes/comment.html +43 -0
  27. data/_includes/comment_form.html +43 -0
  28. data/_includes/comments.html +20 -0
  29. data/_includes/contact.html +42 -0
  30. data/_includes/custom_head.html +6 -0
  31. data/_includes/date_modified.html +6 -0
  32. data/_includes/disqus_comments.html +19 -0
  33. data/_includes/feature.html +7 -0
  34. data/_includes/features.html +10 -0
  35. data/_includes/footer.html +4 -0
  36. data/_includes/head.html +20 -0
  37. data/_includes/item_authors.html +27 -0
  38. data/_includes/item_date.html +32 -0
  39. data/_includes/item_image.html +30 -0
  40. data/_includes/list_item.html +12 -0
  41. data/_includes/menu.html +110 -0
  42. data/_includes/mini-posts.html +32 -0
  43. data/_includes/modal.html +12 -0
  44. data/_includes/more_button.html +3 -0
  45. data/_includes/newsletter_signup.html +22 -0
  46. data/_includes/page_header.html +77 -0
  47. data/_includes/pages.html +79 -0
  48. data/_includes/pagination.html +22 -0
  49. data/_includes/post_header.html +52 -0
  50. data/_includes/post_nav.html +14 -0
  51. data/_includes/posts.html +62 -0
  52. data/_includes/projects.html +90 -0
  53. data/_includes/responsive_banner.html +20 -0
  54. data/_includes/scripts.html +22 -0
  55. data/_includes/search.html +11 -0
  56. data/_includes/section_header.html +3 -0
  57. data/_includes/series.html +32 -0
  58. data/_includes/sidebar.html +11 -0
  59. data/_includes/signin_button.html +4 -0
  60. data/_includes/site_header.html +9 -0
  61. data/_includes/social_media.html +14 -0
  62. data/_includes/social_media_list.html +14 -0
  63. data/_includes/submenu.html +25 -0
  64. data/_includes/tags.html +15 -0
  65. data/_layouts/archive.html +32 -0
  66. data/_layouts/author.html +19 -0
  67. data/_layouts/category.html +23 -0
  68. data/_layouts/default.html +29 -0
  69. data/_layouts/home.html +6 -0
  70. data/_layouts/page.html +16 -0
  71. data/_layouts/post.html +35 -0
  72. data/_layouts/project.html +24 -0
  73. data/_layouts/tag.html +23 -0
  74. data/_pages/about.md +37 -0
  75. data/_pages/archives.html +134 -0
  76. data/_pages/categories.html +94 -0
  77. data/_pages/elements.html +403 -0
  78. data/_pages/people.html +26 -0
  79. data/_pages/posts.html +11 -0
  80. data/_pages/privacy.md +52 -0
  81. data/_pages/projects.html +9 -0
  82. data/_pages/signin.md +31 -0
  83. data/_pages/tags.html +133 -0
  84. data/_pages/terms.md +44 -0
  85. data/_people/augustus.md +27 -0
  86. data/_people/aurelius.md +29 -0
  87. data/_people/julia.md +36 -0
  88. data/_people/petunia.md +26 -0
  89. data/_posts/2020-01-01-Interdum-aenean.md +47 -0
  90. data/_posts/2020-01-02-mulla-amet-dolore.md +38 -0
  91. data/_posts/2020-01-03-tempus-ullamcorper.md +122 -0
  92. data/_posts/2020-01-04-feugiat-lorem-aenean.md +35 -0
  93. data/_posts/2020-01-04-sed-etiam-facilis.md +72 -0
  94. data/_posts/2020-02-01-amet-varius-aliquam.md +27 -0
  95. data/_posts/2020-02-03-cranky-polar-bears-play-hooky-from-fishing-school.md +35 -0
  96. data/_posts/2020-02-07-high-septon-or-should-we-all-just-go-marching-along.md +43 -0
  97. data/_posts/2020-02-14-stupid-computers-and-the-games-they-play-with-our-emotions.md +30 -0
  98. data/_posts/2020-02-28-look-at-my-great-tatoos-everybody.md +31 -0
  99. data/_projects/feugiat_valley.md +32 -0
  100. data/_projects/ipsum_flats.md +42 -0
  101. data/_projects/lorem_heights.md +36 -0
  102. data/_projects/tempus_hills.md +37 -0
  103. data/_samples/page-template.md +48 -0
  104. data/_samples/people-template.md +51 -0
  105. data/_samples/post-template.md +38 -0
  106. data/_samples/project-template.md +47 -0
  107. data/_sass/base/_page.scss +42 -0
  108. data/_sass/base/_reset.scss +70 -0
  109. data/_sass/base/_typography.scss +186 -0
  110. data/_sass/components/_actions.scss +57 -0
  111. data/_sass/components/_box.scss +20 -0
  112. data/_sass/components/_button.scss +79 -0
  113. data/_sass/components/_contact.scss +41 -0
  114. data/_sass/components/_features.scss +150 -0
  115. data/_sass/components/_form.scss +173 -0
  116. data/_sass/components/_icon.scss +27 -0
  117. data/_sass/components/_icons.scss +24 -0
  118. data/_sass/components/_image.scss +68 -0
  119. data/_sass/components/_list.scss +50 -0
  120. data/_sass/components/_mini-posts.scss +25 -0
  121. data/_sass/components/_pagination.scss +64 -0
  122. data/_sass/components/_posts.scss +173 -0
  123. data/_sass/components/_row.scss +25 -0
  124. data/_sass/components/_section.scss +39 -0
  125. data/_sass/components/_table.scss +75 -0
  126. data/_sass/layout/_banner.scss +69 -0
  127. data/_sass/layout/_footer.scss +12 -0
  128. data/_sass/layout/_header.scss +54 -0
  129. data/_sass/layout/_main.scss +67 -0
  130. data/_sass/layout/_menu.scss +92 -0
  131. data/_sass/layout/_sidebar.scss +217 -0
  132. data/_sass/layout/_wrapper.scss +7 -0
  133. data/_sass/libs/_breakpoints.scss +223 -0
  134. data/_sass/libs/_functions.scss +90 -0
  135. data/_sass/libs/_html-grid.scss +149 -0
  136. data/_sass/libs/_mixins.scss +78 -0
  137. data/_sass/libs/_vars.scss +44 -0
  138. data/_sass/libs/_vendor.scss +376 -0
  139. data/_sass/main.scss +61 -0
  140. data/assets/css/fontawesome-all.min.css +7 -0
  141. data/assets/css/fonts.css +140 -0
  142. data/assets/css/github.css +61 -0
  143. data/assets/css/main.css +2276 -0
  144. data/assets/css/user.css +640 -0
  145. data/assets/images/logo.png +0 -0
  146. data/assets/images/pic01-thumb.jpg +0 -0
  147. data/assets/images/pic01.jpg +0 -0
  148. data/assets/images/pic02.jpg +0 -0
  149. data/assets/images/pic03-thumb.jpg +0 -0
  150. data/assets/images/pic03.jpg +0 -0
  151. data/assets/images/pic04.jpg +0 -0
  152. data/assets/images/pic05-avatar.jpg +0 -0
  153. data/assets/images/pic05-thumb.jpg +0 -0
  154. data/assets/images/pic05.jpg +0 -0
  155. data/assets/images/pic06.jpg +0 -0
  156. data/assets/images/pic07.jpg +0 -0
  157. data/assets/images/pic08.jpg +0 -0
  158. data/assets/images/pic09.jpg +0 -0
  159. data/assets/images/pic10.jpg +0 -0
  160. data/assets/images/pic11.jpg +0 -0
  161. data/assets/images/placeholder.png +0 -0
  162. data/assets/js/breakpoints.min.js +2 -0
  163. data/assets/js/browser.min.js +2 -0
  164. data/assets/js/comments.js +189 -0
  165. data/assets/js/email-obfuscation.js +54 -0
  166. data/assets/js/jquery.min.js +2 -0
  167. data/assets/js/main.js +263 -0
  168. data/assets/js/util.js +592 -0
  169. data/assets/webfonts/OpenSans-Bold.eot +0 -0
  170. data/assets/webfonts/OpenSans-Bold.svg +21062 -0
  171. data/assets/webfonts/OpenSans-Bold.ttf +0 -0
  172. data/assets/webfonts/OpenSans-Bold.woff +0 -0
  173. data/assets/webfonts/OpenSans-BoldItalic.eot +0 -0
  174. data/assets/webfonts/OpenSans-BoldItalic.svg +21121 -0
  175. data/assets/webfonts/OpenSans-BoldItalic.ttf +0 -0
  176. data/assets/webfonts/OpenSans-BoldItalic.woff +0 -0
  177. data/assets/webfonts/OpenSans-Italic.eot +0 -0
  178. data/assets/webfonts/OpenSans-Italic.svg +21164 -0
  179. data/assets/webfonts/OpenSans-Italic.ttf +0 -0
  180. data/assets/webfonts/OpenSans-Italic.woff +0 -0
  181. data/assets/webfonts/OpenSans-Light.eot +0 -0
  182. data/assets/webfonts/OpenSans-Light.svg +21034 -0
  183. data/assets/webfonts/OpenSans-Light.ttf +0 -0
  184. data/assets/webfonts/OpenSans-Light.woff +0 -0
  185. data/assets/webfonts/OpenSans-LightItalic.eot +0 -0
  186. data/assets/webfonts/OpenSans-LightItalic.svg +21161 -0
  187. data/assets/webfonts/OpenSans-LightItalic.ttf +0 -0
  188. data/assets/webfonts/OpenSans-LightItalic.woff +0 -0
  189. data/assets/webfonts/OpenSans-Regular.eot +0 -0
  190. data/assets/webfonts/OpenSans-Regular.svg +21064 -0
  191. data/assets/webfonts/OpenSans-Regular.ttf +0 -0
  192. data/assets/webfonts/OpenSans-Regular.woff +0 -0
  193. data/assets/webfonts/OpenSans-SemiBold.eot +0 -0
  194. data/assets/webfonts/OpenSans-SemiBold.svg +21055 -0
  195. data/assets/webfonts/OpenSans-SemiBold.ttf +0 -0
  196. data/assets/webfonts/OpenSans-SemiBold.woff +0 -0
  197. data/assets/webfonts/OpenSans-SemiBoldItalic.eot +0 -0
  198. data/assets/webfonts/OpenSans-SemiBoldItalic.svg +21154 -0
  199. data/assets/webfonts/OpenSans-SemiBoldItalic.ttf +0 -0
  200. data/assets/webfonts/OpenSans-SemiBoldItalic.woff +0 -0
  201. data/assets/webfonts/RobotoSlab-Bold.eot +0 -0
  202. data/assets/webfonts/RobotoSlab-Bold.svg +334 -0
  203. data/assets/webfonts/RobotoSlab-Bold.ttf +0 -0
  204. data/assets/webfonts/RobotoSlab-Bold.woff +0 -0
  205. data/assets/webfonts/RobotoSlab-Bold.woff2 +0 -0
  206. data/assets/webfonts/RobotoSlab-Regular +0 -0
  207. data/assets/webfonts/RobotoSlab-Regular.svg +337 -0
  208. data/assets/webfonts/RobotoSlab-Regular.ttf +0 -0
  209. data/assets/webfonts/RobotoSlab-Regular.woff +0 -0
  210. data/assets/webfonts/RobotoSlab-Regular.woff2 +0 -0
  211. data/assets/webfonts/fa-brands-400.eot +0 -0
  212. data/assets/webfonts/fa-brands-400.svg +3633 -0
  213. data/assets/webfonts/fa-brands-400.ttf +0 -0
  214. data/assets/webfonts/fa-brands-400.woff +0 -0
  215. data/assets/webfonts/fa-brands-400.woff2 +0 -0
  216. data/assets/webfonts/fa-regular-400.eot +0 -0
  217. data/assets/webfonts/fa-regular-400.svg +803 -0
  218. data/assets/webfonts/fa-regular-400.ttf +0 -0
  219. data/assets/webfonts/fa-regular-400.woff +0 -0
  220. data/assets/webfonts/fa-regular-400.woff2 +0 -0
  221. data/assets/webfonts/fa-solid-900.eot +0 -0
  222. data/assets/webfonts/fa-solid-900.svg +5000 -0
  223. data/assets/webfonts/fa-solid-900.ttf +0 -0
  224. data/assets/webfonts/fa-solid-900.woff +0 -0
  225. data/assets/webfonts/fa-solid-900.woff2 +0 -0
  226. data/favicon-apple-touch-114.png +0 -0
  227. data/favicon-apple-touch-144.png +0 -0
  228. data/favicon.icns +0 -0
  229. data/favicon.ico +0 -0
  230. data/favicon.png +0 -0
  231. data/index.md +28 -0
  232. data/robots.txt +8 -0
  233. data/staticman.yml +109 -0
  234. metadata +347 -0
data/_sass/main.scss ADDED
@@ -0,0 +1,61 @@
1
+ ---
2
+ ---
3
+
4
+ @import 'libs/vars';
5
+ @import 'libs/functions';
6
+ @import 'libs/mixins';
7
+ @import 'libs/vendor';
8
+ @import 'libs/breakpoints';
9
+ @import 'libs/html-grid';
10
+ @import 'github.css'; /* for syntax highlighting, more: https://jwarby.github.io/jekyll-pygments-themes/ */
11
+ @import 'fontawesome-all.min.css';
12
+ @import 'fonts.css';
13
+ // @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic|Roboto+Slab:400,700');
14
+
15
+ // Breakpoints.
16
+
17
+ @include breakpoints((
18
+ xlarge: ( 1281px, 1680px ),
19
+ large: ( 981px, 1280px ),
20
+ medium: ( 737px, 980px ),
21
+ small: ( 481px, 736px ),
22
+ xsmall: ( 361px, 480px ),
23
+ xxsmall: ( null, 360px ),
24
+ xlarge-to-max: '(min-width: 1681px)',
25
+ small-to-xlarge: '(min-width: 481px) and (max-width: 1680px)'
26
+ ));
27
+
28
+ // Base.
29
+
30
+ @import 'base/reset';
31
+ @import 'base/page';
32
+ @import 'base/typography';
33
+
34
+ // Component.
35
+
36
+ @import 'components/row';
37
+ @import 'components/section';
38
+ @import 'components/form';
39
+ @import 'components/box';
40
+ @import 'components/icon';
41
+ @import 'components/image';
42
+ @import 'components/list';
43
+ @import 'components/actions';
44
+ @import 'components/icons';
45
+ @import 'components/contact';
46
+ @import 'components/pagination';
47
+ @import 'components/table';
48
+ @import 'components/button';
49
+ @import 'components/mini-posts';
50
+ @import 'components/features';
51
+ @import 'components/posts';
52
+
53
+ // Layout.
54
+
55
+ @import 'layout/wrapper';
56
+ @import 'layout/main';
57
+ @import 'layout/sidebar';
58
+ @import 'layout/header';
59
+ @import 'layout/banner';
60
+ @import 'layout/footer';
61
+ @import 'layout/menu';
@@ -0,0 +1,7 @@
1
+ /*!
2
+ * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
+ */
5
+
6
+
7
+ .fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
@@ -0,0 +1,140 @@
1
+ /*
2
+ Fonts for Editorial, compiled by Middle Bear
3
+ middlebear.org | github.com/middlebear
4
+ Google font attributions: https://fonts.google.com/attribution
5
+ */
6
+
7
+ /*****************************************************************************
8
+ fonts - compatibility chart for major browsers via caniuse.com
9
+ IE Edge Firefox Chrome Safari iOS Android
10
+ eot 6-11
11
+ svg 9-11 12+ 2+ 4+ 3.1+ 3.2+ 3+
12
+ ttf 12+ 3.5+ 4+ 3.1+ 4.2+ 2.2+
13
+ woff 9-11 12+ 3.6+ 5+ 5.1+ 5+ 4.4+
14
+ woff2 14+ 39+ 36+ 12+ 10+
15
+ *****************************************************************************/
16
+
17
+ /* Light is not used currently
18
+ @font-face {
19
+ font-family: 'Open Sans';
20
+ src: local('Open Sans Light'), local('OpenSans-Light'),
21
+ font-url('../webfonts/OpenSans-Light.woff2') format('woff2'),
22
+ font-url('../webfonts/OpenSans-Light.woff') format('woff'),
23
+ font-url('../webfonts/OpenSans-Light.ttf') format('truetype');
24
+ font-weight: 300;
25
+ font-style: normal;
26
+ }
27
+
28
+ @font-face {
29
+ font-family: 'Open Sans';
30
+ src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'),
31
+ font-url('../webfonts/OpenSans-LightItalic.woff2') format('woff2'),
32
+ font-url('../webfonts/OpenSans-LightItalic.woff') format('woff'),
33
+ font-url('../webfonts/OpenSans-LightItalic.ttf') format('truetype');
34
+ font-weight: 300;
35
+ font-style: italic;
36
+ }
37
+ */
38
+ @font-face {
39
+ font-family: 'Open Sans';
40
+ src: local('Open Sans Regular'), local('OpenSans-Regular'),
41
+ font-url('../webfonts/OpenSans-Regular.woff2') format('woff2'),
42
+ font-url('../webfonts/OpenSans-Regular.woff') format('woff'),
43
+ font-url('../webfonts/OpenSans-Regular.ttf') format('truetype');
44
+ font-weight: 400;
45
+ font-style: normal;
46
+ }
47
+
48
+ @font-face {
49
+ font-family: 'Open Sans';
50
+ src: local('Open Sans Italic'), local('OpenSans-Italic'),
51
+ font-url('../webfonts/OpenSans-Italic.woff2') format('woff2'),
52
+ font-url('../webfonts/OpenSans-Italic.woff') format('woff'),
53
+ font-url('../webfonts/OpenSans-Italic.ttf') format('truetype');
54
+ font-weight: 400;
55
+ font-style: italic;
56
+ }
57
+
58
+ @font-face {
59
+ font-family: 'Open Sans';
60
+ src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
61
+ font-url('../webfonts/OpenSans-SemiBold.woff2') format('woff2'),
62
+ font-url('../webfonts/OpenSans-SemiBold.woff') format('woff'),
63
+ font-url('../webfonts/OpenSans-SemiBold.ttf') format('truetype');
64
+ font-weight: 600;
65
+ font-style: normal;
66
+ }
67
+
68
+ @font-face {
69
+ font-family: 'Open Sans';
70
+ src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'),
71
+ font-url('../webfonts/OpenSans-SemiBoldItalic.woff2') format('woff2'),
72
+ font-url('../webfonts/OpenSans-SemiBoldItalic.woff') format('woff'),
73
+ font-url('../webfonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
74
+ font-weight: 600;
75
+ font-style: italic;
76
+ }
77
+
78
+ /* Bold is not used currently
79
+ @font-face {
80
+ font-family: 'Open Sans';
81
+ src: local('Open Sans Bold'), local('OpenSans-Bold'),
82
+ font-url('../webfonts/OpenSans-Bold.woff2') format('woff2'),
83
+ font-url('../webfonts/OpenSans-Bold.woff') format('woff'),
84
+ font-url('../webfonts/OpenSans-Bold.ttf') format('truetype');
85
+ font-weight: 700;
86
+ font-style: normal;
87
+ }
88
+
89
+ @font-face {
90
+ font-family: 'Open Sans';
91
+ src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
92
+ font-url('../webfonts/OpenSans-BoldItalic.woff2') format('woff2'),
93
+ font-url('../webfonts/OpenSans-BoldItalic.woff') format('woff'),
94
+ font-url('../webfonts/OpenSans-BoldItalic.ttf') format('truetype');
95
+ font-weight: 700;
96
+ font-style: italic;
97
+ }
98
+ */
99
+
100
+ /* Extra Bold is not used currently
101
+ @font-face {
102
+ font-family: 'Open Sans';
103
+ src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
104
+ font-url('../webfonts/OpenSans-ExtraBold.woff2') format('woff2'),
105
+ font-url('../webfonts/OpenSans-ExtraBold.woff') format('woff'),
106
+ font-url('../webfonts/OpenSans-ExtraBold.ttf') format('truetype');
107
+ font-weight: 800;
108
+ font-style: normal;
109
+ }
110
+
111
+ @font-face {
112
+ font-family: 'Open Sans';
113
+ src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'),
114
+ font-url('../webfonts/OpenSans-ExtraBoldItalic.woff2') format('woff2'),
115
+ font-url('../webfonts/OpenSans-ExtraBoldItalic.woff') format('woff'),
116
+ font-url('../webfonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
117
+ font-weight: 800;
118
+ font-style: italic;
119
+ }
120
+ */
121
+
122
+ @font-face {
123
+ font-family: 'Roboto Slab';
124
+ src: local('Roboto Slab'), local('RobotoSlab'),
125
+ font-url('../webfonts/RobotoSlab-Regular.woff2') format('woff2'),
126
+ font-url('../webfonts/RobotoSlab-Regular.woff') format('woff'),
127
+ font-url('../webfonts/RobotoSlab-Regular.ttf') format('truetype');
128
+ font-weight: 400;
129
+ font-style: normal;
130
+ }
131
+
132
+ @font-face {
133
+ font-family: 'Roboto Slab';
134
+ src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'),
135
+ font-url('../webfonts/RobotoSlab-Bold.woff2') format('woff2'),
136
+ font-url('../webfonts/RobotoSlab-Bold.woff') format('woff'),
137
+ font-url('../webfonts/RobotoSlab-Bold.ttf') format('truetype');
138
+ font-weight: 700;
139
+ font-style: normal;
140
+ }
@@ -0,0 +1,61 @@
1
+ .highlight .hll { background-color: #ffffcc }
2
+ .highlight .c { color: #999988; font-style: italic } /* Comment */
3
+ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
4
+ .highlight .k { color: #000000; font-weight: bold } /* Keyword */
5
+ .highlight .o { color: #000000; font-weight: bold } /* Operator */
6
+ .highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
7
+ .highlight .cp { color: #999999; font-weight: bold; font-style: italic } /* Comment.Preproc */
8
+ .highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
9
+ .highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
10
+ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
11
+ .highlight .ge { color: #000000; font-style: italic } /* Generic.Emph */
12
+ .highlight .gr { color: #aa0000 } /* Generic.Error */
13
+ .highlight .gh { color: #999999 } /* Generic.Heading */
14
+ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
15
+ .highlight .go { color: #888888 } /* Generic.Output */
16
+ .highlight .gp { color: #555555 } /* Generic.Prompt */
17
+ .highlight .gs { font-weight: bold } /* Generic.Strong */
18
+ .highlight .gu { color: #aaaaaa } /* Generic.Subheading */
19
+ .highlight .gt { color: #aa0000 } /* Generic.Traceback */
20
+ .highlight .kc { color: #000000; font-weight: bold } /* Keyword.Constant */
21
+ .highlight .kd { color: #000000; font-weight: bold } /* Keyword.Declaration */
22
+ .highlight .kn { color: #000000; font-weight: bold } /* Keyword.Namespace */
23
+ .highlight .kp { color: #000000; font-weight: bold } /* Keyword.Pseudo */
24
+ .highlight .kr { color: #000000; font-weight: bold } /* Keyword.Reserved */
25
+ .highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
26
+ .highlight .m { color: #009999 } /* Literal.Number */
27
+ .highlight .s { color: #d01040 } /* Literal.String */
28
+ .highlight .na { color: #008080 } /* Name.Attribute */
29
+ .highlight .nb { color: #0086B3 } /* Name.Builtin */
30
+ .highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
31
+ .highlight .no { color: #008080 } /* Name.Constant */
32
+ .highlight .nd { color: #3c5d5d; font-weight: bold } /* Name.Decorator */
33
+ .highlight .ni { color: #800080 } /* Name.Entity */
34
+ .highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
35
+ .highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
36
+ .highlight .nl { color: #990000; font-weight: bold } /* Name.Label */
37
+ .highlight .nn { color: #555555 } /* Name.Namespace */
38
+ .highlight .nt { color: #000080 } /* Name.Tag */
39
+ .highlight .nv { color: #008080 } /* Name.Variable */
40
+ .highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */
41
+ .highlight .w { color: #bbbbbb } /* Text.Whitespace */
42
+ .highlight .mf { color: #009999 } /* Literal.Number.Float */
43
+ .highlight .mh { color: #009999 } /* Literal.Number.Hex */
44
+ .highlight .mi { color: #009999 } /* Literal.Number.Integer */
45
+ .highlight .mo { color: #009999 } /* Literal.Number.Oct */
46
+ .highlight .sb { color: #d01040 } /* Literal.String.Backtick */
47
+ .highlight .sc { color: #d01040 } /* Literal.String.Char */
48
+ .highlight .sd { color: #d01040 } /* Literal.String.Doc */
49
+ .highlight .s2 { color: #d01040 } /* Literal.String.Double */
50
+ .highlight .se { color: #d01040 } /* Literal.String.Escape */
51
+ .highlight .sh { color: #d01040 } /* Literal.String.Heredoc */
52
+ .highlight .si { color: #d01040 } /* Literal.String.Interpol */
53
+ .highlight .sx { color: #d01040 } /* Literal.String.Other */
54
+ .highlight .sr { color: #009926 } /* Literal.String.Regex */
55
+ .highlight .s1 { color: #d01040 } /* Literal.String.Single */
56
+ .highlight .ss { color: #990073 } /* Literal.String.Symbol */
57
+ .highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
58
+ .highlight .vc { color: #008080 } /* Name.Variable.Class */
59
+ .highlight .vg { color: #008080 } /* Name.Variable.Global */
60
+ .highlight .vi { color: #008080 } /* Name.Variable.Instance */
61
+ .highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
@@ -0,0 +1,2276 @@
1
+ @import url(github.css); /* for syntax highlighting, more themes at https://jwarby.github.io/jekyll-pygments-themes/ */
2
+ @import url(fontawesome-all.min.css);
3
+ @import url(fonts.css);
4
+ /* @import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic|Roboto+Slab:400,700"); */
5
+
6
+ /*
7
+ Editorial by HTML5 UP, Jekyllized by Middle Bear
8
+ html5up.net | @ajlkn | middlebear.org | github.com/middlebear
9
+ Free for personal and commercial use under the CCA 3.0 license (html5up.net/license and /license.txt)
10
+ */
11
+ html, body, div, span, applet, object,
12
+ iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
13
+ pre, a, abbr, acronym, address, big, cite,
14
+ code, del, dfn, em, img, ins, kbd, q, s, samp,
15
+ small, strike, strong, sub, sup, tt, var, b,
16
+ u, i, center, dl, dt, dd, ol, ul, li, fieldset,
17
+ form, label, legend, table, caption, tbody,
18
+ tfoot, thead, tr, th, td, article, aside,
19
+ canvas, details, embed, figure, figcaption,
20
+ footer, header, hgroup, menu, nav, output, ruby,
21
+ section, summary, time, mark, audio, video {
22
+ margin: 0;
23
+ padding: 0;
24
+ border: 0;
25
+ font-size: 100%;
26
+ font: inherit;
27
+ vertical-align: baseline; }
28
+
29
+ article, aside, details, figcaption, figure,
30
+ footer, header, hgroup, menu, nav, section {
31
+ display: block; }
32
+
33
+ body {
34
+ line-height: 1; }
35
+
36
+ ol, ul {
37
+ list-style: none; }
38
+
39
+ blockquote, q {
40
+ quotes: none; }
41
+ blockquote:before, blockquote:after, q:before, q:after {
42
+ content: '';
43
+ content: none; }
44
+
45
+ table {
46
+ border-collapse: collapse;
47
+ border-spacing: 0; }
48
+
49
+ body {
50
+ -webkit-text-size-adjust: none; }
51
+
52
+ mark {
53
+ background-color: transparent;
54
+ color: inherit; }
55
+
56
+ input::-moz-focus-inner {
57
+ border: 0;
58
+ padding: 0; }
59
+
60
+ input, select, textarea {
61
+ -moz-appearance: none;
62
+ -webkit-appearance: none;
63
+ -ms-appearance: none;
64
+ appearance: none; }
65
+
66
+ /* Basic */
67
+ @-ms-viewport {
68
+ width: device-width; }
69
+
70
+ body {
71
+ -ms-overflow-style: scrollbar; }
72
+
73
+ @media screen and (max-width: 480px) {
74
+ html, body {
75
+ min-width: 320px; } }
76
+
77
+ html {
78
+ box-sizing: border-box; }
79
+
80
+ *, *:before, *:after {
81
+ box-sizing: inherit; }
82
+
83
+ body {
84
+ background: #ffffff; }
85
+ body.is-preload *, body.is-preload *:before, body.is-preload *:after, body.is-resizing *, body.is-resizing *:before, body.is-resizing *:after {
86
+ -moz-animation: none !important;
87
+ -webkit-animation: none !important;
88
+ -ms-animation: none !important;
89
+ animation: none !important;
90
+ -moz-transition: none !important;
91
+ -webkit-transition: none !important;
92
+ -ms-transition: none !important;
93
+ transition: none !important; }
94
+
95
+ /* Type */
96
+ body, input, select, textarea {
97
+ color: #7f888f;
98
+ font-family: "Open Sans", sans-serif;
99
+ font-size: 13pt;
100
+ font-weight: 400;
101
+ line-height: 1.65; }
102
+ @media screen and (max-width: 1680px) {
103
+ body, input, select, textarea {
104
+ font-size: 11pt; } }
105
+ @media screen and (max-width: 1280px) {
106
+ body, input, select, textarea {
107
+ font-size: 10pt; } }
108
+ @media screen and (max-width: 360px) {
109
+ body, input, select, textarea {
110
+ font-size: 9pt; } }
111
+
112
+ a {
113
+ -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
114
+ -webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
115
+ -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
116
+ transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
117
+ border-bottom: dotted 1px;
118
+ color: #f56a6a;
119
+ text-decoration: none; }
120
+ a:hover {
121
+ border-bottom-color: #f56a6a;
122
+ color: #f56a6a !important; }
123
+ a:hover strong {
124
+ color: inherit; }
125
+
126
+ strong, b {
127
+ color: #3d4449;
128
+ font-weight: 600; }
129
+
130
+ em, i {
131
+ font-style: italic; }
132
+
133
+ p {
134
+ margin: 0 0 2em 0; }
135
+
136
+ h1, h2, h3, h4, h5, h6 {
137
+ color: #3d4449;
138
+ font-family: "Roboto Slab", serif;
139
+ font-weight: 700;
140
+ line-height: 1.5;
141
+ margin: 0 0 1em 0; }
142
+ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
143
+ color: inherit;
144
+ text-decoration: none;
145
+ border-bottom: 0; }
146
+
147
+ h1 {
148
+ font-size: 4em;
149
+ margin: 0 0 0.5em 0;
150
+ line-height: 1.3; }
151
+
152
+ h2 {
153
+ font-size: 1.75em; }
154
+
155
+ h3 {
156
+ font-size: 1.25em; }
157
+
158
+ h4 {
159
+ font-size: 1.1em; }
160
+
161
+ h5 {
162
+ font-size: 0.9em; }
163
+
164
+ h6 {
165
+ font-size: 0.7em; }
166
+
167
+ @media screen and (max-width: 1680px) {
168
+ h1 {
169
+ font-size: 3.5em; } }
170
+
171
+ @media screen and (max-width: 980px) {
172
+ h1 {
173
+ font-size: 3.25em; } }
174
+
175
+ @media screen and (max-width: 736px) {
176
+ h1 {
177
+ font-size: 2em;
178
+ line-height: 1.4; }
179
+ h2 {
180
+ font-size: 1.5em; } }
181
+
182
+ sub {
183
+ font-size: 0.8em;
184
+ position: relative;
185
+ top: 0.5em; }
186
+
187
+ sup {
188
+ font-size: 0.8em;
189
+ position: relative;
190
+ top: -0.5em; }
191
+
192
+ blockquote {
193
+ border-left: solid 3px rgba(210, 215, 217, 0.75);
194
+ font-style: italic;
195
+ margin: 0 0 2em 0;
196
+ padding: 0.5em 0 0.5em 2em; }
197
+
198
+ code {
199
+ background: rgba(230, 235, 237, 0.25);
200
+ border-radius: 0.375em;
201
+ border: solid 1px rgba(210, 215, 217, 0.75);
202
+ font-family: "Courier New", monospace;
203
+ font-size: 0.9em;
204
+ margin: 0 0.25em;
205
+ padding: 0.25em 0.65em; }
206
+
207
+ pre {
208
+ -webkit-overflow-scrolling: touch;
209
+ font-family: "Courier New", monospace;
210
+ font-size: 0.9em;
211
+ margin: 0 0 2em 0; }
212
+ pre code {
213
+ display: block;
214
+ line-height: 1.75;
215
+ padding: 1em 1.5em;
216
+ overflow-x: auto; }
217
+
218
+ hr {
219
+ border: 0;
220
+ border-bottom: solid 1px rgba(210, 215, 217, 0.75);
221
+ margin: 2em 0; }
222
+ hr.major {
223
+ margin: 3em 0; }
224
+
225
+ .align-left {
226
+ text-align: left; }
227
+
228
+ .align-center {
229
+ text-align: center; }
230
+
231
+ .align-right {
232
+ text-align: right; }
233
+
234
+ /* Row */
235
+ .row {
236
+ display: flex;
237
+ flex-wrap: wrap;
238
+ box-sizing: border-box;
239
+ align-items: stretch; }
240
+ .row > * {
241
+ box-sizing: border-box; }
242
+ .row.gtr-uniform > * > :last-child {
243
+ margin-bottom: 0; }
244
+ .row.aln-left {
245
+ justify-content: flex-start; }
246
+ .row.aln-center {
247
+ justify-content: center; }
248
+ .row.aln-right {
249
+ justify-content: flex-end; }
250
+ .row.aln-top {
251
+ align-items: flex-start; }
252
+ .row.aln-middle {
253
+ align-items: center; }
254
+ .row.aln-bottom {
255
+ align-items: flex-end; }
256
+ .row > .imp {
257
+ order: -1; }
258
+ .row > .col-1 {
259
+ width: 8.33333%; }
260
+ .row > .off-1 {
261
+ margin-left: 8.33333%; }
262
+ .row > .col-2 {
263
+ width: 16.66667%; }
264
+ .row > .off-2 {
265
+ margin-left: 16.66667%; }
266
+ .row > .col-3 {
267
+ width: 25%; }
268
+ .row > .off-3 {
269
+ margin-left: 25%; }
270
+ .row > .col-4 {
271
+ width: 33.33333%; }
272
+ .row > .off-4 {
273
+ margin-left: 33.33333%; }
274
+ .row > .col-5 {
275
+ width: 41.66667%; }
276
+ .row > .off-5 {
277
+ margin-left: 41.66667%; }
278
+ .row > .col-6 {
279
+ width: 50%; }
280
+ .row > .off-6 {
281
+ margin-left: 50%; }
282
+ .row > .col-7 {
283
+ width: 58.33333%; }
284
+ .row > .off-7 {
285
+ margin-left: 58.33333%; }
286
+ .row > .col-8 {
287
+ width: 66.66667%; }
288
+ .row > .off-8 {
289
+ margin-left: 66.66667%; }
290
+ .row > .col-9 {
291
+ width: 75%; }
292
+ .row > .off-9 {
293
+ margin-left: 75%; }
294
+ .row > .col-10 {
295
+ width: 83.33333%; }
296
+ .row > .off-10 {
297
+ margin-left: 83.33333%; }
298
+ .row > .col-11 {
299
+ width: 91.66667%; }
300
+ .row > .off-11 {
301
+ margin-left: 91.66667%; }
302
+ .row > .col-12 {
303
+ width: 100%; }
304
+ .row > .off-12 {
305
+ margin-left: 100%; }
306
+ .row.gtr-0 {
307
+ margin-top: 0;
308
+ margin-left: 0em; }
309
+ .row.gtr-0 > * {
310
+ padding: 0 0 0 0em; }
311
+ .row.gtr-0.gtr-uniform {
312
+ margin-top: 0em; }
313
+ .row.gtr-0.gtr-uniform > * {
314
+ padding-top: 0em; }
315
+ .row.gtr-25 {
316
+ margin-top: 0;
317
+ margin-left: -0.375em; }
318
+ .row.gtr-25 > * {
319
+ padding: 0 0 0 0.375em; }
320
+ .row.gtr-25.gtr-uniform {
321
+ margin-top: -0.375em; }
322
+ .row.gtr-25.gtr-uniform > * {
323
+ padding-top: 0.375em; }
324
+ .row.gtr-50 {
325
+ margin-top: 0;
326
+ margin-left: -0.75em; }
327
+ .row.gtr-50 > * {
328
+ padding: 0 0 0 0.75em; }
329
+ .row.gtr-50.gtr-uniform {
330
+ margin-top: -0.75em; }
331
+ .row.gtr-50.gtr-uniform > * {
332
+ padding-top: 0.75em; }
333
+ .row {
334
+ margin-top: 0;
335
+ margin-left: -1.5em; }
336
+ .row > * {
337
+ padding: 0 0 0 1.5em; }
338
+ .row.gtr-uniform {
339
+ margin-top: -1.5em; }
340
+ .row.gtr-uniform > * {
341
+ padding-top: 1.5em; }
342
+ .row.gtr-150 {
343
+ margin-top: 0;
344
+ margin-left: -2.25em; }
345
+ .row.gtr-150 > * {
346
+ padding: 0 0 0 2.25em; }
347
+ .row.gtr-150.gtr-uniform {
348
+ margin-top: -2.25em; }
349
+ .row.gtr-150.gtr-uniform > * {
350
+ padding-top: 2.25em; }
351
+ .row.gtr-200 {
352
+ margin-top: 0;
353
+ margin-left: -3em; }
354
+ .row.gtr-200 > * {
355
+ padding: 0 0 0 3em; }
356
+ .row.gtr-200.gtr-uniform {
357
+ margin-top: -3em; }
358
+ .row.gtr-200.gtr-uniform > * {
359
+ padding-top: 3em; }
360
+ @media screen and (max-width: 1680px) {
361
+ .row {
362
+ display: flex;
363
+ flex-wrap: wrap;
364
+ box-sizing: border-box;
365
+ align-items: stretch; }
366
+ .row > * {
367
+ box-sizing: border-box; }
368
+ .row.gtr-uniform > * > :last-child {
369
+ margin-bottom: 0; }
370
+ .row.aln-left {
371
+ justify-content: flex-start; }
372
+ .row.aln-center {
373
+ justify-content: center; }
374
+ .row.aln-right {
375
+ justify-content: flex-end; }
376
+ .row.aln-top {
377
+ align-items: flex-start; }
378
+ .row.aln-middle {
379
+ align-items: center; }
380
+ .row.aln-bottom {
381
+ align-items: flex-end; }
382
+ .row > .imp-xlarge {
383
+ order: -1; }
384
+ .row > .col-1-xlarge {
385
+ width: 8.33333%; }
386
+ .row > .off-1-xlarge {
387
+ margin-left: 8.33333%; }
388
+ .row > .col-2-xlarge {
389
+ width: 16.66667%; }
390
+ .row > .off-2-xlarge {
391
+ margin-left: 16.66667%; }
392
+ .row > .col-3-xlarge {
393
+ width: 25%; }
394
+ .row > .off-3-xlarge {
395
+ margin-left: 25%; }
396
+ .row > .col-4-xlarge {
397
+ width: 33.33333%; }
398
+ .row > .off-4-xlarge {
399
+ margin-left: 33.33333%; }
400
+ .row > .col-5-xlarge {
401
+ width: 41.66667%; }
402
+ .row > .off-5-xlarge {
403
+ margin-left: 41.66667%; }
404
+ .row > .col-6-xlarge {
405
+ width: 50%; }
406
+ .row > .off-6-xlarge {
407
+ margin-left: 50%; }
408
+ .row > .col-7-xlarge {
409
+ width: 58.33333%; }
410
+ .row > .off-7-xlarge {
411
+ margin-left: 58.33333%; }
412
+ .row > .col-8-xlarge {
413
+ width: 66.66667%; }
414
+ .row > .off-8-xlarge {
415
+ margin-left: 66.66667%; }
416
+ .row > .col-9-xlarge {
417
+ width: 75%; }
418
+ .row > .off-9-xlarge {
419
+ margin-left: 75%; }
420
+ .row > .col-10-xlarge {
421
+ width: 83.33333%; }
422
+ .row > .off-10-xlarge {
423
+ margin-left: 83.33333%; }
424
+ .row > .col-11-xlarge {
425
+ width: 91.66667%; }
426
+ .row > .off-11-xlarge {
427
+ margin-left: 91.66667%; }
428
+ .row > .col-12-xlarge {
429
+ width: 100%; }
430
+ .row > .off-12-xlarge {
431
+ margin-left: 100%; }
432
+ .row.gtr-0 {
433
+ margin-top: 0;
434
+ margin-left: 0em; }
435
+ .row.gtr-0 > * {
436
+ padding: 0 0 0 0em; }
437
+ .row.gtr-0.gtr-uniform {
438
+ margin-top: 0em; }
439
+ .row.gtr-0.gtr-uniform > * {
440
+ padding-top: 0em; }
441
+ .row.gtr-25 {
442
+ margin-top: 0;
443
+ margin-left: -0.375em; }
444
+ .row.gtr-25 > * {
445
+ padding: 0 0 0 0.375em; }
446
+ .row.gtr-25.gtr-uniform {
447
+ margin-top: -0.375em; }
448
+ .row.gtr-25.gtr-uniform > * {
449
+ padding-top: 0.375em; }
450
+ .row.gtr-50 {
451
+ margin-top: 0;
452
+ margin-left: -0.75em; }
453
+ .row.gtr-50 > * {
454
+ padding: 0 0 0 0.75em; }
455
+ .row.gtr-50.gtr-uniform {
456
+ margin-top: -0.75em; }
457
+ .row.gtr-50.gtr-uniform > * {
458
+ padding-top: 0.75em; }
459
+ .row {
460
+ margin-top: 0;
461
+ margin-left: -1.5em; }
462
+ .row > * {
463
+ padding: 0 0 0 1.5em; }
464
+ .row.gtr-uniform {
465
+ margin-top: -1.5em; }
466
+ .row.gtr-uniform > * {
467
+ padding-top: 1.5em; }
468
+ .row.gtr-150 {
469
+ margin-top: 0;
470
+ margin-left: -2.25em; }
471
+ .row.gtr-150 > * {
472
+ padding: 0 0 0 2.25em; }
473
+ .row.gtr-150.gtr-uniform {
474
+ margin-top: -2.25em; }
475
+ .row.gtr-150.gtr-uniform > * {
476
+ padding-top: 2.25em; }
477
+ .row.gtr-200 {
478
+ margin-top: 0;
479
+ margin-left: -3em; }
480
+ .row.gtr-200 > * {
481
+ padding: 0 0 0 3em; }
482
+ .row.gtr-200.gtr-uniform {
483
+ margin-top: -3em; }
484
+ .row.gtr-200.gtr-uniform > * {
485
+ padding-top: 3em; } }
486
+ @media screen and (max-width: 1280px) {
487
+ .row {
488
+ display: flex;
489
+ flex-wrap: wrap;
490
+ box-sizing: border-box;
491
+ align-items: stretch; }
492
+ .row > * {
493
+ box-sizing: border-box; }
494
+ .row.gtr-uniform > * > :last-child {
495
+ margin-bottom: 0; }
496
+ .row.aln-left {
497
+ justify-content: flex-start; }
498
+ .row.aln-center {
499
+ justify-content: center; }
500
+ .row.aln-right {
501
+ justify-content: flex-end; }
502
+ .row.aln-top {
503
+ align-items: flex-start; }
504
+ .row.aln-middle {
505
+ align-items: center; }
506
+ .row.aln-bottom {
507
+ align-items: flex-end; }
508
+ .row > .imp-large {
509
+ order: -1; }
510
+ .row > .col-1-large {
511
+ width: 8.33333%; }
512
+ .row > .off-1-large {
513
+ margin-left: 8.33333%; }
514
+ .row > .col-2-large {
515
+ width: 16.66667%; }
516
+ .row > .off-2-large {
517
+ margin-left: 16.66667%; }
518
+ .row > .col-3-large {
519
+ width: 25%; }
520
+ .row > .off-3-large {
521
+ margin-left: 25%; }
522
+ .row > .col-4-large {
523
+ width: 33.33333%; }
524
+ .row > .off-4-large {
525
+ margin-left: 33.33333%; }
526
+ .row > .col-5-large {
527
+ width: 41.66667%; }
528
+ .row > .off-5-large {
529
+ margin-left: 41.66667%; }
530
+ .row > .col-6-large {
531
+ width: 50%; }
532
+ .row > .off-6-large {
533
+ margin-left: 50%; }
534
+ .row > .col-7-large {
535
+ width: 58.33333%; }
536
+ .row > .off-7-large {
537
+ margin-left: 58.33333%; }
538
+ .row > .col-8-large {
539
+ width: 66.66667%; }
540
+ .row > .off-8-large {
541
+ margin-left: 66.66667%; }
542
+ .row > .col-9-large {
543
+ width: 75%; }
544
+ .row > .off-9-large {
545
+ margin-left: 75%; }
546
+ .row > .col-10-large {
547
+ width: 83.33333%; }
548
+ .row > .off-10-large {
549
+ margin-left: 83.33333%; }
550
+ .row > .col-11-large {
551
+ width: 91.66667%; }
552
+ .row > .off-11-large {
553
+ margin-left: 91.66667%; }
554
+ .row > .col-12-large {
555
+ width: 100%; }
556
+ .row > .off-12-large {
557
+ margin-left: 100%; }
558
+ .row.gtr-0 {
559
+ margin-top: 0;
560
+ margin-left: 0em; }
561
+ .row.gtr-0 > * {
562
+ padding: 0 0 0 0em; }
563
+ .row.gtr-0.gtr-uniform {
564
+ margin-top: 0em; }
565
+ .row.gtr-0.gtr-uniform > * {
566
+ padding-top: 0em; }
567
+ .row.gtr-25 {
568
+ margin-top: 0;
569
+ margin-left: -0.375em; }
570
+ .row.gtr-25 > * {
571
+ padding: 0 0 0 0.375em; }
572
+ .row.gtr-25.gtr-uniform {
573
+ margin-top: -0.375em; }
574
+ .row.gtr-25.gtr-uniform > * {
575
+ padding-top: 0.375em; }
576
+ .row.gtr-50 {
577
+ margin-top: 0;
578
+ margin-left: -0.75em; }
579
+ .row.gtr-50 > * {
580
+ padding: 0 0 0 0.75em; }
581
+ .row.gtr-50.gtr-uniform {
582
+ margin-top: -0.75em; }
583
+ .row.gtr-50.gtr-uniform > * {
584
+ padding-top: 0.75em; }
585
+ .row {
586
+ margin-top: 0;
587
+ margin-left: -1.5em; }
588
+ .row > * {
589
+ padding: 0 0 0 1.5em; }
590
+ .row.gtr-uniform {
591
+ margin-top: -1.5em; }
592
+ .row.gtr-uniform > * {
593
+ padding-top: 1.5em; }
594
+ .row.gtr-150 {
595
+ margin-top: 0;
596
+ margin-left: -2.25em; }
597
+ .row.gtr-150 > * {
598
+ padding: 0 0 0 2.25em; }
599
+ .row.gtr-150.gtr-uniform {
600
+ margin-top: -2.25em; }
601
+ .row.gtr-150.gtr-uniform > * {
602
+ padding-top: 2.25em; }
603
+ .row.gtr-200 {
604
+ margin-top: 0;
605
+ margin-left: -3em; }
606
+ .row.gtr-200 > * {
607
+ padding: 0 0 0 3em; }
608
+ .row.gtr-200.gtr-uniform {
609
+ margin-top: -3em; }
610
+ .row.gtr-200.gtr-uniform > * {
611
+ padding-top: 3em; } }
612
+ @media screen and (max-width: 980px) {
613
+ .row {
614
+ display: flex;
615
+ flex-wrap: wrap;
616
+ box-sizing: border-box;
617
+ align-items: stretch; }
618
+ .row > * {
619
+ box-sizing: border-box; }
620
+ .row.gtr-uniform > * > :last-child {
621
+ margin-bottom: 0; }
622
+ .row.aln-left {
623
+ justify-content: flex-start; }
624
+ .row.aln-center {
625
+ justify-content: center; }
626
+ .row.aln-right {
627
+ justify-content: flex-end; }
628
+ .row.aln-top {
629
+ align-items: flex-start; }
630
+ .row.aln-middle {
631
+ align-items: center; }
632
+ .row.aln-bottom {
633
+ align-items: flex-end; }
634
+ .row > .imp-medium {
635
+ order: -1; }
636
+ .row > .col-1-medium {
637
+ width: 8.33333%; }
638
+ .row > .off-1-medium {
639
+ margin-left: 8.33333%; }
640
+ .row > .col-2-medium {
641
+ width: 16.66667%; }
642
+ .row > .off-2-medium {
643
+ margin-left: 16.66667%; }
644
+ .row > .col-3-medium {
645
+ width: 25%; }
646
+ .row > .off-3-medium {
647
+ margin-left: 25%; }
648
+ .row > .col-4-medium {
649
+ width: 33.33333%; }
650
+ .row > .off-4-medium {
651
+ margin-left: 33.33333%; }
652
+ .row > .col-5-medium {
653
+ width: 41.66667%; }
654
+ .row > .off-5-medium {
655
+ margin-left: 41.66667%; }
656
+ .row > .col-6-medium {
657
+ width: 50%; }
658
+ .row > .off-6-medium {
659
+ margin-left: 50%; }
660
+ .row > .col-7-medium {
661
+ width: 58.33333%; }
662
+ .row > .off-7-medium {
663
+ margin-left: 58.33333%; }
664
+ .row > .col-8-medium {
665
+ width: 66.66667%; }
666
+ .row > .off-8-medium {
667
+ margin-left: 66.66667%; }
668
+ .row > .col-9-medium {
669
+ width: 75%; }
670
+ .row > .off-9-medium {
671
+ margin-left: 75%; }
672
+ .row > .col-10-medium {
673
+ width: 83.33333%; }
674
+ .row > .off-10-medium {
675
+ margin-left: 83.33333%; }
676
+ .row > .col-11-medium {
677
+ width: 91.66667%; }
678
+ .row > .off-11-medium {
679
+ margin-left: 91.66667%; }
680
+ .row > .col-12-medium {
681
+ width: 100%; }
682
+ .row > .off-12-medium {
683
+ margin-left: 100%; }
684
+ .row.gtr-0 {
685
+ margin-top: 0;
686
+ margin-left: 0em; }
687
+ .row.gtr-0 > * {
688
+ padding: 0 0 0 0em; }
689
+ .row.gtr-0.gtr-uniform {
690
+ margin-top: 0em; }
691
+ .row.gtr-0.gtr-uniform > * {
692
+ padding-top: 0em; }
693
+ .row.gtr-25 {
694
+ margin-top: 0;
695
+ margin-left: -0.375em; }
696
+ .row.gtr-25 > * {
697
+ padding: 0 0 0 0.375em; }
698
+ .row.gtr-25.gtr-uniform {
699
+ margin-top: -0.375em; }
700
+ .row.gtr-25.gtr-uniform > * {
701
+ padding-top: 0.375em; }
702
+ .row.gtr-50 {
703
+ margin-top: 0;
704
+ margin-left: -0.75em; }
705
+ .row.gtr-50 > * {
706
+ padding: 0 0 0 0.75em; }
707
+ .row.gtr-50.gtr-uniform {
708
+ margin-top: -0.75em; }
709
+ .row.gtr-50.gtr-uniform > * {
710
+ padding-top: 0.75em; }
711
+ .row {
712
+ margin-top: 0;
713
+ margin-left: -1.5em; }
714
+ .row > * {
715
+ padding: 0 0 0 1.5em; }
716
+ .row.gtr-uniform {
717
+ margin-top: -1.5em; }
718
+ .row.gtr-uniform > * {
719
+ padding-top: 1.5em; }
720
+ .row.gtr-150 {
721
+ margin-top: 0;
722
+ margin-left: -2.25em; }
723
+ .row.gtr-150 > * {
724
+ padding: 0 0 0 2.25em; }
725
+ .row.gtr-150.gtr-uniform {
726
+ margin-top: -2.25em; }
727
+ .row.gtr-150.gtr-uniform > * {
728
+ padding-top: 2.25em; }
729
+ .row.gtr-200 {
730
+ margin-top: 0;
731
+ margin-left: -3em; }
732
+ .row.gtr-200 > * {
733
+ padding: 0 0 0 3em; }
734
+ .row.gtr-200.gtr-uniform {
735
+ margin-top: -3em; }
736
+ .row.gtr-200.gtr-uniform > * {
737
+ padding-top: 3em; } }
738
+ @media screen and (max-width: 736px) {
739
+ .row {
740
+ display: flex;
741
+ flex-wrap: wrap;
742
+ box-sizing: border-box;
743
+ align-items: stretch; }
744
+ .row > * {
745
+ box-sizing: border-box; }
746
+ .row.gtr-uniform > * > :last-child {
747
+ margin-bottom: 0; }
748
+ .row.aln-left {
749
+ justify-content: flex-start; }
750
+ .row.aln-center {
751
+ justify-content: center; }
752
+ .row.aln-right {
753
+ justify-content: flex-end; }
754
+ .row.aln-top {
755
+ align-items: flex-start; }
756
+ .row.aln-middle {
757
+ align-items: center; }
758
+ .row.aln-bottom {
759
+ align-items: flex-end; }
760
+ .row > .imp-small {
761
+ order: -1; }
762
+ .row > .col-1-small {
763
+ width: 8.33333%; }
764
+ .row > .off-1-small {
765
+ margin-left: 8.33333%; }
766
+ .row > .col-2-small {
767
+ width: 16.66667%; }
768
+ .row > .off-2-small {
769
+ margin-left: 16.66667%; }
770
+ .row > .col-3-small {
771
+ width: 25%; }
772
+ .row > .off-3-small {
773
+ margin-left: 25%; }
774
+ .row > .col-4-small {
775
+ width: 33.33333%; }
776
+ .row > .off-4-small {
777
+ margin-left: 33.33333%; }
778
+ .row > .col-5-small {
779
+ width: 41.66667%; }
780
+ .row > .off-5-small {
781
+ margin-left: 41.66667%; }
782
+ .row > .col-6-small {
783
+ width: 50%; }
784
+ .row > .off-6-small {
785
+ margin-left: 50%; }
786
+ .row > .col-7-small {
787
+ width: 58.33333%; }
788
+ .row > .off-7-small {
789
+ margin-left: 58.33333%; }
790
+ .row > .col-8-small {
791
+ width: 66.66667%; }
792
+ .row > .off-8-small {
793
+ margin-left: 66.66667%; }
794
+ .row > .col-9-small {
795
+ width: 75%; }
796
+ .row > .off-9-small {
797
+ margin-left: 75%; }
798
+ .row > .col-10-small {
799
+ width: 83.33333%; }
800
+ .row > .off-10-small {
801
+ margin-left: 83.33333%; }
802
+ .row > .col-11-small {
803
+ width: 91.66667%; }
804
+ .row > .off-11-small {
805
+ margin-left: 91.66667%; }
806
+ .row > .col-12-small {
807
+ width: 100%; }
808
+ .row > .off-12-small {
809
+ margin-left: 100%; }
810
+ .row.gtr-0 {
811
+ margin-top: 0;
812
+ margin-left: 0em; }
813
+ .row.gtr-0 > * {
814
+ padding: 0 0 0 0em; }
815
+ .row.gtr-0.gtr-uniform {
816
+ margin-top: 0em; }
817
+ .row.gtr-0.gtr-uniform > * {
818
+ padding-top: 0em; }
819
+ .row.gtr-25 {
820
+ margin-top: 0;
821
+ margin-left: -0.375em; }
822
+ .row.gtr-25 > * {
823
+ padding: 0 0 0 0.375em; }
824
+ .row.gtr-25.gtr-uniform {
825
+ margin-top: -0.375em; }
826
+ .row.gtr-25.gtr-uniform > * {
827
+ padding-top: 0.375em; }
828
+ .row.gtr-50 {
829
+ margin-top: 0;
830
+ margin-left: -0.75em; }
831
+ .row.gtr-50 > * {
832
+ padding: 0 0 0 0.75em; }
833
+ .row.gtr-50.gtr-uniform {
834
+ margin-top: -0.75em; }
835
+ .row.gtr-50.gtr-uniform > * {
836
+ padding-top: 0.75em; }
837
+ .row {
838
+ margin-top: 0;
839
+ margin-left: -1.5em; }
840
+ .row > * {
841
+ padding: 0 0 0 1.5em; }
842
+ .row.gtr-uniform {
843
+ margin-top: -1.5em; }
844
+ .row.gtr-uniform > * {
845
+ padding-top: 1.5em; }
846
+ .row.gtr-150 {
847
+ margin-top: 0;
848
+ margin-left: -2.25em; }
849
+ .row.gtr-150 > * {
850
+ padding: 0 0 0 2.25em; }
851
+ .row.gtr-150.gtr-uniform {
852
+ margin-top: -2.25em; }
853
+ .row.gtr-150.gtr-uniform > * {
854
+ padding-top: 2.25em; }
855
+ .row.gtr-200 {
856
+ margin-top: 0;
857
+ margin-left: -3em; }
858
+ .row.gtr-200 > * {
859
+ padding: 0 0 0 3em; }
860
+ .row.gtr-200.gtr-uniform {
861
+ margin-top: -3em; }
862
+ .row.gtr-200.gtr-uniform > * {
863
+ padding-top: 3em; } }
864
+ @media screen and (max-width: 480px) {
865
+ .row {
866
+ display: flex;
867
+ flex-wrap: wrap;
868
+ box-sizing: border-box;
869
+ align-items: stretch; }
870
+ .row > * {
871
+ box-sizing: border-box; }
872
+ .row.gtr-uniform > * > :last-child {
873
+ margin-bottom: 0; }
874
+ .row.aln-left {
875
+ justify-content: flex-start; }
876
+ .row.aln-center {
877
+ justify-content: center; }
878
+ .row.aln-right {
879
+ justify-content: flex-end; }
880
+ .row.aln-top {
881
+ align-items: flex-start; }
882
+ .row.aln-middle {
883
+ align-items: center; }
884
+ .row.aln-bottom {
885
+ align-items: flex-end; }
886
+ .row > .imp-xsmall {
887
+ order: -1; }
888
+ .row > .col-1-xsmall {
889
+ width: 8.33333%; }
890
+ .row > .off-1-xsmall {
891
+ margin-left: 8.33333%; }
892
+ .row > .col-2-xsmall {
893
+ width: 16.66667%; }
894
+ .row > .off-2-xsmall {
895
+ margin-left: 16.66667%; }
896
+ .row > .col-3-xsmall {
897
+ width: 25%; }
898
+ .row > .off-3-xsmall {
899
+ margin-left: 25%; }
900
+ .row > .col-4-xsmall {
901
+ width: 33.33333%; }
902
+ .row > .off-4-xsmall {
903
+ margin-left: 33.33333%; }
904
+ .row > .col-5-xsmall {
905
+ width: 41.66667%; }
906
+ .row > .off-5-xsmall {
907
+ margin-left: 41.66667%; }
908
+ .row > .col-6-xsmall {
909
+ width: 50%; }
910
+ .row > .off-6-xsmall {
911
+ margin-left: 50%; }
912
+ .row > .col-7-xsmall {
913
+ width: 58.33333%; }
914
+ .row > .off-7-xsmall {
915
+ margin-left: 58.33333%; }
916
+ .row > .col-8-xsmall {
917
+ width: 66.66667%; }
918
+ .row > .off-8-xsmall {
919
+ margin-left: 66.66667%; }
920
+ .row > .col-9-xsmall {
921
+ width: 75%; }
922
+ .row > .off-9-xsmall {
923
+ margin-left: 75%; }
924
+ .row > .col-10-xsmall {
925
+ width: 83.33333%; }
926
+ .row > .off-10-xsmall {
927
+ margin-left: 83.33333%; }
928
+ .row > .col-11-xsmall {
929
+ width: 91.66667%; }
930
+ .row > .off-11-xsmall {
931
+ margin-left: 91.66667%; }
932
+ .row > .col-12-xsmall {
933
+ width: 100%; }
934
+ .row > .off-12-xsmall {
935
+ margin-left: 100%; }
936
+ .row.gtr-0 {
937
+ margin-top: 0;
938
+ margin-left: 0em; }
939
+ .row.gtr-0 > * {
940
+ padding: 0 0 0 0em; }
941
+ .row.gtr-0.gtr-uniform {
942
+ margin-top: 0em; }
943
+ .row.gtr-0.gtr-uniform > * {
944
+ padding-top: 0em; }
945
+ .row.gtr-25 {
946
+ margin-top: 0;
947
+ margin-left: -0.375em; }
948
+ .row.gtr-25 > * {
949
+ padding: 0 0 0 0.375em; }
950
+ .row.gtr-25.gtr-uniform {
951
+ margin-top: -0.375em; }
952
+ .row.gtr-25.gtr-uniform > * {
953
+ padding-top: 0.375em; }
954
+ .row.gtr-50 {
955
+ margin-top: 0;
956
+ margin-left: -0.75em; }
957
+ .row.gtr-50 > * {
958
+ padding: 0 0 0 0.75em; }
959
+ .row.gtr-50.gtr-uniform {
960
+ margin-top: -0.75em; }
961
+ .row.gtr-50.gtr-uniform > * {
962
+ padding-top: 0.75em; }
963
+ .row {
964
+ margin-top: 0;
965
+ margin-left: -1.5em; }
966
+ .row > * {
967
+ padding: 0 0 0 1.5em; }
968
+ .row.gtr-uniform {
969
+ margin-top: -1.5em; }
970
+ .row.gtr-uniform > * {
971
+ padding-top: 1.5em; }
972
+ .row.gtr-150 {
973
+ margin-top: 0;
974
+ margin-left: -2.25em; }
975
+ .row.gtr-150 > * {
976
+ padding: 0 0 0 2.25em; }
977
+ .row.gtr-150.gtr-uniform {
978
+ margin-top: -2.25em; }
979
+ .row.gtr-150.gtr-uniform > * {
980
+ padding-top: 2.25em; }
981
+ .row.gtr-200 {
982
+ margin-top: 0;
983
+ margin-left: -3em; }
984
+ .row.gtr-200 > * {
985
+ padding: 0 0 0 3em; }
986
+ .row.gtr-200.gtr-uniform {
987
+ margin-top: -3em; }
988
+ .row.gtr-200.gtr-uniform > * {
989
+ padding-top: 3em; } }
990
+
991
+ /* Section/Article */
992
+ section.special, article.special {
993
+ text-align: center; }
994
+
995
+ header p {
996
+ font-family: "Roboto Slab", serif;
997
+ font-size: 1em;
998
+ font-weight: 400;
999
+ letter-spacing: 0.075em;
1000
+ margin-top: -0.5em;
1001
+ text-transform: uppercase; }
1002
+
1003
+ header.major > :last-child {
1004
+ border-bottom: solid 3px #f56a6a;
1005
+ display: inline-block;
1006
+ margin: 0 0 2em 0;
1007
+ padding: 0 0.75em 0.5em 0; }
1008
+
1009
+ header.main > :last-child {
1010
+ margin: 0 0 1em 0; }
1011
+
1012
+ /* Form */
1013
+ form {
1014
+ margin: 0 0 2em 0; }
1015
+
1016
+ label {
1017
+ color: #3d4449;
1018
+ display: block;
1019
+ font-size: 0.9em;
1020
+ font-weight: 600;
1021
+ margin: 0 0 1em 0; }
1022
+
1023
+ input[type="text"],
1024
+ input[type="password"],
1025
+ input[type="email"],
1026
+ input[type="tel"],
1027
+ input[type="search"],
1028
+ input[type="url"],
1029
+ select,
1030
+ textarea {
1031
+ -moz-appearance: none;
1032
+ -webkit-appearance: none;
1033
+ -ms-appearance: none;
1034
+ appearance: none;
1035
+ background: #ffffff;
1036
+ border-radius: 0.375em;
1037
+ border: none;
1038
+ border: solid 1px rgba(210, 215, 217, 0.75);
1039
+ color: inherit;
1040
+ display: block;
1041
+ outline: 0;
1042
+ padding: 0 1em;
1043
+ text-decoration: none;
1044
+ width: 100%; }
1045
+ input[type="text"]:invalid,
1046
+ input[type="password"]:invalid,
1047
+ input[type="email"]:invalid,
1048
+ input[type="tel"]:invalid,
1049
+ input[type="search"]:invalid,
1050
+ input[type="url"]:invalid,
1051
+ select:invalid,
1052
+ textarea:invalid {
1053
+ box-shadow: none; }
1054
+ input[type="text"]:focus,
1055
+ input[type="password"]:focus,
1056
+ input[type="email"]:focus,
1057
+ input[type="tel"]:focus,
1058
+ input[type="search"]:focus,
1059
+ input[type="url"]:focus,
1060
+ select:focus,
1061
+ textarea:focus {
1062
+ border-color: #f56a6a;
1063
+ box-shadow: 0 0 0 1px #f56a6a; }
1064
+
1065
+ select {
1066
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(210, 215, 217, 0.75)' /%3E%3C/svg%3E");
1067
+ background-size: 1.25em;
1068
+ background-repeat: no-repeat;
1069
+ background-position: calc(100% - 1em) center;
1070
+ height: 2.75em;
1071
+ padding-right: 2.75em;
1072
+ text-overflow: ellipsis; }
1073
+ select option {
1074
+ color: #3d4449;
1075
+ background: #ffffff; }
1076
+ select:focus::-ms-value {
1077
+ background-color: transparent; }
1078
+ select::-ms-expand {
1079
+ display: none; }
1080
+
1081
+ input[type="text"],
1082
+ input[type="password"],
1083
+ input[type="email"],
1084
+ input[type="tel"],
1085
+ input[type="search"],
1086
+ input[type="url"],
1087
+ select {
1088
+ height: 2.75em; }
1089
+
1090
+ textarea {
1091
+ padding: 0.75em 1em; }
1092
+
1093
+ input[type="checkbox"],
1094
+ input[type="radio"] {
1095
+ -moz-appearance: none;
1096
+ -webkit-appearance: none;
1097
+ -ms-appearance: none;
1098
+ appearance: none;
1099
+ display: block;
1100
+ float: left;
1101
+ margin-right: -2em;
1102
+ opacity: 0;
1103
+ width: 1em;
1104
+ z-index: -1; }
1105
+ input[type="checkbox"] + label,
1106
+ input[type="radio"] + label {
1107
+ text-decoration: none;
1108
+ color: #7f888f;
1109
+ cursor: pointer;
1110
+ display: inline-block;
1111
+ font-size: 1em;
1112
+ font-weight: 400;
1113
+ padding-left: 2.4em;
1114
+ padding-right: 0.75em;
1115
+ position: relative; }
1116
+ input[type="checkbox"] + label:before,
1117
+ input[type="radio"] + label:before {
1118
+ -moz-osx-font-smoothing: grayscale;
1119
+ -webkit-font-smoothing: antialiased;
1120
+ display: inline-block;
1121
+ font-style: normal;
1122
+ font-variant: normal;
1123
+ text-rendering: auto;
1124
+ line-height: 1;
1125
+ text-transform: none !important;
1126
+ font-family: 'Font Awesome 5 Free';
1127
+ font-weight: 900; }
1128
+ input[type="checkbox"] + label:before,
1129
+ input[type="radio"] + label:before {
1130
+ background: #ffffff;
1131
+ border-radius: 0.375em;
1132
+ border: solid 1px rgba(210, 215, 217, 0.75);
1133
+ content: '';
1134
+ display: inline-block;
1135
+ font-size: 0.8em;
1136
+ height: 2.0625em;
1137
+ left: 0;
1138
+ line-height: 2.0625em;
1139
+ position: absolute;
1140
+ text-align: center;
1141
+ top: 0;
1142
+ width: 2.0625em; }
1143
+ input[type="checkbox"]:checked + label:before,
1144
+ input[type="radio"]:checked + label:before {
1145
+ background: #3d4449;
1146
+ border-color: #3d4449;
1147
+ color: #ffffff;
1148
+ content: '\f00c'; }
1149
+ input[type="checkbox"]:focus + label:before,
1150
+ input[type="radio"]:focus + label:before {
1151
+ border-color: #f56a6a;
1152
+ box-shadow: 0 0 0 1px #f56a6a; }
1153
+
1154
+ input[type="checkbox"] + label:before {
1155
+ border-radius: 0.375em; }
1156
+
1157
+ input[type="radio"] + label:before {
1158
+ border-radius: 100%; }
1159
+
1160
+ ::-webkit-input-placeholder {
1161
+ color: #9fa3a6 !important;
1162
+ opacity: 1.0; }
1163
+
1164
+ :-moz-placeholder {
1165
+ color: #9fa3a6 !important;
1166
+ opacity: 1.0; }
1167
+
1168
+ ::-moz-placeholder {
1169
+ color: #9fa3a6 !important;
1170
+ opacity: 1.0; }
1171
+
1172
+ :-ms-input-placeholder {
1173
+ color: #9fa3a6 !important;
1174
+ opacity: 1.0; }
1175
+
1176
+ /* Box */
1177
+ .box {
1178
+ border-radius: 0.375em;
1179
+ border: solid 1px rgba(210, 215, 217, 0.75);
1180
+ margin-bottom: 2em;
1181
+ padding: 1.5em; }
1182
+ .box > :last-child,
1183
+ .box > :last-child > :last-child,
1184
+ .box > :last-child > :last-child > :last-child {
1185
+ margin-bottom: 0; }
1186
+ .box.alt {
1187
+ border: 0;
1188
+ border-radius: 0;
1189
+ padding: 0; }
1190
+
1191
+ /* Icon */
1192
+ .icon {
1193
+ text-decoration: none;
1194
+ border-bottom: none;
1195
+ position: relative; }
1196
+ .icon:before {
1197
+ -moz-osx-font-smoothing: grayscale;
1198
+ -webkit-font-smoothing: antialiased;
1199
+ display: inline-block;
1200
+ font-style: normal;
1201
+ font-variant: normal;
1202
+ text-rendering: auto;
1203
+ line-height: 1;
1204
+ text-transform: none !important;
1205
+ font-family: 'Font Awesome 5 Free';
1206
+ font-weight: 400; }
1207
+ .icon > .label {
1208
+ display: none; }
1209
+ .icon:before {
1210
+ line-height: inherit; }
1211
+ .icon.solid:before {
1212
+ font-weight: 900; }
1213
+ .icon.brands:before {
1214
+ font-family: 'Font Awesome 5 Brands'; }
1215
+
1216
+ /* Image */
1217
+ .image {
1218
+ border-radius: 0.375em;
1219
+ border: 0;
1220
+ display: inline-block;
1221
+ position: relative; }
1222
+ .image img {
1223
+ border-radius: 0.375em;
1224
+ display: block; }
1225
+ .image.left, .image.right {
1226
+ max-width: 40%; }
1227
+ .image.left img, .image.right img {
1228
+ width: 100%; }
1229
+ .image.left {
1230
+ float: left;
1231
+ padding: 0 1.5em 1em 0;
1232
+ top: 0.25em; }
1233
+ .image.right {
1234
+ float: right;
1235
+ padding: 0 0 1em 1.5em;
1236
+ top: 0.25em; }
1237
+ .image.fit {
1238
+ display: block;
1239
+ margin: 0 0 2em 0;
1240
+ width: 100%; }
1241
+ .image.fit img {
1242
+ width: 100%; }
1243
+ .image.main {
1244
+ display: block;
1245
+ margin: 0 0 3em 0;
1246
+ width: 100%; }
1247
+ .image.main img {
1248
+ width: 100%; }
1249
+
1250
+ a.image {
1251
+ overflow: hidden; }
1252
+ a.image img {
1253
+ -moz-transition: -moz-transform 0.2s ease;
1254
+ -webkit-transition: -webkit-transform 0.2s ease;
1255
+ -ms-transition: -ms-transform 0.2s ease;
1256
+ transition: transform 0.2s ease; }
1257
+ a.image:hover img {
1258
+ -moz-transform: scale(1.075);
1259
+ -webkit-transform: scale(1.075);
1260
+ -ms-transform: scale(1.075);
1261
+ transform: scale(1.075); }
1262
+
1263
+ /* List */
1264
+ ol {
1265
+ list-style: decimal;
1266
+ margin: 0 0 2em 0;
1267
+ padding-left: 1.25em; }
1268
+ ol li {
1269
+ padding-left: 0.25em; }
1270
+
1271
+ ul {
1272
+ list-style: disc;
1273
+ margin: 0 0 2em 0;
1274
+ padding-left: 1em; }
1275
+ ul li {
1276
+ padding-left: 0.5em; }
1277
+ ul.alt {
1278
+ list-style: none;
1279
+ padding-left: 0; }
1280
+ ul.alt li {
1281
+ border-top: solid 1px rgba(210, 215, 217, 0.75);
1282
+ padding: 0.5em 0; }
1283
+ ul.alt li:first-child {
1284
+ border-top: 0;
1285
+ padding-top: 0; }
1286
+
1287
+ dl {
1288
+ margin: 0 0 2em 0; }
1289
+ dl dt {
1290
+ display: block;
1291
+ font-weight: 600;
1292
+ margin: 0 0 1em 0; }
1293
+ dl dd {
1294
+ margin-left: 2em; }
1295
+
1296
+ /* Actions */
1297
+ ul.actions {
1298
+ display: -moz-flex;
1299
+ display: -webkit-flex;
1300
+ display: -ms-flex;
1301
+ display: flex;
1302
+ cursor: default;
1303
+ list-style: none;
1304
+ margin-left: -1em;
1305
+ padding-left: 0; }
1306
+ ul.actions li {
1307
+ padding: 0 0 0 1em;
1308
+ vertical-align: middle; }
1309
+ ul.actions.special {
1310
+ -moz-justify-content: center;
1311
+ -webkit-justify-content: center;
1312
+ -ms-justify-content: center;
1313
+ justify-content: center;
1314
+ width: 100%;
1315
+ margin-left: 0; }
1316
+ ul.actions.special li:first-child {
1317
+ padding-left: 0; }
1318
+ ul.actions.stacked {
1319
+ -moz-flex-direction: column;
1320
+ -webkit-flex-direction: column;
1321
+ -ms-flex-direction: column;
1322
+ flex-direction: column;
1323
+ margin-left: 0; }
1324
+ ul.actions.stacked li {
1325
+ padding: 1.3em 0 0 0; }
1326
+ ul.actions.stacked li:first-child {
1327
+ padding-top: 0; }
1328
+ ul.actions.fit {
1329
+ width: calc(100% + 1em); }
1330
+ ul.actions.fit li {
1331
+ -moz-flex-grow: 1;
1332
+ -webkit-flex-grow: 1;
1333
+ -ms-flex-grow: 1;
1334
+ flex-grow: 1;
1335
+ -moz-flex-shrink: 1;
1336
+ -webkit-flex-shrink: 1;
1337
+ -ms-flex-shrink: 1;
1338
+ flex-shrink: 1;
1339
+ width: 100%; }
1340
+ ul.actions.fit li > * {
1341
+ width: 100%; }
1342
+ ul.actions.fit.stacked {
1343
+ width: 100%; }
1344
+
1345
+ /* Icons */
1346
+ ul.icons {
1347
+ cursor: default;
1348
+ list-style: none;
1349
+ padding-left: 0; }
1350
+ ul.icons li {
1351
+ display: inline-block;
1352
+ padding: 0 1em 0 0; }
1353
+ ul.icons li:last-child {
1354
+ padding-right: 0; }
1355
+ ul.icons li .icon {
1356
+ color: inherit; }
1357
+ ul.icons li .icon:before {
1358
+ font-size: 1.25em; }
1359
+
1360
+ /* Contact */
1361
+ ul.contact {
1362
+ list-style: none;
1363
+ padding: 0; }
1364
+ ul.contact li {
1365
+ text-decoration: none;
1366
+ border-top: solid 1px rgba(210, 215, 217, 0.75);
1367
+ margin: 1.5em 0 0 0;
1368
+ padding: 1.5em 0 0 3em;
1369
+ position: relative; }
1370
+ ul.contact li:before {
1371
+ -moz-osx-font-smoothing: grayscale;
1372
+ -webkit-font-smoothing: antialiased;
1373
+ display: inline-block;
1374
+ font-style: normal;
1375
+ font-variant: normal;
1376
+ text-rendering: auto;
1377
+ line-height: 1;
1378
+ text-transform: none !important;
1379
+ font-family: 'Font Awesome 5 Free';
1380
+ font-weight: 400; }
1381
+ ul.contact li:before {
1382
+ color: #f56a6a;
1383
+ display: inline-block;
1384
+ font-size: 1.5em;
1385
+ height: 1.125em;
1386
+ left: 0;
1387
+ line-height: 1.125em;
1388
+ position: absolute;
1389
+ text-align: center;
1390
+ top: 1em;
1391
+ width: 1.5em; }
1392
+ ul.contact li:first-child {
1393
+ border-top: 0;
1394
+ margin-top: 0;
1395
+ padding-top: 0; }
1396
+ ul.contact li:first-child:before {
1397
+ top: 0; }
1398
+ ul.contact li a {
1399
+ color: inherit; }
1400
+
1401
+ /* Pagination */
1402
+ ul.pagination {
1403
+ cursor: default;
1404
+ list-style: none;
1405
+ padding-left: 0; }
1406
+ ul.pagination li {
1407
+ display: inline-block;
1408
+ padding-left: 0;
1409
+ vertical-align: middle; }
1410
+ ul.pagination li > .page {
1411
+ -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
1412
+ -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
1413
+ -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
1414
+ transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
1415
+ border-bottom: 0;
1416
+ border-radius: 0.375em;
1417
+ display: inline-block;
1418
+ font-size: 0.8em;
1419
+ font-weight: 600;
1420
+ height: 2em;
1421
+ line-height: 2em;
1422
+ margin: 0 0.125em;
1423
+ min-width: 2em;
1424
+ padding: 0 0.5em;
1425
+ text-align: center; }
1426
+ ul.pagination li > .page.active {
1427
+ background-color: #f56a6a;
1428
+ color: #ffffff !important; }
1429
+ ul.pagination li > .page.active:hover {
1430
+ background-color: #f67878; }
1431
+ ul.pagination li > .page.active:active {
1432
+ background-color: #f45c5c; }
1433
+ ul.pagination li:first-child {
1434
+ padding-right: 0.75em; }
1435
+ ul.pagination li:last-child {
1436
+ padding-left: 0.75em; }
1437
+ @media screen and (max-width: 480px) {
1438
+ ul.pagination li:nth-child(n+2):nth-last-child(n+2) {
1439
+ display: none; }
1440
+ ul.pagination li:first-child {
1441
+ padding-right: 0; } }
1442
+
1443
+ /* Table */
1444
+ .table-wrapper {
1445
+ -webkit-overflow-scrolling: touch;
1446
+ overflow-x: auto; }
1447
+
1448
+ table {
1449
+ margin: 0 0 2em 0;
1450
+ width: 100%; }
1451
+ table tbody tr {
1452
+ border: solid 1px rgba(210, 215, 217, 0.75);
1453
+ border-left: 0;
1454
+ border-right: 0; }
1455
+ table tbody tr:nth-child(2n + 1) {
1456
+ background-color: rgba(230, 235, 237, 0.25); }
1457
+ table td {
1458
+ padding: 0.75em 0.75em; }
1459
+ table th {
1460
+ color: #3d4449;
1461
+ font-size: 0.9em;
1462
+ font-weight: 600;
1463
+ padding: 0 0.75em 0.75em 0.75em;
1464
+ text-align: left; }
1465
+ table thead {
1466
+ border-bottom: solid 2px rgba(210, 215, 217, 0.75); }
1467
+ table tfoot {
1468
+ border-top: solid 2px rgba(210, 215, 217, 0.75); }
1469
+ table.alt {
1470
+ border-collapse: separate; }
1471
+ table.alt tbody tr td {
1472
+ border: solid 1px rgba(210, 215, 217, 0.75);
1473
+ border-left-width: 0;
1474
+ border-top-width: 0; }
1475
+ table.alt tbody tr td:first-child {
1476
+ border-left-width: 1px; }
1477
+ table.alt tbody tr:first-child td {
1478
+ border-top-width: 1px; }
1479
+ table.alt thead {
1480
+ border-bottom: 0; }
1481
+ table.alt tfoot {
1482
+ border-top: 0; }
1483
+
1484
+ /* Button */
1485
+ input[type="submit"],
1486
+ input[type="reset"],
1487
+ input[type="button"],
1488
+ button,
1489
+ .button {
1490
+ -moz-appearance: none;
1491
+ -webkit-appearance: none;
1492
+ -ms-appearance: none;
1493
+ appearance: none;
1494
+ -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
1495
+ -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
1496
+ -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
1497
+ transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
1498
+ background-color: transparent;
1499
+ border-radius: 0.375em;
1500
+ border: 0;
1501
+ box-shadow: inset 0 0 0 2px #f56a6a;
1502
+ color: #f56a6a !important;
1503
+ cursor: pointer;
1504
+ display: inline-block;
1505
+ font-family: "Roboto Slab", serif;
1506
+ font-size: 0.8em;
1507
+ font-weight: 700;
1508
+ height: 3.5em;
1509
+ letter-spacing: 0.075em;
1510
+ line-height: 3.5em;
1511
+ padding: 0 2.25em;
1512
+ text-align: center;
1513
+ text-decoration: none;
1514
+ text-transform: uppercase;
1515
+ white-space: nowrap; }
1516
+ input[type="submit"]:hover,
1517
+ input[type="reset"]:hover,
1518
+ input[type="button"]:hover,
1519
+ button:hover,
1520
+ .button:hover {
1521
+ background-color: rgba(245, 106, 106, 0.05); }
1522
+ input[type="submit"]:active,
1523
+ input[type="reset"]:active,
1524
+ input[type="button"]:active,
1525
+ button:active,
1526
+ .button:active {
1527
+ background-color: rgba(245, 106, 106, 0.15); }
1528
+ input[type="submit"].icon:before,
1529
+ input[type="reset"].icon:before,
1530
+ input[type="button"].icon:before,
1531
+ button.icon:before,
1532
+ .button.icon:before {
1533
+ margin-right: 0.5em; }
1534
+ input[type="submit"].fit,
1535
+ input[type="reset"].fit,
1536
+ input[type="button"].fit,
1537
+ button.fit,
1538
+ .button.fit {
1539
+ width: 100%; }
1540
+ input[type="submit"].small,
1541
+ input[type="reset"].small,
1542
+ input[type="button"].small,
1543
+ button.small,
1544
+ .button.small {
1545
+ font-size: 0.6em; }
1546
+ input[type="submit"].large,
1547
+ input[type="reset"].large,
1548
+ input[type="button"].large,
1549
+ button.large,
1550
+ .button.large {
1551
+ font-size: 1em;
1552
+ height: 3.65em;
1553
+ line-height: 3.65em; }
1554
+ input[type="submit"].primary,
1555
+ input[type="reset"].primary,
1556
+ input[type="button"].primary,
1557
+ button.primary,
1558
+ .button.primary {
1559
+ background-color: #f56a6a;
1560
+ box-shadow: none;
1561
+ color: #ffffff !important; }
1562
+ input[type="submit"].primary:hover,
1563
+ input[type="reset"].primary:hover,
1564
+ input[type="button"].primary:hover,
1565
+ button.primary:hover,
1566
+ .button.primary:hover {
1567
+ background-color: #f67878; }
1568
+ input[type="submit"].primary:active,
1569
+ input[type="reset"].primary:active,
1570
+ input[type="button"].primary:active,
1571
+ button.primary:active,
1572
+ .button.primary:active {
1573
+ background-color: #f45c5c; }
1574
+ input[type="submit"].disabled, input[type="submit"]:disabled,
1575
+ input[type="reset"].disabled,
1576
+ input[type="reset"]:disabled,
1577
+ input[type="button"].disabled,
1578
+ input[type="button"]:disabled,
1579
+ button.disabled,
1580
+ button:disabled,
1581
+ .button.disabled,
1582
+ .button:disabled {
1583
+ pointer-events: none;
1584
+ opacity: 0.25; }
1585
+
1586
+ /* Mini Posts */
1587
+ .mini-posts article {
1588
+ border-top: solid 1px rgba(210, 215, 217, 0.75);
1589
+ margin-top: 2em;
1590
+ padding-top: 2em; }
1591
+ .mini-posts article .image {
1592
+ display: block;
1593
+ margin: 0 0 1.5em 0; }
1594
+ .mini-posts article .image img {
1595
+ display: block;
1596
+ width: 100%; }
1597
+ .mini-posts article:first-child {
1598
+ border-top: 0;
1599
+ margin-top: 0;
1600
+ padding-top: 0; }
1601
+
1602
+ /* Features */
1603
+ .features {
1604
+ display: -moz-flex;
1605
+ display: -webkit-flex;
1606
+ display: -ms-flex;
1607
+ display: flex;
1608
+ -moz-flex-wrap: wrap;
1609
+ -webkit-flex-wrap: wrap;
1610
+ -ms-flex-wrap: wrap;
1611
+ flex-wrap: wrap;
1612
+ margin: 0 0 2em -3em;
1613
+ width: calc(100% + 3em); }
1614
+ .features article {
1615
+ -moz-align-items: center;
1616
+ -webkit-align-items: center;
1617
+ -ms-align-items: center;
1618
+ align-items: center;
1619
+ display: -moz-flex;
1620
+ display: -webkit-flex;
1621
+ display: -ms-flex;
1622
+ display: flex;
1623
+ margin: 0 0 3em 3em;
1624
+ position: relative;
1625
+ width: calc(50% - 3em); }
1626
+ .features article:nth-child(2n - 1) {
1627
+ margin-right: 1.5em; }
1628
+ .features article:nth-child(2n) {
1629
+ margin-left: 1.5em; }
1630
+ .features article:nth-last-child(1), .features article:nth-last-child(2) {
1631
+ margin-bottom: 0; }
1632
+ .features article .icon {
1633
+ -moz-flex-grow: 0;
1634
+ -webkit-flex-grow: 0;
1635
+ -ms-flex-grow: 0;
1636
+ flex-grow: 0;
1637
+ -moz-flex-shrink: 0;
1638
+ -webkit-flex-shrink: 0;
1639
+ -ms-flex-shrink: 0;
1640
+ flex-shrink: 0;
1641
+ display: block;
1642
+ height: 10em;
1643
+ line-height: 10em;
1644
+ margin: 0 2em 0 0;
1645
+ text-align: center;
1646
+ width: 10em; }
1647
+ .features article .icon:before {
1648
+ color: #f56a6a;
1649
+ font-size: 2.75rem;
1650
+ position: relative;
1651
+ top: 0.05em; }
1652
+ .features article .icon:after {
1653
+ -moz-transform: rotate(45deg);
1654
+ -webkit-transform: rotate(45deg);
1655
+ -ms-transform: rotate(45deg);
1656
+ transform: rotate(45deg);
1657
+ border-radius: 0.25rem;
1658
+ border: solid 2px rgba(210, 215, 217, 0.75);
1659
+ content: '';
1660
+ display: block;
1661
+ height: 7em;
1662
+ left: 50%;
1663
+ margin: -3.5em 0 0 -3.5em;
1664
+ position: absolute;
1665
+ top: 50%;
1666
+ width: 7em; }
1667
+ .features article .content {
1668
+ -moz-flex-grow: 1;
1669
+ -webkit-flex-grow: 1;
1670
+ -ms-flex-grow: 1;
1671
+ flex-grow: 1;
1672
+ -moz-flex-shrink: 1;
1673
+ -webkit-flex-shrink: 1;
1674
+ -ms-flex-shrink: 1;
1675
+ flex-shrink: 1;
1676
+ width: 100%; }
1677
+ .features article .content > :last-child {
1678
+ margin-bottom: 0; }
1679
+ @media screen and (max-width: 980px) {
1680
+ .features {
1681
+ margin: 0 0 2em 0;
1682
+ width: 100%; }
1683
+ .features article {
1684
+ margin: 0 0 3em 0;
1685
+ width: 100%; }
1686
+ .features article:nth-child(2n - 1) {
1687
+ margin-right: 0; }
1688
+ .features article:nth-child(2n) {
1689
+ margin-left: 0; }
1690
+ .features article:nth-last-child(1), .features article:nth-last-child(2) {
1691
+ margin-bottom: 3em; }
1692
+ .features article:last-child {
1693
+ margin-bottom: 0; }
1694
+ .features article .icon {
1695
+ height: 8em;
1696
+ line-height: 8em;
1697
+ width: 8em; }
1698
+ .features article .icon:before {
1699
+ font-size: 2.25rem; }
1700
+ .features article .icon:after {
1701
+ height: 6em;
1702
+ margin: -3em 0 0 -3em;
1703
+ width: 6em; } }
1704
+ @media screen and (max-width: 480px) {
1705
+ .features article {
1706
+ -moz-flex-direction: column;
1707
+ -webkit-flex-direction: column;
1708
+ -ms-flex-direction: column;
1709
+ flex-direction: column;
1710
+ -moz-align-items: -moz-flex-start;
1711
+ -webkit-align-items: -webkit-flex-start;
1712
+ -ms-align-items: -ms-flex-start;
1713
+ align-items: flex-start; }
1714
+ .features article .icon {
1715
+ height: 6em;
1716
+ line-height: 6em;
1717
+ margin: 0 0 1.5em 0;
1718
+ width: 6em; }
1719
+ .features article .icon:before {
1720
+ font-size: 1.5rem; }
1721
+ .features article .icon:after {
1722
+ height: 4em;
1723
+ margin: -2em 0 0 -2em;
1724
+ width: 4em; } }
1725
+ @media screen and (max-width: 480px) {
1726
+ .features article .icon:before {
1727
+ font-size: 1.25rem; } }
1728
+
1729
+ /* Posts */
1730
+ .posts {
1731
+ display: -moz-flex;
1732
+ display: -webkit-flex;
1733
+ display: -ms-flex;
1734
+ display: flex;
1735
+ -moz-flex-wrap: wrap;
1736
+ -webkit-flex-wrap: wrap;
1737
+ -ms-flex-wrap: wrap;
1738
+ flex-wrap: wrap;
1739
+ margin: 0 0 2em -6em;
1740
+ width: calc(100% + 6em); }
1741
+ .posts article {
1742
+ -moz-flex-grow: 0;
1743
+ -webkit-flex-grow: 0;
1744
+ -ms-flex-grow: 0;
1745
+ flex-grow: 0;
1746
+ -moz-flex-shrink: 1;
1747
+ -webkit-flex-shrink: 1;
1748
+ -ms-flex-shrink: 1;
1749
+ flex-shrink: 1;
1750
+ margin: 0 0 6em 6em;
1751
+ position: relative;
1752
+ width: calc(33.33333% - 6em); }
1753
+ .posts article:before {
1754
+ background: rgba(210, 215, 217, 0.75);
1755
+ content: '';
1756
+ display: block;
1757
+ height: calc(100% + 6em);
1758
+ left: -3em;
1759
+ position: absolute;
1760
+ top: 0;
1761
+ width: 1px; }
1762
+ .posts article:after {
1763
+ background: rgba(210, 215, 217, 0.75);
1764
+ bottom: -3em;
1765
+ content: '';
1766
+ display: block;
1767
+ height: 1px;
1768
+ position: absolute;
1769
+ right: 0;
1770
+ width: calc(100% + 6em); }
1771
+ .posts article > :last-child {
1772
+ margin-bottom: 0; }
1773
+ .posts article .image {
1774
+ display: block;
1775
+ margin: 0 0 2em 0; }
1776
+ .posts article .image img {
1777
+ display: block;
1778
+ width: 100%; }
1779
+ @media screen and (min-width: 1681px) {
1780
+ .posts article:nth-child(3n + 1):before {
1781
+ display: none; }
1782
+ .posts article:nth-child(3n + 1):after {
1783
+ width: 100%; }
1784
+ .posts article:nth-last-child(1), .posts article:nth-last-child(2), .posts article:nth-last-child(3) {
1785
+ margin-bottom: 0; }
1786
+ .posts article:nth-last-child(1):before, .posts article:nth-last-child(2):before, .posts article:nth-last-child(3):before {
1787
+ height: 100%; }
1788
+ .posts article:nth-last-child(1):after, .posts article:nth-last-child(2):after, .posts article:nth-last-child(3):after {
1789
+ display: none; } }
1790
+ @media screen and (max-width: 1680px) {
1791
+ .posts article {
1792
+ width: calc(50% - 6em); }
1793
+ .posts article:nth-last-child(3) {
1794
+ margin-bottom: 6em; } }
1795
+ @media screen and (min-width: 481px) and (max-width: 1680px) {
1796
+ .posts article:nth-child(2n + 1):before {
1797
+ display: none; }
1798
+ .posts article:nth-child(2n + 1):after {
1799
+ width: 100%; }
1800
+ .posts article:nth-last-child(1), .posts article:nth-last-child(2) {
1801
+ margin-bottom: 0; }
1802
+ .posts article:nth-last-child(1):before, .posts article:nth-last-child(2):before {
1803
+ height: 100%; }
1804
+ .posts article:nth-last-child(1):after, .posts article:nth-last-child(2):after {
1805
+ display: none; } }
1806
+ @media screen and (max-width: 736px) {
1807
+ .posts {
1808
+ margin: 0 0 2em -4.5em;
1809
+ width: calc(100% + 4.5em); }
1810
+ .posts article {
1811
+ margin: 0 0 4.5em 4.5em;
1812
+ width: calc(50% - 4.5em); }
1813
+ .posts article:before {
1814
+ height: calc(100% + 4.5em);
1815
+ left: -2.25em; }
1816
+ .posts article:after {
1817
+ bottom: -2.25em;
1818
+ width: calc(100% + 4.5em); }
1819
+ .posts article:nth-last-child(3) {
1820
+ margin-bottom: 4.5em; } }
1821
+ @media screen and (max-width: 480px) {
1822
+ .posts {
1823
+ margin: 0 0 2em 0;
1824
+ width: 100%; }
1825
+ .posts article {
1826
+ margin: 0 0 4.5em 0;
1827
+ width: 100%; }
1828
+ .posts article:before {
1829
+ display: none; }
1830
+ .posts article:after {
1831
+ width: 100%; }
1832
+ .posts article:last-child {
1833
+ margin-bottom: 0; }
1834
+ .posts article:last-child:after {
1835
+ display: none; } }
1836
+
1837
+ /* Wrapper */
1838
+ #wrapper {
1839
+ display: -moz-flex;
1840
+ display: -webkit-flex;
1841
+ display: -ms-flex;
1842
+ display: flex;
1843
+ -moz-flex-direction: row-reverse;
1844
+ -webkit-flex-direction: row-reverse;
1845
+ -ms-flex-direction: row-reverse;
1846
+ flex-direction: row-reverse;
1847
+ min-height: 100vh; }
1848
+
1849
+ /* Main */
1850
+ #main {
1851
+ -moz-flex-grow: 1;
1852
+ -webkit-flex-grow: 1;
1853
+ -ms-flex-grow: 1;
1854
+ flex-grow: 1;
1855
+ -moz-flex-shrink: 1;
1856
+ -webkit-flex-shrink: 1;
1857
+ -ms-flex-shrink: 1;
1858
+ flex-shrink: 1;
1859
+ width: 100%; }
1860
+ #main > .inner {
1861
+ padding: 0 6em 0.1em 6em ;
1862
+ margin: 0 auto;
1863
+ max-width: 110em; }
1864
+ #main > .inner > section {
1865
+ padding: 6em 0 4em 0 ;
1866
+ border-top: solid 2px rgba(210, 215, 217, 0.75); }
1867
+ #main > .inner > section:first-of-type {
1868
+ border-top: 0 !important; }
1869
+ @media screen and (max-width: 1680px) {
1870
+ #main > .inner {
1871
+ padding: 0 5em 0.1em 5em ; }
1872
+ #main > .inner > section {
1873
+ padding: 5em 0 3em 0 ; } }
1874
+ @media screen and (max-width: 1280px) {
1875
+ #main > .inner {
1876
+ padding: 0 4em 0.1em 4em ; }
1877
+ #main > .inner > section {
1878
+ padding: 4em 0 2em 0 ; } }
1879
+ @media screen and (max-width: 736px) {
1880
+ #main > .inner {
1881
+ padding: 0 2em 0.1em 2em ; }
1882
+ #main > .inner > section {
1883
+ padding: 3em 0 1em 0 ; } }
1884
+
1885
+ /* Sidebar */
1886
+ #search form {
1887
+ text-decoration: none;
1888
+ position: relative; }
1889
+ #search form:before {
1890
+ -moz-osx-font-smoothing: grayscale;
1891
+ -webkit-font-smoothing: antialiased;
1892
+ display: inline-block;
1893
+ font-style: normal;
1894
+ font-variant: normal;
1895
+ text-rendering: auto;
1896
+ line-height: 1;
1897
+ text-transform: none !important;
1898
+ font-family: 'Font Awesome 5 Free';
1899
+ font-weight: 900; }
1900
+ #search form:before {
1901
+ -moz-transform: scaleX(-1);
1902
+ -webkit-transform: scaleX(-1);
1903
+ -ms-transform: scaleX(-1);
1904
+ transform: scaleX(-1);
1905
+ color: #7f888f;
1906
+ content: '\f002';
1907
+ cursor: default;
1908
+ display: block;
1909
+ font-size: 1.5em;
1910
+ height: 2em;
1911
+ line-height: 2em;
1912
+ opacity: 0.325;
1913
+ position: absolute;
1914
+ right: 0;
1915
+ text-align: center;
1916
+ top: 0;
1917
+ width: 2em; }
1918
+ #search form input[type="text"] {
1919
+ padding-right: 2.75em; }
1920
+
1921
+ #sidebar {
1922
+ -moz-flex-grow: 0;
1923
+ -webkit-flex-grow: 0;
1924
+ -ms-flex-grow: 0;
1925
+ flex-grow: 0;
1926
+ -moz-flex-shrink: 0;
1927
+ -webkit-flex-shrink: 0;
1928
+ -ms-flex-shrink: 0;
1929
+ flex-shrink: 0;
1930
+ -moz-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
1931
+ -webkit-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
1932
+ -ms-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
1933
+ transition: margin-left 0.5s ease, box-shadow 0.5s ease;
1934
+ background-color: #f5f6f7;
1935
+ font-size: 0.9em;
1936
+ position: relative;
1937
+ width: 26em; }
1938
+ #sidebar h2 {
1939
+ font-size: 1.38889em; }
1940
+ #sidebar > .inner {
1941
+ padding: 2.22222em 2.22222em 2.44444em 2.22222em ;
1942
+ position: relative;
1943
+ width: 26em; }
1944
+ #sidebar > .inner > * {
1945
+ border-bottom: solid 2px rgba(210, 215, 217, 0.75);
1946
+ margin: 0 0 3.5em 0;
1947
+ padding: 0 0 3.5em 0; }
1948
+ #sidebar > .inner > * > :last-child {
1949
+ margin-bottom: 0; }
1950
+ #sidebar > .inner > *:last-child {
1951
+ border-bottom: 0;
1952
+ margin-bottom: 0;
1953
+ padding-bottom: 0; }
1954
+ #sidebar > .inner > .alt {
1955
+ background-color: #eff1f2;
1956
+ border-bottom: 0;
1957
+ margin: -2.22222em 0 4.44444em -2.22222em;
1958
+ padding: 2.22222em;
1959
+ width: calc(100% + 4.44444em); }
1960
+ #sidebar .toggle {
1961
+ text-decoration: none;
1962
+ -moz-transition: left 0.5s ease;
1963
+ -webkit-transition: left 0.5s ease;
1964
+ -ms-transition: left 0.5s ease;
1965
+ transition: left 0.5s ease;
1966
+ -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
1967
+ border: 0;
1968
+ display: block;
1969
+ height: 7.5em;
1970
+ left: 26em;
1971
+ line-height: 7.5em;
1972
+ outline: 0;
1973
+ overflow: hidden;
1974
+ position: absolute;
1975
+ text-align: center;
1976
+ text-indent: -15em;
1977
+ white-space: nowrap;
1978
+ top: 0;
1979
+ width: 6em;
1980
+ z-index: 10000; }
1981
+ #sidebar .toggle:before {
1982
+ -moz-osx-font-smoothing: grayscale;
1983
+ -webkit-font-smoothing: antialiased;
1984
+ display: inline-block;
1985
+ font-style: normal;
1986
+ font-variant: normal;
1987
+ text-rendering: auto;
1988
+ line-height: 1;
1989
+ text-transform: none !important;
1990
+ font-family: 'Font Awesome 5 Free';
1991
+ font-weight: 900; }
1992
+ #sidebar .toggle:before {
1993
+ content: '\f0c9';
1994
+ font-size: 2rem;
1995
+ height: inherit;
1996
+ left: 0;
1997
+ line-height: inherit;
1998
+ position: absolute;
1999
+ text-indent: 0;
2000
+ top: 0;
2001
+ width: inherit; }
2002
+ #sidebar.inactive {
2003
+ margin-left: -26em; }
2004
+ @media screen and (max-width: 1680px) {
2005
+ #sidebar {
2006
+ width: 24em; }
2007
+ #sidebar > .inner {
2008
+ padding: 1.66667em 1.66667em 1.33333em 1.66667em ;
2009
+ width: 24em; }
2010
+ #sidebar > .inner > .alt {
2011
+ margin: -1.66667em 0 3.33333em -1.66667em;
2012
+ padding: 1.66667em;
2013
+ width: calc(100% + 3.33333em); }
2014
+ #sidebar .toggle {
2015
+ height: 6.25em;
2016
+ left: 24em;
2017
+ line-height: 6.25em;
2018
+ text-indent: 5em;
2019
+ width: 5em; }
2020
+ #sidebar .toggle:before {
2021
+ font-size: 1.5rem; }
2022
+ #sidebar.inactive {
2023
+ margin-left: -24em; } }
2024
+ @media screen and (max-width: 1280px) {
2025
+ #sidebar {
2026
+ box-shadow: 0 0 5em 0 rgba(0, 0, 0, 0.175);
2027
+ height: 100%;
2028
+ left: 0;
2029
+ position: fixed;
2030
+ top: 0;
2031
+ z-index: 10000; }
2032
+ #sidebar.inactive {
2033
+ box-shadow: none; }
2034
+ #sidebar > .inner {
2035
+ -webkit-overflow-scrolling: touch;
2036
+ height: 100%;
2037
+ left: 0;
2038
+ overflow-x: hidden;
2039
+ overflow-y: auto;
2040
+ position: absolute;
2041
+ top: 0; }
2042
+ #sidebar > .inner:after {
2043
+ content: '';
2044
+ display: block;
2045
+ height: 4em;
2046
+ width: 100%; }
2047
+ #sidebar .toggle {
2048
+ text-indent: 6em;
2049
+ width: 6em; }
2050
+ #sidebar .toggle:before {
2051
+ font-size: 1.5rem;
2052
+ margin-left: -0.4375em; }
2053
+ body.is-preload #sidebar {
2054
+ display: none; } }
2055
+ @media screen and (max-width: 736px) {
2056
+ #sidebar .toggle {
2057
+ text-indent: 7.25em;
2058
+ width: 7.25em; }
2059
+ #sidebar .toggle:before {
2060
+ color: #7f888f;
2061
+ margin-left: -0.0625em;
2062
+ margin-top: -0.25em;
2063
+ font-size: 1.1rem;
2064
+ z-index: 1; }
2065
+ #sidebar .toggle:after {
2066
+ background: rgba(222, 225, 226, 0.75);
2067
+ border-radius: 0.375em;
2068
+ content: '';
2069
+ height: 3.5em;
2070
+ left: 1em;
2071
+ position: absolute;
2072
+ top: 1em;
2073
+ width: 5em; } }
2074
+
2075
+ /* Header */
2076
+ #header {
2077
+ display: -moz-flex;
2078
+ display: -webkit-flex;
2079
+ display: -ms-flex;
2080
+ display: flex;
2081
+ border-bottom: solid 5px #f56a6a;
2082
+ padding: 6em 0 1em 0;
2083
+ position: relative; }
2084
+ #header > * {
2085
+ -moz-flex: 1;
2086
+ -webkit-flex: 1;
2087
+ -ms-flex: 1;
2088
+ flex: 1;
2089
+ margin-bottom: 0; }
2090
+ #header .logo {
2091
+ border-bottom: 0;
2092
+ color: inherit;
2093
+ font-family: "Roboto Slab", serif;
2094
+ font-size: 1.125em; }
2095
+ #header .icons {
2096
+ text-align: right; }
2097
+ @media screen and (max-width: 1680px) {
2098
+ #header {
2099
+ padding-top: 5em; } }
2100
+ @media screen and (max-width: 736px) {
2101
+ #header {
2102
+ padding-top: 6.5em; }
2103
+ #header .logo {
2104
+ font-size: 1.25em;
2105
+ margin: 0; }
2106
+ #header .icons {
2107
+ height: 5em;
2108
+ line-height: 5em;
2109
+ position: absolute;
2110
+ right: -0.5em;
2111
+ top: 0; } }
2112
+
2113
+ /* Banner */
2114
+ #banner {
2115
+ padding: 6em 0 4em 0 ;
2116
+ display: -moz-flex;
2117
+ display: -webkit-flex;
2118
+ display: -ms-flex;
2119
+ display: flex; }
2120
+ #banner h1 {
2121
+ margin-top: -0.125em; }
2122
+ #banner .content {
2123
+ -moz-flex-grow: 1;
2124
+ -webkit-flex-grow: 1;
2125
+ -ms-flex-grow: 1;
2126
+ flex-grow: 1;
2127
+ -moz-flex-shrink: 1;
2128
+ -webkit-flex-shrink: 1;
2129
+ -ms-flex-shrink: 1;
2130
+ flex-shrink: 1;
2131
+ width: 50%; }
2132
+ #banner .image {
2133
+ -moz-flex-grow: 0;
2134
+ -webkit-flex-grow: 0;
2135
+ -ms-flex-grow: 0;
2136
+ flex-grow: 0;
2137
+ -moz-flex-shrink: 0;
2138
+ -webkit-flex-shrink: 0;
2139
+ -ms-flex-shrink: 0;
2140
+ flex-shrink: 0;
2141
+ display: block;
2142
+ margin: 0 0 2em 4em;
2143
+ width: 50%; }
2144
+ #banner .image img {
2145
+ height: 100%;
2146
+ -moz-object-fit: cover;
2147
+ -webkit-object-fit: cover;
2148
+ -ms-object-fit: cover;
2149
+ object-fit: cover;
2150
+ -moz-object-position: center;
2151
+ -webkit-object-position: center;
2152
+ -ms-object-position: center;
2153
+ object-position: center;
2154
+ width: 100%; }
2155
+ @media screen and (orientation: portrait) {
2156
+ #banner {
2157
+ -moz-flex-direction: column-reverse;
2158
+ -webkit-flex-direction: column-reverse;
2159
+ -ms-flex-direction: column-reverse;
2160
+ flex-direction: column-reverse; }
2161
+ #banner h1 br {
2162
+ display: none; }
2163
+ #banner .content {
2164
+ -moz-flex-grow: 0;
2165
+ -webkit-flex-grow: 0;
2166
+ -ms-flex-grow: 0;
2167
+ flex-grow: 0;
2168
+ -moz-flex-shrink: 0;
2169
+ -webkit-flex-shrink: 0;
2170
+ -ms-flex-shrink: 0;
2171
+ flex-shrink: 0;
2172
+ width: 100%; }
2173
+ #banner .image {
2174
+ -moz-flex-grow: 0;
2175
+ -webkit-flex-grow: 0;
2176
+ -ms-flex-grow: 0;
2177
+ flex-grow: 0;
2178
+ -moz-flex-shrink: 0;
2179
+ -webkit-flex-shrink: 0;
2180
+ -ms-flex-shrink: 0;
2181
+ flex-shrink: 0;
2182
+ margin: 0 0 4em 0;
2183
+ height: 25em;
2184
+ max-height: 50vh;
2185
+ min-height: 18em;
2186
+ width: 100%; } }
2187
+ @media screen and (orientation: portrait) and (max-width: 480px) {
2188
+ #banner .image {
2189
+ max-height: 35vh; } }
2190
+
2191
+ /* Footer */
2192
+ #footer .copyright {
2193
+ color: #9fa3a6;
2194
+ font-size: 0.9em; }
2195
+ #footer .copyright a {
2196
+ color: inherit; }
2197
+
2198
+ /* Menu */
2199
+ #menu ul {
2200
+ -moz-user-select: none;
2201
+ -webkit-user-select: none;
2202
+ -ms-user-select: none;
2203
+ user-select: none;
2204
+ color: #3d4449;
2205
+ font-family: "Roboto Slab", serif;
2206
+ font-weight: 400;
2207
+ letter-spacing: 0.075em;
2208
+ list-style: none;
2209
+ margin-bottom: 0;
2210
+ padding: 0;
2211
+ text-transform: uppercase; }
2212
+ #menu ul a, #menu ul span {
2213
+ border-bottom: 0;
2214
+ color: inherit;
2215
+ cursor: pointer;
2216
+ display: block;
2217
+ font-size: 0.9em;
2218
+ padding: 0.625em 0; }
2219
+ #menu ul a:hover, #menu ul span:hover {
2220
+ color: #f56a6a; }
2221
+ #menu ul a.opener, #menu ul span.opener {
2222
+ -moz-transition: color 0.2s ease-in-out;
2223
+ -webkit-transition: color 0.2s ease-in-out;
2224
+ -ms-transition: color 0.2s ease-in-out;
2225
+ transition: color 0.2s ease-in-out;
2226
+ text-decoration: none;
2227
+ -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
2228
+ position: relative; }
2229
+ #menu ul a.opener:before, #menu ul span.opener:before {
2230
+ -moz-osx-font-smoothing: grayscale;
2231
+ -webkit-font-smoothing: antialiased;
2232
+ display: inline-block;
2233
+ font-style: normal;
2234
+ font-variant: normal;
2235
+ text-rendering: auto;
2236
+ line-height: 1;
2237
+ text-transform: none !important;
2238
+ font-family: 'Font Awesome 5 Free';
2239
+ font-weight: 900; }
2240
+ #menu ul a.opener:before, #menu ul span.opener:before {
2241
+ -moz-transition: color 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
2242
+ -webkit-transition: color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
2243
+ -ms-transition: color 0.2s ease-in-out, -ms-transform 0.2s ease-in-out;
2244
+ transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
2245
+ color: #9fa3a6;
2246
+ content: '\f078';
2247
+ position: absolute;
2248
+ right: 0; }
2249
+ #menu ul a.opener:hover:before, #menu ul span.opener:hover:before {
2250
+ color: #f56a6a; }
2251
+ #menu ul a.opener.active + ul, #menu ul span.opener.active + ul {
2252
+ display: block; }
2253
+ #menu ul a.opener.active:before, #menu ul span.opener.active:before {
2254
+ -moz-transform: rotate(-180deg);
2255
+ -webkit-transform: rotate(-180deg);
2256
+ -ms-transform: rotate(-180deg);
2257
+ transform: rotate(-180deg); }
2258
+
2259
+ #menu > ul > li {
2260
+ border-top: solid 1px rgba(210, 215, 217, 0.75);
2261
+ margin: 0.5em 0 0 0;
2262
+ padding: 0.5em 0 0 0; }
2263
+ #menu > ul > li > ul {
2264
+ color: #9fa3a6;
2265
+ display: none;
2266
+ margin: 0.5em 0 1.5em 0;
2267
+ padding-left: 1em; }
2268
+ #menu > ul > li > ul a, #menu > ul > li > ul span {
2269
+ font-size: 0.8em; }
2270
+ #menu > ul > li > ul > li {
2271
+ margin: 0.125em 0 0 0;
2272
+ padding: 0.125em 0 0 0; }
2273
+ #menu > ul > li:first-child {
2274
+ border-top: 0;
2275
+ margin-top: 0;
2276
+ padding-top: 0; }