jekyll-theme-pirati 2.0.0 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (587) hide show
  1. checksums.yaml +4 -4
  2. data/_data/elections.yml +7 -0
  3. data/_data/menu.yml +3 -3
  4. data/_includes/candidate_badge.html +3 -7
  5. data/_includes/contacts/basic_contacts.html +30 -50
  6. data/_includes/contacts/residance.html +1 -1
  7. data/_includes/footer.html +3 -3
  8. data/_includes/head.html +6 -8
  9. data/_includes/header.html +1 -1
  10. data/_includes/headline-image.html +16 -0
  11. data/_includes/js/main.html +7 -13
  12. data/_includes/js/webpack.html +13 -0
  13. data/_includes/people/{list_2col.html → list-2col.html} +2 -2
  14. data/_includes/people/{list_group.html → list-group.html} +1 -1
  15. data/_includes/people/{profile_badge.html → profile-badge.html} +5 -4
  16. data/_includes/right-bar/bar_garant.html +1 -1
  17. data/_includes/right-bar/bar_people.html +1 -1
  18. data/_includes/right-bar/bar_person_contact.html +8 -8
  19. data/_includes/right-bar/bar_program.html +7 -5
  20. data/_layouts/contacts.html +47 -51
  21. data/_layouts/komunalni-volby.html +1 -1
  22. data/_layouts/page.html +9 -9
  23. data/_layouts/person.html +5 -0
  24. data/_layouts/post.html +30 -38
  25. data/_layouts/team.html +2 -2
  26. data/_sass/_base.scss +2 -1
  27. data/_sass/_fonts.scss +42 -0
  28. data/_sass/_settings.scss +6 -5
  29. data/_sass/components/BlogPosting.scss +6 -4
  30. data/_sass/components/contact-bar.scss +2 -2
  31. data/_sass/components/content-block.scss +11 -0
  32. data/_sass/components/footer.scss +5 -0
  33. data/_sass/components/header-bar.scss +2 -2
  34. data/_sass/components/headline-image.scss +44 -0
  35. data/_sass/components/metadata-block.scss +29 -0
  36. data/_sass/components/program.scss +4 -2
  37. data/_sass/components/tag.scss +10 -11
  38. data/_sass/components/top-bar.scss +236 -236
  39. data/_sass/components/typography.scss +43 -0
  40. data/_sass/components/widget-accordion.scss +12 -7
  41. data/_sass/foundation-sites/LICENSE +22 -0
  42. data/_sass/foundation-sites/README.md +44 -0
  43. data/_sass/foundation-sites/assets/foundation-flex.scss +3 -0
  44. data/_sass/foundation-sites/assets/foundation-rtl.scss +5 -0
  45. data/_sass/foundation-sites/assets/foundation.scss +3 -0
  46. data/_sass/foundation-sites/code-of-conduct.md +43 -0
  47. data/_sass/foundation-sites/customizer/complete.json +46 -0
  48. data/_sass/foundation-sites/customizer/config.yml +218 -0
  49. data/_sass/foundation-sites/customizer/essential.json +11 -0
  50. data/_sass/foundation-sites/customizer/index.html +169 -0
  51. data/_sass/foundation-sites/dist/foundation-flex.css +4028 -0
  52. data/_sass/foundation-sites/dist/foundation-flex.min.css +2 -0
  53. data/_sass/foundation-sites/dist/foundation-rtl.css +3583 -0
  54. data/_sass/foundation-sites/dist/foundation-rtl.min.css +2 -0
  55. data/_sass/foundation-sites/dist/foundation.css +3578 -0
  56. data/_sass/foundation-sites/dist/foundation.js +9069 -0
  57. data/_sass/foundation-sites/dist/foundation.min.css +2 -0
  58. data/_sass/foundation-sites/dist/foundation.min.js +4 -0
  59. data/_sass/foundation-sites/dist/plugins/foundation.abide.js +600 -0
  60. data/_sass/foundation-sites/dist/plugins/foundation.accordion.js +262 -0
  61. data/_sass/foundation-sites/dist/plugins/foundation.accordionMenu.js +307 -0
  62. data/_sass/foundation-sites/dist/plugins/foundation.core.js +386 -0
  63. data/_sass/foundation-sites/dist/plugins/foundation.drilldown.js +409 -0
  64. data/_sass/foundation-sites/dist/plugins/foundation.dropdown.js +447 -0
  65. data/_sass/foundation-sites/dist/plugins/foundation.dropdownMenu.js +447 -0
  66. data/_sass/foundation-sites/dist/plugins/foundation.equalizer.js +364 -0
  67. data/_sass/foundation-sites/dist/plugins/foundation.interchange.js +227 -0
  68. data/_sass/foundation-sites/dist/plugins/foundation.magellan.js +257 -0
  69. data/_sass/foundation-sites/dist/plugins/foundation.offcanvas.js +438 -0
  70. data/_sass/foundation-sites/dist/plugins/foundation.orbit.js +484 -0
  71. data/_sass/foundation-sites/dist/plugins/foundation.responsiveMenu.js +171 -0
  72. data/_sass/foundation-sites/dist/plugins/foundation.responsiveToggle.js +142 -0
  73. data/_sass/foundation-sites/dist/plugins/foundation.reveal.js +623 -0
  74. data/_sass/foundation-sites/dist/plugins/foundation.slider.js +648 -0
  75. data/_sass/foundation-sites/dist/plugins/foundation.sticky.js +495 -0
  76. data/_sass/foundation-sites/dist/plugins/foundation.tabs.js +348 -0
  77. data/_sass/foundation-sites/dist/plugins/foundation.toggler.js +166 -0
  78. data/_sass/foundation-sites/dist/plugins/foundation.tooltip.js +468 -0
  79. data/_sass/foundation-sites/dist/plugins/foundation.util.box.js +196 -0
  80. data/_sass/foundation-sites/dist/plugins/foundation.util.keyboard.js +123 -0
  81. data/_sass/foundation-sites/dist/plugins/foundation.util.mediaQuery.js +216 -0
  82. data/_sass/foundation-sites/dist/plugins/foundation.util.motion.js +97 -0
  83. data/_sass/foundation-sites/dist/plugins/foundation.util.nest.js +69 -0
  84. data/_sass/foundation-sites/dist/plugins/foundation.util.timerAndImageLoader.js +84 -0
  85. data/_sass/foundation-sites/dist/plugins/foundation.util.touch.js +352 -0
  86. data/_sass/foundation-sites/dist/plugins/foundation.util.triggers.js +243 -0
  87. data/_sass/foundation-sites/docslink.sh +3 -0
  88. data/_sass/foundation-sites/js/foundation.abide.js +543 -0
  89. data/_sass/foundation-sites/js/foundation.accordion.js +237 -0
  90. data/_sass/foundation-sites/js/foundation.accordionMenu.js +274 -0
  91. data/_sass/foundation-sites/js/foundation.core.js +378 -0
  92. data/_sass/foundation-sites/js/foundation.drilldown.js +369 -0
  93. data/_sass/foundation-sites/js/foundation.dropdown.js +409 -0
  94. data/_sass/foundation-sites/js/foundation.dropdownMenu.js +404 -0
  95. data/_sass/foundation-sites/js/foundation.equalizer.js +306 -0
  96. data/_sass/foundation-sites/js/foundation.interchange.js +198 -0
  97. data/_sass/foundation-sites/js/foundation.magellan.js +223 -0
  98. data/_sass/foundation-sites/js/foundation.offcanvas.js +398 -0
  99. data/_sass/foundation-sites/js/foundation.orbit.js +446 -0
  100. data/_sass/foundation-sites/js/foundation.responsiveMenu.js +148 -0
  101. data/_sass/foundation-sites/js/foundation.responsiveToggle.js +119 -0
  102. data/_sass/foundation-sites/js/foundation.reveal.js +576 -0
  103. data/_sass/foundation-sites/js/foundation.slider.js +597 -0
  104. data/_sass/foundation-sites/js/foundation.sticky.js +450 -0
  105. data/_sass/foundation-sites/js/foundation.tabs.js +333 -0
  106. data/_sass/foundation-sites/js/foundation.toggler.js +144 -0
  107. data/_sass/foundation-sites/js/foundation.tooltip.js +444 -0
  108. data/_sass/foundation-sites/js/foundation.util.box.js +195 -0
  109. data/_sass/foundation-sites/js/foundation.util.keyboard.js +115 -0
  110. data/_sass/foundation-sites/js/foundation.util.mediaQuery.js +214 -0
  111. data/_sass/foundation-sites/js/foundation.util.motion.js +99 -0
  112. data/_sass/foundation-sites/js/foundation.util.nest.js +76 -0
  113. data/_sass/foundation-sites/js/foundation.util.timerAndImageLoader.js +86 -0
  114. data/_sass/foundation-sites/js/foundation.util.touch.js +352 -0
  115. data/_sass/foundation-sites/js/foundation.util.triggers.js +239 -0
  116. data/_sass/foundation-sites/node_modules/jquery/AUTHORS.txt +278 -0
  117. data/_sass/foundation-sites/node_modules/jquery/LICENSE.txt +36 -0
  118. data/_sass/foundation-sites/node_modules/jquery/README.md +65 -0
  119. data/_sass/foundation-sites/node_modules/jquery/bower.json +14 -0
  120. data/_sass/foundation-sites/node_modules/jquery/dist/jquery.js +9814 -0
  121. data/_sass/foundation-sites/node_modules/jquery/dist/jquery.min.js +4 -0
  122. data/_sass/foundation-sites/node_modules/jquery/dist/jquery.min.map +1 -0
  123. data/_sass/foundation-sites/node_modules/jquery/external/sizzle/LICENSE.txt +36 -0
  124. data/_sass/foundation-sites/node_modules/jquery/external/sizzle/dist/sizzle.js +2143 -0
  125. data/_sass/foundation-sites/node_modules/jquery/external/sizzle/dist/sizzle.min.js +3 -0
  126. data/_sass/foundation-sites/node_modules/jquery/external/sizzle/dist/sizzle.min.map +1 -0
  127. data/_sass/foundation-sites/node_modules/jquery/package.json +112 -0
  128. data/_sass/foundation-sites/node_modules/jquery/src/ajax.js +845 -0
  129. data/_sass/foundation-sites/node_modules/jquery/src/ajax/jsonp.js +100 -0
  130. data/_sass/foundation-sites/node_modules/jquery/src/ajax/load.js +83 -0
  131. data/_sass/foundation-sites/node_modules/jquery/src/ajax/parseJSON.js +13 -0
  132. data/_sass/foundation-sites/node_modules/jquery/src/ajax/parseXML.js +27 -0
  133. data/_sass/foundation-sites/node_modules/jquery/src/ajax/script.js +68 -0
  134. data/_sass/foundation-sites/node_modules/jquery/src/ajax/var/location.js +3 -0
  135. data/_sass/foundation-sites/node_modules/jquery/src/ajax/var/nonce.js +5 -0
  136. data/_sass/foundation-sites/node_modules/jquery/src/ajax/var/rquery.js +3 -0
  137. data/_sass/foundation-sites/node_modules/jquery/src/ajax/xhr.js +167 -0
  138. data/_sass/foundation-sites/node_modules/jquery/src/attributes.js +11 -0
  139. data/_sass/foundation-sites/node_modules/jquery/src/attributes/attr.js +142 -0
  140. data/_sass/foundation-sites/node_modules/jquery/src/attributes/classes.js +177 -0
  141. data/_sass/foundation-sites/node_modules/jquery/src/attributes/prop.js +125 -0
  142. data/_sass/foundation-sites/node_modules/jquery/src/attributes/support.js +36 -0
  143. data/_sass/foundation-sites/node_modules/jquery/src/attributes/val.js +177 -0
  144. data/_sass/foundation-sites/node_modules/jquery/src/callbacks.js +232 -0
  145. data/_sass/foundation-sites/node_modules/jquery/src/core.js +494 -0
  146. data/_sass/foundation-sites/node_modules/jquery/src/core/access.js +65 -0
  147. data/_sass/foundation-sites/node_modules/jquery/src/core/init.js +134 -0
  148. data/_sass/foundation-sites/node_modules/jquery/src/core/parseHTML.js +41 -0
  149. data/_sass/foundation-sites/node_modules/jquery/src/core/ready.js +103 -0
  150. data/_sass/foundation-sites/node_modules/jquery/src/core/var/rsingleTag.js +5 -0
  151. data/_sass/foundation-sites/node_modules/jquery/src/css.js +502 -0
  152. data/_sass/foundation-sites/node_modules/jquery/src/css/addGetHookIf.js +24 -0
  153. data/_sass/foundation-sites/node_modules/jquery/src/css/adjustCSS.js +65 -0
  154. data/_sass/foundation-sites/node_modules/jquery/src/css/curCSS.js +60 -0
  155. data/_sass/foundation-sites/node_modules/jquery/src/css/defaultDisplay.js +72 -0
  156. data/_sass/foundation-sites/node_modules/jquery/src/css/hiddenVisibleSelectors.js +18 -0
  157. data/_sass/foundation-sites/node_modules/jquery/src/css/showHide.js +48 -0
  158. data/_sass/foundation-sites/node_modules/jquery/src/css/support.js +121 -0
  159. data/_sass/foundation-sites/node_modules/jquery/src/css/var/cssExpand.js +3 -0
  160. data/_sass/foundation-sites/node_modules/jquery/src/css/var/getStyles.js +15 -0
  161. data/_sass/foundation-sites/node_modules/jquery/src/css/var/isHidden.js +16 -0
  162. data/_sass/foundation-sites/node_modules/jquery/src/css/var/rmargin.js +3 -0
  163. data/_sass/foundation-sites/node_modules/jquery/src/css/var/rnumnonpx.js +5 -0
  164. data/_sass/foundation-sites/node_modules/jquery/src/css/var/swap.js +24 -0
  165. data/_sass/foundation-sites/node_modules/jquery/src/data.js +187 -0
  166. data/_sass/foundation-sites/node_modules/jquery/src/data/Data.js +200 -0
  167. data/_sass/foundation-sites/node_modules/jquery/src/data/var/acceptData.js +18 -0
  168. data/_sass/foundation-sites/node_modules/jquery/src/data/var/dataPriv.js +5 -0
  169. data/_sass/foundation-sites/node_modules/jquery/src/data/var/dataUser.js +5 -0
  170. data/_sass/foundation-sites/node_modules/jquery/src/deferred.js +158 -0
  171. data/_sass/foundation-sites/node_modules/jquery/src/deprecated.js +32 -0
  172. data/_sass/foundation-sites/node_modules/jquery/src/dimensions.js +54 -0
  173. data/_sass/foundation-sites/node_modules/jquery/src/effects.js +629 -0
  174. data/_sass/foundation-sites/node_modules/jquery/src/effects/Tween.js +121 -0
  175. data/_sass/foundation-sites/node_modules/jquery/src/effects/animatedSelector.js +13 -0
  176. data/_sass/foundation-sites/node_modules/jquery/src/event.js +711 -0
  177. data/_sass/foundation-sites/node_modules/jquery/src/event/ajax.js +20 -0
  178. data/_sass/foundation-sites/node_modules/jquery/src/event/alias.js +27 -0
  179. data/_sass/foundation-sites/node_modules/jquery/src/event/focusin.js +53 -0
  180. data/_sass/foundation-sites/node_modules/jquery/src/event/support.js +9 -0
  181. data/_sass/foundation-sites/node_modules/jquery/src/event/trigger.js +183 -0
  182. data/_sass/foundation-sites/node_modules/jquery/src/exports/amd.js +24 -0
  183. data/_sass/foundation-sites/node_modules/jquery/src/exports/global.js +26 -0
  184. data/_sass/foundation-sites/node_modules/jquery/src/intro.js +44 -0
  185. data/_sass/foundation-sites/node_modules/jquery/src/jquery.js +37 -0
  186. data/_sass/foundation-sites/node_modules/jquery/src/manipulation.js +481 -0
  187. data/_sass/foundation-sites/node_modules/jquery/src/manipulation/_evalUrl.js +20 -0
  188. data/_sass/foundation-sites/node_modules/jquery/src/manipulation/buildFragment.js +102 -0
  189. data/_sass/foundation-sites/node_modules/jquery/src/manipulation/getAll.js +21 -0
  190. data/_sass/foundation-sites/node_modules/jquery/src/manipulation/setGlobalEval.js +20 -0
  191. data/_sass/foundation-sites/node_modules/jquery/src/manipulation/support.js +33 -0
  192. data/_sass/foundation-sites/node_modules/jquery/src/manipulation/var/rcheckableType.js +3 -0
  193. data/_sass/foundation-sites/node_modules/jquery/src/manipulation/var/rscriptType.js +3 -0
  194. data/_sass/foundation-sites/node_modules/jquery/src/manipulation/var/rtagName.js +3 -0
  195. data/_sass/foundation-sites/node_modules/jquery/src/manipulation/wrapMap.js +27 -0
  196. data/_sass/foundation-sites/node_modules/jquery/src/offset.js +218 -0
  197. data/_sass/foundation-sites/node_modules/jquery/src/outro.js +2 -0
  198. data/_sass/foundation-sites/node_modules/jquery/src/queue.js +143 -0
  199. data/_sass/foundation-sites/node_modules/jquery/src/queue/delay.js +22 -0
  200. data/_sass/foundation-sites/node_modules/jquery/src/selector-native.js +211 -0
  201. data/_sass/foundation-sites/node_modules/jquery/src/selector-sizzle.js +14 -0
  202. data/_sass/foundation-sites/node_modules/jquery/src/selector.js +1 -0
  203. data/_sass/foundation-sites/node_modules/jquery/src/serialize.js +125 -0
  204. data/_sass/foundation-sites/node_modules/jquery/src/traversing.js +175 -0
  205. data/_sass/foundation-sites/node_modules/jquery/src/traversing/findFilter.js +100 -0
  206. data/_sass/foundation-sites/node_modules/jquery/src/traversing/var/dir.js +20 -0
  207. data/_sass/foundation-sites/node_modules/jquery/src/traversing/var/rneedsContext.js +6 -0
  208. data/_sass/foundation-sites/node_modules/jquery/src/traversing/var/siblings.js +15 -0
  209. data/_sass/foundation-sites/node_modules/jquery/src/var/arr.js +3 -0
  210. data/_sass/foundation-sites/node_modules/jquery/src/var/class2type.js +5 -0
  211. data/_sass/foundation-sites/node_modules/jquery/src/var/concat.js +5 -0
  212. data/_sass/foundation-sites/node_modules/jquery/src/var/document.js +3 -0
  213. data/_sass/foundation-sites/node_modules/jquery/src/var/documentElement.js +5 -0
  214. data/_sass/foundation-sites/node_modules/jquery/src/var/hasOwn.js +5 -0
  215. data/_sass/foundation-sites/node_modules/jquery/src/var/indexOf.js +5 -0
  216. data/_sass/foundation-sites/node_modules/jquery/src/var/pnum.js +3 -0
  217. data/_sass/foundation-sites/node_modules/jquery/src/var/push.js +5 -0
  218. data/_sass/foundation-sites/node_modules/jquery/src/var/rcssNum.js +7 -0
  219. data/_sass/foundation-sites/node_modules/jquery/src/var/rnotwhite.js +3 -0
  220. data/_sass/foundation-sites/node_modules/jquery/src/var/slice.js +5 -0
  221. data/_sass/foundation-sites/node_modules/jquery/src/var/support.js +5 -0
  222. data/_sass/foundation-sites/node_modules/jquery/src/var/toString.js +5 -0
  223. data/_sass/foundation-sites/node_modules/jquery/src/wrap.js +79 -0
  224. data/_sass/foundation-sites/package.json +148 -0
  225. data/_sass/foundation-sites/scss/_global.scss +638 -0
  226. data/_sass/foundation-sites/scss/components/_accordion-menu.scss +32 -0
  227. data/_sass/foundation-sites/scss/components/_accordion.scss +129 -0
  228. data/_sass/foundation-sites/scss/components/_badge.scss +55 -0
  229. data/_sass/foundation-sites/scss/components/_breadcrumbs.scss +95 -0
  230. data/_sass/foundation-sites/scss/components/_button-group.scss +195 -0
  231. data/_sass/foundation-sites/scss/components/_button.scss +265 -0
  232. data/_sass/foundation-sites/scss/components/_callout.scss +105 -0
  233. data/_sass/foundation-sites/scss/components/_close-button.scss +61 -0
  234. data/_sass/foundation-sites/scss/components/_drilldown.scss +79 -0
  235. data/_sass/foundation-sites/scss/components/_dropdown-menu.scss +221 -0
  236. data/_sass/foundation-sites/scss/components/_dropdown.scss +65 -0
  237. data/_sass/foundation-sites/scss/components/_flex-video.scss +63 -0
  238. data/_sass/foundation-sites/scss/components/_flex.scss +28 -0
  239. data/_sass/foundation-sites/scss/components/_float.scss +27 -0
  240. data/_sass/foundation-sites/scss/components/_label.scss +56 -0
  241. data/_sass/foundation-sites/scss/components/_media-object.scss +115 -0
  242. data/_sass/foundation-sites/scss/components/_menu-icon.scss +9 -0
  243. data/_sass/foundation-sites/scss/components/_menu.scss +314 -0
  244. data/_sass/foundation-sites/scss/components/_off-canvas.scss +177 -0
  245. data/_sass/foundation-sites/scss/components/_orbit.scss +193 -0
  246. data/_sass/foundation-sites/scss/components/_pagination.scss +162 -0
  247. data/_sass/foundation-sites/scss/components/_progress-bar.scss +64 -0
  248. data/_sass/foundation-sites/scss/components/_reveal.scss +172 -0
  249. data/_sass/foundation-sites/scss/components/_slider.scss +133 -0
  250. data/_sass/foundation-sites/scss/components/_sticky.scss +38 -0
  251. data/_sass/foundation-sites/scss/components/_switch.scss +232 -0
  252. data/_sass/foundation-sites/scss/components/_table.scss +234 -0
  253. data/_sass/foundation-sites/scss/components/_tabs.scss +165 -0
  254. data/_sass/foundation-sites/scss/components/_thumbnail.scss +54 -0
  255. data/_sass/foundation-sites/scss/components/_title-bar.scss +89 -0
  256. data/_sass/foundation-sites/scss/components/_tooltip.scss +104 -0
  257. data/_sass/foundation-sites/scss/components/_top-bar.scss +168 -0
  258. data/_sass/foundation-sites/scss/components/_visibility.scss +132 -0
  259. data/_sass/foundation-sites/scss/forms/_checkbox.scss +40 -0
  260. data/_sass/foundation-sites/scss/forms/_error.scss +84 -0
  261. data/_sass/foundation-sites/scss/forms/_fieldset.scss +54 -0
  262. data/_sass/foundation-sites/scss/forms/_forms.scss +34 -0
  263. data/_sass/foundation-sites/scss/forms/_help-text.scss +30 -0
  264. data/_sass/foundation-sites/scss/forms/_input-group.scss +128 -0
  265. data/_sass/foundation-sites/scss/forms/_label.scss +48 -0
  266. data/_sass/foundation-sites/scss/forms/_meter.scss +109 -0
  267. data/_sass/foundation-sites/scss/forms/_progress.scss +85 -0
  268. data/_sass/foundation-sites/scss/forms/_range.scss +144 -0
  269. data/_sass/foundation-sites/scss/forms/_select.scss +67 -0
  270. data/_sass/foundation-sites/scss/forms/_text.scss +163 -0
  271. data/_sass/foundation-sites/scss/foundation.scss +102 -0
  272. data/_sass/foundation-sites/scss/grid/_classes.scss +151 -0
  273. data/_sass/foundation-sites/scss/grid/_column.scss +126 -0
  274. data/_sass/foundation-sites/scss/grid/_flex-grid.scss +274 -0
  275. data/_sass/foundation-sites/scss/grid/_grid.scss +60 -0
  276. data/_sass/foundation-sites/scss/grid/_gutter.scss +34 -0
  277. data/_sass/foundation-sites/scss/grid/_layout.scss +51 -0
  278. data/_sass/foundation-sites/scss/grid/_position.scss +73 -0
  279. data/_sass/foundation-sites/scss/grid/_row.scss +95 -0
  280. data/_sass/foundation-sites/scss/grid/_size.scss +24 -0
  281. data/_sass/foundation-sites/scss/settings/_settings.scss +567 -0
  282. data/_sass/foundation-sites/scss/typography/_alignment.scss +22 -0
  283. data/_sass/foundation-sites/scss/typography/_base.scss +443 -0
  284. data/_sass/foundation-sites/scss/typography/_helpers.scss +77 -0
  285. data/_sass/foundation-sites/scss/typography/_print.scss +77 -0
  286. data/_sass/foundation-sites/scss/typography/_typography.scss +28 -0
  287. data/_sass/foundation-sites/scss/util/_breakpoint.scss +275 -0
  288. data/_sass/foundation-sites/scss/util/_color.scss +60 -0
  289. data/_sass/foundation-sites/scss/util/_flex.scss +68 -0
  290. data/_sass/foundation-sites/scss/util/_mixins.scss +235 -0
  291. data/_sass/foundation-sites/scss/util/_selector.scss +40 -0
  292. data/_sass/foundation-sites/scss/util/_unit.scss +90 -0
  293. data/_sass/foundation-sites/scss/util/_util.scss +11 -0
  294. data/_sass/foundation-sites/scss/util/_value.scss +107 -0
  295. data/_sass/foundation-sites/vendor/fastclick/LICENSE +22 -0
  296. data/_sass/foundation-sites/vendor/fastclick/README.md +140 -0
  297. data/_sass/foundation-sites/vendor/jquery-placeholder/jquery.placeholder.js +192 -0
  298. data/_sass/foundation-sites/vendor/jquery.autocomplete/content/styles.css +9 -0
  299. data/_sass/foundation-sites/vendor/jquery.autocomplete/devbridge-autocomplete.jquery.json +28 -0
  300. data/_sass/foundation-sites/vendor/jquery.autocomplete/dist/jquery.autocomplete.js +823 -0
  301. data/_sass/foundation-sites/vendor/jquery.autocomplete/dist/jquery.autocomplete.min.js +29 -0
  302. data/_sass/foundation-sites/vendor/jquery.autocomplete/dist/license.txt +21 -0
  303. data/_sass/foundation-sites/vendor/jquery.autocomplete/index.htm +48 -0
  304. data/_sass/foundation-sites/vendor/jquery.autocomplete/license.txt +21 -0
  305. data/_sass/foundation-sites/vendor/jquery.autocomplete/readme.md +165 -0
  306. data/_sass/foundation-sites/vendor/jquery.autocomplete/scripts/countries.js +266 -0
  307. data/_sass/foundation-sites/vendor/jquery.autocomplete/scripts/demo.js +68 -0
  308. data/_sass/foundation-sites/vendor/jquery.autocomplete/scripts/jquery-1.8.2.min.js +2 -0
  309. data/_sass/foundation-sites/vendor/jquery.autocomplete/scripts/jquery.mockjax.js +564 -0
  310. data/_sass/foundation-sites/vendor/jquery.autocomplete/src/jquery.autocomplete.d.ts +40 -0
  311. data/_sass/foundation-sites/vendor/jquery.autocomplete/src/jquery.autocomplete.js +823 -0
  312. data/_sass/foundation-sites/vendor/jquery.cookie/jquery.cookie.js +117 -0
  313. data/_sass/foundation-sites/vendor/jquery/AUTHORS.txt +278 -0
  314. data/_sass/foundation-sites/vendor/jquery/LICENSE.txt +36 -0
  315. data/_sass/foundation-sites/vendor/jquery/README.md +65 -0
  316. data/_sass/foundation-sites/vendor/jquery/dist/jquery.js +9842 -0
  317. data/_sass/foundation-sites/vendor/jquery/dist/jquery.min.js +4 -0
  318. data/_sass/foundation-sites/vendor/jquery/dist/jquery.min.map +1 -0
  319. data/_sass/foundation-sites/vendor/jquery/dist/jquery.slim.js +7877 -0
  320. data/_sass/foundation-sites/vendor/jquery/dist/jquery.slim.min.js +4 -0
  321. data/_sass/foundation-sites/vendor/jquery/dist/jquery.slim.min.map +1 -0
  322. data/_sass/foundation-sites/vendor/jquery/sizzle/LICENSE.txt +36 -0
  323. data/_sass/foundation-sites/vendor/jquery/sizzle/dist/sizzle.js +2143 -0
  324. data/_sass/foundation-sites/vendor/jquery/sizzle/dist/sizzle.min.js +3 -0
  325. data/_sass/foundation-sites/vendor/jquery/sizzle/dist/sizzle.min.map +1 -0
  326. data/_sass/foundation-sites/vendor/jquery/src/ajax.js +845 -0
  327. data/_sass/foundation-sites/vendor/jquery/src/ajax/jsonp.js +100 -0
  328. data/_sass/foundation-sites/vendor/jquery/src/ajax/load.js +83 -0
  329. data/_sass/foundation-sites/vendor/jquery/src/ajax/parseJSON.js +13 -0
  330. data/_sass/foundation-sites/vendor/jquery/src/ajax/parseXML.js +27 -0
  331. data/_sass/foundation-sites/vendor/jquery/src/ajax/script.js +68 -0
  332. data/_sass/foundation-sites/vendor/jquery/src/ajax/var/location.js +3 -0
  333. data/_sass/foundation-sites/vendor/jquery/src/ajax/var/nonce.js +5 -0
  334. data/_sass/foundation-sites/vendor/jquery/src/ajax/var/rquery.js +3 -0
  335. data/_sass/foundation-sites/vendor/jquery/src/ajax/xhr.js +167 -0
  336. data/_sass/foundation-sites/vendor/jquery/src/attributes.js +11 -0
  337. data/_sass/foundation-sites/vendor/jquery/src/attributes/attr.js +142 -0
  338. data/_sass/foundation-sites/vendor/jquery/src/attributes/classes.js +177 -0
  339. data/_sass/foundation-sites/vendor/jquery/src/attributes/prop.js +125 -0
  340. data/_sass/foundation-sites/vendor/jquery/src/attributes/support.js +36 -0
  341. data/_sass/foundation-sites/vendor/jquery/src/attributes/val.js +177 -0
  342. data/_sass/foundation-sites/vendor/jquery/src/callbacks.js +232 -0
  343. data/_sass/foundation-sites/vendor/jquery/src/core.js +494 -0
  344. data/_sass/foundation-sites/vendor/jquery/src/core/DOMEval.js +14 -0
  345. data/_sass/foundation-sites/vendor/jquery/src/core/access.js +65 -0
  346. data/_sass/foundation-sites/vendor/jquery/src/core/init.js +134 -0
  347. data/_sass/foundation-sites/vendor/jquery/src/core/parseHTML.js +41 -0
  348. data/_sass/foundation-sites/vendor/jquery/src/core/ready.js +103 -0
  349. data/_sass/foundation-sites/vendor/jquery/src/core/support.js +18 -0
  350. data/_sass/foundation-sites/vendor/jquery/src/core/var/rsingleTag.js +5 -0
  351. data/_sass/foundation-sites/vendor/jquery/src/css.js +515 -0
  352. data/_sass/foundation-sites/vendor/jquery/src/css/addGetHookIf.js +24 -0
  353. data/_sass/foundation-sites/vendor/jquery/src/css/adjustCSS.js +65 -0
  354. data/_sass/foundation-sites/vendor/jquery/src/css/curCSS.js +60 -0
  355. data/_sass/foundation-sites/vendor/jquery/src/css/defaultDisplay.js +72 -0
  356. data/_sass/foundation-sites/vendor/jquery/src/css/hiddenVisibleSelectors.js +18 -0
  357. data/_sass/foundation-sites/vendor/jquery/src/css/showHide.js +48 -0
  358. data/_sass/foundation-sites/vendor/jquery/src/css/support.js +121 -0
  359. data/_sass/foundation-sites/vendor/jquery/src/css/var/cssExpand.js +3 -0
  360. data/_sass/foundation-sites/vendor/jquery/src/css/var/getStyles.js +15 -0
  361. data/_sass/foundation-sites/vendor/jquery/src/css/var/isHidden.js +16 -0
  362. data/_sass/foundation-sites/vendor/jquery/src/css/var/rmargin.js +3 -0
  363. data/_sass/foundation-sites/vendor/jquery/src/css/var/rnumnonpx.js +5 -0
  364. data/_sass/foundation-sites/vendor/jquery/src/css/var/swap.js +24 -0
  365. data/_sass/foundation-sites/vendor/jquery/src/data.js +187 -0
  366. data/_sass/foundation-sites/vendor/jquery/src/data/Data.js +200 -0
  367. data/_sass/foundation-sites/vendor/jquery/src/data/accepts.js +20 -0
  368. data/_sass/foundation-sites/vendor/jquery/src/data/support.js +23 -0
  369. data/_sass/foundation-sites/vendor/jquery/src/data/var/acceptData.js +18 -0
  370. data/_sass/foundation-sites/vendor/jquery/src/data/var/dataPriv.js +5 -0
  371. data/_sass/foundation-sites/vendor/jquery/src/data/var/dataUser.js +5 -0
  372. data/_sass/foundation-sites/vendor/jquery/src/deferred.js +158 -0
  373. data/_sass/foundation-sites/vendor/jquery/src/deferred/exceptionHook.js +19 -0
  374. data/_sass/foundation-sites/vendor/jquery/src/deprecated.js +32 -0
  375. data/_sass/foundation-sites/vendor/jquery/src/dimensions.js +54 -0
  376. data/_sass/foundation-sites/vendor/jquery/src/effects.js +629 -0
  377. data/_sass/foundation-sites/vendor/jquery/src/effects/Tween.js +121 -0
  378. data/_sass/foundation-sites/vendor/jquery/src/effects/animatedSelector.js +13 -0
  379. data/_sass/foundation-sites/vendor/jquery/src/effects/support.js +58 -0
  380. data/_sass/foundation-sites/vendor/jquery/src/event.js +710 -0
  381. data/_sass/foundation-sites/vendor/jquery/src/event/ajax.js +20 -0
  382. data/_sass/foundation-sites/vendor/jquery/src/event/alias.js +27 -0
  383. data/_sass/foundation-sites/vendor/jquery/src/event/focusin.js +53 -0
  384. data/_sass/foundation-sites/vendor/jquery/src/event/support.js +9 -0
  385. data/_sass/foundation-sites/vendor/jquery/src/event/trigger.js +199 -0
  386. data/_sass/foundation-sites/vendor/jquery/src/exports/amd.js +24 -0
  387. data/_sass/foundation-sites/vendor/jquery/src/exports/global.js +26 -0
  388. data/_sass/foundation-sites/vendor/jquery/src/intro.js +44 -0
  389. data/_sass/foundation-sites/vendor/jquery/src/jquery.js +37 -0
  390. data/_sass/foundation-sites/vendor/jquery/src/manipulation.js +481 -0
  391. data/_sass/foundation-sites/vendor/jquery/src/manipulation/_evalUrl.js +20 -0
  392. data/_sass/foundation-sites/vendor/jquery/src/manipulation/buildFragment.js +102 -0
  393. data/_sass/foundation-sites/vendor/jquery/src/manipulation/createSafeFragment.js +20 -0
  394. data/_sass/foundation-sites/vendor/jquery/src/manipulation/getAll.js +21 -0
  395. data/_sass/foundation-sites/vendor/jquery/src/manipulation/setGlobalEval.js +20 -0
  396. data/_sass/foundation-sites/vendor/jquery/src/manipulation/support.js +33 -0
  397. data/_sass/foundation-sites/vendor/jquery/src/manipulation/var/nodeNames.js +5 -0
  398. data/_sass/foundation-sites/vendor/jquery/src/manipulation/var/rcheckableType.js +3 -0
  399. data/_sass/foundation-sites/vendor/jquery/src/manipulation/var/rleadingWhitespace.js +3 -0
  400. data/_sass/foundation-sites/vendor/jquery/src/manipulation/var/rscriptType.js +3 -0
  401. data/_sass/foundation-sites/vendor/jquery/src/manipulation/var/rtagName.js +3 -0
  402. data/_sass/foundation-sites/vendor/jquery/src/manipulation/wrapMap.js +27 -0
  403. data/_sass/foundation-sites/vendor/jquery/src/offset.js +218 -0
  404. data/_sass/foundation-sites/vendor/jquery/src/outro.js +2 -0
  405. data/_sass/foundation-sites/vendor/jquery/src/queue.js +143 -0
  406. data/_sass/foundation-sites/vendor/jquery/src/queue/delay.js +22 -0
  407. data/_sass/foundation-sites/vendor/jquery/src/selector-native.js +211 -0
  408. data/_sass/foundation-sites/vendor/jquery/src/selector-sizzle.js +14 -0
  409. data/_sass/foundation-sites/vendor/jquery/src/selector.js +1 -0
  410. data/_sass/foundation-sites/vendor/jquery/src/serialize.js +125 -0
  411. data/_sass/foundation-sites/vendor/jquery/src/support.js +63 -0
  412. data/_sass/foundation-sites/vendor/jquery/src/traversing.js +175 -0
  413. data/_sass/foundation-sites/vendor/jquery/src/traversing/findFilter.js +100 -0
  414. data/_sass/foundation-sites/vendor/jquery/src/traversing/var/dir.js +20 -0
  415. data/_sass/foundation-sites/vendor/jquery/src/traversing/var/rneedsContext.js +6 -0
  416. data/_sass/foundation-sites/vendor/jquery/src/traversing/var/siblings.js +15 -0
  417. data/_sass/foundation-sites/vendor/jquery/src/var/arr.js +3 -0
  418. data/_sass/foundation-sites/vendor/jquery/src/var/class2type.js +5 -0
  419. data/_sass/foundation-sites/vendor/jquery/src/var/concat.js +5 -0
  420. data/_sass/foundation-sites/vendor/jquery/src/var/deletedIds.js +3 -0
  421. data/_sass/foundation-sites/vendor/jquery/src/var/document.js +3 -0
  422. data/_sass/foundation-sites/vendor/jquery/src/var/documentElement.js +5 -0
  423. data/_sass/foundation-sites/vendor/jquery/src/var/hasOwn.js +5 -0
  424. data/_sass/foundation-sites/vendor/jquery/src/var/indexOf.js +5 -0
  425. data/_sass/foundation-sites/vendor/jquery/src/var/pnum.js +3 -0
  426. data/_sass/foundation-sites/vendor/jquery/src/var/push.js +5 -0
  427. data/_sass/foundation-sites/vendor/jquery/src/var/rcssNum.js +7 -0
  428. data/_sass/foundation-sites/vendor/jquery/src/var/rnotwhite.js +3 -0
  429. data/_sass/foundation-sites/vendor/jquery/src/var/slice.js +5 -0
  430. data/_sass/foundation-sites/vendor/jquery/src/var/support.js +5 -0
  431. data/_sass/foundation-sites/vendor/jquery/src/var/toString.js +5 -0
  432. data/_sass/foundation-sites/vendor/jquery/src/wrap.js +79 -0
  433. data/_sass/foundation-sites/vendor/lodash/LICENSE.txt +22 -0
  434. data/_sass/foundation-sites/vendor/lodash/dist/lodash.compat.js +7158 -0
  435. data/_sass/foundation-sites/vendor/lodash/dist/lodash.compat.min.js +92 -0
  436. data/_sass/foundation-sites/vendor/lodash/dist/lodash.js +6786 -0
  437. data/_sass/foundation-sites/vendor/lodash/dist/lodash.min.js +87 -0
  438. data/_sass/foundation-sites/vendor/lodash/dist/lodash.underscore.js +4979 -0
  439. data/_sass/foundation-sites/vendor/lodash/dist/lodash.underscore.min.js +39 -0
  440. data/_sass/foundation-sites/vendor/modernizr/feature-detects/a-download.js +8 -0
  441. data/_sass/foundation-sites/vendor/modernizr/feature-detects/audio-audiodata-api.js +4 -0
  442. data/_sass/foundation-sites/vendor/modernizr/feature-detects/audio-webaudio-api.js +4 -0
  443. data/_sass/foundation-sites/vendor/modernizr/feature-detects/battery-api.js +8 -0
  444. data/_sass/foundation-sites/vendor/modernizr/feature-detects/battery-level.js +11 -0
  445. data/_sass/foundation-sites/vendor/modernizr/feature-detects/blob-constructor.js +10 -0
  446. data/_sass/foundation-sites/vendor/modernizr/feature-detects/canvas-todataurl-type.js +28 -0
  447. data/_sass/foundation-sites/vendor/modernizr/feature-detects/contenteditable.js +9 -0
  448. data/_sass/foundation-sites/vendor/modernizr/feature-detects/contentsecuritypolicy.js +10 -0
  449. data/_sass/foundation-sites/vendor/modernizr/feature-detects/contextmenu.js +11 -0
  450. data/_sass/foundation-sites/vendor/modernizr/feature-detects/cookies.js +15 -0
  451. data/_sass/foundation-sites/vendor/modernizr/feature-detects/cors.js +3 -0
  452. data/_sass/foundation-sites/vendor/modernizr/feature-detects/css-backgroundposition-shorthand.js +19 -0
  453. data/_sass/foundation-sites/vendor/modernizr/feature-detects/css-backgroundposition-xy.js +15 -0
  454. data/_sass/foundation-sites/vendor/modernizr/feature-detects/css-backgroundrepeat.js +31 -0
  455. data/_sass/foundation-sites/vendor/modernizr/feature-detects/css-backgroundsizecover.js +10 -0
  456. data/_sass/foundation-sites/vendor/modernizr/feature-detects/css-boxsizing.js +9 -0
  457. data/_sass/foundation-sites/vendor/modernizr/feature-detects/css-calc.js +12 -0
  458. data/_sass/foundation-sites/vendor/modernizr/feature-detects/css-cubicbezierrange.js +8 -0
  459. data/_sass/foundation-sites/vendor/modernizr/feature-detects/css-displayrunin.js +18 -0
  460. data/_sass/foundation-sites/vendor/modernizr/feature-detects/css-displaytable.js +27 -0
  461. data/_sass/foundation-sites/vendor/modernizr/feature-detects/css-filters.js +7 -0
  462. data/_sass/foundation-sites/vendor/modernizr/feature-detects/css-hyphens.js +205 -0
  463. data/_sass/foundation-sites/vendor/modernizr/feature-detects/css-lastchild.js +11 -0
  464. data/_sass/foundation-sites/vendor/modernizr/feature-detects/css-mask.js +12 -0
  465. data/_sass/foundation-sites/vendor/modernizr/feature-detects/css-mediaqueries.js +3 -0
  466. data/_sass/foundation-sites/vendor/modernizr/feature-detects/css-objectfit.js +6 -0
  467. data/_sass/foundation-sites/vendor/modernizr/feature-detects/css-overflow-scrolling.js +9 -0
  468. data/_sass/foundation-sites/vendor/modernizr/feature-detects/css-pointerevents.js +25 -0
  469. data/_sass/foundation-sites/vendor/modernizr/feature-detects/css-positionsticky.js +13 -0
  470. data/_sass/foundation-sites/vendor/modernizr/feature-detects/css-regions.js +55 -0
  471. data/_sass/foundation-sites/vendor/modernizr/feature-detects/css-remunit.js +19 -0
  472. data/_sass/foundation-sites/vendor/modernizr/feature-detects/css-resize.js +8 -0
  473. data/_sass/foundation-sites/vendor/modernizr/feature-detects/css-scrollbars.js +19 -0
  474. data/_sass/foundation-sites/vendor/modernizr/feature-detects/css-shapes.js +4 -0
  475. data/_sass/foundation-sites/vendor/modernizr/feature-detects/css-subpixelfont.js +23 -0
  476. data/_sass/foundation-sites/vendor/modernizr/feature-detects/css-supports.js +6 -0
  477. data/_sass/foundation-sites/vendor/modernizr/feature-detects/css-userselect.js +10 -0
  478. data/_sass/foundation-sites/vendor/modernizr/feature-detects/css-vhunit.js +14 -0
  479. data/_sass/foundation-sites/vendor/modernizr/feature-detects/css-vmaxunit.js +14 -0
  480. data/_sass/foundation-sites/vendor/modernizr/feature-detects/css-vminunit.js +14 -0
  481. data/_sass/foundation-sites/vendor/modernizr/feature-detects/css-vwunit.js +14 -0
  482. data/_sass/foundation-sites/vendor/modernizr/feature-detects/custom-protocol-handler.js +10 -0
  483. data/_sass/foundation-sites/vendor/modernizr/feature-detects/dart.js +6 -0
  484. data/_sass/foundation-sites/vendor/modernizr/feature-detects/dataview-api.js +4 -0
  485. data/_sass/foundation-sites/vendor/modernizr/feature-detects/dom-classlist.js +4 -0
  486. data/_sass/foundation-sites/vendor/modernizr/feature-detects/dom-createElement-attrs.js +11 -0
  487. data/_sass/foundation-sites/vendor/modernizr/feature-detects/dom-dataset.js +9 -0
  488. data/_sass/foundation-sites/vendor/modernizr/feature-detects/dom-microdata.js +4 -0
  489. data/_sass/foundation-sites/vendor/modernizr/feature-detects/elem-datalist.js +12 -0
  490. data/_sass/foundation-sites/vendor/modernizr/feature-detects/elem-details.js +25 -0
  491. data/_sass/foundation-sites/vendor/modernizr/feature-detects/elem-output.js +4 -0
  492. data/_sass/foundation-sites/vendor/modernizr/feature-detects/elem-progress-meter.js +11 -0
  493. data/_sass/foundation-sites/vendor/modernizr/feature-detects/elem-ruby.js +53 -0
  494. data/_sass/foundation-sites/vendor/modernizr/feature-detects/elem-time.js +4 -0
  495. data/_sass/foundation-sites/vendor/modernizr/feature-detects/elem-track.js +11 -0
  496. data/_sass/foundation-sites/vendor/modernizr/feature-detects/emoji.js +11 -0
  497. data/_sass/foundation-sites/vendor/modernizr/feature-detects/es5-strictmode.js +7 -0
  498. data/_sass/foundation-sites/vendor/modernizr/feature-detects/event-deviceorientation-motion.js +11 -0
  499. data/_sass/foundation-sites/vendor/modernizr/feature-detects/exif-orientation.js +32 -0
  500. data/_sass/foundation-sites/vendor/modernizr/feature-detects/file-api.js +12 -0
  501. data/_sass/foundation-sites/vendor/modernizr/feature-detects/file-filesystem.js +9 -0
  502. data/_sass/foundation-sites/vendor/modernizr/feature-detects/forms-fileinput.js +13 -0
  503. data/_sass/foundation-sites/vendor/modernizr/feature-detects/forms-formattribute.js +29 -0
  504. data/_sass/foundation-sites/vendor/modernizr/feature-detects/forms-inputnumber-l10n.js +32 -0
  505. data/_sass/foundation-sites/vendor/modernizr/feature-detects/forms-placeholder.js +10 -0
  506. data/_sass/foundation-sites/vendor/modernizr/feature-detects/forms-speechinput.js +19 -0
  507. data/_sass/foundation-sites/vendor/modernizr/feature-detects/forms-validation.js +62 -0
  508. data/_sass/foundation-sites/vendor/modernizr/feature-detects/fullscreen-api.js +10 -0
  509. data/_sass/foundation-sites/vendor/modernizr/feature-detects/gamepad.js +12 -0
  510. data/_sass/foundation-sites/vendor/modernizr/feature-detects/getusermedia.js +5 -0
  511. data/_sass/foundation-sites/vendor/modernizr/feature-detects/ie8compat.js +12 -0
  512. data/_sass/foundation-sites/vendor/modernizr/feature-detects/iframe-sandbox.js +5 -0
  513. data/_sass/foundation-sites/vendor/modernizr/feature-detects/iframe-seamless.js +5 -0
  514. data/_sass/foundation-sites/vendor/modernizr/feature-detects/iframe-srcdoc.js +5 -0
  515. data/_sass/foundation-sites/vendor/modernizr/feature-detects/img-apng.js +26 -0
  516. data/_sass/foundation-sites/vendor/modernizr/feature-detects/img-webp.js +20 -0
  517. data/_sass/foundation-sites/vendor/modernizr/feature-detects/json.js +7 -0
  518. data/_sass/foundation-sites/vendor/modernizr/feature-detects/lists-reversed.js +6 -0
  519. data/_sass/foundation-sites/vendor/modernizr/feature-detects/mathml.js +23 -0
  520. data/_sass/foundation-sites/vendor/modernizr/feature-detects/network-connection.js +22 -0
  521. data/_sass/foundation-sites/vendor/modernizr/feature-detects/network-eventsource.js +5 -0
  522. data/_sass/foundation-sites/vendor/modernizr/feature-detects/network-xhr2.js +13 -0
  523. data/_sass/foundation-sites/vendor/modernizr/feature-detects/notification.js +10 -0
  524. data/_sass/foundation-sites/vendor/modernizr/feature-detects/performance.js +5 -0
  525. data/_sass/foundation-sites/vendor/modernizr/feature-detects/pointerlock-api.js +4 -0
  526. data/_sass/foundation-sites/vendor/modernizr/feature-detects/quota-management-api.js +11 -0
  527. data/_sass/foundation-sites/vendor/modernizr/feature-detects/requestanimationframe.js +7 -0
  528. data/_sass/foundation-sites/vendor/modernizr/feature-detects/script-async.js +3 -0
  529. data/_sass/foundation-sites/vendor/modernizr/feature-detects/script-defer.js +3 -0
  530. data/_sass/foundation-sites/vendor/modernizr/feature-detects/style-scoped.js +6 -0
  531. data/_sass/foundation-sites/vendor/modernizr/feature-detects/svg-filters.js +13 -0
  532. data/_sass/foundation-sites/vendor/modernizr/feature-detects/unicode.js +32 -0
  533. data/_sass/foundation-sites/vendor/modernizr/feature-detects/url-data-uri.js +26 -0
  534. data/_sass/foundation-sites/vendor/modernizr/feature-detects/userdata.js +7 -0
  535. data/_sass/foundation-sites/vendor/modernizr/feature-detects/vibration.js +4 -0
  536. data/_sass/foundation-sites/vendor/modernizr/feature-detects/web-intents.js +6 -0
  537. data/_sass/foundation-sites/vendor/modernizr/feature-detects/webgl-extensions.js +42 -0
  538. data/_sass/foundation-sites/vendor/modernizr/feature-detects/websockets-binary.js +20 -0
  539. data/_sass/foundation-sites/vendor/modernizr/feature-detects/window-framed.js +8 -0
  540. data/_sass/foundation-sites/vendor/modernizr/feature-detects/workers-blobworkers.js +66 -0
  541. data/_sass/foundation-sites/vendor/modernizr/feature-detects/workers-dataworkers.js +34 -0
  542. data/_sass/foundation-sites/vendor/modernizr/feature-detects/workers-sharedworkers.js +3 -0
  543. data/_sass/foundation-sites/vendor/modernizr/grunt.js +69 -0
  544. data/_sass/foundation-sites/vendor/modernizr/media/Modernizr 2 Logo.ai +292 -1
  545. data/_sass/foundation-sites/vendor/modernizr/media/Modernizr 2 Logo.eps +0 -0
  546. data/_sass/foundation-sites/vendor/modernizr/media/Modernizr 2 Logo.pdf +292 -1
  547. data/_sass/foundation-sites/vendor/modernizr/media/Modernizr 2 Logo.png +0 -0
  548. data/_sass/foundation-sites/vendor/modernizr/media/Modernizr 2 Logo.svg +35 -0
  549. data/_sass/foundation-sites/vendor/modernizr/modernizr.js +1406 -0
  550. data/_sass/foundation-sites/vendor/modernizr/readme.md +28 -0
  551. data/_sass/objects/media.scss +7 -2
  552. data/_sass/objects/section.scss +5 -5
  553. data/assets/css/main.scss +7 -1
  554. data/assets/fonts/BebasNeue-Thin.ttf +0 -0
  555. data/assets/fonts/BebasNeue-Thin.woff +0 -0
  556. data/assets/fonts/BebasNeueBold.ttf +0 -0
  557. data/assets/fonts/BebasNeueBold.woff +0 -0
  558. data/assets/fonts/BebasNeueBook.ttf +0 -0
  559. data/assets/fonts/BebasNeueBook.woff +0 -0
  560. data/assets/fonts/BebasNeueLight.ttf +0 -0
  561. data/assets/fonts/BebasNeueLight.woff +0 -0
  562. data/assets/fonts/BebasNeueRegular.ttf +0 -0
  563. data/assets/fonts/BebasNeueRegular.woff +0 -0
  564. data/assets/fonts/demo.html +311 -0
  565. data/assets/fonts/stylesheet.css +40 -0
  566. data/assets/img/people/unknown-pirate.svg +3 -0
  567. data/assets/js/0.main.98ff15822eba72edef32.js +51 -0
  568. data/assets/js/0.main.98ff15822eba72edef32.js.map +1 -0
  569. data/assets/js/main.98ff15822eba72edef32.css +3 -0
  570. data/assets/js/main.98ff15822eba72edef32.css.map +1 -0
  571. data/assets/js/main.98ff15822eba72edef32.js +1 -0
  572. data/assets/js/main.98ff15822eba72edef32.js.map +1 -0
  573. data/jekyll-theme-pirati.gemspec +26 -0
  574. metadata +549 -20
  575. data/_sass/components/BasicPage.scss +0 -469
  576. data/assets/fonts/bebasneue_regular-webfont.eot +0 -0
  577. data/assets/fonts/bebasneue_regular-webfont.svg +0 -3906
  578. data/assets/fonts/bebasneue_regular-webfont.ttf +0 -0
  579. data/assets/fonts/bebasneue_regular-webfont.woff +0 -0
  580. data/assets/fonts/bebasneue_regular-webfont.woff2 +0 -0
  581. data/assets/js/apps.js +0 -8
  582. data/assets/js/apps/scroll-top/ScrollTop.vue +0 -83
  583. data/assets/js/apps/scroll-top/index.js +0 -9
  584. data/assets/js/apps/site-search/SiteSearch.vue +0 -85
  585. data/assets/js/apps/site-search/SiteSearchItemTemplate.vue +0 -29
  586. data/assets/js/apps/site-search/index.js +0 -14
  587. data/assets/js/index.js +0 -52
