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,2 @@
1
+ @charset "UTF-8";
2
+ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:not-allowed}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.foundation-mq{font-family:"small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"}html{font-size:100%;box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{padding:0;margin:0;font-family:Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;font-weight:400;line-height:1.5;color:#0a0a0a;background:#fefefe;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;-ms-interpolation-mode:bicubic;display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px;border-radius:0}select{width:100%;border-radius:0}#map_canvas embed,#map_canvas img,#map_canvas object,.map_canvas embed,.map_canvas img,.map_canvas object,.mqa-display embed,.mqa-display img,.mqa-display object{max-width:none!important}button{-webkit-appearance:none;-moz-appearance:none;background:transparent;padding:0;border:0;border-radius:0;line-height:1}[data-whatinput=mouse] button{outline:0}.is-visible{display:block!important}.is-hidden{display:none!important}.row{max-width:75rem;margin-left:auto;margin-right:auto}.row:after,.row:before{content:' ';display:table}.row:after{clear:both}.row.collapse>.column,.row.collapse>.columns{padding-left:0;padding-right:0}.row .row{max-width:none;margin-left:-.625rem;margin-right:-.625rem}@media screen and (min-width:40em){.row .row{margin-left:-.9375rem;margin-right:-.9375rem}}.row .row.collapse{margin-left:0;margin-right:0}.row.expanded{max-width:none}.row.expanded .row{margin-left:auto;margin-right:auto}.column,.columns{width:100%;float:right;padding-left:.625rem;padding-right:.625rem}@media screen and (min-width:40em){.column,.columns{padding-left:.9375rem;padding-right:.9375rem}}.column:last-child:not(:first-child),.columns:last-child:not(:first-child){float:left}.column.end:last-child:last-child,.end.columns:last-child:last-child{float:right}.column.row.row,.row.row.columns{float:none}.row .column.row.row,.row .row.row.columns{padding-left:0;padding-right:0;margin-left:0;margin-right:0}.small-1{width:8.33333%}.small-push-1{position:relative;right:8.33333%}.small-pull-1{position:relative;right:-8.33333%}.small-offset-0{margin-right:0}.small-2{width:16.66667%}.small-push-2{position:relative;right:16.66667%}.small-pull-2{position:relative;right:-16.66667%}.small-offset-1{margin-right:8.33333%}.small-3{width:25%}.small-push-3{position:relative;right:25%}.small-pull-3{position:relative;right:-25%}.small-offset-2{margin-right:16.66667%}.small-4{width:33.33333%}.small-push-4{position:relative;right:33.33333%}.small-pull-4{position:relative;right:-33.33333%}.small-offset-3{margin-right:25%}.small-5{width:41.66667%}.small-push-5{position:relative;right:41.66667%}.small-pull-5{position:relative;right:-41.66667%}.small-offset-4{margin-right:33.33333%}.small-6{width:50%}.small-push-6{position:relative;right:50%}.small-pull-6{position:relative;right:-50%}.small-offset-5{margin-right:41.66667%}.small-7{width:58.33333%}.small-push-7{position:relative;right:58.33333%}.small-pull-7{position:relative;right:-58.33333%}.small-offset-6{margin-right:50%}.small-8{width:66.66667%}.small-push-8{position:relative;right:66.66667%}.small-pull-8{position:relative;right:-66.66667%}.small-offset-7{margin-right:58.33333%}.small-9{width:75%}.small-push-9{position:relative;right:75%}.small-pull-9{position:relative;right:-75%}.small-offset-8{margin-right:66.66667%}.small-10{width:83.33333%}.small-push-10{position:relative;right:83.33333%}.small-pull-10{position:relative;right:-83.33333%}.small-offset-9{margin-right:75%}.small-11{width:91.66667%}.small-push-11{position:relative;right:91.66667%}.small-pull-11{position:relative;right:-91.66667%}.small-offset-10{margin-right:83.33333%}.small-12{width:100%}.small-offset-11{margin-right:91.66667%}.small-up-1>.column,.small-up-1>.columns{width:100%;float:right}.small-up-1>.column:nth-of-type(1n),.small-up-1>.columns:nth-of-type(1n){clear:none}.small-up-1>.column:nth-of-type(1n+1),.small-up-1>.columns:nth-of-type(1n+1){clear:both}.small-up-1>.column:last-child,.small-up-1>.columns:last-child{float:left}.small-up-2>.column,.small-up-2>.columns{width:50%;float:right}.small-up-2>.column:nth-of-type(1n),.small-up-2>.columns:nth-of-type(1n){clear:none}.small-up-2>.column:nth-of-type(2n+1),.small-up-2>.columns:nth-of-type(2n+1){clear:both}.small-up-2>.column:last-child,.small-up-2>.columns:last-child{float:left}.small-up-3>.column,.small-up-3>.columns{width:33.33333%;float:right}.small-up-3>.column:nth-of-type(1n),.small-up-3>.columns:nth-of-type(1n){clear:none}.small-up-3>.column:nth-of-type(3n+1),.small-up-3>.columns:nth-of-type(3n+1){clear:both}.small-up-3>.column:last-child,.small-up-3>.columns:last-child{float:left}.small-up-4>.column,.small-up-4>.columns{width:25%;float:right}.small-up-4>.column:nth-of-type(1n),.small-up-4>.columns:nth-of-type(1n){clear:none}.small-up-4>.column:nth-of-type(4n+1),.small-up-4>.columns:nth-of-type(4n+1){clear:both}.small-up-4>.column:last-child,.small-up-4>.columns:last-child{float:left}.small-up-5>.column,.small-up-5>.columns{width:20%;float:right}.small-up-5>.column:nth-of-type(1n),.small-up-5>.columns:nth-of-type(1n){clear:none}.small-up-5>.column:nth-of-type(5n+1),.small-up-5>.columns:nth-of-type(5n+1){clear:both}.small-up-5>.column:last-child,.small-up-5>.columns:last-child{float:left}.small-up-6>.column,.small-up-6>.columns{width:16.66667%;float:right}.small-up-6>.column:nth-of-type(1n),.small-up-6>.columns:nth-of-type(1n){clear:none}.small-up-6>.column:nth-of-type(6n+1),.small-up-6>.columns:nth-of-type(6n+1){clear:both}.small-up-6>.column:last-child,.small-up-6>.columns:last-child{float:left}.small-up-7>.column,.small-up-7>.columns{width:14.28571%;float:right}.small-up-7>.column:nth-of-type(1n),.small-up-7>.columns:nth-of-type(1n){clear:none}.small-up-7>.column:nth-of-type(7n+1),.small-up-7>.columns:nth-of-type(7n+1){clear:both}.small-up-7>.column:last-child,.small-up-7>.columns:last-child{float:left}.small-up-8>.column,.small-up-8>.columns{width:12.5%;float:right}.small-up-8>.column:nth-of-type(1n),.small-up-8>.columns:nth-of-type(1n){clear:none}.small-up-8>.column:nth-of-type(8n+1),.small-up-8>.columns:nth-of-type(8n+1){clear:both}.small-up-8>.column:last-child,.small-up-8>.columns:last-child{float:left}.small-collapse>.column,.small-collapse>.columns{padding-left:0;padding-right:0}.expanded.row .small-collapse.row,.small-collapse .row{margin-left:0;margin-right:0}.small-uncollapse>.column,.small-uncollapse>.columns{padding-left:.625rem;padding-right:.625rem}.small-centered{float:none;margin-left:auto;margin-right:auto}.small-pull-0,.small-push-0,.small-uncentered{position:static;margin-left:0;margin-right:0;float:left}@media screen and (min-width:40em){.medium-1{width:8.33333%}.medium-push-1{position:relative;right:8.33333%}.medium-pull-1{position:relative;right:-8.33333%}.medium-offset-0{margin-right:0}.medium-2{width:16.66667%}.medium-push-2{position:relative;right:16.66667%}.medium-pull-2{position:relative;right:-16.66667%}.medium-offset-1{margin-right:8.33333%}.medium-3{width:25%}.medium-push-3{position:relative;right:25%}.medium-pull-3{position:relative;right:-25%}.medium-offset-2{margin-right:16.66667%}.medium-4{width:33.33333%}.medium-push-4{position:relative;right:33.33333%}.medium-pull-4{position:relative;right:-33.33333%}.medium-offset-3{margin-right:25%}.medium-5{width:41.66667%}.medium-push-5{position:relative;right:41.66667%}.medium-pull-5{position:relative;right:-41.66667%}.medium-offset-4{margin-right:33.33333%}.medium-6{width:50%}.medium-push-6{position:relative;right:50%}.medium-pull-6{position:relative;right:-50%}.medium-offset-5{margin-right:41.66667%}.medium-7{width:58.33333%}.medium-push-7{position:relative;right:58.33333%}.medium-pull-7{position:relative;right:-58.33333%}.medium-offset-6{margin-right:50%}.medium-8{width:66.66667%}.medium-push-8{position:relative;right:66.66667%}.medium-pull-8{position:relative;right:-66.66667%}.medium-offset-7{margin-right:58.33333%}.medium-9{width:75%}.medium-push-9{position:relative;right:75%}.medium-pull-9{position:relative;right:-75%}.medium-offset-8{margin-right:66.66667%}.medium-10{width:83.33333%}.medium-push-10{position:relative;right:83.33333%}.medium-pull-10{position:relative;right:-83.33333%}.medium-offset-9{margin-right:75%}.medium-11{width:91.66667%}.medium-push-11{position:relative;right:91.66667%}.medium-pull-11{position:relative;right:-91.66667%}.medium-offset-10{margin-right:83.33333%}.medium-12{width:100%}.medium-offset-11{margin-right:91.66667%}.medium-up-1>.column,.medium-up-1>.columns{width:100%;float:right}.medium-up-1>.column:nth-of-type(1n),.medium-up-1>.columns:nth-of-type(1n){clear:none}.medium-up-1>.column:nth-of-type(1n+1),.medium-up-1>.columns:nth-of-type(1n+1){clear:both}.medium-up-1>.column:last-child,.medium-up-1>.columns:last-child{float:left}.medium-up-2>.column,.medium-up-2>.columns{width:50%;float:right}.medium-up-2>.column:nth-of-type(1n),.medium-up-2>.columns:nth-of-type(1n){clear:none}.medium-up-2>.column:nth-of-type(2n+1),.medium-up-2>.columns:nth-of-type(2n+1){clear:both}.medium-up-2>.column:last-child,.medium-up-2>.columns:last-child{float:left}.medium-up-3>.column,.medium-up-3>.columns{width:33.33333%;float:right}.medium-up-3>.column:nth-of-type(1n),.medium-up-3>.columns:nth-of-type(1n){clear:none}.medium-up-3>.column:nth-of-type(3n+1),.medium-up-3>.columns:nth-of-type(3n+1){clear:both}.medium-up-3>.column:last-child,.medium-up-3>.columns:last-child{float:left}.medium-up-4>.column,.medium-up-4>.columns{width:25%;float:right}.medium-up-4>.column:nth-of-type(1n),.medium-up-4>.columns:nth-of-type(1n){clear:none}.medium-up-4>.column:nth-of-type(4n+1),.medium-up-4>.columns:nth-of-type(4n+1){clear:both}.medium-up-4>.column:last-child,.medium-up-4>.columns:last-child{float:left}.medium-up-5>.column,.medium-up-5>.columns{width:20%;float:right}.medium-up-5>.column:nth-of-type(1n),.medium-up-5>.columns:nth-of-type(1n){clear:none}.medium-up-5>.column:nth-of-type(5n+1),.medium-up-5>.columns:nth-of-type(5n+1){clear:both}.medium-up-5>.column:last-child,.medium-up-5>.columns:last-child{float:left}.medium-up-6>.column,.medium-up-6>.columns{width:16.66667%;float:right}.medium-up-6>.column:nth-of-type(1n),.medium-up-6>.columns:nth-of-type(1n){clear:none}.medium-up-6>.column:nth-of-type(6n+1),.medium-up-6>.columns:nth-of-type(6n+1){clear:both}.medium-up-6>.column:last-child,.medium-up-6>.columns:last-child{float:left}.medium-up-7>.column,.medium-up-7>.columns{width:14.28571%;float:right}.medium-up-7>.column:nth-of-type(1n),.medium-up-7>.columns:nth-of-type(1n){clear:none}.medium-up-7>.column:nth-of-type(7n+1),.medium-up-7>.columns:nth-of-type(7n+1){clear:both}.medium-up-7>.column:last-child,.medium-up-7>.columns:last-child{float:left}.medium-up-8>.column,.medium-up-8>.columns{width:12.5%;float:right}.medium-up-8>.column:nth-of-type(1n),.medium-up-8>.columns:nth-of-type(1n){clear:none}.medium-up-8>.column:nth-of-type(8n+1),.medium-up-8>.columns:nth-of-type(8n+1){clear:both}.medium-up-8>.column:last-child,.medium-up-8>.columns:last-child{float:left}.medium-collapse>.column,.medium-collapse>.columns{padding-left:0;padding-right:0}.expanded.row .medium-collapse.row,.medium-collapse .row{margin-left:0;margin-right:0}.medium-uncollapse>.column,.medium-uncollapse>.columns{padding-left:.9375rem;padding-right:.9375rem}.medium-centered{float:none;margin-left:auto;margin-right:auto}.medium-pull-0,.medium-push-0,.medium-uncentered{position:static;margin-left:0;margin-right:0;float:left}}@media screen and (min-width:64em){.large-1{width:8.33333%}.large-push-1{position:relative;right:8.33333%}.large-pull-1{position:relative;right:-8.33333%}.large-offset-0{margin-right:0}.large-2{width:16.66667%}.large-push-2{position:relative;right:16.66667%}.large-pull-2{position:relative;right:-16.66667%}.large-offset-1{margin-right:8.33333%}.large-3{width:25%}.large-push-3{position:relative;right:25%}.large-pull-3{position:relative;right:-25%}.large-offset-2{margin-right:16.66667%}.large-4{width:33.33333%}.large-push-4{position:relative;right:33.33333%}.large-pull-4{position:relative;right:-33.33333%}.large-offset-3{margin-right:25%}.large-5{width:41.66667%}.large-push-5{position:relative;right:41.66667%}.large-pull-5{position:relative;right:-41.66667%}.large-offset-4{margin-right:33.33333%}.large-6{width:50%}.large-push-6{position:relative;right:50%}.large-pull-6{position:relative;right:-50%}.large-offset-5{margin-right:41.66667%}.large-7{width:58.33333%}.large-push-7{position:relative;right:58.33333%}.large-pull-7{position:relative;right:-58.33333%}.large-offset-6{margin-right:50%}.large-8{width:66.66667%}.large-push-8{position:relative;right:66.66667%}.large-pull-8{position:relative;right:-66.66667%}.large-offset-7{margin-right:58.33333%}.large-9{width:75%}.large-push-9{position:relative;right:75%}.large-pull-9{position:relative;right:-75%}.large-offset-8{margin-right:66.66667%}.large-10{width:83.33333%}.large-push-10{position:relative;right:83.33333%}.large-pull-10{position:relative;right:-83.33333%}.large-offset-9{margin-right:75%}.large-11{width:91.66667%}.large-push-11{position:relative;right:91.66667%}.large-pull-11{position:relative;right:-91.66667%}.large-offset-10{margin-right:83.33333%}.large-12{width:100%}.large-offset-11{margin-right:91.66667%}.large-up-1>.column,.large-up-1>.columns{width:100%;float:right}.large-up-1>.column:nth-of-type(1n),.large-up-1>.columns:nth-of-type(1n){clear:none}.large-up-1>.column:nth-of-type(1n+1),.large-up-1>.columns:nth-of-type(1n+1){clear:both}.large-up-1>.column:last-child,.large-up-1>.columns:last-child{float:left}.large-up-2>.column,.large-up-2>.columns{width:50%;float:right}.large-up-2>.column:nth-of-type(1n),.large-up-2>.columns:nth-of-type(1n){clear:none}.large-up-2>.column:nth-of-type(2n+1),.large-up-2>.columns:nth-of-type(2n+1){clear:both}.large-up-2>.column:last-child,.large-up-2>.columns:last-child{float:left}.large-up-3>.column,.large-up-3>.columns{width:33.33333%;float:right}.large-up-3>.column:nth-of-type(1n),.large-up-3>.columns:nth-of-type(1n){clear:none}.large-up-3>.column:nth-of-type(3n+1),.large-up-3>.columns:nth-of-type(3n+1){clear:both}.large-up-3>.column:last-child,.large-up-3>.columns:last-child{float:left}.large-up-4>.column,.large-up-4>.columns{width:25%;float:right}.large-up-4>.column:nth-of-type(1n),.large-up-4>.columns:nth-of-type(1n){clear:none}.large-up-4>.column:nth-of-type(4n+1),.large-up-4>.columns:nth-of-type(4n+1){clear:both}.large-up-4>.column:last-child,.large-up-4>.columns:last-child{float:left}.large-up-5>.column,.large-up-5>.columns{width:20%;float:right}.large-up-5>.column:nth-of-type(1n),.large-up-5>.columns:nth-of-type(1n){clear:none}.large-up-5>.column:nth-of-type(5n+1),.large-up-5>.columns:nth-of-type(5n+1){clear:both}.large-up-5>.column:last-child,.large-up-5>.columns:last-child{float:left}.large-up-6>.column,.large-up-6>.columns{width:16.66667%;float:right}.large-up-6>.column:nth-of-type(1n),.large-up-6>.columns:nth-of-type(1n){clear:none}.large-up-6>.column:nth-of-type(6n+1),.large-up-6>.columns:nth-of-type(6n+1){clear:both}.large-up-6>.column:last-child,.large-up-6>.columns:last-child{float:left}.large-up-7>.column,.large-up-7>.columns{width:14.28571%;float:right}.large-up-7>.column:nth-of-type(1n),.large-up-7>.columns:nth-of-type(1n){clear:none}.large-up-7>.column:nth-of-type(7n+1),.large-up-7>.columns:nth-of-type(7n+1){clear:both}.large-up-7>.column:last-child,.large-up-7>.columns:last-child{float:left}.large-up-8>.column,.large-up-8>.columns{width:12.5%;float:right}.large-up-8>.column:nth-of-type(1n),.large-up-8>.columns:nth-of-type(1n){clear:none}.large-up-8>.column:nth-of-type(8n+1),.large-up-8>.columns:nth-of-type(8n+1){clear:both}.large-up-8>.column:last-child,.large-up-8>.columns:last-child{float:left}.large-collapse>.column,.large-collapse>.columns{padding-left:0;padding-right:0}.expanded.row .large-collapse.row,.large-collapse .row{margin-left:0;margin-right:0}.large-uncollapse>.column,.large-uncollapse>.columns{padding-left:.9375rem;padding-right:.9375rem}.large-centered{float:none;margin-left:auto;margin-right:auto}.large-pull-0,.large-push-0,.large-uncentered{position:static;margin-left:0;margin-right:0;float:left}}blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul{margin:0;padding:0}p{font-size:inherit;line-height:1.6;margin-bottom:1rem;text-rendering:optimizeLegibility}em,i{font-style:italic}b,em,i,strong{line-height:inherit}b,strong{font-weight:700}small{font-size:80%;line-height:inherit}h1,h2,h3,h4,h5,h6{font-family:Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;font-weight:400;font-style:normal;color:inherit;text-rendering:optimizeLegibility;margin-top:0;margin-bottom:.5rem;line-height:1.4}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{color:#cacaca;line-height:0}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.1875rem}h4{font-size:1.125rem}h5{font-size:1.0625rem}h6{font-size:1rem}@media screen and (min-width:40em){h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:1.9375rem}h4{font-size:1.5625rem}h5{font-size:1.25rem}h6{font-size:1rem}}a{color:#2199e8;text-decoration:none;line-height:inherit;cursor:pointer}a:focus,a:hover{color:#1585cf}a img{border:0}hr{max-width:75rem;height:0;border-right:0;border-top:0;border-bottom:1px solid #cacaca;border-left:0;margin:1.25rem auto;clear:both}dl,ol,ul{line-height:1.6;margin-bottom:1rem;list-style-position:outside}li{font-size:inherit}ul{list-style-type:disc}ol,ul{margin-right:1.25rem}ol ol,ol ul,ul ol,ul ul{margin-right:1.25rem;margin-bottom:0}dl{margin-bottom:1rem}dl dt{margin-bottom:.3rem;font-weight:700}blockquote{margin:0 0 1rem;padding:.5625rem 1.25rem 0 1.1875rem;border-right:1px solid #cacaca}blockquote,blockquote p{line-height:1.6;color:#8a8a8a}cite{display:block;font-size:.8125rem;color:#8a8a8a}cite:before{content:'\2014 \0020'}abbr{color:#0a0a0a;cursor:help;border-bottom:1px dotted #0a0a0a}code{font-weight:400;border:1px solid #cacaca;padding:.125rem .3125rem .0625rem}code,kbd{font-family:Consolas,Liberation Mono,Courier,monospace;color:#0a0a0a;background-color:#e6e6e6}kbd{padding:.125rem .25rem 0;margin:0}.subheader{margin-top:.2rem;margin-bottom:.5rem;font-weight:400;line-height:1.4;color:#8a8a8a}.lead{font-size:125%;line-height:1.6}.stat{font-size:2.5rem;line-height:1}p+.stat{margin-top:-1rem}.no-bullet{margin-right:0;list-style:none}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}@media screen and (min-width:40em){.medium-text-left{text-align:left}.medium-text-right{text-align:right}.medium-text-center{text-align:center}.medium-text-justify{text-align:justify}}@media screen and (min-width:64em){.large-text-left{text-align:left}.large-text-right{text-align:right}.large-text-center{text-align:center}.large-text-justify{text-align:justify}}.show-for-print{display:none!important}@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}.show-for-print{display:block!important}.hide-for-print{display:none!important}table.show-for-print{display:table!important}thead.show-for-print{display:table-header-group!important}tbody.show-for-print{display:table-row-group!important}tr.show-for-print{display:table-row!important}td.show-for-print,th.show-for-print{display:table-cell!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}.ir a:after,a[href^='#']:after,a[href^='javascript:']:after{content:''}abbr[title]:after{content:" (" attr(title) ")"}blockquote,pre{border:1px solid #8a8a8a;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],textarea{display:block;box-sizing:border-box;width:100%;height:2.4375rem;padding:.5rem;border:1px solid #cacaca;margin:0 0 1rem;font-family:inherit;font-size:1rem;color:#0a0a0a;background-color:#fefefe;box-shadow:inset 0 1px 2px hsla(0,0%,4%,.1);border-radius:0;-webkit-transition:-webkit-box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out;-webkit-appearance:none;-moz-appearance:none}[type=color]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=datetime]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,textarea:focus{border:1px solid #8a8a8a;background-color:#fefefe;outline:none;box-shadow:0 0 5px #cacaca;-webkit-transition:-webkit-box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out}textarea{max-width:100%}textarea[rows]{height:auto}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#cacaca}input::-moz-placeholder,textarea::-moz-placeholder{color:#cacaca}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#cacaca}input::placeholder,textarea::placeholder{color:#cacaca}input:disabled,input[readonly],textarea:disabled,textarea[readonly]{background-color:#e6e6e6;cursor:not-allowed}[type=button],[type=submit]{border-radius:0;-webkit-appearance:none;-moz-appearance:none}input[type=search]{box-sizing:border-box}[type=checkbox],[type=file],[type=radio]{margin:0 0 1rem}[type=checkbox]+label,[type=radio]+label{display:inline-block;margin-right:.5rem;margin-left:1rem;margin-bottom:0;vertical-align:baseline}[type=checkbox]+label[for],[type=radio]+label[for]{cursor:pointer}label>[type=checkbox],label>[type=radio]{margin-left:.5rem}[type=file]{width:100%}label{display:block;margin:0;font-size:.875rem;font-weight:400;line-height:1.8;color:#0a0a0a}label.middle{margin:0 0 1rem;padding:.5625rem 0}.help-text{margin-top:-.5rem;font-size:.8125rem;font-style:italic;color:#0a0a0a}.input-group{display:table;width:100%;margin-bottom:1rem}.input-group>:first-child,.input-group>:last-child>*{border-radius:0 0 0 0}.input-group-button,.input-group-field,.input-group-label{margin:0;white-space:nowrap;display:table-cell;vertical-align:middle}.input-group-label{text-align:center;padding:0 1rem;background:#e6e6e6;color:#0a0a0a;border:1px solid #cacaca;white-space:nowrap;width:1%;height:100%}.input-group-label:first-child{border-left:0}.input-group-label:last-child{border-right:0}.input-group-field{border-radius:0;height:2.5rem}.input-group-button{padding-top:0;padding-bottom:0;text-align:center;height:100%;width:1%}.input-group-button a,.input-group-button button,.input-group-button input{margin:0}.input-group .input-group-button{display:table-cell}fieldset{border:0;padding:0;margin:0}legend{margin-bottom:.5rem;max-width:100%}.fieldset{border:1px solid #cacaca;padding:1.25rem;margin:1.125rem 0}.fieldset legend{background:#fefefe;padding:0 .1875rem;margin:0;margin-right:-.1875rem}select{height:2.4375rem;padding:.5rem;border:1px solid #cacaca;margin:0 0 1rem;font-size:1rem;font-family:inherit;line-height:normal;color:#0a0a0a;background-color:#fefefe;border-radius:0;-webkit-appearance:none;-moz-appearance:none;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>");background-size:9px 6px;background-position:left -1rem center;background-origin:content-box;background-repeat:no-repeat;padding-left:1.5rem}@media screen and (min-width:0\0){select{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")}}select:disabled{background-color:#e6e6e6;cursor:not-allowed}select::-ms-expand{display:none}select[multiple]{height:auto;background-image:none}.is-invalid-input:not(:focus){background-color:rgba(236,88,64,.1);border-color:#ec5840}.form-error,.is-invalid-label{color:#ec5840}.form-error{display:none;margin-top:-.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:700}.form-error.is-visible{display:block}.button{display:inline-block;text-align:center;line-height:1;cursor:pointer;-webkit-appearance:none;-webkit-transition:background-color .25s ease-out,color .25s ease-out;transition:background-color .25s ease-out,color .25s ease-out;vertical-align:middle;border:1px solid transparent;border-radius:0;padding:.85em 1em;margin:0 0 1rem;font-size:.9rem;background-color:#2199e8;color:#fefefe}[data-whatinput=mouse] .button{outline:0}.button:focus,.button:hover{background-color:#1583cc;color:#fefefe}.button.tiny{font-size:.6rem}.button.small{font-size:.75rem}.button.large{font-size:1.25rem}.button.expanded{display:block;width:100%;margin-left:0;margin-right:0}.button.primary{background-color:#2199e8;color:#fefefe}.button.primary:focus,.button.primary:hover{background-color:#147cc0;color:#fefefe}.button.secondary{background-color:#777;color:#fefefe}.button.secondary:focus,.button.secondary:hover{background-color:#5f5f5f;color:#fefefe}.button.success{background-color:#3adb76;color:#fefefe}.button.success:focus,.button.success:hover{background-color:#22bb5b;color:#fefefe}.button.warning{background-color:#ffae00;color:#fefefe}.button.warning:focus,.button.warning:hover{background-color:#cc8b00;color:#fefefe}.button.alert{background-color:#ec5840;color:#fefefe}.button.alert:focus,.button.alert:hover{background-color:#da3116;color:#fefefe}.button.hollow{border:1px solid #2199e8;color:#2199e8}.button.hollow,.button.hollow:focus,.button.hollow:hover{background-color:transparent}.button.hollow:focus,.button.hollow:hover{border-color:#0c4d78;color:#0c4d78}.button.hollow.primary{border:1px solid #2199e8;color:#2199e8}.button.hollow.primary:focus,.button.hollow.primary:hover{border-color:#0c4d78;color:#0c4d78}.button.hollow.secondary{border:1px solid #777;color:#777}.button.hollow.secondary:focus,.button.hollow.secondary:hover{border-color:#3c3c3c;color:#3c3c3c}.button.hollow.success{border:1px solid #3adb76;color:#3adb76}.button.hollow.success:focus,.button.hollow.success:hover{border-color:#157539;color:#157539}.button.hollow.warning{border:1px solid #ffae00;color:#ffae00}.button.hollow.warning:focus,.button.hollow.warning:hover{border-color:#805700;color:#805700}.button.hollow.alert{border:1px solid #ec5840;color:#ec5840}.button.hollow.alert:focus,.button.hollow.alert:hover{border-color:#881f0e;color:#881f0e}.button.disabled,.button[disabled]{opacity:.25;cursor:not-allowed}.button.disabled:focus,.button.disabled:hover,.button[disabled]:focus,.button[disabled]:hover{background-color:#2199e8;color:#fefefe}.button.dropdown:after{content:'';display:block;width:0;height:0;border:.4em inset;border-color:#fefefe transparent transparent;border-top-style:solid;border-bottom-width:0;position:relative;top:.4em;float:left;margin-right:1em;display:inline-block}.button.arrow-only:after{margin-right:0;float:none;top:-.1em}.accordion{list-style-type:none;background:#fefefe;margin-right:0}.accordion-item:first-child>:first-child,.accordion-item:last-child>:last-child{border-radius:0 0 0 0}.accordion-title{display:block;padding:1.25rem 1rem;line-height:1;font-size:.75rem;color:#2199e8;position:relative;border:1px solid #e6e6e6;border-bottom:0}:last-child:not(.is-active)>.accordion-title{border-radius:0 0 0 0;border-bottom:1px solid #e6e6e6}.accordion-title:focus,.accordion-title:hover{background-color:#e6e6e6}.accordion-title:before{content:'+';position:absolute;left:1rem;top:50%;margin-top:-.5rem}.is-active>.accordion-title:before{content:'–'}.accordion-content{padding:1rem;display:none;border:1px solid #e6e6e6;border-bottom:0;background-color:#fefefe;color:#0a0a0a}:last-child>.accordion-content:last-child{border-bottom:1px solid #e6e6e6}.is-accordion-submenu-parent>a{position:relative}.is-accordion-submenu-parent>a:after{content:'';display:block;width:0;height:0;border:6px inset;border-color:#2199e8 transparent transparent;border-top-style:solid;border-bottom-width:0;position:absolute;top:50%;margin-top:-4px;right:1rem}.is-accordion-submenu-parent[aria-expanded=true]>a:after{-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scaleY(-1);transform:scaleY(-1)}.badge{display:inline-block;padding:.3em;min-width:2.1em;font-size:.6rem;text-align:center;border-radius:50%;background:#2199e8;color:#fefefe}.badge.secondary{background:#777;color:#fefefe}.badge.success{background:#3adb76;color:#fefefe}.badge.warning{background:#ffae00;color:#fefefe}.badge.alert{background:#ec5840;color:#fefefe}.breadcrumbs{list-style:none;margin:0 0 1rem}.breadcrumbs:after,.breadcrumbs:before{content:' ';display:table}.breadcrumbs:after{clear:both}.breadcrumbs li{float:right;color:#0a0a0a;font-size:.6875rem;cursor:default;text-transform:uppercase}.breadcrumbs li:not(:last-child):after{color:#cacaca;content:"\\";margin:0 .75rem;position:relative;top:1px;opacity:1}.breadcrumbs a{color:#2199e8}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs .disabled{color:#cacaca;cursor:not-allowed}.button-group{margin-bottom:1rem;font-size:0}.button-group:after,.button-group:before{content:' ';display:table}.button-group:after{clear:both}.button-group .button{margin:0;margin-left:1px;margin-bottom:1px;font-size:.9rem}.button-group .button:last-child{margin-left:0}.button-group.tiny .button{font-size:.6rem}.button-group.small .button{font-size:.75rem}.button-group.large .button{font-size:1.25rem}.button-group.expanded{margin-left:-1px}.button-group.expanded:after,.button-group.expanded:before{display:none}.button-group.expanded .button:first-child:nth-last-child(2),.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button{display:inline-block;width:calc(50% - 1px);margin-left:1px}.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(2):last-child{margin-left:-6px}.button-group.expanded .button:first-child:nth-last-child(3),.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button{display:inline-block;width:calc(33.33333% - 1px);margin-left:1px}.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(3):last-child{margin-left:-6px}.button-group.expanded .button:first-child:nth-last-child(4),.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button{display:inline-block;width:calc(25% - 1px);margin-left:1px}.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(4):last-child{margin-left:-6px}.button-group.expanded .button:first-child:nth-last-child(5),.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button{display:inline-block;width:calc(20% - 1px);margin-left:1px}.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(5):last-child{margin-left:-6px}.button-group.expanded .button:first-child:nth-last-child(6),.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button{display:inline-block;width:calc(16.66667% - 1px);margin-left:1px}.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(6):last-child{margin-left:-6px}.button-group.primary .button{background-color:#2199e8;color:#fefefe}.button-group.primary .button:focus,.button-group.primary .button:hover{background-color:#147cc0;color:#fefefe}.button-group.secondary .button{background-color:#777;color:#fefefe}.button-group.secondary .button:focus,.button-group.secondary .button:hover{background-color:#5f5f5f;color:#fefefe}.button-group.success .button{background-color:#3adb76;color:#fefefe}.button-group.success .button:focus,.button-group.success .button:hover{background-color:#22bb5b;color:#fefefe}.button-group.warning .button{background-color:#ffae00;color:#fefefe}.button-group.warning .button:focus,.button-group.warning .button:hover{background-color:#cc8b00;color:#fefefe}.button-group.alert .button{background-color:#ec5840;color:#fefefe}.button-group.alert .button:focus,.button-group.alert .button:hover{background-color:#da3116;color:#fefefe}.button-group.stacked-for-medium .button,.button-group.stacked-for-small .button,.button-group.stacked .button{width:100%}.button-group.stacked-for-medium .button:last-child,.button-group.stacked-for-small .button:last-child,.button-group.stacked .button:last-child{margin-bottom:0}@media screen and (min-width:40em){.button-group.stacked-for-small .button{width:auto;margin-bottom:0}}@media screen and (min-width:64em){.button-group.stacked-for-medium .button{width:auto;margin-bottom:0}}@media screen and (max-width:39.9375em){.button-group.stacked-for-small.expanded{display:block}.button-group.stacked-for-small.expanded .button{display:block;margin-left:0}}.callout{margin:0 0 1rem;padding:1rem;border:1px solid hsla(0,0%,4%,.25);border-radius:0;position:relative;color:#0a0a0a;background-color:#fff}.callout>:first-child{margin-top:0}.callout>:last-child{margin-bottom:0}.callout.primary{background-color:#def0fc}.callout.secondary{background-color:#ebebeb}.callout.success{background-color:#e1faea}.callout.warning{background-color:#fff3d9}.callout.alert{background-color:#fce6e2}.callout.small{padding:.5rem}.callout.large{padding:3rem}.close-button{position:absolute;color:#8a8a8a;right:1rem;top:.5rem;font-size:2em;line-height:1;cursor:pointer}[data-whatinput=mouse] .close-button{outline:0}.close-button:focus,.close-button:hover{color:#0a0a0a}.menu{margin:0;list-style-type:none}.menu>li{display:table-cell;vertical-align:middle}[data-whatinput=mouse] .menu>li{outline:0}.menu>li>a{display:block;padding:.7rem 1rem;line-height:1}.menu a,.menu button,.menu input{margin-bottom:0}.menu>li>a i,.menu>li>a i+span,.menu>li>a img,.menu>li>a img+span,.menu>li>a svg,.menu>li>a svg+span{vertical-align:middle}.menu>li>a i,.menu>li>a img,.menu>li>a svg{margin-left:.25rem;display:inline-block}.menu>li{display:table-cell}.menu.vertical>li{display:block}@media screen and (min-width:40em){.menu.medium-horizontal>li{display:table-cell}.menu.medium-vertical>li{display:block}}@media screen and (min-width:64em){.menu.large-horizontal>li{display:table-cell}.menu.large-vertical>li{display:block}}.menu.simple li{line-height:1;display:inline-block;margin-left:1rem}.menu.simple a{padding:0}.menu.align-left:after,.menu.align-left:before{content:' ';display:table}.menu.align-left:after{clear:both}.menu.align-left>li{float:left}.menu.expanded{width:100%;display:table;table-layout:fixed}.menu.expanded>li:first-child:last-child{width:100%}.menu.icon-top>li>a{text-align:center}.menu.icon-top>li>a i,.menu.icon-top>li>a img,.menu.icon-top>li>a svg{display:block;margin:0 auto .25rem}.menu.nested{margin-right:1rem}.menu .active>a{color:#fefefe;background:#2199e8}.menu-text{font-weight:700;color:inherit;line-height:1;padding-top:0;padding-bottom:0;padding:.7rem 1rem}.menu-centered{text-align:center}.menu-centered>.menu{display:inline-block}.no-js [data-responsive-menu] ul{display:none}.menu-icon{position:relative;display:inline-block;vertical-align:middle;cursor:pointer;width:20px;height:16px}.menu-icon:after{content:'';position:absolute;display:block;width:100%;height:2px;background:#fefefe;top:0;left:0;box-shadow:0 7px 0 #fefefe,0 14px 0 #fefefe}.menu-icon:hover:after{background:#cacaca;box-shadow:0 7px 0 #cacaca,0 14px 0 #cacaca}.is-drilldown{position:relative;overflow:hidden}.is-drilldown li{display:block!important}.is-drilldown-submenu{position:absolute;top:0;right:100%;z-index:-1;height:100%;width:100%;background:#fefefe;-webkit-transition:-webkit-transform .15s linear;transition:transform .15s linear}.is-drilldown-submenu.is-active{z-index:1;display:block;-webkit-transform:translateX(100%);transform:translateX(100%)}.is-drilldown-submenu.is-closing{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.is-drilldown-submenu-parent>a{position:relative}.is-drilldown-submenu-parent>a:after{content:'';display:block;width:0;height:0;border:6px inset;border-color:transparent #2199e8 transparent transparent;border-right-style:solid;border-left-width:0;position:absolute;top:50%;margin-top:-6px;left:1rem}.js-drilldown-back>a:before{content:'';display:block;width:0;height:0;border:6px inset;border-color:transparent transparent transparent #2199e8;border-left-style:solid;border-right-width:0;display:inline-block;vertical-align:middle;margin-left:.75rem}.dropdown-pane{background-color:#fefefe;border:1px solid #cacaca;border-radius:0;display:block;font-size:1rem;padding:1rem;position:absolute;visibility:hidden;width:300px;z-index:10}.dropdown-pane.is-open{visibility:visible}.dropdown-pane.tiny{width:100px}.dropdown-pane.small{width:200px}.dropdown-pane.large{width:400px}.dropdown.menu>li.opens-left>.is-dropdown-submenu{left:auto;right:0;top:100%}.dropdown.menu>li.opens-right>.is-dropdown-submenu{right:auto;left:0;top:100%}.dropdown.menu>li.is-dropdown-submenu-parent>a{padding-left:1.5rem;position:relative}.dropdown.menu>li.is-dropdown-submenu-parent>a:after{content:'';display:block;width:0;height:0;border:5px inset;border-color:#2199e8 transparent transparent;border-top-style:solid;border-bottom-width:0;left:5px;margin-top:-2px}[data-whatinput=mouse] .dropdown.menu a{outline:0}.no-js .dropdown.menu ul{display:none}.dropdown.menu.vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu{left:auto;right:100%}.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.vertical>li>a:after{left:14px;margin-top:-3px}.dropdown.menu.vertical>li.opens-left>a:after{content:'';display:block;width:0;height:0;border:5px inset;border-color:transparent #2199e8 transparent transparent;border-right-style:solid;border-left-width:0}.dropdown.menu.vertical>li.opens-right>a:after{content:'';display:block;width:0;height:0;border:5px inset;border-color:transparent transparent transparent #2199e8;border-left-style:solid;border-right-width:0}@media screen and (min-width:40em){.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu{left:auto;right:0;top:100%}.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu{right:auto;left:0;top:100%}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a{padding-left:1.5rem;position:relative}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after{content:'';display:block;width:0;height:0;border:5px inset;border-color:#2199e8 transparent transparent;border-top-style:solid;border-bottom-width:0;left:5px;margin-top:-2px}.dropdown.menu.medium-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu{left:auto;right:100%}.dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.medium-vertical>li>a:after{left:14px;margin-top:-3px}.dropdown.menu.medium-vertical>li.opens-left>a:after{content:'';display:block;width:0;height:0;border:5px inset;border-color:transparent #2199e8 transparent transparent;border-right-style:solid;border-left-width:0}.dropdown.menu.medium-vertical>li.opens-right>a:after{content:'';display:block;width:0;height:0;border:5px inset;border-color:transparent transparent transparent #2199e8;border-left-style:solid;border-right-width:0}}@media screen and (min-width:64em){.dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu{left:auto;right:0;top:100%}.dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu{right:auto;left:0;top:100%}.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a{padding-left:1.5rem;position:relative}.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a:after{content:'';display:block;width:0;height:0;border:5px inset;border-color:#2199e8 transparent transparent;border-top-style:solid;border-bottom-width:0;left:5px;margin-top:-2px}.dropdown.menu.large-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu{left:auto;right:100%}.dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.large-vertical>li>a:after{left:14px;margin-top:-3px}.dropdown.menu.large-vertical>li.opens-left>a:after{content:'';display:block;width:0;height:0;border:5px inset;border-color:transparent #2199e8 transparent transparent;border-right-style:solid;border-left-width:0}.dropdown.menu.large-vertical>li.opens-right>a:after{content:'';display:block;width:0;height:0;border:5px inset;border-color:transparent transparent transparent #2199e8;border-left-style:solid;border-right-width:0}}.dropdown.menu.align-right .is-dropdown-submenu.first-sub{top:100%;left:auto;right:0}.is-dropdown-menu.vertical{width:100px}.is-dropdown-menu.vertical.align-right{float:right}.is-dropdown-submenu-parent{position:relative}.is-dropdown-submenu-parent a:after{position:absolute;top:50%;left:5px;margin-top:-2px}.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu{top:100%;right:auto}.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu{left:auto;right:100%}.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu{right:auto;left:100%}.is-dropdown-submenu{display:none;position:absolute;top:0;right:100%;min-width:200px;z-index:1;background:#fefefe;border:1px solid #cacaca}.is-dropdown-submenu .is-dropdown-submenu-parent>a:after{left:14px;margin-top:-3px}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a:after{content:'';display:block;width:0;height:0;border:5px inset;border-color:transparent #2199e8 transparent transparent;border-right-style:solid;border-left-width:0}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after{content:'';display:block;width:0;height:0;border:5px inset;border-color:transparent transparent transparent #2199e8;border-left-style:solid;border-right-width:0}.is-dropdown-submenu .is-dropdown-submenu{margin-top:-1px}.is-dropdown-submenu>li{width:100%}.is-dropdown-submenu.js-dropdown-active{display:block}.flex-video{position:relative;height:0;padding-bottom:75%;margin-bottom:1rem;overflow:hidden}.flex-video embed,.flex-video iframe,.flex-video object,.flex-video video{position:absolute;top:0;right:0;width:100%;height:100%}.flex-video.widescreen{padding-bottom:56.25%}.flex-video.vimeo{padding-top:0}.label{display:inline-block;padding:.33333rem .5rem;font-size:.8rem;line-height:1;white-space:nowrap;cursor:default;border-radius:0;background:#2199e8;color:#fefefe}.label.secondary{background:#777;color:#fefefe}.label.success{background:#3adb76;color:#fefefe}.label.warning{background:#ffae00;color:#fefefe}.label.alert{background:#ec5840;color:#fefefe}.media-object{margin-bottom:1rem;display:block}.media-object img{max-width:none}@media screen and (max-width:39.9375em){.media-object.stack-for-small .media-object-section{padding:0;padding-bottom:1rem;display:block}.media-object.stack-for-small .media-object-section img{width:100%}}.media-object-section{display:table-cell;vertical-align:top}.media-object-section:first-child{padding-left:1rem}.media-object-section:last-child:not(:nth-child(2)){padding-right:1rem}.media-object-section>:last-child{margin-bottom:0}.media-object-section.middle{vertical-align:middle}.media-object-section.bottom{vertical-align:bottom}body,html{height:100%}.off-canvas-wrapper{width:100%;overflow-x:hidden;position:relative;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:auto}.off-canvas-wrapper-inner{position:relative;width:100%;-webkit-transition:-webkit-transform .5s ease;transition:transform .5s ease}.off-canvas-wrapper-inner:after,.off-canvas-wrapper-inner:before{content:' ';display:table}.off-canvas-wrapper-inner:after{clear:both}.off-canvas-content{min-height:100%;background:#fefefe;-webkit-transition:-webkit-transform .5s ease;transition:transform .5s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;padding-bottom:.1px;box-shadow:0 0 10px hsla(0,0%,4%,.5)}.js-off-canvas-exit{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.25);cursor:pointer;-webkit-transition:background .5s ease;transition:background .5s ease}.off-canvas{position:absolute;background:#e6e6e6;z-index:-1;max-height:100%;overflow-y:auto;-webkit-transform:translateX(0);transform:translateX(0)}[data-whatinput=mouse] .off-canvas{outline:0}.off-canvas.position-left{left:-250px;top:0;width:250px}.is-open-left{-webkit-transform:translateX(250px);transform:translateX(250px)}.off-canvas.position-right{right:-250px;top:0;width:250px}.is-open-right{-webkit-transform:translateX(-250px);transform:translateX(-250px)}@media screen and (min-width:40em){.position-left.reveal-for-medium{left:0;z-index:auto;position:fixed}.position-left.reveal-for-medium~.off-canvas-content{margin-left:250px}.position-right.reveal-for-medium{right:0;z-index:auto;position:fixed}.position-right.reveal-for-medium~.off-canvas-content{margin-right:250px}}@media screen and (min-width:64em){.position-left.reveal-for-large{left:0;z-index:auto;position:fixed}.position-left.reveal-for-large~.off-canvas-content{margin-left:250px}.position-right.reveal-for-large{right:0;z-index:auto;position:fixed}.position-right.reveal-for-large~.off-canvas-content{margin-right:250px}}.orbit,.orbit-container{position:relative}.orbit-container{margin:0;overflow:hidden;list-style:none}.orbit-slide{width:100%;max-height:100%}.orbit-slide.no-motionui.is-active{top:0;left:0}.orbit-figure{margin:0}.orbit-image{margin:0;width:100%;max-width:100%}.orbit-caption{bottom:0;width:100%;margin-bottom:0;background-color:hsla(0,0%,4%,.5)}.orbit-caption,.orbit-next,.orbit-previous{position:absolute;padding:1rem;color:#fefefe}.orbit-next,.orbit-previous{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:10}[data-whatinput=mouse] .orbit-next,[data-whatinput=mouse] .orbit-previous{outline:0}.orbit-next:active,.orbit-next:focus,.orbit-next:hover,.orbit-previous:active,.orbit-previous:focus,.orbit-previous:hover{background-color:hsla(0,0%,4%,.5)}.orbit-previous{right:0}.orbit-next{right:auto;left:0}.orbit-bullets{position:relative;margin-top:.8rem;margin-bottom:.8rem;text-align:center}[data-whatinput=mouse] .orbit-bullets{outline:0}.orbit-bullets button{width:1.2rem;height:1.2rem;margin:.1rem;background-color:#cacaca;border-radius:50%}.orbit-bullets button.is-active,.orbit-bullets button:hover{background-color:#8a8a8a}.pagination{margin-right:0;margin-bottom:1rem}.pagination:after,.pagination:before{content:' ';display:table}.pagination:after{clear:both}.pagination li{font-size:.875rem;margin-left:.0625rem;border-radius:0;display:none}.pagination li:first-child,.pagination li:last-child{display:inline-block}@media screen and (min-width:40em){.pagination li{display:inline-block}}.pagination a,.pagination button{color:#0a0a0a;display:block;padding:.1875rem .625rem;border-radius:0}.pagination a:hover,.pagination button:hover{background:#e6e6e6}.pagination .current{padding:.1875rem .625rem;background:#2199e8;color:#fefefe;cursor:default}.pagination .disabled{padding:.1875rem .625rem;color:#cacaca;cursor:not-allowed}.pagination .disabled:hover{background:transparent}.pagination .ellipsis:after{content:'\2026';padding:.1875rem .625rem;color:#0a0a0a}.pagination-previous.disabled:before,.pagination-previous a:before{content:'\00ab';display:inline-block;margin-left:.5rem}.pagination-next.disabled:after,.pagination-next a:after{content:'\00bb';display:inline-block;margin-right:.5rem}.progress{background-color:#cacaca;height:1rem;margin-bottom:1rem;border-radius:0}.progress.primary .progress-meter{background-color:#2199e8}.progress.secondary .progress-meter{background-color:#777}.progress.success .progress-meter{background-color:#3adb76}.progress.warning .progress-meter{background-color:#ffae00}.progress.alert .progress-meter{background-color:#ec5840}.progress-meter{position:relative;display:block;width:0;height:100%;background-color:#2199e8}.progress-meter-text{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:absolute;margin:0;font-size:.75rem;font-weight:700;color:#fefefe;white-space:nowrap}.slider{position:relative;height:.5rem;margin-top:1.25rem;margin-bottom:2.25rem;background-color:#e6e6e6;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:none;touch-action:none}.slider-fill{position:absolute;top:0;left:0;display:inline-block;max-width:100%;height:.5rem;background-color:#cacaca;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.slider-fill.is-dragging{-webkit-transition:all 0s linear;transition:all 0s linear}.slider-handle{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);position:absolute;left:0;z-index:1;display:inline-block;width:1.4rem;height:1.4rem;background-color:#2199e8;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-ms-touch-action:manipulation;touch-action:manipulation;border-radius:0}[data-whatinput=mouse] .slider-handle{outline:0}.slider-handle:hover{background-color:#1583cc}.slider-handle.is-dragging{-webkit-transition:all 0s linear;transition:all 0s linear}.slider.disabled,.slider[disabled]{opacity:.25;cursor:not-allowed}.slider.vertical{display:inline-block;width:.5rem;height:12.5rem;margin:0 1.25rem;-webkit-transform:scaleY(-1);transform:scaleY(-1)}.slider.vertical .slider-fill{top:0;width:.5rem;max-height:100%}.slider.vertical .slider-handle{position:absolute;top:0;left:50%;width:1.4rem;height:1.4rem;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.slider:not(.vertical){-webkit-transform:scaleX(-1);transform:scaleX(-1)}.sticky-container{position:relative}.sticky{position:absolute;z-index:0;-webkit-transform:translateZ(0);transform:translateZ(0)}.sticky.is-stuck{position:fixed;z-index:5}.sticky.is-stuck.is-at-top{top:0}.sticky.is-stuck.is-at-bottom{bottom:0}.sticky.is-anchored{position:absolute;left:auto;right:auto}.sticky.is-anchored.is-at-bottom{bottom:0}body.is-reveal-open{overflow:hidden}html.is-reveal-open,html.is-reveal-open body{height:100%;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.reveal-overlay{display:none;position:fixed;top:0;bottom:0;left:0;right:0;z-index:1005;background-color:hsla(0,0%,4%,.45);overflow-y:scroll}.reveal{display:none;z-index:1006;padding:1rem;border:1px solid #cacaca;background-color:#fefefe;border-radius:0;position:relative;top:100px;margin-left:auto;margin-right:auto;overflow-y:auto}[data-whatinput=mouse] .reveal{outline:0}@media screen and (min-width:40em){.reveal{min-height:0}}.reveal .column,.reveal .columns{min-width:0}.reveal>:last-child{margin-bottom:0}@media screen and (min-width:40em){.reveal{width:600px;max-width:75rem}}@media screen and (min-width:40em){.reveal .reveal{left:auto;right:auto;margin:0 auto}}.reveal.collapse{padding:0}@media screen and (min-width:40em){.reveal.tiny{width:30%;max-width:75rem}}@media screen and (min-width:40em){.reveal.small{width:50%;max-width:75rem}}@media screen and (min-width:40em){.reveal.large{width:90%;max-width:75rem}}.reveal.full{top:0;left:0;width:100%;height:100%;height:100vh;min-height:100vh;max-width:none;margin-left:0;border:0;border-radius:0}@media screen and (max-width:39.9375em){.reveal{top:0;left:0;width:100%;height:100%;height:100vh;min-height:100vh;max-width:none;margin-left:0;border:0;border-radius:0}}.reveal.without-overlay{position:fixed}.switch{margin-bottom:1rem;outline:0;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fefefe;font-weight:700;font-size:.875rem}.switch-input{opacity:0;position:absolute}.switch-paddle{background:#cacaca;cursor:pointer;display:block;position:relative;width:4rem;height:2rem;-webkit-transition:all .25s ease-out;transition:all .25s ease-out;border-radius:0;color:inherit;font-weight:inherit}input+.switch-paddle{margin:0}.switch-paddle:after{background:#fefefe;content:'';display:block;position:absolute;height:1.5rem;right:.25rem;top:.25rem;width:1.5rem;-webkit-transition:all .25s ease-out;transition:all .25s ease-out;-webkit-transform:translateZ(0);transform:translateZ(0);border-radius:0}input:checked~.switch-paddle{background:#2199e8}input:checked~.switch-paddle:after{right:2.25rem}[data-whatinput=mouse] input:focus~.switch-paddle{outline:0}.switch-active,.switch-inactive{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.switch-active{right:8%;display:none}input:checked+label>.switch-active{display:block}.switch-inactive{left:15%}input:checked+label>.switch-inactive{display:none}.switch.tiny .switch-paddle{width:3rem;height:1.5rem;font-size:.625rem}.switch.tiny .switch-paddle:after{width:1rem;height:1rem}.switch.tiny input:checked~.switch-paddle:after{right:1.75rem}.switch.small .switch-paddle{width:3.5rem;height:1.75rem;font-size:.75rem}.switch.small .switch-paddle:after{width:1.25rem;height:1.25rem}.switch.small input:checked~.switch-paddle:after{right:2rem}.switch.large .switch-paddle{width:5rem;height:2.5rem;font-size:1rem}.switch.large .switch-paddle:after{width:2rem;height:2rem}.switch.large input:checked~.switch-paddle:after{right:2.75rem}table{width:100%;margin-bottom:1rem;border-radius:0}table tbody,table tfoot,table thead{border:1px solid #f1f1f1;background-color:#fefefe}table caption{font-weight:700;padding:.5rem .625rem .625rem}table tfoot,table thead{background:#f8f8f8;color:#0a0a0a}table tfoot tr,table thead tr{background:transparent}table tfoot td,table tfoot th,table thead td,table thead th{padding:.5rem .625rem .625rem;font-weight:700;text-align:right}table tbody tr:nth-child(even){background-color:#f1f1f1}table tbody td,table tbody th{padding:.5rem .625rem .625rem}@media screen and (max-width:63.9375em){table.stack tfoot,table.stack thead{display:none}table.stack td,table.stack th,table.stack tr{display:block}table.stack td{border-top:0}}table.scroll{display:block;width:100%;overflow-x:auto}table.hover tr:hover{background-color:#f9f9f9}table.hover tr:nth-of-type(even):hover{background-color:#ececec}.table-scroll{overflow-x:auto}.table-scroll table{width:auto}.tabs{margin:0;list-style-type:none;background:#fefefe;border:1px solid #e6e6e6}.tabs:after,.tabs:before{content:' ';display:table}.tabs:after{clear:both}.tabs.vertical>li{width:auto;float:none;display:block}.tabs.simple>li>a{padding:0}.tabs.simple>li>a:hover{background:transparent}.tabs.primary{background:#2199e8}.tabs.primary>li>a{color:#fefefe}.tabs.primary>li>a:focus,.tabs.primary>li>a:hover{background:#1893e4}.tabs-title{float:right}.tabs-title>a{display:block;padding:1.25rem 1.5rem;line-height:1;font-size:.75rem}.tabs-title>a:hover{background:#fefefe}.tabs-title>a:focus,.tabs-title>a[aria-selected=true]{background:#e6e6e6}.tabs-content{background:#fefefe;-webkit-transition:all .5s ease;transition:all .5s ease;border:1px solid #e6e6e6;border-top:0}.tabs-content.vertical{border:1px solid #e6e6e6;border-right:0}.tabs-panel{display:none;padding:1rem}.tabs-panel.is-active{display:block}.thumbnail{border:4px solid #fefefe;box-shadow:0 0 0 1px hsla(0,0%,4%,.2);display:inline-block;line-height:0;max-width:100%;-webkit-transition:-webkit-box-shadow .2s ease-out;transition:box-shadow .2s ease-out;border-radius:0;margin-bottom:1rem}.thumbnail:focus,.thumbnail:hover{box-shadow:0 0 6px 1px rgba(33,153,232,.5)}.title-bar{background:#0a0a0a;color:#fefefe;padding:.5rem}.title-bar:after,.title-bar:before{content:' ';display:table}.title-bar:after{clear:both}.title-bar .menu-icon{margin-right:.25rem;margin-left:.25rem}.title-bar-left{float:left}.title-bar-right{float:right;text-align:right}.title-bar-title{font-weight:700}.menu-icon.dark,.title-bar-title{vertical-align:middle;display:inline-block}.menu-icon.dark{position:relative;cursor:pointer;width:20px;height:16px}.menu-icon.dark:after{content:'';position:absolute;display:block;width:100%;height:2px;background:#0a0a0a;top:0;left:0;box-shadow:0 7px 0 #0a0a0a,0 14px 0 #0a0a0a}.menu-icon.dark:hover:after{background:#8a8a8a;box-shadow:0 7px 0 #8a8a8a,0 14px 0 #8a8a8a}.has-tip{border-bottom:1px dotted #8a8a8a;font-weight:700;position:relative;display:inline-block;cursor:help}.tooltip{background-color:#0a0a0a;color:#fefefe;font-size:80%;padding:.75rem;position:absolute;z-index:10;top:calc(100% + .6495rem);max-width:10rem!important;border-radius:0}.tooltip:before{border-color:transparent transparent #0a0a0a;border-bottom-style:solid;border-top-width:0;bottom:100%;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltip.top:before,.tooltip:before{content:'';display:block;width:0;height:0;border:.75rem inset}.tooltip.top:before{border-color:#0a0a0a transparent transparent;border-top-style:solid;border-bottom-width:0;top:100%;bottom:auto}.tooltip.left:before{border-color:transparent transparent transparent #0a0a0a;border-left-style:solid;border-right-width:0;left:100%}.tooltip.left:before,.tooltip.right:before{content:'';display:block;width:0;height:0;border:.75rem inset;bottom:auto;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.tooltip.right:before{border-color:transparent #0a0a0a transparent transparent;border-right-style:solid;border-left-width:0;left:auto;right:100%}.top-bar{padding:.5rem}.top-bar:after,.top-bar:before{content:' ';display:table}.top-bar:after{clear:both}.top-bar,.top-bar ul{background-color:#e6e6e6}.top-bar input{max-width:200px;margin-left:1rem}.top-bar .input-group-field{width:100%;margin-left:0}.top-bar input.button{width:auto}.top-bar .top-bar-left,.top-bar .top-bar-right{width:100%}@media screen and (min-width:40em){.top-bar .top-bar-left,.top-bar .top-bar-right{width:auto}}@media screen and (max-width:63.9375em){.top-bar.stacked-for-medium .top-bar-left,.top-bar.stacked-for-medium .top-bar-right{width:100%}}@media screen and (max-width:74.9375em){.top-bar.stacked-for-large .top-bar-left,.top-bar.stacked-for-large .top-bar-right{width:100%}}.top-bar-title{float:left;margin-right:1rem}.top-bar-left{float:left}.top-bar-right{float:right}.hide{display:none!important}.invisible{visibility:hidden}@media screen and (max-width:39.9375em){.hide-for-small-only{display:none!important}}@media screen and (max-width:0em),screen and (min-width:40em){.show-for-small-only{display:none!important}}@media screen and (min-width:40em){.hide-for-medium{display:none!important}}@media screen and (max-width:39.9375em){.show-for-medium{display:none!important}}@media screen and (min-width:40em) and (max-width:63.9375em){.hide-for-medium-only{display:none!important}}@media screen and (max-width:39.9375em),screen and (min-width:64em){.show-for-medium-only{display:none!important}}@media screen and (min-width:64em){.hide-for-large{display:none!important}}@media screen and (max-width:63.9375em){.show-for-large{display:none!important}}@media screen and (min-width:64em) and (max-width:74.9375em){.hide-for-large-only{display:none!important}}@media screen and (max-width:63.9375em),screen and (min-width:75em){.show-for-large-only{display:none!important}}.show-for-sr,.show-on-focus{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.show-on-focus:active,.show-on-focus:focus{position:static!important;height:auto;width:auto;overflow:visible;clip:auto}.hide-for-portrait,.show-for-landscape{display:block!important}@media screen and (orientation:landscape){.hide-for-portrait,.show-for-landscape{display:block!important}}@media screen and (orientation:portrait){.hide-for-portrait,.show-for-landscape{display:none!important}}.hide-for-landscape,.show-for-portrait{display:none!important}@media screen and (orientation:landscape){.hide-for-landscape,.show-for-portrait{display:none!important}}@media screen and (orientation:portrait){.hide-for-landscape,.show-for-portrait{display:block!important}}.float-left{float:left!important}.float-right{float:right!important}.float-center{display:block;margin-left:auto;margin-right:auto}.clearfix:after,.clearfix:before{content:' ';display:table}.clearfix:after{clear:both}
@@ -0,0 +1,3578 @@
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
+ .row::before, .row::after {
441
+ content: ' ';
442
+ display: table; }
443
+ .row::after {
444
+ clear: both; }
445
+ .row.collapse > .column, .row.collapse > .columns {
446
+ padding-left: 0;
447
+ padding-right: 0; }
448
+ .row .row {
449
+ max-width: none;
450
+ margin-left: -0.625rem;
451
+ margin-right: -0.625rem; }
452
+ @media screen and (min-width: 40em) {
453
+ .row .row {
454
+ margin-left: -0.9375rem;
455
+ margin-right: -0.9375rem; } }
456
+ .row .row.collapse {
457
+ margin-left: 0;
458
+ margin-right: 0; }
459
+ .row.expanded {
460
+ max-width: none; }
461
+ .row.expanded .row {
462
+ margin-left: auto;
463
+ margin-right: auto; }
464
+
465
+ .column, .columns {
466
+ width: 100%;
467
+ float: left;
468
+ padding-left: 0.625rem;
469
+ padding-right: 0.625rem; }
470
+ @media screen and (min-width: 40em) {
471
+ .column, .columns {
472
+ padding-left: 0.9375rem;
473
+ padding-right: 0.9375rem; } }
474
+ .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
475
+ float: right; }
476
+ .column.end:last-child:last-child, .end.columns:last-child:last-child {
477
+ float: left; }
478
+
479
+ .column.row.row, .row.row.columns {
480
+ float: none; }
481
+ .row .column.row.row, .row .row.row.columns {
482
+ padding-left: 0;
483
+ padding-right: 0;
484
+ margin-left: 0;
485
+ margin-right: 0; }
486
+
487
+ .small-1 {
488
+ width: 8.33333%; }
489
+
490
+ .small-push-1 {
491
+ position: relative;
492
+ left: 8.33333%; }
493
+
494
+ .small-pull-1 {
495
+ position: relative;
496
+ left: -8.33333%; }
497
+
498
+ .small-offset-0 {
499
+ margin-left: 0%; }
500
+
501
+ .small-2 {
502
+ width: 16.66667%; }
503
+
504
+ .small-push-2 {
505
+ position: relative;
506
+ left: 16.66667%; }
507
+
508
+ .small-pull-2 {
509
+ position: relative;
510
+ left: -16.66667%; }
511
+
512
+ .small-offset-1 {
513
+ margin-left: 8.33333%; }
514
+
515
+ .small-3 {
516
+ width: 25%; }
517
+
518
+ .small-push-3 {
519
+ position: relative;
520
+ left: 25%; }
521
+
522
+ .small-pull-3 {
523
+ position: relative;
524
+ left: -25%; }
525
+
526
+ .small-offset-2 {
527
+ margin-left: 16.66667%; }
528
+
529
+ .small-4 {
530
+ width: 33.33333%; }
531
+
532
+ .small-push-4 {
533
+ position: relative;
534
+ left: 33.33333%; }
535
+
536
+ .small-pull-4 {
537
+ position: relative;
538
+ left: -33.33333%; }
539
+
540
+ .small-offset-3 {
541
+ margin-left: 25%; }
542
+
543
+ .small-5 {
544
+ width: 41.66667%; }
545
+
546
+ .small-push-5 {
547
+ position: relative;
548
+ left: 41.66667%; }
549
+
550
+ .small-pull-5 {
551
+ position: relative;
552
+ left: -41.66667%; }
553
+
554
+ .small-offset-4 {
555
+ margin-left: 33.33333%; }
556
+
557
+ .small-6 {
558
+ width: 50%; }
559
+
560
+ .small-push-6 {
561
+ position: relative;
562
+ left: 50%; }
563
+
564
+ .small-pull-6 {
565
+ position: relative;
566
+ left: -50%; }
567
+
568
+ .small-offset-5 {
569
+ margin-left: 41.66667%; }
570
+
571
+ .small-7 {
572
+ width: 58.33333%; }
573
+
574
+ .small-push-7 {
575
+ position: relative;
576
+ left: 58.33333%; }
577
+
578
+ .small-pull-7 {
579
+ position: relative;
580
+ left: -58.33333%; }
581
+
582
+ .small-offset-6 {
583
+ margin-left: 50%; }
584
+
585
+ .small-8 {
586
+ width: 66.66667%; }
587
+
588
+ .small-push-8 {
589
+ position: relative;
590
+ left: 66.66667%; }
591
+
592
+ .small-pull-8 {
593
+ position: relative;
594
+ left: -66.66667%; }
595
+
596
+ .small-offset-7 {
597
+ margin-left: 58.33333%; }
598
+
599
+ .small-9 {
600
+ width: 75%; }
601
+
602
+ .small-push-9 {
603
+ position: relative;
604
+ left: 75%; }
605
+
606
+ .small-pull-9 {
607
+ position: relative;
608
+ left: -75%; }
609
+
610
+ .small-offset-8 {
611
+ margin-left: 66.66667%; }
612
+
613
+ .small-10 {
614
+ width: 83.33333%; }
615
+
616
+ .small-push-10 {
617
+ position: relative;
618
+ left: 83.33333%; }
619
+
620
+ .small-pull-10 {
621
+ position: relative;
622
+ left: -83.33333%; }
623
+
624
+ .small-offset-9 {
625
+ margin-left: 75%; }
626
+
627
+ .small-11 {
628
+ width: 91.66667%; }
629
+
630
+ .small-push-11 {
631
+ position: relative;
632
+ left: 91.66667%; }
633
+
634
+ .small-pull-11 {
635
+ position: relative;
636
+ left: -91.66667%; }
637
+
638
+ .small-offset-10 {
639
+ margin-left: 83.33333%; }
640
+
641
+ .small-12 {
642
+ width: 100%; }
643
+
644
+ .small-offset-11 {
645
+ margin-left: 91.66667%; }
646
+
647
+ .small-up-1 > .column, .small-up-1 > .columns {
648
+ width: 100%;
649
+ float: left; }
650
+ .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
651
+ clear: none; }
652
+ .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
653
+ clear: both; }
654
+ .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
655
+ float: left; }
656
+
657
+ .small-up-2 > .column, .small-up-2 > .columns {
658
+ width: 50%;
659
+ float: left; }
660
+ .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
661
+ clear: none; }
662
+ .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
663
+ clear: both; }
664
+ .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
665
+ float: left; }
666
+
667
+ .small-up-3 > .column, .small-up-3 > .columns {
668
+ width: 33.33333%;
669
+ float: left; }
670
+ .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
671
+ clear: none; }
672
+ .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
673
+ clear: both; }
674
+ .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
675
+ float: left; }
676
+
677
+ .small-up-4 > .column, .small-up-4 > .columns {
678
+ width: 25%;
679
+ float: left; }
680
+ .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
681
+ clear: none; }
682
+ .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
683
+ clear: both; }
684
+ .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
685
+ float: left; }
686
+
687
+ .small-up-5 > .column, .small-up-5 > .columns {
688
+ width: 20%;
689
+ float: left; }
690
+ .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
691
+ clear: none; }
692
+ .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
693
+ clear: both; }
694
+ .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
695
+ float: left; }
696
+
697
+ .small-up-6 > .column, .small-up-6 > .columns {
698
+ width: 16.66667%;
699
+ float: left; }
700
+ .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
701
+ clear: none; }
702
+ .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
703
+ clear: both; }
704
+ .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
705
+ float: left; }
706
+
707
+ .small-up-7 > .column, .small-up-7 > .columns {
708
+ width: 14.28571%;
709
+ float: left; }
710
+ .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
711
+ clear: none; }
712
+ .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
713
+ clear: both; }
714
+ .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
715
+ float: left; }
716
+
717
+ .small-up-8 > .column, .small-up-8 > .columns {
718
+ width: 12.5%;
719
+ float: left; }
720
+ .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
721
+ clear: none; }
722
+ .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
723
+ clear: both; }
724
+ .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
725
+ float: left; }
726
+
727
+ .small-collapse > .column, .small-collapse > .columns {
728
+ padding-left: 0;
729
+ padding-right: 0; }
730
+
731
+ .small-collapse .row,
732
+ .expanded.row .small-collapse.row {
733
+ margin-left: 0;
734
+ margin-right: 0; }
735
+
736
+ .small-uncollapse > .column, .small-uncollapse > .columns {
737
+ padding-left: 0.625rem;
738
+ padding-right: 0.625rem; }
739
+
740
+ .small-centered {
741
+ float: none;
742
+ margin-left: auto;
743
+ margin-right: auto; }
744
+
745
+ .small-uncentered,
746
+ .small-push-0,
747
+ .small-pull-0 {
748
+ position: static;
749
+ margin-left: 0;
750
+ margin-right: 0;
751
+ float: left; }
752
+
753
+ @media screen and (min-width: 40em) {
754
+ .medium-1 {
755
+ width: 8.33333%; }
756
+ .medium-push-1 {
757
+ position: relative;
758
+ left: 8.33333%; }
759
+ .medium-pull-1 {
760
+ position: relative;
761
+ left: -8.33333%; }
762
+ .medium-offset-0 {
763
+ margin-left: 0%; }
764
+ .medium-2 {
765
+ width: 16.66667%; }
766
+ .medium-push-2 {
767
+ position: relative;
768
+ left: 16.66667%; }
769
+ .medium-pull-2 {
770
+ position: relative;
771
+ left: -16.66667%; }
772
+ .medium-offset-1 {
773
+ margin-left: 8.33333%; }
774
+ .medium-3 {
775
+ width: 25%; }
776
+ .medium-push-3 {
777
+ position: relative;
778
+ left: 25%; }
779
+ .medium-pull-3 {
780
+ position: relative;
781
+ left: -25%; }
782
+ .medium-offset-2 {
783
+ margin-left: 16.66667%; }
784
+ .medium-4 {
785
+ width: 33.33333%; }
786
+ .medium-push-4 {
787
+ position: relative;
788
+ left: 33.33333%; }
789
+ .medium-pull-4 {
790
+ position: relative;
791
+ left: -33.33333%; }
792
+ .medium-offset-3 {
793
+ margin-left: 25%; }
794
+ .medium-5 {
795
+ width: 41.66667%; }
796
+ .medium-push-5 {
797
+ position: relative;
798
+ left: 41.66667%; }
799
+ .medium-pull-5 {
800
+ position: relative;
801
+ left: -41.66667%; }
802
+ .medium-offset-4 {
803
+ margin-left: 33.33333%; }
804
+ .medium-6 {
805
+ width: 50%; }
806
+ .medium-push-6 {
807
+ position: relative;
808
+ left: 50%; }
809
+ .medium-pull-6 {
810
+ position: relative;
811
+ left: -50%; }
812
+ .medium-offset-5 {
813
+ margin-left: 41.66667%; }
814
+ .medium-7 {
815
+ width: 58.33333%; }
816
+ .medium-push-7 {
817
+ position: relative;
818
+ left: 58.33333%; }
819
+ .medium-pull-7 {
820
+ position: relative;
821
+ left: -58.33333%; }
822
+ .medium-offset-6 {
823
+ margin-left: 50%; }
824
+ .medium-8 {
825
+ width: 66.66667%; }
826
+ .medium-push-8 {
827
+ position: relative;
828
+ left: 66.66667%; }
829
+ .medium-pull-8 {
830
+ position: relative;
831
+ left: -66.66667%; }
832
+ .medium-offset-7 {
833
+ margin-left: 58.33333%; }
834
+ .medium-9 {
835
+ width: 75%; }
836
+ .medium-push-9 {
837
+ position: relative;
838
+ left: 75%; }
839
+ .medium-pull-9 {
840
+ position: relative;
841
+ left: -75%; }
842
+ .medium-offset-8 {
843
+ margin-left: 66.66667%; }
844
+ .medium-10 {
845
+ width: 83.33333%; }
846
+ .medium-push-10 {
847
+ position: relative;
848
+ left: 83.33333%; }
849
+ .medium-pull-10 {
850
+ position: relative;
851
+ left: -83.33333%; }
852
+ .medium-offset-9 {
853
+ margin-left: 75%; }
854
+ .medium-11 {
855
+ width: 91.66667%; }
856
+ .medium-push-11 {
857
+ position: relative;
858
+ left: 91.66667%; }
859
+ .medium-pull-11 {
860
+ position: relative;
861
+ left: -91.66667%; }
862
+ .medium-offset-10 {
863
+ margin-left: 83.33333%; }
864
+ .medium-12 {
865
+ width: 100%; }
866
+ .medium-offset-11 {
867
+ margin-left: 91.66667%; }
868
+ .medium-up-1 > .column, .medium-up-1 > .columns {
869
+ width: 100%;
870
+ float: left; }
871
+ .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
872
+ clear: none; }
873
+ .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
874
+ clear: both; }
875
+ .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
876
+ float: left; }
877
+ .medium-up-2 > .column, .medium-up-2 > .columns {
878
+ width: 50%;
879
+ float: left; }
880
+ .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
881
+ clear: none; }
882
+ .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
883
+ clear: both; }
884
+ .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
885
+ float: left; }
886
+ .medium-up-3 > .column, .medium-up-3 > .columns {
887
+ width: 33.33333%;
888
+ float: left; }
889
+ .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
890
+ clear: none; }
891
+ .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
892
+ clear: both; }
893
+ .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
894
+ float: left; }
895
+ .medium-up-4 > .column, .medium-up-4 > .columns {
896
+ width: 25%;
897
+ float: left; }
898
+ .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
899
+ clear: none; }
900
+ .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
901
+ clear: both; }
902
+ .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
903
+ float: left; }
904
+ .medium-up-5 > .column, .medium-up-5 > .columns {
905
+ width: 20%;
906
+ float: left; }
907
+ .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
908
+ clear: none; }
909
+ .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
910
+ clear: both; }
911
+ .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
912
+ float: left; }
913
+ .medium-up-6 > .column, .medium-up-6 > .columns {
914
+ width: 16.66667%;
915
+ float: left; }
916
+ .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
917
+ clear: none; }
918
+ .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
919
+ clear: both; }
920
+ .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
921
+ float: left; }
922
+ .medium-up-7 > .column, .medium-up-7 > .columns {
923
+ width: 14.28571%;
924
+ float: left; }
925
+ .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
926
+ clear: none; }
927
+ .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
928
+ clear: both; }
929
+ .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
930
+ float: left; }
931
+ .medium-up-8 > .column, .medium-up-8 > .columns {
932
+ width: 12.5%;
933
+ float: left; }
934
+ .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
935
+ clear: none; }
936
+ .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
937
+ clear: both; }
938
+ .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
939
+ float: left; }
940
+ .medium-collapse > .column, .medium-collapse > .columns {
941
+ padding-left: 0;
942
+ padding-right: 0; }
943
+ .medium-collapse .row,
944
+ .expanded.row .medium-collapse.row {
945
+ margin-left: 0;
946
+ margin-right: 0; }
947
+ .medium-uncollapse > .column, .medium-uncollapse > .columns {
948
+ padding-left: 0.9375rem;
949
+ padding-right: 0.9375rem; }
950
+ .medium-centered {
951
+ float: none;
952
+ margin-left: auto;
953
+ margin-right: auto; }
954
+ .medium-uncentered,
955
+ .medium-push-0,
956
+ .medium-pull-0 {
957
+ position: static;
958
+ margin-left: 0;
959
+ margin-right: 0;
960
+ float: left; } }
961
+
962
+ @media screen and (min-width: 64em) {
963
+ .large-1 {
964
+ width: 8.33333%; }
965
+ .large-push-1 {
966
+ position: relative;
967
+ left: 8.33333%; }
968
+ .large-pull-1 {
969
+ position: relative;
970
+ left: -8.33333%; }
971
+ .large-offset-0 {
972
+ margin-left: 0%; }
973
+ .large-2 {
974
+ width: 16.66667%; }
975
+ .large-push-2 {
976
+ position: relative;
977
+ left: 16.66667%; }
978
+ .large-pull-2 {
979
+ position: relative;
980
+ left: -16.66667%; }
981
+ .large-offset-1 {
982
+ margin-left: 8.33333%; }
983
+ .large-3 {
984
+ width: 25%; }
985
+ .large-push-3 {
986
+ position: relative;
987
+ left: 25%; }
988
+ .large-pull-3 {
989
+ position: relative;
990
+ left: -25%; }
991
+ .large-offset-2 {
992
+ margin-left: 16.66667%; }
993
+ .large-4 {
994
+ width: 33.33333%; }
995
+ .large-push-4 {
996
+ position: relative;
997
+ left: 33.33333%; }
998
+ .large-pull-4 {
999
+ position: relative;
1000
+ left: -33.33333%; }
1001
+ .large-offset-3 {
1002
+ margin-left: 25%; }
1003
+ .large-5 {
1004
+ width: 41.66667%; }
1005
+ .large-push-5 {
1006
+ position: relative;
1007
+ left: 41.66667%; }
1008
+ .large-pull-5 {
1009
+ position: relative;
1010
+ left: -41.66667%; }
1011
+ .large-offset-4 {
1012
+ margin-left: 33.33333%; }
1013
+ .large-6 {
1014
+ width: 50%; }
1015
+ .large-push-6 {
1016
+ position: relative;
1017
+ left: 50%; }
1018
+ .large-pull-6 {
1019
+ position: relative;
1020
+ left: -50%; }
1021
+ .large-offset-5 {
1022
+ margin-left: 41.66667%; }
1023
+ .large-7 {
1024
+ width: 58.33333%; }
1025
+ .large-push-7 {
1026
+ position: relative;
1027
+ left: 58.33333%; }
1028
+ .large-pull-7 {
1029
+ position: relative;
1030
+ left: -58.33333%; }
1031
+ .large-offset-6 {
1032
+ margin-left: 50%; }
1033
+ .large-8 {
1034
+ width: 66.66667%; }
1035
+ .large-push-8 {
1036
+ position: relative;
1037
+ left: 66.66667%; }
1038
+ .large-pull-8 {
1039
+ position: relative;
1040
+ left: -66.66667%; }
1041
+ .large-offset-7 {
1042
+ margin-left: 58.33333%; }
1043
+ .large-9 {
1044
+ width: 75%; }
1045
+ .large-push-9 {
1046
+ position: relative;
1047
+ left: 75%; }
1048
+ .large-pull-9 {
1049
+ position: relative;
1050
+ left: -75%; }
1051
+ .large-offset-8 {
1052
+ margin-left: 66.66667%; }
1053
+ .large-10 {
1054
+ width: 83.33333%; }
1055
+ .large-push-10 {
1056
+ position: relative;
1057
+ left: 83.33333%; }
1058
+ .large-pull-10 {
1059
+ position: relative;
1060
+ left: -83.33333%; }
1061
+ .large-offset-9 {
1062
+ margin-left: 75%; }
1063
+ .large-11 {
1064
+ width: 91.66667%; }
1065
+ .large-push-11 {
1066
+ position: relative;
1067
+ left: 91.66667%; }
1068
+ .large-pull-11 {
1069
+ position: relative;
1070
+ left: -91.66667%; }
1071
+ .large-offset-10 {
1072
+ margin-left: 83.33333%; }
1073
+ .large-12 {
1074
+ width: 100%; }
1075
+ .large-offset-11 {
1076
+ margin-left: 91.66667%; }
1077
+ .large-up-1 > .column, .large-up-1 > .columns {
1078
+ width: 100%;
1079
+ float: left; }
1080
+ .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
1081
+ clear: none; }
1082
+ .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
1083
+ clear: both; }
1084
+ .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
1085
+ float: left; }
1086
+ .large-up-2 > .column, .large-up-2 > .columns {
1087
+ width: 50%;
1088
+ float: left; }
1089
+ .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
1090
+ clear: none; }
1091
+ .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
1092
+ clear: both; }
1093
+ .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
1094
+ float: left; }
1095
+ .large-up-3 > .column, .large-up-3 > .columns {
1096
+ width: 33.33333%;
1097
+ float: left; }
1098
+ .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
1099
+ clear: none; }
1100
+ .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
1101
+ clear: both; }
1102
+ .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
1103
+ float: left; }
1104
+ .large-up-4 > .column, .large-up-4 > .columns {
1105
+ width: 25%;
1106
+ float: left; }
1107
+ .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
1108
+ clear: none; }
1109
+ .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
1110
+ clear: both; }
1111
+ .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
1112
+ float: left; }
1113
+ .large-up-5 > .column, .large-up-5 > .columns {
1114
+ width: 20%;
1115
+ float: left; }
1116
+ .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
1117
+ clear: none; }
1118
+ .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
1119
+ clear: both; }
1120
+ .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
1121
+ float: left; }
1122
+ .large-up-6 > .column, .large-up-6 > .columns {
1123
+ width: 16.66667%;
1124
+ float: left; }
1125
+ .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
1126
+ clear: none; }
1127
+ .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
1128
+ clear: both; }
1129
+ .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
1130
+ float: left; }
1131
+ .large-up-7 > .column, .large-up-7 > .columns {
1132
+ width: 14.28571%;
1133
+ float: left; }
1134
+ .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
1135
+ clear: none; }
1136
+ .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
1137
+ clear: both; }
1138
+ .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
1139
+ float: left; }
1140
+ .large-up-8 > .column, .large-up-8 > .columns {
1141
+ width: 12.5%;
1142
+ float: left; }
1143
+ .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
1144
+ clear: none; }
1145
+ .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
1146
+ clear: both; }
1147
+ .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
1148
+ float: left; }
1149
+ .large-collapse > .column, .large-collapse > .columns {
1150
+ padding-left: 0;
1151
+ padding-right: 0; }
1152
+ .large-collapse .row,
1153
+ .expanded.row .large-collapse.row {
1154
+ margin-left: 0;
1155
+ margin-right: 0; }
1156
+ .large-uncollapse > .column, .large-uncollapse > .columns {
1157
+ padding-left: 0.9375rem;
1158
+ padding-right: 0.9375rem; }
1159
+ .large-centered {
1160
+ float: none;
1161
+ margin-left: auto;
1162
+ margin-right: auto; }
1163
+ .large-uncentered,
1164
+ .large-push-0,
1165
+ .large-pull-0 {
1166
+ position: static;
1167
+ margin-left: 0;
1168
+ margin-right: 0;
1169
+ float: left; } }
1170
+
1171
+ div,
1172
+ dl,
1173
+ dt,
1174
+ dd,
1175
+ ul,
1176
+ ol,
1177
+ li,
1178
+ h1,
1179
+ h2,
1180
+ h3,
1181
+ h4,
1182
+ h5,
1183
+ h6,
1184
+ pre,
1185
+ form,
1186
+ p,
1187
+ blockquote,
1188
+ th,
1189
+ td {
1190
+ margin: 0;
1191
+ padding: 0; }
1192
+
1193
+ p {
1194
+ font-size: inherit;
1195
+ line-height: 1.6;
1196
+ margin-bottom: 1rem;
1197
+ text-rendering: optimizeLegibility; }
1198
+
1199
+ em,
1200
+ i {
1201
+ font-style: italic;
1202
+ line-height: inherit; }
1203
+
1204
+ strong,
1205
+ b {
1206
+ font-weight: bold;
1207
+ line-height: inherit; }
1208
+
1209
+ small {
1210
+ font-size: 80%;
1211
+ line-height: inherit; }
1212
+
1213
+ h1,
1214
+ h2,
1215
+ h3,
1216
+ h4,
1217
+ h5,
1218
+ h6 {
1219
+ font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
1220
+ font-weight: normal;
1221
+ font-style: normal;
1222
+ color: inherit;
1223
+ text-rendering: optimizeLegibility;
1224
+ margin-top: 0;
1225
+ margin-bottom: 0.5rem;
1226
+ line-height: 1.4; }
1227
+ h1 small,
1228
+ h2 small,
1229
+ h3 small,
1230
+ h4 small,
1231
+ h5 small,
1232
+ h6 small {
1233
+ color: #cacaca;
1234
+ line-height: 0; }
1235
+
1236
+ h1 {
1237
+ font-size: 1.5rem; }
1238
+
1239
+ h2 {
1240
+ font-size: 1.25rem; }
1241
+
1242
+ h3 {
1243
+ font-size: 1.1875rem; }
1244
+
1245
+ h4 {
1246
+ font-size: 1.125rem; }
1247
+
1248
+ h5 {
1249
+ font-size: 1.0625rem; }
1250
+
1251
+ h6 {
1252
+ font-size: 1rem; }
1253
+
1254
+ @media screen and (min-width: 40em) {
1255
+ h1 {
1256
+ font-size: 3rem; }
1257
+ h2 {
1258
+ font-size: 2.5rem; }
1259
+ h3 {
1260
+ font-size: 1.9375rem; }
1261
+ h4 {
1262
+ font-size: 1.5625rem; }
1263
+ h5 {
1264
+ font-size: 1.25rem; }
1265
+ h6 {
1266
+ font-size: 1rem; } }
1267
+
1268
+ a {
1269
+ color: #2199e8;
1270
+ text-decoration: none;
1271
+ line-height: inherit;
1272
+ cursor: pointer; }
1273
+ a:hover, a:focus {
1274
+ color: #1585cf; }
1275
+ a img {
1276
+ border: 0; }
1277
+
1278
+ hr {
1279
+ max-width: 75rem;
1280
+ height: 0;
1281
+ border-right: 0;
1282
+ border-top: 0;
1283
+ border-bottom: 1px solid #cacaca;
1284
+ border-left: 0;
1285
+ margin: 1.25rem auto;
1286
+ clear: both; }
1287
+
1288
+ ul,
1289
+ ol,
1290
+ dl {
1291
+ line-height: 1.6;
1292
+ margin-bottom: 1rem;
1293
+ list-style-position: outside; }
1294
+
1295
+ li {
1296
+ font-size: inherit; }
1297
+
1298
+ ul {
1299
+ list-style-type: disc;
1300
+ margin-left: 1.25rem; }
1301
+
1302
+ ol {
1303
+ margin-left: 1.25rem; }
1304
+
1305
+ ul ul, ol ul, ul ol, ol ol {
1306
+ margin-left: 1.25rem;
1307
+ margin-bottom: 0; }
1308
+
1309
+ dl {
1310
+ margin-bottom: 1rem; }
1311
+ dl dt {
1312
+ margin-bottom: 0.3rem;
1313
+ font-weight: bold; }
1314
+
1315
+ blockquote {
1316
+ margin: 0 0 1rem;
1317
+ padding: 0.5625rem 1.25rem 0 1.1875rem;
1318
+ border-left: 1px solid #cacaca; }
1319
+ blockquote, blockquote p {
1320
+ line-height: 1.6;
1321
+ color: #8a8a8a; }
1322
+
1323
+ cite {
1324
+ display: block;
1325
+ font-size: 0.8125rem;
1326
+ color: #8a8a8a; }
1327
+ cite:before {
1328
+ content: '\2014 \0020'; }
1329
+
1330
+ abbr {
1331
+ color: #0a0a0a;
1332
+ cursor: help;
1333
+ border-bottom: 1px dotted #0a0a0a; }
1334
+
1335
+ code {
1336
+ font-family: Consolas, "Liberation Mono", Courier, monospace;
1337
+ font-weight: normal;
1338
+ color: #0a0a0a;
1339
+ background-color: #e6e6e6;
1340
+ border: 1px solid #cacaca;
1341
+ padding: 0.125rem 0.3125rem 0.0625rem; }
1342
+
1343
+ kbd {
1344
+ padding: 0.125rem 0.25rem 0;
1345
+ margin: 0;
1346
+ background-color: #e6e6e6;
1347
+ color: #0a0a0a;
1348
+ font-family: Consolas, "Liberation Mono", Courier, monospace; }
1349
+
1350
+ .subheader {
1351
+ margin-top: 0.2rem;
1352
+ margin-bottom: 0.5rem;
1353
+ font-weight: normal;
1354
+ line-height: 1.4;
1355
+ color: #8a8a8a; }
1356
+
1357
+ .lead {
1358
+ font-size: 125%;
1359
+ line-height: 1.6; }
1360
+
1361
+ .stat {
1362
+ font-size: 2.5rem;
1363
+ line-height: 1; }
1364
+ p + .stat {
1365
+ margin-top: -1rem; }
1366
+
1367
+ .no-bullet {
1368
+ margin-left: 0;
1369
+ list-style: none; }
1370
+
1371
+ .text-left {
1372
+ text-align: left; }
1373
+
1374
+ .text-right {
1375
+ text-align: right; }
1376
+
1377
+ .text-center {
1378
+ text-align: center; }
1379
+
1380
+ .text-justify {
1381
+ text-align: justify; }
1382
+
1383
+ @media screen and (min-width: 40em) {
1384
+ .medium-text-left {
1385
+ text-align: left; }
1386
+ .medium-text-right {
1387
+ text-align: right; }
1388
+ .medium-text-center {
1389
+ text-align: center; }
1390
+ .medium-text-justify {
1391
+ text-align: justify; } }
1392
+
1393
+ @media screen and (min-width: 64em) {
1394
+ .large-text-left {
1395
+ text-align: left; }
1396
+ .large-text-right {
1397
+ text-align: right; }
1398
+ .large-text-center {
1399
+ text-align: center; }
1400
+ .large-text-justify {
1401
+ text-align: justify; } }
1402
+
1403
+ .show-for-print {
1404
+ display: none !important; }
1405
+
1406
+ @media print {
1407
+ * {
1408
+ background: transparent !important;
1409
+ color: black !important;
1410
+ -webkit-box-shadow: none !important;
1411
+ box-shadow: none !important;
1412
+ text-shadow: none !important; }
1413
+ .show-for-print {
1414
+ display: block !important; }
1415
+ .hide-for-print {
1416
+ display: none !important; }
1417
+ table.show-for-print {
1418
+ display: table !important; }
1419
+ thead.show-for-print {
1420
+ display: table-header-group !important; }
1421
+ tbody.show-for-print {
1422
+ display: table-row-group !important; }
1423
+ tr.show-for-print {
1424
+ display: table-row !important; }
1425
+ td.show-for-print {
1426
+ display: table-cell !important; }
1427
+ th.show-for-print {
1428
+ display: table-cell !important; }
1429
+ a,
1430
+ a:visited {
1431
+ text-decoration: underline; }
1432
+ a[href]:after {
1433
+ content: " (" attr(href) ")"; }
1434
+ .ir a:after,
1435
+ a[href^='javascript:']:after,
1436
+ a[href^='#']:after {
1437
+ content: ''; }
1438
+ abbr[title]:after {
1439
+ content: " (" attr(title) ")"; }
1440
+ pre,
1441
+ blockquote {
1442
+ border: 1px solid #8a8a8a;
1443
+ page-break-inside: avoid; }
1444
+ thead {
1445
+ display: table-header-group; }
1446
+ tr,
1447
+ img {
1448
+ page-break-inside: avoid; }
1449
+ img {
1450
+ max-width: 100% !important; }
1451
+ @page {
1452
+ margin: 0.5cm; }
1453
+ p,
1454
+ h2,
1455
+ h3 {
1456
+ orphans: 3;
1457
+ widows: 3; }
1458
+ h2,
1459
+ h3 {
1460
+ page-break-after: avoid; } }
1461
+
1462
+ [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'],
1463
+ textarea {
1464
+ display: block;
1465
+ -webkit-box-sizing: border-box;
1466
+ box-sizing: border-box;
1467
+ width: 100%;
1468
+ height: 2.4375rem;
1469
+ padding: 0.5rem;
1470
+ border: 1px solid #cacaca;
1471
+ margin: 0 0 1rem;
1472
+ font-family: inherit;
1473
+ font-size: 1rem;
1474
+ color: #0a0a0a;
1475
+ background-color: #fefefe;
1476
+ -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
1477
+ box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
1478
+ border-radius: 0;
1479
+ -webkit-transition: -webkit-box-shadow 0.5s, border-color 0.25s ease-in-out;
1480
+ transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
1481
+ -webkit-appearance: none;
1482
+ -moz-appearance: none; }
1483
+ [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,
1484
+ textarea:focus {
1485
+ border: 1px solid #8a8a8a;
1486
+ background-color: #fefefe;
1487
+ outline: none;
1488
+ -webkit-box-shadow: 0 0 5px #cacaca;
1489
+ box-shadow: 0 0 5px #cacaca;
1490
+ -webkit-transition: -webkit-box-shadow 0.5s, border-color 0.25s ease-in-out;
1491
+ transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
1492
+
1493
+ textarea {
1494
+ max-width: 100%; }
1495
+ textarea[rows] {
1496
+ height: auto; }
1497
+
1498
+ input::-webkit-input-placeholder,
1499
+ textarea::-webkit-input-placeholder {
1500
+ color: #cacaca; }
1501
+
1502
+ input::-moz-placeholder,
1503
+ textarea::-moz-placeholder {
1504
+ color: #cacaca; }
1505
+
1506
+ input:-ms-input-placeholder,
1507
+ textarea:-ms-input-placeholder {
1508
+ color: #cacaca; }
1509
+
1510
+ input::placeholder,
1511
+ textarea::placeholder {
1512
+ color: #cacaca; }
1513
+
1514
+ input:disabled, input[readonly],
1515
+ textarea:disabled,
1516
+ textarea[readonly] {
1517
+ background-color: #e6e6e6;
1518
+ cursor: not-allowed; }
1519
+
1520
+ [type='submit'],
1521
+ [type='button'] {
1522
+ border-radius: 0;
1523
+ -webkit-appearance: none;
1524
+ -moz-appearance: none; }
1525
+
1526
+ input[type='search'] {
1527
+ -webkit-box-sizing: border-box;
1528
+ box-sizing: border-box; }
1529
+
1530
+ [type='file'],
1531
+ [type='checkbox'],
1532
+ [type='radio'] {
1533
+ margin: 0 0 1rem; }
1534
+
1535
+ [type='checkbox'] + label,
1536
+ [type='radio'] + label {
1537
+ display: inline-block;
1538
+ margin-left: 0.5rem;
1539
+ margin-right: 1rem;
1540
+ margin-bottom: 0;
1541
+ vertical-align: baseline; }
1542
+ [type='checkbox'] + label[for],
1543
+ [type='radio'] + label[for] {
1544
+ cursor: pointer; }
1545
+
1546
+ label > [type='checkbox'],
1547
+ label > [type='radio'] {
1548
+ margin-right: 0.5rem; }
1549
+
1550
+ [type='file'] {
1551
+ width: 100%; }
1552
+
1553
+ label {
1554
+ display: block;
1555
+ margin: 0;
1556
+ font-size: 0.875rem;
1557
+ font-weight: normal;
1558
+ line-height: 1.8;
1559
+ color: #0a0a0a; }
1560
+ label.middle {
1561
+ margin: 0 0 1rem;
1562
+ padding: 0.5625rem 0; }
1563
+
1564
+ .help-text {
1565
+ margin-top: -0.5rem;
1566
+ font-size: 0.8125rem;
1567
+ font-style: italic;
1568
+ color: #0a0a0a; }
1569
+
1570
+ .input-group {
1571
+ display: table;
1572
+ width: 100%;
1573
+ margin-bottom: 1rem; }
1574
+ .input-group > :first-child {
1575
+ border-radius: 0 0 0 0; }
1576
+ .input-group > :last-child > * {
1577
+ border-radius: 0 0 0 0; }
1578
+
1579
+ .input-group-label, .input-group-field, .input-group-button {
1580
+ margin: 0;
1581
+ white-space: nowrap;
1582
+ display: table-cell;
1583
+ vertical-align: middle; }
1584
+
1585
+ .input-group-label {
1586
+ text-align: center;
1587
+ padding: 0 1rem;
1588
+ background: #e6e6e6;
1589
+ color: #0a0a0a;
1590
+ border: 1px solid #cacaca;
1591
+ white-space: nowrap;
1592
+ width: 1%;
1593
+ height: 100%; }
1594
+ .input-group-label:first-child {
1595
+ border-right: 0; }
1596
+ .input-group-label:last-child {
1597
+ border-left: 0; }
1598
+
1599
+ .input-group-field {
1600
+ border-radius: 0;
1601
+ height: 2.5rem; }
1602
+
1603
+ .input-group-button {
1604
+ padding-top: 0;
1605
+ padding-bottom: 0;
1606
+ text-align: center;
1607
+ height: 100%;
1608
+ width: 1%; }
1609
+ .input-group-button a,
1610
+ .input-group-button input,
1611
+ .input-group-button button {
1612
+ margin: 0; }
1613
+
1614
+ .input-group .input-group-button {
1615
+ display: table-cell; }
1616
+
1617
+ fieldset {
1618
+ border: 0;
1619
+ padding: 0;
1620
+ margin: 0; }
1621
+
1622
+ legend {
1623
+ margin-bottom: 0.5rem;
1624
+ max-width: 100%; }
1625
+
1626
+ .fieldset {
1627
+ border: 1px solid #cacaca;
1628
+ padding: 1.25rem;
1629
+ margin: 1.125rem 0; }
1630
+ .fieldset legend {
1631
+ background: #fefefe;
1632
+ padding: 0 0.1875rem;
1633
+ margin: 0;
1634
+ margin-left: -0.1875rem; }
1635
+
1636
+ select {
1637
+ height: 2.4375rem;
1638
+ padding: 0.5rem;
1639
+ border: 1px solid #cacaca;
1640
+ margin: 0 0 1rem;
1641
+ font-size: 1rem;
1642
+ font-family: inherit;
1643
+ line-height: normal;
1644
+ color: #0a0a0a;
1645
+ background-color: #fefefe;
1646
+ border-radius: 0;
1647
+ -webkit-appearance: none;
1648
+ -moz-appearance: none;
1649
+ 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>");
1650
+ -webkit-background-size: 9px 6px;
1651
+ background-size: 9px 6px;
1652
+ background-position: right -1rem center;
1653
+ -webkit-background-origin: content-box;
1654
+ background-origin: content-box;
1655
+ background-repeat: no-repeat;
1656
+ padding-right: 1.5rem; }
1657
+ @media screen and (min-width: 0\0) {
1658
+ select {
1659
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
1660
+ select:disabled {
1661
+ background-color: #e6e6e6;
1662
+ cursor: not-allowed; }
1663
+ select::-ms-expand {
1664
+ display: none; }
1665
+ select[multiple] {
1666
+ height: auto;
1667
+ background-image: none; }
1668
+
1669
+ .is-invalid-input:not(:focus) {
1670
+ background-color: rgba(236, 88, 64, 0.1);
1671
+ border-color: #ec5840; }
1672
+
1673
+ .is-invalid-label {
1674
+ color: #ec5840; }
1675
+
1676
+ .form-error {
1677
+ display: none;
1678
+ margin-top: -0.5rem;
1679
+ margin-bottom: 1rem;
1680
+ font-size: 0.75rem;
1681
+ font-weight: bold;
1682
+ color: #ec5840; }
1683
+ .form-error.is-visible {
1684
+ display: block; }
1685
+
1686
+ .button {
1687
+ display: inline-block;
1688
+ text-align: center;
1689
+ line-height: 1;
1690
+ cursor: pointer;
1691
+ -webkit-appearance: none;
1692
+ -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
1693
+ transition: background-color 0.25s ease-out, color 0.25s ease-out;
1694
+ vertical-align: middle;
1695
+ border: 1px solid transparent;
1696
+ border-radius: 0;
1697
+ padding: 0.85em 1em;
1698
+ margin: 0 0 1rem 0;
1699
+ font-size: 0.9rem;
1700
+ background-color: #2199e8;
1701
+ color: #fefefe; }
1702
+ [data-whatinput='mouse'] .button {
1703
+ outline: 0; }
1704
+ .button:hover, .button:focus {
1705
+ background-color: #1583cc;
1706
+ color: #fefefe; }
1707
+ .button.tiny {
1708
+ font-size: 0.6rem; }
1709
+ .button.small {
1710
+ font-size: 0.75rem; }
1711
+ .button.large {
1712
+ font-size: 1.25rem; }
1713
+ .button.expanded {
1714
+ display: block;
1715
+ width: 100%;
1716
+ margin-left: 0;
1717
+ margin-right: 0; }
1718
+ .button.primary {
1719
+ background-color: #2199e8;
1720
+ color: #fefefe; }
1721
+ .button.primary:hover, .button.primary:focus {
1722
+ background-color: #147cc0;
1723
+ color: #fefefe; }
1724
+ .button.secondary {
1725
+ background-color: #777;
1726
+ color: #fefefe; }
1727
+ .button.secondary:hover, .button.secondary:focus {
1728
+ background-color: #5f5f5f;
1729
+ color: #fefefe; }
1730
+ .button.success {
1731
+ background-color: #3adb76;
1732
+ color: #fefefe; }
1733
+ .button.success:hover, .button.success:focus {
1734
+ background-color: #22bb5b;
1735
+ color: #fefefe; }
1736
+ .button.warning {
1737
+ background-color: #ffae00;
1738
+ color: #fefefe; }
1739
+ .button.warning:hover, .button.warning:focus {
1740
+ background-color: #cc8b00;
1741
+ color: #fefefe; }
1742
+ .button.alert {
1743
+ background-color: #ec5840;
1744
+ color: #fefefe; }
1745
+ .button.alert:hover, .button.alert:focus {
1746
+ background-color: #da3116;
1747
+ color: #fefefe; }
1748
+ .button.hollow {
1749
+ border: 1px solid #2199e8;
1750
+ color: #2199e8; }
1751
+ .button.hollow, .button.hollow:hover, .button.hollow:focus {
1752
+ background-color: transparent; }
1753
+ .button.hollow:hover, .button.hollow:focus {
1754
+ border-color: #0c4d78;
1755
+ color: #0c4d78; }
1756
+ .button.hollow.primary {
1757
+ border: 1px solid #2199e8;
1758
+ color: #2199e8; }
1759
+ .button.hollow.primary:hover, .button.hollow.primary:focus {
1760
+ border-color: #0c4d78;
1761
+ color: #0c4d78; }
1762
+ .button.hollow.secondary {
1763
+ border: 1px solid #777;
1764
+ color: #777; }
1765
+ .button.hollow.secondary:hover, .button.hollow.secondary:focus {
1766
+ border-color: #3c3c3c;
1767
+ color: #3c3c3c; }
1768
+ .button.hollow.success {
1769
+ border: 1px solid #3adb76;
1770
+ color: #3adb76; }
1771
+ .button.hollow.success:hover, .button.hollow.success:focus {
1772
+ border-color: #157539;
1773
+ color: #157539; }
1774
+ .button.hollow.warning {
1775
+ border: 1px solid #ffae00;
1776
+ color: #ffae00; }
1777
+ .button.hollow.warning:hover, .button.hollow.warning:focus {
1778
+ border-color: #805700;
1779
+ color: #805700; }
1780
+ .button.hollow.alert {
1781
+ border: 1px solid #ec5840;
1782
+ color: #ec5840; }
1783
+ .button.hollow.alert:hover, .button.hollow.alert:focus {
1784
+ border-color: #881f0e;
1785
+ color: #881f0e; }
1786
+ .button.disabled, .button[disabled] {
1787
+ opacity: 0.25;
1788
+ cursor: not-allowed; }
1789
+ .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
1790
+ background-color: #2199e8;
1791
+ color: #fefefe; }
1792
+ .button.dropdown::after {
1793
+ content: '';
1794
+ display: block;
1795
+ width: 0;
1796
+ height: 0;
1797
+ border: inset 0.4em;
1798
+ border-color: #fefefe transparent transparent;
1799
+ border-top-style: solid;
1800
+ border-bottom-width: 0;
1801
+ position: relative;
1802
+ top: 0.4em;
1803
+ float: right;
1804
+ margin-left: 1em;
1805
+ display: inline-block; }
1806
+ .button.arrow-only::after {
1807
+ margin-left: 0;
1808
+ float: none;
1809
+ top: -0.1em; }
1810
+
1811
+ .accordion {
1812
+ list-style-type: none;
1813
+ background: #fefefe;
1814
+ margin-left: 0; }
1815
+
1816
+ .accordion-item:first-child > :first-child {
1817
+ border-radius: 0 0 0 0; }
1818
+
1819
+ .accordion-item:last-child > :last-child {
1820
+ border-radius: 0 0 0 0; }
1821
+
1822
+ .accordion-title {
1823
+ display: block;
1824
+ padding: 1.25rem 1rem;
1825
+ line-height: 1;
1826
+ font-size: 0.75rem;
1827
+ color: #2199e8;
1828
+ position: relative;
1829
+ border: 1px solid #e6e6e6;
1830
+ border-bottom: 0; }
1831
+ :last-child:not(.is-active) > .accordion-title {
1832
+ border-radius: 0 0 0 0;
1833
+ border-bottom: 1px solid #e6e6e6; }
1834
+ .accordion-title:hover, .accordion-title:focus {
1835
+ background-color: #e6e6e6; }
1836
+ .accordion-title::before {
1837
+ content: '+';
1838
+ position: absolute;
1839
+ right: 1rem;
1840
+ top: 50%;
1841
+ margin-top: -0.5rem; }
1842
+ .is-active > .accordion-title::before {
1843
+ content: '–'; }
1844
+
1845
+ .accordion-content {
1846
+ padding: 1rem;
1847
+ display: none;
1848
+ border: 1px solid #e6e6e6;
1849
+ border-bottom: 0;
1850
+ background-color: #fefefe;
1851
+ color: #0a0a0a; }
1852
+ :last-child > .accordion-content:last-child {
1853
+ border-bottom: 1px solid #e6e6e6; }
1854
+
1855
+ .is-accordion-submenu-parent > a {
1856
+ position: relative; }
1857
+ .is-accordion-submenu-parent > a::after {
1858
+ content: '';
1859
+ display: block;
1860
+ width: 0;
1861
+ height: 0;
1862
+ border: inset 6px;
1863
+ border-color: #2199e8 transparent transparent;
1864
+ border-top-style: solid;
1865
+ border-bottom-width: 0;
1866
+ position: absolute;
1867
+ top: 50%;
1868
+ margin-top: -4px;
1869
+ right: 1rem; }
1870
+
1871
+ .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
1872
+ -webkit-transform-origin: 50% 50%;
1873
+ -ms-transform-origin: 50% 50%;
1874
+ transform-origin: 50% 50%;
1875
+ -webkit-transform: scaleY(-1);
1876
+ -ms-transform: scaleY(-1);
1877
+ transform: scaleY(-1); }
1878
+
1879
+ .badge {
1880
+ display: inline-block;
1881
+ padding: 0.3em;
1882
+ min-width: 2.1em;
1883
+ font-size: 0.6rem;
1884
+ text-align: center;
1885
+ border-radius: 50%;
1886
+ background: #2199e8;
1887
+ color: #fefefe; }
1888
+ .badge.secondary {
1889
+ background: #777;
1890
+ color: #fefefe; }
1891
+ .badge.success {
1892
+ background: #3adb76;
1893
+ color: #fefefe; }
1894
+ .badge.warning {
1895
+ background: #ffae00;
1896
+ color: #fefefe; }
1897
+ .badge.alert {
1898
+ background: #ec5840;
1899
+ color: #fefefe; }
1900
+
1901
+ .breadcrumbs {
1902
+ list-style: none;
1903
+ margin: 0 0 1rem 0; }
1904
+ .breadcrumbs::before, .breadcrumbs::after {
1905
+ content: ' ';
1906
+ display: table; }
1907
+ .breadcrumbs::after {
1908
+ clear: both; }
1909
+ .breadcrumbs li {
1910
+ float: left;
1911
+ color: #0a0a0a;
1912
+ font-size: 0.6875rem;
1913
+ cursor: default;
1914
+ text-transform: uppercase; }
1915
+ .breadcrumbs li:not(:last-child)::after {
1916
+ color: #cacaca;
1917
+ content: "/";
1918
+ margin: 0 0.75rem;
1919
+ position: relative;
1920
+ top: 1px;
1921
+ opacity: 1; }
1922
+ .breadcrumbs a {
1923
+ color: #2199e8; }
1924
+ .breadcrumbs a:hover {
1925
+ text-decoration: underline; }
1926
+ .breadcrumbs .disabled {
1927
+ color: #cacaca;
1928
+ cursor: not-allowed; }
1929
+
1930
+ .button-group {
1931
+ margin-bottom: 1rem;
1932
+ font-size: 0; }
1933
+ .button-group::before, .button-group::after {
1934
+ content: ' ';
1935
+ display: table; }
1936
+ .button-group::after {
1937
+ clear: both; }
1938
+ .button-group .button {
1939
+ margin: 0;
1940
+ margin-right: 1px;
1941
+ margin-bottom: 1px;
1942
+ font-size: 0.9rem; }
1943
+ .button-group .button:last-child {
1944
+ margin-right: 0; }
1945
+ .button-group.tiny .button {
1946
+ font-size: 0.6rem; }
1947
+ .button-group.small .button {
1948
+ font-size: 0.75rem; }
1949
+ .button-group.large .button {
1950
+ font-size: 1.25rem; }
1951
+ .button-group.expanded {
1952
+ margin-right: -1px; }
1953
+ .button-group.expanded::before, .button-group.expanded::after {
1954
+ display: none; }
1955
+ .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
1956
+ display: inline-block;
1957
+ width: calc(50% - 1px);
1958
+ margin-right: 1px; }
1959
+ .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
1960
+ margin-right: -6px; }
1961
+ .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
1962
+ display: inline-block;
1963
+ width: calc(33.33333% - 1px);
1964
+ margin-right: 1px; }
1965
+ .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
1966
+ margin-right: -6px; }
1967
+ .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
1968
+ display: inline-block;
1969
+ width: calc(25% - 1px);
1970
+ margin-right: 1px; }
1971
+ .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
1972
+ margin-right: -6px; }
1973
+ .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
1974
+ display: inline-block;
1975
+ width: calc(20% - 1px);
1976
+ margin-right: 1px; }
1977
+ .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
1978
+ margin-right: -6px; }
1979
+ .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
1980
+ display: inline-block;
1981
+ width: calc(16.66667% - 1px);
1982
+ margin-right: 1px; }
1983
+ .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
1984
+ margin-right: -6px; }
1985
+ .button-group.primary .button {
1986
+ background-color: #2199e8;
1987
+ color: #fefefe; }
1988
+ .button-group.primary .button:hover, .button-group.primary .button:focus {
1989
+ background-color: #147cc0;
1990
+ color: #fefefe; }
1991
+ .button-group.secondary .button {
1992
+ background-color: #777;
1993
+ color: #fefefe; }
1994
+ .button-group.secondary .button:hover, .button-group.secondary .button:focus {
1995
+ background-color: #5f5f5f;
1996
+ color: #fefefe; }
1997
+ .button-group.success .button {
1998
+ background-color: #3adb76;
1999
+ color: #fefefe; }
2000
+ .button-group.success .button:hover, .button-group.success .button:focus {
2001
+ background-color: #22bb5b;
2002
+ color: #fefefe; }
2003
+ .button-group.warning .button {
2004
+ background-color: #ffae00;
2005
+ color: #fefefe; }
2006
+ .button-group.warning .button:hover, .button-group.warning .button:focus {
2007
+ background-color: #cc8b00;
2008
+ color: #fefefe; }
2009
+ .button-group.alert .button {
2010
+ background-color: #ec5840;
2011
+ color: #fefefe; }
2012
+ .button-group.alert .button:hover, .button-group.alert .button:focus {
2013
+ background-color: #da3116;
2014
+ color: #fefefe; }
2015
+ .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
2016
+ width: 100%; }
2017
+ .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
2018
+ margin-bottom: 0; }
2019
+ @media screen and (min-width: 40em) {
2020
+ .button-group.stacked-for-small .button {
2021
+ width: auto;
2022
+ margin-bottom: 0; } }
2023
+ @media screen and (min-width: 64em) {
2024
+ .button-group.stacked-for-medium .button {
2025
+ width: auto;
2026
+ margin-bottom: 0; } }
2027
+ @media screen and (max-width: 39.9375em) {
2028
+ .button-group.stacked-for-small.expanded {
2029
+ display: block; }
2030
+ .button-group.stacked-for-small.expanded .button {
2031
+ display: block;
2032
+ margin-right: 0; } }
2033
+
2034
+ .callout {
2035
+ margin: 0 0 1rem 0;
2036
+ padding: 1rem;
2037
+ border: 1px solid rgba(10, 10, 10, 0.25);
2038
+ border-radius: 0;
2039
+ position: relative;
2040
+ color: #0a0a0a;
2041
+ background-color: white; }
2042
+ .callout > :first-child {
2043
+ margin-top: 0; }
2044
+ .callout > :last-child {
2045
+ margin-bottom: 0; }
2046
+ .callout.primary {
2047
+ background-color: #def0fc; }
2048
+ .callout.secondary {
2049
+ background-color: #ebebeb; }
2050
+ .callout.success {
2051
+ background-color: #e1faea; }
2052
+ .callout.warning {
2053
+ background-color: #fff3d9; }
2054
+ .callout.alert {
2055
+ background-color: #fce6e2; }
2056
+ .callout.small {
2057
+ padding-top: 0.5rem;
2058
+ padding-right: 0.5rem;
2059
+ padding-bottom: 0.5rem;
2060
+ padding-left: 0.5rem; }
2061
+ .callout.large {
2062
+ padding-top: 3rem;
2063
+ padding-right: 3rem;
2064
+ padding-bottom: 3rem;
2065
+ padding-left: 3rem; }
2066
+
2067
+ .close-button {
2068
+ position: absolute;
2069
+ color: #8a8a8a;
2070
+ right: 1rem;
2071
+ top: 0.5rem;
2072
+ font-size: 2em;
2073
+ line-height: 1;
2074
+ cursor: pointer; }
2075
+ [data-whatinput='mouse'] .close-button {
2076
+ outline: 0; }
2077
+ .close-button:hover, .close-button:focus {
2078
+ color: #0a0a0a; }
2079
+
2080
+ .menu {
2081
+ margin: 0;
2082
+ list-style-type: none; }
2083
+ .menu > li {
2084
+ display: table-cell;
2085
+ vertical-align: middle; }
2086
+ [data-whatinput='mouse'] .menu > li {
2087
+ outline: 0; }
2088
+ .menu > li > a {
2089
+ display: block;
2090
+ padding: 0.7rem 1rem;
2091
+ line-height: 1; }
2092
+ .menu input,
2093
+ .menu a,
2094
+ .menu button {
2095
+ margin-bottom: 0; }
2096
+ .menu > li > a img,
2097
+ .menu > li > a i,
2098
+ .menu > li > a svg {
2099
+ vertical-align: middle; }
2100
+ .menu > li > a img + span,
2101
+ .menu > li > a i + span,
2102
+ .menu > li > a svg + span {
2103
+ vertical-align: middle; }
2104
+ .menu > li > a img,
2105
+ .menu > li > a i,
2106
+ .menu > li > a svg {
2107
+ margin-right: 0.25rem;
2108
+ display: inline-block; }
2109
+ .menu > li {
2110
+ display: table-cell; }
2111
+ .menu.vertical > li {
2112
+ display: block; }
2113
+ @media screen and (min-width: 40em) {
2114
+ .menu.medium-horizontal > li {
2115
+ display: table-cell; }
2116
+ .menu.medium-vertical > li {
2117
+ display: block; } }
2118
+ @media screen and (min-width: 64em) {
2119
+ .menu.large-horizontal > li {
2120
+ display: table-cell; }
2121
+ .menu.large-vertical > li {
2122
+ display: block; } }
2123
+ .menu.simple li {
2124
+ line-height: 1;
2125
+ display: inline-block;
2126
+ margin-right: 1rem; }
2127
+ .menu.simple a {
2128
+ padding: 0; }
2129
+ .menu.align-right::before, .menu.align-right::after {
2130
+ content: ' ';
2131
+ display: table; }
2132
+ .menu.align-right::after {
2133
+ clear: both; }
2134
+ .menu.align-right > li {
2135
+ float: right; }
2136
+ .menu.expanded {
2137
+ width: 100%;
2138
+ display: table;
2139
+ table-layout: fixed; }
2140
+ .menu.expanded > li:first-child:last-child {
2141
+ width: 100%; }
2142
+ .menu.icon-top > li > a {
2143
+ text-align: center; }
2144
+ .menu.icon-top > li > a img,
2145
+ .menu.icon-top > li > a i,
2146
+ .menu.icon-top > li > a svg {
2147
+ display: block;
2148
+ margin: 0 auto 0.25rem; }
2149
+ .menu.nested {
2150
+ margin-left: 1rem; }
2151
+ .menu .active > a {
2152
+ color: #fefefe;
2153
+ background: #2199e8; }
2154
+
2155
+ .menu-text {
2156
+ font-weight: bold;
2157
+ color: inherit;
2158
+ line-height: 1;
2159
+ padding-top: 0;
2160
+ padding-bottom: 0;
2161
+ padding: 0.7rem 1rem; }
2162
+
2163
+ .menu-centered {
2164
+ text-align: center; }
2165
+ .menu-centered > .menu {
2166
+ display: inline-block; }
2167
+
2168
+ .no-js [data-responsive-menu] ul {
2169
+ display: none; }
2170
+
2171
+ .menu-icon {
2172
+ position: relative;
2173
+ display: inline-block;
2174
+ vertical-align: middle;
2175
+ cursor: pointer;
2176
+ width: 20px;
2177
+ height: 16px; }
2178
+ .menu-icon::after {
2179
+ content: '';
2180
+ position: absolute;
2181
+ display: block;
2182
+ width: 100%;
2183
+ height: 2px;
2184
+ background: #fefefe;
2185
+ top: 0;
2186
+ left: 0;
2187
+ -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
2188
+ box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
2189
+ .menu-icon:hover::after {
2190
+ background: #cacaca;
2191
+ -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
2192
+ box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }
2193
+
2194
+ .menu-icon.dark {
2195
+ position: relative;
2196
+ display: inline-block;
2197
+ vertical-align: middle;
2198
+ cursor: pointer;
2199
+ width: 20px;
2200
+ height: 16px; }
2201
+ .menu-icon.dark::after {
2202
+ content: '';
2203
+ position: absolute;
2204
+ display: block;
2205
+ width: 100%;
2206
+ height: 2px;
2207
+ background: #0a0a0a;
2208
+ top: 0;
2209
+ left: 0;
2210
+ -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
2211
+ box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
2212
+ .menu-icon.dark:hover::after {
2213
+ background: #8a8a8a;
2214
+ -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
2215
+ box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }
2216
+
2217
+ .is-drilldown {
2218
+ position: relative;
2219
+ overflow: hidden; }
2220
+ .is-drilldown li {
2221
+ display: block !important; }
2222
+
2223
+ .is-drilldown-submenu {
2224
+ position: absolute;
2225
+ top: 0;
2226
+ left: 100%;
2227
+ z-index: -1;
2228
+ height: 100%;
2229
+ width: 100%;
2230
+ background: #fefefe;
2231
+ -webkit-transition: -webkit-transform 0.15s linear;
2232
+ transition: transform 0.15s linear; }
2233
+ .is-drilldown-submenu.is-active {
2234
+ z-index: 1;
2235
+ display: block;
2236
+ -webkit-transform: translateX(-100%);
2237
+ -ms-transform: translateX(-100%);
2238
+ transform: translateX(-100%); }
2239
+ .is-drilldown-submenu.is-closing {
2240
+ -webkit-transform: translateX(100%);
2241
+ -ms-transform: translateX(100%);
2242
+ transform: translateX(100%); }
2243
+
2244
+ .is-drilldown-submenu-parent > a {
2245
+ position: relative; }
2246
+ .is-drilldown-submenu-parent > a::after {
2247
+ content: '';
2248
+ display: block;
2249
+ width: 0;
2250
+ height: 0;
2251
+ border: inset 6px;
2252
+ border-color: transparent transparent transparent #2199e8;
2253
+ border-left-style: solid;
2254
+ border-right-width: 0;
2255
+ position: absolute;
2256
+ top: 50%;
2257
+ margin-top: -6px;
2258
+ right: 1rem; }
2259
+
2260
+ .js-drilldown-back > a::before {
2261
+ content: '';
2262
+ display: block;
2263
+ width: 0;
2264
+ height: 0;
2265
+ border: inset 6px;
2266
+ border-color: transparent #2199e8 transparent transparent;
2267
+ border-right-style: solid;
2268
+ border-left-width: 0;
2269
+ border-left-width: 0;
2270
+ display: inline-block;
2271
+ vertical-align: middle;
2272
+ margin-right: 0.75rem; }
2273
+
2274
+ .dropdown-pane {
2275
+ background-color: #fefefe;
2276
+ border: 1px solid #cacaca;
2277
+ border-radius: 0;
2278
+ display: block;
2279
+ font-size: 1rem;
2280
+ padding: 1rem;
2281
+ position: absolute;
2282
+ visibility: hidden;
2283
+ width: 300px;
2284
+ z-index: 10; }
2285
+ .dropdown-pane.is-open {
2286
+ visibility: visible; }
2287
+
2288
+ .dropdown-pane.tiny {
2289
+ width: 100px; }
2290
+
2291
+ .dropdown-pane.small {
2292
+ width: 200px; }
2293
+
2294
+ .dropdown-pane.large {
2295
+ width: 400px; }
2296
+
2297
+ .dropdown.menu > li.opens-left > .is-dropdown-submenu {
2298
+ left: auto;
2299
+ right: 0;
2300
+ top: 100%; }
2301
+
2302
+ .dropdown.menu > li.opens-right > .is-dropdown-submenu {
2303
+ right: auto;
2304
+ left: 0;
2305
+ top: 100%; }
2306
+
2307
+ .dropdown.menu > li.is-dropdown-submenu-parent > a {
2308
+ padding-right: 1.5rem;
2309
+ position: relative; }
2310
+
2311
+ .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
2312
+ content: '';
2313
+ display: block;
2314
+ width: 0;
2315
+ height: 0;
2316
+ border: inset 5px;
2317
+ border-color: #2199e8 transparent transparent;
2318
+ border-top-style: solid;
2319
+ border-bottom-width: 0;
2320
+ right: 5px;
2321
+ margin-top: -2px; }
2322
+
2323
+ [data-whatinput='mouse'] .dropdown.menu a {
2324
+ outline: 0; }
2325
+
2326
+ .no-js .dropdown.menu ul {
2327
+ display: none; }
2328
+
2329
+ .dropdown.menu.vertical > li .is-dropdown-submenu {
2330
+ top: 0; }
2331
+
2332
+ .dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
2333
+ left: auto;
2334
+ right: 100%; }
2335
+
2336
+ .dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
2337
+ right: auto;
2338
+ left: 100%; }
2339
+
2340
+ .dropdown.menu.vertical > li > a::after {
2341
+ right: 14px;
2342
+ margin-top: -3px; }
2343
+
2344
+ .dropdown.menu.vertical > li.opens-left > a::after {
2345
+ content: '';
2346
+ display: block;
2347
+ width: 0;
2348
+ height: 0;
2349
+ border: inset 5px;
2350
+ border-color: transparent #2199e8 transparent transparent;
2351
+ border-right-style: solid;
2352
+ border-left-width: 0; }
2353
+
2354
+ .dropdown.menu.vertical > li.opens-right > a::after {
2355
+ content: '';
2356
+ display: block;
2357
+ width: 0;
2358
+ height: 0;
2359
+ border: inset 5px;
2360
+ border-color: transparent transparent transparent #2199e8;
2361
+ border-left-style: solid;
2362
+ border-right-width: 0; }
2363
+
2364
+ @media screen and (min-width: 40em) {
2365
+ .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
2366
+ left: auto;
2367
+ right: 0;
2368
+ top: 100%; }
2369
+ .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
2370
+ right: auto;
2371
+ left: 0;
2372
+ top: 100%; }
2373
+ .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
2374
+ padding-right: 1.5rem;
2375
+ position: relative; }
2376
+ .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
2377
+ content: '';
2378
+ display: block;
2379
+ width: 0;
2380
+ height: 0;
2381
+ border: inset 5px;
2382
+ border-color: #2199e8 transparent transparent;
2383
+ border-top-style: solid;
2384
+ border-bottom-width: 0;
2385
+ right: 5px;
2386
+ margin-top: -2px; }
2387
+ .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
2388
+ top: 0; }
2389
+ .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
2390
+ left: auto;
2391
+ right: 100%; }
2392
+ .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
2393
+ right: auto;
2394
+ left: 100%; }
2395
+ .dropdown.menu.medium-vertical > li > a::after {
2396
+ right: 14px;
2397
+ margin-top: -3px; }
2398
+ .dropdown.menu.medium-vertical > li.opens-left > a::after {
2399
+ content: '';
2400
+ display: block;
2401
+ width: 0;
2402
+ height: 0;
2403
+ border: inset 5px;
2404
+ border-color: transparent #2199e8 transparent transparent;
2405
+ border-right-style: solid;
2406
+ border-left-width: 0; }
2407
+ .dropdown.menu.medium-vertical > li.opens-right > a::after {
2408
+ content: '';
2409
+ display: block;
2410
+ width: 0;
2411
+ height: 0;
2412
+ border: inset 5px;
2413
+ border-color: transparent transparent transparent #2199e8;
2414
+ border-left-style: solid;
2415
+ border-right-width: 0; } }
2416
+
2417
+ @media screen and (min-width: 64em) {
2418
+ .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
2419
+ left: auto;
2420
+ right: 0;
2421
+ top: 100%; }
2422
+ .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
2423
+ right: auto;
2424
+ left: 0;
2425
+ top: 100%; }
2426
+ .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
2427
+ padding-right: 1.5rem;
2428
+ position: relative; }
2429
+ .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
2430
+ content: '';
2431
+ display: block;
2432
+ width: 0;
2433
+ height: 0;
2434
+ border: inset 5px;
2435
+ border-color: #2199e8 transparent transparent;
2436
+ border-top-style: solid;
2437
+ border-bottom-width: 0;
2438
+ right: 5px;
2439
+ margin-top: -2px; }
2440
+ .dropdown.menu.large-vertical > li .is-dropdown-submenu {
2441
+ top: 0; }
2442
+ .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
2443
+ left: auto;
2444
+ right: 100%; }
2445
+ .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
2446
+ right: auto;
2447
+ left: 100%; }
2448
+ .dropdown.menu.large-vertical > li > a::after {
2449
+ right: 14px;
2450
+ margin-top: -3px; }
2451
+ .dropdown.menu.large-vertical > li.opens-left > a::after {
2452
+ content: '';
2453
+ display: block;
2454
+ width: 0;
2455
+ height: 0;
2456
+ border: inset 5px;
2457
+ border-color: transparent #2199e8 transparent transparent;
2458
+ border-right-style: solid;
2459
+ border-left-width: 0; }
2460
+ .dropdown.menu.large-vertical > li.opens-right > a::after {
2461
+ content: '';
2462
+ display: block;
2463
+ width: 0;
2464
+ height: 0;
2465
+ border: inset 5px;
2466
+ border-color: transparent transparent transparent #2199e8;
2467
+ border-left-style: solid;
2468
+ border-right-width: 0; } }
2469
+
2470
+ .dropdown.menu.align-right .is-dropdown-submenu.first-sub {
2471
+ top: 100%;
2472
+ left: auto;
2473
+ right: 0; }
2474
+
2475
+ .is-dropdown-menu.vertical {
2476
+ width: 100px; }
2477
+ .is-dropdown-menu.vertical.align-right {
2478
+ float: right; }
2479
+
2480
+ .is-dropdown-submenu-parent {
2481
+ position: relative; }
2482
+ .is-dropdown-submenu-parent a::after {
2483
+ position: absolute;
2484
+ top: 50%;
2485
+ right: 5px;
2486
+ margin-top: -2px; }
2487
+ .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
2488
+ top: 100%;
2489
+ left: auto; }
2490
+ .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
2491
+ left: auto;
2492
+ right: 100%; }
2493
+ .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
2494
+ right: auto;
2495
+ left: 100%; }
2496
+
2497
+ .is-dropdown-submenu {
2498
+ display: none;
2499
+ position: absolute;
2500
+ top: 0;
2501
+ left: 100%;
2502
+ min-width: 200px;
2503
+ z-index: 1;
2504
+ background: #fefefe;
2505
+ border: 1px solid #cacaca; }
2506
+ .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
2507
+ right: 14px;
2508
+ margin-top: -3px; }
2509
+ .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
2510
+ content: '';
2511
+ display: block;
2512
+ width: 0;
2513
+ height: 0;
2514
+ border: inset 5px;
2515
+ border-color: transparent #2199e8 transparent transparent;
2516
+ border-right-style: solid;
2517
+ border-left-width: 0; }
2518
+ .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
2519
+ content: '';
2520
+ display: block;
2521
+ width: 0;
2522
+ height: 0;
2523
+ border: inset 5px;
2524
+ border-color: transparent transparent transparent #2199e8;
2525
+ border-left-style: solid;
2526
+ border-right-width: 0; }
2527
+ .is-dropdown-submenu .is-dropdown-submenu {
2528
+ margin-top: -1px; }
2529
+ .is-dropdown-submenu > li {
2530
+ width: 100%; }
2531
+ .is-dropdown-submenu.js-dropdown-active {
2532
+ display: block; }
2533
+
2534
+ .flex-video {
2535
+ position: relative;
2536
+ height: 0;
2537
+ padding-bottom: 75%;
2538
+ margin-bottom: 1rem;
2539
+ overflow: hidden; }
2540
+ .flex-video iframe,
2541
+ .flex-video object,
2542
+ .flex-video embed,
2543
+ .flex-video video {
2544
+ position: absolute;
2545
+ top: 0;
2546
+ left: 0;
2547
+ width: 100%;
2548
+ height: 100%; }
2549
+ .flex-video.widescreen {
2550
+ padding-bottom: 56.25%; }
2551
+ .flex-video.vimeo {
2552
+ padding-top: 0; }
2553
+
2554
+ .label {
2555
+ display: inline-block;
2556
+ padding: 0.33333rem 0.5rem;
2557
+ font-size: 0.8rem;
2558
+ line-height: 1;
2559
+ white-space: nowrap;
2560
+ cursor: default;
2561
+ border-radius: 0;
2562
+ background: #2199e8;
2563
+ color: #fefefe; }
2564
+ .label.secondary {
2565
+ background: #777;
2566
+ color: #fefefe; }
2567
+ .label.success {
2568
+ background: #3adb76;
2569
+ color: #fefefe; }
2570
+ .label.warning {
2571
+ background: #ffae00;
2572
+ color: #fefefe; }
2573
+ .label.alert {
2574
+ background: #ec5840;
2575
+ color: #fefefe; }
2576
+
2577
+ .media-object {
2578
+ margin-bottom: 1rem;
2579
+ display: block; }
2580
+ .media-object img {
2581
+ max-width: none; }
2582
+ @media screen and (max-width: 39.9375em) {
2583
+ .media-object.stack-for-small .media-object-section {
2584
+ padding: 0;
2585
+ padding-bottom: 1rem;
2586
+ display: block; }
2587
+ .media-object.stack-for-small .media-object-section img {
2588
+ width: 100%; } }
2589
+
2590
+ .media-object-section {
2591
+ display: table-cell;
2592
+ vertical-align: top; }
2593
+ .media-object-section:first-child {
2594
+ padding-right: 1rem; }
2595
+ .media-object-section:last-child:not(:nth-child(2)) {
2596
+ padding-left: 1rem; }
2597
+ .media-object-section > :last-child {
2598
+ margin-bottom: 0; }
2599
+ .media-object-section.middle {
2600
+ vertical-align: middle; }
2601
+ .media-object-section.bottom {
2602
+ vertical-align: bottom; }
2603
+
2604
+ html,
2605
+ body {
2606
+ height: 100%; }
2607
+
2608
+ .off-canvas-wrapper {
2609
+ width: 100%;
2610
+ overflow-x: hidden;
2611
+ position: relative;
2612
+ -webkit-backface-visibility: hidden;
2613
+ backface-visibility: hidden;
2614
+ -webkit-overflow-scrolling: auto; }
2615
+
2616
+ .off-canvas-wrapper-inner {
2617
+ position: relative;
2618
+ width: 100%;
2619
+ -webkit-transition: -webkit-transform 0.5s ease;
2620
+ transition: transform 0.5s ease; }
2621
+ .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
2622
+ content: ' ';
2623
+ display: table; }
2624
+ .off-canvas-wrapper-inner::after {
2625
+ clear: both; }
2626
+
2627
+ .off-canvas-content,
2628
+ .off-canvas-content {
2629
+ min-height: 100%;
2630
+ background: #fefefe;
2631
+ -webkit-transition: -webkit-transform 0.5s ease;
2632
+ transition: transform 0.5s ease;
2633
+ -webkit-backface-visibility: hidden;
2634
+ backface-visibility: hidden;
2635
+ z-index: 1;
2636
+ padding-bottom: 0.1px;
2637
+ -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
2638
+ box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }
2639
+
2640
+ .js-off-canvas-exit {
2641
+ display: none;
2642
+ position: absolute;
2643
+ top: 0;
2644
+ left: 0;
2645
+ width: 100%;
2646
+ height: 100%;
2647
+ background: rgba(254, 254, 254, 0.25);
2648
+ cursor: pointer;
2649
+ -webkit-transition: background 0.5s ease;
2650
+ transition: background 0.5s ease; }
2651
+
2652
+ .off-canvas {
2653
+ position: absolute;
2654
+ background: #e6e6e6;
2655
+ z-index: -1;
2656
+ max-height: 100%;
2657
+ overflow-y: auto;
2658
+ -webkit-transform: translateX(0);
2659
+ -ms-transform: translateX(0);
2660
+ transform: translateX(0); }
2661
+ [data-whatinput='mouse'] .off-canvas {
2662
+ outline: 0; }
2663
+ .off-canvas.position-left {
2664
+ left: -250px;
2665
+ top: 0;
2666
+ width: 250px; }
2667
+ .is-open-left {
2668
+ -webkit-transform: translateX(250px);
2669
+ -ms-transform: translateX(250px);
2670
+ transform: translateX(250px); }
2671
+ .off-canvas.position-right {
2672
+ right: -250px;
2673
+ top: 0;
2674
+ width: 250px; }
2675
+ .is-open-right {
2676
+ -webkit-transform: translateX(-250px);
2677
+ -ms-transform: translateX(-250px);
2678
+ transform: translateX(-250px); }
2679
+
2680
+ @media screen and (min-width: 40em) {
2681
+ .position-left.reveal-for-medium {
2682
+ left: 0;
2683
+ z-index: auto;
2684
+ position: fixed; }
2685
+ .position-left.reveal-for-medium ~ .off-canvas-content {
2686
+ margin-left: 250px; }
2687
+ .position-right.reveal-for-medium {
2688
+ right: 0;
2689
+ z-index: auto;
2690
+ position: fixed; }
2691
+ .position-right.reveal-for-medium ~ .off-canvas-content {
2692
+ margin-right: 250px; } }
2693
+
2694
+ @media screen and (min-width: 64em) {
2695
+ .position-left.reveal-for-large {
2696
+ left: 0;
2697
+ z-index: auto;
2698
+ position: fixed; }
2699
+ .position-left.reveal-for-large ~ .off-canvas-content {
2700
+ margin-left: 250px; }
2701
+ .position-right.reveal-for-large {
2702
+ right: 0;
2703
+ z-index: auto;
2704
+ position: fixed; }
2705
+ .position-right.reveal-for-large ~ .off-canvas-content {
2706
+ margin-right: 250px; } }
2707
+
2708
+ .orbit {
2709
+ position: relative; }
2710
+
2711
+ .orbit-container {
2712
+ position: relative;
2713
+ margin: 0;
2714
+ overflow: hidden;
2715
+ list-style: none; }
2716
+
2717
+ .orbit-slide {
2718
+ width: 100%;
2719
+ max-height: 100%; }
2720
+ .orbit-slide.no-motionui.is-active {
2721
+ top: 0;
2722
+ left: 0; }
2723
+
2724
+ .orbit-figure {
2725
+ margin: 0; }
2726
+
2727
+ .orbit-image {
2728
+ margin: 0;
2729
+ width: 100%;
2730
+ max-width: 100%; }
2731
+
2732
+ .orbit-caption {
2733
+ position: absolute;
2734
+ bottom: 0;
2735
+ width: 100%;
2736
+ padding: 1rem;
2737
+ margin-bottom: 0;
2738
+ color: #fefefe;
2739
+ background-color: rgba(10, 10, 10, 0.5); }
2740
+
2741
+ .orbit-previous, .orbit-next {
2742
+ position: absolute;
2743
+ top: 50%;
2744
+ -webkit-transform: translateY(-50%);
2745
+ -ms-transform: translateY(-50%);
2746
+ transform: translateY(-50%);
2747
+ z-index: 10;
2748
+ padding: 1rem;
2749
+ color: #fefefe; }
2750
+ [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
2751
+ outline: 0; }
2752
+ .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
2753
+ background-color: rgba(10, 10, 10, 0.5); }
2754
+
2755
+ .orbit-previous {
2756
+ left: 0; }
2757
+
2758
+ .orbit-next {
2759
+ left: auto;
2760
+ right: 0; }
2761
+
2762
+ .orbit-bullets {
2763
+ position: relative;
2764
+ margin-top: 0.8rem;
2765
+ margin-bottom: 0.8rem;
2766
+ text-align: center; }
2767
+ [data-whatinput='mouse'] .orbit-bullets {
2768
+ outline: 0; }
2769
+ .orbit-bullets button {
2770
+ width: 1.2rem;
2771
+ height: 1.2rem;
2772
+ margin: 0.1rem;
2773
+ background-color: #cacaca;
2774
+ border-radius: 50%; }
2775
+ .orbit-bullets button:hover {
2776
+ background-color: #8a8a8a; }
2777
+ .orbit-bullets button.is-active {
2778
+ background-color: #8a8a8a; }
2779
+
2780
+ .pagination {
2781
+ margin-left: 0;
2782
+ margin-bottom: 1rem; }
2783
+ .pagination::before, .pagination::after {
2784
+ content: ' ';
2785
+ display: table; }
2786
+ .pagination::after {
2787
+ clear: both; }
2788
+ .pagination li {
2789
+ font-size: 0.875rem;
2790
+ margin-right: 0.0625rem;
2791
+ border-radius: 0;
2792
+ display: none; }
2793
+ .pagination li:last-child, .pagination li:first-child {
2794
+ display: inline-block; }
2795
+ @media screen and (min-width: 40em) {
2796
+ .pagination li {
2797
+ display: inline-block; } }
2798
+ .pagination a,
2799
+ .pagination button {
2800
+ color: #0a0a0a;
2801
+ display: block;
2802
+ padding: 0.1875rem 0.625rem;
2803
+ border-radius: 0; }
2804
+ .pagination a:hover,
2805
+ .pagination button:hover {
2806
+ background: #e6e6e6; }
2807
+ .pagination .current {
2808
+ padding: 0.1875rem 0.625rem;
2809
+ background: #2199e8;
2810
+ color: #fefefe;
2811
+ cursor: default; }
2812
+ .pagination .disabled {
2813
+ padding: 0.1875rem 0.625rem;
2814
+ color: #cacaca;
2815
+ cursor: not-allowed; }
2816
+ .pagination .disabled:hover {
2817
+ background: transparent; }
2818
+ .pagination .ellipsis::after {
2819
+ content: '\2026';
2820
+ padding: 0.1875rem 0.625rem;
2821
+ color: #0a0a0a; }
2822
+
2823
+ .pagination-previous a::before,
2824
+ .pagination-previous.disabled::before {
2825
+ content: '\00ab';
2826
+ display: inline-block;
2827
+ margin-right: 0.5rem; }
2828
+
2829
+ .pagination-next a::after,
2830
+ .pagination-next.disabled::after {
2831
+ content: '\00bb';
2832
+ display: inline-block;
2833
+ margin-left: 0.5rem; }
2834
+
2835
+ .progress {
2836
+ background-color: #cacaca;
2837
+ height: 1rem;
2838
+ margin-bottom: 1rem;
2839
+ border-radius: 0; }
2840
+ .progress.primary .progress-meter {
2841
+ background-color: #2199e8; }
2842
+ .progress.secondary .progress-meter {
2843
+ background-color: #777; }
2844
+ .progress.success .progress-meter {
2845
+ background-color: #3adb76; }
2846
+ .progress.warning .progress-meter {
2847
+ background-color: #ffae00; }
2848
+ .progress.alert .progress-meter {
2849
+ background-color: #ec5840; }
2850
+
2851
+ .progress-meter {
2852
+ position: relative;
2853
+ display: block;
2854
+ width: 0%;
2855
+ height: 100%;
2856
+ background-color: #2199e8; }
2857
+
2858
+ .progress-meter-text {
2859
+ position: absolute;
2860
+ top: 50%;
2861
+ left: 50%;
2862
+ -webkit-transform: translate(-50%, -50%);
2863
+ -ms-transform: translate(-50%, -50%);
2864
+ transform: translate(-50%, -50%);
2865
+ position: absolute;
2866
+ margin: 0;
2867
+ font-size: 0.75rem;
2868
+ font-weight: bold;
2869
+ color: #fefefe;
2870
+ white-space: nowrap; }
2871
+
2872
+ .slider {
2873
+ position: relative;
2874
+ height: 0.5rem;
2875
+ margin-top: 1.25rem;
2876
+ margin-bottom: 2.25rem;
2877
+ background-color: #e6e6e6;
2878
+ cursor: pointer;
2879
+ -webkit-user-select: none;
2880
+ -moz-user-select: none;
2881
+ -ms-user-select: none;
2882
+ user-select: none;
2883
+ -ms-touch-action: none;
2884
+ touch-action: none; }
2885
+
2886
+ .slider-fill {
2887
+ position: absolute;
2888
+ top: 0;
2889
+ left: 0;
2890
+ display: inline-block;
2891
+ max-width: 100%;
2892
+ height: 0.5rem;
2893
+ background-color: #cacaca;
2894
+ -webkit-transition: all 0.2s ease-in-out;
2895
+ transition: all 0.2s ease-in-out; }
2896
+ .slider-fill.is-dragging {
2897
+ -webkit-transition: all 0s linear;
2898
+ transition: all 0s linear; }
2899
+
2900
+ .slider-handle {
2901
+ position: absolute;
2902
+ top: 50%;
2903
+ -webkit-transform: translateY(-50%);
2904
+ -ms-transform: translateY(-50%);
2905
+ transform: translateY(-50%);
2906
+ position: absolute;
2907
+ left: 0;
2908
+ z-index: 1;
2909
+ display: inline-block;
2910
+ width: 1.4rem;
2911
+ height: 1.4rem;
2912
+ background-color: #2199e8;
2913
+ -webkit-transition: all 0.2s ease-in-out;
2914
+ transition: all 0.2s ease-in-out;
2915
+ -ms-touch-action: manipulation;
2916
+ touch-action: manipulation;
2917
+ border-radius: 0; }
2918
+ [data-whatinput='mouse'] .slider-handle {
2919
+ outline: 0; }
2920
+ .slider-handle:hover {
2921
+ background-color: #1583cc; }
2922
+ .slider-handle.is-dragging {
2923
+ -webkit-transition: all 0s linear;
2924
+ transition: all 0s linear; }
2925
+
2926
+ .slider.disabled,
2927
+ .slider[disabled] {
2928
+ opacity: 0.25;
2929
+ cursor: not-allowed; }
2930
+
2931
+ .slider.vertical {
2932
+ display: inline-block;
2933
+ width: 0.5rem;
2934
+ height: 12.5rem;
2935
+ margin: 0 1.25rem;
2936
+ -webkit-transform: scale(1, -1);
2937
+ -ms-transform: scale(1, -1);
2938
+ transform: scale(1, -1); }
2939
+ .slider.vertical .slider-fill {
2940
+ top: 0;
2941
+ width: 0.5rem;
2942
+ max-height: 100%; }
2943
+ .slider.vertical .slider-handle {
2944
+ position: absolute;
2945
+ top: 0;
2946
+ left: 50%;
2947
+ width: 1.4rem;
2948
+ height: 1.4rem;
2949
+ -webkit-transform: translateX(-50%);
2950
+ -ms-transform: translateX(-50%);
2951
+ transform: translateX(-50%); }
2952
+
2953
+ .sticky-container {
2954
+ position: relative; }
2955
+
2956
+ .sticky {
2957
+ position: absolute;
2958
+ z-index: 0;
2959
+ -webkit-transform: translate3d(0, 0, 0);
2960
+ transform: translate3d(0, 0, 0); }
2961
+
2962
+ .sticky.is-stuck {
2963
+ position: fixed;
2964
+ z-index: 5; }
2965
+ .sticky.is-stuck.is-at-top {
2966
+ top: 0; }
2967
+ .sticky.is-stuck.is-at-bottom {
2968
+ bottom: 0; }
2969
+
2970
+ .sticky.is-anchored {
2971
+ position: absolute;
2972
+ left: auto;
2973
+ right: auto; }
2974
+ .sticky.is-anchored.is-at-bottom {
2975
+ bottom: 0; }
2976
+
2977
+ body.is-reveal-open {
2978
+ overflow: hidden; }
2979
+
2980
+ html.is-reveal-open,
2981
+ html.is-reveal-open body {
2982
+ height: 100%;
2983
+ overflow: hidden;
2984
+ -webkit-user-select: none;
2985
+ -moz-user-select: none;
2986
+ -ms-user-select: none;
2987
+ user-select: none; }
2988
+
2989
+ .reveal-overlay {
2990
+ display: none;
2991
+ position: fixed;
2992
+ top: 0;
2993
+ bottom: 0;
2994
+ left: 0;
2995
+ right: 0;
2996
+ z-index: 1005;
2997
+ background-color: rgba(10, 10, 10, 0.45);
2998
+ overflow-y: scroll; }
2999
+
3000
+ .reveal {
3001
+ display: none;
3002
+ z-index: 1006;
3003
+ padding: 1rem;
3004
+ border: 1px solid #cacaca;
3005
+ background-color: #fefefe;
3006
+ border-radius: 0;
3007
+ position: relative;
3008
+ top: 100px;
3009
+ margin-left: auto;
3010
+ margin-right: auto;
3011
+ overflow-y: auto; }
3012
+ [data-whatinput='mouse'] .reveal {
3013
+ outline: 0; }
3014
+ @media screen and (min-width: 40em) {
3015
+ .reveal {
3016
+ min-height: 0; } }
3017
+ .reveal .column, .reveal .columns,
3018
+ .reveal .columns {
3019
+ min-width: 0; }
3020
+ .reveal > :last-child {
3021
+ margin-bottom: 0; }
3022
+ @media screen and (min-width: 40em) {
3023
+ .reveal {
3024
+ width: 600px;
3025
+ max-width: 75rem; } }
3026
+ @media screen and (min-width: 40em) {
3027
+ .reveal .reveal {
3028
+ left: auto;
3029
+ right: auto;
3030
+ margin: 0 auto; } }
3031
+ .reveal.collapse {
3032
+ padding: 0; }
3033
+ @media screen and (min-width: 40em) {
3034
+ .reveal.tiny {
3035
+ width: 30%;
3036
+ max-width: 75rem; } }
3037
+ @media screen and (min-width: 40em) {
3038
+ .reveal.small {
3039
+ width: 50%;
3040
+ max-width: 75rem; } }
3041
+ @media screen and (min-width: 40em) {
3042
+ .reveal.large {
3043
+ width: 90%;
3044
+ max-width: 75rem; } }
3045
+ .reveal.full {
3046
+ top: 0;
3047
+ left: 0;
3048
+ width: 100%;
3049
+ height: 100%;
3050
+ height: 100vh;
3051
+ min-height: 100vh;
3052
+ max-width: none;
3053
+ margin-left: 0;
3054
+ border: 0;
3055
+ border-radius: 0; }
3056
+ @media screen and (max-width: 39.9375em) {
3057
+ .reveal {
3058
+ top: 0;
3059
+ left: 0;
3060
+ width: 100%;
3061
+ height: 100%;
3062
+ height: 100vh;
3063
+ min-height: 100vh;
3064
+ max-width: none;
3065
+ margin-left: 0;
3066
+ border: 0;
3067
+ border-radius: 0; } }
3068
+ .reveal.without-overlay {
3069
+ position: fixed; }
3070
+
3071
+ .switch {
3072
+ margin-bottom: 1rem;
3073
+ outline: 0;
3074
+ position: relative;
3075
+ -webkit-user-select: none;
3076
+ -moz-user-select: none;
3077
+ -ms-user-select: none;
3078
+ user-select: none;
3079
+ color: #fefefe;
3080
+ font-weight: bold;
3081
+ font-size: 0.875rem; }
3082
+
3083
+ .switch-input {
3084
+ opacity: 0;
3085
+ position: absolute; }
3086
+
3087
+ .switch-paddle {
3088
+ background: #cacaca;
3089
+ cursor: pointer;
3090
+ display: block;
3091
+ position: relative;
3092
+ width: 4rem;
3093
+ height: 2rem;
3094
+ -webkit-transition: all 0.25s ease-out;
3095
+ transition: all 0.25s ease-out;
3096
+ border-radius: 0;
3097
+ color: inherit;
3098
+ font-weight: inherit; }
3099
+ input + .switch-paddle {
3100
+ margin: 0; }
3101
+ .switch-paddle::after {
3102
+ background: #fefefe;
3103
+ content: '';
3104
+ display: block;
3105
+ position: absolute;
3106
+ height: 1.5rem;
3107
+ left: 0.25rem;
3108
+ top: 0.25rem;
3109
+ width: 1.5rem;
3110
+ -webkit-transition: all 0.25s ease-out;
3111
+ transition: all 0.25s ease-out;
3112
+ -webkit-transform: translate3d(0, 0, 0);
3113
+ transform: translate3d(0, 0, 0);
3114
+ border-radius: 0; }
3115
+ input:checked ~ .switch-paddle {
3116
+ background: #2199e8; }
3117
+ input:checked ~ .switch-paddle::after {
3118
+ left: 2.25rem; }
3119
+ [data-whatinput='mouse'] input:focus ~ .switch-paddle {
3120
+ outline: 0; }
3121
+
3122
+ .switch-active, .switch-inactive {
3123
+ position: absolute;
3124
+ top: 50%;
3125
+ -webkit-transform: translateY(-50%);
3126
+ -ms-transform: translateY(-50%);
3127
+ transform: translateY(-50%); }
3128
+
3129
+ .switch-active {
3130
+ left: 8%;
3131
+ display: none; }
3132
+ input:checked + label > .switch-active {
3133
+ display: block; }
3134
+
3135
+ .switch-inactive {
3136
+ right: 15%; }
3137
+ input:checked + label > .switch-inactive {
3138
+ display: none; }
3139
+
3140
+ .switch.tiny .switch-paddle {
3141
+ width: 3rem;
3142
+ height: 1.5rem;
3143
+ font-size: 0.625rem; }
3144
+
3145
+ .switch.tiny .switch-paddle::after {
3146
+ width: 1rem;
3147
+ height: 1rem; }
3148
+
3149
+ .switch.tiny input:checked ~ .switch-paddle::after {
3150
+ left: 1.75rem; }
3151
+
3152
+ .switch.small .switch-paddle {
3153
+ width: 3.5rem;
3154
+ height: 1.75rem;
3155
+ font-size: 0.75rem; }
3156
+
3157
+ .switch.small .switch-paddle::after {
3158
+ width: 1.25rem;
3159
+ height: 1.25rem; }
3160
+
3161
+ .switch.small input:checked ~ .switch-paddle::after {
3162
+ left: 2rem; }
3163
+
3164
+ .switch.large .switch-paddle {
3165
+ width: 5rem;
3166
+ height: 2.5rem;
3167
+ font-size: 1rem; }
3168
+
3169
+ .switch.large .switch-paddle::after {
3170
+ width: 2rem;
3171
+ height: 2rem; }
3172
+
3173
+ .switch.large input:checked ~ .switch-paddle::after {
3174
+ left: 2.75rem; }
3175
+
3176
+ table {
3177
+ width: 100%;
3178
+ margin-bottom: 1rem;
3179
+ border-radius: 0; }
3180
+ table thead,
3181
+ table tbody,
3182
+ table tfoot {
3183
+ border: 1px solid #f1f1f1;
3184
+ background-color: #fefefe; }
3185
+ table caption {
3186
+ font-weight: bold;
3187
+ padding: 0.5rem 0.625rem 0.625rem; }
3188
+ table thead,
3189
+ table tfoot {
3190
+ background: #f8f8f8;
3191
+ color: #0a0a0a; }
3192
+ table thead tr,
3193
+ table tfoot tr {
3194
+ background: transparent; }
3195
+ table thead th,
3196
+ table thead td,
3197
+ table tfoot th,
3198
+ table tfoot td {
3199
+ padding: 0.5rem 0.625rem 0.625rem;
3200
+ font-weight: bold;
3201
+ text-align: left; }
3202
+ table tbody tr:nth-child(even) {
3203
+ background-color: #f1f1f1; }
3204
+ table tbody th,
3205
+ table tbody td {
3206
+ padding: 0.5rem 0.625rem 0.625rem; }
3207
+
3208
+ @media screen and (max-width: 63.9375em) {
3209
+ table.stack thead {
3210
+ display: none; }
3211
+ table.stack tfoot {
3212
+ display: none; }
3213
+ table.stack tr,
3214
+ table.stack th,
3215
+ table.stack td {
3216
+ display: block; }
3217
+ table.stack td {
3218
+ border-top: 0; } }
3219
+
3220
+ table.scroll {
3221
+ display: block;
3222
+ width: 100%;
3223
+ overflow-x: auto; }
3224
+
3225
+ table.hover tr:hover {
3226
+ background-color: #f9f9f9; }
3227
+
3228
+ table.hover tr:nth-of-type(even):hover {
3229
+ background-color: #ececec; }
3230
+
3231
+ .table-scroll {
3232
+ overflow-x: auto; }
3233
+ .table-scroll table {
3234
+ width: auto; }
3235
+
3236
+ .tabs {
3237
+ margin: 0;
3238
+ list-style-type: none;
3239
+ background: #fefefe;
3240
+ border: 1px solid #e6e6e6; }
3241
+ .tabs::before, .tabs::after {
3242
+ content: ' ';
3243
+ display: table; }
3244
+ .tabs::after {
3245
+ clear: both; }
3246
+
3247
+ .tabs.vertical > li {
3248
+ width: auto;
3249
+ float: none;
3250
+ display: block; }
3251
+
3252
+ .tabs.simple > li > a {
3253
+ padding: 0; }
3254
+ .tabs.simple > li > a:hover {
3255
+ background: transparent; }
3256
+
3257
+ .tabs.primary {
3258
+ background: #2199e8; }
3259
+ .tabs.primary > li > a {
3260
+ color: #fefefe; }
3261
+ .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
3262
+ background: #1893e4; }
3263
+
3264
+ .tabs-title {
3265
+ float: left; }
3266
+ .tabs-title > a {
3267
+ display: block;
3268
+ padding: 1.25rem 1.5rem;
3269
+ line-height: 1;
3270
+ font-size: 0.75rem; }
3271
+ .tabs-title > a:hover {
3272
+ background: #fefefe; }
3273
+ .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
3274
+ background: #e6e6e6; }
3275
+
3276
+ .tabs-content {
3277
+ background: #fefefe;
3278
+ -webkit-transition: all 0.5s ease;
3279
+ transition: all 0.5s ease;
3280
+ border: 1px solid #e6e6e6;
3281
+ border-top: 0; }
3282
+
3283
+ .tabs-content.vertical {
3284
+ border: 1px solid #e6e6e6;
3285
+ border-left: 0; }
3286
+
3287
+ .tabs-panel {
3288
+ display: none;
3289
+ padding: 1rem; }
3290
+ .tabs-panel.is-active {
3291
+ display: block; }
3292
+
3293
+ .thumbnail {
3294
+ border: solid 4px #fefefe;
3295
+ -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
3296
+ box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
3297
+ display: inline-block;
3298
+ line-height: 0;
3299
+ max-width: 100%;
3300
+ -webkit-transition: -webkit-box-shadow 200ms ease-out;
3301
+ transition: box-shadow 200ms ease-out;
3302
+ border-radius: 0;
3303
+ margin-bottom: 1rem; }
3304
+ .thumbnail:hover, .thumbnail:focus {
3305
+ -webkit-box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5);
3306
+ box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); }
3307
+
3308
+ .title-bar {
3309
+ background: #0a0a0a;
3310
+ color: #fefefe;
3311
+ padding: 0.5rem; }
3312
+ .title-bar::before, .title-bar::after {
3313
+ content: ' ';
3314
+ display: table; }
3315
+ .title-bar::after {
3316
+ clear: both; }
3317
+ .title-bar .menu-icon {
3318
+ margin-left: 0.25rem;
3319
+ margin-right: 0.25rem; }
3320
+
3321
+ .title-bar-left {
3322
+ float: left; }
3323
+
3324
+ .title-bar-right {
3325
+ float: right;
3326
+ text-align: right; }
3327
+
3328
+ .title-bar-title {
3329
+ font-weight: bold;
3330
+ vertical-align: middle;
3331
+ display: inline-block; }
3332
+
3333
+ .menu-icon.dark {
3334
+ position: relative;
3335
+ display: inline-block;
3336
+ vertical-align: middle;
3337
+ cursor: pointer;
3338
+ width: 20px;
3339
+ height: 16px; }
3340
+ .menu-icon.dark::after {
3341
+ content: '';
3342
+ position: absolute;
3343
+ display: block;
3344
+ width: 100%;
3345
+ height: 2px;
3346
+ background: #0a0a0a;
3347
+ top: 0;
3348
+ left: 0;
3349
+ -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
3350
+ box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
3351
+ .menu-icon.dark:hover::after {
3352
+ background: #8a8a8a;
3353
+ -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
3354
+ box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }
3355
+
3356
+ .has-tip {
3357
+ border-bottom: dotted 1px #8a8a8a;
3358
+ font-weight: bold;
3359
+ position: relative;
3360
+ display: inline-block;
3361
+ cursor: help; }
3362
+
3363
+ .tooltip {
3364
+ background-color: #0a0a0a;
3365
+ color: #fefefe;
3366
+ font-size: 80%;
3367
+ padding: 0.75rem;
3368
+ position: absolute;
3369
+ z-index: 10;
3370
+ top: calc(100% + 0.6495rem);
3371
+ max-width: 10rem !important;
3372
+ border-radius: 0; }
3373
+ .tooltip::before {
3374
+ content: '';
3375
+ display: block;
3376
+ width: 0;
3377
+ height: 0;
3378
+ border: inset 0.75rem;
3379
+ border-color: transparent transparent #0a0a0a;
3380
+ border-bottom-style: solid;
3381
+ border-top-width: 0;
3382
+ bottom: 100%;
3383
+ position: absolute;
3384
+ left: 50%;
3385
+ -webkit-transform: translateX(-50%);
3386
+ -ms-transform: translateX(-50%);
3387
+ transform: translateX(-50%); }
3388
+ .tooltip.top::before {
3389
+ content: '';
3390
+ display: block;
3391
+ width: 0;
3392
+ height: 0;
3393
+ border: inset 0.75rem;
3394
+ border-color: #0a0a0a transparent transparent;
3395
+ border-top-style: solid;
3396
+ border-bottom-width: 0;
3397
+ top: 100%;
3398
+ bottom: auto; }
3399
+ .tooltip.left::before {
3400
+ content: '';
3401
+ display: block;
3402
+ width: 0;
3403
+ height: 0;
3404
+ border: inset 0.75rem;
3405
+ border-color: transparent transparent transparent #0a0a0a;
3406
+ border-left-style: solid;
3407
+ border-right-width: 0;
3408
+ bottom: auto;
3409
+ left: 100%;
3410
+ top: 50%;
3411
+ -webkit-transform: translateY(-50%);
3412
+ -ms-transform: translateY(-50%);
3413
+ transform: translateY(-50%); }
3414
+ .tooltip.right::before {
3415
+ content: '';
3416
+ display: block;
3417
+ width: 0;
3418
+ height: 0;
3419
+ border: inset 0.75rem;
3420
+ border-color: transparent #0a0a0a transparent transparent;
3421
+ border-right-style: solid;
3422
+ border-left-width: 0;
3423
+ bottom: auto;
3424
+ left: auto;
3425
+ right: 100%;
3426
+ top: 50%;
3427
+ -webkit-transform: translateY(-50%);
3428
+ -ms-transform: translateY(-50%);
3429
+ transform: translateY(-50%); }
3430
+
3431
+ .top-bar {
3432
+ padding: 0.5rem; }
3433
+ .top-bar::before, .top-bar::after {
3434
+ content: ' ';
3435
+ display: table; }
3436
+ .top-bar::after {
3437
+ clear: both; }
3438
+ .top-bar,
3439
+ .top-bar ul {
3440
+ background-color: #e6e6e6; }
3441
+ .top-bar input {
3442
+ max-width: 200px;
3443
+ margin-right: 1rem; }
3444
+ .top-bar .input-group-field {
3445
+ width: 100%;
3446
+ margin-right: 0; }
3447
+ .top-bar input.button {
3448
+ width: auto; }
3449
+ .top-bar .top-bar-left,
3450
+ .top-bar .top-bar-right {
3451
+ width: 100%; }
3452
+ @media screen and (min-width: 40em) {
3453
+ .top-bar .top-bar-left,
3454
+ .top-bar .top-bar-right {
3455
+ width: auto; } }
3456
+ @media screen and (max-width: 63.9375em) {
3457
+ .top-bar.stacked-for-medium .top-bar-left,
3458
+ .top-bar.stacked-for-medium .top-bar-right {
3459
+ width: 100%; } }
3460
+ @media screen and (max-width: 74.9375em) {
3461
+ .top-bar.stacked-for-large .top-bar-left,
3462
+ .top-bar.stacked-for-large .top-bar-right {
3463
+ width: 100%; } }
3464
+
3465
+ .top-bar-title {
3466
+ float: left;
3467
+ margin-right: 1rem; }
3468
+
3469
+ .top-bar-left {
3470
+ float: left; }
3471
+
3472
+ .top-bar-right {
3473
+ float: right; }
3474
+
3475
+ .hide {
3476
+ display: none !important; }
3477
+
3478
+ .invisible {
3479
+ visibility: hidden; }
3480
+
3481
+ @media screen and (max-width: 39.9375em) {
3482
+ .hide-for-small-only {
3483
+ display: none !important; } }
3484
+
3485
+ @media screen and (max-width: 0em), screen and (min-width: 40em) {
3486
+ .show-for-small-only {
3487
+ display: none !important; } }
3488
+
3489
+ @media screen and (min-width: 40em) {
3490
+ .hide-for-medium {
3491
+ display: none !important; } }
3492
+
3493
+ @media screen and (max-width: 39.9375em) {
3494
+ .show-for-medium {
3495
+ display: none !important; } }
3496
+
3497
+ @media screen and (min-width: 40em) and (max-width: 63.9375em) {
3498
+ .hide-for-medium-only {
3499
+ display: none !important; } }
3500
+
3501
+ @media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
3502
+ .show-for-medium-only {
3503
+ display: none !important; } }
3504
+
3505
+ @media screen and (min-width: 64em) {
3506
+ .hide-for-large {
3507
+ display: none !important; } }
3508
+
3509
+ @media screen and (max-width: 63.9375em) {
3510
+ .show-for-large {
3511
+ display: none !important; } }
3512
+
3513
+ @media screen and (min-width: 64em) and (max-width: 74.9375em) {
3514
+ .hide-for-large-only {
3515
+ display: none !important; } }
3516
+
3517
+ @media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
3518
+ .show-for-large-only {
3519
+ display: none !important; } }
3520
+
3521
+ .show-for-sr,
3522
+ .show-on-focus {
3523
+ position: absolute !important;
3524
+ width: 1px;
3525
+ height: 1px;
3526
+ overflow: hidden;
3527
+ clip: rect(0, 0, 0, 0); }
3528
+
3529
+ .show-on-focus:active, .show-on-focus:focus {
3530
+ position: static !important;
3531
+ height: auto;
3532
+ width: auto;
3533
+ overflow: visible;
3534
+ clip: auto; }
3535
+
3536
+ .show-for-landscape,
3537
+ .hide-for-portrait {
3538
+ display: block !important; }
3539
+ @media screen and (orientation: landscape) {
3540
+ .show-for-landscape,
3541
+ .hide-for-portrait {
3542
+ display: block !important; } }
3543
+ @media screen and (orientation: portrait) {
3544
+ .show-for-landscape,
3545
+ .hide-for-portrait {
3546
+ display: none !important; } }
3547
+
3548
+ .hide-for-landscape,
3549
+ .show-for-portrait {
3550
+ display: none !important; }
3551
+ @media screen and (orientation: landscape) {
3552
+ .hide-for-landscape,
3553
+ .show-for-portrait {
3554
+ display: none !important; } }
3555
+ @media screen and (orientation: portrait) {
3556
+ .hide-for-landscape,
3557
+ .show-for-portrait {
3558
+ display: block !important; } }
3559
+
3560
+ .float-left {
3561
+ float: left !important; }
3562
+
3563
+ .float-right {
3564
+ float: right !important; }
3565
+
3566
+ .float-center {
3567
+ display: block;
3568
+ margin-left: auto;
3569
+ margin-right: auto; }
3570
+
3571
+ .clearfix::before, .clearfix::after {
3572
+ content: ' ';
3573
+ display: table; }
3574
+
3575
+ .clearfix::after {
3576
+ clear: both; }
3577
+
3578
+ /*# sourceMappingURL=foundation.css.map */