@@ -0,0 +1,11 @@
1
+ {
2
+ "modules": [
3
+ "typography",
4
+ "grid",
5
+ "forms",
6
+ "button",
7
+ "callout",
8
+ "reveal"
9
+ ],
10
+ "variables": {}
11
+ }
@@ -0,0 +1,169 @@
1
+ <!doctype html>
2
+ <html class="no-js" lang="en" dir="ltr">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta http-equiv="x-ua-compatible" content="ie=edge">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <title>Foundation for Sites</title>
8
+ <link rel="stylesheet" href="css/foundation.css">
9
+ <link rel="stylesheet" href="css/app.css">
10
+ </head>
11
+ <body>
12
+ <div class="row">
13
+ <div class="large-12 columns">
14
+ <h1>Welcome to Foundation</h1>
15
+ </div>
16
+ </div>
17
+
18
+ <div class="row">
19
+ <div class="large-12 columns">
20
+ <div class="callout">
21
+ <h3>We&rsquo;re stoked you want to try Foundation! </h3>
22
+ <p>To get going, this file (index.html) includes some basic styles you can modify, play around with, or totally destroy to get going.</p>
23
+ <p>Once you've exhausted the fun in this document, you should check out:</p>
24
+ <div class="row">
25
+ <div class="large-4 medium-4 columns">
26
+ <p><a href="http://foundation.zurb.com/docs">Foundation Documentation</a><br />Everything you need to know about using the framework.</p>
27
+ </div>
28
+ <div class="large-4 medium-4 columns">
29
+ <p><a href="http://zurb.com/university/code-skills">Foundation Code Skills</a><br />These online courses offer you a chance to better understand how Foundation works and how you can master it to create awesome projects.</p>
30
+ </div>
31
+ <div class="large-4 medium-4 columns">
32
+ <p><a href="http://foundation.zurb.com/forum">Foundation Forum</a><br />Join the Foundation community to ask a question or show off your knowlege.</p>
33
+ </div>
34
+ </div>
35
+ <div class="row">
36
+ <div class="large-4 medium-4 medium-push-2 columns">
37
+ <p><a href="http://github.com/zurb/foundation">Foundation on Github</a><br />Latest code, issue reports, feature requests and more.</p>
38
+ </div>
39
+ <div class="large-4 medium-4 medium-pull-2 columns">
40
+ <p><a href="https://twitter.com/ZURBfoundation">@zurbfoundation</a><br />Ping us on Twitter if you have questions. When you build something with this we'd love to see it (and send you a totally boss sticker).</p>
41
+ </div>
42
+ </div>
43
+ </div>
44
+ </div>
45
+ </div>
46
+
47
+ <div class="row">
48
+ <div class="large-8 medium-8 columns">
49
+ <h5>Here&rsquo;s your basic grid:</h5>
50
+ <!-- Grid Example -->
51
+
52
+ <div class="row">
53
+ <div class="large-12 columns">
54
+ <div class="primary callout">
55
+ <p><strong>This is a twelve column section in a row.</strong> Each of these includes a div.callout element so you can see where the columns are - it's not required at all for the grid.</p>
56
+ </div>
57
+ </div>
58
+ </div>
59
+ <div class="row">
60
+ <div class="large-6 medium-6 columns">
61
+ <div class="primary callout">
62
+ <p>Six columns</p>
63
+ </div>
64
+ </div>
65
+ <div class="large-6 medium-6 columns">
66
+ <div class="primary callout">
67
+ <p>Six columns</p>
68
+ </div>
69
+ </div>
70
+ </div>
71
+ <div class="row">
72
+ <div class="large-4 medium-4 small-4 columns">
73
+ <div class="primary callout">
74
+ <p>Four columns</p>
75
+ </div>
76
+ </div>
77
+ <div class="large-4 medium-4 small-4 columns">
78
+ <div class="primary callout">
79
+ <p>Four columns</p>
80
+ </div>
81
+ </div>
82
+ <div class="large-4 medium-4 small-4 columns">
83
+ <div class="primary callout">
84
+ <p>Four columns</p>
85
+ </div>
86
+ </div>
87
+ </div>
88
+
89
+ <hr />
90
+
91
+ <h5>We bet you&rsquo;ll need a form somewhere:</h5>
92
+ <form>
93
+ <div class="row">
94
+ <div class="large-12 columns">
95
+ <label>Input Label</label>
96
+ <input type="text" placeholder="large-12.columns" />
97
+ </div>
98
+ </div>
99
+ <div class="row">
100
+ <div class="large-4 medium-4 columns">
101
+ <label>Input Label</label>
102
+ <input type="text" placeholder="large-4.columns" />
103
+ </div>
104
+ <div class="large-4 medium-4 columns">
105
+ <label>Input Label</label>
106
+ <input type="text" placeholder="large-4.columns" />
107
+ </div>
108
+ <div class="large-4 medium-4 columns">
109
+ <div class="row collapse">
110
+ <label>Input Label</label>
111
+ <div class="input-group">
112
+ <input type="text" placeholder="small-9.columns" class="input-group-field" />
113
+ <span class="input-group-label">.com</span>
114
+ </div>
115
+ </div>
116
+ </div>
117
+ </div>
118
+ <div class="row">
119
+ <div class="large-12 columns">
120
+ <label>Select Box</label>
121
+ <select>
122
+ <option value="husker">Husker</option>
123
+ <option value="starbuck">Starbuck</option>
124
+ <option value="hotdog">Hot Dog</option>
125
+ <option value="apollo">Apollo</option>
126
+ </select>
127
+ </div>
128
+ </div>
129
+ <div class="row">
130
+ <div class="large-6 medium-6 columns">
131
+ <label>Choose Your Favorite</label>
132
+ <input type="radio" name="pokemon" value="Red" id="pokemonRed"><label for="pokemonRed">Radio 1</label>
133
+ <input type="radio" name="pokemon" value="Blue" id="pokemonBlue"><label for="pokemonBlue">Radio 2</label>
134
+ </div>
135
+ <div class="large-6 medium-6 columns">
136
+ <label>Check these out</label>
137
+ <input id="checkbox1" type="checkbox"><label for="checkbox1">Checkbox 1</label>
138
+ <input id="checkbox2" type="checkbox"><label for="checkbox2">Checkbox 2</label>
139
+ </div>
140
+ </div>
141
+ <div class="row">
142
+ <div class="large-12 columns">
143
+ <label>Textarea Label</label>
144
+ <textarea placeholder="small-12.columns"></textarea>
145
+ </div>
146
+ </div>
147
+ </form>
148
+ </div>
149
+
150
+ <div class="large-4 medium-4 columns">
151
+ <h5>Try one of these buttons:</h5>
152
+ <p><a href="#" class="button">Simple Button</a><br/>
153
+ <a href="#" class="success button">Success Btn</a><br/>
154
+ <a href="#" class="alert button">Alert Btn</a><br/>
155
+ <a href="#" class="secondary button">Secondary Btn</a></p>
156
+ <div class="callout">
157
+ <h5>So many components, girl!</h5>
158
+ <p>A whole kitchen sink of goodies comes with Foundation. Check out the docs to see them all, along with details on making them your own.</p>
159
+ <a href="http://foundation.zurb.com/sites/docs/" class="small button">Go to Foundation Docs</a>
160
+ </div>
161
+ </div>
162
+ </div>
163
+
164
+ <script src="js/vendor/jquery.js"></script>
165
+ <script src="js/vendor/what-input.js"></script>
166
+ <script src="js/vendor/foundation.js"></script>
167
+ <script src="js/app.js"></script>
168
+ </body>
169
+ </html>
@@ -0,0 +1,4028 @@
1
+ @charset "UTF-8";
2
+ /**
3
+ * Foundation for Sites by ZURB
4
+ * Version 6.2.3
5
+ * foundation.zurb.com
6
+ * Licensed under MIT Open Source
7
+ */
8
+ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
9
+ /**
10
+ * 1. Set default font family to sans-serif.
11
+ * 2. Prevent iOS and IE text size adjust after device orientation change,
12
+ * without disabling user zoom.
13
+ */
14
+ html {
15
+ font-family: sans-serif;
16
+ /* 1 */
17
+ -ms-text-size-adjust: 100%;
18
+ /* 2 */
19
+ -webkit-text-size-adjust: 100%;
20
+ /* 2 */ }
21
+
22
+ /**
23
+ * Remove default margin.
24
+ */
25
+ body {
26
+ margin: 0; }
27
+
28
+ /* HTML5 display definitions
29
+ ========================================================================== */
30
+ /**
31
+ * Correct `block` display not defined for any HTML5 element in IE 8/9.
32
+ * Correct `block` display not defined for `details` or `summary` in IE 10/11
33
+ * and Firefox.
34
+ * Correct `block` display not defined for `main` in IE 11.
35
+ */
36
+ article,
37
+ aside,
38
+ details,
39
+ figcaption,
40
+ figure,
41
+ footer,
42
+ header,
43
+ hgroup,
44
+ main,
45
+ menu,
46
+ nav,
47
+ section,
48
+ summary {
49
+ display: block; }
50
+
51
+ /**
52
+ * 1. Correct `inline-block` display not defined in IE 8/9.
53
+ * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
54
+ */
55
+ audio,
56
+ canvas,
57
+ progress,
58
+ video {
59
+ display: inline-block;
60
+ /* 1 */
61
+ vertical-align: baseline;
62
+ /* 2 */ }
63
+
64
+ /**
65
+ * Prevent modern browsers from displaying `audio` without controls.
66
+ * Remove excess height in iOS 5 devices.
67
+ */
68
+ audio:not([controls]) {
69
+ display: none;
70
+ height: 0; }
71
+
72
+ /**
73
+ * Address `[hidden]` styling not present in IE 8/9/10.
74
+ * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
75
+ */
76
+ [hidden],
77
+ template {
78
+ display: none; }
79
+
80
+ /* Links
81
+ ========================================================================== */
82
+ /**
83
+ * Remove the gray background color from active links in IE 10.
84
+ */
85
+ a {
86
+ background-color: transparent; }
87
+
88
+ /**
89
+ * Improve readability of focused elements when they are also in an
90
+ * active/hover state.
91
+ */
92
+ a:active,
93
+ a:hover {
94
+ outline: 0; }
95
+
96
+ /* Text-level semantics
97
+ ========================================================================== */
98
+ /**
99
+ * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
100
+ */
101
+ abbr[title] {
102
+ border-bottom: 1px dotted; }
103
+
104
+ /**
105
+ * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
106
+ */
107
+ b,
108
+ strong {
109
+ font-weight: bold; }
110
+
111
+ /**
112
+ * Address styling not present in Safari and Chrome.
113
+ */
114
+ dfn {
115
+ font-style: italic; }
116
+
117
+ /**
118
+ * Address variable `h1` font-size and margin within `section` and `article`
119
+ * contexts in Firefox 4+, Safari, and Chrome.
120
+ */
121
+ h1 {
122
+ font-size: 2em;
123
+ margin: 0.67em 0; }
124
+
125
+ /**
126
+ * Address styling not present in IE 8/9.
127
+ */
128
+ mark {
129
+ background: #ff0;
130
+ color: #000; }
131
+
132
+ /**
133
+ * Address inconsistent and variable font size in all browsers.
134
+ */
135
+ small {
136
+ font-size: 80%; }
137
+
138
+ /**
139
+ * Prevent `sub` and `sup` affecting `line-height` in all browsers.
140
+ */
141
+ sub,
142
+ sup {
143
+ font-size: 75%;
144
+ line-height: 0;
145
+ position: relative;
146
+ vertical-align: baseline; }
147
+
148
+ sup {
149
+ top: -0.5em; }
150
+
151
+ sub {
152
+ bottom: -0.25em; }
153
+
154
+ /* Embedded content
155
+ ========================================================================== */
156
+ /**
157
+ * Remove border when inside `a` element in IE 8/9/10.
158
+ */
159
+ img {
160
+ border: 0; }
161
+
162
+ /**
163
+ * Correct overflow not hidden in IE 9/10/11.
164
+ */
165
+ svg:not(:root) {
166
+ overflow: hidden; }
167
+
168
+ /* Grouping content
169
+ ========================================================================== */
170
+ /**
171
+ * Address margin not present in IE 8/9 and Safari.
172
+ */
173
+ figure {
174
+ margin: 1em 40px; }
175
+
176
+ /**
177
+ * Address differences between Firefox and other browsers.
178
+ */
179
+ hr {
180
+ -webkit-box-sizing: content-box;
181
+ box-sizing: content-box;
182
+ height: 0; }
183
+
184
+ /**
185
+ * Contain overflow in all browsers.
186
+ */
187
+ pre {
188
+ overflow: auto; }
189
+
190
+ /**
191
+ * Address odd `em`-unit font size rendering in all browsers.
192
+ */
193
+ code,
194
+ kbd,
195
+ pre,
196
+ samp {
197
+ font-family: monospace, monospace;
198
+ font-size: 1em; }
199
+
200
+ /* Forms
201
+ ========================================================================== */
202
+ /**
203
+ * Known limitation: by default, Chrome and Safari on OS X allow very limited
204
+ * styling of `select`, unless a `border` property is set.
205
+ */
206
+ /**
207
+ * 1. Correct color not being inherited.
208
+ * Known issue: affects color of disabled elements.
209
+ * 2. Correct font properties not being inherited.
210
+ * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
211
+ */
212
+ button,
213
+ input,
214
+ optgroup,
215
+ select,
216
+ textarea {
217
+ color: inherit;
218
+ /* 1 */
219
+ font: inherit;
220
+ /* 2 */
221
+ margin: 0;
222
+ /* 3 */ }
223
+
224
+ /**
225
+ * Address `overflow` set to `hidden` in IE 8/9/10/11.
226
+ */
227
+ button {
228
+ overflow: visible; }
229
+
230
+ /**
231
+ * Address inconsistent `text-transform` inheritance for `button` and `select`.
232
+ * All other form control elements do not inherit `text-transform` values.
233
+ * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
234
+ * Correct `select` style inheritance in Firefox.
235
+ */
236
+ button,
237
+ select {
238
+ text-transform: none; }
239
+
240
+ /**
241
+ * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
242
+ * and `video` controls.
243
+ * 2. Correct inability to style clickable `input` types in iOS.
244
+ * 3. Improve usability and consistency of cursor style between image-type
245
+ * `input` and others.
246
+ */
247
+ button,
248
+ html input[type="button"],
249
+ input[type="reset"],
250
+ input[type="submit"] {
251
+ -webkit-appearance: button;
252
+ /* 2 */
253
+ cursor: pointer;
254
+ /* 3 */ }
255
+
256
+ /**
257
+ * Re-set default cursor for disabled elements.
258
+ */
259
+ button[disabled],
260
+ html input[disabled] {
261
+ cursor: not-allowed; }
262
+
263
+ /**
264
+ * Remove inner padding and border in Firefox 4+.
265
+ */
266
+ button::-moz-focus-inner,
267
+ input::-moz-focus-inner {
268
+ border: 0;
269
+ padding: 0; }
270
+
271
+ /**
272
+ * Address Firefox 4+ setting `line-height` on `input` using `!important` in
273
+ * the UA stylesheet.
274
+ */
275
+ input {
276
+ line-height: normal; }
277
+
278
+ /**
279
+ * It's recommended that you don't attempt to style these elements.
280
+ * Firefox's implementation doesn't respect box-sizing, padding, or width.
281
+ *
282
+ * 1. Address box sizing set to `content-box` in IE 8/9/10.
283
+ * 2. Remove excess padding in IE 8/9/10.
284
+ */
285
+ input[type="checkbox"],
286
+ input[type="radio"] {
287
+ -webkit-box-sizing: border-box;
288
+ box-sizing: border-box;
289
+ /* 1 */
290
+ padding: 0;
291
+ /* 2 */ }
292
+
293
+ /**
294
+ * Fix the cursor style for Chrome's increment/decrement buttons. For certain
295
+ * `font-size` values of the `input`, it causes the cursor style of the
296
+ * decrement button to change from `default` to `text`.
297
+ */
298
+ input[type="number"]::-webkit-inner-spin-button,
299
+ input[type="number"]::-webkit-outer-spin-button {
300
+ height: auto; }
301
+
302
+ /**
303
+ * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
304
+ * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
305
+ */
306
+ input[type="search"] {
307
+ -webkit-appearance: textfield;
308
+ /* 1 */
309
+ -webkit-box-sizing: content-box;
310
+ box-sizing: content-box;
311
+ /* 2 */ }
312
+
313
+ /**
314
+ * Remove inner padding and search cancel button in Safari and Chrome on OS X.
315
+ * Safari (but not Chrome) clips the cancel button when the search input has
316
+ * padding (and `textfield` appearance).
317
+ */
318
+ input[type="search"]::-webkit-search-cancel-button,
319
+ input[type="search"]::-webkit-search-decoration {
320
+ -webkit-appearance: none; }
321
+
322
+ /**
323
+ * Define consistent border, margin, and padding.
324
+ * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
325
+ */
326
+ /* fieldset {
327
+ border: 1px solid #c0c0c0;
328
+ margin: 0 2px;
329
+ padding: 0.35em 0.625em 0.75em;
330
+ } */
331
+ /**
332
+ * 1. Correct `color` not being inherited in IE 8/9/10/11.
333
+ * 2. Remove padding so people aren't caught out if they zero out fieldsets.
334
+ */
335
+ legend {
336
+ border: 0;
337
+ /* 1 */
338
+ padding: 0;
339
+ /* 2 */ }
340
+
341
+ /**
342
+ * Remove default vertical scrollbar in IE 8/9/10/11.
343
+ */
344
+ textarea {
345
+ overflow: auto; }
346
+
347
+ /**
348
+ * Don't inherit the `font-weight` (applied by a rule above).
349
+ * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
350
+ */
351
+ optgroup {
352
+ font-weight: bold; }
353
+
354
+ /* Tables
355
+ ========================================================================== */
356
+ /**
357
+ * Remove most spacing between table cells.
358
+ */
359
+ table {
360
+ border-collapse: collapse;
361
+ border-spacing: 0; }
362
+
363
+ td,
364
+ th {
365
+ padding: 0; }
366
+
367
+ .foundation-mq {
368
+ font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }
369
+
370
+ html {
371
+ font-size: 100%;
372
+ -webkit-box-sizing: border-box;
373
+ box-sizing: border-box; }
374
+
375
+ *,
376
+ *::before,
377
+ *::after {
378
+ -webkit-box-sizing: inherit;
379
+ box-sizing: inherit; }
380
+
381
+ body {
382
+ padding: 0;
383
+ margin: 0;
384
+ font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
385
+ font-weight: normal;
386
+ line-height: 1.5;
387
+ color: #0a0a0a;
388
+ background: #fefefe;
389
+ -webkit-font-smoothing: antialiased;
390
+ -moz-osx-font-smoothing: grayscale; }
391
+
392
+ img {
393
+ max-width: 100%;
394
+ height: auto;
395
+ -ms-interpolation-mode: bicubic;
396
+ display: inline-block;
397
+ vertical-align: middle; }
398
+
399
+ textarea {
400
+ height: auto;
401
+ min-height: 50px;
402
+ border-radius: 0; }
403
+
404
+ select {
405
+ width: 100%;
406
+ border-radius: 0; }
407
+
408
+ #map_canvas img,
409
+ #map_canvas embed,
410
+ #map_canvas object,
411
+ .map_canvas img,
412
+ .map_canvas embed,
413
+ .map_canvas object,
414
+ .mqa-display img,
415
+ .mqa-display embed,
416
+ .mqa-display object {
417
+ max-width: none !important; }
418
+
419
+ button {
420
+ -webkit-appearance: none;
421
+ -moz-appearance: none;
422
+ background: transparent;
423
+ padding: 0;
424
+ border: 0;
425
+ border-radius: 0;
426
+ line-height: 1; }
427
+ [data-whatinput='mouse'] button {
428
+ outline: 0; }
429
+
430
+ .is-visible {
431
+ display: block !important; }
432
+
433
+ .is-hidden {
434
+ display: none !important; }
435
+
436
+ .row {
437
+ max-width: 75rem;
438
+ margin-left: auto;
439
+ margin-right: auto;
440
+ display: -webkit-box;
441
+ display: -webkit-flex;
442
+ display: -ms-flexbox;
443
+ display: flex;
444
+ -webkit-flex-flow: row wrap;
445
+ -ms-flex-flow: row wrap;
446
+ flex-flow: row wrap; }
447
+ .row .row {
448
+ max-width: none;
449
+ margin-left: -0.625rem;
450
+ margin-right: -0.625rem; }
451
+ @media screen and (min-width: 40em) {
452
+ .row .row {
453
+ margin-left: -0.9375rem;
454
+ margin-right: -0.9375rem; } }
455
+ .row.expanded {
456
+ max-width: none; }
457
+ .row.collapse > .column, .row.collapse > .columns {
458
+ padding-left: 0;
459
+ padding-right: 0; }
460
+
461
+ .column, .columns {
462
+ -webkit-box-flex: 1;
463
+ -webkit-flex: 1 1 0px;
464
+ -ms-flex: 1 1 0px;
465
+ flex: 1 1 0px;
466
+ padding-left: 0.625rem;
467
+ padding-right: 0.625rem;
468
+ min-width: initial; }
469
+ @media screen and (min-width: 40em) {
470
+ .column, .columns {
471
+ padding-left: 0.9375rem;
472
+ padding-right: 0.9375rem; } }
473
+
474
+ .column.row.row, .row.row.columns {
475
+ float: none;
476
+ display: block; }
477
+ .row .column.row.row, .row .row.row.columns {
478
+ padding-left: 0;
479
+ padding-right: 0;
480
+ margin-left: 0;
481
+ margin-right: 0; }
482
+
483
+ .small-1 {
484
+ -webkit-box-flex: 0;
485
+ -webkit-flex: 0 0 8.33333%;
486
+ -ms-flex: 0 0 8.33333%;
487
+ flex: 0 0 8.33333%;
488
+ max-width: 8.33333%; }
489
+
490
+ .small-offset-0 {
491
+ margin-left: 0%; }
492
+
493
+ .small-2 {
494
+ -webkit-box-flex: 0;
495
+ -webkit-flex: 0 0 16.66667%;
496
+ -ms-flex: 0 0 16.66667%;
497
+ flex: 0 0 16.66667%;
498
+ max-width: 16.66667%; }
499
+
500
+ .small-offset-1 {
501
+ margin-left: 8.33333%; }
502
+
503
+ .small-3 {
504
+ -webkit-box-flex: 0;
505
+ -webkit-flex: 0 0 25%;
506
+ -ms-flex: 0 0 25%;
507
+ flex: 0 0 25%;
508
+ max-width: 25%; }
509
+
510
+ .small-offset-2 {
511
+ margin-left: 16.66667%; }
512
+
513
+ .small-4 {
514
+ -webkit-box-flex: 0;
515
+ -webkit-flex: 0 0 33.33333%;
516
+ -ms-flex: 0 0 33.33333%;
517
+ flex: 0 0 33.33333%;
518
+ max-width: 33.33333%; }
519
+
520
+ .small-offset-3 {
521
+ margin-left: 25%; }
522
+
523
+ .small-5 {
524
+ -webkit-box-flex: 0;
525
+ -webkit-flex: 0 0 41.66667%;
526
+ -ms-flex: 0 0 41.66667%;
527
+ flex: 0 0 41.66667%;
528
+ max-width: 41.66667%; }
529
+
530
+ .small-offset-4 {
531
+ margin-left: 33.33333%; }
532
+
533
+ .small-6 {
534
+ -webkit-box-flex: 0;
535
+ -webkit-flex: 0 0 50%;
536
+ -ms-flex: 0 0 50%;
537
+ flex: 0 0 50%;
538
+ max-width: 50%; }
539
+
540
+ .small-offset-5 {
541
+ margin-left: 41.66667%; }
542
+
543
+ .small-7 {
544
+ -webkit-box-flex: 0;
545
+ -webkit-flex: 0 0 58.33333%;
546
+ -ms-flex: 0 0 58.33333%;
547
+ flex: 0 0 58.33333%;
548
+ max-width: 58.33333%; }
549
+
550
+ .small-offset-6 {
551
+ margin-left: 50%; }
552
+
553
+ .small-8 {
554
+ -webkit-box-flex: 0;
555
+ -webkit-flex: 0 0 66.66667%;
556
+ -ms-flex: 0 0 66.66667%;
557
+ flex: 0 0 66.66667%;
558
+ max-width: 66.66667%; }
559
+
560
+ .small-offset-7 {
561
+ margin-left: 58.33333%; }
562
+
563
+ .small-9 {
564
+ -webkit-box-flex: 0;
565
+ -webkit-flex: 0 0 75%;
566
+ -ms-flex: 0 0 75%;
567
+ flex: 0 0 75%;
568
+ max-width: 75%; }
569
+
570
+ .small-offset-8 {
571
+ margin-left: 66.66667%; }
572
+
573
+ .small-10 {
574
+ -webkit-box-flex: 0;
575
+ -webkit-flex: 0 0 83.33333%;
576
+ -ms-flex: 0 0 83.33333%;
577
+ flex: 0 0 83.33333%;
578
+ max-width: 83.33333%; }
579
+
580
+ .small-offset-9 {
581
+ margin-left: 75%; }
582
+
583
+ .small-11 {
584
+ -webkit-box-flex: 0;
585
+ -webkit-flex: 0 0 91.66667%;
586
+ -ms-flex: 0 0 91.66667%;
587
+ flex: 0 0 91.66667%;
588
+ max-width: 91.66667%; }
589
+
590
+ .small-offset-10 {
591
+ margin-left: 83.33333%; }
592
+
593
+ .small-12 {
594
+ -webkit-box-flex: 0;
595
+ -webkit-flex: 0 0 100%;
596
+ -ms-flex: 0 0 100%;
597
+ flex: 0 0 100%;
598
+ max-width: 100%; }
599
+
600
+ .small-offset-11 {
601
+ margin-left: 91.66667%; }
602
+
603
+ .small-order-1 {
604
+ -webkit-box-ordinal-group: 2;
605
+ -webkit-order: 1;
606
+ -ms-flex-order: 1;
607
+ order: 1; }
608
+
609
+ .small-order-2 {
610
+ -webkit-box-ordinal-group: 3;
611
+ -webkit-order: 2;
612
+ -ms-flex-order: 2;
613
+ order: 2; }
614
+
615
+ .small-order-3 {
616
+ -webkit-box-ordinal-group: 4;
617
+ -webkit-order: 3;
618
+ -ms-flex-order: 3;
619
+ order: 3; }
620
+
621
+ .small-order-4 {
622
+ -webkit-box-ordinal-group: 5;
623
+ -webkit-order: 4;
624
+ -ms-flex-order: 4;
625
+ order: 4; }
626
+
627
+ .small-order-5 {
628
+ -webkit-box-ordinal-group: 6;
629
+ -webkit-order: 5;
630
+ -ms-flex-order: 5;
631
+ order: 5; }
632
+
633
+ .small-order-6 {
634
+ -webkit-box-ordinal-group: 7;
635
+ -webkit-order: 6;
636
+ -ms-flex-order: 6;
637
+ order: 6; }
638
+
639
+ .small-up-1 {
640
+ -webkit-flex-wrap: wrap;
641
+ -ms-flex-wrap: wrap;
642
+ flex-wrap: wrap; }
643
+ .small-up-1 > .column, .small-up-1 > .columns {
644
+ -webkit-box-flex: 0;
645
+ -webkit-flex: 0 0 100%;
646
+ -ms-flex: 0 0 100%;
647
+ flex: 0 0 100%;
648
+ max-width: 100%; }
649
+
650
+ .small-up-2 {
651
+ -webkit-flex-wrap: wrap;
652
+ -ms-flex-wrap: wrap;
653
+ flex-wrap: wrap; }
654
+ .small-up-2 > .column, .small-up-2 > .columns {
655
+ -webkit-box-flex: 0;
656
+ -webkit-flex: 0 0 50%;
657
+ -ms-flex: 0 0 50%;
658
+ flex: 0 0 50%;
659
+ max-width: 50%; }
660
+
661
+ .small-up-3 {
662
+ -webkit-flex-wrap: wrap;
663
+ -ms-flex-wrap: wrap;
664
+ flex-wrap: wrap; }
665
+ .small-up-3 > .column, .small-up-3 > .columns {
666
+ -webkit-box-flex: 0;
667
+ -webkit-flex: 0 0 33.33333%;
668
+ -ms-flex: 0 0 33.33333%;
669
+ flex: 0 0 33.33333%;
670
+ max-width: 33.33333%; }
671
+
672
+ .small-up-4 {
673
+ -webkit-flex-wrap: wrap;
674
+ -ms-flex-wrap: wrap;
675
+ flex-wrap: wrap; }
676
+ .small-up-4 > .column, .small-up-4 > .columns {
677
+ -webkit-box-flex: 0;
678
+ -webkit-flex: 0 0 25%;
679
+ -ms-flex: 0 0 25%;
680
+ flex: 0 0 25%;
681
+ max-width: 25%; }
682
+
683
+ .small-up-5 {
684
+ -webkit-flex-wrap: wrap;
685
+ -ms-flex-wrap: wrap;
686
+ flex-wrap: wrap; }
687
+ .small-up-5 > .column, .small-up-5 > .columns {
688
+ -webkit-box-flex: 0;
689
+ -webkit-flex: 0 0 20%;
690
+ -ms-flex: 0 0 20%;
691
+ flex: 0 0 20%;
692
+ max-width: 20%; }
693
+
694
+ .small-up-6 {
695
+ -webkit-flex-wrap: wrap;
696
+ -ms-flex-wrap: wrap;
697
+ flex-wrap: wrap; }
698
+ .small-up-6 > .column, .small-up-6 > .columns {
699
+ -webkit-box-flex: 0;
700
+ -webkit-flex: 0 0 16.66667%;
701
+ -ms-flex: 0 0 16.66667%;
702
+ flex: 0 0 16.66667%;
703
+ max-width: 16.66667%; }
704
+
705
+ .small-up-7 {
706
+ -webkit-flex-wrap: wrap;
707
+ -ms-flex-wrap: wrap;
708
+ flex-wrap: wrap; }
709
+ .small-up-7 > .column, .small-up-7 > .columns {
710
+ -webkit-box-flex: 0;
711
+ -webkit-flex: 0 0 14.28571%;
712
+ -ms-flex: 0 0 14.28571%;
713
+ flex: 0 0 14.28571%;
714
+ max-width: 14.28571%; }
715
+
716
+ .small-up-8 {
717
+ -webkit-flex-wrap: wrap;
718
+ -ms-flex-wrap: wrap;
719
+ flex-wrap: wrap; }
720
+ .small-up-8 > .column, .small-up-8 > .columns {
721
+ -webkit-box-flex: 0;
722
+ -webkit-flex: 0 0 12.5%;
723
+ -ms-flex: 0 0 12.5%;
724
+ flex: 0 0 12.5%;
725
+ max-width: 12.5%; }
726
+
727
+ .small-collapse > .column, .small-collapse > .columns {
728
+ padding-left: 0;
729
+ padding-right: 0; }
730
+
731
+ .small-uncollapse > .column, .small-uncollapse > .columns {
732
+ padding-left: 0.625rem;
733
+ padding-right: 0.625rem; }
734
+
735
+ @media screen and (min-width: 40em) {
736
+ .medium-1 {
737
+ -webkit-box-flex: 0;
738
+ -webkit-flex: 0 0 8.33333%;
739
+ -ms-flex: 0 0 8.33333%;
740
+ flex: 0 0 8.33333%;
741
+ max-width: 8.33333%; }
742
+ .medium-offset-0 {
743
+ margin-left: 0%; }
744
+ .medium-2 {
745
+ -webkit-box-flex: 0;
746
+ -webkit-flex: 0 0 16.66667%;
747
+ -ms-flex: 0 0 16.66667%;
748
+ flex: 0 0 16.66667%;
749
+ max-width: 16.66667%; }
750
+ .medium-offset-1 {
751
+ margin-left: 8.33333%; }
752
+ .medium-3 {
753
+ -webkit-box-flex: 0;
754
+ -webkit-flex: 0 0 25%;
755
+ -ms-flex: 0 0 25%;
756
+ flex: 0 0 25%;
757
+ max-width: 25%; }
758
+ .medium-offset-2 {
759
+ margin-left: 16.66667%; }
760
+ .medium-4 {
761
+ -webkit-box-flex: 0;
762
+ -webkit-flex: 0 0 33.33333%;
763
+ -ms-flex: 0 0 33.33333%;
764
+ flex: 0 0 33.33333%;
765
+ max-width: 33.33333%; }
766
+ .medium-offset-3 {
767
+ margin-left: 25%; }
768
+ .medium-5 {
769
+ -webkit-box-flex: 0;
770
+ -webkit-flex: 0 0 41.66667%;
771
+ -ms-flex: 0 0 41.66667%;
772
+ flex: 0 0 41.66667%;
773
+ max-width: 41.66667%; }
774
+ .medium-offset-4 {
775
+ margin-left: 33.33333%; }
776
+ .medium-6 {
777
+ -webkit-box-flex: 0;
778
+ -webkit-flex: 0 0 50%;
779
+ -ms-flex: 0 0 50%;
780
+ flex: 0 0 50%;
781
+ max-width: 50%; }
782
+ .medium-offset-5 {
783
+ margin-left: 41.66667%; }
784
+ .medium-7 {
785
+ -webkit-box-flex: 0;
786
+ -webkit-flex: 0 0 58.33333%;
787
+ -ms-flex: 0 0 58.33333%;
788
+ flex: 0 0 58.33333%;
789
+ max-width: 58.33333%; }
790
+ .medium-offset-6 {
791
+ margin-left: 50%; }
792
+ .medium-8 {
793
+ -webkit-box-flex: 0;
794
+ -webkit-flex: 0 0 66.66667%;
795
+ -ms-flex: 0 0 66.66667%;
796
+ flex: 0 0 66.66667%;
797
+ max-width: 66.66667%; }
798
+ .medium-offset-7 {
799
+ margin-left: 58.33333%; }
800
+ .medium-9 {
801
+ -webkit-box-flex: 0;
802
+ -webkit-flex: 0 0 75%;
803
+ -ms-flex: 0 0 75%;
804
+ flex: 0 0 75%;
805
+ max-width: 75%; }
806
+ .medium-offset-8 {
807
+ margin-left: 66.66667%; }
808
+ .medium-10 {
809
+ -webkit-box-flex: 0;
810
+ -webkit-flex: 0 0 83.33333%;
811
+ -ms-flex: 0 0 83.33333%;
812
+ flex: 0 0 83.33333%;
813
+ max-width: 83.33333%; }
814
+ .medium-offset-9 {
815
+ margin-left: 75%; }
816
+ .medium-11 {
817
+ -webkit-box-flex: 0;
818
+ -webkit-flex: 0 0 91.66667%;
819
+ -ms-flex: 0 0 91.66667%;
820
+ flex: 0 0 91.66667%;
821
+ max-width: 91.66667%; }
822
+ .medium-offset-10 {
823
+ margin-left: 83.33333%; }
824
+ .medium-12 {
825
+ -webkit-box-flex: 0;
826
+ -webkit-flex: 0 0 100%;
827
+ -ms-flex: 0 0 100%;
828
+ flex: 0 0 100%;
829
+ max-width: 100%; }
830
+ .medium-offset-11 {
831
+ margin-left: 91.66667%; }
832
+ .medium-order-1 {
833
+ -webkit-box-ordinal-group: 2;
834
+ -webkit-order: 1;
835
+ -ms-flex-order: 1;
836
+ order: 1; }
837
+ .medium-order-2 {
838
+ -webkit-box-ordinal-group: 3;
839
+ -webkit-order: 2;
840
+ -ms-flex-order: 2;
841
+ order: 2; }
842
+ .medium-order-3 {
843
+ -webkit-box-ordinal-group: 4;
844
+ -webkit-order: 3;
845
+ -ms-flex-order: 3;
846
+ order: 3; }
847
+ .medium-order-4 {
848
+ -webkit-box-ordinal-group: 5;
849
+ -webkit-order: 4;
850
+ -ms-flex-order: 4;
851
+ order: 4; }
852
+ .medium-order-5 {
853
+ -webkit-box-ordinal-group: 6;
854
+ -webkit-order: 5;
855
+ -ms-flex-order: 5;
856
+ order: 5; }
857
+ .medium-order-6 {
858
+ -webkit-box-ordinal-group: 7;
859
+ -webkit-order: 6;
860
+ -ms-flex-order: 6;
861
+ order: 6; }
862
+ .medium-up-1 {
863
+ -webkit-flex-wrap: wrap;
864
+ -ms-flex-wrap: wrap;
865
+ flex-wrap: wrap; }
866
+ .medium-up-1 > .column, .medium-up-1 > .columns {
867
+ -webkit-box-flex: 0;
868
+ -webkit-flex: 0 0 100%;
869
+ -ms-flex: 0 0 100%;
870
+ flex: 0 0 100%;
871
+ max-width: 100%; }
872
+ .medium-up-2 {
873
+ -webkit-flex-wrap: wrap;
874
+ -ms-flex-wrap: wrap;
875
+ flex-wrap: wrap; }
876
+ .medium-up-2 > .column, .medium-up-2 > .columns {
877
+ -webkit-box-flex: 0;
878
+ -webkit-flex: 0 0 50%;
879
+ -ms-flex: 0 0 50%;
880
+ flex: 0 0 50%;
881
+ max-width: 50%; }
882
+ .medium-up-3 {
883
+ -webkit-flex-wrap: wrap;
884
+ -ms-flex-wrap: wrap;
885
+ flex-wrap: wrap; }
886
+ .medium-up-3 > .column, .medium-up-3 > .columns {
887
+ -webkit-box-flex: 0;
888
+ -webkit-flex: 0 0 33.33333%;
889
+ -ms-flex: 0 0 33.33333%;
890
+ flex: 0 0 33.33333%;
891
+ max-width: 33.33333%; }
892
+ .medium-up-4 {
893
+ -webkit-flex-wrap: wrap;
894
+ -ms-flex-wrap: wrap;
895
+ flex-wrap: wrap; }
896
+ .medium-up-4 > .column, .medium-up-4 > .columns {
897
+ -webkit-box-flex: 0;
898
+ -webkit-flex: 0 0 25%;
899
+ -ms-flex: 0 0 25%;
900
+ flex: 0 0 25%;
901
+ max-width: 25%; }
902
+ .medium-up-5 {
903
+ -webkit-flex-wrap: wrap;
904
+ -ms-flex-wrap: wrap;
905
+ flex-wrap: wrap; }
906
+ .medium-up-5 > .column, .medium-up-5 > .columns {
907
+ -webkit-box-flex: 0;
908
+ -webkit-flex: 0 0 20%;
909
+ -ms-flex: 0 0 20%;
910
+ flex: 0 0 20%;
911
+ max-width: 20%; }
912
+ .medium-up-6 {
913
+ -webkit-flex-wrap: wrap;
914
+ -ms-flex-wrap: wrap;
915
+ flex-wrap: wrap; }
916
+ .medium-up-6 > .column, .medium-up-6 > .columns {
917
+ -webkit-box-flex: 0;
918
+ -webkit-flex: 0 0 16.66667%;
919
+ -ms-flex: 0 0 16.66667%;
920
+ flex: 0 0 16.66667%;
921
+ max-width: 16.66667%; }
922
+ .medium-up-7 {
923
+ -webkit-flex-wrap: wrap;
924
+ -ms-flex-wrap: wrap;
925
+ flex-wrap: wrap; }
926
+ .medium-up-7 > .column, .medium-up-7 > .columns {
927
+ -webkit-box-flex: 0;
928
+ -webkit-flex: 0 0 14.28571%;
929
+ -ms-flex: 0 0 14.28571%;
930
+ flex: 0 0 14.28571%;
931
+ max-width: 14.28571%; }
932
+ .medium-up-8 {
933
+ -webkit-flex-wrap: wrap;
934
+ -ms-flex-wrap: wrap;
935
+ flex-wrap: wrap; }
936
+ .medium-up-8 > .column, .medium-up-8 > .columns {
937
+ -webkit-box-flex: 0;
938
+ -webkit-flex: 0 0 12.5%;
939
+ -ms-flex: 0 0 12.5%;
940
+ flex: 0 0 12.5%;
941
+ max-width: 12.5%; } }
942
+
943
+ @media screen and (min-width: 40em) and (min-width: 40em) {
944
+ .medium-expand {
945
+ -webkit-box-flex: 1;
946
+ -webkit-flex: 1 1 0px;
947
+ -ms-flex: 1 1 0px;
948
+ flex: 1 1 0px; } }
949
+
950
+ .row.medium-unstack > .column, .row.medium-unstack > .columns {
951
+ -webkit-box-flex: 0;
952
+ -webkit-flex: 0 0 100%;
953
+ -ms-flex: 0 0 100%;
954
+ flex: 0 0 100%; }
955
+ @media screen and (min-width: 40em) {
956
+ .row.medium-unstack > .column, .row.medium-unstack > .columns {
957
+ -webkit-box-flex: 1;
958
+ -webkit-flex: 1 1 0px;
959
+ -ms-flex: 1 1 0px;
960
+ flex: 1 1 0px; } }
961
+
962
+ @media screen and (min-width: 40em) {
963
+ .medium-collapse > .column, .medium-collapse > .columns {
964
+ padding-left: 0;
965
+ padding-right: 0; }
966
+ .medium-uncollapse > .column, .medium-uncollapse > .columns {
967
+ padding-left: 0.9375rem;
968
+ padding-right: 0.9375rem; } }
969
+
970
+ @media screen and (min-width: 64em) {
971
+ .large-1 {
972
+ -webkit-box-flex: 0;
973
+ -webkit-flex: 0 0 8.33333%;
974
+ -ms-flex: 0 0 8.33333%;
975
+ flex: 0 0 8.33333%;
976
+ max-width: 8.33333%; }
977
+ .large-offset-0 {
978
+ margin-left: 0%; }
979
+ .large-2 {
980
+ -webkit-box-flex: 0;
981
+ -webkit-flex: 0 0 16.66667%;
982
+ -ms-flex: 0 0 16.66667%;
983
+ flex: 0 0 16.66667%;
984
+ max-width: 16.66667%; }
985
+ .large-offset-1 {
986
+ margin-left: 8.33333%; }
987
+ .large-3 {
988
+ -webkit-box-flex: 0;
989
+ -webkit-flex: 0 0 25%;
990
+ -ms-flex: 0 0 25%;
991
+ flex: 0 0 25%;
992
+ max-width: 25%; }
993
+ .large-offset-2 {
994
+ margin-left: 16.66667%; }
995
+ .large-4 {
996
+ -webkit-box-flex: 0;
997
+ -webkit-flex: 0 0 33.33333%;
998
+ -ms-flex: 0 0 33.33333%;
999
+ flex: 0 0 33.33333%;
1000
+ max-width: 33.33333%; }
1001
+ .large-offset-3 {
1002
+ margin-left: 25%; }
1003
+ .large-5 {
1004
+ -webkit-box-flex: 0;
1005
+ -webkit-flex: 0 0 41.66667%;
1006
+ -ms-flex: 0 0 41.66667%;
1007
+ flex: 0 0 41.66667%;
1008
+ max-width: 41.66667%; }
1009
+ .large-offset-4 {
1010
+ margin-left: 33.33333%; }
1011
+ .large-6 {
1012
+ -webkit-box-flex: 0;
1013
+ -webkit-flex: 0 0 50%;
1014
+ -ms-flex: 0 0 50%;
1015
+ flex: 0 0 50%;
1016
+ max-width: 50%; }
1017
+ .large-offset-5 {
1018
+ margin-left: 41.66667%; }
1019
+ .large-7 {
1020
+ -webkit-box-flex: 0;
1021
+ -webkit-flex: 0 0 58.33333%;
1022
+ -ms-flex: 0 0 58.33333%;
1023
+ flex: 0 0 58.33333%;
1024
+ max-width: 58.33333%; }
1025
+ .large-offset-6 {
1026
+ margin-left: 50%; }
1027
+ .large-8 {
1028
+ -webkit-box-flex: 0;
1029
+ -webkit-flex: 0 0 66.66667%;
1030
+ -ms-flex: 0 0 66.66667%;
1031
+ flex: 0 0 66.66667%;
1032
+ max-width: 66.66667%; }
1033
+ .large-offset-7 {
1034
+ margin-left: 58.33333%; }
1035
+ .large-9 {
1036
+ -webkit-box-flex: 0;
1037
+ -webkit-flex: 0 0 75%;
1038
+ -ms-flex: 0 0 75%;
1039
+ flex: 0 0 75%;
1040
+ max-width: 75%; }
1041
+ .large-offset-8 {
1042
+ margin-left: 66.66667%; }
1043
+ .large-10 {
1044
+ -webkit-box-flex: 0;
1045
+ -webkit-flex: 0 0 83.33333%;
1046
+ -ms-flex: 0 0 83.33333%;
1047
+ flex: 0 0 83.33333%;
1048
+ max-width: 83.33333%; }
1049
+ .large-offset-9 {
1050
+ margin-left: 75%; }
1051
+ .large-11 {
1052
+ -webkit-box-flex: 0;
1053
+ -webkit-flex: 0 0 91.66667%;
1054
+ -ms-flex: 0 0 91.66667%;
1055
+ flex: 0 0 91.66667%;
1056
+ max-width: 91.66667%; }
1057
+ .large-offset-10 {
1058
+ margin-left: 83.33333%; }
1059
+ .large-12 {
1060
+ -webkit-box-flex: 0;
1061
+ -webkit-flex: 0 0 100%;
1062
+ -ms-flex: 0 0 100%;
1063
+ flex: 0 0 100%;
1064
+ max-width: 100%; }
1065
+ .large-offset-11 {
1066
+ margin-left: 91.66667%; }
1067
+ .large-order-1 {
1068
+ -webkit-box-ordinal-group: 2;
1069
+ -webkit-order: 1;
1070
+ -ms-flex-order: 1;
1071
+ order: 1; }
1072
+ .large-order-2 {
1073
+ -webkit-box-ordinal-group: 3;
1074
+ -webkit-order: 2;
1075
+ -ms-flex-order: 2;
1076
+ order: 2; }
1077
+ .large-order-3 {
1078
+ -webkit-box-ordinal-group: 4;
1079
+ -webkit-order: 3;
1080
+ -ms-flex-order: 3;
1081
+ order: 3; }
1082
+ .large-order-4 {
1083
+ -webkit-box-ordinal-group: 5;
1084
+ -webkit-order: 4;
1085
+ -ms-flex-order: 4;
1086
+ order: 4; }
1087
+ .large-order-5 {
1088
+ -webkit-box-ordinal-group: 6;
1089
+ -webkit-order: 5;
1090
+ -ms-flex-order: 5;
1091
+ order: 5; }
1092
+ .large-order-6 {
1093
+ -webkit-box-ordinal-group: 7;
1094
+ -webkit-order: 6;
1095
+ -ms-flex-order: 6;
1096
+ order: 6; }
1097
+ .large-up-1 {
1098
+ -webkit-flex-wrap: wrap;
1099
+ -ms-flex-wrap: wrap;
1100
+ flex-wrap: wrap; }
1101
+ .large-up-1 > .column, .large-up-1 > .columns {
1102
+ -webkit-box-flex: 0;
1103
+ -webkit-flex: 0 0 100%;
1104
+ -ms-flex: 0 0 100%;
1105
+ flex: 0 0 100%;
1106
+ max-width: 100%; }
1107
+ .large-up-2 {
1108
+ -webkit-flex-wrap: wrap;
1109
+ -ms-flex-wrap: wrap;
1110
+ flex-wrap: wrap; }
1111
+ .large-up-2 > .column, .large-up-2 > .columns {
1112
+ -webkit-box-flex: 0;
1113
+ -webkit-flex: 0 0 50%;
1114
+ -ms-flex: 0 0 50%;
1115
+ flex: 0 0 50%;
1116
+ max-width: 50%; }
1117
+ .large-up-3 {
1118
+ -webkit-flex-wrap: wrap;
1119
+ -ms-flex-wrap: wrap;
1120
+ flex-wrap: wrap; }
1121
+ .large-up-3 > .column, .large-up-3 > .columns {
1122
+ -webkit-box-flex: 0;
1123
+ -webkit-flex: 0 0 33.33333%;
1124
+ -ms-flex: 0 0 33.33333%;
1125
+ flex: 0 0 33.33333%;
1126
+ max-width: 33.33333%; }
1127
+ .large-up-4 {
1128
+ -webkit-flex-wrap: wrap;
1129
+ -ms-flex-wrap: wrap;
1130
+ flex-wrap: wrap; }
1131
+ .large-up-4 > .column, .large-up-4 > .columns {
1132
+ -webkit-box-flex: 0;
1133
+ -webkit-flex: 0 0 25%;
1134
+ -ms-flex: 0 0 25%;
1135
+ flex: 0 0 25%;
1136
+ max-width: 25%; }
1137
+ .large-up-5 {
1138
+ -webkit-flex-wrap: wrap;
1139
+ -ms-flex-wrap: wrap;
1140
+ flex-wrap: wrap; }
1141
+ .large-up-5 > .column, .large-up-5 > .columns {
1142
+ -webkit-box-flex: 0;
1143
+ -webkit-flex: 0 0 20%;
1144
+ -ms-flex: 0 0 20%;
1145
+ flex: 0 0 20%;
1146
+ max-width: 20%; }
1147
+ .large-up-6 {
1148
+ -webkit-flex-wrap: wrap;
1149
+ -ms-flex-wrap: wrap;
1150
+ flex-wrap: wrap; }
1151
+ .large-up-6 > .column, .large-up-6 > .columns {
1152
+ -webkit-box-flex: 0;
1153
+ -webkit-flex: 0 0 16.66667%;
1154
+ -ms-flex: 0 0 16.66667%;
1155
+ flex: 0 0 16.66667%;
1156
+ max-width: 16.66667%; }
1157
+ .large-up-7 {
1158
+ -webkit-flex-wrap: wrap;
1159
+ -ms-flex-wrap: wrap;
1160
+ flex-wrap: wrap; }
1161
+ .large-up-7 > .column, .large-up-7 > .columns {
1162
+ -webkit-box-flex: 0;
1163
+ -webkit-flex: 0 0 14.28571%;
1164
+ -ms-flex: 0 0 14.28571%;
1165
+ flex: 0 0 14.28571%;
1166
+ max-width: 14.28571%; }
1167
+ .large-up-8 {
1168
+ -webkit-flex-wrap: wrap;
1169
+ -ms-flex-wrap: wrap;
1170
+ flex-wrap: wrap; }
1171
+ .large-up-8 > .column, .large-up-8 > .columns {
1172
+ -webkit-box-flex: 0;
1173
+ -webkit-flex: 0 0 12.5%;
1174
+ -ms-flex: 0 0 12.5%;
1175
+ flex: 0 0 12.5%;
1176
+ max-width: 12.5%; } }
1177
+
1178
+ @media screen and (min-width: 64em) and (min-width: 64em) {
1179
+ .large-expand {
1180
+ -webkit-box-flex: 1;
1181
+ -webkit-flex: 1 1 0px;
1182
+ -ms-flex: 1 1 0px;
1183
+ flex: 1 1 0px; } }
1184
+
1185
+ .row.large-unstack > .column, .row.large-unstack > .columns {
1186
+ -webkit-box-flex: 0;
1187
+ -webkit-flex: 0 0 100%;
1188
+ -ms-flex: 0 0 100%;
1189
+ flex: 0 0 100%; }
1190
+ @media screen and (min-width: 64em) {
1191
+ .row.large-unstack > .column, .row.large-unstack > .columns {
1192
+ -webkit-box-flex: 1;
1193
+ -webkit-flex: 1 1 0px;
1194
+ -ms-flex: 1 1 0px;
1195
+ flex: 1 1 0px; } }
1196
+
1197
+ @media screen and (min-width: 64em) {
1198
+ .large-collapse > .column, .large-collapse > .columns {
1199
+ padding-left: 0;
1200
+ padding-right: 0; }
1201
+ .large-uncollapse > .column, .large-uncollapse > .columns {
1202
+ padding-left: 0.9375rem;
1203
+ padding-right: 0.9375rem; } }
1204
+
1205
+ .shrink {
1206
+ -webkit-box-flex: 0;
1207
+ -webkit-flex: 0 0 auto;
1208
+ -ms-flex: 0 0 auto;
1209
+ flex: 0 0 auto;
1210
+ max-width: 100%; }
1211
+
1212
+ .column.align-top, .align-top.columns {
1213
+ -webkit-align-self: flex-start;
1214
+ -ms-flex-item-align: start;
1215
+ align-self: flex-start; }
1216
+
1217
+ .column.align-bottom, .align-bottom.columns {
1218
+ -webkit-align-self: flex-end;
1219
+ -ms-flex-item-align: end;
1220
+ align-self: flex-end; }
1221
+
1222
+ .column.align-middle, .align-middle.columns {
1223
+ -webkit-align-self: center;
1224
+ -ms-flex-item-align: center;
1225
+ align-self: center; }
1226
+
1227
+ .column.align-stretch, .align-stretch.columns {
1228
+ -webkit-align-self: stretch;
1229
+ -ms-flex-item-align: stretch;
1230
+ align-self: stretch; }
1231
+
1232
+ div,
1233
+ dl,
1234
+ dt,
1235
+ dd,
1236
+ ul,
1237
+ ol,
1238
+ li,
1239
+ h1,
1240
+ h2,
1241
+ h3,
1242
+ h4,
1243
+ h5,
1244
+ h6,
1245
+ pre,
1246
+ form,
1247
+ p,
1248
+ blockquote,
1249
+ th,
1250
+ td {
1251
+ margin: 0;
1252
+ padding: 0; }
1253
+
1254
+ p {
1255
+ font-size: inherit;
1256
+ line-height: 1.6;
1257
+ margin-bottom: 1rem;
1258
+ text-rendering: optimizeLegibility; }
1259
+
1260
+ em,
1261
+ i {
1262
+ font-style: italic;
1263
+ line-height: inherit; }
1264
+
1265
+ strong,
1266
+ b {
1267
+ font-weight: bold;
1268
+ line-height: inherit; }
1269
+
1270
+ small {
1271
+ font-size: 80%;
1272
+ line-height: inherit; }
1273
+
1274
+ h1,
1275
+ h2,
1276
+ h3,
1277
+ h4,
1278
+ h5,
1279
+ h6 {
1280
+ font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
1281
+ font-weight: normal;
1282
+ font-style: normal;
1283
+ color: inherit;
1284
+ text-rendering: optimizeLegibility;
1285
+ margin-top: 0;
1286
+ margin-bottom: 0.5rem;
1287
+ line-height: 1.4; }
1288
+ h1 small,
1289
+ h2 small,
1290
+ h3 small,
1291
+ h4 small,
1292
+ h5 small,
1293
+ h6 small {
1294
+ color: #cacaca;
1295
+ line-height: 0; }
1296
+
1297
+ h1 {
1298
+ font-size: 1.5rem; }
1299
+
1300
+ h2 {
1301
+ font-size: 1.25rem; }
1302
+
1303
+ h3 {
1304
+ font-size: 1.1875rem; }
1305
+
1306
+ h4 {
1307
+ font-size: 1.125rem; }
1308
+
1309
+ h5 {
1310
+ font-size: 1.0625rem; }
1311
+
1312
+ h6 {
1313
+ font-size: 1rem; }
1314
+
1315
+ @media screen and (min-width: 40em) {
1316
+ h1 {
1317
+ font-size: 3rem; }
1318
+ h2 {
1319
+ font-size: 2.5rem; }
1320
+ h3 {
1321
+ font-size: 1.9375rem; }
1322
+ h4 {
1323
+ font-size: 1.5625rem; }
1324
+ h5 {
1325
+ font-size: 1.25rem; }
1326
+ h6 {
1327
+ font-size: 1rem; } }
1328
+
1329
+ a {
1330
+ color: #2199e8;
1331
+ text-decoration: none;
1332
+ line-height: inherit;
1333
+ cursor: pointer; }
1334
+ a:hover, a:focus {
1335
+ color: #1585cf; }
1336
+ a img {
1337
+ border: 0; }
1338
+
1339
+ hr {
1340
+ max-width: 75rem;
1341
+ height: 0;
1342
+ border-right: 0;
1343
+ border-top: 0;
1344
+ border-bottom: 1px solid #cacaca;
1345
+ border-left: 0;
1346
+ margin: 1.25rem auto;
1347
+ clear: both; }
1348
+
1349
+ ul,
1350
+ ol,
1351
+ dl {
1352
+ line-height: 1.6;
1353
+ margin-bottom: 1rem;
1354
+ list-style-position: outside; }
1355
+
1356
+ li {
1357
+ font-size: inherit; }
1358
+
1359
+ ul {
1360
+ list-style-type: disc;
1361
+ margin-left: 1.25rem; }
1362
+
1363
+ ol {
1364
+ margin-left: 1.25rem; }
1365
+
1366
+ ul ul, ol ul, ul ol, ol ol {
1367
+ margin-left: 1.25rem;
1368
+ margin-bottom: 0; }
1369
+
1370
+ dl {
1371
+ margin-bottom: 1rem; }
1372
+ dl dt {
1373
+ margin-bottom: 0.3rem;
1374
+ font-weight: bold; }
1375
+
1376
+ blockquote {
1377
+ margin: 0 0 1rem;
1378
+ padding: 0.5625rem 1.25rem 0 1.1875rem;
1379
+ border-left: 1px solid #cacaca; }
1380
+ blockquote, blockquote p {
1381
+ line-height: 1.6;
1382
+ color: #8a8a8a; }
1383
+
1384
+ cite {
1385
+ display: block;
1386
+ font-size: 0.8125rem;
1387
+ color: #8a8a8a; }
1388
+ cite:before {
1389
+ content: '\2014 \0020'; }
1390
+
1391
+ abbr {
1392
+ color: #0a0a0a;
1393
+ cursor: help;
1394
+ border-bottom: 1px dotted #0a0a0a; }
1395
+
1396
+ code {
1397
+ font-family: Consolas, "Liberation Mono", Courier, monospace;
1398
+ font-weight: normal;
1399
+ color: #0a0a0a;
1400
+ background-color: #e6e6e6;
1401
+ border: 1px solid #cacaca;
1402
+ padding: 0.125rem 0.3125rem 0.0625rem; }
1403
+
1404
+ kbd {
1405
+ padding: 0.125rem 0.25rem 0;
1406
+ margin: 0;
1407
+ background-color: #e6e6e6;
1408
+ color: #0a0a0a;
1409
+ font-family: Consolas, "Liberation Mono", Courier, monospace; }
1410
+
1411
+ .subheader {
1412
+ margin-top: 0.2rem;
1413
+ margin-bottom: 0.5rem;
1414
+ font-weight: normal;
1415
+ line-height: 1.4;
1416
+ color: #8a8a8a; }
1417
+
1418
+ .lead {
1419
+ font-size: 125%;
1420
+ line-height: 1.6; }
1421
+
1422
+ .stat {
1423
+ font-size: 2.5rem;
1424
+ line-height: 1; }
1425
+ p + .stat {
1426
+ margin-top: -1rem; }
1427
+
1428
+ .no-bullet {
1429
+ margin-left: 0;
1430
+ list-style: none; }
1431
+
1432
+ .text-left {
1433
+ text-align: left; }
1434
+
1435
+ .text-right {
1436
+ text-align: right; }
1437
+
1438
+ .text-center {
1439
+ text-align: center; }
1440
+
1441
+ .text-justify {
1442
+ text-align: justify; }
1443
+
1444
+ @media screen and (min-width: 40em) {
1445
+ .medium-text-left {
1446
+ text-align: left; }
1447
+ .medium-text-right {
1448
+ text-align: right; }
1449
+ .medium-text-center {
1450
+ text-align: center; }
1451
+ .medium-text-justify {
1452
+ text-align: justify; } }
1453
+
1454
+ @media screen and (min-width: 64em) {
1455
+ .large-text-left {
1456
+ text-align: left; }
1457
+ .large-text-right {
1458
+ text-align: right; }
1459
+ .large-text-center {
1460
+ text-align: center; }
1461
+ .large-text-justify {
1462
+ text-align: justify; } }
1463
+
1464
+ .show-for-print {
1465
+ display: none !important; }
1466
+
1467
+ @media print {
1468
+ * {
1469
+ background: transparent !important;
1470
+ color: black !important;
1471
+ -webkit-box-shadow: none !important;
1472
+ box-shadow: none !important;
1473
+ text-shadow: none !important; }
1474
+ .show-for-print {
1475
+ display: block !important; }
1476
+ .hide-for-print {
1477
+ display: none !important; }
1478
+ table.show-for-print {
1479
+ display: table !important; }
1480
+ thead.show-for-print {
1481
+ display: table-header-group !important; }
1482
+ tbody.show-for-print {
1483
+ display: table-row-group !important; }
1484
+ tr.show-for-print {
1485
+ display: table-row !important; }
1486
+ td.show-for-print {
1487
+ display: table-cell !important; }
1488
+ th.show-for-print {
1489
+ display: table-cell !important; }
1490
+ a,
1491
+ a:visited {
1492
+ text-decoration: underline; }
1493
+ a[href]:after {
1494
+ content: " (" attr(href) ")"; }
1495
+ .ir a:after,
1496
+ a[href^='javascript:']:after,
1497
+ a[href^='#']:after {
1498
+ content: ''; }
1499
+ abbr[title]:after {
1500
+ content: " (" attr(title) ")"; }
1501
+ pre,
1502
+ blockquote {
1503
+ border: 1px solid #8a8a8a;
1504
+ page-break-inside: avoid; }
1505
+ thead {
1506
+ display: table-header-group; }
1507
+ tr,
1508
+ img {
1509
+ page-break-inside: avoid; }
1510
+ img {
1511
+ max-width: 100% !important; }
1512
+ @page {
1513
+ margin: 0.5cm; }
1514
+ p,
1515
+ h2,
1516
+ h3 {
1517
+ orphans: 3;
1518
+ widows: 3; }
1519
+ h2,
1520
+ h3 {
1521
+ page-break-after: avoid; } }
1522
+
1523
+ [type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
1524
+ textarea {
1525
+ display: block;
1526
+ -webkit-box-sizing: border-box;
1527
+ box-sizing: border-box;
1528
+ width: 100%;
1529
+ height: 2.4375rem;
1530
+ padding: 0.5rem;
1531
+ border: 1px solid #cacaca;
1532
+ margin: 0 0 1rem;
1533
+ font-family: inherit;
1534
+ font-size: 1rem;
1535
+ color: #0a0a0a;
1536
+ background-color: #fefefe;
1537
+ -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
1538
+ box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
1539
+ border-radius: 0;
1540
+ -webkit-transition: -webkit-box-shadow 0.5s, border-color 0.25s ease-in-out;
1541
+ transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
1542
+ -webkit-appearance: none;
1543
+ -moz-appearance: none; }
1544
+ [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
1545
+ textarea:focus {
1546
+ border: 1px solid #8a8a8a;
1547
+ background-color: #fefefe;
1548
+ outline: none;
1549
+ -webkit-box-shadow: 0 0 5px #cacaca;
1550
+ box-shadow: 0 0 5px #cacaca;
1551
+ -webkit-transition: -webkit-box-shadow 0.5s, border-color 0.25s ease-in-out;
1552
+ transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
1553
+
1554
+ textarea {
1555
+ max-width: 100%; }
1556
+ textarea[rows] {
1557
+ height: auto; }
1558
+
1559
+ input::-webkit-input-placeholder,
1560
+ textarea::-webkit-input-placeholder {
1561
+ color: #cacaca; }
1562
+
1563
+ input::-moz-placeholder,
1564
+ textarea::-moz-placeholder {
1565
+ color: #cacaca; }
1566
+
1567
+ input:-ms-input-placeholder,
1568
+ textarea:-ms-input-placeholder {
1569
+ color: #cacaca; }
1570
+
1571
+ input::placeholder,
1572
+ textarea::placeholder {
1573
+ color: #cacaca; }
1574
+
1575
+ input:disabled, input[readonly],
1576
+ textarea:disabled,
1577
+ textarea[readonly] {
1578
+ background-color: #e6e6e6;
1579
+ cursor: not-allowed; }
1580
+
1581
+ [type='submit'],
1582
+ [type='button'] {
1583
+ border-radius: 0;
1584
+ -webkit-appearance: none;
1585
+ -moz-appearance: none; }
1586
+
1587
+ input[type='search'] {
1588
+ -webkit-box-sizing: border-box;
1589
+ box-sizing: border-box; }
1590
+
1591
+ [type='file'],
1592
+ [type='checkbox'],
1593
+ [type='radio'] {
1594
+ margin: 0 0 1rem; }
1595
+
1596
+ [type='checkbox'] + label,
1597
+ [type='radio'] + label {
1598
+ display: inline-block;
1599
+ margin-left: 0.5rem;
1600
+ margin-right: 1rem;
1601
+ margin-bottom: 0;
1602
+ vertical-align: baseline; }
1603
+ [type='checkbox'] + label[for],
1604
+ [type='radio'] + label[for] {
1605
+ cursor: pointer; }
1606
+
1607
+ label > [type='checkbox'],
1608
+ label > [type='radio'] {
1609
+ margin-right: 0.5rem; }
1610
+
1611
+ [type='file'] {
1612
+ width: 100%; }
1613
+
1614
+ label {
1615
+ display: block;
1616
+ margin: 0;
1617
+ font-size: 0.875rem;
1618
+ font-weight: normal;
1619
+ line-height: 1.8;
1620
+ color: #0a0a0a; }
1621
+ label.middle {
1622
+ margin: 0 0 1rem;
1623
+ padding: 0.5625rem 0; }
1624
+
1625
+ .help-text {
1626
+ margin-top: -0.5rem;
1627
+ font-size: 0.8125rem;
1628
+ font-style: italic;
1629
+ color: #0a0a0a; }
1630
+
1631
+ .input-group {
1632
+ display: -webkit-box;
1633
+ display: -webkit-flex;
1634
+ display: -ms-flexbox;
1635
+ display: flex;
1636
+ width: 100%;
1637
+ margin-bottom: 1rem;
1638
+ -webkit-box-align: stretch;
1639
+ -webkit-align-items: stretch;
1640
+ -ms-flex-align: stretch;
1641
+ align-items: stretch; }
1642
+ .input-group > :first-child {
1643
+ border-radius: 0 0 0 0; }
1644
+ .input-group > :last-child > * {
1645
+ border-radius: 0 0 0 0; }
1646
+
1647
+ .input-group-label, .input-group-field, .input-group-button {
1648
+ margin: 0;
1649
+ white-space: nowrap; }
1650
+
1651
+ .input-group-label {
1652
+ text-align: center;
1653
+ padding: 0 1rem;
1654
+ background: #e6e6e6;
1655
+ color: #0a0a0a;
1656
+ border: 1px solid #cacaca;
1657
+ white-space: nowrap;
1658
+ -webkit-box-flex: 0;
1659
+ -webkit-flex: 0 0 auto;
1660
+ -ms-flex: 0 0 auto;
1661
+ flex: 0 0 auto;
1662
+ display: -webkit-box;
1663
+ display: -webkit-flex;
1664
+ display: -ms-flexbox;
1665
+ display: flex;
1666
+ -webkit-box-align: center;
1667
+ -webkit-align-items: center;
1668
+ -ms-flex-align: center;
1669
+ align-items: center; }
1670
+ .input-group-label:first-child {
1671
+ border-right: 0; }
1672
+ .input-group-label:last-child {
1673
+ border-left: 0; }
1674
+
1675
+ .input-group-field {
1676
+ border-radius: 0;
1677
+ -webkit-box-flex: 1;
1678
+ -webkit-flex: 1 1 0px;
1679
+ -ms-flex: 1 1 0px;
1680
+ flex: 1 1 0px;
1681
+ width: auto;
1682
+ height: auto; }
1683
+
1684
+ .input-group-button {
1685
+ padding-top: 0;
1686
+ padding-bottom: 0;
1687
+ text-align: center;
1688
+ -webkit-box-flex: 0;
1689
+ -webkit-flex: 0 0 auto;
1690
+ -ms-flex: 0 0 auto;
1691
+ flex: 0 0 auto; }
1692
+ .input-group-button a,
1693
+ .input-group-button input,
1694
+ .input-group-button button {
1695
+ margin: 0; }
1696
+
1697
+ .input-group .input-group-button {
1698
+ display: table-cell; }
1699
+
1700
+ fieldset {
1701
+ border: 0;
1702
+ padding: 0;
1703
+ margin: 0; }
1704
+
1705
+ legend {
1706
+ margin-bottom: 0.5rem;
1707
+ max-width: 100%; }
1708
+
1709
+ .fieldset {
1710
+ border: 1px solid #cacaca;
1711
+ padding: 1.25rem;
1712
+ margin: 1.125rem 0; }
1713
+ .fieldset legend {
1714
+ background: #fefefe;
1715
+ padding: 0 0.1875rem;
1716
+ margin: 0;
1717
+ margin-left: -0.1875rem; }
1718
+
1719
+ select {
1720
+ height: 2.4375rem;
1721
+ padding: 0.5rem;
1722
+ border: 1px solid #cacaca;
1723
+ margin: 0 0 1rem;
1724
+ font-size: 1rem;
1725
+ font-family: inherit;
1726
+ line-height: normal;
1727
+ color: #0a0a0a;
1728
+ background-color: #fefefe;
1729
+ border-radius: 0;
1730
+ -webkit-appearance: none;
1731
+ -moz-appearance: none;
1732
+ background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
1733
+ -webkit-background-size: 9px 6px;
1734
+ background-size: 9px 6px;
1735
+ background-position: right -1rem center;
1736
+ -webkit-background-origin: content-box;
1737
+ background-origin: content-box;
1738
+ background-repeat: no-repeat;
1739
+ padding-right: 1.5rem; }
1740
+ @media screen and (min-width: 0\0) {
1741
+ select {
1742
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
1743
+ select:disabled {
1744
+ background-color: #e6e6e6;
1745
+ cursor: not-allowed; }
1746
+ select::-ms-expand {
1747
+ display: none; }
1748
+ select[multiple] {
1749
+ height: auto;
1750
+ background-image: none; }
1751
+
1752
+ .is-invalid-input:not(:focus) {
1753
+ background-color: rgba(236, 88, 64, 0.1);
1754
+ border-color: #ec5840; }
1755
+
1756
+ .is-invalid-label {
1757
+ color: #ec5840; }
1758
+
1759
+ .form-error {
1760
+ display: none;
1761
+ margin-top: -0.5rem;
1762
+ margin-bottom: 1rem;
1763
+ font-size: 0.75rem;
1764
+ font-weight: bold;
1765
+ color: #ec5840; }
1766
+ .form-error.is-visible {
1767
+ display: block; }
1768
+
1769
+ .button {
1770
+ display: inline-block;
1771
+ text-align: center;
1772
+ line-height: 1;
1773
+ cursor: pointer;
1774
+ -webkit-appearance: none;
1775
+ -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
1776
+ transition: background-color 0.25s ease-out, color 0.25s ease-out;
1777
+ vertical-align: middle;
1778
+ border: 1px solid transparent;
1779
+ border-radius: 0;
1780
+ padding: 0.85em 1em;
1781
+ margin: 0 0 1rem 0;
1782
+ font-size: 0.9rem;
1783
+ background-color: #2199e8;
1784
+ color: #fefefe; }
1785
+ [data-whatinput='mouse'] .button {
1786
+ outline: 0; }
1787
+ .button:hover, .button:focus {
1788
+ background-color: #1583cc;
1789
+ color: #fefefe; }
1790
+ .button.tiny {
1791
+ font-size: 0.6rem; }
1792
+ .button.small {
1793
+ font-size: 0.75rem; }
1794
+ .button.large {
1795
+ font-size: 1.25rem; }
1796
+ .button.expanded {
1797
+ display: block;
1798
+ width: 100%;
1799
+ margin-left: 0;
1800
+ margin-right: 0; }
1801
+ .button.primary {
1802
+ background-color: #2199e8;
1803
+ color: #fefefe; }
1804
+ .button.primary:hover, .button.primary:focus {
1805
+ background-color: #147cc0;
1806
+ color: #fefefe; }
1807
+ .button.secondary {
1808
+ background-color: #777;
1809
+ color: #fefefe; }
1810
+ .button.secondary:hover, .button.secondary:focus {
1811
+ background-color: #5f5f5f;
1812
+ color: #fefefe; }
1813
+ .button.success {
1814
+ background-color: #3adb76;
1815
+ color: #fefefe; }
1816
+ .button.success:hover, .button.success:focus {
1817
+ background-color: #22bb5b;
1818
+ color: #fefefe; }
1819
+ .button.warning {
1820
+ background-color: #ffae00;
1821
+ color: #fefefe; }
1822
+ .button.warning:hover, .button.warning:focus {
1823
+ background-color: #cc8b00;
1824
+ color: #fefefe; }
1825
+ .button.alert {
1826
+ background-color: #ec5840;
1827
+ color: #fefefe; }
1828
+ .button.alert:hover, .button.alert:focus {
1829
+ background-color: #da3116;
1830
+ color: #fefefe; }
1831
+ .button.hollow {
1832
+ border: 1px solid #2199e8;
1833
+ color: #2199e8; }
1834
+ .button.hollow, .button.hollow:hover, .button.hollow:focus {
1835
+ background-color: transparent; }
1836
+ .button.hollow:hover, .button.hollow:focus {
1837
+ border-color: #0c4d78;
1838
+ color: #0c4d78; }
1839
+ .button.hollow.primary {
1840
+ border: 1px solid #2199e8;
1841
+ color: #2199e8; }
1842
+ .button.hollow.primary:hover, .button.hollow.primary:focus {
1843
+ border-color: #0c4d78;
1844
+ color: #0c4d78; }
1845
+ .button.hollow.secondary {
1846
+ border: 1px solid #777;
1847
+ color: #777; }
1848
+ .button.hollow.secondary:hover, .button.hollow.secondary:focus {
1849
+ border-color: #3c3c3c;
1850
+ color: #3c3c3c; }
1851
+ .button.hollow.success {
1852
+ border: 1px solid #3adb76;
1853
+ color: #3adb76; }
1854
+ .button.hollow.success:hover, .button.hollow.success:focus {
1855
+ border-color: #157539;
1856
+ color: #157539; }
1857
+ .button.hollow.warning {
1858
+ border: 1px solid #ffae00;
1859
+ color: #ffae00; }
1860
+ .button.hollow.warning:hover, .button.hollow.warning:focus {
1861
+ border-color: #805700;
1862
+ color: #805700; }
1863
+ .button.hollow.alert {
1864
+ border: 1px solid #ec5840;
1865
+ color: #ec5840; }
1866
+ .button.hollow.alert:hover, .button.hollow.alert:focus {
1867
+ border-color: #881f0e;
1868
+ color: #881f0e; }
1869
+ .button.disabled, .button[disabled] {
1870
+ opacity: 0.25;
1871
+ cursor: not-allowed; }
1872
+ .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
1873
+ background-color: #2199e8;
1874
+ color: #fefefe; }
1875
+ .button.dropdown::after {
1876
+ content: '';
1877
+ display: block;
1878
+ width: 0;
1879
+ height: 0;
1880
+ border: inset 0.4em;
1881
+ border-color: #fefefe transparent transparent;
1882
+ border-top-style: solid;
1883
+ border-bottom-width: 0;
1884
+ position: relative;
1885
+ top: 0.4em;
1886
+ float: right;
1887
+ margin-left: 1em;
1888
+ display: inline-block; }
1889
+ .button.arrow-only::after {
1890
+ margin-left: 0;
1891
+ float: none;
1892
+ top: -0.1em; }
1893
+
1894
+ .accordion {
1895
+ list-style-type: none;
1896
+ background: #fefefe;
1897
+ margin-left: 0; }
1898
+
1899
+ .accordion-item:first-child > :first-child {
1900
+ border-radius: 0 0 0 0; }
1901
+
1902
+ .accordion-item:last-child > :last-child {
1903
+ border-radius: 0 0 0 0; }
1904
+
1905
+ .accordion-title {
1906
+ display: block;
1907
+ padding: 1.25rem 1rem;
1908
+ line-height: 1;
1909
+ font-size: 0.75rem;
1910
+ color: #2199e8;
1911
+ position: relative;
1912
+ border: 1px solid #e6e6e6;
1913
+ border-bottom: 0; }
1914
+ :last-child:not(.is-active) > .accordion-title {
1915
+ border-radius: 0 0 0 0;
1916
+ border-bottom: 1px solid #e6e6e6; }
1917
+ .accordion-title:hover, .accordion-title:focus {
1918
+ background-color: #e6e6e6; }
1919
+ .accordion-title::before {
1920
+ content: '+';
1921
+ position: absolute;
1922
+ right: 1rem;
1923
+ top: 50%;
1924
+ margin-top: -0.5rem; }
1925
+ .is-active > .accordion-title::before {
1926
+ content: '–'; }
1927
+
1928
+ .accordion-content {
1929
+ padding: 1rem;
1930
+ display: none;
1931
+ border: 1px solid #e6e6e6;
1932
+ border-bottom: 0;
1933
+ background-color: #fefefe;
1934
+ color: #0a0a0a; }
1935
+ :last-child > .accordion-content:last-child {
1936
+ border-bottom: 1px solid #e6e6e6; }
1937
+
1938
+ .is-accordion-submenu-parent > a {
1939
+ position: relative; }
1940
+ .is-accordion-submenu-parent > a::after {
1941
+ content: '';
1942
+ display: block;
1943
+ width: 0;
1944
+ height: 0;
1945
+ border: inset 6px;
1946
+ border-color: #2199e8 transparent transparent;
1947
+ border-top-style: solid;
1948
+ border-bottom-width: 0;
1949
+ position: absolute;
1950
+ top: 50%;
1951
+ margin-top: -4px;
1952
+ right: 1rem; }
1953
+
1954
+ .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
1955
+ -webkit-transform-origin: 50% 50%;
1956
+ -ms-transform-origin: 50% 50%;
1957
+ transform-origin: 50% 50%;
1958
+ -webkit-transform: scaleY(-1);
1959
+ -ms-transform: scaleY(-1);
1960
+ transform: scaleY(-1); }
1961
+
1962
+ .badge {
1963
+ display: inline-block;
1964
+ padding: 0.3em;
1965
+ min-width: 2.1em;
1966
+ font-size: 0.6rem;
1967
+ text-align: center;
1968
+ border-radius: 50%;
1969
+ background: #2199e8;
1970
+ color: #fefefe; }
1971
+ .badge.secondary {
1972
+ background: #777;
1973
+ color: #fefefe; }
1974
+ .badge.success {
1975
+ background: #3adb76;
1976
+ color: #fefefe; }
1977
+ .badge.warning {
1978
+ background: #ffae00;
1979
+ color: #fefefe; }
1980
+ .badge.alert {
1981
+ background: #ec5840;
1982
+ color: #fefefe; }
1983
+
1984
+ .breadcrumbs {
1985
+ list-style: none;
1986
+ margin: 0 0 1rem 0; }
1987
+ .breadcrumbs::before, .breadcrumbs::after {
1988
+ content: ' ';
1989
+ display: table;
1990
+ -webkit-flex-basis: 0;
1991
+ -ms-flex-preferred-size: 0;
1992
+ flex-basis: 0;
1993
+ -webkit-box-ordinal-group: 2;
1994
+ -webkit-order: 1;
1995
+ -ms-flex-order: 1;
1996
+ order: 1; }
1997
+ .breadcrumbs::after {
1998
+ clear: both; }
1999
+ .breadcrumbs li {
2000
+ float: left;
2001
+ color: #0a0a0a;
2002
+ font-size: 0.6875rem;
2003
+ cursor: default;
2004
+ text-transform: uppercase; }
2005
+ .breadcrumbs li:not(:last-child)::after {
2006
+ color: #cacaca;
2007
+ content: "/";
2008
+ margin: 0 0.75rem;
2009
+ position: relative;
2010
+ top: 1px;
2011
+ opacity: 1; }
2012
+ .breadcrumbs a {
2013
+ color: #2199e8; }
2014
+ .breadcrumbs a:hover {
2015
+ text-decoration: underline; }
2016
+ .breadcrumbs .disabled {
2017
+ color: #cacaca;
2018
+ cursor: not-allowed; }
2019
+
2020
+ .button-group {
2021
+ margin-bottom: 1rem;
2022
+ display: -webkit-box;
2023
+ display: -webkit-flex;
2024
+ display: -ms-flexbox;
2025
+ display: flex;
2026
+ -webkit-flex-wrap: nowrap;
2027
+ -ms-flex-wrap: nowrap;
2028
+ flex-wrap: nowrap;
2029
+ -webkit-box-align: stretch;
2030
+ -webkit-align-items: stretch;
2031
+ -ms-flex-align: stretch;
2032
+ align-items: stretch; }
2033
+ .button-group::before, .button-group::after {
2034
+ content: ' ';
2035
+ display: table;
2036
+ -webkit-flex-basis: 0;
2037
+ -ms-flex-preferred-size: 0;
2038
+ flex-basis: 0;
2039
+ -webkit-box-ordinal-group: 2;
2040
+ -webkit-order: 1;
2041
+ -ms-flex-order: 1;
2042
+ order: 1; }
2043
+ .button-group::after {
2044
+ clear: both; }
2045
+ .button-group .button {
2046
+ margin: 0;
2047
+ margin-right: 1px;
2048
+ margin-bottom: 1px;
2049
+ font-size: 0.9rem;
2050
+ -webkit-box-flex: 0;
2051
+ -webkit-flex: 0 0 auto;
2052
+ -ms-flex: 0 0 auto;
2053
+ flex: 0 0 auto; }
2054
+ .button-group .button:last-child {
2055
+ margin-right: 0; }
2056
+ .button-group.tiny .button {
2057
+ font-size: 0.6rem; }
2058
+ .button-group.small .button {
2059
+ font-size: 0.75rem; }
2060
+ .button-group.large .button {
2061
+ font-size: 1.25rem; }
2062
+ .button-group.expanded .button {
2063
+ -webkit-box-flex: 1;
2064
+ -webkit-flex: 1 1 0px;
2065
+ -ms-flex: 1 1 0px;
2066
+ flex: 1 1 0px; }
2067
+ .button-group.primary .button {
2068
+ background-color: #2199e8;
2069
+ color: #fefefe; }
2070
+ .button-group.primary .button:hover, .button-group.primary .button:focus {
2071
+ background-color: #147cc0;
2072
+ color: #fefefe; }
2073
+ .button-group.secondary .button {
2074
+ background-color: #777;
2075
+ color: #fefefe; }
2076
+ .button-group.secondary .button:hover, .button-group.secondary .button:focus {
2077
+ background-color: #5f5f5f;
2078
+ color: #fefefe; }
2079
+ .button-group.success .button {
2080
+ background-color: #3adb76;
2081
+ color: #fefefe; }
2082
+ .button-group.success .button:hover, .button-group.success .button:focus {
2083
+ background-color: #22bb5b;
2084
+ color: #fefefe; }
2085
+ .button-group.warning .button {
2086
+ background-color: #ffae00;
2087
+ color: #fefefe; }
2088
+ .button-group.warning .button:hover, .button-group.warning .button:focus {
2089
+ background-color: #cc8b00;
2090
+ color: #fefefe; }
2091
+ .button-group.alert .button {
2092
+ background-color: #ec5840;
2093
+ color: #fefefe; }
2094
+ .button-group.alert .button:hover, .button-group.alert .button:focus {
2095
+ background-color: #da3116;
2096
+ color: #fefefe; }
2097
+ .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
2098
+ -webkit-flex-wrap: wrap;
2099
+ -ms-flex-wrap: wrap;
2100
+ flex-wrap: wrap; }
2101
+ .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
2102
+ -webkit-box-flex: 0;
2103
+ -webkit-flex: 0 0 100%;
2104
+ -ms-flex: 0 0 100%;
2105
+ flex: 0 0 100%; }
2106
+ .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
2107
+ margin-bottom: 0; }
2108
+ @media screen and (min-width: 40em) {
2109
+ .button-group.stacked-for-small .button {
2110
+ -webkit-box-flex: 1;
2111
+ -webkit-flex: 1 1 0px;
2112
+ -ms-flex: 1 1 0px;
2113
+ flex: 1 1 0px;
2114
+ margin-bottom: 0; } }
2115
+ @media screen and (min-width: 64em) {
2116
+ .button-group.stacked-for-medium .button {
2117
+ -webkit-box-flex: 1;
2118
+ -webkit-flex: 1 1 0px;
2119
+ -ms-flex: 1 1 0px;
2120
+ flex: 1 1 0px;
2121
+ margin-bottom: 0; } }
2122
+ @media screen and (max-width: 39.9375em) {
2123
+ .button-group.stacked-for-small.expanded {
2124
+ display: block; }
2125
+ .button-group.stacked-for-small.expanded .button {
2126
+ display: block;
2127
+ margin-right: 0; } }
2128
+
2129
+ .callout {
2130
+ margin: 0 0 1rem 0;
2131
+ padding: 1rem;
2132
+ border: 1px solid rgba(10, 10, 10, 0.25);
2133
+ border-radius: 0;
2134
+ position: relative;
2135
+ color: #0a0a0a;
2136
+ background-color: white; }
2137
+ .callout > :first-child {
2138
+ margin-top: 0; }
2139
+ .callout > :last-child {
2140
+ margin-bottom: 0; }
2141
+ .callout.primary {
2142
+ background-color: #def0fc; }
2143
+ .callout.secondary {
2144
+ background-color: #ebebeb; }
2145
+ .callout.success {
2146
+ background-color: #e1faea; }
2147
+ .callout.warning {
2148
+ background-color: #fff3d9; }
2149
+ .callout.alert {
2150
+ background-color: #fce6e2; }
2151
+ .callout.small {
2152
+ padding-top: 0.5rem;
2153
+ padding-right: 0.5rem;
2154
+ padding-bottom: 0.5rem;
2155
+ padding-left: 0.5rem; }
2156
+ .callout.large {
2157
+ padding-top: 3rem;
2158
+ padding-right: 3rem;
2159
+ padding-bottom: 3rem;
2160
+ padding-left: 3rem; }
2161
+
2162
+ .close-button {
2163
+ position: absolute;
2164
+ color: #8a8a8a;
2165
+ right: 1rem;
2166
+ top: 0.5rem;
2167
+ font-size: 2em;
2168
+ line-height: 1;
2169
+ cursor: pointer; }
2170
+ [data-whatinput='mouse'] .close-button {
2171
+ outline: 0; }
2172
+ .close-button:hover, .close-button:focus {
2173
+ color: #0a0a0a; }
2174
+
2175
+ .menu {
2176
+ margin: 0;
2177
+ list-style-type: none;
2178
+ width: 100%;
2179
+ display: -webkit-box;
2180
+ display: -webkit-flex;
2181
+ display: -ms-flexbox;
2182
+ display: flex;
2183
+ -webkit-flex-wrap: nowrap;
2184
+ -ms-flex-wrap: nowrap;
2185
+ flex-wrap: nowrap;
2186
+ -webkit-box-align: center;
2187
+ -webkit-align-items: center;
2188
+ -ms-flex-align: center;
2189
+ align-items: center;
2190
+ -webkit-flex-wrap: nowrap;
2191
+ -ms-flex-wrap: nowrap;
2192
+ flex-wrap: nowrap; }
2193
+ .menu > li {
2194
+ -webkit-box-flex: 0;
2195
+ -webkit-flex: 0 0 auto;
2196
+ -ms-flex: 0 0 auto;
2197
+ flex: 0 0 auto; }
2198
+ [data-whatinput='mouse'] .menu > li {
2199
+ outline: 0; }
2200
+ .menu > li > a {
2201
+ display: block;
2202
+ padding: 0.7rem 1rem;
2203
+ line-height: 1; }
2204
+ .menu input,
2205
+ .menu a,
2206
+ .menu button {
2207
+ margin-bottom: 0; }
2208
+ .menu > li > a {
2209
+ display: -webkit-box;
2210
+ display: -webkit-flex;
2211
+ display: -ms-flexbox;
2212
+ display: flex; }
2213
+ .menu > li > a {
2214
+ -webkit-flex-flow: row nowrap;
2215
+ -ms-flex-flow: row nowrap;
2216
+ flex-flow: row nowrap; }
2217
+ .menu > li > a img,
2218
+ .menu > li > a i,
2219
+ .menu > li > a svg {
2220
+ margin-right: 0.25rem; }
2221
+ .menu > li {
2222
+ -webkit-box-flex: 0;
2223
+ -webkit-flex: 0 0 auto;
2224
+ -ms-flex: 0 0 auto;
2225
+ flex: 0 0 auto; }
2226
+ .menu.vertical {
2227
+ -webkit-flex-wrap: wrap;
2228
+ -ms-flex-wrap: wrap;
2229
+ flex-wrap: wrap; }
2230
+ .menu.vertical > li {
2231
+ -webkit-box-flex: 0;
2232
+ -webkit-flex: 0 0 100%;
2233
+ -ms-flex: 0 0 100%;
2234
+ flex: 0 0 100%;
2235
+ max-width: 100%; }
2236
+ .menu.vertical > li > a {
2237
+ -webkit-box-align: start;
2238
+ -webkit-align-items: flex-start;
2239
+ -ms-flex-align: start;
2240
+ align-items: flex-start;
2241
+ -webkit-box-pack: start;
2242
+ -webkit-justify-content: flex-start;
2243
+ -ms-flex-pack: start;
2244
+ justify-content: flex-start; }
2245
+ @media screen and (min-width: 40em) {
2246
+ .menu.medium-horizontal {
2247
+ -webkit-flex-wrap: nowrap;
2248
+ -ms-flex-wrap: nowrap;
2249
+ flex-wrap: nowrap; }
2250
+ .menu.medium-horizontal > li {
2251
+ -webkit-box-flex: 0;
2252
+ -webkit-flex: 0 0 auto;
2253
+ -ms-flex: 0 0 auto;
2254
+ flex: 0 0 auto; }
2255
+ .menu.medium-vertical {
2256
+ -webkit-flex-wrap: wrap;
2257
+ -ms-flex-wrap: wrap;
2258
+ flex-wrap: wrap; }
2259
+ .menu.medium-vertical > li {
2260
+ -webkit-box-flex: 0;
2261
+ -webkit-flex: 0 0 100%;
2262
+ -ms-flex: 0 0 100%;
2263
+ flex: 0 0 100%;
2264
+ max-width: 100%; }
2265
+ .menu.medium-vertical > li > a {
2266
+ -webkit-box-align: start;
2267
+ -webkit-align-items: flex-start;
2268
+ -ms-flex-align: start;
2269
+ align-items: flex-start;
2270
+ -webkit-box-pack: start;
2271
+ -webkit-justify-content: flex-start;
2272
+ -ms-flex-pack: start;
2273
+ justify-content: flex-start; } }
2274
+ @media screen and (min-width: 64em) {
2275
+ .menu.large-horizontal {
2276
+ -webkit-flex-wrap: nowrap;
2277
+ -ms-flex-wrap: nowrap;
2278
+ flex-wrap: nowrap; }
2279
+ .menu.large-horizontal > li {
2280
+ -webkit-box-flex: 0;
2281
+ -webkit-flex: 0 0 auto;
2282
+ -ms-flex: 0 0 auto;
2283
+ flex: 0 0 auto; }
2284
+ .menu.large-vertical {
2285
+ -webkit-flex-wrap: wrap;
2286
+ -ms-flex-wrap: wrap;
2287
+ flex-wrap: wrap; }
2288
+ .menu.large-vertical > li {
2289
+ -webkit-box-flex: 0;
2290
+ -webkit-flex: 0 0 100%;
2291
+ -ms-flex: 0 0 100%;
2292
+ flex: 0 0 100%;
2293
+ max-width: 100%; }
2294
+ .menu.large-vertical > li > a {
2295
+ -webkit-box-align: start;
2296
+ -webkit-align-items: flex-start;
2297
+ -ms-flex-align: start;
2298
+ align-items: flex-start;
2299
+ -webkit-box-pack: start;
2300
+ -webkit-justify-content: flex-start;
2301
+ -ms-flex-pack: start;
2302
+ justify-content: flex-start; } }
2303
+ .menu.simple li {
2304
+ line-height: 1;
2305
+ display: inline-block;
2306
+ margin-right: 1rem; }
2307
+ .menu.simple a {
2308
+ padding: 0; }
2309
+ .menu.align-right {
2310
+ -webkit-box-pack: end;
2311
+ -webkit-justify-content: flex-end;
2312
+ -ms-flex-pack: end;
2313
+ justify-content: flex-end; }
2314
+ .menu.expanded > li {
2315
+ -webkit-box-flex: 1;
2316
+ -webkit-flex: 1 1 0px;
2317
+ -ms-flex: 1 1 0px;
2318
+ flex: 1 1 0px; }
2319
+ .menu.expanded > li:first-child:last-child {
2320
+ width: 100%; }
2321
+ .menu.icon-top > li > a {
2322
+ -webkit-flex-flow: column nowrap;
2323
+ -ms-flex-flow: column nowrap;
2324
+ flex-flow: column nowrap; }
2325
+ .menu.icon-top > li > a img,
2326
+ .menu.icon-top > li > a i,
2327
+ .menu.icon-top > li > a svg {
2328
+ -webkit-align-self: stretch;
2329
+ -ms-flex-item-align: stretch;
2330
+ align-self: stretch;
2331
+ text-align: center;
2332
+ margin-bottom: 0.25rem; }
2333
+ .menu.nested {
2334
+ margin-left: 1rem; }
2335
+ .menu .active > a {
2336
+ color: #fefefe;
2337
+ background: #2199e8; }
2338
+
2339
+ .menu-text {
2340
+ font-weight: bold;
2341
+ color: inherit;
2342
+ line-height: 1;
2343
+ padding-top: 0;
2344
+ padding-bottom: 0;
2345
+ padding: 0.7rem 1rem; }
2346
+
2347
+ .menu-centered {
2348
+ text-align: center; }
2349
+ .menu-centered > .menu {
2350
+ display: inline-block; }
2351
+
2352
+ .no-js [data-responsive-menu] ul {
2353
+ display: none; }
2354
+
2355
+ .menu-icon {
2356
+ position: relative;
2357
+ display: inline-block;
2358
+ vertical-align: middle;
2359
+ cursor: pointer;
2360
+ width: 20px;
2361
+ height: 16px; }
2362
+ .menu-icon::after {
2363
+ content: '';
2364
+ position: absolute;
2365
+ display: block;
2366
+ width: 100%;
2367
+ height: 2px;
2368
+ background: #fefefe;
2369
+ top: 0;
2370
+ left: 0;
2371
+ -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
2372
+ box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
2373
+ .menu-icon:hover::after {
2374
+ background: #cacaca;
2375
+ -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
2376
+ box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }
2377
+
2378
+ .menu-icon.dark {
2379
+ position: relative;
2380
+ display: inline-block;
2381
+ vertical-align: middle;
2382
+ cursor: pointer;
2383
+ width: 20px;
2384
+ height: 16px; }
2385
+ .menu-icon.dark::after {
2386
+ content: '';
2387
+ position: absolute;
2388
+ display: block;
2389
+ width: 100%;
2390
+ height: 2px;
2391
+ background: #0a0a0a;
2392
+ top: 0;
2393
+ left: 0;
2394
+ -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
2395
+ box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
2396
+ .menu-icon.dark:hover::after {
2397
+ background: #8a8a8a;
2398
+ -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
2399
+ box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }
2400
+
2401
+ .is-drilldown {
2402
+ position: relative;
2403
+ overflow: hidden; }
2404
+ .is-drilldown li {
2405
+ display: block !important; }
2406
+
2407
+ .is-drilldown-submenu {
2408
+ position: absolute;
2409
+ top: 0;
2410
+ left: 100%;
2411
+ z-index: -1;
2412
+ height: 100%;
2413
+ width: 100%;
2414
+ background: #fefefe;
2415
+ -webkit-transition: -webkit-transform 0.15s linear;
2416
+ transition: transform 0.15s linear; }
2417
+ .is-drilldown-submenu.is-active {
2418
+ z-index: 1;
2419
+ display: block;
2420
+ -webkit-transform: translateX(-100%);
2421
+ -ms-transform: translateX(-100%);
2422
+ transform: translateX(-100%); }
2423
+ .is-drilldown-submenu.is-closing {
2424
+ -webkit-transform: translateX(100%);
2425
+ -ms-transform: translateX(100%);
2426
+ transform: translateX(100%); }
2427
+
2428
+ .is-drilldown-submenu-parent > a {
2429
+ position: relative; }
2430
+ .is-drilldown-submenu-parent > a::after {
2431
+ content: '';
2432
+ display: block;
2433
+ width: 0;
2434
+ height: 0;
2435
+ border: inset 6px;
2436
+ border-color: transparent transparent transparent #2199e8;
2437
+ border-left-style: solid;
2438
+ border-right-width: 0;
2439
+ position: absolute;
2440
+ top: 50%;
2441
+ margin-top: -6px;
2442
+ right: 1rem; }
2443
+
2444
+ .js-drilldown-back > a::before {
2445
+ content: '';
2446
+ display: block;
2447
+ width: 0;
2448
+ height: 0;
2449
+ border: inset 6px;
2450
+ border-color: transparent #2199e8 transparent transparent;
2451
+ border-right-style: solid;
2452
+ border-left-width: 0;
2453
+ border-left-width: 0;
2454
+ display: inline-block;
2455
+ vertical-align: middle;
2456
+ margin-right: 0.75rem; }
2457
+
2458
+ .dropdown-pane {
2459
+ background-color: #fefefe;
2460
+ border: 1px solid #cacaca;
2461
+ border-radius: 0;
2462
+ display: block;
2463
+ font-size: 1rem;
2464
+ padding: 1rem;
2465
+ position: absolute;
2466
+ visibility: hidden;
2467
+ width: 300px;
2468
+ z-index: 10; }
2469
+ .dropdown-pane.is-open {
2470
+ visibility: visible; }
2471
+
2472
+ .dropdown-pane.tiny {
2473
+ width: 100px; }
2474
+
2475
+ .dropdown-pane.small {
2476
+ width: 200px; }
2477
+
2478
+ .dropdown-pane.large {
2479
+ width: 400px; }
2480
+
2481
+ .dropdown.menu > li.opens-left > .is-dropdown-submenu {
2482
+ left: auto;
2483
+ right: 0;
2484
+ top: 100%; }
2485
+
2486
+ .dropdown.menu > li.opens-right > .is-dropdown-submenu {
2487
+ right: auto;
2488
+ left: 0;
2489
+ top: 100%; }
2490
+
2491
+ .dropdown.menu > li.is-dropdown-submenu-parent > a {
2492
+ padding-right: 1.5rem;
2493
+ position: relative; }
2494
+
2495
+ .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
2496
+ content: '';
2497
+ display: block;
2498
+ width: 0;
2499
+ height: 0;
2500
+ border: inset 5px;
2501
+ border-color: #2199e8 transparent transparent;
2502
+ border-top-style: solid;
2503
+ border-bottom-width: 0;
2504
+ right: 5px;
2505
+ margin-top: -2px; }
2506
+
2507
+ [data-whatinput='mouse'] .dropdown.menu a {
2508
+ outline: 0; }
2509
+
2510
+ .no-js .dropdown.menu ul {
2511
+ display: none; }
2512
+
2513
+ .dropdown.menu.vertical > li .is-dropdown-submenu {
2514
+ top: 0; }
2515
+
2516
+ .dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
2517
+ left: auto;
2518
+ right: 100%; }
2519
+
2520
+ .dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
2521
+ right: auto;
2522
+ left: 100%; }
2523
+
2524
+ .dropdown.menu.vertical > li > a::after {
2525
+ right: 14px;
2526
+ margin-top: -3px; }
2527
+
2528
+ .dropdown.menu.vertical > li.opens-left > a::after {
2529
+ content: '';
2530
+ display: block;
2531
+ width: 0;
2532
+ height: 0;
2533
+ border: inset 5px;
2534
+ border-color: transparent #2199e8 transparent transparent;
2535
+ border-right-style: solid;
2536
+ border-left-width: 0; }
2537
+
2538
+ .dropdown.menu.vertical > li.opens-right > a::after {
2539
+ content: '';
2540
+ display: block;
2541
+ width: 0;
2542
+ height: 0;
2543
+ border: inset 5px;
2544
+ border-color: transparent transparent transparent #2199e8;
2545
+ border-left-style: solid;
2546
+ border-right-width: 0; }
2547
+
2548
+ @media screen and (min-width: 40em) {
2549
+ .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
2550
+ left: auto;
2551
+ right: 0;
2552
+ top: 100%; }
2553
+ .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
2554
+ right: auto;
2555
+ left: 0;
2556
+ top: 100%; }
2557
+ .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
2558
+ padding-right: 1.5rem;
2559
+ position: relative; }
2560
+ .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
2561
+ content: '';
2562
+ display: block;
2563
+ width: 0;
2564
+ height: 0;
2565
+ border: inset 5px;
2566
+ border-color: #2199e8 transparent transparent;
2567
+ border-top-style: solid;
2568
+ border-bottom-width: 0;
2569
+ right: 5px;
2570
+ margin-top: -2px; }
2571
+ .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
2572
+ top: 0; }
2573
+ .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
2574
+ left: auto;
2575
+ right: 100%; }
2576
+ .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
2577
+ right: auto;
2578
+ left: 100%; }
2579
+ .dropdown.menu.medium-vertical > li > a::after {
2580
+ right: 14px;
2581
+ margin-top: -3px; }
2582
+ .dropdown.menu.medium-vertical > li.opens-left > a::after {
2583
+ content: '';
2584
+ display: block;
2585
+ width: 0;
2586
+ height: 0;
2587
+ border: inset 5px;
2588
+ border-color: transparent #2199e8 transparent transparent;
2589
+ border-right-style: solid;
2590
+ border-left-width: 0; }
2591
+ .dropdown.menu.medium-vertical > li.opens-right > a::after {
2592
+ content: '';
2593
+ display: block;
2594
+ width: 0;
2595
+ height: 0;
2596
+ border: inset 5px;
2597
+ border-color: transparent transparent transparent #2199e8;
2598
+ border-left-style: solid;
2599
+ border-right-width: 0; } }
2600
+
2601
+ @media screen and (min-width: 64em) {
2602
+ .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
2603
+ left: auto;
2604
+ right: 0;
2605
+ top: 100%; }
2606
+ .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
2607
+ right: auto;
2608
+ left: 0;
2609
+ top: 100%; }
2610
+ .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
2611
+ padding-right: 1.5rem;
2612
+ position: relative; }
2613
+ .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
2614
+ content: '';
2615
+ display: block;
2616
+ width: 0;
2617
+ height: 0;
2618
+ border: inset 5px;
2619
+ border-color: #2199e8 transparent transparent;
2620
+ border-top-style: solid;
2621
+ border-bottom-width: 0;
2622
+ right: 5px;
2623
+ margin-top: -2px; }
2624
+ .dropdown.menu.large-vertical > li .is-dropdown-submenu {
2625
+ top: 0; }
2626
+ .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
2627
+ left: auto;
2628
+ right: 100%; }
2629
+ .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
2630
+ right: auto;
2631
+ left: 100%; }
2632
+ .dropdown.menu.large-vertical > li > a::after {
2633
+ right: 14px;
2634
+ margin-top: -3px; }
2635
+ .dropdown.menu.large-vertical > li.opens-left > a::after {
2636
+ content: '';
2637
+ display: block;
2638
+ width: 0;
2639
+ height: 0;
2640
+ border: inset 5px;
2641
+ border-color: transparent #2199e8 transparent transparent;
2642
+ border-right-style: solid;
2643
+ border-left-width: 0; }
2644
+ .dropdown.menu.large-vertical > li.opens-right > a::after {
2645
+ content: '';
2646
+ display: block;
2647
+ width: 0;
2648
+ height: 0;
2649
+ border: inset 5px;
2650
+ border-color: transparent transparent transparent #2199e8;
2651
+ border-left-style: solid;
2652
+ border-right-width: 0; } }
2653
+
2654
+ .dropdown.menu.align-right .is-dropdown-submenu.first-sub {
2655
+ top: 100%;
2656
+ left: auto;
2657
+ right: 0; }
2658
+
2659
+ .is-dropdown-menu.vertical {
2660
+ width: 100px; }
2661
+ .is-dropdown-menu.vertical.align-right {
2662
+ float: right; }
2663
+
2664
+ .is-dropdown-submenu-parent {
2665
+ position: relative; }
2666
+ .is-dropdown-submenu-parent a::after {
2667
+ position: absolute;
2668
+ top: 50%;
2669
+ right: 5px;
2670
+ margin-top: -2px; }
2671
+ .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
2672
+ top: 100%;
2673
+ left: auto; }
2674
+ .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
2675
+ left: auto;
2676
+ right: 100%; }
2677
+ .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
2678
+ right: auto;
2679
+ left: 100%; }
2680
+
2681
+ .is-dropdown-submenu {
2682
+ display: none;
2683
+ position: absolute;
2684
+ top: 0;
2685
+ left: 100%;
2686
+ min-width: 200px;
2687
+ z-index: 1;
2688
+ background: #fefefe;
2689
+ border: 1px solid #cacaca; }
2690
+ .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
2691
+ right: 14px;
2692
+ margin-top: -3px; }
2693
+ .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
2694
+ content: '';
2695
+ display: block;
2696
+ width: 0;
2697
+ height: 0;
2698
+ border: inset 5px;
2699
+ border-color: transparent #2199e8 transparent transparent;
2700
+ border-right-style: solid;
2701
+ border-left-width: 0; }
2702
+ .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
2703
+ content: '';
2704
+ display: block;
2705
+ width: 0;
2706
+ height: 0;
2707
+ border: inset 5px;
2708
+ border-color: transparent transparent transparent #2199e8;
2709
+ border-left-style: solid;
2710
+ border-right-width: 0; }
2711
+ .is-dropdown-submenu .is-dropdown-submenu {
2712
+ margin-top: -1px; }
2713
+ .is-dropdown-submenu > li {
2714
+ width: 100%; }
2715
+ .is-dropdown-submenu.js-dropdown-active {
2716
+ display: block; }
2717
+
2718
+ .flex-video {
2719
+ position: relative;
2720
+ height: 0;
2721
+ padding-bottom: 75%;
2722
+ margin-bottom: 1rem;
2723
+ overflow: hidden; }
2724
+ .flex-video iframe,
2725
+ .flex-video object,
2726
+ .flex-video embed,
2727
+ .flex-video video {
2728
+ position: absolute;
2729
+ top: 0;
2730
+ left: 0;
2731
+ width: 100%;
2732
+ height: 100%; }
2733
+ .flex-video.widescreen {
2734
+ padding-bottom: 56.25%; }
2735
+ .flex-video.vimeo {
2736
+ padding-top: 0; }
2737
+
2738
+ .label {
2739
+ display: inline-block;
2740
+ padding: 0.33333rem 0.5rem;
2741
+ font-size: 0.8rem;
2742
+ line-height: 1;
2743
+ white-space: nowrap;
2744
+ cursor: default;
2745
+ border-radius: 0;
2746
+ background: #2199e8;
2747
+ color: #fefefe; }
2748
+ .label.secondary {
2749
+ background: #777;
2750
+ color: #fefefe; }
2751
+ .label.success {
2752
+ background: #3adb76;
2753
+ color: #fefefe; }
2754
+ .label.warning {
2755
+ background: #ffae00;
2756
+ color: #fefefe; }
2757
+ .label.alert {
2758
+ background: #ec5840;
2759
+ color: #fefefe; }
2760
+
2761
+ .media-object {
2762
+ margin-bottom: 1rem;
2763
+ display: -webkit-box;
2764
+ display: -webkit-flex;
2765
+ display: -ms-flexbox;
2766
+ display: flex;
2767
+ -webkit-flex-wrap: nowrap;
2768
+ -ms-flex-wrap: nowrap;
2769
+ flex-wrap: nowrap; }
2770
+ .media-object img {
2771
+ max-width: none; }
2772
+ @media screen and (max-width: 39.9375em) {
2773
+ .media-object.stack-for-small {
2774
+ -webkit-flex-wrap: wrap;
2775
+ -ms-flex-wrap: wrap;
2776
+ flex-wrap: wrap; } }
2777
+ @media screen and (max-width: 39.9375em) {
2778
+ .media-object.stack-for-small .media-object-section {
2779
+ padding: 0;
2780
+ padding-bottom: 1rem;
2781
+ -webkit-flex-basis: 100%;
2782
+ -ms-flex-preferred-size: 100%;
2783
+ flex-basis: 100%;
2784
+ max-width: 100%; }
2785
+ .media-object.stack-for-small .media-object-section img {
2786
+ width: 100%; } }
2787
+
2788
+ .media-object-section {
2789
+ -webkit-box-flex: 0;
2790
+ -webkit-flex: 0 1 auto;
2791
+ -ms-flex: 0 1 auto;
2792
+ flex: 0 1 auto; }
2793
+ .media-object-section:first-child {
2794
+ padding-right: 1rem; }
2795
+ .media-object-section:last-child:not(:nth-child(2)) {
2796
+ padding-left: 1rem; }
2797
+ .media-object-section > :last-child {
2798
+ margin-bottom: 0; }
2799
+ .media-object-section.main-section {
2800
+ -webkit-box-flex: 1;
2801
+ -webkit-flex: 1 1 0px;
2802
+ -ms-flex: 1 1 0px;
2803
+ flex: 1 1 0px; }
2804
+
2805
+ html,
2806
+ body {
2807
+ height: 100%; }
2808
+
2809
+ .off-canvas-wrapper {
2810
+ width: 100%;
2811
+ overflow-x: hidden;
2812
+ position: relative;
2813
+ -webkit-backface-visibility: hidden;
2814
+ backface-visibility: hidden;
2815
+ -webkit-overflow-scrolling: auto; }
2816
+
2817
+ .off-canvas-wrapper-inner {
2818
+ position: relative;
2819
+ width: 100%;
2820
+ -webkit-transition: -webkit-transform 0.5s ease;
2821
+ transition: transform 0.5s ease; }
2822
+ .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
2823
+ content: ' ';
2824
+ display: table;
2825
+ -webkit-flex-basis: 0;
2826
+ -ms-flex-preferred-size: 0;
2827
+ flex-basis: 0;
2828
+ -webkit-box-ordinal-group: 2;
2829
+ -webkit-order: 1;
2830
+ -ms-flex-order: 1;
2831
+ order: 1; }
2832
+ .off-canvas-wrapper-inner::after {
2833
+ clear: both; }
2834
+
2835
+ .off-canvas-content,
2836
+ .off-canvas-content {
2837
+ min-height: 100%;
2838
+ background: #fefefe;
2839
+ -webkit-transition: -webkit-transform 0.5s ease;
2840
+ transition: transform 0.5s ease;
2841
+ -webkit-backface-visibility: hidden;
2842
+ backface-visibility: hidden;
2843
+ z-index: 1;
2844
+ padding-bottom: 0.1px;
2845
+ -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
2846
+ box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }
2847
+
2848
+ .js-off-canvas-exit {
2849
+ display: none;
2850
+ position: absolute;
2851
+ top: 0;
2852
+ left: 0;
2853
+ width: 100%;
2854
+ height: 100%;
2855
+ background: rgba(254, 254, 254, 0.25);
2856
+ cursor: pointer;
2857
+ -webkit-transition: background 0.5s ease;
2858
+ transition: background 0.5s ease; }
2859
+
2860
+ .off-canvas {
2861
+ position: absolute;
2862
+ background: #e6e6e6;
2863
+ z-index: -1;
2864
+ max-height: 100%;
2865
+ overflow-y: auto;
2866
+ -webkit-transform: translateX(0);
2867
+ -ms-transform: translateX(0);
2868
+ transform: translateX(0); }
2869
+ [data-whatinput='mouse'] .off-canvas {
2870
+ outline: 0; }
2871
+ .off-canvas.position-left {
2872
+ left: -250px;
2873
+ top: 0;
2874
+ width: 250px; }
2875
+ .is-open-left {
2876
+ -webkit-transform: translateX(250px);
2877
+ -ms-transform: translateX(250px);
2878
+ transform: translateX(250px); }
2879
+ .off-canvas.position-right {
2880
+ right: -250px;
2881
+ top: 0;
2882
+ width: 250px; }
2883
+ .is-open-right {
2884
+ -webkit-transform: translateX(-250px);
2885
+ -ms-transform: translateX(-250px);
2886
+ transform: translateX(-250px); }
2887
+
2888
+ @media screen and (min-width: 40em) {
2889
+ .position-left.reveal-for-medium {
2890
+ left: 0;
2891
+ z-index: auto;
2892
+ position: fixed; }
2893
+ .position-left.reveal-for-medium ~ .off-canvas-content {
2894
+ margin-left: 250px; }
2895
+ .position-right.reveal-for-medium {
2896
+ right: 0;
2897
+ z-index: auto;
2898
+ position: fixed; }
2899
+ .position-right.reveal-for-medium ~ .off-canvas-content {
2900
+ margin-right: 250px; } }
2901
+
2902
+ @media screen and (min-width: 64em) {
2903
+ .position-left.reveal-for-large {
2904
+ left: 0;
2905
+ z-index: auto;
2906
+ position: fixed; }
2907
+ .position-left.reveal-for-large ~ .off-canvas-content {
2908
+ margin-left: 250px; }
2909
+ .position-right.reveal-for-large {
2910
+ right: 0;
2911
+ z-index: auto;
2912
+ position: fixed; }
2913
+ .position-right.reveal-for-large ~ .off-canvas-content {
2914
+ margin-right: 250px; } }
2915
+
2916
+ .orbit {
2917
+ position: relative; }
2918
+
2919
+ .orbit-container {
2920
+ position: relative;
2921
+ margin: 0;
2922
+ overflow: hidden;
2923
+ list-style: none; }
2924
+
2925
+ .orbit-slide {
2926
+ width: 100%;
2927
+ max-height: 100%; }
2928
+ .orbit-slide.no-motionui.is-active {
2929
+ top: 0;
2930
+ left: 0; }
2931
+
2932
+ .orbit-figure {
2933
+ margin: 0; }
2934
+
2935
+ .orbit-image {
2936
+ margin: 0;
2937
+ width: 100%;
2938
+ max-width: 100%; }
2939
+
2940
+ .orbit-caption {
2941
+ position: absolute;
2942
+ bottom: 0;
2943
+ width: 100%;
2944
+ padding: 1rem;
2945
+ margin-bottom: 0;
2946
+ color: #fefefe;
2947
+ background-color: rgba(10, 10, 10, 0.5); }
2948
+
2949
+ .orbit-previous, .orbit-next {
2950
+ position: absolute;
2951
+ top: 50%;
2952
+ -webkit-transform: translateY(-50%);
2953
+ -ms-transform: translateY(-50%);
2954
+ transform: translateY(-50%);
2955
+ z-index: 10;
2956
+ padding: 1rem;
2957
+ color: #fefefe; }
2958
+ [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
2959
+ outline: 0; }
2960
+ .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
2961
+ background-color: rgba(10, 10, 10, 0.5); }
2962
+
2963
+ .orbit-previous {
2964
+ left: 0; }
2965
+
2966
+ .orbit-next {
2967
+ left: auto;
2968
+ right: 0; }
2969
+
2970
+ .orbit-bullets {
2971
+ position: relative;
2972
+ margin-top: 0.8rem;
2973
+ margin-bottom: 0.8rem;
2974
+ text-align: center; }
2975
+ [data-whatinput='mouse'] .orbit-bullets {
2976
+ outline: 0; }
2977
+ .orbit-bullets button {
2978
+ width: 1.2rem;
2979
+ height: 1.2rem;
2980
+ margin: 0.1rem;
2981
+ background-color: #cacaca;
2982
+ border-radius: 50%; }
2983
+ .orbit-bullets button:hover {
2984
+ background-color: #8a8a8a; }
2985
+ .orbit-bullets button.is-active {
2986
+ background-color: #8a8a8a; }
2987
+
2988
+ .pagination {
2989
+ margin-left: 0;
2990
+ margin-bottom: 1rem; }
2991
+ .pagination::before, .pagination::after {
2992
+ content: ' ';
2993
+ display: table;
2994
+ -webkit-flex-basis: 0;
2995
+ -ms-flex-preferred-size: 0;
2996
+ flex-basis: 0;
2997
+ -webkit-box-ordinal-group: 2;
2998
+ -webkit-order: 1;
2999
+ -ms-flex-order: 1;
3000
+ order: 1; }
3001
+ .pagination::after {
3002
+ clear: both; }
3003
+ .pagination li {
3004
+ font-size: 0.875rem;
3005
+ margin-right: 0.0625rem;
3006
+ border-radius: 0;
3007
+ display: none; }
3008
+ .pagination li:last-child, .pagination li:first-child {
3009
+ display: inline-block; }
3010
+ @media screen and (min-width: 40em) {
3011
+ .pagination li {
3012
+ display: inline-block; } }
3013
+ .pagination a,
3014
+ .pagination button {
3015
+ color: #0a0a0a;
3016
+ display: block;
3017
+ padding: 0.1875rem 0.625rem;
3018
+ border-radius: 0; }
3019
+ .pagination a:hover,
3020
+ .pagination button:hover {
3021
+ background: #e6e6e6; }
3022
+ .pagination .current {
3023
+ padding: 0.1875rem 0.625rem;
3024
+ background: #2199e8;
3025
+ color: #fefefe;
3026
+ cursor: default; }
3027
+ .pagination .disabled {
3028
+ padding: 0.1875rem 0.625rem;
3029
+ color: #cacaca;
3030
+ cursor: not-allowed; }
3031
+ .pagination .disabled:hover {
3032
+ background: transparent; }
3033
+ .pagination .ellipsis::after {
3034
+ content: '\2026';
3035
+ padding: 0.1875rem 0.625rem;
3036
+ color: #0a0a0a; }
3037
+
3038
+ .pagination-previous a::before,
3039
+ .pagination-previous.disabled::before {
3040
+ content: '\00ab';
3041
+ display: inline-block;
3042
+ margin-right: 0.5rem; }
3043
+
3044
+ .pagination-next a::after,
3045
+ .pagination-next.disabled::after {
3046
+ content: '\00bb';
3047
+ display: inline-block;
3048
+ margin-left: 0.5rem; }
3049
+
3050
+ .progress {
3051
+ background-color: #cacaca;
3052
+ height: 1rem;
3053
+ margin-bottom: 1rem;
3054
+ border-radius: 0; }
3055
+ .progress.primary .progress-meter {
3056
+ background-color: #2199e8; }
3057
+ .progress.secondary .progress-meter {
3058
+ background-color: #777; }
3059
+ .progress.success .progress-meter {
3060
+ background-color: #3adb76; }
3061
+ .progress.warning .progress-meter {
3062
+ background-color: #ffae00; }
3063
+ .progress.alert .progress-meter {
3064
+ background-color: #ec5840; }
3065
+
3066
+ .progress-meter {
3067
+ position: relative;
3068
+ display: block;
3069
+ width: 0%;
3070
+ height: 100%;
3071
+ background-color: #2199e8; }
3072
+
3073
+ .progress-meter-text {
3074
+ position: absolute;
3075
+ top: 50%;
3076
+ left: 50%;
3077
+ -webkit-transform: translate(-50%, -50%);
3078
+ -ms-transform: translate(-50%, -50%);
3079
+ transform: translate(-50%, -50%);
3080
+ position: absolute;
3081
+ margin: 0;
3082
+ font-size: 0.75rem;
3083
+ font-weight: bold;
3084
+ color: #fefefe;
3085
+ white-space: nowrap; }
3086
+
3087
+ .slider {
3088
+ position: relative;
3089
+ height: 0.5rem;
3090
+ margin-top: 1.25rem;
3091
+ margin-bottom: 2.25rem;
3092
+ background-color: #e6e6e6;
3093
+ cursor: pointer;
3094
+ -webkit-user-select: none;
3095
+ -moz-user-select: none;
3096
+ -ms-user-select: none;
3097
+ user-select: none;
3098
+ -ms-touch-action: none;
3099
+ touch-action: none; }
3100
+
3101
+ .slider-fill {
3102
+ position: absolute;
3103
+ top: 0;
3104
+ left: 0;
3105
+ display: inline-block;
3106
+ max-width: 100%;
3107
+ height: 0.5rem;
3108
+ background-color: #cacaca;
3109
+ -webkit-transition: all 0.2s ease-in-out;
3110
+ transition: all 0.2s ease-in-out; }
3111
+ .slider-fill.is-dragging {
3112
+ -webkit-transition: all 0s linear;
3113
+ transition: all 0s linear; }
3114
+
3115
+ .slider-handle {
3116
+ position: absolute;
3117
+ top: 50%;
3118
+ -webkit-transform: translateY(-50%);
3119
+ -ms-transform: translateY(-50%);
3120
+ transform: translateY(-50%);
3121
+ position: absolute;
3122
+ left: 0;
3123
+ z-index: 1;
3124
+ display: inline-block;
3125
+ width: 1.4rem;
3126
+ height: 1.4rem;
3127
+ background-color: #2199e8;
3128
+ -webkit-transition: all 0.2s ease-in-out;
3129
+ transition: all 0.2s ease-in-out;
3130
+ -ms-touch-action: manipulation;
3131
+ touch-action: manipulation;
3132
+ border-radius: 0; }
3133
+ [data-whatinput='mouse'] .slider-handle {
3134
+ outline: 0; }
3135
+ .slider-handle:hover {
3136
+ background-color: #1583cc; }
3137
+ .slider-handle.is-dragging {
3138
+ -webkit-transition: all 0s linear;
3139
+ transition: all 0s linear; }
3140
+
3141
+ .slider.disabled,
3142
+ .slider[disabled] {
3143
+ opacity: 0.25;
3144
+ cursor: not-allowed; }
3145
+
3146
+ .slider.vertical {
3147
+ display: inline-block;
3148
+ width: 0.5rem;
3149
+ height: 12.5rem;
3150
+ margin: 0 1.25rem;
3151
+ -webkit-transform: scale(1, -1);
3152
+ -ms-transform: scale(1, -1);
3153
+ transform: scale(1, -1); }
3154
+ .slider.vertical .slider-fill {
3155
+ top: 0;
3156
+ width: 0.5rem;
3157
+ max-height: 100%; }
3158
+ .slider.vertical .slider-handle {
3159
+ position: absolute;
3160
+ top: 0;
3161
+ left: 50%;
3162
+ width: 1.4rem;
3163
+ height: 1.4rem;
3164
+ -webkit-transform: translateX(-50%);
3165
+ -ms-transform: translateX(-50%);
3166
+ transform: translateX(-50%); }
3167
+
3168
+ .sticky-container {
3169
+ position: relative; }
3170
+
3171
+ .sticky {
3172
+ position: absolute;
3173
+ z-index: 0;
3174
+ -webkit-transform: translate3d(0, 0, 0);
3175
+ transform: translate3d(0, 0, 0); }
3176
+
3177
+ .sticky.is-stuck {
3178
+ position: fixed;
3179
+ z-index: 5; }
3180
+ .sticky.is-stuck.is-at-top {
3181
+ top: 0; }
3182
+ .sticky.is-stuck.is-at-bottom {
3183
+ bottom: 0; }
3184
+
3185
+ .sticky.is-anchored {
3186
+ position: absolute;
3187
+ left: auto;
3188
+ right: auto; }
3189
+ .sticky.is-anchored.is-at-bottom {
3190
+ bottom: 0; }
3191
+
3192
+ body.is-reveal-open {
3193
+ overflow: hidden; }
3194
+
3195
+ html.is-reveal-open,
3196
+ html.is-reveal-open body {
3197
+ height: 100%;
3198
+ overflow: hidden;
3199
+ -webkit-user-select: none;
3200
+ -moz-user-select: none;
3201
+ -ms-user-select: none;
3202
+ user-select: none; }
3203
+
3204
+ .reveal-overlay {
3205
+ display: none;
3206
+ position: fixed;
3207
+ top: 0;
3208
+ bottom: 0;
3209
+ left: 0;
3210
+ right: 0;
3211
+ z-index: 1005;
3212
+ background-color: rgba(10, 10, 10, 0.45);
3213
+ overflow-y: scroll; }
3214
+
3215
+ .reveal {
3216
+ display: none;
3217
+ z-index: 1006;
3218
+ padding: 1rem;
3219
+ border: 1px solid #cacaca;
3220
+ background-color: #fefefe;
3221
+ border-radius: 0;
3222
+ position: relative;
3223
+ top: 100px;
3224
+ margin-left: auto;
3225
+ margin-right: auto;
3226
+ overflow-y: auto; }
3227
+ [data-whatinput='mouse'] .reveal {
3228
+ outline: 0; }
3229
+ @media screen and (min-width: 40em) {
3230
+ .reveal {
3231
+ min-height: 0; } }
3232
+ .reveal .column, .reveal .columns,
3233
+ .reveal .columns {
3234
+ min-width: 0; }
3235
+ .reveal > :last-child {
3236
+ margin-bottom: 0; }
3237
+ @media screen and (min-width: 40em) {
3238
+ .reveal {
3239
+ width: 600px;
3240
+ max-width: 75rem; } }
3241
+ @media screen and (min-width: 40em) {
3242
+ .reveal .reveal {
3243
+ left: auto;
3244
+ right: auto;
3245
+ margin: 0 auto; } }
3246
+ .reveal.collapse {
3247
+ padding: 0; }
3248
+ @media screen and (min-width: 40em) {
3249
+ .reveal.tiny {
3250
+ width: 30%;
3251
+ max-width: 75rem; } }
3252
+ @media screen and (min-width: 40em) {
3253
+ .reveal.small {
3254
+ width: 50%;
3255
+ max-width: 75rem; } }
3256
+ @media screen and (min-width: 40em) {
3257
+ .reveal.large {
3258
+ width: 90%;
3259
+ max-width: 75rem; } }
3260
+ .reveal.full {
3261
+ top: 0;
3262
+ left: 0;
3263
+ width: 100%;
3264
+ height: 100%;
3265
+ height: 100vh;
3266
+ min-height: 100vh;
3267
+ max-width: none;
3268
+ margin-left: 0;
3269
+ border: 0;
3270
+ border-radius: 0; }
3271
+ @media screen and (max-width: 39.9375em) {
3272
+ .reveal {
3273
+ top: 0;
3274
+ left: 0;
3275
+ width: 100%;
3276
+ height: 100%;
3277
+ height: 100vh;
3278
+ min-height: 100vh;
3279
+ max-width: none;
3280
+ margin-left: 0;
3281
+ border: 0;
3282
+ border-radius: 0; } }
3283
+ .reveal.without-overlay {
3284
+ position: fixed; }
3285
+
3286
+ .switch {
3287
+ margin-bottom: 1rem;
3288
+ outline: 0;
3289
+ position: relative;
3290
+ -webkit-user-select: none;
3291
+ -moz-user-select: none;
3292
+ -ms-user-select: none;
3293
+ user-select: none;
3294
+ color: #fefefe;
3295
+ font-weight: bold;
3296
+ font-size: 0.875rem; }
3297
+
3298
+ .switch-input {
3299
+ opacity: 0;
3300
+ position: absolute; }
3301
+
3302
+ .switch-paddle {
3303
+ background: #cacaca;
3304
+ cursor: pointer;
3305
+ display: block;
3306
+ position: relative;
3307
+ width: 4rem;
3308
+ height: 2rem;
3309
+ -webkit-transition: all 0.25s ease-out;
3310
+ transition: all 0.25s ease-out;
3311
+ border-radius: 0;
3312
+ color: inherit;
3313
+ font-weight: inherit; }
3314
+ input + .switch-paddle {
3315
+ margin: 0; }
3316
+ .switch-paddle::after {
3317
+ background: #fefefe;
3318
+ content: '';
3319
+ display: block;
3320
+ position: absolute;
3321
+ height: 1.5rem;
3322
+ left: 0.25rem;
3323
+ top: 0.25rem;
3324
+ width: 1.5rem;
3325
+ -webkit-transition: all 0.25s ease-out;
3326
+ transition: all 0.25s ease-out;
3327
+ -webkit-transform: translate3d(0, 0, 0);
3328
+ transform: translate3d(0, 0, 0);
3329
+ border-radius: 0; }
3330
+ input:checked ~ .switch-paddle {
3331
+ background: #2199e8; }
3332
+ input:checked ~ .switch-paddle::after {
3333
+ left: 2.25rem; }
3334
+ [data-whatinput='mouse'] input:focus ~ .switch-paddle {
3335
+ outline: 0; }
3336
+
3337
+ .switch-active, .switch-inactive {
3338
+ position: absolute;
3339
+ top: 50%;
3340
+ -webkit-transform: translateY(-50%);
3341
+ -ms-transform: translateY(-50%);
3342
+ transform: translateY(-50%); }
3343
+
3344
+ .switch-active {
3345
+ left: 8%;
3346
+ display: none; }
3347
+ input:checked + label > .switch-active {
3348
+ display: block; }
3349
+
3350
+ .switch-inactive {
3351
+ right: 15%; }
3352
+ input:checked + label > .switch-inactive {
3353
+ display: none; }
3354
+
3355
+ .switch.tiny .switch-paddle {
3356
+ width: 3rem;
3357
+ height: 1.5rem;
3358
+ font-size: 0.625rem; }
3359
+
3360
+ .switch.tiny .switch-paddle::after {
3361
+ width: 1rem;
3362
+ height: 1rem; }
3363
+
3364
+ .switch.tiny input:checked ~ .switch-paddle::after {
3365
+ left: 1.75rem; }
3366
+
3367
+ .switch.small .switch-paddle {
3368
+ width: 3.5rem;
3369
+ height: 1.75rem;
3370
+ font-size: 0.75rem; }
3371
+
3372
+ .switch.small .switch-paddle::after {
3373
+ width: 1.25rem;
3374
+ height: 1.25rem; }
3375
+
3376
+ .switch.small input:checked ~ .switch-paddle::after {
3377
+ left: 2rem; }
3378
+
3379
+ .switch.large .switch-paddle {
3380
+ width: 5rem;
3381
+ height: 2.5rem;
3382
+ font-size: 1rem; }
3383
+
3384
+ .switch.large .switch-paddle::after {
3385
+ width: 2rem;
3386
+ height: 2rem; }
3387
+
3388
+ .switch.large input:checked ~ .switch-paddle::after {
3389
+ left: 2.75rem; }
3390
+
3391
+ table {
3392
+ width: 100%;
3393
+ margin-bottom: 1rem;
3394
+ border-radius: 0; }
3395
+ table thead,
3396
+ table tbody,
3397
+ table tfoot {
3398
+ border: 1px solid #f1f1f1;
3399
+ background-color: #fefefe; }
3400
+ table caption {
3401
+ font-weight: bold;
3402
+ padding: 0.5rem 0.625rem 0.625rem; }
3403
+ table thead,
3404
+ table tfoot {
3405
+ background: #f8f8f8;
3406
+ color: #0a0a0a; }
3407
+ table thead tr,
3408
+ table tfoot tr {
3409
+ background: transparent; }
3410
+ table thead th,
3411
+ table thead td,
3412
+ table tfoot th,
3413
+ table tfoot td {
3414
+ padding: 0.5rem 0.625rem 0.625rem;
3415
+ font-weight: bold;
3416
+ text-align: left; }
3417
+ table tbody tr:nth-child(even) {
3418
+ background-color: #f1f1f1; }
3419
+ table tbody th,
3420
+ table tbody td {
3421
+ padding: 0.5rem 0.625rem 0.625rem; }
3422
+
3423
+ @media screen and (max-width: 63.9375em) {
3424
+ table.stack thead {
3425
+ display: none; }
3426
+ table.stack tfoot {
3427
+ display: none; }
3428
+ table.stack tr,
3429
+ table.stack th,
3430
+ table.stack td {
3431
+ display: block; }
3432
+ table.stack td {
3433
+ border-top: 0; } }
3434
+
3435
+ table.scroll {
3436
+ display: block;
3437
+ width: 100%;
3438
+ overflow-x: auto; }
3439
+
3440
+ table.hover tr:hover {
3441
+ background-color: #f9f9f9; }
3442
+
3443
+ table.hover tr:nth-of-type(even):hover {
3444
+ background-color: #ececec; }
3445
+
3446
+ .table-scroll {
3447
+ overflow-x: auto; }
3448
+ .table-scroll table {
3449
+ width: auto; }
3450
+
3451
+ .tabs {
3452
+ margin: 0;
3453
+ list-style-type: none;
3454
+ background: #fefefe;
3455
+ border: 1px solid #e6e6e6; }
3456
+ .tabs::before, .tabs::after {
3457
+ content: ' ';
3458
+ display: table;
3459
+ -webkit-flex-basis: 0;
3460
+ -ms-flex-preferred-size: 0;
3461
+ flex-basis: 0;
3462
+ -webkit-box-ordinal-group: 2;
3463
+ -webkit-order: 1;
3464
+ -ms-flex-order: 1;
3465
+ order: 1; }
3466
+ .tabs::after {
3467
+ clear: both; }
3468
+
3469
+ .tabs.vertical > li {
3470
+ width: auto;
3471
+ float: none;
3472
+ display: block; }
3473
+
3474
+ .tabs.simple > li > a {
3475
+ padding: 0; }
3476
+ .tabs.simple > li > a:hover {
3477
+ background: transparent; }
3478
+
3479
+ .tabs.primary {
3480
+ background: #2199e8; }
3481
+ .tabs.primary > li > a {
3482
+ color: #fefefe; }
3483
+ .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
3484
+ background: #1893e4; }
3485
+
3486
+ .tabs-title {
3487
+ float: left; }
3488
+ .tabs-title > a {
3489
+ display: block;
3490
+ padding: 1.25rem 1.5rem;
3491
+ line-height: 1;
3492
+ font-size: 0.75rem; }
3493
+ .tabs-title > a:hover {
3494
+ background: #fefefe; }
3495
+ .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
3496
+ background: #e6e6e6; }
3497
+
3498
+ .tabs-content {
3499
+ background: #fefefe;
3500
+ -webkit-transition: all 0.5s ease;
3501
+ transition: all 0.5s ease;
3502
+ border: 1px solid #e6e6e6;
3503
+ border-top: 0; }
3504
+
3505
+ .tabs-content.vertical {
3506
+ border: 1px solid #e6e6e6;
3507
+ border-left: 0; }
3508
+
3509
+ .tabs-panel {
3510
+ display: none;
3511
+ padding: 1rem; }
3512
+ .tabs-panel.is-active {
3513
+ display: block; }
3514
+
3515
+ .thumbnail {
3516
+ border: solid 4px #fefefe;
3517
+ -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
3518
+ box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
3519
+ display: inline-block;
3520
+ line-height: 0;
3521
+ max-width: 100%;
3522
+ -webkit-transition: -webkit-box-shadow 200ms ease-out;
3523
+ transition: box-shadow 200ms ease-out;
3524
+ border-radius: 0;
3525
+ margin-bottom: 1rem; }
3526
+ .thumbnail:hover, .thumbnail:focus {
3527
+ -webkit-box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5);
3528
+ box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); }
3529
+
3530
+ .title-bar {
3531
+ background: #0a0a0a;
3532
+ color: #fefefe;
3533
+ padding: 0.5rem;
3534
+ display: -webkit-box;
3535
+ display: -webkit-flex;
3536
+ display: -ms-flexbox;
3537
+ display: flex;
3538
+ -webkit-box-align: center;
3539
+ -webkit-align-items: center;
3540
+ -ms-flex-align: center;
3541
+ align-items: center;
3542
+ -webkit-box-pack: justify;
3543
+ -webkit-justify-content: space-between;
3544
+ -ms-flex-pack: justify;
3545
+ justify-content: space-between; }
3546
+ .title-bar .menu-icon {
3547
+ margin-left: 0.25rem;
3548
+ margin-right: 0.25rem; }
3549
+
3550
+ .title-bar-left,
3551
+ .title-bar-right {
3552
+ -webkit-box-flex: 1;
3553
+ -webkit-flex: 1 1 0px;
3554
+ -ms-flex: 1 1 0px;
3555
+ flex: 1 1 0px; }
3556
+
3557
+ .title-bar-right {
3558
+ text-align: right; }
3559
+
3560
+ .title-bar-title {
3561
+ font-weight: bold;
3562
+ vertical-align: middle;
3563
+ display: inline-block; }
3564
+
3565
+ .menu-icon.dark {
3566
+ position: relative;
3567
+ display: inline-block;
3568
+ vertical-align: middle;
3569
+ cursor: pointer;
3570
+ width: 20px;
3571
+ height: 16px; }
3572
+ .menu-icon.dark::after {
3573
+ content: '';
3574
+ position: absolute;
3575
+ display: block;
3576
+ width: 100%;
3577
+ height: 2px;
3578
+ background: #0a0a0a;
3579
+ top: 0;
3580
+ left: 0;
3581
+ -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
3582
+ box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
3583
+ .menu-icon.dark:hover::after {
3584
+ background: #8a8a8a;
3585
+ -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
3586
+ box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }
3587
+
3588
+ .has-tip {
3589
+ border-bottom: dotted 1px #8a8a8a;
3590
+ font-weight: bold;
3591
+ position: relative;
3592
+ display: inline-block;
3593
+ cursor: help; }
3594
+
3595
+ .tooltip {
3596
+ background-color: #0a0a0a;
3597
+ color: #fefefe;
3598
+ font-size: 80%;
3599
+ padding: 0.75rem;
3600
+ position: absolute;
3601
+ z-index: 10;
3602
+ top: calc(100% + 0.6495rem);
3603
+ max-width: 10rem !important;
3604
+ border-radius: 0; }
3605
+ .tooltip::before {
3606
+ content: '';
3607
+ display: block;
3608
+ width: 0;
3609
+ height: 0;
3610
+ border: inset 0.75rem;
3611
+ border-color: transparent transparent #0a0a0a;
3612
+ border-bottom-style: solid;
3613
+ border-top-width: 0;
3614
+ bottom: 100%;
3615
+ position: absolute;
3616
+ left: 50%;
3617
+ -webkit-transform: translateX(-50%);
3618
+ -ms-transform: translateX(-50%);
3619
+ transform: translateX(-50%); }
3620
+ .tooltip.top::before {
3621
+ content: '';
3622
+ display: block;
3623
+ width: 0;
3624
+ height: 0;
3625
+ border: inset 0.75rem;
3626
+ border-color: #0a0a0a transparent transparent;
3627
+ border-top-style: solid;
3628
+ border-bottom-width: 0;
3629
+ top: 100%;
3630
+ bottom: auto; }
3631
+ .tooltip.left::before {
3632
+ content: '';
3633
+ display: block;
3634
+ width: 0;
3635
+ height: 0;
3636
+ border: inset 0.75rem;
3637
+ border-color: transparent transparent transparent #0a0a0a;
3638
+ border-left-style: solid;
3639
+ border-right-width: 0;
3640
+ bottom: auto;
3641
+ left: 100%;
3642
+ top: 50%;
3643
+ -webkit-transform: translateY(-50%);
3644
+ -ms-transform: translateY(-50%);
3645
+ transform: translateY(-50%); }
3646
+ .tooltip.right::before {
3647
+ content: '';
3648
+ display: block;
3649
+ width: 0;
3650
+ height: 0;
3651
+ border: inset 0.75rem;
3652
+ border-color: transparent #0a0a0a transparent transparent;
3653
+ border-right-style: solid;
3654
+ border-left-width: 0;
3655
+ bottom: auto;
3656
+ left: auto;
3657
+ right: 100%;
3658
+ top: 50%;
3659
+ -webkit-transform: translateY(-50%);
3660
+ -ms-transform: translateY(-50%);
3661
+ transform: translateY(-50%); }
3662
+
3663
+ .top-bar {
3664
+ display: -webkit-box;
3665
+ display: -webkit-flex;
3666
+ display: -ms-flexbox;
3667
+ display: flex;
3668
+ -webkit-box-align: center;
3669
+ -webkit-align-items: center;
3670
+ -ms-flex-align: center;
3671
+ align-items: center;
3672
+ -webkit-box-pack: justify;
3673
+ -webkit-justify-content: space-between;
3674
+ -ms-flex-pack: justify;
3675
+ justify-content: space-between;
3676
+ -webkit-flex-wrap: nowrap;
3677
+ -ms-flex-wrap: nowrap;
3678
+ flex-wrap: nowrap;
3679
+ padding: 0.5rem;
3680
+ -webkit-flex-wrap: wrap;
3681
+ -ms-flex-wrap: wrap;
3682
+ flex-wrap: wrap; }
3683
+ .top-bar,
3684
+ .top-bar ul {
3685
+ background-color: #e6e6e6; }
3686
+ .top-bar input {
3687
+ max-width: 200px;
3688
+ margin-right: 1rem; }
3689
+ .top-bar .input-group-field {
3690
+ width: 100%;
3691
+ margin-right: 0; }
3692
+ .top-bar input.button {
3693
+ width: auto; }
3694
+ .top-bar .top-bar-left,
3695
+ .top-bar .top-bar-right {
3696
+ -webkit-box-flex: 0;
3697
+ -webkit-flex: 0 0 100%;
3698
+ -ms-flex: 0 0 100%;
3699
+ flex: 0 0 100%;
3700
+ max-width: 100%; }
3701
+ @media screen and (min-width: 40em) {
3702
+ .top-bar {
3703
+ -webkit-flex-wrap: nowrap;
3704
+ -ms-flex-wrap: nowrap;
3705
+ flex-wrap: nowrap; }
3706
+ .top-bar .top-bar-left,
3707
+ .top-bar .top-bar-right {
3708
+ -webkit-box-flex: 1;
3709
+ -webkit-flex: 1 1 0px;
3710
+ -ms-flex: 1 1 0px;
3711
+ flex: 1 1 0px; } }
3712
+ @media screen and (max-width: 63.9375em) {
3713
+ .top-bar.stacked-for-medium {
3714
+ -webkit-flex-wrap: wrap;
3715
+ -ms-flex-wrap: wrap;
3716
+ flex-wrap: wrap; }
3717
+ .top-bar.stacked-for-medium .top-bar-left,
3718
+ .top-bar.stacked-for-medium .top-bar-right {
3719
+ -webkit-box-flex: 0;
3720
+ -webkit-flex: 0 0 100%;
3721
+ -ms-flex: 0 0 100%;
3722
+ flex: 0 0 100%;
3723
+ max-width: 100%; } }
3724
+ @media screen and (max-width: 74.9375em) {
3725
+ .top-bar.stacked-for-large {
3726
+ -webkit-flex-wrap: wrap;
3727
+ -ms-flex-wrap: wrap;
3728
+ flex-wrap: wrap; }
3729
+ .top-bar.stacked-for-large .top-bar-left,
3730
+ .top-bar.stacked-for-large .top-bar-right {
3731
+ -webkit-box-flex: 0;
3732
+ -webkit-flex: 0 0 100%;
3733
+ -ms-flex: 0 0 100%;
3734
+ flex: 0 0 100%;
3735
+ max-width: 100%; } }
3736
+
3737
+ .top-bar-title {
3738
+ -webkit-box-flex: 0;
3739
+ -webkit-flex: 0 0 auto;
3740
+ -ms-flex: 0 0 auto;
3741
+ flex: 0 0 auto;
3742
+ margin-right: 1rem; }
3743
+
3744
+ .top-bar-left,
3745
+ .top-bar-right {
3746
+ -webkit-box-flex: 0;
3747
+ -webkit-flex: 0 0 auto;
3748
+ -ms-flex: 0 0 auto;
3749
+ flex: 0 0 auto; }
3750
+
3751
+ .hide {
3752
+ display: none !important; }
3753
+
3754
+ .invisible {
3755
+ visibility: hidden; }
3756
+
3757
+ @media screen and (max-width: 39.9375em) {
3758
+ .hide-for-small-only {
3759
+ display: none !important; } }
3760
+
3761
+ @media screen and (max-width: 0em), screen and (min-width: 40em) {
3762
+ .show-for-small-only {
3763
+ display: none !important; } }
3764
+
3765
+ @media screen and (min-width: 40em) {
3766
+ .hide-for-medium {
3767
+ display: none !important; } }
3768
+
3769
+ @media screen and (max-width: 39.9375em) {
3770
+ .show-for-medium {
3771
+ display: none !important; } }
3772
+
3773
+ @media screen and (min-width: 40em) and (max-width: 63.9375em) {
3774
+ .hide-for-medium-only {
3775
+ display: none !important; } }
3776
+
3777
+ @media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
3778
+ .show-for-medium-only {
3779
+ display: none !important; } }
3780
+
3781
+ @media screen and (min-width: 64em) {
3782
+ .hide-for-large {
3783
+ display: none !important; } }
3784
+
3785
+ @media screen and (max-width: 63.9375em) {
3786
+ .show-for-large {
3787
+ display: none !important; } }
3788
+
3789
+ @media screen and (min-width: 64em) and (max-width: 74.9375em) {
3790
+ .hide-for-large-only {
3791
+ display: none !important; } }
3792
+
3793
+ @media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
3794
+ .show-for-large-only {
3795
+ display: none !important; } }
3796
+
3797
+ .show-for-sr,
3798
+ .show-on-focus {
3799
+ position: absolute !important;
3800
+ width: 1px;
3801
+ height: 1px;
3802
+ overflow: hidden;
3803
+ clip: rect(0, 0, 0, 0); }
3804
+
3805
+ .show-on-focus:active, .show-on-focus:focus {
3806
+ position: static !important;
3807
+ height: auto;
3808
+ width: auto;
3809
+ overflow: visible;
3810
+ clip: auto; }
3811
+
3812
+ .show-for-landscape,
3813
+ .hide-for-portrait {
3814
+ display: block !important; }
3815
+ @media screen and (orientation: landscape) {
3816
+ .show-for-landscape,
3817
+ .hide-for-portrait {
3818
+ display: block !important; } }
3819
+ @media screen and (orientation: portrait) {
3820
+ .show-for-landscape,
3821
+ .hide-for-portrait {
3822
+ display: none !important; } }
3823
+
3824
+ .hide-for-landscape,
3825
+ .show-for-portrait {
3826
+ display: none !important; }
3827
+ @media screen and (orientation: landscape) {
3828
+ .hide-for-landscape,
3829
+ .show-for-portrait {
3830
+ display: none !important; } }
3831
+ @media screen and (orientation: portrait) {
3832
+ .hide-for-landscape,
3833
+ .show-for-portrait {
3834
+ display: block !important; } }
3835
+
3836
+ .float-left {
3837
+ float: left !important; }
3838
+
3839
+ .float-right {
3840
+ float: right !important; }
3841
+
3842
+ .float-center {
3843
+ display: block;
3844
+ margin-left: auto;
3845
+ margin-right: auto; }
3846
+
3847
+ .clearfix::before, .clearfix::after {
3848
+ content: ' ';
3849
+ display: table;
3850
+ -webkit-flex-basis: 0;
3851
+ -ms-flex-preferred-size: 0;
3852
+ flex-basis: 0;
3853
+ -webkit-box-ordinal-group: 2;
3854
+ -webkit-order: 1;
3855
+ -ms-flex-order: 1;
3856
+ order: 1; }
3857
+
3858
+ .clearfix::after {
3859
+ clear: both; }
3860
+
3861
+ .align-right {
3862
+ -webkit-box-pack: end;
3863
+ -webkit-justify-content: flex-end;
3864
+ -ms-flex-pack: end;
3865
+ justify-content: flex-end; }
3866
+
3867
+ .align-center {
3868
+ -webkit-box-pack: center;
3869
+ -webkit-justify-content: center;
3870
+ -ms-flex-pack: center;
3871
+ justify-content: center; }
3872
+
3873
+ .align-justify {
3874
+ -webkit-box-pack: justify;
3875
+ -webkit-justify-content: space-between;
3876
+ -ms-flex-pack: justify;
3877
+ justify-content: space-between; }
3878
+
3879
+ .align-spaced {
3880
+ -webkit-justify-content: space-around;
3881
+ -ms-flex-pack: distribute;
3882
+ justify-content: space-around; }
3883
+
3884
+ .align-top {
3885
+ -webkit-box-align: start;
3886
+ -webkit-align-items: flex-start;
3887
+ -ms-flex-align: start;
3888
+ align-items: flex-start; }
3889
+
3890
+ .align-self-top {
3891
+ -webkit-align-self: flex-start;
3892
+ -ms-flex-item-align: start;
3893
+ align-self: flex-start; }
3894
+
3895
+ .align-bottom {
3896
+ -webkit-box-align: end;
3897
+ -webkit-align-items: flex-end;
3898
+ -ms-flex-align: end;
3899
+ align-items: flex-end; }
3900
+
3901
+ .align-self-bottom {
3902
+ -webkit-align-self: flex-end;
3903
+ -ms-flex-item-align: end;
3904
+ align-self: flex-end; }
3905
+
3906
+ .align-middle {
3907
+ -webkit-box-align: center;
3908
+ -webkit-align-items: center;
3909
+ -ms-flex-align: center;
3910
+ align-items: center; }
3911
+
3912
+ .align-self-middle {
3913
+ -webkit-align-self: center;
3914
+ -ms-flex-item-align: center;
3915
+ align-self: center; }
3916
+
3917
+ .align-stretch {
3918
+ -webkit-box-align: stretch;
3919
+ -webkit-align-items: stretch;
3920
+ -ms-flex-align: stretch;
3921
+ align-items: stretch; }
3922
+
3923
+ .align-self-stretch {
3924
+ -webkit-align-self: stretch;
3925
+ -ms-flex-item-align: stretch;
3926
+ align-self: stretch; }
3927
+
3928
+ .small-order-1 {
3929
+ -webkit-box-ordinal-group: 2;
3930
+ -webkit-order: 1;
3931
+ -ms-flex-order: 1;
3932
+ order: 1; }
3933
+
3934
+ .small-order-2 {
3935
+ -webkit-box-ordinal-group: 3;
3936
+ -webkit-order: 2;
3937
+ -ms-flex-order: 2;
3938
+ order: 2; }
3939
+
3940
+ .small-order-3 {
3941
+ -webkit-box-ordinal-group: 4;
3942
+ -webkit-order: 3;
3943
+ -ms-flex-order: 3;
3944
+ order: 3; }
3945
+
3946
+ .small-order-4 {
3947
+ -webkit-box-ordinal-group: 5;
3948
+ -webkit-order: 4;
3949
+ -ms-flex-order: 4;
3950
+ order: 4; }
3951
+
3952
+ .small-order-5 {
3953
+ -webkit-box-ordinal-group: 6;
3954
+ -webkit-order: 5;
3955
+ -ms-flex-order: 5;
3956
+ order: 5; }
3957
+
3958
+ .small-order-6 {
3959
+ -webkit-box-ordinal-group: 7;
3960
+ -webkit-order: 6;
3961
+ -ms-flex-order: 6;
3962
+ order: 6; }
3963
+
3964
+ @media screen and (min-width: 40em) {
3965
+ .medium-order-1 {
3966
+ -webkit-box-ordinal-group: 2;
3967
+ -webkit-order: 1;
3968
+ -ms-flex-order: 1;
3969
+ order: 1; }
3970
+ .medium-order-2 {
3971
+ -webkit-box-ordinal-group: 3;
3972
+ -webkit-order: 2;
3973
+ -ms-flex-order: 2;
3974
+ order: 2; }
3975
+ .medium-order-3 {
3976
+ -webkit-box-ordinal-group: 4;
3977
+ -webkit-order: 3;
3978
+ -ms-flex-order: 3;
3979
+ order: 3; }
3980
+ .medium-order-4 {
3981
+ -webkit-box-ordinal-group: 5;
3982
+ -webkit-order: 4;
3983
+ -ms-flex-order: 4;
3984
+ order: 4; }
3985
+ .medium-order-5 {
3986
+ -webkit-box-ordinal-group: 6;
3987
+ -webkit-order: 5;
3988
+ -ms-flex-order: 5;
3989
+ order: 5; }
3990
+ .medium-order-6 {
3991
+ -webkit-box-ordinal-group: 7;
3992
+ -webkit-order: 6;
3993
+ -ms-flex-order: 6;
3994
+ order: 6; } }
3995
+
3996
+ @media screen and (min-width: 64em) {
3997
+ .large-order-1 {
3998
+ -webkit-box-ordinal-group: 2;
3999
+ -webkit-order: 1;
4000
+ -ms-flex-order: 1;
4001
+ order: 1; }
4002
+ .large-order-2 {
4003
+ -webkit-box-ordinal-group: 3;
4004
+ -webkit-order: 2;
4005
+ -ms-flex-order: 2;
4006
+ order: 2; }
4007
+ .large-order-3 {
4008
+ -webkit-box-ordinal-group: 4;
4009
+ -webkit-order: 3;
4010
+ -ms-flex-order: 3;
4011
+ order: 3; }
4012
+ .large-order-4 {
4013
+ -webkit-box-ordinal-group: 5;
4014
+ -webkit-order: 4;
4015
+ -ms-flex-order: 4;
4016
+ order: 4; }
4017
+ .large-order-5 {
4018
+ -webkit-box-ordinal-group: 6;
4019
+ -webkit-order: 5;
4020
+ -ms-flex-order: 5;
4021
+ order: 5; }
4022
+ .large-order-6 {
4023
+ -webkit-box-ordinal-group: 7;
4024
+ -webkit-order: 6;
4025
+ -ms-flex-order: 6;
4026
+ order: 6; } }
4027
+
4028
+ /*# sourceMappingURL=foundation-flex.css.map */