rubyneat_dashboard 0.4.0.alpha.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1249) hide show
  1. checksums.yaml +7 -0
  2. data/.document +5 -0
  3. data/.rspec +1 -0
  4. data/.ruby-version +1 -0
  5. data/.sass-cache/b114455b2c708d8ae00bfa5eb291284996faaf1c/class_methods.rbc +0 -0
  6. data/.sass-cache/ebb0fda2e452b8e78b76a6d0f76937b12fe7a173/class_methods.rbc20140602-17212-2us5of +0 -0
  7. data/.semver +5 -0
  8. data/Gemfile +23 -0
  9. data/Gemfile.lock +129 -0
  10. data/LICENSE.txt +21 -0
  11. data/README.rdoc +90 -0
  12. data/Rakefile +60 -0
  13. data/VERSION +1 -0
  14. data/app/css/angular-csp.css +13 -0
  15. data/app/css/dashboard/linechart.sass +16 -0
  16. data/app/css/dashboard.sass +30 -0
  17. data/app/css/foundation.css +5263 -0
  18. data/app/css/foundation.min.css +1 -0
  19. data/app/css/vendor/normalize.css +423 -0
  20. data/app/images/RubyNEAT_Dashboard_logo_full.xcf +0 -0
  21. data/app/images/logo.png +0 -0
  22. data/app/js/dashboard/controllers/critters_controller.coffee +1 -0
  23. data/app/js/dashboard/controllers/dashboard_controller.coffee +2 -0
  24. data/app/js/dashboard/controllers/home_controller.coffee +1 -0
  25. data/app/js/dashboard/controllers/overview_controller.coffee +2 -0
  26. data/app/js/dashboard/controllers/population_controller.coffee +14 -0
  27. data/app/js/dashboard/directives/critter_genotype_topology.coffee +6 -0
  28. data/app/js/dashboard/directives/critter_phenotype_topology.coffee +6 -0
  29. data/app/js/dashboard/directives/pie.coffee +39 -0
  30. data/app/js/dashboard/directives/population_progress_chart.coffee +172 -0
  31. data/app/js/dashboard/services/population_service.coffee +5 -0
  32. data/app/js/dashboard.coffee +40 -0
  33. data/bower_components/angular/.bower.json +16 -0
  34. data/bower_components/angular/README.md +48 -0
  35. data/bower_components/angular/angular-csp.css +24 -0
  36. data/bower_components/angular/angular.js +21883 -0
  37. data/bower_components/angular/angular.min.js +214 -0
  38. data/bower_components/angular/angular.min.js.gzip +0 -0
  39. data/bower_components/angular/angular.min.js.map +8 -0
  40. data/bower_components/angular/bower.json +7 -0
  41. data/bower_components/angular-animate/.bower.json +18 -0
  42. data/bower_components/angular-animate/README.md +54 -0
  43. data/bower_components/angular-animate/angular-animate.js +1689 -0
  44. data/bower_components/angular-animate/angular-animate.min.js +28 -0
  45. data/bower_components/angular-animate/angular-animate.min.js.map +8 -0
  46. data/bower_components/angular-animate/bower.json +8 -0
  47. data/bower_components/angular-animate.css/.bower.json +27 -0
  48. data/bower_components/angular-animate.css/README.md +104 -0
  49. data/bower_components/angular-animate.css/angular-animate.css +1407 -0
  50. data/bower_components/angular-animate.css/angular-animate.min.css +1 -0
  51. data/bower_components/angular-animate.css/bower.json +13 -0
  52. data/bower_components/angular-d3-directives/.bower.json +27 -0
  53. data/bower_components/angular-d3-directives/LICENSE +20 -0
  54. data/bower_components/angular-d3-directives/bower.json +17 -0
  55. data/bower_components/angular-d3-directives/gauge/gauge.js +279 -0
  56. data/bower_components/angular-pusher/.bower.json +39 -0
  57. data/bower_components/angular-pusher/CHANGELOG.md +9 -0
  58. data/bower_components/angular-pusher/README.md +52 -0
  59. data/bower_components/angular-pusher/angular-pusher.js +106 -0
  60. data/bower_components/angular-pusher/angular-pusher.min.js +1 -0
  61. data/bower_components/angular-pusher/bower.json +29 -0
  62. data/bower_components/angular-pusher/package.json +34 -0
  63. data/bower_components/angular-resource/.bower.json +18 -0
  64. data/bower_components/angular-resource/README.md +54 -0
  65. data/bower_components/angular-resource/angular-resource.js +619 -0
  66. data/bower_components/angular-resource/angular-resource.min.js +13 -0
  67. data/bower_components/angular-resource/angular-resource.min.js.map +8 -0
  68. data/bower_components/angular-resource/bower.json +8 -0
  69. data/bower_components/angular-route/.bower.json +18 -0
  70. data/bower_components/angular-route/README.md +54 -0
  71. data/bower_components/angular-route/angular-route.js +925 -0
  72. data/bower_components/angular-route/angular-route.min.js +14 -0
  73. data/bower_components/angular-route/angular-route.min.js.map +8 -0
  74. data/bower_components/angular-route/bower.json +8 -0
  75. data/bower_components/angular-sanitize/.bower.json +18 -0
  76. data/bower_components/angular-sanitize/README.md +54 -0
  77. data/bower_components/angular-sanitize/angular-sanitize.js +640 -0
  78. data/bower_components/angular-sanitize/angular-sanitize.min.js +15 -0
  79. data/bower_components/angular-sanitize/angular-sanitize.min.js.map +8 -0
  80. data/bower_components/angular-sanitize/bower.json +8 -0
  81. data/bower_components/angular-socket-io/.bower.json +22 -0
  82. data/bower_components/angular-socket-io/.gitignore +3 -0
  83. data/bower_components/angular-socket-io/.travis.yml +8 -0
  84. data/bower_components/angular-socket-io/README.md +243 -0
  85. data/bower_components/angular-socket-io/bower.json +11 -0
  86. data/bower_components/angular-socket-io/gulpfile.js +18 -0
  87. data/bower_components/angular-socket-io/karma.conf.js +33 -0
  88. data/bower_components/angular-socket-io/mock/socket-io.js +47 -0
  89. data/bower_components/angular-socket-io/package.json +26 -0
  90. data/bower_components/angular-socket-io/socket.js +98 -0
  91. data/bower_components/angular-socket-io/socket.min.js +7 -0
  92. data/bower_components/angular-socket-io/socket.min.js.map +1 -0
  93. data/bower_components/angular-socket-io/socket.spec.js +228 -0
  94. data/bower_components/animate.css/.bower.json +15 -0
  95. data/bower_components/animate.css/.editorconfig +11 -0
  96. data/bower_components/animate.css/.gitignore +4 -0
  97. data/bower_components/animate.css/Gruntfile.js +79 -0
  98. data/bower_components/animate.css/README.md +73 -0
  99. data/bower_components/animate.css/animate-config.json +105 -0
  100. data/bower_components/animate.css/animate.css +3125 -0
  101. data/bower_components/animate.css/animate.min.css +6 -0
  102. data/bower_components/animate.css/bower.json +5 -0
  103. data/bower_components/animate.css/package.json +15 -0
  104. data/bower_components/animate.css/source/_base.css +20 -0
  105. data/bower_components/animate.css/source/attention_seekers/bounce.css +25 -0
  106. data/bower_components/animate.css/source/attention_seekers/flash.css +13 -0
  107. data/bower_components/animate.css/source/attention_seekers/pulse.css +19 -0
  108. data/bower_components/animate.css/source/attention_seekers/rubberBand.css +33 -0
  109. data/bower_components/animate.css/source/attention_seekers/shake.css +17 -0
  110. data/bower_components/animate.css/source/attention_seekers/swing.css +26 -0
  111. data/bower_components/animate.css/source/attention_seekers/tada.css +25 -0
  112. data/bower_components/animate.css/source/attention_seekers/wobble.css +35 -0
  113. data/bower_components/animate.css/source/bouncing_entrances/bounceIn.css +37 -0
  114. data/bower_components/animate.css/source/bouncing_entrances/bounceInDown.css +31 -0
  115. data/bower_components/animate.css/source/bouncing_entrances/bounceInLeft.css +31 -0
  116. data/bower_components/animate.css/source/bouncing_entrances/bounceInRight.css +31 -0
  117. data/bower_components/animate.css/source/bouncing_entrances/bounceInUp.css +31 -0
  118. data/bower_components/animate.css/source/bouncing_exits/bounceOut.css +20 -0
  119. data/bower_components/animate.css/source/bouncing_exits/bounceOutDown.css +19 -0
  120. data/bower_components/animate.css/source/bouncing_exits/bounceOutLeft.css +15 -0
  121. data/bower_components/animate.css/source/bouncing_exits/bounceOutRight.css +15 -0
  122. data/bower_components/animate.css/source/bouncing_exits/bounceOutUp.css +19 -0
  123. data/bower_components/animate.css/source/fading_entrances/fadeIn.css +8 -0
  124. data/bower_components/animate.css/source/fading_entrances/fadeInDown.css +15 -0
  125. data/bower_components/animate.css/source/fading_entrances/fadeInDownBig.css +15 -0
  126. data/bower_components/animate.css/source/fading_entrances/fadeInLeft.css +15 -0
  127. data/bower_components/animate.css/source/fading_entrances/fadeInLeftBig.css +15 -0
  128. data/bower_components/animate.css/source/fading_entrances/fadeInRight.css +15 -0
  129. data/bower_components/animate.css/source/fading_entrances/fadeInRightBig.css +15 -0
  130. data/bower_components/animate.css/source/fading_entrances/fadeInUp.css +15 -0
  131. data/bower_components/animate.css/source/fading_entrances/fadeInUpBig.css +15 -0
  132. data/bower_components/animate.css/source/fading_exits/fadeOut.css +8 -0
  133. data/bower_components/animate.css/source/fading_exits/fadeOutDown.css +14 -0
  134. data/bower_components/animate.css/source/fading_exits/fadeOutDownBig.css +14 -0
  135. data/bower_components/animate.css/source/fading_exits/fadeOutLeft.css +14 -0
  136. data/bower_components/animate.css/source/fading_exits/fadeOutLeftBig.css +14 -0
  137. data/bower_components/animate.css/source/fading_exits/fadeOutRight.css +14 -0
  138. data/bower_components/animate.css/source/fading_exits/fadeOutRightBig.css +14 -0
  139. data/bower_components/animate.css/source/fading_exits/fadeOutUp.css +14 -0
  140. data/bower_components/animate.css/source/fading_exits/fadeOutUpBig.css +14 -0
  141. data/bower_components/animate.css/source/flippers/flip.css +31 -0
  142. data/bower_components/animate.css/source/flippers/flipInX.css +30 -0
  143. data/bower_components/animate.css/source/flippers/flipInY.css +30 -0
  144. data/bower_components/animate.css/source/flippers/flipOutX.css +21 -0
  145. data/bower_components/animate.css/source/flippers/flipOutY.css +21 -0
  146. data/bower_components/animate.css/source/lightspeed/lightSpeedIn.css +26 -0
  147. data/bower_components/animate.css/source/lightspeed/lightSpeedOut.css +15 -0
  148. data/bower_components/animate.css/source/rotating_entrances/rotateIn.css +17 -0
  149. data/bower_components/animate.css/source/rotating_entrances/rotateInDownLeft.css +17 -0
  150. data/bower_components/animate.css/source/rotating_entrances/rotateInDownRight.css +17 -0
  151. data/bower_components/animate.css/source/rotating_entrances/rotateInUpLeft.css +17 -0
  152. data/bower_components/animate.css/source/rotating_entrances/rotateInUpRight.css +17 -0
  153. data/bower_components/animate.css/source/rotating_exits/rotateOut.css +16 -0
  154. data/bower_components/animate.css/source/rotating_exits/rotateOutDownLeft.css +16 -0
  155. data/bower_components/animate.css/source/rotating_exits/rotateOutDownRight.css +16 -0
  156. data/bower_components/animate.css/source/rotating_exits/rotateOutUpLeft.css +16 -0
  157. data/bower_components/animate.css/source/rotating_exits/rotateOutUpRight.css +16 -0
  158. data/bower_components/animate.css/source/specials/hinge.css +28 -0
  159. data/bower_components/animate.css/source/specials/rollIn.css +17 -0
  160. data/bower_components/animate.css/source/specials/rollOut.css +16 -0
  161. data/bower_components/animate.css/source/zooming_entrances/zoomIn.css +14 -0
  162. data/bower_components/animate.css/source/zooming_entrances/zoomInDown.css +17 -0
  163. data/bower_components/animate.css/source/zooming_entrances/zoomInLeft.css +17 -0
  164. data/bower_components/animate.css/source/zooming_entrances/zoomInRight.css +17 -0
  165. data/bower_components/animate.css/source/zooming_entrances/zoomInUp.css +17 -0
  166. data/bower_components/animate.css/source/zooming_exits/zoomOut.css +18 -0
  167. data/bower_components/animate.css/source/zooming_exits/zoomOutDown.css +18 -0
  168. data/bower_components/animate.css/source/zooming_exits/zoomOutLeft.css +16 -0
  169. data/bower_components/animate.css/source/zooming_exits/zoomOutRight.css +16 -0
  170. data/bower_components/animate.css/source/zooming_exits/zoomOutUp.css +18 -0
  171. data/bower_components/d3/.bower.json +34 -0
  172. data/bower_components/d3/.spmignore +4 -0
  173. data/bower_components/d3/CONTRIBUTING.md +25 -0
  174. data/bower_components/d3/LICENSE +26 -0
  175. data/bower_components/d3/README.md +9 -0
  176. data/bower_components/d3/bower.json +24 -0
  177. data/bower_components/d3/composer.json +19 -0
  178. data/bower_components/d3/d3.js +9233 -0
  179. data/bower_components/d3/d3.min.js +5 -0
  180. data/bower_components/fastclick/.bower.json +23 -0
  181. data/bower_components/fastclick/LICENSE +22 -0
  182. data/bower_components/fastclick/README.md +133 -0
  183. data/bower_components/fastclick/bower.json +13 -0
  184. data/bower_components/fastclick/lib/fastclick.js +821 -0
  185. data/bower_components/foundation/.bower.json +30 -0
  186. data/bower_components/foundation/bower.json +20 -0
  187. data/bower_components/foundation/css/foundation.css +4860 -0
  188. data/bower_components/foundation/css/normalize.css +320 -0
  189. data/bower_components/foundation/js/foundation/foundation.abide.js +299 -0
  190. data/bower_components/foundation/js/foundation/foundation.accordion.js +59 -0
  191. data/bower_components/foundation/js/foundation/foundation.alert.js +43 -0
  192. data/bower_components/foundation/js/foundation/foundation.clearing.js +534 -0
  193. data/bower_components/foundation/js/foundation/foundation.dropdown.js +311 -0
  194. data/bower_components/foundation/js/foundation/foundation.equalizer.js +74 -0
  195. data/bower_components/foundation/js/foundation/foundation.interchange.js +331 -0
  196. data/bower_components/foundation/js/foundation/foundation.joyride.js +843 -0
  197. data/bower_components/foundation/js/foundation/foundation.js +611 -0
  198. data/bower_components/foundation/js/foundation/foundation.magellan.js +178 -0
  199. data/bower_components/foundation/js/foundation/foundation.offcanvas.js +108 -0
  200. data/bower_components/foundation/js/foundation/foundation.orbit.js +610 -0
  201. data/bower_components/foundation/js/foundation/foundation.reveal.js +437 -0
  202. data/bower_components/foundation/js/foundation/foundation.slider.js +199 -0
  203. data/bower_components/foundation/js/foundation/foundation.tab.js +167 -0
  204. data/bower_components/foundation/js/foundation/foundation.tooltip.js +298 -0
  205. data/bower_components/foundation/js/foundation/foundation.topbar.js +425 -0
  206. data/bower_components/foundation/js/foundation.js +5543 -0
  207. data/bower_components/foundation/js/foundation.min.js +3 -0
  208. data/bower_components/foundation/js/vendor/fastclick.js +9 -0
  209. data/bower_components/foundation/js/vendor/jquery.cookie.js +8 -0
  210. data/bower_components/foundation/js/vendor/jquery.js +26 -0
  211. data/bower_components/foundation/js/vendor/modernizr.js +8 -0
  212. data/bower_components/foundation/js/vendor/placeholder.js +2 -0
  213. data/bower_components/foundation/scss/foundation/_functions.scss +101 -0
  214. data/bower_components/foundation/scss/foundation/_settings.scss +1289 -0
  215. data/bower_components/foundation/scss/foundation/components/_accordion.scss +53 -0
  216. data/bower_components/foundation/scss/foundation/components/_alert-boxes.scss +126 -0
  217. data/bower_components/foundation/scss/foundation/components/_block-grid.scss +132 -0
  218. data/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss +127 -0
  219. data/bower_components/foundation/scss/foundation/components/_button-groups.scss +108 -0
  220. data/bower_components/foundation/scss/foundation/components/_buttons.scss +222 -0
  221. data/bower_components/foundation/scss/foundation/components/_clearing.scss +247 -0
  222. data/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss +129 -0
  223. data/bower_components/foundation/scss/foundation/components/_dropdown.scss +248 -0
  224. data/bower_components/foundation/scss/foundation/components/_flex-video.scss +51 -0
  225. data/bower_components/foundation/scss/foundation/components/_forms.scss +498 -0
  226. data/bower_components/foundation/scss/foundation/components/_global.scss +429 -0
  227. data/bower_components/foundation/scss/foundation/components/_grid.scss +260 -0
  228. data/bower_components/foundation/scss/foundation/components/_inline-lists.scss +57 -0
  229. data/bower_components/foundation/scss/foundation/components/_joyride.scss +220 -0
  230. data/bower_components/foundation/scss/foundation/components/_keystrokes.scss +61 -0
  231. data/bower_components/foundation/scss/foundation/components/_labels.scss +104 -0
  232. data/bower_components/foundation/scss/foundation/components/_magellan.scss +34 -0
  233. data/bower_components/foundation/scss/foundation/components/_offcanvas.scss +355 -0
  234. data/bower_components/foundation/scss/foundation/components/_orbit.scss +423 -0
  235. data/bower_components/foundation/scss/foundation/components/_pagination.scss +150 -0
  236. data/bower_components/foundation/scss/foundation/components/_panels.scss +90 -0
  237. data/bower_components/foundation/scss/foundation/components/_pricing-tables.scss +150 -0
  238. data/bower_components/foundation/scss/foundation/components/_progress-bars.scss +79 -0
  239. data/bower_components/foundation/scss/foundation/components/_range-slider.scss +148 -0
  240. data/bower_components/foundation/scss/foundation/components/_reveal-new.scss +0 -0
  241. data/bower_components/foundation/scss/foundation/components/_reveal.scss +216 -0
  242. data/bower_components/foundation/scss/foundation/components/_side-nav.scss +115 -0
  243. data/bower_components/foundation/scss/foundation/components/_split-buttons.scss +191 -0
  244. data/bower_components/foundation/scss/foundation/components/_sub-nav.scss +125 -0
  245. data/bower_components/foundation/scss/foundation/components/_switch.scss +294 -0
  246. data/bower_components/foundation/scss/foundation/components/_tables.scss +129 -0
  247. data/bower_components/foundation/scss/foundation/components/_tabs.scss +109 -0
  248. data/bower_components/foundation/scss/foundation/components/_thumbs.scss +68 -0
  249. data/bower_components/foundation/scss/foundation/components/_tooltips.scss +140 -0
  250. data/bower_components/foundation/scss/foundation/components/_top-bar.scss +644 -0
  251. data/bower_components/foundation/scss/foundation/components/_type.scss +511 -0
  252. data/bower_components/foundation/scss/foundation/components/_visibility.scss +408 -0
  253. data/bower_components/foundation/scss/foundation.scss +45 -0
  254. data/bower_components/foundation/scss/normalize.scss +425 -0
  255. data/bower_components/jquery/.bower.json +37 -0
  256. data/bower_components/jquery/MIT-LICENSE.txt +21 -0
  257. data/bower_components/jquery/bower.json +27 -0
  258. data/bower_components/jquery/dist/jquery.js +9190 -0
  259. data/bower_components/jquery/dist/jquery.min.js +5 -0
  260. data/bower_components/jquery/dist/jquery.min.map +1 -0
  261. data/bower_components/jquery/src/ajax/jsonp.js +89 -0
  262. data/bower_components/jquery/src/ajax/load.js +75 -0
  263. data/bower_components/jquery/src/ajax/parseJSON.js +13 -0
  264. data/bower_components/jquery/src/ajax/parseXML.js +28 -0
  265. data/bower_components/jquery/src/ajax/script.js +64 -0
  266. data/bower_components/jquery/src/ajax/var/nonce.js +5 -0
  267. data/bower_components/jquery/src/ajax/var/rquery.js +3 -0
  268. data/bower_components/jquery/src/ajax/xhr.js +135 -0
  269. data/bower_components/jquery/src/ajax.js +806 -0
  270. data/bower_components/jquery/src/attributes/attr.js +143 -0
  271. data/bower_components/jquery/src/attributes/classes.js +158 -0
  272. data/bower_components/jquery/src/attributes/prop.js +96 -0
  273. data/bower_components/jquery/src/attributes/support.js +35 -0
  274. data/bower_components/jquery/src/attributes/val.js +163 -0
  275. data/bower_components/jquery/src/attributes.js +11 -0
  276. data/bower_components/jquery/src/callbacks.js +205 -0
  277. data/bower_components/jquery/src/core/access.js +60 -0
  278. data/bower_components/jquery/src/core/init.js +123 -0
  279. data/bower_components/jquery/src/core/parseHTML.js +39 -0
  280. data/bower_components/jquery/src/core/ready.js +97 -0
  281. data/bower_components/jquery/src/core/var/rsingleTag.js +4 -0
  282. data/bower_components/jquery/src/core.js +498 -0
  283. data/bower_components/jquery/src/css/addGetHookIf.js +24 -0
  284. data/bower_components/jquery/src/css/curCSS.js +57 -0
  285. data/bower_components/jquery/src/css/defaultDisplay.js +70 -0
  286. data/bower_components/jquery/src/css/hiddenVisibleSelectors.js +15 -0
  287. data/bower_components/jquery/src/css/support.js +91 -0
  288. data/bower_components/jquery/src/css/swap.js +28 -0
  289. data/bower_components/jquery/src/css/var/cssExpand.js +3 -0
  290. data/bower_components/jquery/src/css/var/getStyles.js +5 -0
  291. data/bower_components/jquery/src/css/var/isHidden.js +13 -0
  292. data/bower_components/jquery/src/css/var/rmargin.js +3 -0
  293. data/bower_components/jquery/src/css/var/rnumnonpx.js +5 -0
  294. data/bower_components/jquery/src/css.js +451 -0
  295. data/bower_components/jquery/src/data/Data.js +181 -0
  296. data/bower_components/jquery/src/data/accepts.js +20 -0
  297. data/bower_components/jquery/src/data/var/data_priv.js +5 -0
  298. data/bower_components/jquery/src/data/var/data_user.js +5 -0
  299. data/bower_components/jquery/src/data.js +179 -0
  300. data/bower_components/jquery/src/deferred.js +149 -0
  301. data/bower_components/jquery/src/deprecated.js +13 -0
  302. data/bower_components/jquery/src/dimensions.js +50 -0
  303. data/bower_components/jquery/src/effects/Tween.js +114 -0
  304. data/bower_components/jquery/src/effects/animatedSelector.js +13 -0
  305. data/bower_components/jquery/src/effects.js +649 -0
  306. data/bower_components/jquery/src/event/alias.js +39 -0
  307. data/bower_components/jquery/src/event/support.js +9 -0
  308. data/bower_components/jquery/src/event.js +868 -0
  309. data/bower_components/jquery/src/exports/amd.js +24 -0
  310. data/bower_components/jquery/src/exports/global.js +32 -0
  311. data/bower_components/jquery/src/intro.js +44 -0
  312. data/bower_components/jquery/src/jquery.js +36 -0
  313. data/bower_components/jquery/src/manipulation/_evalUrl.js +18 -0
  314. data/bower_components/jquery/src/manipulation/support.js +31 -0
  315. data/bower_components/jquery/src/manipulation/var/rcheckableType.js +3 -0
  316. data/bower_components/jquery/src/manipulation.js +582 -0
  317. data/bower_components/jquery/src/offset.js +204 -0
  318. data/bower_components/jquery/src/outro.js +1 -0
  319. data/bower_components/jquery/src/queue/delay.js +22 -0
  320. data/bower_components/jquery/src/queue.js +142 -0
  321. data/bower_components/jquery/src/selector-native.js +172 -0
  322. data/bower_components/jquery/src/selector-sizzle.js +14 -0
  323. data/bower_components/jquery/src/selector.js +1 -0
  324. data/bower_components/jquery/src/serialize.js +111 -0
  325. data/bower_components/jquery/src/sizzle/dist/sizzle.js +2044 -0
  326. data/bower_components/jquery/src/sizzle/dist/sizzle.min.js +3 -0
  327. data/bower_components/jquery/src/sizzle/dist/sizzle.min.map +1 -0
  328. data/bower_components/jquery/src/traversing/findFilter.js +100 -0
  329. data/bower_components/jquery/src/traversing/var/rneedsContext.js +6 -0
  330. data/bower_components/jquery/src/traversing.js +200 -0
  331. data/bower_components/jquery/src/var/arr.js +3 -0
  332. data/bower_components/jquery/src/var/class2type.js +4 -0
  333. data/bower_components/jquery/src/var/concat.js +5 -0
  334. data/bower_components/jquery/src/var/hasOwn.js +5 -0
  335. data/bower_components/jquery/src/var/indexOf.js +5 -0
  336. data/bower_components/jquery/src/var/pnum.js +3 -0
  337. data/bower_components/jquery/src/var/push.js +5 -0
  338. data/bower_components/jquery/src/var/rnotwhite.js +3 -0
  339. data/bower_components/jquery/src/var/slice.js +5 -0
  340. data/bower_components/jquery/src/var/strundefined.js +3 -0
  341. data/bower_components/jquery/src/var/support.js +4 -0
  342. data/bower_components/jquery/src/var/toString.js +5 -0
  343. data/bower_components/jquery/src/wrap.js +78 -0
  344. data/bower_components/jquery-placeholder/.bower.json +17 -0
  345. data/bower_components/jquery-placeholder/.gitattributes +1 -0
  346. data/bower_components/jquery-placeholder/.gitignore +1 -0
  347. data/bower_components/jquery-placeholder/LICENSE-MIT.txt +20 -0
  348. data/bower_components/jquery-placeholder/README.md +76 -0
  349. data/bower_components/jquery-placeholder/bower.json +5 -0
  350. data/bower_components/jquery-placeholder/demo.html +55 -0
  351. data/bower_components/jquery-placeholder/jquery.placeholder.js +185 -0
  352. data/bower_components/jquery-placeholder/tests/index.html +32 -0
  353. data/bower_components/jquery-placeholder/tests/tests.js +134 -0
  354. data/bower_components/jquery-ui/.bower.json +21 -0
  355. data/bower_components/jquery-ui/.gitignore +3 -0
  356. data/bower_components/jquery-ui/AUTHORS.txt +260 -0
  357. data/bower_components/jquery-ui/MIT-LICENSE.txt +26 -0
  358. data/bower_components/jquery-ui/README.md +11 -0
  359. data/bower_components/jquery-ui/bower.json +10 -0
  360. data/bower_components/jquery-ui/component.json +13 -0
  361. data/bower_components/jquery-ui/composer.json +64 -0
  362. data/bower_components/jquery-ui/jquery-ui.js +16150 -0
  363. data/bower_components/jquery-ui/jquery-ui.min.js +13 -0
  364. data/bower_components/jquery-ui/package.json +66 -0
  365. data/bower_components/jquery-ui/themes/base/accordion.css +36 -0
  366. data/bower_components/jquery-ui/themes/base/all.css +12 -0
  367. data/bower_components/jquery-ui/themes/base/autocomplete.css +16 -0
  368. data/bower_components/jquery-ui/themes/base/base.css +28 -0
  369. data/bower_components/jquery-ui/themes/base/button.css +114 -0
  370. data/bower_components/jquery-ui/themes/base/core.css +93 -0
  371. data/bower_components/jquery-ui/themes/base/datepicker.css +175 -0
  372. data/bower_components/jquery-ui/themes/base/dialog.css +70 -0
  373. data/bower_components/jquery-ui/themes/base/draggable.css +12 -0
  374. data/bower_components/jquery-ui/themes/base/images/animated-overlay.gif +0 -0
  375. data/bower_components/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  376. data/bower_components/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  377. data/bower_components/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  378. data/bower_components/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  379. data/bower_components/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  380. data/bower_components/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  381. data/bower_components/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  382. data/bower_components/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  383. data/bower_components/jquery-ui/themes/base/images/ui-icons_222222_256x240.png +0 -0
  384. data/bower_components/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png +0 -0
  385. data/bower_components/jquery-ui/themes/base/images/ui-icons_454545_256x240.png +0 -0
  386. data/bower_components/jquery-ui/themes/base/images/ui-icons_888888_256x240.png +0 -0
  387. data/bower_components/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png +0 -0
  388. data/bower_components/jquery-ui/themes/base/menu.css +63 -0
  389. data/bower_components/jquery-ui/themes/base/progressbar.css +28 -0
  390. data/bower_components/jquery-ui/themes/base/resizable.css +78 -0
  391. data/bower_components/jquery-ui/themes/base/selectable.css +17 -0
  392. data/bower_components/jquery-ui/themes/base/selectmenu.css +59 -0
  393. data/bower_components/jquery-ui/themes/base/slider.css +75 -0
  394. data/bower_components/jquery-ui/themes/base/sortable.css +12 -0
  395. data/bower_components/jquery-ui/themes/base/spinner.css +65 -0
  396. data/bower_components/jquery-ui/themes/base/tabs.css +51 -0
  397. data/bower_components/jquery-ui/themes/base/theme.css +410 -0
  398. data/bower_components/jquery-ui/themes/base/tooltip.css +21 -0
  399. data/bower_components/jquery-ui/themes/black-tie/images/animated-overlay.gif +0 -0
  400. data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png +0 -0
  401. data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_flat_65_ffffff_40x100.png +0 -0
  402. data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_glass_40_111111_1x400.png +0 -0
  403. data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png +0 -0
  404. data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png +0 -0
  405. data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_highlight-hard_40_aaaaaa_1x100.png +0 -0
  406. data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_highlight-soft_50_aaaaaa_1x100.png +0 -0
  407. data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_inset-hard_45_cd0a0a_1x100.png +0 -0
  408. data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_inset-hard_55_ffeb80_1x100.png +0 -0
  409. data/bower_components/jquery-ui/themes/black-tie/images/ui-icons_222222_256x240.png +0 -0
  410. data/bower_components/jquery-ui/themes/black-tie/images/ui-icons_4ca300_256x240.png +0 -0
  411. data/bower_components/jquery-ui/themes/black-tie/images/ui-icons_bbbbbb_256x240.png +0 -0
  412. data/bower_components/jquery-ui/themes/black-tie/images/ui-icons_ededed_256x240.png +0 -0
  413. data/bower_components/jquery-ui/themes/black-tie/images/ui-icons_ffcf29_256x240.png +0 -0
  414. data/bower_components/jquery-ui/themes/black-tie/images/ui-icons_ffffff_256x240.png +0 -0
  415. data/bower_components/jquery-ui/themes/black-tie/jquery-ui.css +1225 -0
  416. data/bower_components/jquery-ui/themes/black-tie/jquery-ui.min.css +7 -0
  417. data/bower_components/jquery-ui/themes/black-tie/theme.css +410 -0
  418. data/bower_components/jquery-ui/themes/blitzer/images/animated-overlay.gif +0 -0
  419. data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png +0 -0
  420. data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_dots-small_65_a6a6a6_2x2.png +0 -0
  421. data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_flat_0_333333_40x100.png +0 -0
  422. data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_flat_65_ffffff_40x100.png +0 -0
  423. data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  424. data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png +0 -0
  425. data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_highlight-hard_100_eeeeee_1x100.png +0 -0
  426. data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_highlight-hard_100_f6f6f6_1x100.png +0 -0
  427. data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png +0 -0
  428. data/bower_components/jquery-ui/themes/blitzer/images/ui-icons_004276_256x240.png +0 -0
  429. data/bower_components/jquery-ui/themes/blitzer/images/ui-icons_cc0000_256x240.png +0 -0
  430. data/bower_components/jquery-ui/themes/blitzer/images/ui-icons_ffffff_256x240.png +0 -0
  431. data/bower_components/jquery-ui/themes/blitzer/jquery-ui.css +1225 -0
  432. data/bower_components/jquery-ui/themes/blitzer/jquery-ui.min.css +7 -0
  433. data/bower_components/jquery-ui/themes/blitzer/theme.css +410 -0
  434. data/bower_components/jquery-ui/themes/cupertino/images/animated-overlay.gif +0 -0
  435. data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png +0 -0
  436. data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_flat_15_cd0a0a_40x100.png +0 -0
  437. data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png +0 -0
  438. data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_glass_50_3baae3_1x400.png +0 -0
  439. data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png +0 -0
  440. data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png +0 -0
  441. data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png +0 -0
  442. data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png +0 -0
  443. data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png +0 -0
  444. data/bower_components/jquery-ui/themes/cupertino/images/ui-icons_2694e8_256x240.png +0 -0
  445. data/bower_components/jquery-ui/themes/cupertino/images/ui-icons_2e83ff_256x240.png +0 -0
  446. data/bower_components/jquery-ui/themes/cupertino/images/ui-icons_3d80b3_256x240.png +0 -0
  447. data/bower_components/jquery-ui/themes/cupertino/images/ui-icons_72a7cf_256x240.png +0 -0
  448. data/bower_components/jquery-ui/themes/cupertino/images/ui-icons_ffffff_256x240.png +0 -0
  449. data/bower_components/jquery-ui/themes/cupertino/jquery-ui.css +1225 -0
  450. data/bower_components/jquery-ui/themes/cupertino/jquery-ui.min.css +7 -0
  451. data/bower_components/jquery-ui/themes/cupertino/theme.css +410 -0
  452. data/bower_components/jquery-ui/themes/dark-hive/images/animated-overlay.gif +0 -0
  453. data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_flat_30_cccccc_40x100.png +0 -0
  454. data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_flat_50_5c5c5c_40x100.png +0 -0
  455. data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_glass_40_ffc73d_1x400.png +0 -0
  456. data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-hard_20_0972a5_1x100.png +0 -0
  457. data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_33_003147_1x100.png +0 -0
  458. data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_35_222222_1x100.png +0 -0
  459. data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_44_444444_1x100.png +0 -0
  460. data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_80_eeeeee_1x100.png +0 -0
  461. data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_loop_25_000000_21x21.png +0 -0
  462. data/bower_components/jquery-ui/themes/dark-hive/images/ui-icons_222222_256x240.png +0 -0
  463. data/bower_components/jquery-ui/themes/dark-hive/images/ui-icons_4b8e0b_256x240.png +0 -0
  464. data/bower_components/jquery-ui/themes/dark-hive/images/ui-icons_a83300_256x240.png +0 -0
  465. data/bower_components/jquery-ui/themes/dark-hive/images/ui-icons_cccccc_256x240.png +0 -0
  466. data/bower_components/jquery-ui/themes/dark-hive/images/ui-icons_ffffff_256x240.png +0 -0
  467. data/bower_components/jquery-ui/themes/dark-hive/jquery-ui.css +1225 -0
  468. data/bower_components/jquery-ui/themes/dark-hive/jquery-ui.min.css +7 -0
  469. data/bower_components/jquery-ui/themes/dark-hive/theme.css +410 -0
  470. data/bower_components/jquery-ui/themes/dot-luv/images/animated-overlay.gif +0 -0
  471. data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png +0 -0
  472. data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_dots-medium_30_0b58a2_4x4.png +0 -0
  473. data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_20_333333_2x2.png +0 -0
  474. data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_30_a32d00_2x2.png +0 -0
  475. data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_40_00498f_2x2.png +0 -0
  476. data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  477. data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_flat_40_292929_40x100.png +0 -0
  478. data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_gloss-wave_20_111111_500x100.png +0 -0
  479. data/bower_components/jquery-ui/themes/dot-luv/images/ui-icons_00498f_256x240.png +0 -0
  480. data/bower_components/jquery-ui/themes/dot-luv/images/ui-icons_98d2fb_256x240.png +0 -0
  481. data/bower_components/jquery-ui/themes/dot-luv/images/ui-icons_9ccdfc_256x240.png +0 -0
  482. data/bower_components/jquery-ui/themes/dot-luv/images/ui-icons_ffffff_256x240.png +0 -0
  483. data/bower_components/jquery-ui/themes/dot-luv/jquery-ui.css +1225 -0
  484. data/bower_components/jquery-ui/themes/dot-luv/jquery-ui.min.css +7 -0
  485. data/bower_components/jquery-ui/themes/dot-luv/theme.css +410 -0
  486. data/bower_components/jquery-ui/themes/eggplant/images/animated-overlay.gif +0 -0
  487. data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  488. data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_flat_0_eeeeee_40x100.png +0 -0
  489. data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_flat_55_994d53_40x100.png +0 -0
  490. data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_flat_55_fafafa_40x100.png +0 -0
  491. data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_gloss-wave_30_3d3644_500x100.png +0 -0
  492. data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_100_dcd9de_1x100.png +0 -0
  493. data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png +0 -0
  494. data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_25_30273a_1x100.png +0 -0
  495. data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_45_5f5964_1x100.png +0 -0
  496. data/bower_components/jquery-ui/themes/eggplant/images/ui-icons_454545_256x240.png +0 -0
  497. data/bower_components/jquery-ui/themes/eggplant/images/ui-icons_734d99_256x240.png +0 -0
  498. data/bower_components/jquery-ui/themes/eggplant/images/ui-icons_8d78a5_256x240.png +0 -0
  499. data/bower_components/jquery-ui/themes/eggplant/images/ui-icons_a8a3ae_256x240.png +0 -0
  500. data/bower_components/jquery-ui/themes/eggplant/images/ui-icons_ebccce_256x240.png +0 -0
  501. data/bower_components/jquery-ui/themes/eggplant/images/ui-icons_ffffff_256x240.png +0 -0
  502. data/bower_components/jquery-ui/themes/eggplant/jquery-ui.css +1225 -0
  503. data/bower_components/jquery-ui/themes/eggplant/jquery-ui.min.css +7 -0
  504. data/bower_components/jquery-ui/themes/eggplant/theme.css +410 -0
  505. data/bower_components/jquery-ui/themes/excite-bike/images/animated-overlay.gif +0 -0
  506. data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-small_25_c5ddfc_40x40.png +0 -0
  507. data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_20_e69700_40x40.png +0 -0
  508. data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_22_1484e6_40x40.png +0 -0
  509. data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_26_2293f7_40x40.png +0 -0
  510. data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_flat_0_e69700_40x100.png +0 -0
  511. data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_flat_0_e6b900_40x100.png +0 -0
  512. data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_highlight-soft_100_f9f9f9_1x100.png +0 -0
  513. data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_inset-hard_100_eeeeee_1x100.png +0 -0
  514. data/bower_components/jquery-ui/themes/excite-bike/images/ui-icons_0a82eb_256x240.png +0 -0
  515. data/bower_components/jquery-ui/themes/excite-bike/images/ui-icons_0b54d5_256x240.png +0 -0
  516. data/bower_components/jquery-ui/themes/excite-bike/images/ui-icons_5fa5e3_256x240.png +0 -0
  517. data/bower_components/jquery-ui/themes/excite-bike/images/ui-icons_fcdd4a_256x240.png +0 -0
  518. data/bower_components/jquery-ui/themes/excite-bike/images/ui-icons_ffffff_256x240.png +0 -0
  519. data/bower_components/jquery-ui/themes/excite-bike/jquery-ui.css +1225 -0
  520. data/bower_components/jquery-ui/themes/excite-bike/jquery-ui.min.css +7 -0
  521. data/bower_components/jquery-ui/themes/excite-bike/theme.css +410 -0
  522. data/bower_components/jquery-ui/themes/flick/images/animated-overlay.gif +0 -0
  523. data/bower_components/jquery-ui/themes/flick/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  524. data/bower_components/jquery-ui/themes/flick/images/ui-bg_flat_0_eeeeee_40x100.png +0 -0
  525. data/bower_components/jquery-ui/themes/flick/images/ui-bg_flat_55_ffffff_40x100.png +0 -0
  526. data/bower_components/jquery-ui/themes/flick/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  527. data/bower_components/jquery-ui/themes/flick/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  528. data/bower_components/jquery-ui/themes/flick/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png +0 -0
  529. data/bower_components/jquery-ui/themes/flick/images/ui-bg_highlight-soft_25_0073ea_1x100.png +0 -0
  530. data/bower_components/jquery-ui/themes/flick/images/ui-bg_highlight-soft_50_dddddd_1x100.png +0 -0
  531. data/bower_components/jquery-ui/themes/flick/images/ui-icons_0073ea_256x240.png +0 -0
  532. data/bower_components/jquery-ui/themes/flick/images/ui-icons_454545_256x240.png +0 -0
  533. data/bower_components/jquery-ui/themes/flick/images/ui-icons_666666_256x240.png +0 -0
  534. data/bower_components/jquery-ui/themes/flick/images/ui-icons_ff0084_256x240.png +0 -0
  535. data/bower_components/jquery-ui/themes/flick/images/ui-icons_ffffff_256x240.png +0 -0
  536. data/bower_components/jquery-ui/themes/flick/jquery-ui.css +1225 -0
  537. data/bower_components/jquery-ui/themes/flick/jquery-ui.min.css +7 -0
  538. data/bower_components/jquery-ui/themes/flick/theme.css +410 -0
  539. data/bower_components/jquery-ui/themes/hot-sneaks/images/animated-overlay.gif +0 -0
  540. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_40_db4865_40x40.png +0 -0
  541. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_50_93c3cd_40x40.png +0 -0
  542. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_50_ff3853_40x40.png +0 -0
  543. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_75_ccd232_40x40.png +0 -0
  544. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_dots-medium_80_ffff38_4x4.png +0 -0
  545. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_dots-small_35_35414f_2x2.png +0 -0
  546. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_flat_75_ba9217_40x100.png +0 -0
  547. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  548. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_white-lines_85_f7f7ba_40x100.png +0 -0
  549. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_454545_256x240.png +0 -0
  550. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_88a206_256x240.png +0 -0
  551. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_c02669_256x240.png +0 -0
  552. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_e1e463_256x240.png +0 -0
  553. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_ffeb33_256x240.png +0 -0
  554. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_ffffff_256x240.png +0 -0
  555. data/bower_components/jquery-ui/themes/hot-sneaks/jquery-ui.css +1225 -0
  556. data/bower_components/jquery-ui/themes/hot-sneaks/jquery-ui.min.css +7 -0
  557. data/bower_components/jquery-ui/themes/hot-sneaks/theme.css +410 -0
  558. data/bower_components/jquery-ui/themes/humanity/images/animated-overlay.gif +0 -0
  559. data/bower_components/jquery-ui/themes/humanity/images/ui-bg_flat_75_aaaaaa_40x100.png +0 -0
  560. data/bower_components/jquery-ui/themes/humanity/images/ui-bg_glass_100_f5f0e5_1x400.png +0 -0
  561. data/bower_components/jquery-ui/themes/humanity/images/ui-bg_glass_25_cb842e_1x400.png +0 -0
  562. data/bower_components/jquery-ui/themes/humanity/images/ui-bg_glass_70_ede4d4_1x400.png +0 -0
  563. data/bower_components/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png +0 -0
  564. data/bower_components/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_65_fee4bd_1x100.png +0 -0
  565. data/bower_components/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_75_f5f5b5_1x100.png +0 -0
  566. data/bower_components/jquery-ui/themes/humanity/images/ui-bg_inset-soft_100_f4f0ec_1x100.png +0 -0
  567. data/bower_components/jquery-ui/themes/humanity/images/ui-icons_c47a23_256x240.png +0 -0
  568. data/bower_components/jquery-ui/themes/humanity/images/ui-icons_cb672b_256x240.png +0 -0
  569. data/bower_components/jquery-ui/themes/humanity/images/ui-icons_f08000_256x240.png +0 -0
  570. data/bower_components/jquery-ui/themes/humanity/images/ui-icons_f35f07_256x240.png +0 -0
  571. data/bower_components/jquery-ui/themes/humanity/images/ui-icons_ff7519_256x240.png +0 -0
  572. data/bower_components/jquery-ui/themes/humanity/images/ui-icons_ffffff_256x240.png +0 -0
  573. data/bower_components/jquery-ui/themes/humanity/jquery-ui.css +1225 -0
  574. data/bower_components/jquery-ui/themes/humanity/jquery-ui.min.css +7 -0
  575. data/bower_components/jquery-ui/themes/humanity/theme.css +410 -0
  576. data/bower_components/jquery-ui/themes/le-frog/images/animated-overlay.gif +0 -0
  577. data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png +0 -0
  578. data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_diagonals-thick_15_444444_40x40.png +0 -0
  579. data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_diagonals-thick_95_ffdc2e_40x40.png +0 -0
  580. data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_glass_55_fbf5d0_1x400.png +0 -0
  581. data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_highlight-hard_30_285c00_1x100.png +0 -0
  582. data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_33_3a8104_1x100.png +0 -0
  583. data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_50_4eb305_1x100.png +0 -0
  584. data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_60_4ca20b_1x100.png +0 -0
  585. data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_inset-soft_10_285c00_1x100.png +0 -0
  586. data/bower_components/jquery-ui/themes/le-frog/images/ui-icons_4eb305_256x240.png +0 -0
  587. data/bower_components/jquery-ui/themes/le-frog/images/ui-icons_72b42d_256x240.png +0 -0
  588. data/bower_components/jquery-ui/themes/le-frog/images/ui-icons_cd0a0a_256x240.png +0 -0
  589. data/bower_components/jquery-ui/themes/le-frog/images/ui-icons_ffffff_256x240.png +0 -0
  590. data/bower_components/jquery-ui/themes/le-frog/jquery-ui.css +1225 -0
  591. data/bower_components/jquery-ui/themes/le-frog/jquery-ui.min.css +7 -0
  592. data/bower_components/jquery-ui/themes/le-frog/theme.css +410 -0
  593. data/bower_components/jquery-ui/themes/mint-choc/images/animated-overlay.gif +0 -0
  594. data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  595. data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_glass_15_5f391b_1x400.png +0 -0
  596. data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_20_1c160d_500x100.png +0 -0
  597. data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_25_453326_500x100.png +0 -0
  598. data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_30_44372c_500x100.png +0 -0
  599. data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_highlight-soft_20_201913_1x100.png +0 -0
  600. data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_highlight-soft_20_619226_1x100.png +0 -0
  601. data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_inset-soft_10_201913_1x100.png +0 -0
  602. data/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_222222_256x240.png +0 -0
  603. data/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_9bcc60_256x240.png +0 -0
  604. data/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_add978_256x240.png +0 -0
  605. data/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_e3ddc9_256x240.png +0 -0
  606. data/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_f1fd86_256x240.png +0 -0
  607. data/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_ffffff_256x240.png +0 -0
  608. data/bower_components/jquery-ui/themes/mint-choc/jquery-ui.css +1225 -0
  609. data/bower_components/jquery-ui/themes/mint-choc/jquery-ui.min.css +7 -0
  610. data/bower_components/jquery-ui/themes/mint-choc/theme.css +410 -0
  611. data/bower_components/jquery-ui/themes/overcast/images/animated-overlay.gif +0 -0
  612. data/bower_components/jquery-ui/themes/overcast/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  613. data/bower_components/jquery-ui/themes/overcast/images/ui-bg_flat_0_eeeeee_40x100.png +0 -0
  614. data/bower_components/jquery-ui/themes/overcast/images/ui-bg_flat_55_c0402a_40x100.png +0 -0
  615. data/bower_components/jquery-ui/themes/overcast/images/ui-bg_flat_55_eeeeee_40x100.png +0 -0
  616. data/bower_components/jquery-ui/themes/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png +0 -0
  617. data/bower_components/jquery-ui/themes/overcast/images/ui-bg_glass_35_dddddd_1x400.png +0 -0
  618. data/bower_components/jquery-ui/themes/overcast/images/ui-bg_glass_60_eeeeee_1x400.png +0 -0
  619. data/bower_components/jquery-ui/themes/overcast/images/ui-bg_inset-hard_75_999999_1x100.png +0 -0
  620. data/bower_components/jquery-ui/themes/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png +0 -0
  621. data/bower_components/jquery-ui/themes/overcast/images/ui-icons_3383bb_256x240.png +0 -0
  622. data/bower_components/jquery-ui/themes/overcast/images/ui-icons_454545_256x240.png +0 -0
  623. data/bower_components/jquery-ui/themes/overcast/images/ui-icons_70b2e1_256x240.png +0 -0
  624. data/bower_components/jquery-ui/themes/overcast/images/ui-icons_999999_256x240.png +0 -0
  625. data/bower_components/jquery-ui/themes/overcast/images/ui-icons_fbc856_256x240.png +0 -0
  626. data/bower_components/jquery-ui/themes/overcast/jquery-ui.css +1225 -0
  627. data/bower_components/jquery-ui/themes/overcast/jquery-ui.min.css +7 -0
  628. data/bower_components/jquery-ui/themes/overcast/theme.css +410 -0
  629. data/bower_components/jquery-ui/themes/pepper-grinder/images/animated-overlay.gif +0 -0
  630. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_diagonal-maze_20_6e4f1c_10x10.png +0 -0
  631. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_diagonal-maze_40_000000_10x10.png +0 -0
  632. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_10_eceadf_60x60.png +0 -0
  633. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_10_f8f7f6_60x60.png +0 -0
  634. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_eceadf_60x60.png +0 -0
  635. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_f7f3de_60x60.png +0 -0
  636. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_ffffff_60x60.png +0 -0
  637. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_65_654b24_60x60.png +0 -0
  638. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_68_b83400_60x60.png +0 -0
  639. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_222222_256x240.png +0 -0
  640. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_3572ac_256x240.png +0 -0
  641. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_8c291d_256x240.png +0 -0
  642. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_b83400_256x240.png +0 -0
  643. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_fbdb93_256x240.png +0 -0
  644. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_ffffff_256x240.png +0 -0
  645. data/bower_components/jquery-ui/themes/pepper-grinder/jquery-ui.css +1225 -0
  646. data/bower_components/jquery-ui/themes/pepper-grinder/jquery-ui.min.css +7 -0
  647. data/bower_components/jquery-ui/themes/pepper-grinder/theme.css +410 -0
  648. data/bower_components/jquery-ui/themes/redmond/images/animated-overlay.gif +0 -0
  649. data/bower_components/jquery-ui/themes/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  650. data/bower_components/jquery-ui/themes/redmond/images/ui-bg_flat_55_fbec88_40x100.png +0 -0
  651. data/bower_components/jquery-ui/themes/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png +0 -0
  652. data/bower_components/jquery-ui/themes/redmond/images/ui-bg_glass_85_dfeffc_1x400.png +0 -0
  653. data/bower_components/jquery-ui/themes/redmond/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  654. data/bower_components/jquery-ui/themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png +0 -0
  655. data/bower_components/jquery-ui/themes/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png +0 -0
  656. data/bower_components/jquery-ui/themes/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
  657. data/bower_components/jquery-ui/themes/redmond/images/ui-icons_217bc0_256x240.png +0 -0
  658. data/bower_components/jquery-ui/themes/redmond/images/ui-icons_2e83ff_256x240.png +0 -0
  659. data/bower_components/jquery-ui/themes/redmond/images/ui-icons_469bdd_256x240.png +0 -0
  660. data/bower_components/jquery-ui/themes/redmond/images/ui-icons_6da8d5_256x240.png +0 -0
  661. data/bower_components/jquery-ui/themes/redmond/images/ui-icons_cd0a0a_256x240.png +0 -0
  662. data/bower_components/jquery-ui/themes/redmond/images/ui-icons_d8e7f3_256x240.png +0 -0
  663. data/bower_components/jquery-ui/themes/redmond/images/ui-icons_f9bd01_256x240.png +0 -0
  664. data/bower_components/jquery-ui/themes/redmond/jquery-ui.css +1225 -0
  665. data/bower_components/jquery-ui/themes/redmond/jquery-ui.min.css +7 -0
  666. data/bower_components/jquery-ui/themes/redmond/theme.css +410 -0
  667. data/bower_components/jquery-ui/themes/smoothness/images/animated-overlay.gif +0 -0
  668. data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  669. data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  670. data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  671. data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  672. data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  673. data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  674. data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  675. data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  676. data/bower_components/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png +0 -0
  677. data/bower_components/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
  678. data/bower_components/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png +0 -0
  679. data/bower_components/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png +0 -0
  680. data/bower_components/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
  681. data/bower_components/jquery-ui/themes/smoothness/jquery-ui.css +1225 -0
  682. data/bower_components/jquery-ui/themes/smoothness/jquery-ui.min.css +7 -0
  683. data/bower_components/jquery-ui/themes/smoothness/theme.css +410 -0
  684. data/bower_components/jquery-ui/themes/south-street/images/animated-overlay.gif +0 -0
  685. data/bower_components/jquery-ui/themes/south-street/images/ui-bg_glass_55_fcf0ba_1x400.png +0 -0
  686. data/bower_components/jquery-ui/themes/south-street/images/ui-bg_gloss-wave_100_ece8da_500x100.png +0 -0
  687. data/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_100_f5f3e5_1x100.png +0 -0
  688. data/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_100_fafaf4_1x100.png +0 -0
  689. data/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_15_459e00_1x100.png +0 -0
  690. data/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_95_cccccc_1x100.png +0 -0
  691. data/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-soft_25_67b021_1x100.png +0 -0
  692. data/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-soft_95_ffedad_1x100.png +0 -0
  693. data/bower_components/jquery-ui/themes/south-street/images/ui-bg_inset-soft_15_2b2922_1x100.png +0 -0
  694. data/bower_components/jquery-ui/themes/south-street/images/ui-icons_808080_256x240.png +0 -0
  695. data/bower_components/jquery-ui/themes/south-street/images/ui-icons_847e71_256x240.png +0 -0
  696. data/bower_components/jquery-ui/themes/south-street/images/ui-icons_8DC262_256x240.png +0 -0
  697. data/bower_components/jquery-ui/themes/south-street/images/ui-icons_cd0a0a_256x240.png +0 -0
  698. data/bower_components/jquery-ui/themes/south-street/images/ui-icons_eeeeee_256x240.png +0 -0
  699. data/bower_components/jquery-ui/themes/south-street/images/ui-icons_ffffff_256x240.png +0 -0
  700. data/bower_components/jquery-ui/themes/south-street/jquery-ui.css +1225 -0
  701. data/bower_components/jquery-ui/themes/south-street/jquery-ui.min.css +7 -0
  702. data/bower_components/jquery-ui/themes/south-street/theme.css +410 -0
  703. data/bower_components/jquery-ui/themes/start/images/animated-overlay.gif +0 -0
  704. data/bower_components/jquery-ui/themes/start/images/ui-bg_flat_55_999999_40x100.png +0 -0
  705. data/bower_components/jquery-ui/themes/start/images/ui-bg_flat_75_aaaaaa_40x100.png +0 -0
  706. data/bower_components/jquery-ui/themes/start/images/ui-bg_glass_45_0078ae_1x400.png +0 -0
  707. data/bower_components/jquery-ui/themes/start/images/ui-bg_glass_55_f8da4e_1x400.png +0 -0
  708. data/bower_components/jquery-ui/themes/start/images/ui-bg_glass_75_79c9ec_1x400.png +0 -0
  709. data/bower_components/jquery-ui/themes/start/images/ui-bg_gloss-wave_45_e14f1c_500x100.png +0 -0
  710. data/bower_components/jquery-ui/themes/start/images/ui-bg_gloss-wave_50_6eac2c_500x100.png +0 -0
  711. data/bower_components/jquery-ui/themes/start/images/ui-bg_gloss-wave_75_2191c0_500x100.png +0 -0
  712. data/bower_components/jquery-ui/themes/start/images/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
  713. data/bower_components/jquery-ui/themes/start/images/ui-icons_0078ae_256x240.png +0 -0
  714. data/bower_components/jquery-ui/themes/start/images/ui-icons_056b93_256x240.png +0 -0
  715. data/bower_components/jquery-ui/themes/start/images/ui-icons_d8e7f3_256x240.png +0 -0
  716. data/bower_components/jquery-ui/themes/start/images/ui-icons_e0fdff_256x240.png +0 -0
  717. data/bower_components/jquery-ui/themes/start/images/ui-icons_f5e175_256x240.png +0 -0
  718. data/bower_components/jquery-ui/themes/start/images/ui-icons_f7a50d_256x240.png +0 -0
  719. data/bower_components/jquery-ui/themes/start/images/ui-icons_fcd113_256x240.png +0 -0
  720. data/bower_components/jquery-ui/themes/start/jquery-ui.css +1225 -0
  721. data/bower_components/jquery-ui/themes/start/jquery-ui.min.css +7 -0
  722. data/bower_components/jquery-ui/themes/start/theme.css +410 -0
  723. data/bower_components/jquery-ui/themes/sunny/images/animated-overlay.gif +0 -0
  724. data/bower_components/jquery-ui/themes/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png +0 -0
  725. data/bower_components/jquery-ui/themes/sunny/images/ui-bg_flat_30_cccccc_40x100.png +0 -0
  726. data/bower_components/jquery-ui/themes/sunny/images/ui-bg_flat_50_5c5c5c_40x100.png +0 -0
  727. data/bower_components/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_45_817865_500x100.png +0 -0
  728. data/bower_components/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_60_fece2f_500x100.png +0 -0
  729. data/bower_components/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_70_ffdd57_500x100.png +0 -0
  730. data/bower_components/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_90_fff9e5_500x100.png +0 -0
  731. data/bower_components/jquery-ui/themes/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png +0 -0
  732. data/bower_components/jquery-ui/themes/sunny/images/ui-bg_inset-soft_30_ffffff_1x100.png +0 -0
  733. data/bower_components/jquery-ui/themes/sunny/images/ui-icons_3d3d3d_256x240.png +0 -0
  734. data/bower_components/jquery-ui/themes/sunny/images/ui-icons_bd7b00_256x240.png +0 -0
  735. data/bower_components/jquery-ui/themes/sunny/images/ui-icons_d19405_256x240.png +0 -0
  736. data/bower_components/jquery-ui/themes/sunny/images/ui-icons_eb990f_256x240.png +0 -0
  737. data/bower_components/jquery-ui/themes/sunny/images/ui-icons_ed9f26_256x240.png +0 -0
  738. data/bower_components/jquery-ui/themes/sunny/images/ui-icons_fadc7a_256x240.png +0 -0
  739. data/bower_components/jquery-ui/themes/sunny/images/ui-icons_ffe180_256x240.png +0 -0
  740. data/bower_components/jquery-ui/themes/sunny/jquery-ui.css +1225 -0
  741. data/bower_components/jquery-ui/themes/sunny/jquery-ui.min.css +7 -0
  742. data/bower_components/jquery-ui/themes/sunny/theme.css +410 -0
  743. data/bower_components/jquery-ui/themes/swanky-purse/images/animated-overlay.gif +0 -0
  744. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_10_4f4221_10x8.png +0 -0
  745. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_20_372806_10x8.png +0 -0
  746. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_25_675423_10x8.png +0 -0
  747. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_25_d5ac5d_10x8.png +0 -0
  748. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_8_261803_10x8.png +0 -0
  749. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_8_443113_10x8.png +0 -0
  750. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_flat_75_ddd4b0_40x100.png +0 -0
  751. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_highlight-hard_65_fee4bd_1x100.png +0 -0
  752. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_070603_256x240.png +0 -0
  753. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_e8e2b5_256x240.png +0 -0
  754. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_e9cd86_256x240.png +0 -0
  755. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_efec9f_256x240.png +0 -0
  756. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_f2ec64_256x240.png +0 -0
  757. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_f9f2bd_256x240.png +0 -0
  758. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_ff7519_256x240.png +0 -0
  759. data/bower_components/jquery-ui/themes/swanky-purse/jquery-ui.css +1225 -0
  760. data/bower_components/jquery-ui/themes/swanky-purse/jquery-ui.min.css +7 -0
  761. data/bower_components/jquery-ui/themes/swanky-purse/theme.css +410 -0
  762. data/bower_components/jquery-ui/themes/trontastic/images/animated-overlay.gif +0 -0
  763. data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_diagonals-small_50_262626_40x40.png +0 -0
  764. data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_flat_0_303030_40x100.png +0 -0
  765. data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_flat_0_4c4c4c_40x100.png +0 -0
  766. data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_glass_40_0a0a0a_1x400.png +0 -0
  767. data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_glass_55_f1fbe5_1x400.png +0 -0
  768. data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_glass_60_000000_1x400.png +0 -0
  769. data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_55_000000_500x100.png +0 -0
  770. data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_85_9fda58_500x100.png +0 -0
  771. data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_95_f6ecd5_500x100.png +0 -0
  772. data/bower_components/jquery-ui/themes/trontastic/images/ui-icons_000000_256x240.png +0 -0
  773. data/bower_components/jquery-ui/themes/trontastic/images/ui-icons_1f1f1f_256x240.png +0 -0
  774. data/bower_components/jquery-ui/themes/trontastic/images/ui-icons_9fda58_256x240.png +0 -0
  775. data/bower_components/jquery-ui/themes/trontastic/images/ui-icons_b8ec79_256x240.png +0 -0
  776. data/bower_components/jquery-ui/themes/trontastic/images/ui-icons_cd0a0a_256x240.png +0 -0
  777. data/bower_components/jquery-ui/themes/trontastic/images/ui-icons_ffffff_256x240.png +0 -0
  778. data/bower_components/jquery-ui/themes/trontastic/jquery-ui.css +1225 -0
  779. data/bower_components/jquery-ui/themes/trontastic/jquery-ui.min.css +7 -0
  780. data/bower_components/jquery-ui/themes/trontastic/theme.css +410 -0
  781. data/bower_components/jquery-ui/themes/ui-darkness/images/animated-overlay.gif +0 -0
  782. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_flat_30_cccccc_40x100.png +0 -0
  783. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png +0 -0
  784. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_glass_20_555555_1x400.png +0 -0
  785. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_glass_40_0078a3_1x400.png +0 -0
  786. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_glass_40_ffc73d_1x400.png +0 -0
  787. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_gloss-wave_25_333333_500x100.png +0 -0
  788. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_highlight-soft_80_eeeeee_1x100.png +0 -0
  789. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_inset-soft_25_000000_1x100.png +0 -0
  790. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_inset-soft_30_f58400_1x100.png +0 -0
  791. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-icons_222222_256x240.png +0 -0
  792. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-icons_4b8e0b_256x240.png +0 -0
  793. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-icons_a83300_256x240.png +0 -0
  794. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-icons_cccccc_256x240.png +0 -0
  795. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-icons_ffffff_256x240.png +0 -0
  796. data/bower_components/jquery-ui/themes/ui-darkness/jquery-ui.css +1225 -0
  797. data/bower_components/jquery-ui/themes/ui-darkness/jquery-ui.min.css +7 -0
  798. data/bower_components/jquery-ui/themes/ui-darkness/theme.css +410 -0
  799. data/bower_components/jquery-ui/themes/ui-lightness/images/animated-overlay.gif +0 -0
  800. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
  801. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
  802. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +0 -0
  803. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
  804. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
  805. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  806. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
  807. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
  808. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
  809. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-icons_222222_256x240.png +0 -0
  810. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-icons_228ef1_256x240.png +0 -0
  811. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png +0 -0
  812. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png +0 -0
  813. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-icons_ffffff_256x240.png +0 -0
  814. data/bower_components/jquery-ui/themes/ui-lightness/jquery-ui.css +1225 -0
  815. data/bower_components/jquery-ui/themes/ui-lightness/jquery-ui.min.css +7 -0
  816. data/bower_components/jquery-ui/themes/ui-lightness/theme.css +410 -0
  817. data/bower_components/jquery-ui/themes/vader/images/animated-overlay.gif +0 -0
  818. data/bower_components/jquery-ui/themes/vader/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  819. data/bower_components/jquery-ui/themes/vader/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  820. data/bower_components/jquery-ui/themes/vader/images/ui-bg_gloss-wave_16_121212_500x100.png +0 -0
  821. data/bower_components/jquery-ui/themes/vader/images/ui-bg_highlight-hard_15_888888_1x100.png +0 -0
  822. data/bower_components/jquery-ui/themes/vader/images/ui-bg_highlight-hard_55_555555_1x100.png +0 -0
  823. data/bower_components/jquery-ui/themes/vader/images/ui-bg_highlight-soft_35_adadad_1x100.png +0 -0
  824. data/bower_components/jquery-ui/themes/vader/images/ui-bg_highlight-soft_60_dddddd_1x100.png +0 -0
  825. data/bower_components/jquery-ui/themes/vader/images/ui-bg_inset-soft_15_121212_1x100.png +0 -0
  826. data/bower_components/jquery-ui/themes/vader/images/ui-icons_666666_256x240.png +0 -0
  827. data/bower_components/jquery-ui/themes/vader/images/ui-icons_aaaaaa_256x240.png +0 -0
  828. data/bower_components/jquery-ui/themes/vader/images/ui-icons_bbbbbb_256x240.png +0 -0
  829. data/bower_components/jquery-ui/themes/vader/images/ui-icons_c98000_256x240.png +0 -0
  830. data/bower_components/jquery-ui/themes/vader/images/ui-icons_cccccc_256x240.png +0 -0
  831. data/bower_components/jquery-ui/themes/vader/images/ui-icons_cd0a0a_256x240.png +0 -0
  832. data/bower_components/jquery-ui/themes/vader/images/ui-icons_f29a00_256x240.png +0 -0
  833. data/bower_components/jquery-ui/themes/vader/jquery-ui.css +1225 -0
  834. data/bower_components/jquery-ui/themes/vader/jquery-ui.min.css +7 -0
  835. data/bower_components/jquery-ui/themes/vader/theme.css +410 -0
  836. data/bower_components/jquery-ui/ui/.jshintrc +24 -0
  837. data/bower_components/jquery-ui/ui/accordion.js +575 -0
  838. data/bower_components/jquery-ui/ui/autocomplete.js +626 -0
  839. data/bower_components/jquery-ui/ui/button.js +411 -0
  840. data/bower_components/jquery-ui/ui/core.js +303 -0
  841. data/bower_components/jquery-ui/ui/datepicker.js +2073 -0
  842. data/bower_components/jquery-ui/ui/dialog.js +858 -0
  843. data/bower_components/jquery-ui/ui/draggable.js +1016 -0
  844. data/bower_components/jquery-ui/ui/droppable.js +416 -0
  845. data/bower_components/jquery-ui/ui/effect-blind.js +90 -0
  846. data/bower_components/jquery-ui/ui/effect-bounce.js +123 -0
  847. data/bower_components/jquery-ui/ui/effect-clip.js +77 -0
  848. data/bower_components/jquery-ui/ui/effect-drop.js +75 -0
  849. data/bower_components/jquery-ui/ui/effect-explode.js +107 -0
  850. data/bower_components/jquery-ui/ui/effect-fade.js +40 -0
  851. data/bower_components/jquery-ui/ui/effect-fold.js +86 -0
  852. data/bower_components/jquery-ui/ui/effect-highlight.js +60 -0
  853. data/bower_components/jquery-ui/ui/effect-puff.js +60 -0
  854. data/bower_components/jquery-ui/ui/effect-pulsate.js +73 -0
  855. data/bower_components/jquery-ui/ui/effect-scale.js +89 -0
  856. data/bower_components/jquery-ui/ui/effect-shake.js +84 -0
  857. data/bower_components/jquery-ui/ui/effect-size.js +233 -0
  858. data/bower_components/jquery-ui/ui/effect-slide.js +74 -0
  859. data/bower_components/jquery-ui/ui/effect-transfer.js +57 -0
  860. data/bower_components/jquery-ui/ui/effect.js +1297 -0
  861. data/bower_components/jquery-ui/ui/i18n/datepicker-af.js +37 -0
  862. data/bower_components/jquery-ui/ui/i18n/datepicker-ar-DZ.js +37 -0
  863. data/bower_components/jquery-ui/ui/i18n/datepicker-ar.js +37 -0
  864. data/bower_components/jquery-ui/ui/i18n/datepicker-az.js +37 -0
  865. data/bower_components/jquery-ui/ui/i18n/datepicker-be.js +37 -0
  866. data/bower_components/jquery-ui/ui/i18n/datepicker-bg.js +38 -0
  867. data/bower_components/jquery-ui/ui/i18n/datepicker-bs.js +37 -0
  868. data/bower_components/jquery-ui/ui/i18n/datepicker-ca.js +37 -0
  869. data/bower_components/jquery-ui/ui/i18n/datepicker-cs.js +37 -0
  870. data/bower_components/jquery-ui/ui/i18n/datepicker-cy-GB.js +37 -0
  871. data/bower_components/jquery-ui/ui/i18n/datepicker-da.js +37 -0
  872. data/bower_components/jquery-ui/ui/i18n/datepicker-de.js +37 -0
  873. data/bower_components/jquery-ui/ui/i18n/datepicker-el.js +37 -0
  874. data/bower_components/jquery-ui/ui/i18n/datepicker-en-AU.js +37 -0
  875. data/bower_components/jquery-ui/ui/i18n/datepicker-en-GB.js +37 -0
  876. data/bower_components/jquery-ui/ui/i18n/datepicker-en-NZ.js +37 -0
  877. data/bower_components/jquery-ui/ui/i18n/datepicker-eo.js +37 -0
  878. data/bower_components/jquery-ui/ui/i18n/datepicker-es.js +37 -0
  879. data/bower_components/jquery-ui/ui/i18n/datepicker-et.js +37 -0
  880. data/bower_components/jquery-ui/ui/i18n/datepicker-eu.js +36 -0
  881. data/bower_components/jquery-ui/ui/i18n/datepicker-fa.js +73 -0
  882. data/bower_components/jquery-ui/ui/i18n/datepicker-fi.js +37 -0
  883. data/bower_components/jquery-ui/ui/i18n/datepicker-fo.js +37 -0
  884. data/bower_components/jquery-ui/ui/i18n/datepicker-fr-CA.js +37 -0
  885. data/bower_components/jquery-ui/ui/i18n/datepicker-fr-CH.js +37 -0
  886. data/bower_components/jquery-ui/ui/i18n/datepicker-fr.js +39 -0
  887. data/bower_components/jquery-ui/ui/i18n/datepicker-gl.js +37 -0
  888. data/bower_components/jquery-ui/ui/i18n/datepicker-he.js +37 -0
  889. data/bower_components/jquery-ui/ui/i18n/datepicker-hi.js +37 -0
  890. data/bower_components/jquery-ui/ui/i18n/datepicker-hr.js +37 -0
  891. data/bower_components/jquery-ui/ui/i18n/datepicker-hu.js +36 -0
  892. data/bower_components/jquery-ui/ui/i18n/datepicker-hy.js +37 -0
  893. data/bower_components/jquery-ui/ui/i18n/datepicker-id.js +37 -0
  894. data/bower_components/jquery-ui/ui/i18n/datepicker-is.js +37 -0
  895. data/bower_components/jquery-ui/ui/i18n/datepicker-it-CH.js +37 -0
  896. data/bower_components/jquery-ui/ui/i18n/datepicker-it.js +37 -0
  897. data/bower_components/jquery-ui/ui/i18n/datepicker-ja.js +37 -0
  898. data/bower_components/jquery-ui/ui/i18n/datepicker-ka.js +35 -0
  899. data/bower_components/jquery-ui/ui/i18n/datepicker-kk.js +37 -0
  900. data/bower_components/jquery-ui/ui/i18n/datepicker-km.js +37 -0
  901. data/bower_components/jquery-ui/ui/i18n/datepicker-ko.js +37 -0
  902. data/bower_components/jquery-ui/ui/i18n/datepicker-ky.js +38 -0
  903. data/bower_components/jquery-ui/ui/i18n/datepicker-lb.js +37 -0
  904. data/bower_components/jquery-ui/ui/i18n/datepicker-lt.js +37 -0
  905. data/bower_components/jquery-ui/ui/i18n/datepicker-lv.js +37 -0
  906. data/bower_components/jquery-ui/ui/i18n/datepicker-mk.js +37 -0
  907. data/bower_components/jquery-ui/ui/i18n/datepicker-ml.js +37 -0
  908. data/bower_components/jquery-ui/ui/i18n/datepicker-ms.js +37 -0
  909. data/bower_components/jquery-ui/ui/i18n/datepicker-nb.js +36 -0
  910. data/bower_components/jquery-ui/ui/i18n/datepicker-nl-BE.js +37 -0
  911. data/bower_components/jquery-ui/ui/i18n/datepicker-nl.js +37 -0
  912. data/bower_components/jquery-ui/ui/i18n/datepicker-nn.js +36 -0
  913. data/bower_components/jquery-ui/ui/i18n/datepicker-no.js +37 -0
  914. data/bower_components/jquery-ui/ui/i18n/datepicker-pl.js +37 -0
  915. data/bower_components/jquery-ui/ui/i18n/datepicker-pt-BR.js +37 -0
  916. data/bower_components/jquery-ui/ui/i18n/datepicker-pt.js +36 -0
  917. data/bower_components/jquery-ui/ui/i18n/datepicker-rm.js +35 -0
  918. data/bower_components/jquery-ui/ui/i18n/datepicker-ro.js +40 -0
  919. data/bower_components/jquery-ui/ui/i18n/datepicker-ru.js +37 -0
  920. data/bower_components/jquery-ui/ui/i18n/datepicker-sk.js +37 -0
  921. data/bower_components/jquery-ui/ui/i18n/datepicker-sl.js +38 -0
  922. data/bower_components/jquery-ui/ui/i18n/datepicker-sq.js +37 -0
  923. data/bower_components/jquery-ui/ui/i18n/datepicker-sr-SR.js +37 -0
  924. data/bower_components/jquery-ui/ui/i18n/datepicker-sr.js +37 -0
  925. data/bower_components/jquery-ui/ui/i18n/datepicker-sv.js +37 -0
  926. data/bower_components/jquery-ui/ui/i18n/datepicker-ta.js +37 -0
  927. data/bower_components/jquery-ui/ui/i18n/datepicker-th.js +37 -0
  928. data/bower_components/jquery-ui/ui/i18n/datepicker-tj.js +37 -0
  929. data/bower_components/jquery-ui/ui/i18n/datepicker-tr.js +37 -0
  930. data/bower_components/jquery-ui/ui/i18n/datepicker-uk.js +38 -0
  931. data/bower_components/jquery-ui/ui/i18n/datepicker-vi.js +37 -0
  932. data/bower_components/jquery-ui/ui/i18n/datepicker-zh-CN.js +37 -0
  933. data/bower_components/jquery-ui/ui/i18n/datepicker-zh-HK.js +37 -0
  934. data/bower_components/jquery-ui/ui/i18n/datepicker-zh-TW.js +37 -0
  935. data/bower_components/jquery-ui/ui/menu.js +640 -0
  936. data/bower_components/jquery-ui/ui/minified/accordion.min.js +4 -0
  937. data/bower_components/jquery-ui/ui/minified/autocomplete.min.js +4 -0
  938. data/bower_components/jquery-ui/ui/minified/button.min.js +4 -0
  939. data/bower_components/jquery-ui/ui/minified/core.min.js +4 -0
  940. data/bower_components/jquery-ui/ui/minified/datepicker.min.js +5 -0
  941. data/bower_components/jquery-ui/ui/minified/dialog.min.js +4 -0
  942. data/bower_components/jquery-ui/ui/minified/draggable.min.js +4 -0
  943. data/bower_components/jquery-ui/ui/minified/droppable.min.js +4 -0
  944. data/bower_components/jquery-ui/ui/minified/effect-blind.min.js +4 -0
  945. data/bower_components/jquery-ui/ui/minified/effect-bounce.min.js +4 -0
  946. data/bower_components/jquery-ui/ui/minified/effect-clip.min.js +4 -0
  947. data/bower_components/jquery-ui/ui/minified/effect-drop.min.js +4 -0
  948. data/bower_components/jquery-ui/ui/minified/effect-explode.min.js +4 -0
  949. data/bower_components/jquery-ui/ui/minified/effect-fade.min.js +4 -0
  950. data/bower_components/jquery-ui/ui/minified/effect-fold.min.js +4 -0
  951. data/bower_components/jquery-ui/ui/minified/effect-highlight.min.js +4 -0
  952. data/bower_components/jquery-ui/ui/minified/effect-puff.min.js +4 -0
  953. data/bower_components/jquery-ui/ui/minified/effect-pulsate.min.js +4 -0
  954. data/bower_components/jquery-ui/ui/minified/effect-scale.min.js +4 -0
  955. data/bower_components/jquery-ui/ui/minified/effect-shake.min.js +4 -0
  956. data/bower_components/jquery-ui/ui/minified/effect-size.min.js +4 -0
  957. data/bower_components/jquery-ui/ui/minified/effect-slide.min.js +4 -0
  958. data/bower_components/jquery-ui/ui/minified/effect-transfer.min.js +4 -0
  959. data/bower_components/jquery-ui/ui/minified/effect.min.js +4 -0
  960. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-af.min.js +4 -0
  961. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js +4 -0
  962. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ar.min.js +4 -0
  963. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-az.min.js +4 -0
  964. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-be.min.js +4 -0
  965. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-bg.min.js +4 -0
  966. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-bs.min.js +4 -0
  967. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ca.min.js +4 -0
  968. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-cs.min.js +4 -0
  969. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js +4 -0
  970. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-da.min.js +4 -0
  971. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-de.min.js +4 -0
  972. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-el.min.js +4 -0
  973. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js +4 -0
  974. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js +4 -0
  975. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js +4 -0
  976. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-eo.min.js +4 -0
  977. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-es.min.js +4 -0
  978. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-et.min.js +4 -0
  979. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-eu.min.js +4 -0
  980. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-fa.min.js +4 -0
  981. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-fi.min.js +4 -0
  982. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-fo.min.js +4 -0
  983. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js +4 -0
  984. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js +4 -0
  985. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-fr.min.js +4 -0
  986. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-gl.min.js +4 -0
  987. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-he.min.js +4 -0
  988. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-hi.min.js +4 -0
  989. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-hr.min.js +4 -0
  990. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-hu.min.js +4 -0
  991. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-hy.min.js +4 -0
  992. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-id.min.js +4 -0
  993. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-is.min.js +4 -0
  994. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js +4 -0
  995. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-it.min.js +4 -0
  996. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ja.min.js +4 -0
  997. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ka.min.js +4 -0
  998. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-kk.min.js +4 -0
  999. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-km.min.js +4 -0
  1000. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ko.min.js +4 -0
  1001. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ky.min.js +4 -0
  1002. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-lb.min.js +4 -0
  1003. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-lt.min.js +4 -0
  1004. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-lv.min.js +4 -0
  1005. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-mk.min.js +4 -0
  1006. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ml.min.js +4 -0
  1007. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ms.min.js +4 -0
  1008. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-nb.min.js +4 -0
  1009. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js +4 -0
  1010. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-nl.min.js +4 -0
  1011. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-nn.min.js +4 -0
  1012. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-no.min.js +4 -0
  1013. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-pl.min.js +4 -0
  1014. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js +4 -0
  1015. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-pt.min.js +4 -0
  1016. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-rm.min.js +4 -0
  1017. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ro.min.js +4 -0
  1018. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ru.min.js +4 -0
  1019. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-sk.min.js +4 -0
  1020. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-sl.min.js +4 -0
  1021. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-sq.min.js +4 -0
  1022. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js +4 -0
  1023. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-sr.min.js +4 -0
  1024. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-sv.min.js +4 -0
  1025. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ta.min.js +4 -0
  1026. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-th.min.js +4 -0
  1027. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-tj.min.js +4 -0
  1028. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-tr.min.js +4 -0
  1029. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-uk.min.js +4 -0
  1030. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-vi.min.js +4 -0
  1031. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js +4 -0
  1032. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js +4 -0
  1033. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js +4 -0
  1034. data/bower_components/jquery-ui/ui/minified/menu.min.js +4 -0
  1035. data/bower_components/jquery-ui/ui/minified/mouse.min.js +4 -0
  1036. data/bower_components/jquery-ui/ui/minified/position.min.js +4 -0
  1037. data/bower_components/jquery-ui/ui/minified/progressbar.min.js +4 -0
  1038. data/bower_components/jquery-ui/ui/minified/resizable.min.js +4 -0
  1039. data/bower_components/jquery-ui/ui/minified/selectable.min.js +4 -0
  1040. data/bower_components/jquery-ui/ui/minified/selectmenu.min.js +4 -0
  1041. data/bower_components/jquery-ui/ui/minified/slider.min.js +4 -0
  1042. data/bower_components/jquery-ui/ui/minified/sortable.min.js +4 -0
  1043. data/bower_components/jquery-ui/ui/minified/spinner.min.js +4 -0
  1044. data/bower_components/jquery-ui/ui/minified/tabs.min.js +4 -0
  1045. data/bower_components/jquery-ui/ui/minified/tooltip.min.js +4 -0
  1046. data/bower_components/jquery-ui/ui/minified/widget.min.js +4 -0
  1047. data/bower_components/jquery-ui/ui/mouse.js +187 -0
  1048. data/bower_components/jquery-ui/ui/position.js +514 -0
  1049. data/bower_components/jquery-ui/ui/progressbar.js +159 -0
  1050. data/bower_components/jquery-ui/ui/resizable.js +1028 -0
  1051. data/bower_components/jquery-ui/ui/selectable.js +287 -0
  1052. data/bower_components/jquery-ui/ui/selectmenu.js +555 -0
  1053. data/bower_components/jquery-ui/ui/slider.js +688 -0
  1054. data/bower_components/jquery-ui/ui/sortable.js +1310 -0
  1055. data/bower_components/jquery-ui/ui/spinner.js +514 -0
  1056. data/bower_components/jquery-ui/ui/tabs.js +866 -0
  1057. data/bower_components/jquery-ui/ui/tooltip.js +444 -0
  1058. data/bower_components/jquery-ui/ui/widget.js +543 -0
  1059. data/bower_components/jquery.cookie/.bower.json +28 -0
  1060. data/bower_components/jquery.cookie/jquery.cookie.js +117 -0
  1061. data/bower_components/modernizr/.bower.json +14 -0
  1062. data/bower_components/modernizr/.editorconfig +10 -0
  1063. data/bower_components/modernizr/.gitignore +2 -0
  1064. data/bower_components/modernizr/.travis.yml +6 -0
  1065. data/bower_components/modernizr/feature-detects/a-download.js +8 -0
  1066. data/bower_components/modernizr/feature-detects/audio-audiodata-api.js +4 -0
  1067. data/bower_components/modernizr/feature-detects/audio-webaudio-api.js +4 -0
  1068. data/bower_components/modernizr/feature-detects/battery-api.js +8 -0
  1069. data/bower_components/modernizr/feature-detects/battery-level.js +11 -0
  1070. data/bower_components/modernizr/feature-detects/blob-constructor.js +10 -0
  1071. data/bower_components/modernizr/feature-detects/canvas-todataurl-type.js +28 -0
  1072. data/bower_components/modernizr/feature-detects/contenteditable.js +9 -0
  1073. data/bower_components/modernizr/feature-detects/contentsecuritypolicy.js +10 -0
  1074. data/bower_components/modernizr/feature-detects/contextmenu.js +11 -0
  1075. data/bower_components/modernizr/feature-detects/cookies.js +15 -0
  1076. data/bower_components/modernizr/feature-detects/cors.js +3 -0
  1077. data/bower_components/modernizr/feature-detects/css-backgroundposition-shorthand.js +19 -0
  1078. data/bower_components/modernizr/feature-detects/css-backgroundposition-xy.js +15 -0
  1079. data/bower_components/modernizr/feature-detects/css-backgroundrepeat.js +31 -0
  1080. data/bower_components/modernizr/feature-detects/css-backgroundsizecover.js +10 -0
  1081. data/bower_components/modernizr/feature-detects/css-boxsizing.js +9 -0
  1082. data/bower_components/modernizr/feature-detects/css-calc.js +12 -0
  1083. data/bower_components/modernizr/feature-detects/css-cubicbezierrange.js +8 -0
  1084. data/bower_components/modernizr/feature-detects/css-displayrunin.js +18 -0
  1085. data/bower_components/modernizr/feature-detects/css-displaytable.js +27 -0
  1086. data/bower_components/modernizr/feature-detects/css-filters.js +7 -0
  1087. data/bower_components/modernizr/feature-detects/css-hyphens.js +205 -0
  1088. data/bower_components/modernizr/feature-detects/css-lastchild.js +11 -0
  1089. data/bower_components/modernizr/feature-detects/css-mask.js +12 -0
  1090. data/bower_components/modernizr/feature-detects/css-mediaqueries.js +3 -0
  1091. data/bower_components/modernizr/feature-detects/css-objectfit.js +6 -0
  1092. data/bower_components/modernizr/feature-detects/css-overflow-scrolling.js +9 -0
  1093. data/bower_components/modernizr/feature-detects/css-pointerevents.js +25 -0
  1094. data/bower_components/modernizr/feature-detects/css-positionsticky.js +13 -0
  1095. data/bower_components/modernizr/feature-detects/css-regions.js +55 -0
  1096. data/bower_components/modernizr/feature-detects/css-remunit.js +19 -0
  1097. data/bower_components/modernizr/feature-detects/css-resize.js +8 -0
  1098. data/bower_components/modernizr/feature-detects/css-scrollbars.js +19 -0
  1099. data/bower_components/modernizr/feature-detects/css-shapes.js +4 -0
  1100. data/bower_components/modernizr/feature-detects/css-subpixelfont.js +23 -0
  1101. data/bower_components/modernizr/feature-detects/css-supports.js +6 -0
  1102. data/bower_components/modernizr/feature-detects/css-userselect.js +10 -0
  1103. data/bower_components/modernizr/feature-detects/css-vhunit.js +14 -0
  1104. data/bower_components/modernizr/feature-detects/css-vmaxunit.js +14 -0
  1105. data/bower_components/modernizr/feature-detects/css-vminunit.js +14 -0
  1106. data/bower_components/modernizr/feature-detects/css-vwunit.js +14 -0
  1107. data/bower_components/modernizr/feature-detects/custom-protocol-handler.js +10 -0
  1108. data/bower_components/modernizr/feature-detects/dart.js +6 -0
  1109. data/bower_components/modernizr/feature-detects/dataview-api.js +4 -0
  1110. data/bower_components/modernizr/feature-detects/dom-classlist.js +4 -0
  1111. data/bower_components/modernizr/feature-detects/dom-createElement-attrs.js +11 -0
  1112. data/bower_components/modernizr/feature-detects/dom-dataset.js +9 -0
  1113. data/bower_components/modernizr/feature-detects/dom-microdata.js +4 -0
  1114. data/bower_components/modernizr/feature-detects/elem-datalist.js +12 -0
  1115. data/bower_components/modernizr/feature-detects/elem-details.js +25 -0
  1116. data/bower_components/modernizr/feature-detects/elem-output.js +4 -0
  1117. data/bower_components/modernizr/feature-detects/elem-progress-meter.js +11 -0
  1118. data/bower_components/modernizr/feature-detects/elem-ruby.js +53 -0
  1119. data/bower_components/modernizr/feature-detects/elem-time.js +4 -0
  1120. data/bower_components/modernizr/feature-detects/elem-track.js +11 -0
  1121. data/bower_components/modernizr/feature-detects/emoji.js +11 -0
  1122. data/bower_components/modernizr/feature-detects/es5-strictmode.js +7 -0
  1123. data/bower_components/modernizr/feature-detects/event-deviceorientation-motion.js +11 -0
  1124. data/bower_components/modernizr/feature-detects/exif-orientation.js +32 -0
  1125. data/bower_components/modernizr/feature-detects/file-api.js +12 -0
  1126. data/bower_components/modernizr/feature-detects/file-filesystem.js +9 -0
  1127. data/bower_components/modernizr/feature-detects/forms-fileinput.js +13 -0
  1128. data/bower_components/modernizr/feature-detects/forms-formattribute.js +29 -0
  1129. data/bower_components/modernizr/feature-detects/forms-inputnumber-l10n.js +32 -0
  1130. data/bower_components/modernizr/feature-detects/forms-placeholder.js +10 -0
  1131. data/bower_components/modernizr/feature-detects/forms-speechinput.js +19 -0
  1132. data/bower_components/modernizr/feature-detects/forms-validation.js +62 -0
  1133. data/bower_components/modernizr/feature-detects/fullscreen-api.js +10 -0
  1134. data/bower_components/modernizr/feature-detects/gamepad.js +12 -0
  1135. data/bower_components/modernizr/feature-detects/getusermedia.js +5 -0
  1136. data/bower_components/modernizr/feature-detects/ie8compat.js +12 -0
  1137. data/bower_components/modernizr/feature-detects/iframe-sandbox.js +5 -0
  1138. data/bower_components/modernizr/feature-detects/iframe-seamless.js +5 -0
  1139. data/bower_components/modernizr/feature-detects/iframe-srcdoc.js +5 -0
  1140. data/bower_components/modernizr/feature-detects/img-apng.js +26 -0
  1141. data/bower_components/modernizr/feature-detects/img-webp.js +20 -0
  1142. data/bower_components/modernizr/feature-detects/json.js +7 -0
  1143. data/bower_components/modernizr/feature-detects/lists-reversed.js +6 -0
  1144. data/bower_components/modernizr/feature-detects/mathml.js +23 -0
  1145. data/bower_components/modernizr/feature-detects/network-connection.js +22 -0
  1146. data/bower_components/modernizr/feature-detects/network-eventsource.js +5 -0
  1147. data/bower_components/modernizr/feature-detects/network-xhr2.js +13 -0
  1148. data/bower_components/modernizr/feature-detects/notification.js +10 -0
  1149. data/bower_components/modernizr/feature-detects/performance.js +5 -0
  1150. data/bower_components/modernizr/feature-detects/pointerlock-api.js +4 -0
  1151. data/bower_components/modernizr/feature-detects/quota-management-api.js +11 -0
  1152. data/bower_components/modernizr/feature-detects/requestanimationframe.js +7 -0
  1153. data/bower_components/modernizr/feature-detects/script-async.js +3 -0
  1154. data/bower_components/modernizr/feature-detects/script-defer.js +3 -0
  1155. data/bower_components/modernizr/feature-detects/style-scoped.js +6 -0
  1156. data/bower_components/modernizr/feature-detects/svg-filters.js +13 -0
  1157. data/bower_components/modernizr/feature-detects/unicode.js +32 -0
  1158. data/bower_components/modernizr/feature-detects/url-data-uri.js +26 -0
  1159. data/bower_components/modernizr/feature-detects/userdata.js +7 -0
  1160. data/bower_components/modernizr/feature-detects/vibration.js +4 -0
  1161. data/bower_components/modernizr/feature-detects/web-intents.js +6 -0
  1162. data/bower_components/modernizr/feature-detects/webgl-extensions.js +42 -0
  1163. data/bower_components/modernizr/feature-detects/websockets-binary.js +20 -0
  1164. data/bower_components/modernizr/feature-detects/window-framed.js +8 -0
  1165. data/bower_components/modernizr/feature-detects/workers-blobworkers.js +66 -0
  1166. data/bower_components/modernizr/feature-detects/workers-dataworkers.js +34 -0
  1167. data/bower_components/modernizr/feature-detects/workers-sharedworkers.js +3 -0
  1168. data/bower_components/modernizr/grunt.js +69 -0
  1169. data/bower_components/modernizr/media/Modernizr 2 Logo.ai +292 -1
  1170. data/bower_components/modernizr/media/Modernizr 2 Logo.eps +0 -0
  1171. data/bower_components/modernizr/media/Modernizr 2 Logo.pdf +292 -1
  1172. data/bower_components/modernizr/media/Modernizr 2 Logo.png +0 -0
  1173. data/bower_components/modernizr/media/Modernizr 2 Logo.svg +35 -0
  1174. data/bower_components/modernizr/modernizr.js +1406 -0
  1175. data/bower_components/modernizr/readme.md +28 -0
  1176. data/bower_components/modernizr/test/basic.html +65 -0
  1177. data/bower_components/modernizr/test/caniuse.html +1451 -0
  1178. data/bower_components/modernizr/test/caniuse_files/Windsong-webfont.eot +0 -0
  1179. data/bower_components/modernizr/test/caniuse_files/Windsong-webfont.otf +0 -0
  1180. data/bower_components/modernizr/test/caniuse_files/Windsong-webfont.svg +147 -0
  1181. data/bower_components/modernizr/test/caniuse_files/Windsong-webfont.ttf +0 -0
  1182. data/bower_components/modernizr/test/caniuse_files/Windsong-webfont.woff +0 -0
  1183. data/bower_components/modernizr/test/caniuse_files/alpha.png +0 -0
  1184. data/bower_components/modernizr/test/caniuse_files/apng_test.png +0 -0
  1185. data/bower_components/modernizr/test/caniuse_files/before-after.png +0 -0
  1186. data/bower_components/modernizr/test/caniuse_files/form_validation.html +15 -0
  1187. data/bower_components/modernizr/test/caniuse_files/ga.js +43 -0
  1188. data/bower_components/modernizr/test/caniuse_files/green5x5.png +0 -0
  1189. data/bower_components/modernizr/test/caniuse_files/hashchange.html +16 -0
  1190. data/bower_components/modernizr/test/caniuse_files/jquery.min.js +18 -0
  1191. data/bower_components/modernizr/test/caniuse_files/mathml.html +120 -0
  1192. data/bower_components/modernizr/test/caniuse_files/mathml_ref.png +0 -0
  1193. data/bower_components/modernizr/test/caniuse_files/modernizr-1.7.min.js +2 -0
  1194. data/bower_components/modernizr/test/caniuse_files/png_alpha_result.png +0 -0
  1195. data/bower_components/modernizr/test/caniuse_files/pushstate.html +40 -0
  1196. data/bower_components/modernizr/test/caniuse_files/red30x30.png +0 -0
  1197. data/bower_components/modernizr/test/caniuse_files/ruby.png +0 -0
  1198. data/bower_components/modernizr/test/caniuse_files/stroked-text.png +0 -0
  1199. data/bower_components/modernizr/test/caniuse_files/style.css +168 -0
  1200. data/bower_components/modernizr/test/caniuse_files/svg-html-blur.png +0 -0
  1201. data/bower_components/modernizr/test/caniuse_files/svg-img.svg +5 -0
  1202. data/bower_components/modernizr/test/caniuse_files/svg-img.svg.1 +5 -0
  1203. data/bower_components/modernizr/test/caniuse_files/svg_blur.png +0 -0
  1204. data/bower_components/modernizr/test/caniuse_files/table.png +0 -0
  1205. data/bower_components/modernizr/test/caniuse_files/text-shadow1.png +0 -0
  1206. data/bower_components/modernizr/test/caniuse_files/text-shadow2.png +0 -0
  1207. data/bower_components/modernizr/test/caniuse_files/windsong_font.png +0 -0
  1208. data/bower_components/modernizr/test/caniuse_files/xhtml.html +14 -0
  1209. data/bower_components/modernizr/test/index.html +104 -0
  1210. data/bower_components/modernizr/test/js/basic.html +65 -0
  1211. data/bower_components/modernizr/test/js/dumpdata.js +75 -0
  1212. data/bower_components/modernizr/test/js/lib/detect-global.js +153 -0
  1213. data/bower_components/modernizr/test/js/lib/jquery-1.7b2.js +9279 -0
  1214. data/bower_components/modernizr/test/js/lib/jsonselect.js +279 -0
  1215. data/bower_components/modernizr/test/js/lib/polyfills.js +96 -0
  1216. data/bower_components/modernizr/test/js/lib/uaparser.js +215 -0
  1217. data/bower_components/modernizr/test/js/setup.js +44 -0
  1218. data/bower_components/modernizr/test/js/unit-caniuse.js +191 -0
  1219. data/bower_components/modernizr/test/js/unit.js +669 -0
  1220. data/bower_components/modernizr/test/qunit/qunit.css +231 -0
  1221. data/bower_components/modernizr/test/qunit/qunit.js +1932 -0
  1222. data/bower_components/modernizr/test/qunit/run-qunit.js +72 -0
  1223. data/bower_components/underscore/.bower.json +33 -0
  1224. data/bower_components/underscore/.editorconfig +14 -0
  1225. data/bower_components/underscore/.gitignore +2 -0
  1226. data/bower_components/underscore/LICENSE +23 -0
  1227. data/bower_components/underscore/README.md +22 -0
  1228. data/bower_components/underscore/bower.json +8 -0
  1229. data/bower_components/underscore/component.json +10 -0
  1230. data/bower_components/underscore/package.json +27 -0
  1231. data/bower_components/underscore/underscore.js +1343 -0
  1232. data/lib/rubyneat_dashboard/bower_dsl.rb +94 -0
  1233. data/lib/rubyneat_dashboard/main.rb +70 -0
  1234. data/lib/rubyneat_dashboard/overview_rest.rb +43 -0
  1235. data/lib/rubyneat_dashboard/reporting.rb +19 -0
  1236. data/lib/rubyneat_dashboard/rubyneat_dsl.rb +43 -0
  1237. data/lib/rubyneat_dashboard/stream_helpers.rb +14 -0
  1238. data/lib/rubyneat_dashboard.rb +93 -0
  1239. data/rubyneat_dashboard.gemspec +1339 -0
  1240. data/spec/rubyneat_dashboard_spec.rb +5 -0
  1241. data/spec/spec_helper.rb +32 -0
  1242. data/views/critters.haml +1 -0
  1243. data/views/home.haml +35 -0
  1244. data/views/layout.haml +46 -0
  1245. data/views/overview.haml +6 -0
  1246. data/views/population/general.haml +6 -0
  1247. data/views/population/home.haml +28 -0
  1248. data/views/population/speciation.haml +1 -0
  1249. metadata +1545 -0
@@ -0,0 +1,4860 @@
1
+ meta.foundation-version {
2
+ font-family: "/5.2.3/"; }
3
+
4
+ meta.foundation-mq-small {
5
+ font-family: "/only screen/";
6
+ width: 0em; }
7
+
8
+ meta.foundation-mq-medium {
9
+ font-family: "/only screen and (min-width:40.063em)/";
10
+ width: 40.063em; }
11
+
12
+ meta.foundation-mq-large {
13
+ font-family: "/only screen and (min-width:64.063em)/";
14
+ width: 64.063em; }
15
+
16
+ meta.foundation-mq-xlarge {
17
+ font-family: "/only screen and (min-width:90.063em)/";
18
+ width: 90.063em; }
19
+
20
+ meta.foundation-mq-xxlarge {
21
+ font-family: "/only screen and (min-width:120.063em)/";
22
+ width: 120.063em; }
23
+
24
+ meta.foundation-data-attribute-namespace {
25
+ font-family: false; }
26
+
27
+ html, body {
28
+ height: 100%; }
29
+
30
+ *, *:before, *:after {
31
+ -webkit-box-sizing: border-box;
32
+ -moz-box-sizing: border-box;
33
+ box-sizing: border-box; }
34
+
35
+ html, body {
36
+ font-size: 100%; }
37
+
38
+ body {
39
+ background: #fff;
40
+ color: #222;
41
+ padding: 0;
42
+ margin: 0;
43
+ font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
44
+ font-weight: normal;
45
+ font-style: normal;
46
+ line-height: 1;
47
+ position: relative;
48
+ cursor: default; }
49
+
50
+ a:hover {
51
+ cursor: pointer; }
52
+
53
+ img {
54
+ max-width: 100%;
55
+ height: auto; }
56
+
57
+ img {
58
+ -ms-interpolation-mode: bicubic; }
59
+
60
+ #map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object {
61
+ max-width: none !important; }
62
+
63
+ .left {
64
+ float: left !important; }
65
+
66
+ .right {
67
+ float: right !important; }
68
+
69
+ .clearfix:before, .clearfix:after {
70
+ content: " ";
71
+ display: table; }
72
+ .clearfix:after {
73
+ clear: both; }
74
+
75
+ .hide {
76
+ display: none; }
77
+
78
+ .antialiased {
79
+ -webkit-font-smoothing: antialiased;
80
+ -moz-osx-font-smoothing: grayscale; }
81
+
82
+ img {
83
+ display: inline-block;
84
+ vertical-align: middle; }
85
+
86
+ textarea {
87
+ height: auto;
88
+ min-height: 50px; }
89
+
90
+ select {
91
+ width: 100%; }
92
+
93
+ .row {
94
+ width: 100%;
95
+ margin-left: auto;
96
+ margin-right: auto;
97
+ margin-top: 0;
98
+ margin-bottom: 0;
99
+ max-width: 62.5rem; }
100
+ .row:before, .row:after {
101
+ content: " ";
102
+ display: table; }
103
+ .row:after {
104
+ clear: both; }
105
+ .row.collapse > .column, .row.collapse > .columns {
106
+ padding-left: 0;
107
+ padding-right: 0; }
108
+ .row.collapse .row {
109
+ margin-left: 0;
110
+ margin-right: 0; }
111
+ .row .row {
112
+ width: auto;
113
+ margin-left: -0.9375rem;
114
+ margin-right: -0.9375rem;
115
+ margin-top: 0;
116
+ margin-bottom: 0;
117
+ max-width: none; }
118
+ .row .row:before, .row .row:after {
119
+ content: " ";
120
+ display: table; }
121
+ .row .row:after {
122
+ clear: both; }
123
+ .row .row.collapse {
124
+ width: auto;
125
+ margin: 0;
126
+ max-width: none; }
127
+ .row .row.collapse:before, .row .row.collapse:after {
128
+ content: " ";
129
+ display: table; }
130
+ .row .row.collapse:after {
131
+ clear: both; }
132
+
133
+ .column, .columns {
134
+ padding-left: 0.9375rem;
135
+ padding-right: 0.9375rem;
136
+ width: 100%;
137
+ float: left; }
138
+
139
+ @media only screen {
140
+ .small-push-0 {
141
+ position: relative;
142
+ left: 0%;
143
+ right: auto; }
144
+ .small-pull-0 {
145
+ position: relative;
146
+ right: 0%;
147
+ left: auto; }
148
+ .small-push-1 {
149
+ position: relative;
150
+ left: 8.33333%;
151
+ right: auto; }
152
+ .small-pull-1 {
153
+ position: relative;
154
+ right: 8.33333%;
155
+ left: auto; }
156
+ .small-push-2 {
157
+ position: relative;
158
+ left: 16.66667%;
159
+ right: auto; }
160
+ .small-pull-2 {
161
+ position: relative;
162
+ right: 16.66667%;
163
+ left: auto; }
164
+ .small-push-3 {
165
+ position: relative;
166
+ left: 25%;
167
+ right: auto; }
168
+ .small-pull-3 {
169
+ position: relative;
170
+ right: 25%;
171
+ left: auto; }
172
+ .small-push-4 {
173
+ position: relative;
174
+ left: 33.33333%;
175
+ right: auto; }
176
+ .small-pull-4 {
177
+ position: relative;
178
+ right: 33.33333%;
179
+ left: auto; }
180
+ .small-push-5 {
181
+ position: relative;
182
+ left: 41.66667%;
183
+ right: auto; }
184
+ .small-pull-5 {
185
+ position: relative;
186
+ right: 41.66667%;
187
+ left: auto; }
188
+ .small-push-6 {
189
+ position: relative;
190
+ left: 50%;
191
+ right: auto; }
192
+ .small-pull-6 {
193
+ position: relative;
194
+ right: 50%;
195
+ left: auto; }
196
+ .small-push-7 {
197
+ position: relative;
198
+ left: 58.33333%;
199
+ right: auto; }
200
+ .small-pull-7 {
201
+ position: relative;
202
+ right: 58.33333%;
203
+ left: auto; }
204
+ .small-push-8 {
205
+ position: relative;
206
+ left: 66.66667%;
207
+ right: auto; }
208
+ .small-pull-8 {
209
+ position: relative;
210
+ right: 66.66667%;
211
+ left: auto; }
212
+ .small-push-9 {
213
+ position: relative;
214
+ left: 75%;
215
+ right: auto; }
216
+ .small-pull-9 {
217
+ position: relative;
218
+ right: 75%;
219
+ left: auto; }
220
+ .small-push-10 {
221
+ position: relative;
222
+ left: 83.33333%;
223
+ right: auto; }
224
+ .small-pull-10 {
225
+ position: relative;
226
+ right: 83.33333%;
227
+ left: auto; }
228
+ .small-push-11 {
229
+ position: relative;
230
+ left: 91.66667%;
231
+ right: auto; }
232
+ .small-pull-11 {
233
+ position: relative;
234
+ right: 91.66667%;
235
+ left: auto; }
236
+ .column, .columns {
237
+ position: relative;
238
+ padding-left: 0.9375rem;
239
+ padding-right: 0.9375rem;
240
+ float: left; }
241
+ .small-1 {
242
+ width: 8.33333%; }
243
+ .small-2 {
244
+ width: 16.66667%; }
245
+ .small-3 {
246
+ width: 25%; }
247
+ .small-4 {
248
+ width: 33.33333%; }
249
+ .small-5 {
250
+ width: 41.66667%; }
251
+ .small-6 {
252
+ width: 50%; }
253
+ .small-7 {
254
+ width: 58.33333%; }
255
+ .small-8 {
256
+ width: 66.66667%; }
257
+ .small-9 {
258
+ width: 75%; }
259
+ .small-10 {
260
+ width: 83.33333%; }
261
+ .small-11 {
262
+ width: 91.66667%; }
263
+ .small-12 {
264
+ width: 100%; }
265
+ [class*="column"] + [class*="column"]:last-child {
266
+ float: right; }
267
+ [class*="column"] + [class*="column"].end {
268
+ float: left; }
269
+ .small-offset-0 {
270
+ margin-left: 0% !important; }
271
+ .small-offset-1 {
272
+ margin-left: 8.33333% !important; }
273
+ .small-offset-2 {
274
+ margin-left: 16.66667% !important; }
275
+ .small-offset-3 {
276
+ margin-left: 25% !important; }
277
+ .small-offset-4 {
278
+ margin-left: 33.33333% !important; }
279
+ .small-offset-5 {
280
+ margin-left: 41.66667% !important; }
281
+ .small-offset-6 {
282
+ margin-left: 50% !important; }
283
+ .small-offset-7 {
284
+ margin-left: 58.33333% !important; }
285
+ .small-offset-8 {
286
+ margin-left: 66.66667% !important; }
287
+ .small-offset-9 {
288
+ margin-left: 75% !important; }
289
+ .small-offset-10 {
290
+ margin-left: 83.33333% !important; }
291
+ .small-offset-11 {
292
+ margin-left: 91.66667% !important; }
293
+ .small-reset-order {
294
+ margin-left: 0;
295
+ margin-right: 0;
296
+ left: auto;
297
+ right: auto;
298
+ float: left; }
299
+ .column.small-centered, .columns.small-centered {
300
+ margin-left: auto;
301
+ margin-right: auto;
302
+ float: none !important; }
303
+ .column.small-uncentered, .columns.small-uncentered {
304
+ margin-left: 0;
305
+ margin-right: 0;
306
+ float: left !important; }
307
+ .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
308
+ float: right; } }
309
+
310
+ @media only screen and (min-width:40.063em) {
311
+ .medium-push-0 {
312
+ position: relative;
313
+ left: 0%;
314
+ right: auto; }
315
+ .medium-pull-0 {
316
+ position: relative;
317
+ right: 0%;
318
+ left: auto; }
319
+ .medium-push-1 {
320
+ position: relative;
321
+ left: 8.33333%;
322
+ right: auto; }
323
+ .medium-pull-1 {
324
+ position: relative;
325
+ right: 8.33333%;
326
+ left: auto; }
327
+ .medium-push-2 {
328
+ position: relative;
329
+ left: 16.66667%;
330
+ right: auto; }
331
+ .medium-pull-2 {
332
+ position: relative;
333
+ right: 16.66667%;
334
+ left: auto; }
335
+ .medium-push-3 {
336
+ position: relative;
337
+ left: 25%;
338
+ right: auto; }
339
+ .medium-pull-3 {
340
+ position: relative;
341
+ right: 25%;
342
+ left: auto; }
343
+ .medium-push-4 {
344
+ position: relative;
345
+ left: 33.33333%;
346
+ right: auto; }
347
+ .medium-pull-4 {
348
+ position: relative;
349
+ right: 33.33333%;
350
+ left: auto; }
351
+ .medium-push-5 {
352
+ position: relative;
353
+ left: 41.66667%;
354
+ right: auto; }
355
+ .medium-pull-5 {
356
+ position: relative;
357
+ right: 41.66667%;
358
+ left: auto; }
359
+ .medium-push-6 {
360
+ position: relative;
361
+ left: 50%;
362
+ right: auto; }
363
+ .medium-pull-6 {
364
+ position: relative;
365
+ right: 50%;
366
+ left: auto; }
367
+ .medium-push-7 {
368
+ position: relative;
369
+ left: 58.33333%;
370
+ right: auto; }
371
+ .medium-pull-7 {
372
+ position: relative;
373
+ right: 58.33333%;
374
+ left: auto; }
375
+ .medium-push-8 {
376
+ position: relative;
377
+ left: 66.66667%;
378
+ right: auto; }
379
+ .medium-pull-8 {
380
+ position: relative;
381
+ right: 66.66667%;
382
+ left: auto; }
383
+ .medium-push-9 {
384
+ position: relative;
385
+ left: 75%;
386
+ right: auto; }
387
+ .medium-pull-9 {
388
+ position: relative;
389
+ right: 75%;
390
+ left: auto; }
391
+ .medium-push-10 {
392
+ position: relative;
393
+ left: 83.33333%;
394
+ right: auto; }
395
+ .medium-pull-10 {
396
+ position: relative;
397
+ right: 83.33333%;
398
+ left: auto; }
399
+ .medium-push-11 {
400
+ position: relative;
401
+ left: 91.66667%;
402
+ right: auto; }
403
+ .medium-pull-11 {
404
+ position: relative;
405
+ right: 91.66667%;
406
+ left: auto; }
407
+ .column, .columns {
408
+ position: relative;
409
+ padding-left: 0.9375rem;
410
+ padding-right: 0.9375rem;
411
+ float: left; }
412
+ .medium-1 {
413
+ width: 8.33333%; }
414
+ .medium-2 {
415
+ width: 16.66667%; }
416
+ .medium-3 {
417
+ width: 25%; }
418
+ .medium-4 {
419
+ width: 33.33333%; }
420
+ .medium-5 {
421
+ width: 41.66667%; }
422
+ .medium-6 {
423
+ width: 50%; }
424
+ .medium-7 {
425
+ width: 58.33333%; }
426
+ .medium-8 {
427
+ width: 66.66667%; }
428
+ .medium-9 {
429
+ width: 75%; }
430
+ .medium-10 {
431
+ width: 83.33333%; }
432
+ .medium-11 {
433
+ width: 91.66667%; }
434
+ .medium-12 {
435
+ width: 100%; }
436
+ [class*="column"] + [class*="column"]:last-child {
437
+ float: right; }
438
+ [class*="column"] + [class*="column"].end {
439
+ float: left; }
440
+ .medium-offset-0 {
441
+ margin-left: 0% !important; }
442
+ .medium-offset-1 {
443
+ margin-left: 8.33333% !important; }
444
+ .medium-offset-2 {
445
+ margin-left: 16.66667% !important; }
446
+ .medium-offset-3 {
447
+ margin-left: 25% !important; }
448
+ .medium-offset-4 {
449
+ margin-left: 33.33333% !important; }
450
+ .medium-offset-5 {
451
+ margin-left: 41.66667% !important; }
452
+ .medium-offset-6 {
453
+ margin-left: 50% !important; }
454
+ .medium-offset-7 {
455
+ margin-left: 58.33333% !important; }
456
+ .medium-offset-8 {
457
+ margin-left: 66.66667% !important; }
458
+ .medium-offset-9 {
459
+ margin-left: 75% !important; }
460
+ .medium-offset-10 {
461
+ margin-left: 83.33333% !important; }
462
+ .medium-offset-11 {
463
+ margin-left: 91.66667% !important; }
464
+ .medium-reset-order {
465
+ margin-left: 0;
466
+ margin-right: 0;
467
+ left: auto;
468
+ right: auto;
469
+ float: left; }
470
+ .column.medium-centered, .columns.medium-centered {
471
+ margin-left: auto;
472
+ margin-right: auto;
473
+ float: none !important; }
474
+ .column.medium-uncentered, .columns.medium-uncentered {
475
+ margin-left: 0;
476
+ margin-right: 0;
477
+ float: left !important; }
478
+ .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
479
+ float: right; }
480
+ .push-0 {
481
+ position: relative;
482
+ left: 0%;
483
+ right: auto; }
484
+ .pull-0 {
485
+ position: relative;
486
+ right: 0%;
487
+ left: auto; }
488
+ .push-1 {
489
+ position: relative;
490
+ left: 8.33333%;
491
+ right: auto; }
492
+ .pull-1 {
493
+ position: relative;
494
+ right: 8.33333%;
495
+ left: auto; }
496
+ .push-2 {
497
+ position: relative;
498
+ left: 16.66667%;
499
+ right: auto; }
500
+ .pull-2 {
501
+ position: relative;
502
+ right: 16.66667%;
503
+ left: auto; }
504
+ .push-3 {
505
+ position: relative;
506
+ left: 25%;
507
+ right: auto; }
508
+ .pull-3 {
509
+ position: relative;
510
+ right: 25%;
511
+ left: auto; }
512
+ .push-4 {
513
+ position: relative;
514
+ left: 33.33333%;
515
+ right: auto; }
516
+ .pull-4 {
517
+ position: relative;
518
+ right: 33.33333%;
519
+ left: auto; }
520
+ .push-5 {
521
+ position: relative;
522
+ left: 41.66667%;
523
+ right: auto; }
524
+ .pull-5 {
525
+ position: relative;
526
+ right: 41.66667%;
527
+ left: auto; }
528
+ .push-6 {
529
+ position: relative;
530
+ left: 50%;
531
+ right: auto; }
532
+ .pull-6 {
533
+ position: relative;
534
+ right: 50%;
535
+ left: auto; }
536
+ .push-7 {
537
+ position: relative;
538
+ left: 58.33333%;
539
+ right: auto; }
540
+ .pull-7 {
541
+ position: relative;
542
+ right: 58.33333%;
543
+ left: auto; }
544
+ .push-8 {
545
+ position: relative;
546
+ left: 66.66667%;
547
+ right: auto; }
548
+ .pull-8 {
549
+ position: relative;
550
+ right: 66.66667%;
551
+ left: auto; }
552
+ .push-9 {
553
+ position: relative;
554
+ left: 75%;
555
+ right: auto; }
556
+ .pull-9 {
557
+ position: relative;
558
+ right: 75%;
559
+ left: auto; }
560
+ .push-10 {
561
+ position: relative;
562
+ left: 83.33333%;
563
+ right: auto; }
564
+ .pull-10 {
565
+ position: relative;
566
+ right: 83.33333%;
567
+ left: auto; }
568
+ .push-11 {
569
+ position: relative;
570
+ left: 91.66667%;
571
+ right: auto; }
572
+ .pull-11 {
573
+ position: relative;
574
+ right: 91.66667%;
575
+ left: auto; } }
576
+
577
+ @media only screen and (min-width:64.063em) {
578
+ .large-push-0 {
579
+ position: relative;
580
+ left: 0%;
581
+ right: auto; }
582
+ .large-pull-0 {
583
+ position: relative;
584
+ right: 0%;
585
+ left: auto; }
586
+ .large-push-1 {
587
+ position: relative;
588
+ left: 8.33333%;
589
+ right: auto; }
590
+ .large-pull-1 {
591
+ position: relative;
592
+ right: 8.33333%;
593
+ left: auto; }
594
+ .large-push-2 {
595
+ position: relative;
596
+ left: 16.66667%;
597
+ right: auto; }
598
+ .large-pull-2 {
599
+ position: relative;
600
+ right: 16.66667%;
601
+ left: auto; }
602
+ .large-push-3 {
603
+ position: relative;
604
+ left: 25%;
605
+ right: auto; }
606
+ .large-pull-3 {
607
+ position: relative;
608
+ right: 25%;
609
+ left: auto; }
610
+ .large-push-4 {
611
+ position: relative;
612
+ left: 33.33333%;
613
+ right: auto; }
614
+ .large-pull-4 {
615
+ position: relative;
616
+ right: 33.33333%;
617
+ left: auto; }
618
+ .large-push-5 {
619
+ position: relative;
620
+ left: 41.66667%;
621
+ right: auto; }
622
+ .large-pull-5 {
623
+ position: relative;
624
+ right: 41.66667%;
625
+ left: auto; }
626
+ .large-push-6 {
627
+ position: relative;
628
+ left: 50%;
629
+ right: auto; }
630
+ .large-pull-6 {
631
+ position: relative;
632
+ right: 50%;
633
+ left: auto; }
634
+ .large-push-7 {
635
+ position: relative;
636
+ left: 58.33333%;
637
+ right: auto; }
638
+ .large-pull-7 {
639
+ position: relative;
640
+ right: 58.33333%;
641
+ left: auto; }
642
+ .large-push-8 {
643
+ position: relative;
644
+ left: 66.66667%;
645
+ right: auto; }
646
+ .large-pull-8 {
647
+ position: relative;
648
+ right: 66.66667%;
649
+ left: auto; }
650
+ .large-push-9 {
651
+ position: relative;
652
+ left: 75%;
653
+ right: auto; }
654
+ .large-pull-9 {
655
+ position: relative;
656
+ right: 75%;
657
+ left: auto; }
658
+ .large-push-10 {
659
+ position: relative;
660
+ left: 83.33333%;
661
+ right: auto; }
662
+ .large-pull-10 {
663
+ position: relative;
664
+ right: 83.33333%;
665
+ left: auto; }
666
+ .large-push-11 {
667
+ position: relative;
668
+ left: 91.66667%;
669
+ right: auto; }
670
+ .large-pull-11 {
671
+ position: relative;
672
+ right: 91.66667%;
673
+ left: auto; }
674
+ .column, .columns {
675
+ position: relative;
676
+ padding-left: 0.9375rem;
677
+ padding-right: 0.9375rem;
678
+ float: left; }
679
+ .large-1 {
680
+ width: 8.33333%; }
681
+ .large-2 {
682
+ width: 16.66667%; }
683
+ .large-3 {
684
+ width: 25%; }
685
+ .large-4 {
686
+ width: 33.33333%; }
687
+ .large-5 {
688
+ width: 41.66667%; }
689
+ .large-6 {
690
+ width: 50%; }
691
+ .large-7 {
692
+ width: 58.33333%; }
693
+ .large-8 {
694
+ width: 66.66667%; }
695
+ .large-9 {
696
+ width: 75%; }
697
+ .large-10 {
698
+ width: 83.33333%; }
699
+ .large-11 {
700
+ width: 91.66667%; }
701
+ .large-12 {
702
+ width: 100%; }
703
+ [class*="column"] + [class*="column"]:last-child {
704
+ float: right; }
705
+ [class*="column"] + [class*="column"].end {
706
+ float: left; }
707
+ .large-offset-0 {
708
+ margin-left: 0% !important; }
709
+ .large-offset-1 {
710
+ margin-left: 8.33333% !important; }
711
+ .large-offset-2 {
712
+ margin-left: 16.66667% !important; }
713
+ .large-offset-3 {
714
+ margin-left: 25% !important; }
715
+ .large-offset-4 {
716
+ margin-left: 33.33333% !important; }
717
+ .large-offset-5 {
718
+ margin-left: 41.66667% !important; }
719
+ .large-offset-6 {
720
+ margin-left: 50% !important; }
721
+ .large-offset-7 {
722
+ margin-left: 58.33333% !important; }
723
+ .large-offset-8 {
724
+ margin-left: 66.66667% !important; }
725
+ .large-offset-9 {
726
+ margin-left: 75% !important; }
727
+ .large-offset-10 {
728
+ margin-left: 83.33333% !important; }
729
+ .large-offset-11 {
730
+ margin-left: 91.66667% !important; }
731
+ .large-reset-order {
732
+ margin-left: 0;
733
+ margin-right: 0;
734
+ left: auto;
735
+ right: auto;
736
+ float: left; }
737
+ .column.large-centered, .columns.large-centered {
738
+ margin-left: auto;
739
+ margin-right: auto;
740
+ float: none !important; }
741
+ .column.large-uncentered, .columns.large-uncentered {
742
+ margin-left: 0;
743
+ margin-right: 0;
744
+ float: left !important; }
745
+ .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
746
+ float: right; }
747
+ .push-0 {
748
+ position: relative;
749
+ left: 0%;
750
+ right: auto; }
751
+ .pull-0 {
752
+ position: relative;
753
+ right: 0%;
754
+ left: auto; }
755
+ .push-1 {
756
+ position: relative;
757
+ left: 8.33333%;
758
+ right: auto; }
759
+ .pull-1 {
760
+ position: relative;
761
+ right: 8.33333%;
762
+ left: auto; }
763
+ .push-2 {
764
+ position: relative;
765
+ left: 16.66667%;
766
+ right: auto; }
767
+ .pull-2 {
768
+ position: relative;
769
+ right: 16.66667%;
770
+ left: auto; }
771
+ .push-3 {
772
+ position: relative;
773
+ left: 25%;
774
+ right: auto; }
775
+ .pull-3 {
776
+ position: relative;
777
+ right: 25%;
778
+ left: auto; }
779
+ .push-4 {
780
+ position: relative;
781
+ left: 33.33333%;
782
+ right: auto; }
783
+ .pull-4 {
784
+ position: relative;
785
+ right: 33.33333%;
786
+ left: auto; }
787
+ .push-5 {
788
+ position: relative;
789
+ left: 41.66667%;
790
+ right: auto; }
791
+ .pull-5 {
792
+ position: relative;
793
+ right: 41.66667%;
794
+ left: auto; }
795
+ .push-6 {
796
+ position: relative;
797
+ left: 50%;
798
+ right: auto; }
799
+ .pull-6 {
800
+ position: relative;
801
+ right: 50%;
802
+ left: auto; }
803
+ .push-7 {
804
+ position: relative;
805
+ left: 58.33333%;
806
+ right: auto; }
807
+ .pull-7 {
808
+ position: relative;
809
+ right: 58.33333%;
810
+ left: auto; }
811
+ .push-8 {
812
+ position: relative;
813
+ left: 66.66667%;
814
+ right: auto; }
815
+ .pull-8 {
816
+ position: relative;
817
+ right: 66.66667%;
818
+ left: auto; }
819
+ .push-9 {
820
+ position: relative;
821
+ left: 75%;
822
+ right: auto; }
823
+ .pull-9 {
824
+ position: relative;
825
+ right: 75%;
826
+ left: auto; }
827
+ .push-10 {
828
+ position: relative;
829
+ left: 83.33333%;
830
+ right: auto; }
831
+ .pull-10 {
832
+ position: relative;
833
+ right: 83.33333%;
834
+ left: auto; }
835
+ .push-11 {
836
+ position: relative;
837
+ left: 91.66667%;
838
+ right: auto; }
839
+ .pull-11 {
840
+ position: relative;
841
+ right: 91.66667%;
842
+ left: auto; } }
843
+
844
+ .accordion {
845
+ margin-bottom: 0; }
846
+ .accordion:before, .accordion:after {
847
+ content: " ";
848
+ display: table; }
849
+ .accordion:after {
850
+ clear: both; }
851
+ .accordion dd {
852
+ display: block;
853
+ margin-bottom: 0 !important; }
854
+ .accordion dd.active > a {
855
+ background: #e8e8e8; }
856
+ .accordion dd > a {
857
+ background: #efefef;
858
+ color: #222;
859
+ padding: 1rem;
860
+ display: block;
861
+ font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
862
+ font-size: 1rem; }
863
+ .accordion dd > a:hover {
864
+ background: #e3e3e3; }
865
+ .accordion dd > .content {
866
+ display: none;
867
+ padding: 0.9375rem; }
868
+ .accordion dd > .content.active {
869
+ display: block;
870
+ background: #fff; }
871
+
872
+ .alert-box {
873
+ border-style: solid;
874
+ border-width: 1px;
875
+ display: block;
876
+ font-weight: normal;
877
+ margin-bottom: 1.25rem;
878
+ position: relative;
879
+ padding: 0.875rem 1.5rem 0.875rem 0.875rem;
880
+ font-size: 0.8125rem;
881
+ transition: opacity 300ms ease-out;
882
+ background-color: #008CBA;
883
+ border-color: #007ba0;
884
+ color: #fff; }
885
+ .alert-box .close {
886
+ font-size: 1.375rem;
887
+ padding: 9px 6px 4px;
888
+ line-height: 0;
889
+ position: absolute;
890
+ top: 50%;
891
+ margin-top: -0.6875rem;
892
+ right: 0.25rem;
893
+ color: #333;
894
+ opacity: 0.3; }
895
+ .alert-box .close:hover, .alert-box .close:focus {
896
+ opacity: 0.5; }
897
+ .alert-box.radius {
898
+ border-radius: 3px; }
899
+ .alert-box.round {
900
+ border-radius: 1000px; }
901
+ .alert-box.success {
902
+ background-color: #43AC6A;
903
+ border-color: #3a945b;
904
+ color: #fff; }
905
+ .alert-box.alert {
906
+ background-color: #f04124;
907
+ border-color: #de2b0f;
908
+ color: #fff; }
909
+ .alert-box.secondary {
910
+ background-color: #e7e7e7;
911
+ border-color: #c7c7c7;
912
+ color: #4f4f4f; }
913
+ .alert-box.warning {
914
+ background-color: #f08a24;
915
+ border-color: #de770f;
916
+ color: #fff; }
917
+ .alert-box.info {
918
+ background-color: #a0d3e8;
919
+ border-color: #74bfdd;
920
+ color: #4f4f4f; }
921
+ .alert-box.alert-close {
922
+ opacity: 0; }
923
+
924
+ [class*="block-grid-"] {
925
+ display: block;
926
+ padding: 0;
927
+ margin: 0 -0.625rem; }
928
+ [class*="block-grid-"]:before, [class*="block-grid-"]:after {
929
+ content: " ";
930
+ display: table; }
931
+ [class*="block-grid-"]:after {
932
+ clear: both; }
933
+ [class*="block-grid-"] > li {
934
+ display: block;
935
+ height: auto;
936
+ float: left;
937
+ padding: 0 0.625rem 1.25rem; }
938
+
939
+ @media only screen {
940
+ .small-block-grid-1 > li {
941
+ width: 100%;
942
+ list-style: none; }
943
+ .small-block-grid-1 > li:nth-of-type(1n) {
944
+ clear: none; }
945
+ .small-block-grid-1 > li:nth-of-type(1n+1) {
946
+ clear: both; }
947
+ .small-block-grid-2 > li {
948
+ width: 50%;
949
+ list-style: none; }
950
+ .small-block-grid-2 > li:nth-of-type(1n) {
951
+ clear: none; }
952
+ .small-block-grid-2 > li:nth-of-type(2n+1) {
953
+ clear: both; }
954
+ .small-block-grid-3 > li {
955
+ width: 33.33333%;
956
+ list-style: none; }
957
+ .small-block-grid-3 > li:nth-of-type(1n) {
958
+ clear: none; }
959
+ .small-block-grid-3 > li:nth-of-type(3n+1) {
960
+ clear: both; }
961
+ .small-block-grid-4 > li {
962
+ width: 25%;
963
+ list-style: none; }
964
+ .small-block-grid-4 > li:nth-of-type(1n) {
965
+ clear: none; }
966
+ .small-block-grid-4 > li:nth-of-type(4n+1) {
967
+ clear: both; }
968
+ .small-block-grid-5 > li {
969
+ width: 20%;
970
+ list-style: none; }
971
+ .small-block-grid-5 > li:nth-of-type(1n) {
972
+ clear: none; }
973
+ .small-block-grid-5 > li:nth-of-type(5n+1) {
974
+ clear: both; }
975
+ .small-block-grid-6 > li {
976
+ width: 16.66667%;
977
+ list-style: none; }
978
+ .small-block-grid-6 > li:nth-of-type(1n) {
979
+ clear: none; }
980
+ .small-block-grid-6 > li:nth-of-type(6n+1) {
981
+ clear: both; }
982
+ .small-block-grid-7 > li {
983
+ width: 14.28571%;
984
+ list-style: none; }
985
+ .small-block-grid-7 > li:nth-of-type(1n) {
986
+ clear: none; }
987
+ .small-block-grid-7 > li:nth-of-type(7n+1) {
988
+ clear: both; }
989
+ .small-block-grid-8 > li {
990
+ width: 12.5%;
991
+ list-style: none; }
992
+ .small-block-grid-8 > li:nth-of-type(1n) {
993
+ clear: none; }
994
+ .small-block-grid-8 > li:nth-of-type(8n+1) {
995
+ clear: both; }
996
+ .small-block-grid-9 > li {
997
+ width: 11.11111%;
998
+ list-style: none; }
999
+ .small-block-grid-9 > li:nth-of-type(1n) {
1000
+ clear: none; }
1001
+ .small-block-grid-9 > li:nth-of-type(9n+1) {
1002
+ clear: both; }
1003
+ .small-block-grid-10 > li {
1004
+ width: 10%;
1005
+ list-style: none; }
1006
+ .small-block-grid-10 > li:nth-of-type(1n) {
1007
+ clear: none; }
1008
+ .small-block-grid-10 > li:nth-of-type(10n+1) {
1009
+ clear: both; }
1010
+ .small-block-grid-11 > li {
1011
+ width: 9.09091%;
1012
+ list-style: none; }
1013
+ .small-block-grid-11 > li:nth-of-type(1n) {
1014
+ clear: none; }
1015
+ .small-block-grid-11 > li:nth-of-type(11n+1) {
1016
+ clear: both; }
1017
+ .small-block-grid-12 > li {
1018
+ width: 8.33333%;
1019
+ list-style: none; }
1020
+ .small-block-grid-12 > li:nth-of-type(1n) {
1021
+ clear: none; }
1022
+ .small-block-grid-12 > li:nth-of-type(12n+1) {
1023
+ clear: both; } }
1024
+
1025
+ @media only screen and (min-width:40.063em) {
1026
+ .medium-block-grid-1 > li {
1027
+ width: 100%;
1028
+ list-style: none; }
1029
+ .medium-block-grid-1 > li:nth-of-type(1n) {
1030
+ clear: none; }
1031
+ .medium-block-grid-1 > li:nth-of-type(1n+1) {
1032
+ clear: both; }
1033
+ .medium-block-grid-2 > li {
1034
+ width: 50%;
1035
+ list-style: none; }
1036
+ .medium-block-grid-2 > li:nth-of-type(1n) {
1037
+ clear: none; }
1038
+ .medium-block-grid-2 > li:nth-of-type(2n+1) {
1039
+ clear: both; }
1040
+ .medium-block-grid-3 > li {
1041
+ width: 33.33333%;
1042
+ list-style: none; }
1043
+ .medium-block-grid-3 > li:nth-of-type(1n) {
1044
+ clear: none; }
1045
+ .medium-block-grid-3 > li:nth-of-type(3n+1) {
1046
+ clear: both; }
1047
+ .medium-block-grid-4 > li {
1048
+ width: 25%;
1049
+ list-style: none; }
1050
+ .medium-block-grid-4 > li:nth-of-type(1n) {
1051
+ clear: none; }
1052
+ .medium-block-grid-4 > li:nth-of-type(4n+1) {
1053
+ clear: both; }
1054
+ .medium-block-grid-5 > li {
1055
+ width: 20%;
1056
+ list-style: none; }
1057
+ .medium-block-grid-5 > li:nth-of-type(1n) {
1058
+ clear: none; }
1059
+ .medium-block-grid-5 > li:nth-of-type(5n+1) {
1060
+ clear: both; }
1061
+ .medium-block-grid-6 > li {
1062
+ width: 16.66667%;
1063
+ list-style: none; }
1064
+ .medium-block-grid-6 > li:nth-of-type(1n) {
1065
+ clear: none; }
1066
+ .medium-block-grid-6 > li:nth-of-type(6n+1) {
1067
+ clear: both; }
1068
+ .medium-block-grid-7 > li {
1069
+ width: 14.28571%;
1070
+ list-style: none; }
1071
+ .medium-block-grid-7 > li:nth-of-type(1n) {
1072
+ clear: none; }
1073
+ .medium-block-grid-7 > li:nth-of-type(7n+1) {
1074
+ clear: both; }
1075
+ .medium-block-grid-8 > li {
1076
+ width: 12.5%;
1077
+ list-style: none; }
1078
+ .medium-block-grid-8 > li:nth-of-type(1n) {
1079
+ clear: none; }
1080
+ .medium-block-grid-8 > li:nth-of-type(8n+1) {
1081
+ clear: both; }
1082
+ .medium-block-grid-9 > li {
1083
+ width: 11.11111%;
1084
+ list-style: none; }
1085
+ .medium-block-grid-9 > li:nth-of-type(1n) {
1086
+ clear: none; }
1087
+ .medium-block-grid-9 > li:nth-of-type(9n+1) {
1088
+ clear: both; }
1089
+ .medium-block-grid-10 > li {
1090
+ width: 10%;
1091
+ list-style: none; }
1092
+ .medium-block-grid-10 > li:nth-of-type(1n) {
1093
+ clear: none; }
1094
+ .medium-block-grid-10 > li:nth-of-type(10n+1) {
1095
+ clear: both; }
1096
+ .medium-block-grid-11 > li {
1097
+ width: 9.09091%;
1098
+ list-style: none; }
1099
+ .medium-block-grid-11 > li:nth-of-type(1n) {
1100
+ clear: none; }
1101
+ .medium-block-grid-11 > li:nth-of-type(11n+1) {
1102
+ clear: both; }
1103
+ .medium-block-grid-12 > li {
1104
+ width: 8.33333%;
1105
+ list-style: none; }
1106
+ .medium-block-grid-12 > li:nth-of-type(1n) {
1107
+ clear: none; }
1108
+ .medium-block-grid-12 > li:nth-of-type(12n+1) {
1109
+ clear: both; } }
1110
+
1111
+ @media only screen and (min-width:64.063em) {
1112
+ .large-block-grid-1 > li {
1113
+ width: 100%;
1114
+ list-style: none; }
1115
+ .large-block-grid-1 > li:nth-of-type(1n) {
1116
+ clear: none; }
1117
+ .large-block-grid-1 > li:nth-of-type(1n+1) {
1118
+ clear: both; }
1119
+ .large-block-grid-2 > li {
1120
+ width: 50%;
1121
+ list-style: none; }
1122
+ .large-block-grid-2 > li:nth-of-type(1n) {
1123
+ clear: none; }
1124
+ .large-block-grid-2 > li:nth-of-type(2n+1) {
1125
+ clear: both; }
1126
+ .large-block-grid-3 > li {
1127
+ width: 33.33333%;
1128
+ list-style: none; }
1129
+ .large-block-grid-3 > li:nth-of-type(1n) {
1130
+ clear: none; }
1131
+ .large-block-grid-3 > li:nth-of-type(3n+1) {
1132
+ clear: both; }
1133
+ .large-block-grid-4 > li {
1134
+ width: 25%;
1135
+ list-style: none; }
1136
+ .large-block-grid-4 > li:nth-of-type(1n) {
1137
+ clear: none; }
1138
+ .large-block-grid-4 > li:nth-of-type(4n+1) {
1139
+ clear: both; }
1140
+ .large-block-grid-5 > li {
1141
+ width: 20%;
1142
+ list-style: none; }
1143
+ .large-block-grid-5 > li:nth-of-type(1n) {
1144
+ clear: none; }
1145
+ .large-block-grid-5 > li:nth-of-type(5n+1) {
1146
+ clear: both; }
1147
+ .large-block-grid-6 > li {
1148
+ width: 16.66667%;
1149
+ list-style: none; }
1150
+ .large-block-grid-6 > li:nth-of-type(1n) {
1151
+ clear: none; }
1152
+ .large-block-grid-6 > li:nth-of-type(6n+1) {
1153
+ clear: both; }
1154
+ .large-block-grid-7 > li {
1155
+ width: 14.28571%;
1156
+ list-style: none; }
1157
+ .large-block-grid-7 > li:nth-of-type(1n) {
1158
+ clear: none; }
1159
+ .large-block-grid-7 > li:nth-of-type(7n+1) {
1160
+ clear: both; }
1161
+ .large-block-grid-8 > li {
1162
+ width: 12.5%;
1163
+ list-style: none; }
1164
+ .large-block-grid-8 > li:nth-of-type(1n) {
1165
+ clear: none; }
1166
+ .large-block-grid-8 > li:nth-of-type(8n+1) {
1167
+ clear: both; }
1168
+ .large-block-grid-9 > li {
1169
+ width: 11.11111%;
1170
+ list-style: none; }
1171
+ .large-block-grid-9 > li:nth-of-type(1n) {
1172
+ clear: none; }
1173
+ .large-block-grid-9 > li:nth-of-type(9n+1) {
1174
+ clear: both; }
1175
+ .large-block-grid-10 > li {
1176
+ width: 10%;
1177
+ list-style: none; }
1178
+ .large-block-grid-10 > li:nth-of-type(1n) {
1179
+ clear: none; }
1180
+ .large-block-grid-10 > li:nth-of-type(10n+1) {
1181
+ clear: both; }
1182
+ .large-block-grid-11 > li {
1183
+ width: 9.09091%;
1184
+ list-style: none; }
1185
+ .large-block-grid-11 > li:nth-of-type(1n) {
1186
+ clear: none; }
1187
+ .large-block-grid-11 > li:nth-of-type(11n+1) {
1188
+ clear: both; }
1189
+ .large-block-grid-12 > li {
1190
+ width: 8.33333%;
1191
+ list-style: none; }
1192
+ .large-block-grid-12 > li:nth-of-type(1n) {
1193
+ clear: none; }
1194
+ .large-block-grid-12 > li:nth-of-type(12n+1) {
1195
+ clear: both; } }
1196
+
1197
+ .breadcrumbs {
1198
+ display: block;
1199
+ padding: 0.5625rem 0.875rem 0.5625rem;
1200
+ overflow: hidden;
1201
+ margin-left: 0;
1202
+ list-style: none;
1203
+ border-style: solid;
1204
+ border-width: 1px;
1205
+ background-color: #f4f4f4;
1206
+ border-color: #dcdcdc;
1207
+ border-radius: 3px; }
1208
+ .breadcrumbs > * {
1209
+ margin: 0;
1210
+ float: left;
1211
+ font-size: 0.6875rem;
1212
+ line-height: 0.6875rem;
1213
+ text-transform: uppercase;
1214
+ color: #008CBA; }
1215
+ .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
1216
+ text-decoration: underline; }
1217
+ .breadcrumbs > * a {
1218
+ color: #008CBA; }
1219
+ .breadcrumbs > *.current {
1220
+ cursor: default;
1221
+ color: #333; }
1222
+ .breadcrumbs > *.current a {
1223
+ cursor: default;
1224
+ color: #333; }
1225
+ .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
1226
+ text-decoration: none; }
1227
+ .breadcrumbs > *.unavailable {
1228
+ color: #999; }
1229
+ .breadcrumbs > *.unavailable a {
1230
+ color: #999; }
1231
+ .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus, .breadcrumbs > *.unavailable a:focus {
1232
+ text-decoration: none;
1233
+ color: #999;
1234
+ cursor: default; }
1235
+ .breadcrumbs > *:before {
1236
+ content: "/";
1237
+ color: #aaa;
1238
+ margin: 0 0.75rem;
1239
+ position: relative;
1240
+ top: 1px; }
1241
+ .breadcrumbs > *:first-child:before {
1242
+ content: " ";
1243
+ margin: 0; }
1244
+
1245
+ button, .button {
1246
+ border-style: solid;
1247
+ border-width: 0px;
1248
+ cursor: pointer;
1249
+ font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
1250
+ font-weight: normal;
1251
+ line-height: normal;
1252
+ margin: 0 0 1.25rem;
1253
+ position: relative;
1254
+ text-decoration: none;
1255
+ text-align: center;
1256
+ -webkit-appearance: none;
1257
+ -webkit-border-radius: 0;
1258
+ display: inline-block;
1259
+ padding-top: 1rem;
1260
+ padding-right: 2rem;
1261
+ padding-bottom: 1.0625rem;
1262
+ padding-left: 2rem;
1263
+ font-size: 1rem;
1264
+ background-color: #008CBA;
1265
+ border-color: #007295;
1266
+ color: #fff;
1267
+ transition: background-color 300ms ease-out; }
1268
+ button:hover, button:focus, .button:hover, .button:focus {
1269
+ background-color: #007295; }
1270
+ button:hover, button:focus, .button:hover, .button:focus {
1271
+ color: #fff; }
1272
+ button.secondary, .button.secondary {
1273
+ background-color: #e7e7e7;
1274
+ border-color: #b9b9b9;
1275
+ color: #333; }
1276
+ button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
1277
+ background-color: #b9b9b9; }
1278
+ button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
1279
+ color: #333; }
1280
+ button.success, .button.success {
1281
+ background-color: #43AC6A;
1282
+ border-color: #368a54;
1283
+ color: #fff; }
1284
+ button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
1285
+ background-color: #368a54; }
1286
+ button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
1287
+ color: #fff; }
1288
+ button.alert, .button.alert {
1289
+ background-color: #f04124;
1290
+ border-color: #cf280e;
1291
+ color: #fff; }
1292
+ button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
1293
+ background-color: #cf280e; }
1294
+ button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
1295
+ color: #fff; }
1296
+ button.large, .button.large {
1297
+ padding-top: 1.125rem;
1298
+ padding-right: 2.25rem;
1299
+ padding-bottom: 1.1875rem;
1300
+ padding-left: 2.25rem;
1301
+ font-size: 1.25rem; }
1302
+ button.small, .button.small {
1303
+ padding-top: 0.875rem;
1304
+ padding-right: 1.75rem;
1305
+ padding-bottom: 0.9375rem;
1306
+ padding-left: 1.75rem;
1307
+ font-size: 0.8125rem; }
1308
+ button.tiny, .button.tiny {
1309
+ padding-top: 0.625rem;
1310
+ padding-right: 1.25rem;
1311
+ padding-bottom: 0.6875rem;
1312
+ padding-left: 1.25rem;
1313
+ font-size: 0.6875rem; }
1314
+ button.expand, .button.expand {
1315
+ padding-right: 0;
1316
+ padding-left: 0;
1317
+ width: 100%; }
1318
+ button.left-align, .button.left-align {
1319
+ text-align: left;
1320
+ text-indent: 0.75rem; }
1321
+ button.right-align, .button.right-align {
1322
+ text-align: right;
1323
+ padding-right: 0.75rem; }
1324
+ button.radius, .button.radius {
1325
+ border-radius: 3px; }
1326
+ button.round, .button.round {
1327
+ border-radius: 1000px; }
1328
+ button.disabled, button[disabled], .button.disabled, .button[disabled] {
1329
+ background-color: #008CBA;
1330
+ border-color: #007295;
1331
+ color: #fff;
1332
+ cursor: default;
1333
+ opacity: 0.7;
1334
+ box-shadow: none; }
1335
+ button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
1336
+ background-color: #007295; }
1337
+ button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
1338
+ color: #fff; }
1339
+ button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
1340
+ background-color: #008CBA; }
1341
+ button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
1342
+ background-color: #e7e7e7;
1343
+ border-color: #b9b9b9;
1344
+ color: #333;
1345
+ cursor: default;
1346
+ opacity: 0.7;
1347
+ box-shadow: none; }
1348
+ button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
1349
+ background-color: #b9b9b9; }
1350
+ button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
1351
+ color: #333; }
1352
+ button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
1353
+ background-color: #e7e7e7; }
1354
+ button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
1355
+ background-color: #43AC6A;
1356
+ border-color: #368a54;
1357
+ color: #fff;
1358
+ cursor: default;
1359
+ opacity: 0.7;
1360
+ box-shadow: none; }
1361
+ button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
1362
+ background-color: #368a54; }
1363
+ button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
1364
+ color: #fff; }
1365
+ button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
1366
+ background-color: #43AC6A; }
1367
+ button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
1368
+ background-color: #f04124;
1369
+ border-color: #cf280e;
1370
+ color: #fff;
1371
+ cursor: default;
1372
+ opacity: 0.7;
1373
+ box-shadow: none; }
1374
+ button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
1375
+ background-color: #cf280e; }
1376
+ button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
1377
+ color: #fff; }
1378
+ button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
1379
+ background-color: #f04124; }
1380
+
1381
+ @media only screen and (min-width:40.063em) {
1382
+ button, .button {
1383
+ display: inline-block; } }
1384
+
1385
+ .button-group {
1386
+ list-style: none;
1387
+ margin: 0;
1388
+ left: 0; }
1389
+ .button-group:before, .button-group:after {
1390
+ content: " ";
1391
+ display: table; }
1392
+ .button-group:after {
1393
+ clear: both; }
1394
+ .button-group > li {
1395
+ margin: 0;
1396
+ float: left; }
1397
+ .button-group > li > button, .button-group > li .button {
1398
+ border-left: 1px solid;
1399
+ border-color: rgba(255, 255, 255, 0.5); }
1400
+ .button-group > li:first-child button, .button-group > li:first-child .button {
1401
+ border-left: 0; }
1402
+ .button-group > li:first-child {
1403
+ margin-left: 0; }
1404
+ .button-group.radius > * > button, .button-group.radius > * .button {
1405
+ border-left: 1px solid;
1406
+ border-color: rgba(255, 255, 255, 0.5); }
1407
+ .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
1408
+ border-left: 0; }
1409
+ .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
1410
+ border-bottom-left-radius: 3px;
1411
+ border-top-left-radius: 3px; }
1412
+ .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
1413
+ border-bottom-right-radius: 3px;
1414
+ border-top-right-radius: 3px; }
1415
+ .button-group.round > * > button, .button-group.round > * .button {
1416
+ border-left: 1px solid;
1417
+ border-color: rgba(255, 255, 255, 0.5); }
1418
+ .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
1419
+ border-left: 0; }
1420
+ .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
1421
+ border-bottom-left-radius: 1000px;
1422
+ border-top-left-radius: 1000px; }
1423
+ .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
1424
+ border-bottom-right-radius: 1000px;
1425
+ border-top-right-radius: 1000px; }
1426
+ .button-group.even-2 li {
1427
+ width: 50%; }
1428
+ .button-group.even-2 li > button, .button-group.even-2 li .button {
1429
+ border-left: 1px solid;
1430
+ border-color: rgba(255, 255, 255, 0.5); }
1431
+ .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
1432
+ border-left: 0; }
1433
+ .button-group.even-2 li button, .button-group.even-2 li .button {
1434
+ width: 100%; }
1435
+ .button-group.even-3 li {
1436
+ width: 33.33333%; }
1437
+ .button-group.even-3 li > button, .button-group.even-3 li .button {
1438
+ border-left: 1px solid;
1439
+ border-color: rgba(255, 255, 255, 0.5); }
1440
+ .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
1441
+ border-left: 0; }
1442
+ .button-group.even-3 li button, .button-group.even-3 li .button {
1443
+ width: 100%; }
1444
+ .button-group.even-4 li {
1445
+ width: 25%; }
1446
+ .button-group.even-4 li > button, .button-group.even-4 li .button {
1447
+ border-left: 1px solid;
1448
+ border-color: rgba(255, 255, 255, 0.5); }
1449
+ .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
1450
+ border-left: 0; }
1451
+ .button-group.even-4 li button, .button-group.even-4 li .button {
1452
+ width: 100%; }
1453
+ .button-group.even-5 li {
1454
+ width: 20%; }
1455
+ .button-group.even-5 li > button, .button-group.even-5 li .button {
1456
+ border-left: 1px solid;
1457
+ border-color: rgba(255, 255, 255, 0.5); }
1458
+ .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
1459
+ border-left: 0; }
1460
+ .button-group.even-5 li button, .button-group.even-5 li .button {
1461
+ width: 100%; }
1462
+ .button-group.even-6 li {
1463
+ width: 16.66667%; }
1464
+ .button-group.even-6 li > button, .button-group.even-6 li .button {
1465
+ border-left: 1px solid;
1466
+ border-color: rgba(255, 255, 255, 0.5); }
1467
+ .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
1468
+ border-left: 0; }
1469
+ .button-group.even-6 li button, .button-group.even-6 li .button {
1470
+ width: 100%; }
1471
+ .button-group.even-7 li {
1472
+ width: 14.28571%; }
1473
+ .button-group.even-7 li > button, .button-group.even-7 li .button {
1474
+ border-left: 1px solid;
1475
+ border-color: rgba(255, 255, 255, 0.5); }
1476
+ .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
1477
+ border-left: 0; }
1478
+ .button-group.even-7 li button, .button-group.even-7 li .button {
1479
+ width: 100%; }
1480
+ .button-group.even-8 li {
1481
+ width: 12.5%; }
1482
+ .button-group.even-8 li > button, .button-group.even-8 li .button {
1483
+ border-left: 1px solid;
1484
+ border-color: rgba(255, 255, 255, 0.5); }
1485
+ .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
1486
+ border-left: 0; }
1487
+ .button-group.even-8 li button, .button-group.even-8 li .button {
1488
+ width: 100%; }
1489
+
1490
+ .button-bar:before, .button-bar:after {
1491
+ content: " ";
1492
+ display: table; }
1493
+ .button-bar:after {
1494
+ clear: both; }
1495
+ .button-bar .button-group {
1496
+ float: left;
1497
+ margin-right: 0.625rem; }
1498
+ .button-bar .button-group div {
1499
+ overflow: hidden; }
1500
+
1501
+ /* Clearing Styles */
1502
+ .clearing-thumbs, [data-clearing] {
1503
+ margin-bottom: 0;
1504
+ margin-left: 0;
1505
+ list-style: none; }
1506
+ .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
1507
+ content: " ";
1508
+ display: table; }
1509
+ .clearing-thumbs:after, [data-clearing]:after {
1510
+ clear: both; }
1511
+ .clearing-thumbs li, [data-clearing] li {
1512
+ float: left;
1513
+ margin-right: 10px; }
1514
+ .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
1515
+ margin-right: 0; }
1516
+
1517
+ .clearing-blackout {
1518
+ background: #333;
1519
+ position: fixed;
1520
+ width: 100%;
1521
+ height: 100%;
1522
+ top: 0;
1523
+ left: 0;
1524
+ z-index: 998; }
1525
+ .clearing-blackout .clearing-close {
1526
+ display: block; }
1527
+
1528
+ .clearing-container {
1529
+ position: relative;
1530
+ z-index: 998;
1531
+ height: 100%;
1532
+ overflow: hidden;
1533
+ margin: 0; }
1534
+
1535
+ .clearing-touch-label {
1536
+ position: absolute;
1537
+ top: 50%;
1538
+ left: 50%;
1539
+ color: #aaa;
1540
+ font-size: 0.6em; }
1541
+
1542
+ .visible-img {
1543
+ height: 95%;
1544
+ position: relative; }
1545
+ .visible-img img {
1546
+ position: absolute;
1547
+ left: 50%;
1548
+ top: 50%;
1549
+ margin-left: -50%;
1550
+ max-height: 100%;
1551
+ max-width: 100%; }
1552
+
1553
+ .clearing-caption {
1554
+ color: #ccc;
1555
+ font-size: 0.875em;
1556
+ line-height: 1.3;
1557
+ margin-bottom: 0;
1558
+ text-align: center;
1559
+ bottom: 0;
1560
+ background: #333;
1561
+ width: 100%;
1562
+ padding: 10px 30px 20px;
1563
+ position: absolute;
1564
+ left: 0; }
1565
+
1566
+ .clearing-close {
1567
+ z-index: 999;
1568
+ padding-left: 20px;
1569
+ padding-top: 10px;
1570
+ font-size: 30px;
1571
+ line-height: 1;
1572
+ color: #ccc;
1573
+ display: none; }
1574
+ .clearing-close:hover, .clearing-close:focus {
1575
+ color: #ccc; }
1576
+
1577
+ .clearing-assembled .clearing-container {
1578
+ height: 100%; }
1579
+ .clearing-assembled .clearing-container .carousel > ul {
1580
+ display: none; }
1581
+
1582
+ .clearing-feature li {
1583
+ display: none; }
1584
+ .clearing-feature li.clearing-featured-img {
1585
+ display: block; }
1586
+
1587
+ @media only screen and (min-width:40.063em) {
1588
+ .clearing-main-prev, .clearing-main-next {
1589
+ position: absolute;
1590
+ height: 100%;
1591
+ width: 40px;
1592
+ top: 0; }
1593
+ .clearing-main-prev > span, .clearing-main-next > span {
1594
+ position: absolute;
1595
+ top: 50%;
1596
+ display: block;
1597
+ width: 0;
1598
+ height: 0;
1599
+ border: solid 12px; }
1600
+ .clearing-main-prev > span:hover, .clearing-main-next > span:hover {
1601
+ opacity: 0.8; }
1602
+ .clearing-main-prev {
1603
+ left: 0; }
1604
+ .clearing-main-prev > span {
1605
+ left: 5px;
1606
+ border-color: transparent;
1607
+ border-right-color: #ccc; }
1608
+ .clearing-main-next {
1609
+ right: 0; }
1610
+ .clearing-main-next > span {
1611
+ border-color: transparent;
1612
+ border-left-color: #ccc; }
1613
+ .clearing-main-prev.disabled, .clearing-main-next.disabled {
1614
+ opacity: 0.3; }
1615
+ .clearing-assembled .clearing-container .carousel {
1616
+ background: rgba(51, 51, 51, 0.8);
1617
+ height: 120px;
1618
+ margin-top: 10px;
1619
+ text-align: center; }
1620
+ .clearing-assembled .clearing-container .carousel > ul {
1621
+ display: inline-block;
1622
+ z-index: 999;
1623
+ height: 100%;
1624
+ position: relative;
1625
+ float: none; }
1626
+ .clearing-assembled .clearing-container .carousel > ul li {
1627
+ display: block;
1628
+ width: 120px;
1629
+ min-height: inherit;
1630
+ float: left;
1631
+ overflow: hidden;
1632
+ margin-right: 0;
1633
+ padding: 0;
1634
+ position: relative;
1635
+ cursor: pointer;
1636
+ opacity: 0.4;
1637
+ clear: none; }
1638
+ .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
1639
+ height: 100%;
1640
+ max-width: none; }
1641
+ .clearing-assembled .clearing-container .carousel > ul li a.th {
1642
+ border: none;
1643
+ box-shadow: none;
1644
+ display: block; }
1645
+ .clearing-assembled .clearing-container .carousel > ul li img {
1646
+ cursor: pointer !important;
1647
+ width: 100% !important; }
1648
+ .clearing-assembled .clearing-container .carousel > ul li.visible {
1649
+ opacity: 1; }
1650
+ .clearing-assembled .clearing-container .carousel > ul li:hover {
1651
+ opacity: 0.8; }
1652
+ .clearing-assembled .clearing-container .visible-img {
1653
+ background: #333;
1654
+ overflow: hidden;
1655
+ height: 85%; }
1656
+ .clearing-close {
1657
+ position: absolute;
1658
+ top: 10px;
1659
+ right: 20px;
1660
+ padding-left: 0;
1661
+ padding-top: 0; } }
1662
+
1663
+ /* Foundation Dropdowns */
1664
+ .f-dropdown {
1665
+ position: absolute;
1666
+ left: -9999px;
1667
+ list-style: none;
1668
+ margin-left: 0;
1669
+ width: 100%;
1670
+ max-height: none;
1671
+ height: auto;
1672
+ background: #fff;
1673
+ border: solid 1px #cccccc;
1674
+ font-size: 0.875rem;
1675
+ z-index: 99;
1676
+ margin-top: 2px;
1677
+ max-width: 200px; }
1678
+ .f-dropdown > *:first-child {
1679
+ margin-top: 0; }
1680
+ .f-dropdown > *:last-child {
1681
+ margin-bottom: 0; }
1682
+ .f-dropdown:before {
1683
+ content: "";
1684
+ display: block;
1685
+ width: 0;
1686
+ height: 0;
1687
+ border: inset 6px;
1688
+ border-color: transparent transparent #fff transparent;
1689
+ border-bottom-style: solid;
1690
+ position: absolute;
1691
+ top: -12px;
1692
+ left: 10px;
1693
+ z-index: 99; }
1694
+ .f-dropdown:after {
1695
+ content: "";
1696
+ display: block;
1697
+ width: 0;
1698
+ height: 0;
1699
+ border: inset 7px;
1700
+ border-color: transparent transparent #cccccc transparent;
1701
+ border-bottom-style: solid;
1702
+ position: absolute;
1703
+ top: -14px;
1704
+ left: 9px;
1705
+ z-index: 98; }
1706
+ .f-dropdown.right:before {
1707
+ left: auto;
1708
+ right: 10px; }
1709
+ .f-dropdown.right:after {
1710
+ left: auto;
1711
+ right: 9px; }
1712
+ .f-dropdown.drop-right {
1713
+ position: absolute;
1714
+ left: -9999px;
1715
+ list-style: none;
1716
+ margin-left: 0;
1717
+ width: 100%;
1718
+ max-height: none;
1719
+ height: auto;
1720
+ background: #fff;
1721
+ border: solid 1px #cccccc;
1722
+ font-size: 0.875rem;
1723
+ z-index: 99;
1724
+ margin-top: 0;
1725
+ margin-left: 2px;
1726
+ max-width: 200px; }
1727
+ .f-dropdown.drop-right > *:first-child {
1728
+ margin-top: 0; }
1729
+ .f-dropdown.drop-right > *:last-child {
1730
+ margin-bottom: 0; }
1731
+ .f-dropdown.drop-right:before {
1732
+ content: "";
1733
+ display: block;
1734
+ width: 0;
1735
+ height: 0;
1736
+ border: inset 6px;
1737
+ border-color: transparent #fff transparent transparent;
1738
+ border-right-style: solid;
1739
+ position: absolute;
1740
+ top: 10px;
1741
+ left: -12px;
1742
+ z-index: 99; }
1743
+ .f-dropdown.drop-right:after {
1744
+ content: "";
1745
+ display: block;
1746
+ width: 0;
1747
+ height: 0;
1748
+ border: inset 7px;
1749
+ border-color: transparent #cccccc transparent transparent;
1750
+ border-right-style: solid;
1751
+ position: absolute;
1752
+ top: 9px;
1753
+ left: -14px;
1754
+ z-index: 98; }
1755
+ .f-dropdown.drop-left {
1756
+ position: absolute;
1757
+ left: -9999px;
1758
+ list-style: none;
1759
+ margin-left: 0;
1760
+ width: 100%;
1761
+ max-height: none;
1762
+ height: auto;
1763
+ background: #fff;
1764
+ border: solid 1px #cccccc;
1765
+ font-size: 0.875rem;
1766
+ z-index: 99;
1767
+ margin-top: 0;
1768
+ margin-left: -2px;
1769
+ max-width: 200px; }
1770
+ .f-dropdown.drop-left > *:first-child {
1771
+ margin-top: 0; }
1772
+ .f-dropdown.drop-left > *:last-child {
1773
+ margin-bottom: 0; }
1774
+ .f-dropdown.drop-left:before {
1775
+ content: "";
1776
+ display: block;
1777
+ width: 0;
1778
+ height: 0;
1779
+ border: inset 6px;
1780
+ border-color: transparent transparent transparent #fff;
1781
+ border-left-style: solid;
1782
+ position: absolute;
1783
+ top: 10px;
1784
+ right: -12px;
1785
+ left: auto;
1786
+ z-index: 99; }
1787
+ .f-dropdown.drop-left:after {
1788
+ content: "";
1789
+ display: block;
1790
+ width: 0;
1791
+ height: 0;
1792
+ border: inset 7px;
1793
+ border-color: transparent transparent transparent #cccccc;
1794
+ border-left-style: solid;
1795
+ position: absolute;
1796
+ top: 9px;
1797
+ right: -14px;
1798
+ left: auto;
1799
+ z-index: 98; }
1800
+ .f-dropdown.drop-top {
1801
+ position: absolute;
1802
+ left: -9999px;
1803
+ list-style: none;
1804
+ margin-left: 0;
1805
+ width: 100%;
1806
+ max-height: none;
1807
+ height: auto;
1808
+ background: #fff;
1809
+ border: solid 1px #cccccc;
1810
+ font-size: 0.875rem;
1811
+ z-index: 99;
1812
+ margin-top: -2px;
1813
+ margin-left: 0;
1814
+ max-width: 200px; }
1815
+ .f-dropdown.drop-top > *:first-child {
1816
+ margin-top: 0; }
1817
+ .f-dropdown.drop-top > *:last-child {
1818
+ margin-bottom: 0; }
1819
+ .f-dropdown.drop-top:before {
1820
+ content: "";
1821
+ display: block;
1822
+ width: 0;
1823
+ height: 0;
1824
+ border: inset 6px;
1825
+ border-color: #fff transparent transparent transparent;
1826
+ border-top-style: solid;
1827
+ position: absolute;
1828
+ top: auto;
1829
+ bottom: -12px;
1830
+ left: 10px;
1831
+ right: auto;
1832
+ z-index: 99; }
1833
+ .f-dropdown.drop-top:after {
1834
+ content: "";
1835
+ display: block;
1836
+ width: 0;
1837
+ height: 0;
1838
+ border: inset 7px;
1839
+ border-color: #cccccc transparent transparent transparent;
1840
+ border-top-style: solid;
1841
+ position: absolute;
1842
+ top: auto;
1843
+ bottom: -14px;
1844
+ left: 9px;
1845
+ right: auto;
1846
+ z-index: 98; }
1847
+ .f-dropdown li {
1848
+ font-size: 0.875rem;
1849
+ cursor: pointer;
1850
+ line-height: 1.125rem;
1851
+ margin: 0; }
1852
+ .f-dropdown li:hover, .f-dropdown li:focus {
1853
+ background: #eeeeee; }
1854
+ .f-dropdown li a {
1855
+ display: block;
1856
+ padding: 0.5rem;
1857
+ color: #555; }
1858
+ .f-dropdown.content {
1859
+ position: absolute;
1860
+ left: -9999px;
1861
+ list-style: none;
1862
+ margin-left: 0;
1863
+ padding: 1.25rem;
1864
+ width: 100%;
1865
+ height: auto;
1866
+ max-height: none;
1867
+ background: #fff;
1868
+ border: solid 1px #cccccc;
1869
+ font-size: 0.875rem;
1870
+ z-index: 99;
1871
+ max-width: 200px; }
1872
+ .f-dropdown.content > *:first-child {
1873
+ margin-top: 0; }
1874
+ .f-dropdown.content > *:last-child {
1875
+ margin-bottom: 0; }
1876
+ .f-dropdown.tiny {
1877
+ max-width: 200px; }
1878
+ .f-dropdown.small {
1879
+ max-width: 300px; }
1880
+ .f-dropdown.medium {
1881
+ max-width: 500px; }
1882
+ .f-dropdown.large {
1883
+ max-width: 800px; }
1884
+
1885
+ .dropdown.button, button.dropdown {
1886
+ position: relative;
1887
+ padding-right: 3.5625rem; }
1888
+ .dropdown.button:after, button.dropdown:after {
1889
+ position: absolute;
1890
+ content: "";
1891
+ width: 0;
1892
+ height: 0;
1893
+ display: block;
1894
+ border-style: solid;
1895
+ border-color: #fff transparent transparent transparent;
1896
+ top: 50%; }
1897
+ .dropdown.button:after, button.dropdown:after {
1898
+ border-width: 0.375rem;
1899
+ right: 1.40625rem;
1900
+ margin-top: -0.15625rem; }
1901
+ .dropdown.button:after, button.dropdown:after {
1902
+ border-color: #fff transparent transparent transparent; }
1903
+ .dropdown.button.tiny, button.dropdown.tiny {
1904
+ padding-right: 2.625rem; }
1905
+ .dropdown.button.tiny:before, button.dropdown.tiny:before {
1906
+ border-width: 0.375rem;
1907
+ right: 1.125rem;
1908
+ margin-top: -0.125rem; }
1909
+ .dropdown.button.tiny:after, button.dropdown.tiny:after {
1910
+ border-color: #fff transparent transparent transparent; }
1911
+ .dropdown.button.small, button.dropdown.small {
1912
+ padding-right: 3.0625rem; }
1913
+ .dropdown.button.small:after, button.dropdown.small:after {
1914
+ border-width: 0.4375rem;
1915
+ right: 1.3125rem;
1916
+ margin-top: -0.15625rem; }
1917
+ .dropdown.button.small:after, button.dropdown.small:after {
1918
+ border-color: #fff transparent transparent transparent; }
1919
+ .dropdown.button.large, button.dropdown.large {
1920
+ padding-right: 3.625rem; }
1921
+ .dropdown.button.large:after, button.dropdown.large:after {
1922
+ border-width: 0.3125rem;
1923
+ right: 1.71875rem;
1924
+ margin-top: -0.15625rem; }
1925
+ .dropdown.button.large:after, button.dropdown.large:after {
1926
+ border-color: #fff transparent transparent transparent; }
1927
+ .dropdown.button.secondary:after, button.dropdown.secondary:after {
1928
+ border-color: #333 transparent transparent transparent; }
1929
+
1930
+ .flex-video {
1931
+ position: relative;
1932
+ padding-top: 1.5625rem;
1933
+ padding-bottom: 67.5%;
1934
+ height: 0;
1935
+ margin-bottom: 1rem;
1936
+ overflow: hidden; }
1937
+ .flex-video.widescreen {
1938
+ padding-bottom: 56.34%; }
1939
+ .flex-video.vimeo {
1940
+ padding-top: 0; }
1941
+ .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
1942
+ position: absolute;
1943
+ top: 0;
1944
+ left: 0;
1945
+ width: 100%;
1946
+ height: 100%; }
1947
+
1948
+ /* Standard Forms */
1949
+ form {
1950
+ margin: 0 0 1rem; }
1951
+
1952
+ /* Using forms within rows, we need to set some defaults */
1953
+ form .row .row {
1954
+ margin: 0 -0.5rem; }
1955
+ form .row .row .column, form .row .row .columns {
1956
+ padding: 0 0.5rem; }
1957
+ form .row .row.collapse {
1958
+ margin: 0; }
1959
+ form .row .row.collapse .column, form .row .row.collapse .columns {
1960
+ padding: 0; }
1961
+ form .row .row.collapse input {
1962
+ border-bottom-right-radius: 0;
1963
+ border-top-right-radius: 0; }
1964
+ form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns {
1965
+ padding-left: 0.5rem; }
1966
+
1967
+ /* Label Styles */
1968
+ label {
1969
+ font-size: 0.875rem;
1970
+ color: #4d4d4d;
1971
+ cursor: pointer;
1972
+ display: block;
1973
+ font-weight: normal;
1974
+ line-height: 1.5;
1975
+ margin-bottom: 0;
1976
+ /* Styles for required inputs */ }
1977
+ label.right {
1978
+ float: none !important;
1979
+ text-align: right; }
1980
+ label.inline {
1981
+ margin: 0 0 1rem 0;
1982
+ padding: 0.5625rem 0; }
1983
+ label small {
1984
+ text-transform: capitalize;
1985
+ color: #676767; }
1986
+
1987
+ select::-ms-expand {
1988
+ display: none; }
1989
+
1990
+ @-moz-document url-prefix() {
1991
+ select {
1992
+ background: #fafafa; }
1993
+
1994
+ select:hover {
1995
+ background: #f3f3f3; } }
1996
+
1997
+ /* Attach elements to the beginning or end of an input */
1998
+ .prefix, .postfix {
1999
+ display: block;
2000
+ position: relative;
2001
+ z-index: 2;
2002
+ text-align: center;
2003
+ width: 100%;
2004
+ padding-top: 0;
2005
+ padding-bottom: 0;
2006
+ border-style: solid;
2007
+ border-width: 1px;
2008
+ overflow: hidden;
2009
+ font-size: 0.875rem;
2010
+ height: 2.3125rem;
2011
+ line-height: 2.3125rem; }
2012
+
2013
+ /* Adjust padding, alignment and radius if pre/post element is a button */
2014
+ .postfix.button {
2015
+ padding-left: 0;
2016
+ padding-right: 0;
2017
+ padding-top: 0;
2018
+ padding-bottom: 0;
2019
+ text-align: center;
2020
+ line-height: 2.125rem;
2021
+ border: none; }
2022
+
2023
+ .prefix.button {
2024
+ padding-left: 0;
2025
+ padding-right: 0;
2026
+ padding-top: 0;
2027
+ padding-bottom: 0;
2028
+ text-align: center;
2029
+ line-height: 2.125rem;
2030
+ border: none; }
2031
+
2032
+ .prefix.button.radius {
2033
+ border-radius: 0;
2034
+ border-bottom-left-radius: 3px;
2035
+ border-top-left-radius: 3px; }
2036
+
2037
+ .postfix.button.radius {
2038
+ border-radius: 0;
2039
+ border-bottom-right-radius: 3px;
2040
+ border-top-right-radius: 3px; }
2041
+
2042
+ .prefix.button.round {
2043
+ border-radius: 0;
2044
+ border-bottom-left-radius: 1000px;
2045
+ border-top-left-radius: 1000px; }
2046
+
2047
+ .postfix.button.round {
2048
+ border-radius: 0;
2049
+ border-bottom-right-radius: 1000px;
2050
+ border-top-right-radius: 1000px; }
2051
+
2052
+ /* Separate prefix and postfix styles when on span or label so buttons keep their own */
2053
+ span.prefix, label.prefix {
2054
+ background: #f2f2f2;
2055
+ border-right: none;
2056
+ color: #333;
2057
+ border-color: #cccccc; }
2058
+ span.prefix.radius, label.prefix.radius {
2059
+ border-radius: 0;
2060
+ border-bottom-left-radius: 3px;
2061
+ border-top-left-radius: 3px; }
2062
+
2063
+ span.postfix, label.postfix {
2064
+ background: #f2f2f2;
2065
+ border-left: none;
2066
+ color: #333;
2067
+ border-color: #cccccc; }
2068
+ span.postfix.radius, label.postfix.radius {
2069
+ border-radius: 0;
2070
+ border-bottom-right-radius: 3px;
2071
+ border-top-right-radius: 3px; }
2072
+
2073
+ /* We use this to get basic styling on all basic form elements */
2074
+ input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
2075
+ -webkit-appearance: none;
2076
+ background-color: #fff;
2077
+ font-family: inherit;
2078
+ border: 1px solid #cccccc;
2079
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
2080
+ color: rgba(0, 0, 0, 0.75);
2081
+ display: block;
2082
+ font-size: 0.875rem;
2083
+ margin: 0 0 1rem 0;
2084
+ padding: 0.5rem;
2085
+ height: 2.3125rem;
2086
+ width: 100%;
2087
+ -webkit-box-sizing: border-box;
2088
+ -moz-box-sizing: border-box;
2089
+ box-sizing: border-box;
2090
+ transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
2091
+ input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
2092
+ box-shadow: 0 0 5px #999999;
2093
+ border-color: #999999; }
2094
+ input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
2095
+ background: #fafafa;
2096
+ border-color: #999999;
2097
+ outline: none; }
2098
+ input[type="text"][disabled], fieldset[disabled] input[type="text"], input[type="password"][disabled], fieldset[disabled] input[type="password"], input[type="date"][disabled], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], fieldset[disabled] input[type="month"], input[type="week"][disabled], fieldset[disabled] input[type="week"], input[type="email"][disabled], fieldset[disabled] input[type="email"], input[type="number"][disabled], fieldset[disabled] input[type="number"], input[type="search"][disabled], fieldset[disabled] input[type="search"], input[type="tel"][disabled], fieldset[disabled] input[type="tel"], input[type="time"][disabled], fieldset[disabled] input[type="time"], input[type="url"][disabled], fieldset[disabled] input[type="url"], textarea[disabled], fieldset[disabled] textarea {
2099
+ background-color: #ddd; }
2100
+ input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, textarea.radius {
2101
+ border-radius: 3px; }
2102
+
2103
+ input[type="submit"] {
2104
+ -webkit-appearance: none; }
2105
+
2106
+ /* Respect enforced amount of rows for textarea */
2107
+ textarea[rows] {
2108
+ height: auto; }
2109
+
2110
+ /* Add height value for select elements to match text input height */
2111
+ select {
2112
+ -webkit-appearance: none !important;
2113
+ background-color: #fafafa;
2114
+ background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==');
2115
+ background-repeat: no-repeat;
2116
+ background-position: 97% center;
2117
+ border: 1px solid #cccccc;
2118
+ padding: 0.5rem;
2119
+ font-size: 0.875rem;
2120
+ color: rgba(0, 0, 0, 0.75);
2121
+ line-height: normal;
2122
+ border-radius: 0;
2123
+ height: 2.3125rem; }
2124
+ select.radius {
2125
+ border-radius: 3px; }
2126
+ select:hover {
2127
+ background-color: #f3f3f3;
2128
+ border-color: #999999; }
2129
+
2130
+ /* Adjust margin for form elements below */
2131
+ input[type="file"], input[type="checkbox"], input[type="radio"], select {
2132
+ margin: 0 0 1rem 0; }
2133
+
2134
+ input[type="checkbox"] + label, input[type="radio"] + label {
2135
+ display: inline-block;
2136
+ margin-left: 0.5rem;
2137
+ margin-right: 1rem;
2138
+ margin-bottom: 0;
2139
+ vertical-align: baseline; }
2140
+
2141
+ /* Normalize file input width */
2142
+ input[type="file"] {
2143
+ width: 100%; }
2144
+
2145
+ /* We add basic fieldset styling */
2146
+ fieldset {
2147
+ border: 1px solid #ddd;
2148
+ padding: 1.25rem;
2149
+ margin: 1.125rem 0; }
2150
+ fieldset legend {
2151
+ font-weight: bold;
2152
+ background: #fff;
2153
+ padding: 0 0.1875rem;
2154
+ margin: 0;
2155
+ margin-left: -0.1875rem; }
2156
+
2157
+ /* Error Handling */
2158
+ [data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
2159
+ display: block;
2160
+ padding: 0.375rem 0.5625rem 0.5625rem;
2161
+ margin-top: -1px;
2162
+ margin-bottom: 1rem;
2163
+ font-size: 0.75rem;
2164
+ font-weight: normal;
2165
+ font-style: italic;
2166
+ background: #f04124;
2167
+ color: #fff; }
2168
+ [data-abide] span.error, [data-abide] small.error {
2169
+ display: none; }
2170
+
2171
+ span.error, small.error {
2172
+ display: block;
2173
+ padding: 0.375rem 0.5625rem 0.5625rem;
2174
+ margin-top: -1px;
2175
+ margin-bottom: 1rem;
2176
+ font-size: 0.75rem;
2177
+ font-weight: normal;
2178
+ font-style: italic;
2179
+ background: #f04124;
2180
+ color: #fff; }
2181
+
2182
+ .error input, .error textarea, .error select {
2183
+ margin-bottom: 0; }
2184
+ .error input[type="checkbox"], .error input[type="radio"] {
2185
+ margin-bottom: 1rem; }
2186
+ .error label, .error label.error {
2187
+ color: #f04124; }
2188
+ .error small.error {
2189
+ display: block;
2190
+ padding: 0.375rem 0.5625rem 0.5625rem;
2191
+ margin-top: -1px;
2192
+ margin-bottom: 1rem;
2193
+ font-size: 0.75rem;
2194
+ font-weight: normal;
2195
+ font-style: italic;
2196
+ background: #f04124;
2197
+ color: #fff; }
2198
+ .error > label > small {
2199
+ color: #676767;
2200
+ background: transparent;
2201
+ padding: 0;
2202
+ text-transform: capitalize;
2203
+ font-style: normal;
2204
+ font-size: 60%;
2205
+ margin: 0;
2206
+ display: inline; }
2207
+ .error span.error-message {
2208
+ display: block; }
2209
+
2210
+ input.error, textarea.error {
2211
+ margin-bottom: 0; }
2212
+
2213
+ label.error {
2214
+ color: #f04124; }
2215
+
2216
+ .inline-list {
2217
+ margin: 0 auto 1.0625rem auto;
2218
+ margin-left: -1.375rem;
2219
+ margin-right: 0;
2220
+ padding: 0;
2221
+ list-style: none;
2222
+ overflow: hidden; }
2223
+ .inline-list > li {
2224
+ list-style: none;
2225
+ float: left;
2226
+ margin-left: 1.375rem;
2227
+ display: block; }
2228
+ .inline-list > li > * {
2229
+ display: block; }
2230
+
2231
+ /* Foundation Joyride */
2232
+ .joyride-list {
2233
+ display: none; }
2234
+
2235
+ /* Default styles for the container */
2236
+ .joyride-tip-guide {
2237
+ display: none;
2238
+ position: absolute;
2239
+ background: #333;
2240
+ color: #fff;
2241
+ z-index: 101;
2242
+ top: 0;
2243
+ left: 2.5%;
2244
+ font-family: inherit;
2245
+ font-weight: normal;
2246
+ width: 95%; }
2247
+
2248
+ .lt-ie9 .joyride-tip-guide {
2249
+ max-width: 800px;
2250
+ left: 50%;
2251
+ margin-left: -400px; }
2252
+
2253
+ .joyride-content-wrapper {
2254
+ width: 100%;
2255
+ padding: 1.125rem 1.25rem 1.5rem; }
2256
+ .joyride-content-wrapper .button {
2257
+ margin-bottom: 0 !important; }
2258
+
2259
+ /* Add a little css triangle pip, older browser just miss out on the fanciness of it */
2260
+ .joyride-tip-guide .joyride-nub {
2261
+ display: block;
2262
+ position: absolute;
2263
+ left: 22px;
2264
+ width: 0;
2265
+ height: 0;
2266
+ border: 10px solid #333; }
2267
+ .joyride-tip-guide .joyride-nub.top {
2268
+ border-top-style: solid;
2269
+ border-color: #333;
2270
+ border-top-color: transparent !important;
2271
+ border-left-color: transparent !important;
2272
+ border-right-color: transparent !important;
2273
+ top: -20px; }
2274
+ .joyride-tip-guide .joyride-nub.bottom {
2275
+ border-bottom-style: solid;
2276
+ border-color: #333 !important;
2277
+ border-bottom-color: transparent !important;
2278
+ border-left-color: transparent !important;
2279
+ border-right-color: transparent !important;
2280
+ bottom: -20px; }
2281
+ .joyride-tip-guide .joyride-nub.right {
2282
+ right: -20px; }
2283
+ .joyride-tip-guide .joyride-nub.left {
2284
+ left: -20px; }
2285
+
2286
+ /* Typography */
2287
+ .joyride-tip-guide h1, .joyride-tip-guide h2, .joyride-tip-guide h3, .joyride-tip-guide h4, .joyride-tip-guide h5, .joyride-tip-guide h6 {
2288
+ line-height: 1.25;
2289
+ margin: 0;
2290
+ font-weight: bold;
2291
+ color: #fff; }
2292
+
2293
+ .joyride-tip-guide p {
2294
+ margin: 0 0 1.125rem 0;
2295
+ font-size: 0.875rem;
2296
+ line-height: 1.3; }
2297
+
2298
+ .joyride-timer-indicator-wrap {
2299
+ width: 50px;
2300
+ height: 3px;
2301
+ border: solid 1px #555;
2302
+ position: absolute;
2303
+ right: 1.0625rem;
2304
+ bottom: 1rem; }
2305
+
2306
+ .joyride-timer-indicator {
2307
+ display: block;
2308
+ width: 0;
2309
+ height: inherit;
2310
+ background: #666; }
2311
+
2312
+ .joyride-close-tip {
2313
+ position: absolute;
2314
+ right: 12px;
2315
+ top: 10px;
2316
+ color: #777 !important;
2317
+ text-decoration: none;
2318
+ font-size: 24px;
2319
+ font-weight: normal;
2320
+ line-height: 0.5 !important; }
2321
+ .joyride-close-tip:hover, .joyride-close-tip:focus {
2322
+ color: #eee !important; }
2323
+
2324
+ .joyride-modal-bg {
2325
+ position: fixed;
2326
+ height: 100%;
2327
+ width: 100%;
2328
+ background: transparent;
2329
+ background: rgba(0, 0, 0, 0.5);
2330
+ z-index: 100;
2331
+ display: none;
2332
+ top: 0;
2333
+ left: 0;
2334
+ cursor: pointer; }
2335
+
2336
+ .joyride-expose-wrapper {
2337
+ background-color: #ffffff;
2338
+ position: absolute;
2339
+ border-radius: 3px;
2340
+ z-index: 102;
2341
+ box-shadow: 0 0 15px #ffffff; }
2342
+
2343
+ .joyride-expose-cover {
2344
+ background: transparent;
2345
+ border-radius: 3px;
2346
+ position: absolute;
2347
+ z-index: 9999;
2348
+ top: 0;
2349
+ left: 0; }
2350
+
2351
+ /* Styles for screens that are at least 768px; */
2352
+ @media only screen and (min-width:40.063em) {
2353
+ .joyride-tip-guide {
2354
+ width: 300px;
2355
+ left: inherit; }
2356
+ .joyride-tip-guide .joyride-nub.bottom {
2357
+ border-color: #333 !important;
2358
+ border-bottom-color: transparent !important;
2359
+ border-left-color: transparent !important;
2360
+ border-right-color: transparent !important;
2361
+ bottom: -20px; }
2362
+ .joyride-tip-guide .joyride-nub.right {
2363
+ border-color: #333 !important;
2364
+ border-top-color: transparent !important;
2365
+ border-right-color: transparent !important;
2366
+ border-bottom-color: transparent !important;
2367
+ top: 22px;
2368
+ left: auto;
2369
+ right: -20px; }
2370
+ .joyride-tip-guide .joyride-nub.left {
2371
+ border-color: #333 !important;
2372
+ border-top-color: transparent !important;
2373
+ border-left-color: transparent !important;
2374
+ border-bottom-color: transparent !important;
2375
+ top: 22px;
2376
+ left: -20px;
2377
+ right: auto; } }
2378
+
2379
+ .keystroke, kbd {
2380
+ background-color: #ededed;
2381
+ border-color: #dddddd;
2382
+ color: #222;
2383
+ border-style: solid;
2384
+ border-width: 1px;
2385
+ margin: 0;
2386
+ font-family: "Consolas", "Menlo", "Courier", monospace;
2387
+ font-size: inherit;
2388
+ padding: 0.125rem 0.25rem 0;
2389
+ border-radius: 3px; }
2390
+
2391
+ .label {
2392
+ font-weight: normal;
2393
+ font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
2394
+ text-align: center;
2395
+ text-decoration: none;
2396
+ line-height: 1;
2397
+ white-space: nowrap;
2398
+ display: inline-block;
2399
+ position: relative;
2400
+ margin-bottom: inherit;
2401
+ padding: 0.25rem 0.5rem 0.375rem;
2402
+ font-size: 0.6875rem;
2403
+ background-color: #008CBA;
2404
+ color: #fff; }
2405
+ .label.radius {
2406
+ border-radius: 3px; }
2407
+ .label.round {
2408
+ border-radius: 1000px; }
2409
+ .label.alert {
2410
+ background-color: #f04124;
2411
+ color: #fff; }
2412
+ .label.success {
2413
+ background-color: #43AC6A;
2414
+ color: #fff; }
2415
+ .label.secondary {
2416
+ background-color: #e7e7e7;
2417
+ color: #333; }
2418
+
2419
+ [data-magellan-expedition], [data-magellan-expedition-clone] {
2420
+ background: #fff;
2421
+ z-index: 50;
2422
+ min-width: 100%;
2423
+ padding: 10px; }
2424
+ [data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
2425
+ margin-bottom: 0; }
2426
+ [data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
2427
+ margin-bottom: 0; }
2428
+ [data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
2429
+ line-height: 1.8em; }
2430
+
2431
+ @keyframes rotate {
2432
+ from {
2433
+ -webkit-transform: rotate(0deg);
2434
+ -moz-transform: rotate(0deg);
2435
+ -ms-transform: rotate(0deg);
2436
+ -o-transform: rotate(0deg);
2437
+ transform: rotate(0deg); }
2438
+
2439
+ to {
2440
+ -webkit-transform: rotate(360deg);
2441
+ -moz-transform: rotate(360deg);
2442
+ -ms-transform: rotate(360deg);
2443
+ -o-transform: rotate(360deg);
2444
+ transform: rotate(360deg); } }
2445
+
2446
+ /* Orbit Graceful Loading */
2447
+ .slideshow-wrapper {
2448
+ position: relative; }
2449
+ .slideshow-wrapper ul {
2450
+ list-style-type: none;
2451
+ margin: 0; }
2452
+ .slideshow-wrapper ul li, .slideshow-wrapper ul li .orbit-caption {
2453
+ display: none; }
2454
+ .slideshow-wrapper ul li:first-child {
2455
+ display: block; }
2456
+ .slideshow-wrapper .orbit-container {
2457
+ background-color: transparent; }
2458
+ .slideshow-wrapper .orbit-container li {
2459
+ display: block; }
2460
+ .slideshow-wrapper .orbit-container li .orbit-caption {
2461
+ display: block; }
2462
+ .slideshow-wrapper .preloader {
2463
+ display: block;
2464
+ width: 40px;
2465
+ height: 40px;
2466
+ position: absolute;
2467
+ top: 50%;
2468
+ left: 50%;
2469
+ margin-top: -20px;
2470
+ margin-left: -20px;
2471
+ border: solid 3px;
2472
+ border-color: #555 #fff;
2473
+ border-radius: 1000px;
2474
+ animation-name: rotate;
2475
+ animation-duration: 1.5s;
2476
+ animation-iteration-count: infinite;
2477
+ animation-timing-function: linear; }
2478
+
2479
+ .orbit-container {
2480
+ overflow: hidden;
2481
+ width: 100%;
2482
+ position: relative;
2483
+ background: none; }
2484
+ .orbit-container .orbit-slides-container {
2485
+ list-style: none;
2486
+ margin: 0;
2487
+ padding: 0;
2488
+ position: relative;
2489
+ -webkit-transform: translateZ(0); }
2490
+ .orbit-container .orbit-slides-container img {
2491
+ display: block;
2492
+ max-width: 100%; }
2493
+ .orbit-container .orbit-slides-container.fade > li {
2494
+ opacity: 0;
2495
+ transition: opacity 500ms ease-in-out;
2496
+ -ms-transform: translate(0, 0);
2497
+ -webkit-transform: translate3d(0, 0, 0);
2498
+ -moz-transform: translate3d(0, 0, 0);
2499
+ -o-transform: translate3d(0, 0, 0);
2500
+ transform: translate3d(0, 0, 0); }
2501
+ .orbit-container .orbit-slides-container.fade > li.animate-in {
2502
+ opacity: 1;
2503
+ z-index: 20;
2504
+ transition: opacity 500ms ease-in-out; }
2505
+ .orbit-container .orbit-slides-container.fade > li.animate-out {
2506
+ z-index: 10;
2507
+ transition: opacity 500ms ease-in-out; }
2508
+ .orbit-container .orbit-slides-container.swipe-next > li {
2509
+ -ms-transform: translate(100%, 0);
2510
+ -webkit-transform: translate3d(100%, 0, 0);
2511
+ -moz-transform: translate3d(100%, 0, 0);
2512
+ -o-transform: translate3d(100%, 0, 0);
2513
+ transform: translate3d(100%, 0, 0); }
2514
+ .orbit-container .orbit-slides-container.swipe-next > li.animate-in {
2515
+ -ms-transform: translate(0, 0);
2516
+ -webkit-transform: translate3d(0, 0, 0);
2517
+ -moz-transform: translate3d(0, 0, 0);
2518
+ -o-transform: translate3d(0, 0, 0);
2519
+ transform: translate3d(0, 0, 0);
2520
+ transition-duration: 500ms; }
2521
+ .orbit-container .orbit-slides-container.swipe-next > li.animate-out {
2522
+ -ms-transform: translate(-100%, 0);
2523
+ -webkit-transform: translate3d(-100%, 0, 0);
2524
+ -moz-transform: translate3d(-100%, 0, 0);
2525
+ -o-transform: translate3d(-100%, 0, 0);
2526
+ transform: translate3d(-100%, 0, 0);
2527
+ transition-duration: 500ms; }
2528
+ .orbit-container .orbit-slides-container.swipe-prev > li {
2529
+ -ms-transform: translate(-100%, 0);
2530
+ -webkit-transform: translate3d(-100%, 0, 0);
2531
+ -moz-transform: translate3d(-100%, 0, 0);
2532
+ -o-transform: translate3d(-100%, 0, 0);
2533
+ transform: translate3d(-100%, 0, 0); }
2534
+ .orbit-container .orbit-slides-container.swipe-prev > li.animate-in {
2535
+ -ms-transform: translate(0, 0);
2536
+ -webkit-transform: translate3d(0, 0, 0);
2537
+ -moz-transform: translate3d(0, 0, 0);
2538
+ -o-transform: translate3d(0, 0, 0);
2539
+ transform: translate3d(0, 0, 0);
2540
+ transition-duration: 500ms; }
2541
+ .orbit-container .orbit-slides-container.swipe-prev > li.animate-out {
2542
+ -ms-transform: translate(100%, 0);
2543
+ -webkit-transform: translate3d(100%, 0, 0);
2544
+ -moz-transform: translate3d(100%, 0, 0);
2545
+ -o-transform: translate3d(100%, 0, 0);
2546
+ transform: translate3d(100%, 0, 0);
2547
+ transition-duration: 500ms; }
2548
+ .orbit-container .orbit-slides-container > li {
2549
+ position: absolute;
2550
+ top: 0;
2551
+ left: 0;
2552
+ width: 100%;
2553
+ -ms-transform: translate(100%, 0);
2554
+ -webkit-transform: translate3d(100%, 0, 0);
2555
+ -moz-transform: translate3d(100%, 0, 0);
2556
+ -o-transform: translate3d(100%, 0, 0);
2557
+ transform: translate3d(100%, 0, 0); }
2558
+ .orbit-container .orbit-slides-container > li > a {
2559
+ display: block; }
2560
+ .orbit-container .orbit-slides-container > li.active {
2561
+ opacity: 1;
2562
+ position: relative;
2563
+ top: 0;
2564
+ left: 0;
2565
+ -ms-transform: translate(0, 0);
2566
+ -webkit-transform: translate3d(0, 0, 0);
2567
+ -moz-transform: translate3d(0, 0, 0);
2568
+ -o-transform: translate3d(0, 0, 0);
2569
+ transform: translate3d(0, 0, 0); }
2570
+ .orbit-container .orbit-slides-container > li .orbit-caption {
2571
+ position: absolute;
2572
+ bottom: 0;
2573
+ background-color: rgba(51, 51, 51, 0.8);
2574
+ color: #fff;
2575
+ width: 100%;
2576
+ padding: 0.625rem 0.875rem;
2577
+ font-size: 0.875rem; }
2578
+ .orbit-container .orbit-slide-number {
2579
+ position: absolute;
2580
+ top: 10px;
2581
+ left: 10px;
2582
+ font-size: 12px;
2583
+ color: #fff;
2584
+ background: rgba(0, 0, 0, 0);
2585
+ z-index: 10; }
2586
+ .orbit-container .orbit-slide-number span {
2587
+ font-weight: bold;
2588
+ padding: 0.3125rem; }
2589
+ .orbit-container .orbit-timer {
2590
+ position: absolute;
2591
+ top: 12px;
2592
+ right: 10px;
2593
+ height: 6px;
2594
+ width: 100px;
2595
+ z-index: 10; }
2596
+ .orbit-container .orbit-timer .orbit-progress {
2597
+ height: 3px;
2598
+ background-color: rgba(255, 255, 255, 0.3);
2599
+ display: block;
2600
+ width: 0%;
2601
+ position: relative;
2602
+ right: 20px;
2603
+ top: 5px; }
2604
+ .orbit-container .orbit-timer > span {
2605
+ display: none;
2606
+ position: absolute;
2607
+ top: 0px;
2608
+ right: 0;
2609
+ width: 11px;
2610
+ height: 14px;
2611
+ border: solid 4px #fff;
2612
+ border-top: none;
2613
+ border-bottom: none; }
2614
+ .orbit-container .orbit-timer.paused > span {
2615
+ right: -4px;
2616
+ top: 0px;
2617
+ width: 11px;
2618
+ height: 14px;
2619
+ border: inset 8px;
2620
+ border-left-style: solid;
2621
+ -webkit-transform: rotate(180deg);
2622
+ -moz-transform: rotate(180deg);
2623
+ -ms-transform: rotate(180deg);
2624
+ -o-transform: rotate(180deg);
2625
+ transform: rotate(180deg);
2626
+ border-color: transparent #fff transparent transparent; }
2627
+ .orbit-container .orbit-timer.paused > span.dark {
2628
+ border-color: transparent #333 transparent transparent; }
2629
+ .orbit-container:hover .orbit-timer > span {
2630
+ display: block; }
2631
+ .orbit-container .orbit-prev, .orbit-container .orbit-next {
2632
+ position: absolute;
2633
+ top: 45%;
2634
+ margin-top: -25px;
2635
+ width: 36px;
2636
+ height: 60px;
2637
+ line-height: 50px;
2638
+ color: white;
2639
+ background-color: transparent;
2640
+ text-indent: -9999px !important;
2641
+ z-index: 10; }
2642
+ .orbit-container .orbit-prev:hover, .orbit-container .orbit-next:hover {
2643
+ background-color: rgba(0, 0, 0, 0.3); }
2644
+ .orbit-container .orbit-prev > span, .orbit-container .orbit-next > span {
2645
+ position: absolute;
2646
+ top: 50%;
2647
+ margin-top: -10px;
2648
+ display: block;
2649
+ width: 0;
2650
+ height: 0;
2651
+ border: inset 10px; }
2652
+ .orbit-container .orbit-prev {
2653
+ left: 0; }
2654
+ .orbit-container .orbit-prev > span {
2655
+ border-right-style: solid;
2656
+ border-color: transparent;
2657
+ border-right-color: #fff; }
2658
+ .orbit-container .orbit-prev:hover > span {
2659
+ border-right-color: #fff; }
2660
+ .orbit-container .orbit-next {
2661
+ right: 0; }
2662
+ .orbit-container .orbit-next > span {
2663
+ border-color: transparent;
2664
+ border-left-style: solid;
2665
+ border-left-color: #fff;
2666
+ left: 50%;
2667
+ margin-left: -4px; }
2668
+ .orbit-container .orbit-next:hover > span {
2669
+ border-left-color: #fff; }
2670
+ .orbit-container .orbit-bullets-container {
2671
+ text-align: center; }
2672
+ .orbit-container .orbit-bullets {
2673
+ margin: 0 auto 30px auto;
2674
+ overflow: hidden;
2675
+ position: relative;
2676
+ top: 10px;
2677
+ float: none;
2678
+ text-align: center;
2679
+ display: block; }
2680
+ .orbit-container .orbit-bullets li {
2681
+ display: inline-block;
2682
+ width: 0.5625rem;
2683
+ height: 0.5625rem;
2684
+ background: #ccc;
2685
+ float: none;
2686
+ margin-right: 6px;
2687
+ border-radius: 1000px; }
2688
+ .orbit-container .orbit-bullets li.active {
2689
+ background: #999; }
2690
+ .orbit-container .orbit-bullets li:last-child {
2691
+ margin-right: 0; }
2692
+
2693
+ .touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
2694
+ display: none; }
2695
+ .touch .orbit-bullets {
2696
+ display: none; }
2697
+
2698
+ @media only screen and (min-width:40.063em) {
2699
+ .touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
2700
+ display: inherit; }
2701
+ .touch .orbit-bullets {
2702
+ display: block; } }
2703
+
2704
+ @media only screen and (max-width: 40em) {
2705
+ .orbit-stack-on-small .orbit-slides-container {
2706
+ height: auto !important; }
2707
+ .orbit-stack-on-small .orbit-slides-container > * {
2708
+ position: relative !important;
2709
+ margin-left: 0% !important;
2710
+ opacity: 1 !important;
2711
+ -webkit-transform: none !important;
2712
+ -moz-transform: none !important;
2713
+ -ms-transform: none !important;
2714
+ -o-transform: none !important;
2715
+ transform: none !important;
2716
+ transition: none !important; }
2717
+ .orbit-stack-on-small .orbit-timer {
2718
+ display: none; }
2719
+ .orbit-stack-on-small .orbit-next, .orbit-stack-on-small .orbit-prev {
2720
+ display: none; }
2721
+ .orbit-stack-on-small .orbit-bullets {
2722
+ display: none; }
2723
+ .orbit-stack-on-small .orbit-slide-number {
2724
+ display: none; } }
2725
+
2726
+ ul.pagination {
2727
+ display: block;
2728
+ min-height: 1.5rem;
2729
+ margin-left: -0.3125rem; }
2730
+ ul.pagination li {
2731
+ height: 1.5rem;
2732
+ color: #222;
2733
+ font-size: 0.875rem;
2734
+ margin-left: 0.3125rem; }
2735
+ ul.pagination li a {
2736
+ display: block;
2737
+ padding: 0.0625rem 0.625rem 0.0625rem;
2738
+ color: #999;
2739
+ border-radius: 3px; }
2740
+ ul.pagination li:hover a, ul.pagination li a:focus {
2741
+ background: #e6e6e6; }
2742
+ ul.pagination li.unavailable a {
2743
+ cursor: default;
2744
+ color: #999; }
2745
+ ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
2746
+ background: transparent; }
2747
+ ul.pagination li.current a {
2748
+ background: #008CBA;
2749
+ color: #fff;
2750
+ font-weight: bold;
2751
+ cursor: default; }
2752
+ ul.pagination li.current a:hover, ul.pagination li.current a:focus {
2753
+ background: #008CBA; }
2754
+ ul.pagination li {
2755
+ float: left;
2756
+ display: block; }
2757
+
2758
+ /* Pagination centred wrapper */
2759
+ .pagination-centered {
2760
+ text-align: center; }
2761
+ .pagination-centered ul.pagination li {
2762
+ float: none;
2763
+ display: inline-block; }
2764
+
2765
+ /* Panels */
2766
+ .panel {
2767
+ border-style: solid;
2768
+ border-width: 1px;
2769
+ border-color: #d8d8d8;
2770
+ margin-bottom: 1.25rem;
2771
+ padding: 1.25rem;
2772
+ background: #f2f2f2; }
2773
+ .panel > :first-child {
2774
+ margin-top: 0; }
2775
+ .panel > :last-child {
2776
+ margin-bottom: 0; }
2777
+ .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li {
2778
+ color: #333; }
2779
+ .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
2780
+ line-height: 1;
2781
+ margin-bottom: 0.625rem; }
2782
+ .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
2783
+ line-height: 1.4; }
2784
+ .panel.callout {
2785
+ border-style: solid;
2786
+ border-width: 1px;
2787
+ border-color: #b6efff;
2788
+ margin-bottom: 1.25rem;
2789
+ padding: 1.25rem;
2790
+ background: #ecfaff; }
2791
+ .panel.callout > :first-child {
2792
+ margin-top: 0; }
2793
+ .panel.callout > :last-child {
2794
+ margin-bottom: 0; }
2795
+ .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li {
2796
+ color: #333; }
2797
+ .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
2798
+ line-height: 1;
2799
+ margin-bottom: 0.625rem; }
2800
+ .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
2801
+ line-height: 1.4; }
2802
+ .panel.callout a:not(.button) {
2803
+ color: #008CBA; }
2804
+ .panel.radius {
2805
+ border-radius: 3px; }
2806
+
2807
+ /* Pricing Tables */
2808
+ .pricing-table {
2809
+ border: solid 1px #ddd;
2810
+ margin-left: 0;
2811
+ margin-bottom: 1.25rem; }
2812
+ .pricing-table * {
2813
+ list-style: none;
2814
+ line-height: 1; }
2815
+ .pricing-table .title {
2816
+ background-color: #333;
2817
+ padding: 0.9375rem 1.25rem;
2818
+ text-align: center;
2819
+ color: #eee;
2820
+ font-weight: normal;
2821
+ font-size: 1rem;
2822
+ font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
2823
+ .pricing-table .price {
2824
+ background-color: #f6f6f6;
2825
+ padding: 0.9375rem 1.25rem;
2826
+ text-align: center;
2827
+ color: #333;
2828
+ font-weight: normal;
2829
+ font-size: 2rem;
2830
+ font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
2831
+ .pricing-table .description {
2832
+ background-color: #fff;
2833
+ padding: 0.9375rem;
2834
+ text-align: center;
2835
+ color: #777;
2836
+ font-size: 0.75rem;
2837
+ font-weight: normal;
2838
+ line-height: 1.4;
2839
+ border-bottom: dotted 1px #ddd; }
2840
+ .pricing-table .bullet-item {
2841
+ background-color: #fff;
2842
+ padding: 0.9375rem;
2843
+ text-align: center;
2844
+ color: #333;
2845
+ font-size: 0.875rem;
2846
+ font-weight: normal;
2847
+ border-bottom: dotted 1px #ddd; }
2848
+ .pricing-table .cta-button {
2849
+ background-color: #fff;
2850
+ text-align: center;
2851
+ padding: 1.25rem 1.25rem 0; }
2852
+
2853
+ /* Progress Bar */
2854
+ .progress {
2855
+ background-color: #f6f6f6;
2856
+ height: 1.5625rem;
2857
+ border: 1px solid white;
2858
+ padding: 0.125rem;
2859
+ margin-bottom: 0.625rem; }
2860
+ .progress .meter {
2861
+ background: #008CBA;
2862
+ height: 100%;
2863
+ display: block; }
2864
+ .progress.secondary .meter {
2865
+ background: #e7e7e7;
2866
+ height: 100%;
2867
+ display: block; }
2868
+ .progress.success .meter {
2869
+ background: #43AC6A;
2870
+ height: 100%;
2871
+ display: block; }
2872
+ .progress.alert .meter {
2873
+ background: #f04124;
2874
+ height: 100%;
2875
+ display: block; }
2876
+ .progress.radius {
2877
+ border-radius: 3px; }
2878
+ .progress.radius .meter {
2879
+ border-radius: 2px; }
2880
+ .progress.round {
2881
+ border-radius: 1000px; }
2882
+ .progress.round .meter {
2883
+ border-radius: 999px; }
2884
+
2885
+ .range-slider {
2886
+ display: block;
2887
+ position: relative;
2888
+ width: 100%;
2889
+ height: 1rem;
2890
+ border: 1px solid #ddd;
2891
+ margin: 1.25rem 0;
2892
+ -ms-touch-action: none;
2893
+ touch-action: none;
2894
+ background: #fafafa; }
2895
+ .range-slider.vertical-range {
2896
+ display: block;
2897
+ position: relative;
2898
+ width: 100%;
2899
+ height: 1rem;
2900
+ border: 1px solid #ddd;
2901
+ margin: 1.25rem 0;
2902
+ -ms-touch-action: none;
2903
+ touch-action: none;
2904
+ display: inline-block;
2905
+ width: 1rem;
2906
+ height: 12.5rem; }
2907
+ .range-slider.vertical-range .range-slider-handle {
2908
+ margin-top: 0;
2909
+ margin-left: -0.5rem;
2910
+ position: absolute;
2911
+ bottom: -10.5rem; }
2912
+ .range-slider.vertical-range .range-slider-active-segment {
2913
+ width: 0.875rem;
2914
+ height: auto;
2915
+ bottom: 0; }
2916
+ .range-slider.radius {
2917
+ background: #fafafa;
2918
+ border-radius: 3px; }
2919
+ .range-slider.radius .range-slider-handle {
2920
+ background: #008CBA;
2921
+ border-radius: 3px; }
2922
+ .range-slider.radius .range-slider-handle:hover {
2923
+ background: #007da4; }
2924
+ .range-slider.round {
2925
+ background: #fafafa;
2926
+ border-radius: 1000px; }
2927
+ .range-slider.round .range-slider-handle {
2928
+ background: #008CBA;
2929
+ border-radius: 1000px; }
2930
+ .range-slider.round .range-slider-handle:hover {
2931
+ background: #007da4; }
2932
+
2933
+ .range-slider-active-segment {
2934
+ display: inline-block;
2935
+ position: absolute;
2936
+ height: 0.875rem;
2937
+ background: #e5e5e5; }
2938
+
2939
+ .range-slider-handle {
2940
+ display: inline-block;
2941
+ position: absolute;
2942
+ z-index: 1;
2943
+ top: -0.3125rem;
2944
+ width: 2rem;
2945
+ height: 1.375rem;
2946
+ border: 1px solid none;
2947
+ cursor: pointer;
2948
+ background: #008CBA; }
2949
+ .range-slider-handle:hover {
2950
+ background: #007da4; }
2951
+
2952
+ .reveal-modal-bg {
2953
+ position: fixed;
2954
+ height: 100%;
2955
+ width: 100%;
2956
+ background: #000;
2957
+ background: rgba(0, 0, 0, 0.45);
2958
+ z-index: 99;
2959
+ display: none;
2960
+ top: 0;
2961
+ left: 0; }
2962
+
2963
+ dialog, .reveal-modal {
2964
+ visibility: hidden;
2965
+ display: none;
2966
+ position: absolute;
2967
+ z-index: 100;
2968
+ width: 100vw;
2969
+ top: 0;
2970
+ left: 0;
2971
+ background-color: #fff;
2972
+ padding: 1.25rem;
2973
+ border: solid 1px #666;
2974
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
2975
+ @media only screen and (max-width: 40em) {
2976
+ dialog, .reveal-modal {
2977
+ min-height: 100vh; } }
2978
+ @media only screen and (min-width:40.063em) {
2979
+ dialog, .reveal-modal {
2980
+ left: 50%; } }
2981
+ dialog .column, dialog .columns, .reveal-modal .column, .reveal-modal .columns {
2982
+ min-width: 0; }
2983
+ dialog > :first-child, .reveal-modal > :first-child {
2984
+ margin-top: 0; }
2985
+ dialog > :last-child, .reveal-modal > :last-child {
2986
+ margin-bottom: 0; }
2987
+ @media only screen and (min-width:40.063em) {
2988
+ dialog, .reveal-modal {
2989
+ margin-left: -40%;
2990
+ width: 80%; } }
2991
+ @media only screen and (min-width:40.063em) {
2992
+ dialog, .reveal-modal {
2993
+ top: 6.25rem; } }
2994
+ dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
2995
+ font-size: 2.5rem;
2996
+ line-height: 1;
2997
+ position: absolute;
2998
+ top: 0.5rem;
2999
+ right: 0.6875rem;
3000
+ color: #aaa;
3001
+ font-weight: bold;
3002
+ cursor: pointer; }
3003
+
3004
+ dialog[open] {
3005
+ display: block;
3006
+ visibility: visible; }
3007
+
3008
+ @media only screen and (min-width:40.063em) {
3009
+ dialog, .reveal-modal {
3010
+ padding: 1.875rem; }
3011
+ dialog.radius, .reveal-modal.radius {
3012
+ border-radius: 3px; }
3013
+ dialog.round, .reveal-modal.round {
3014
+ border-radius: 1000px; }
3015
+ dialog.collapse, .reveal-modal.collapse {
3016
+ padding: 0; }
3017
+ @media only screen and (min-width:40.063em) {
3018
+ dialog.tiny, .reveal-modal.tiny {
3019
+ margin-left: -15%;
3020
+ width: 30%; } }
3021
+ @media only screen and (min-width:40.063em) {
3022
+ dialog.small, .reveal-modal.small {
3023
+ margin-left: -20%;
3024
+ width: 40%; } }
3025
+ @media only screen and (min-width:40.063em) {
3026
+ dialog.medium, .reveal-modal.medium {
3027
+ margin-left: -30%;
3028
+ width: 60%; } }
3029
+ @media only screen and (min-width:40.063em) {
3030
+ dialog.large, .reveal-modal.large {
3031
+ margin-left: -35%;
3032
+ width: 70%; } }
3033
+ @media only screen and (min-width:40.063em) {
3034
+ dialog.xlarge, .reveal-modal.xlarge {
3035
+ margin-left: -47.5%;
3036
+ width: 95%; } }
3037
+ dialog.full, .reveal-modal.full {
3038
+ top: 0;
3039
+ left: 0;
3040
+ height: 100vh;
3041
+ min-height: 100vh;
3042
+ margin-left: 0 !important; }
3043
+ @media only screen and (min-width:40.063em) {
3044
+ dialog.full, .reveal-modal.full {
3045
+ margin-left: -50vw;
3046
+ width: 100vw; } } }
3047
+
3048
+ @media print {
3049
+ dialog, .reveal-modal {
3050
+ background: #fff !important; } }
3051
+
3052
+ .side-nav {
3053
+ display: block;
3054
+ margin: 0;
3055
+ padding: 0.875rem 0;
3056
+ list-style-type: none;
3057
+ list-style-position: inside;
3058
+ font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
3059
+ .side-nav li {
3060
+ margin: 0 0 0.4375rem 0;
3061
+ font-size: 0.875rem; }
3062
+ .side-nav li a:not(.button) {
3063
+ display: block;
3064
+ color: #008CBA;
3065
+ margin: 0;
3066
+ padding: 0.4375rem 0.875rem; }
3067
+ .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
3068
+ background: rgba(0, 0, 0, 0.025);
3069
+ color: #1ccaff; }
3070
+ .side-nav li.active > a:first-child:not(.button) {
3071
+ color: #1ccaff;
3072
+ font-weight: normal;
3073
+ font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
3074
+ .side-nav li.divider {
3075
+ border-top: 1px solid;
3076
+ height: 0;
3077
+ padding: 0;
3078
+ list-style: none;
3079
+ border-top-color: white; }
3080
+ .side-nav li.heading {
3081
+ color: #008CBA;
3082
+ font-size: 0.875rem;
3083
+ font-weight: bold;
3084
+ text-transform: uppercase; }
3085
+
3086
+ .split.button {
3087
+ position: relative;
3088
+ padding-right: 5.0625rem; }
3089
+ .split.button span {
3090
+ display: block;
3091
+ height: 100%;
3092
+ position: absolute;
3093
+ right: 0;
3094
+ top: 0;
3095
+ border-left: solid 1px; }
3096
+ .split.button span:after {
3097
+ position: absolute;
3098
+ content: "";
3099
+ width: 0;
3100
+ height: 0;
3101
+ display: block;
3102
+ border-style: inset;
3103
+ top: 50%;
3104
+ left: 50%; }
3105
+ .split.button span:active {
3106
+ background-color: rgba(0, 0, 0, 0.1); }
3107
+ .split.button span {
3108
+ border-left-color: rgba(255, 255, 255, 0.5); }
3109
+ .split.button span {
3110
+ width: 3.09375rem; }
3111
+ .split.button span:after {
3112
+ border-top-style: solid;
3113
+ border-width: 0.375rem;
3114
+ top: 48%;
3115
+ margin-left: -0.375rem; }
3116
+ .split.button span:after {
3117
+ border-color: #fff transparent transparent transparent; }
3118
+ .split.button.secondary span {
3119
+ border-left-color: rgba(255, 255, 255, 0.5); }
3120
+ .split.button.secondary span:after {
3121
+ border-color: #fff transparent transparent transparent; }
3122
+ .split.button.alert span {
3123
+ border-left-color: rgba(255, 255, 255, 0.5); }
3124
+ .split.button.success span {
3125
+ border-left-color: rgba(255, 255, 255, 0.5); }
3126
+ .split.button.tiny {
3127
+ padding-right: 3.75rem; }
3128
+ .split.button.tiny span {
3129
+ width: 2.25rem; }
3130
+ .split.button.tiny span:after {
3131
+ border-top-style: solid;
3132
+ border-width: 0.375rem;
3133
+ top: 48%;
3134
+ margin-left: -0.375rem; }
3135
+ .split.button.small {
3136
+ padding-right: 4.375rem; }
3137
+ .split.button.small span {
3138
+ width: 2.625rem; }
3139
+ .split.button.small span:after {
3140
+ border-top-style: solid;
3141
+ border-width: 0.4375rem;
3142
+ top: 48%;
3143
+ margin-left: -0.375rem; }
3144
+ .split.button.large {
3145
+ padding-right: 5.5rem; }
3146
+ .split.button.large span {
3147
+ width: 3.4375rem; }
3148
+ .split.button.large span:after {
3149
+ border-top-style: solid;
3150
+ border-width: 0.3125rem;
3151
+ top: 48%;
3152
+ margin-left: -0.375rem; }
3153
+ .split.button.expand {
3154
+ padding-left: 2rem; }
3155
+ .split.button.secondary span:after {
3156
+ border-color: #333 transparent transparent transparent; }
3157
+ .split.button.radius span {
3158
+ border-bottom-right-radius: 3px;
3159
+ border-top-right-radius: 3px; }
3160
+ .split.button.round span {
3161
+ border-bottom-right-radius: 1000px;
3162
+ border-top-right-radius: 1000px; }
3163
+
3164
+ .sub-nav {
3165
+ display: block;
3166
+ width: auto;
3167
+ overflow: hidden;
3168
+ margin: -0.25rem 0 1.125rem;
3169
+ padding-top: 0.25rem;
3170
+ margin-right: 0;
3171
+ margin-left: -0.75rem; }
3172
+ .sub-nav dt {
3173
+ text-transform: uppercase; }
3174
+ .sub-nav dt, .sub-nav dd, .sub-nav li {
3175
+ float: left;
3176
+ display: inline;
3177
+ margin-left: 1rem;
3178
+ margin-bottom: 0.625rem;
3179
+ font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
3180
+ font-weight: normal;
3181
+ font-size: 0.875rem;
3182
+ color: #999; }
3183
+ .sub-nav dt a, .sub-nav dd a, .sub-nav li a {
3184
+ text-decoration: none;
3185
+ color: #999;
3186
+ padding: 0.1875rem 1rem; }
3187
+ .sub-nav dt a:hover, .sub-nav dd a:hover, .sub-nav li a:hover {
3188
+ color: #737373; }
3189
+ .sub-nav dt.active a, .sub-nav dd.active a, .sub-nav li.active a {
3190
+ border-radius: 3px;
3191
+ font-weight: normal;
3192
+ background: #008CBA;
3193
+ padding: 0.1875rem 1rem;
3194
+ cursor: default;
3195
+ color: #fff; }
3196
+ .sub-nav dt.active a:hover, .sub-nav dd.active a:hover, .sub-nav li.active a:hover {
3197
+ background: #007ba0; }
3198
+
3199
+ div.switch {
3200
+ position: relative;
3201
+ padding: 0;
3202
+ display: block;
3203
+ overflow: hidden;
3204
+ border-style: solid;
3205
+ border-width: 1px;
3206
+ margin-bottom: 1.25rem;
3207
+ height: 2.25rem;
3208
+ background: #fff;
3209
+ border-color: #cccccc; }
3210
+ div.switch label {
3211
+ position: relative;
3212
+ left: 0;
3213
+ z-index: 2;
3214
+ float: left;
3215
+ width: 50%;
3216
+ height: 100%;
3217
+ margin: 0;
3218
+ font-weight: bold;
3219
+ text-align: left;
3220
+ transition: all 0.1s ease-out; }
3221
+ div.switch input {
3222
+ position: absolute;
3223
+ z-index: 3;
3224
+ opacity: 0;
3225
+ width: 100%;
3226
+ height: 100%;
3227
+ -moz-appearance: none; }
3228
+ div.switch input:hover, div.switch input:focus {
3229
+ cursor: pointer; }
3230
+ div.switch span:last-child {
3231
+ position: absolute;
3232
+ top: -1px;
3233
+ left: -1px;
3234
+ z-index: 1;
3235
+ display: block;
3236
+ padding: 0;
3237
+ border-width: 1px;
3238
+ border-style: solid;
3239
+ transition: all 0.1s ease-out; }
3240
+ div.switch input:not(:checked) + label {
3241
+ opacity: 0; }
3242
+ div.switch input:checked {
3243
+ display: none !important; }
3244
+ div.switch input {
3245
+ left: 0;
3246
+ display: block !important; }
3247
+ div.switch input:first-of-type + label, div.switch input:first-of-type + span + label {
3248
+ left: -50%; }
3249
+ div.switch input:first-of-type:checked + label, div.switch input:first-of-type:checked + span + label {
3250
+ left: 0%; }
3251
+ div.switch input:last-of-type + label, div.switch input:last-of-type + span + label {
3252
+ right: -50%;
3253
+ left: auto;
3254
+ text-align: right; }
3255
+ div.switch input:last-of-type:checked + label, div.switch input:last-of-type:checked + span + label {
3256
+ right: 0%;
3257
+ left: auto; }
3258
+ div.switch span.custom {
3259
+ display: none !important; }
3260
+ form.custom div.switch .hidden-field {
3261
+ margin-left: auto;
3262
+ position: absolute;
3263
+ visibility: visible; }
3264
+ div.switch label {
3265
+ padding: 0;
3266
+ line-height: 2.3rem;
3267
+ font-size: 0.875rem; }
3268
+ div.switch input:first-of-type:checked ~ span:last-child {
3269
+ left: 100%;
3270
+ margin-left: -2.1875rem; }
3271
+ div.switch span:last-child {
3272
+ width: 2.25rem;
3273
+ height: 2.25rem; }
3274
+ div.switch span:last-child {
3275
+ border-color: #b3b3b3;
3276
+ background: #fff;
3277
+ background: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
3278
+ box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #f3faf6, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5; }
3279
+ div.switch:hover span:last-child, div.switch:focus span:last-child {
3280
+ background: #fff;
3281
+ background: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%); }
3282
+ div.switch:active {
3283
+ background: transparent; }
3284
+ div.switch.large {
3285
+ height: 2.75rem; }
3286
+ div.switch.large label {
3287
+ padding: 0;
3288
+ line-height: 2.3rem;
3289
+ font-size: 1.0625rem; }
3290
+ div.switch.large input:first-of-type:checked ~ span:last-child {
3291
+ left: 100%;
3292
+ margin-left: -2.6875rem; }
3293
+ div.switch.large span:last-child {
3294
+ width: 2.75rem;
3295
+ height: 2.75rem; }
3296
+ div.switch.small {
3297
+ height: 1.75rem; }
3298
+ div.switch.small label {
3299
+ padding: 0;
3300
+ line-height: 2.1rem;
3301
+ font-size: 0.75rem; }
3302
+ div.switch.small input:first-of-type:checked ~ span:last-child {
3303
+ left: 100%;
3304
+ margin-left: -1.6875rem; }
3305
+ div.switch.small span:last-child {
3306
+ width: 1.75rem;
3307
+ height: 1.75rem; }
3308
+ div.switch.tiny {
3309
+ height: 1.375rem; }
3310
+ div.switch.tiny label {
3311
+ padding: 0;
3312
+ line-height: 1.9rem;
3313
+ font-size: 0.6875rem; }
3314
+ div.switch.tiny input:first-of-type:checked ~ span:last-child {
3315
+ left: 100%;
3316
+ margin-left: -1.3125rem; }
3317
+ div.switch.tiny span:last-child {
3318
+ width: 1.375rem;
3319
+ height: 1.375rem; }
3320
+ div.switch.radius {
3321
+ border-radius: 4px; }
3322
+ div.switch.radius span:last-child {
3323
+ border-radius: 3px; }
3324
+ div.switch.round {
3325
+ border-radius: 1000px; }
3326
+ div.switch.round span:last-child {
3327
+ border-radius: 999px; }
3328
+ div.switch.round label {
3329
+ padding: 0 0.5625rem; }
3330
+
3331
+ table {
3332
+ background: #fff;
3333
+ margin-bottom: 1.25rem;
3334
+ border: solid 1px #ddd; }
3335
+ table caption {
3336
+ background: transparent;
3337
+ color: #222;
3338
+ font-size: 1rem;
3339
+ font-weight: bold; }
3340
+ table thead {
3341
+ background: #f5f5f5; }
3342
+ table thead tr th, table thead tr td {
3343
+ padding: 0.5rem 0.625rem 0.625rem;
3344
+ font-size: 0.875rem;
3345
+ font-weight: bold;
3346
+ color: #222; }
3347
+ table tfoot {
3348
+ background: #f5f5f5; }
3349
+ table tfoot tr th, table tfoot tr td {
3350
+ padding: 0.5rem 0.625rem 0.625rem;
3351
+ font-size: 0.875rem;
3352
+ font-weight: bold;
3353
+ color: #222; }
3354
+ table tr th, table tr td {
3355
+ padding: 0.5625rem 0.625rem;
3356
+ font-size: 0.875rem;
3357
+ color: #222;
3358
+ text-align: left; }
3359
+ table tr.even, table tr.alt, table tr:nth-of-type(even) {
3360
+ background: #f9f9f9; }
3361
+ table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
3362
+ display: table-cell;
3363
+ line-height: 1.125rem; }
3364
+
3365
+ .text-left {
3366
+ text-align: left !important; }
3367
+
3368
+ .text-right {
3369
+ text-align: right !important; }
3370
+
3371
+ .text-center {
3372
+ text-align: center !important; }
3373
+
3374
+ .text-justify {
3375
+ text-align: justify !important; }
3376
+
3377
+ @media only screen and (max-width: 40em) {
3378
+ .small-only-text-left {
3379
+ text-align: left !important; }
3380
+ .small-only-text-right {
3381
+ text-align: right !important; }
3382
+ .small-only-text-center {
3383
+ text-align: center !important; }
3384
+ .small-only-text-justify {
3385
+ text-align: justify !important; } }
3386
+
3387
+ @media only screen {
3388
+ .small-text-left {
3389
+ text-align: left !important; }
3390
+ .small-text-right {
3391
+ text-align: right !important; }
3392
+ .small-text-center {
3393
+ text-align: center !important; }
3394
+ .small-text-justify {
3395
+ text-align: justify !important; } }
3396
+
3397
+ @media only screen and (min-width:40.063em) and (max-width:64em) {
3398
+ .medium-only-text-left {
3399
+ text-align: left !important; }
3400
+ .medium-only-text-right {
3401
+ text-align: right !important; }
3402
+ .medium-only-text-center {
3403
+ text-align: center !important; }
3404
+ .medium-only-text-justify {
3405
+ text-align: justify !important; } }
3406
+
3407
+ @media only screen and (min-width:40.063em) {
3408
+ .medium-text-left {
3409
+ text-align: left !important; }
3410
+ .medium-text-right {
3411
+ text-align: right !important; }
3412
+ .medium-text-center {
3413
+ text-align: center !important; }
3414
+ .medium-text-justify {
3415
+ text-align: justify !important; } }
3416
+
3417
+ @media only screen and (min-width:64.063em) and (max-width:90em) {
3418
+ .large-only-text-left {
3419
+ text-align: left !important; }
3420
+ .large-only-text-right {
3421
+ text-align: right !important; }
3422
+ .large-only-text-center {
3423
+ text-align: center !important; }
3424
+ .large-only-text-justify {
3425
+ text-align: justify !important; } }
3426
+
3427
+ @media only screen and (min-width:64.063em) {
3428
+ .large-text-left {
3429
+ text-align: left !important; }
3430
+ .large-text-right {
3431
+ text-align: right !important; }
3432
+ .large-text-center {
3433
+ text-align: center !important; }
3434
+ .large-text-justify {
3435
+ text-align: justify !important; } }
3436
+
3437
+ @media only screen and (min-width:90.063em) and (max-width:120em) {
3438
+ .xlarge-only-text-left {
3439
+ text-align: left !important; }
3440
+ .xlarge-only-text-right {
3441
+ text-align: right !important; }
3442
+ .xlarge-only-text-center {
3443
+ text-align: center !important; }
3444
+ .xlarge-only-text-justify {
3445
+ text-align: justify !important; } }
3446
+
3447
+ @media only screen and (min-width:90.063em) {
3448
+ .xlarge-text-left {
3449
+ text-align: left !important; }
3450
+ .xlarge-text-right {
3451
+ text-align: right !important; }
3452
+ .xlarge-text-center {
3453
+ text-align: center !important; }
3454
+ .xlarge-text-justify {
3455
+ text-align: justify !important; } }
3456
+
3457
+ @media only screen and (min-width:120.063em) and (max-width:99999999em) {
3458
+ .xxlarge-only-text-left {
3459
+ text-align: left !important; }
3460
+ .xxlarge-only-text-right {
3461
+ text-align: right !important; }
3462
+ .xxlarge-only-text-center {
3463
+ text-align: center !important; }
3464
+ .xxlarge-only-text-justify {
3465
+ text-align: justify !important; } }
3466
+
3467
+ @media only screen and (min-width:120.063em) {
3468
+ .xxlarge-text-left {
3469
+ text-align: left !important; }
3470
+ .xxlarge-text-right {
3471
+ text-align: right !important; }
3472
+ .xxlarge-text-center {
3473
+ text-align: center !important; }
3474
+ .xxlarge-text-justify {
3475
+ text-align: justify !important; } }
3476
+
3477
+ /* Typography resets */
3478
+ div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
3479
+ margin: 0;
3480
+ padding: 0; }
3481
+
3482
+ /* Default Link Styles */
3483
+ a {
3484
+ color: #008CBA;
3485
+ text-decoration: none;
3486
+ line-height: inherit; }
3487
+ a:hover, a:focus {
3488
+ color: #007ba0; }
3489
+ a img {
3490
+ border: none; }
3491
+
3492
+ /* Default paragraph styles */
3493
+ p {
3494
+ font-family: inherit;
3495
+ font-weight: normal;
3496
+ font-size: 1rem;
3497
+ line-height: 1.6;
3498
+ margin-bottom: 1.25rem;
3499
+ text-rendering: optimizeLegibility; }
3500
+ p.lead {
3501
+ font-size: 1.21875rem;
3502
+ line-height: 1.6; }
3503
+ p aside {
3504
+ font-size: 0.875rem;
3505
+ line-height: 1.35;
3506
+ font-style: italic; }
3507
+
3508
+ /* Default header styles */
3509
+ h1, h2, h3, h4, h5, h6 {
3510
+ font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
3511
+ font-weight: normal;
3512
+ font-style: normal;
3513
+ color: #222;
3514
+ text-rendering: optimizeLegibility;
3515
+ margin-top: 0.2rem;
3516
+ margin-bottom: 0.5rem;
3517
+ line-height: 1.4; }
3518
+ h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
3519
+ font-size: 60%;
3520
+ color: #6f6f6f;
3521
+ line-height: 0; }
3522
+
3523
+ h1 {
3524
+ font-size: 2.125rem; }
3525
+
3526
+ h2 {
3527
+ font-size: 1.6875rem; }
3528
+
3529
+ h3 {
3530
+ font-size: 1.375rem; }
3531
+
3532
+ h4 {
3533
+ font-size: 1.125rem; }
3534
+
3535
+ h5 {
3536
+ font-size: 1.125rem; }
3537
+
3538
+ h6 {
3539
+ font-size: 1rem; }
3540
+
3541
+ .subheader {
3542
+ line-height: 1.4;
3543
+ color: #6f6f6f;
3544
+ font-weight: normal;
3545
+ margin-top: 0.2rem;
3546
+ margin-bottom: 0.5rem; }
3547
+
3548
+ hr {
3549
+ border: solid #ddd;
3550
+ border-width: 1px 0 0;
3551
+ clear: both;
3552
+ margin: 1.25rem 0 1.1875rem;
3553
+ height: 0; }
3554
+
3555
+ /* Helpful Typography Defaults */
3556
+ em, i {
3557
+ font-style: italic;
3558
+ line-height: inherit; }
3559
+
3560
+ strong, b {
3561
+ font-weight: bold;
3562
+ line-height: inherit; }
3563
+
3564
+ small {
3565
+ font-size: 60%;
3566
+ line-height: inherit; }
3567
+
3568
+ code {
3569
+ font-family: Consolas, 'Liberation Mono', Courier, monospace;
3570
+ font-weight: bold;
3571
+ color: #bd240d; }
3572
+
3573
+ /* Lists */
3574
+ ul, ol, dl {
3575
+ font-size: 1rem;
3576
+ line-height: 1.6;
3577
+ margin-bottom: 1.25rem;
3578
+ list-style-position: outside;
3579
+ font-family: inherit; }
3580
+
3581
+ ul {
3582
+ margin-left: 1.1rem; }
3583
+ ul.no-bullet {
3584
+ margin-left: 0; }
3585
+ ul.no-bullet li ul, ul.no-bullet li ol {
3586
+ margin-left: 1.25rem;
3587
+ margin-bottom: 0;
3588
+ list-style: none; }
3589
+
3590
+ /* Unordered Lists */
3591
+ ul li ul, ul li ol {
3592
+ margin-left: 1.25rem;
3593
+ margin-bottom: 0; }
3594
+ ul.square li ul, ul.circle li ul, ul.disc li ul {
3595
+ list-style: inherit; }
3596
+ ul.square {
3597
+ list-style-type: square;
3598
+ margin-left: 1.1rem; }
3599
+ ul.circle {
3600
+ list-style-type: circle;
3601
+ margin-left: 1.1rem; }
3602
+ ul.disc {
3603
+ list-style-type: disc;
3604
+ margin-left: 1.1rem; }
3605
+ ul.no-bullet {
3606
+ list-style: none; }
3607
+
3608
+ /* Ordered Lists */
3609
+ ol {
3610
+ margin-left: 1.4rem; }
3611
+ ol li ul, ol li ol {
3612
+ margin-left: 1.25rem;
3613
+ margin-bottom: 0; }
3614
+
3615
+ /* Definition Lists */
3616
+ dl dt {
3617
+ margin-bottom: 0.3rem;
3618
+ font-weight: bold; }
3619
+ dl dd {
3620
+ margin-bottom: 0.75rem; }
3621
+
3622
+ /* Abbreviations */
3623
+ abbr, acronym {
3624
+ text-transform: uppercase;
3625
+ font-size: 90%;
3626
+ color: #222;
3627
+ border-bottom: 1px dotted #ddd;
3628
+ cursor: help; }
3629
+
3630
+ abbr {
3631
+ text-transform: none; }
3632
+
3633
+ /* Blockquotes */
3634
+ blockquote {
3635
+ margin: 0 0 1.25rem;
3636
+ padding: 0.5625rem 1.25rem 0 1.1875rem;
3637
+ border-left: 1px solid #ddd; }
3638
+ blockquote cite {
3639
+ display: block;
3640
+ font-size: 0.8125rem;
3641
+ color: #555555; }
3642
+ blockquote cite:before {
3643
+ content: "\2014 \0020"; }
3644
+ blockquote cite a, blockquote cite a:visited {
3645
+ color: #555555; }
3646
+
3647
+ blockquote, blockquote p {
3648
+ line-height: 1.6;
3649
+ color: #6f6f6f; }
3650
+
3651
+ /* Microformats */
3652
+ .vcard {
3653
+ display: inline-block;
3654
+ margin: 0 0 1.25rem 0;
3655
+ border: 1px solid #ddd;
3656
+ padding: 0.625rem 0.75rem; }
3657
+ .vcard li {
3658
+ margin: 0;
3659
+ display: block; }
3660
+ .vcard .fn {
3661
+ font-weight: bold;
3662
+ font-size: 0.9375rem; }
3663
+
3664
+ .vevent .summary {
3665
+ font-weight: bold; }
3666
+ .vevent abbr {
3667
+ cursor: default;
3668
+ text-decoration: none;
3669
+ font-weight: bold;
3670
+ border: none;
3671
+ padding: 0 0.0625rem; }
3672
+
3673
+ @media only screen and (min-width:40.063em) {
3674
+ h1, h2, h3, h4, h5, h6 {
3675
+ line-height: 1.4; }
3676
+ h1 {
3677
+ font-size: 2.75rem; }
3678
+ h2 {
3679
+ font-size: 2.3125rem; }
3680
+ h3 {
3681
+ font-size: 1.6875rem; }
3682
+ h4 {
3683
+ font-size: 1.4375rem; } }
3684
+
3685
+ /*
3686
+ * Print styles.
3687
+ *
3688
+ * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
3689
+ * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
3690
+ */
3691
+ .print-only {
3692
+ display: none !important; }
3693
+
3694
+ @media print {
3695
+ @page {
3696
+ margin: 0.5cm; }
3697
+
3698
+ * {
3699
+ background: transparent !important;
3700
+ color: #000 !important;
3701
+ /* Black prints faster: h5bp.com/s */
3702
+ box-shadow: none !important;
3703
+ text-shadow: none !important; }
3704
+ a, a:visited {
3705
+ text-decoration: underline; }
3706
+ a[href]:after {
3707
+ content: " (" attr(href) ")"; }
3708
+ abbr[title]:after {
3709
+ content: " (" attr(title) ")"; }
3710
+ .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
3711
+ content: ""; }
3712
+ pre, blockquote {
3713
+ border: 1px solid #999;
3714
+ page-break-inside: avoid; }
3715
+ thead {
3716
+ display: table-header-group;
3717
+ /* h5bp.com/t */ }
3718
+ tr, img {
3719
+ page-break-inside: avoid; }
3720
+ img {
3721
+ max-width: 100% !important; }
3722
+ p, h2, h3 {
3723
+ orphans: 3;
3724
+ widows: 3; }
3725
+ h2, h3 {
3726
+ page-break-after: avoid; }
3727
+ .hide-on-print {
3728
+ display: none !important; }
3729
+ .print-only {
3730
+ display: block !important; }
3731
+ .hide-for-print {
3732
+ display: none !important; }
3733
+ .show-for-print {
3734
+ display: inherit !important; } }
3735
+
3736
+ .tabs {
3737
+ margin-bottom: 0 !important;
3738
+ margin-left: 0; }
3739
+ .tabs:before, .tabs:after {
3740
+ content: " ";
3741
+ display: table; }
3742
+ .tabs:after {
3743
+ clear: both; }
3744
+ .tabs dd, .tabs .tab-title {
3745
+ position: relative;
3746
+ margin-bottom: 0 !important;
3747
+ list-style: none;
3748
+ float: left; }
3749
+ .tabs dd > a, .tabs .tab-title > a {
3750
+ display: block;
3751
+ background: #efefef;
3752
+ color: #222;
3753
+ padding: 1rem 2rem;
3754
+ font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
3755
+ font-size: 1rem; }
3756
+ .tabs dd > a:hover, .tabs .tab-title > a:hover {
3757
+ background: #e1e1e1; }
3758
+ .tabs dd.active a, .tabs .tab-title.active a {
3759
+ background: #fff;
3760
+ color: #222; }
3761
+ .tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
3762
+ border-bottom-left-radius: 3px;
3763
+ border-top-left-radius: 3px; }
3764
+ .tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
3765
+ border-bottom-right-radius: 3px;
3766
+ border-top-right-radius: 3px; }
3767
+ .tabs.vertical dd, .tabs.vertical .tab {
3768
+ position: inherit;
3769
+ float: none;
3770
+ display: block;
3771
+ top: auto; }
3772
+
3773
+ .tabs-content {
3774
+ margin-bottom: 1.5rem;
3775
+ width: 100%; }
3776
+ .tabs-content:before, .tabs-content:after {
3777
+ content: " ";
3778
+ display: table; }
3779
+ .tabs-content:after {
3780
+ clear: both; }
3781
+ .tabs-content > .content {
3782
+ display: none;
3783
+ float: left;
3784
+ padding: 0.9375rem 0;
3785
+ width: 100%; }
3786
+ .tabs-content > .content.active {
3787
+ display: block;
3788
+ float: none; }
3789
+ .tabs-content > .content.contained {
3790
+ padding: 0.9375rem; }
3791
+ .tabs-content.vertical {
3792
+ display: block; }
3793
+ .tabs-content.vertical > .content {
3794
+ padding: 0 0.9375rem; }
3795
+
3796
+ @media only screen and (min-width:40.063em) {
3797
+ .tabs.vertical {
3798
+ width: 20%;
3799
+ float: left;
3800
+ margin-bottom: 1.25rem; }
3801
+ .tabs-content.vertical {
3802
+ width: 80%;
3803
+ float: left;
3804
+ margin-left: -1px; } }
3805
+
3806
+ .no-js .tabs-content > .content {
3807
+ display: block;
3808
+ float: none; }
3809
+
3810
+ /* Image Thumbnails */
3811
+ .th {
3812
+ line-height: 0;
3813
+ display: inline-block;
3814
+ border: solid 4px #fff;
3815
+ max-width: 100%;
3816
+ box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
3817
+ transition: all 200ms ease-out; }
3818
+ .th:hover, .th:focus {
3819
+ box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5); }
3820
+ .th.radius {
3821
+ border-radius: 3px; }
3822
+
3823
+ /* Tooltips */
3824
+ .has-tip {
3825
+ border-bottom: dotted 1px #ccc;
3826
+ cursor: help;
3827
+ font-weight: bold;
3828
+ color: #333; }
3829
+ .has-tip:hover, .has-tip:focus {
3830
+ border-bottom: dotted 1px #004054;
3831
+ color: #008CBA; }
3832
+ .has-tip.tip-left, .has-tip.tip-right {
3833
+ float: none !important; }
3834
+
3835
+ .tooltip {
3836
+ display: none;
3837
+ position: absolute;
3838
+ z-index: 999;
3839
+ font-weight: normal;
3840
+ font-size: 0.875rem;
3841
+ line-height: 1.3;
3842
+ padding: 0.75rem;
3843
+ max-width: 85%;
3844
+ left: 50%;
3845
+ width: 100%;
3846
+ color: #fff;
3847
+ background: #333; }
3848
+ .tooltip > .nub {
3849
+ display: block;
3850
+ left: 5px;
3851
+ position: absolute;
3852
+ width: 0;
3853
+ height: 0;
3854
+ border: solid 5px;
3855
+ border-color: transparent transparent #333 transparent;
3856
+ top: -10px; }
3857
+ .tooltip > .nub.rtl {
3858
+ left: auto;
3859
+ right: 5px; }
3860
+ .tooltip.radius {
3861
+ border-radius: 3px; }
3862
+ .tooltip.round {
3863
+ border-radius: 1000px; }
3864
+ .tooltip.round > .nub {
3865
+ left: 2rem; }
3866
+ .tooltip.opened {
3867
+ color: #008CBA !important;
3868
+ border-bottom: dotted 1px #004054 !important; }
3869
+
3870
+ .tap-to-close {
3871
+ display: block;
3872
+ font-size: 0.625rem;
3873
+ color: #777;
3874
+ font-weight: normal; }
3875
+
3876
+ @media only screen and (min-width:40.063em) {
3877
+ .tooltip > .nub {
3878
+ border-color: transparent transparent #333 transparent;
3879
+ top: -10px; }
3880
+ .tooltip.tip-top > .nub {
3881
+ border-color: #333 transparent transparent transparent;
3882
+ top: auto;
3883
+ bottom: -10px; }
3884
+ .tooltip.tip-left, .tooltip.tip-right {
3885
+ float: none !important; }
3886
+ .tooltip.tip-left > .nub {
3887
+ border-color: transparent transparent transparent #333;
3888
+ right: -10px;
3889
+ left: auto;
3890
+ top: 50%;
3891
+ margin-top: -5px; }
3892
+ .tooltip.tip-right > .nub {
3893
+ border-color: transparent #333 transparent transparent;
3894
+ right: auto;
3895
+ left: -10px;
3896
+ top: 50%;
3897
+ margin-top: -5px; } }
3898
+
3899
+ meta.foundation-mq-topbar {
3900
+ font-family: "/only screen and (min-width:40.063em)/";
3901
+ width: 40.063em; }
3902
+
3903
+ /* Wrapped around .top-bar to contain to grid width */
3904
+ .contain-to-grid {
3905
+ width: 100%;
3906
+ background: #333; }
3907
+ .contain-to-grid .top-bar {
3908
+ margin-bottom: 0; }
3909
+
3910
+ .fixed {
3911
+ width: 100%;
3912
+ left: 0;
3913
+ position: fixed;
3914
+ top: 0;
3915
+ z-index: 99; }
3916
+ .fixed.expanded:not(.top-bar) {
3917
+ overflow-y: auto;
3918
+ height: auto;
3919
+ width: 100%;
3920
+ max-height: 100%; }
3921
+ .fixed.expanded:not(.top-bar) .title-area {
3922
+ position: fixed;
3923
+ width: 100%;
3924
+ z-index: 99; }
3925
+ .fixed.expanded:not(.top-bar) .top-bar-section {
3926
+ z-index: 98;
3927
+ margin-top: 45px; }
3928
+
3929
+ .top-bar {
3930
+ overflow: hidden;
3931
+ height: 45px;
3932
+ line-height: 45px;
3933
+ position: relative;
3934
+ background: #333;
3935
+ margin-bottom: 0; }
3936
+ .top-bar ul {
3937
+ margin-bottom: 0;
3938
+ list-style: none; }
3939
+ .top-bar .row {
3940
+ max-width: none; }
3941
+ .top-bar form, .top-bar input {
3942
+ margin-bottom: 0; }
3943
+ .top-bar input {
3944
+ height: auto;
3945
+ padding-top: 0.35rem;
3946
+ padding-bottom: 0.35rem;
3947
+ font-size: 0.75rem; }
3948
+ .top-bar .button, .top-bar button {
3949
+ padding-top: 0.45rem;
3950
+ padding-bottom: 0.35rem;
3951
+ margin-bottom: 0;
3952
+ font-size: 0.75rem; }
3953
+ .top-bar .title-area {
3954
+ position: relative;
3955
+ margin: 0; }
3956
+ .top-bar .name {
3957
+ height: 45px;
3958
+ margin: 0;
3959
+ font-size: 16px; }
3960
+ .top-bar .name h1 {
3961
+ line-height: 45px;
3962
+ font-size: 1.0625rem;
3963
+ margin: 0; }
3964
+ .top-bar .name h1 a {
3965
+ font-weight: normal;
3966
+ color: #fff;
3967
+ width: 75%;
3968
+ display: block;
3969
+ padding: 0 15px; }
3970
+ .top-bar .toggle-topbar {
3971
+ position: absolute;
3972
+ right: 0;
3973
+ top: 0; }
3974
+ .top-bar .toggle-topbar a {
3975
+ color: #fff;
3976
+ text-transform: uppercase;
3977
+ font-size: 0.8125rem;
3978
+ font-weight: bold;
3979
+ position: relative;
3980
+ display: block;
3981
+ padding: 0 15px;
3982
+ height: 45px;
3983
+ line-height: 45px; }
3984
+ .top-bar .toggle-topbar.menu-icon {
3985
+ right: 15px;
3986
+ top: 50%;
3987
+ margin-top: -16px;
3988
+ padding-left: 40px; }
3989
+ .top-bar .toggle-topbar.menu-icon a {
3990
+ height: 34px;
3991
+ line-height: 33px;
3992
+ padding: 0;
3993
+ color: #fff;
3994
+ position: relative; }
3995
+ .top-bar .toggle-topbar.menu-icon a::after {
3996
+ right: 0; }
3997
+ .top-bar .toggle-topbar.menu-icon a::after span:after {
3998
+ content: '';
3999
+ position: absolute;
4000
+ display: block;
4001
+ height: 0;
4002
+ box-shadow: 0 0px 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
4003
+ width: 16px; }
4004
+ .top-bar .toggle-topbar.menu-icon a::after span:hover:after {
4005
+ box-shadow: 0 0px 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff; }
4006
+ .top-bar.expanded {
4007
+ height: auto;
4008
+ background: transparent; }
4009
+ .top-bar.expanded .title-area {
4010
+ background: #333; }
4011
+ .top-bar.expanded .toggle-topbar a {
4012
+ color: #888; }
4013
+ .top-bar.expanded .toggle-topbar a::after {
4014
+ box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888; }
4015
+
4016
+ .top-bar-section {
4017
+ left: 0;
4018
+ position: relative;
4019
+ width: auto;
4020
+ transition: left 300ms ease-out; }
4021
+ .top-bar-section ul {
4022
+ padding: 0;
4023
+ width: 100%;
4024
+ height: auto;
4025
+ display: block;
4026
+ font-size: 16px;
4027
+ margin: 0; }
4028
+ .top-bar-section .divider, .top-bar-section [role="separator"] {
4029
+ border-top: solid 1px #1a1a1a;
4030
+ clear: both;
4031
+ height: 1px;
4032
+ width: 100%; }
4033
+ .top-bar-section ul li {
4034
+ background: #333; }
4035
+ .top-bar-section ul li > a {
4036
+ display: block;
4037
+ width: 100%;
4038
+ color: #fff;
4039
+ padding: 12px 0 12px 0;
4040
+ padding-left: 15px;
4041
+ font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
4042
+ font-size: 0.8125rem;
4043
+ font-weight: normal;
4044
+ text-transform: none; }
4045
+ .top-bar-section ul li > a.button {
4046
+ font-size: 0.8125rem;
4047
+ padding-right: 15px;
4048
+ padding-left: 15px;
4049
+ background-color: #008CBA;
4050
+ border-color: #007295;
4051
+ color: #fff; }
4052
+ .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
4053
+ background-color: #007295; }
4054
+ .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
4055
+ color: #fff; }
4056
+ .top-bar-section ul li > a.button.secondary {
4057
+ background-color: #e7e7e7;
4058
+ border-color: #b9b9b9;
4059
+ color: #333; }
4060
+ .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
4061
+ background-color: #b9b9b9; }
4062
+ .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
4063
+ color: #333; }
4064
+ .top-bar-section ul li > a.button.success {
4065
+ background-color: #43AC6A;
4066
+ border-color: #368a54;
4067
+ color: #fff; }
4068
+ .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
4069
+ background-color: #368a54; }
4070
+ .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
4071
+ color: #fff; }
4072
+ .top-bar-section ul li > a.button.alert {
4073
+ background-color: #f04124;
4074
+ border-color: #cf280e;
4075
+ color: #fff; }
4076
+ .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
4077
+ background-color: #cf280e; }
4078
+ .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
4079
+ color: #fff; }
4080
+ .top-bar-section ul li > button {
4081
+ font-size: 0.8125rem;
4082
+ padding-right: 15px;
4083
+ padding-left: 15px;
4084
+ background-color: #008CBA;
4085
+ border-color: #007295;
4086
+ color: #fff; }
4087
+ .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
4088
+ background-color: #007295; }
4089
+ .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
4090
+ color: #fff; }
4091
+ .top-bar-section ul li > button.secondary {
4092
+ background-color: #e7e7e7;
4093
+ border-color: #b9b9b9;
4094
+ color: #333; }
4095
+ .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
4096
+ background-color: #b9b9b9; }
4097
+ .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
4098
+ color: #333; }
4099
+ .top-bar-section ul li > button.success {
4100
+ background-color: #43AC6A;
4101
+ border-color: #368a54;
4102
+ color: #fff; }
4103
+ .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
4104
+ background-color: #368a54; }
4105
+ .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
4106
+ color: #fff; }
4107
+ .top-bar-section ul li > button.alert {
4108
+ background-color: #f04124;
4109
+ border-color: #cf280e;
4110
+ color: #fff; }
4111
+ .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
4112
+ background-color: #cf280e; }
4113
+ .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
4114
+ color: #fff; }
4115
+ .top-bar-section ul li:hover:not(.has-form) > a {
4116
+ background: #272727;
4117
+ color: #fff; }
4118
+ .top-bar-section ul li.active > a {
4119
+ background: #008CBA;
4120
+ color: #fff; }
4121
+ .top-bar-section ul li.active > a:hover {
4122
+ background: #007ba0;
4123
+ color: #fff; }
4124
+ .top-bar-section .has-form {
4125
+ padding: 15px; }
4126
+ .top-bar-section .has-dropdown {
4127
+ position: relative; }
4128
+ .top-bar-section .has-dropdown > a:after {
4129
+ content: "";
4130
+ display: block;
4131
+ width: 0;
4132
+ height: 0;
4133
+ border: inset 5px;
4134
+ border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
4135
+ border-left-style: solid;
4136
+ margin-right: 15px;
4137
+ margin-top: -4.5px;
4138
+ position: absolute;
4139
+ top: 50%;
4140
+ right: 0; }
4141
+ .top-bar-section .has-dropdown.moved {
4142
+ position: static; }
4143
+ .top-bar-section .has-dropdown.moved > .dropdown {
4144
+ display: block;
4145
+ position: static !important;
4146
+ height: auto;
4147
+ width: auto;
4148
+ overflow: visible;
4149
+ clip: auto;
4150
+ position: absolute !important;
4151
+ width: 100%; }
4152
+ .top-bar-section .has-dropdown.moved > a:after {
4153
+ display: none; }
4154
+ .top-bar-section .dropdown {
4155
+ padding: 0;
4156
+ position: absolute;
4157
+ left: 100%;
4158
+ top: 0;
4159
+ z-index: 99;
4160
+ display: block;
4161
+ position: absolute !important;
4162
+ height: 1px;
4163
+ width: 1px;
4164
+ overflow: hidden;
4165
+ clip: rect(1px, 1px, 1px, 1px); }
4166
+ .top-bar-section .dropdown li {
4167
+ width: 100%;
4168
+ height: auto; }
4169
+ .top-bar-section .dropdown li a {
4170
+ font-weight: normal;
4171
+ padding: 8px 15px; }
4172
+ .top-bar-section .dropdown li a.parent-link {
4173
+ font-weight: normal; }
4174
+ .top-bar-section .dropdown li.title h5 {
4175
+ margin-bottom: 0;
4176
+ margin-top: 0; }
4177
+ .top-bar-section .dropdown li.title h5 a {
4178
+ color: #fff;
4179
+ line-height: 22.5px;
4180
+ display: block; }
4181
+ .top-bar-section .dropdown li.has-form {
4182
+ padding: 8px 15px; }
4183
+ .top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
4184
+ top: auto; }
4185
+ .top-bar-section .dropdown label {
4186
+ padding: 8px 15px 2px;
4187
+ margin-bottom: 0;
4188
+ text-transform: uppercase;
4189
+ color: #777;
4190
+ font-weight: bold;
4191
+ font-size: 0.625rem; }
4192
+
4193
+ .js-generated {
4194
+ display: block; }
4195
+
4196
+ @media only screen and (min-width:40.063em) {
4197
+ .top-bar {
4198
+ background: #333;
4199
+ overflow: visible; }
4200
+ .top-bar:before, .top-bar:after {
4201
+ content: " ";
4202
+ display: table; }
4203
+ .top-bar:after {
4204
+ clear: both; }
4205
+ .top-bar .toggle-topbar {
4206
+ display: none; }
4207
+ .top-bar .title-area {
4208
+ float: left; }
4209
+ .top-bar .name h1 a {
4210
+ width: auto; }
4211
+ .top-bar input, .top-bar .button, .top-bar button {
4212
+ font-size: 0.875rem;
4213
+ position: relative;
4214
+ top: 7px; }
4215
+ .top-bar.expanded {
4216
+ background: #333; }
4217
+ .contain-to-grid .top-bar {
4218
+ max-width: 62.5rem;
4219
+ margin: 0 auto;
4220
+ margin-bottom: 0; }
4221
+ .top-bar-section {
4222
+ transition: none 0 0;
4223
+ left: 0 !important; }
4224
+ .top-bar-section ul {
4225
+ width: auto;
4226
+ height: auto !important;
4227
+ display: inline; }
4228
+ .top-bar-section ul li {
4229
+ float: left; }
4230
+ .top-bar-section ul li .js-generated {
4231
+ display: none; }
4232
+ .top-bar-section li.hover > a:not(.button) {
4233
+ background: #272727;
4234
+ color: #fff; }
4235
+ .top-bar-section li:not(.has-form) a:not(.button) {
4236
+ padding: 0 15px;
4237
+ line-height: 45px;
4238
+ background: #333; }
4239
+ .top-bar-section li:not(.has-form) a:not(.button):hover {
4240
+ background: #272727; }
4241
+ .top-bar-section li.active:not(.has-form) a:not(.button) {
4242
+ padding: 0 15px;
4243
+ line-height: 45px;
4244
+ color: #fff;
4245
+ background: #008CBA; }
4246
+ .top-bar-section li.active:not(.has-form) a:not(.button):hover {
4247
+ background: #007ba0; }
4248
+ .top-bar-section .has-dropdown > a {
4249
+ padding-right: 35px !important; }
4250
+ .top-bar-section .has-dropdown > a:after {
4251
+ content: "";
4252
+ display: block;
4253
+ width: 0;
4254
+ height: 0;
4255
+ border: inset 5px;
4256
+ border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
4257
+ border-top-style: solid;
4258
+ margin-top: -2.5px;
4259
+ top: 22.5px; }
4260
+ .top-bar-section .has-dropdown.moved {
4261
+ position: relative; }
4262
+ .top-bar-section .has-dropdown.moved > .dropdown {
4263
+ display: block;
4264
+ position: absolute !important;
4265
+ height: 1px;
4266
+ width: 1px;
4267
+ overflow: hidden;
4268
+ clip: rect(1px, 1px, 1px, 1px); }
4269
+ .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
4270
+ display: block;
4271
+ position: static !important;
4272
+ height: auto;
4273
+ width: auto;
4274
+ overflow: visible;
4275
+ clip: auto;
4276
+ position: absolute !important; }
4277
+ .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
4278
+ border: none;
4279
+ content: "\00bb";
4280
+ top: 1rem;
4281
+ margin-top: -1px;
4282
+ right: 5px;
4283
+ line-height: 1.2; }
4284
+ .top-bar-section .dropdown {
4285
+ left: 0;
4286
+ top: auto;
4287
+ background: transparent;
4288
+ min-width: 100%; }
4289
+ .top-bar-section .dropdown li a {
4290
+ color: #fff;
4291
+ line-height: 45px;
4292
+ white-space: nowrap;
4293
+ padding: 12px 15px;
4294
+ background: #333; }
4295
+ .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
4296
+ color: #fff;
4297
+ background: #333; }
4298
+ .top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
4299
+ color: #fff;
4300
+ background: #272727; }
4301
+ .top-bar-section .dropdown li label {
4302
+ white-space: nowrap;
4303
+ background: #333; }
4304
+ .top-bar-section .dropdown li .dropdown {
4305
+ left: 100%;
4306
+ top: 0; }
4307
+ .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
4308
+ border-bottom: none;
4309
+ border-top: none;
4310
+ border-right: solid 1px #4e4e4e;
4311
+ clear: none;
4312
+ height: 45px;
4313
+ width: 0; }
4314
+ .top-bar-section .has-form {
4315
+ background: #333;
4316
+ padding: 0 15px;
4317
+ height: 45px; }
4318
+ .top-bar-section .right li .dropdown {
4319
+ left: auto;
4320
+ right: 0; }
4321
+ .top-bar-section .right li .dropdown li .dropdown {
4322
+ right: 100%; }
4323
+ .top-bar-section .left li .dropdown {
4324
+ right: auto;
4325
+ left: 0; }
4326
+ .top-bar-section .left li .dropdown li .dropdown {
4327
+ left: 100%; }
4328
+ .no-js .top-bar-section ul li:hover > a {
4329
+ background: #272727;
4330
+ color: #fff; }
4331
+ .no-js .top-bar-section ul li:active > a {
4332
+ background: #008CBA;
4333
+ color: #fff; }
4334
+ .no-js .top-bar-section .has-dropdown:hover > .dropdown {
4335
+ display: block;
4336
+ position: static !important;
4337
+ height: auto;
4338
+ width: auto;
4339
+ overflow: visible;
4340
+ clip: auto;
4341
+ position: absolute !important; } }
4342
+
4343
+ .off-canvas-wrap {
4344
+ -webkit-backface-visibility: hidden;
4345
+ position: relative;
4346
+ width: 100%;
4347
+ overflow: hidden; }
4348
+ .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
4349
+ min-height: 100%;
4350
+ -webkit-overflow-scrolling: touch; }
4351
+
4352
+ .inner-wrap {
4353
+ -webkit-backface-visibility: hidden;
4354
+ position: relative;
4355
+ width: 100%;
4356
+ -webkit-transition: -webkit-transform 500ms ease;
4357
+ -moz-transition: -moz-transform 500ms ease;
4358
+ -ms-transition: -ms-transform 500ms ease;
4359
+ -o-transition: -o-transform 500ms ease;
4360
+ transition: transform 500ms ease; }
4361
+ .inner-wrap:before, .inner-wrap:after {
4362
+ content: " ";
4363
+ display: table; }
4364
+ .inner-wrap:after {
4365
+ clear: both; }
4366
+
4367
+ .tab-bar {
4368
+ -webkit-backface-visibility: hidden;
4369
+ background: #333;
4370
+ color: #fff;
4371
+ height: 2.8125rem;
4372
+ line-height: 2.8125rem;
4373
+ position: relative; }
4374
+ .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
4375
+ color: #fff;
4376
+ font-weight: bold;
4377
+ line-height: 2.8125rem;
4378
+ margin: 0; }
4379
+ .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
4380
+ font-size: 1.125rem; }
4381
+
4382
+ .left-small {
4383
+ width: 2.8125rem;
4384
+ height: 2.8125rem;
4385
+ position: absolute;
4386
+ top: 0;
4387
+ border-right: solid 1px #1a1a1a;
4388
+ left: 0; }
4389
+
4390
+ .right-small {
4391
+ width: 2.8125rem;
4392
+ height: 2.8125rem;
4393
+ position: absolute;
4394
+ top: 0;
4395
+ border-left: solid 1px #1a1a1a;
4396
+ right: 0; }
4397
+
4398
+ .tab-bar-section {
4399
+ padding: 0 0.625rem;
4400
+ position: absolute;
4401
+ text-align: center;
4402
+ height: 2.8125rem;
4403
+ top: 0; }
4404
+ @media only screen and (min-width:40.063em) {
4405
+ .tab-bar-section {
4406
+ text-align: left; } }
4407
+ .tab-bar-section.left {
4408
+ left: 0;
4409
+ right: 2.8125rem; }
4410
+ .tab-bar-section.right {
4411
+ left: 2.8125rem;
4412
+ right: 0; }
4413
+ .tab-bar-section.middle {
4414
+ left: 2.8125rem;
4415
+ right: 2.8125rem; }
4416
+
4417
+ .tab-bar .menu-icon {
4418
+ text-indent: 2.1875rem;
4419
+ width: 2.8125rem;
4420
+ height: 2.8125rem;
4421
+ display: block;
4422
+ line-height: 2.0625rem;
4423
+ padding: 0;
4424
+ color: #FFF;
4425
+ position: relative;
4426
+ transform: translate3d(0, 0, 0); }
4427
+ .tab-bar .menu-icon span:after {
4428
+ content: '';
4429
+ position: absolute;
4430
+ display: block;
4431
+ height: 0;
4432
+ top: 50%;
4433
+ margin-top: -0.5rem;
4434
+ left: 0.90625rem;
4435
+ box-shadow: 0 0px 0 1px #FFF, 0 7px 0 1px #FFF, 0 14px 0 1px #FFF;
4436
+ width: 1rem; }
4437
+ .tab-bar .menu-icon span:hover:after {
4438
+ box-shadow: 0 0px 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }
4439
+
4440
+ .left-off-canvas-menu {
4441
+ -webkit-backface-visibility: hidden;
4442
+ width: 15.625rem;
4443
+ top: 0;
4444
+ bottom: 0;
4445
+ position: absolute;
4446
+ overflow-y: auto;
4447
+ background: #333;
4448
+ z-index: 1001;
4449
+ box-sizing: content-box;
4450
+ transition: transform 500ms ease 0s;
4451
+ -webkit-overflow-scrolling: touch;
4452
+ -ms-transform: translate(-100%, 0);
4453
+ -webkit-transform: translate3d(-100%, 0, 0);
4454
+ -moz-transform: translate3d(-100%, 0, 0);
4455
+ -ms-transform: translate3d(-100%, 0, 0);
4456
+ -o-transform: translate3d(-100%, 0, 0);
4457
+ transform: translate3d(-100%, 0, 0);
4458
+ left: 0; }
4459
+ .left-off-canvas-menu * {
4460
+ -webkit-backface-visibility: hidden; }
4461
+
4462
+ .right-off-canvas-menu {
4463
+ -webkit-backface-visibility: hidden;
4464
+ width: 15.625rem;
4465
+ top: 0;
4466
+ bottom: 0;
4467
+ position: absolute;
4468
+ overflow-y: auto;
4469
+ background: #333;
4470
+ z-index: 1001;
4471
+ box-sizing: content-box;
4472
+ transition: transform 500ms ease 0s;
4473
+ -webkit-overflow-scrolling: touch;
4474
+ -ms-transform: translate(100%, 0);
4475
+ -webkit-transform: translate3d(100%, 0, 0);
4476
+ -moz-transform: translate3d(100%, 0, 0);
4477
+ -ms-transform: translate3d(100%, 0, 0);
4478
+ -o-transform: translate3d(100%, 0, 0);
4479
+ transform: translate3d(100%, 0, 0);
4480
+ right: 0; }
4481
+ .right-off-canvas-menu * {
4482
+ -webkit-backface-visibility: hidden; }
4483
+
4484
+ ul.off-canvas-list {
4485
+ list-style-type: none;
4486
+ padding: 0;
4487
+ margin: 0; }
4488
+ ul.off-canvas-list li label {
4489
+ padding: 0.3rem 0.9375rem;
4490
+ color: #999;
4491
+ text-transform: uppercase;
4492
+ font-weight: bold;
4493
+ background: #444;
4494
+ border-top: 1px solid #5e5e5e;
4495
+ border-bottom: none;
4496
+ margin: 0; }
4497
+ ul.off-canvas-list li a {
4498
+ display: block;
4499
+ padding: 0.66667rem;
4500
+ color: rgba(255, 255, 255, 0.7);
4501
+ border-bottom: 1px solid #262626;
4502
+ transition: background 300ms ease; }
4503
+ ul.off-canvas-list li a:hover {
4504
+ background: #242424; }
4505
+
4506
+ .move-right > .inner-wrap {
4507
+ -ms-transform: translate(15.625rem, 0);
4508
+ -webkit-transform: translate3d(15.625rem, 0, 0);
4509
+ -moz-transform: translate3d(15.625rem, 0, 0);
4510
+ -ms-transform: translate3d(15.625rem, 0, 0);
4511
+ -o-transform: translate3d(15.625rem, 0, 0);
4512
+ transform: translate3d(15.625rem, 0, 0); }
4513
+ .move-right .exit-off-canvas {
4514
+ -webkit-backface-visibility: hidden;
4515
+ transition: background 300ms ease;
4516
+ cursor: pointer;
4517
+ box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
4518
+ display: block;
4519
+ position: absolute;
4520
+ background: rgba(255, 255, 255, 0.2);
4521
+ top: 0;
4522
+ bottom: 0;
4523
+ left: 0;
4524
+ right: 0;
4525
+ z-index: 1002;
4526
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
4527
+ @media only screen and (min-width:40.063em) {
4528
+ .move-right .exit-off-canvas:hover {
4529
+ background: rgba(255, 255, 255, 0.05); } }
4530
+
4531
+ .move-left > .inner-wrap {
4532
+ -ms-transform: translate(-15.625rem, 0);
4533
+ -webkit-transform: translate3d(-15.625rem, 0, 0);
4534
+ -moz-transform: translate3d(-15.625rem, 0, 0);
4535
+ -ms-transform: translate3d(-15.625rem, 0, 0);
4536
+ -o-transform: translate3d(-15.625rem, 0, 0);
4537
+ transform: translate3d(-15.625rem, 0, 0); }
4538
+ .move-left .exit-off-canvas {
4539
+ -webkit-backface-visibility: hidden;
4540
+ transition: background 300ms ease;
4541
+ cursor: pointer;
4542
+ box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
4543
+ display: block;
4544
+ position: absolute;
4545
+ background: rgba(255, 255, 255, 0.2);
4546
+ top: 0;
4547
+ bottom: 0;
4548
+ left: 0;
4549
+ right: 0;
4550
+ z-index: 1002;
4551
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
4552
+ @media only screen and (min-width:40.063em) {
4553
+ .move-left .exit-off-canvas:hover {
4554
+ background: rgba(255, 255, 255, 0.05); } }
4555
+
4556
+ .offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
4557
+ -ms-transform: none;
4558
+ -webkit-transform: none;
4559
+ -moz-transform: none;
4560
+ -o-transform: none;
4561
+ transform: none;
4562
+ z-index: 1003; }
4563
+ .offcanvas-overlap .exit-offcanvas-menu {
4564
+ -webkit-backface-visibility: hidden;
4565
+ transition: background 300ms ease;
4566
+ cursor: pointer;
4567
+ box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
4568
+ display: block;
4569
+ position: absolute;
4570
+ background: rgba(255, 255, 255, 0.2);
4571
+ top: 0;
4572
+ bottom: 0;
4573
+ left: 0;
4574
+ right: 0;
4575
+ z-index: 1002;
4576
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
4577
+ z-index: 1002; }
4578
+ @media only screen and (min-width:40.063em) {
4579
+ .offcanvas-overlap .exit-offcanvas-menu:hover {
4580
+ background: rgba(255, 255, 255, 0.05); } }
4581
+
4582
+ .no-csstransforms .left-off-canvas-menu {
4583
+ left: -15.625rem; }
4584
+ .no-csstransforms .right-off-canvas-menu {
4585
+ right: -15.625rem; }
4586
+ .no-csstransforms .move-left > .inner-wrap {
4587
+ right: 15.625rem; }
4588
+ .no-csstransforms .move-right > .inner-wrap {
4589
+ left: 15.625rem; }
4590
+
4591
+ /* small displays */
4592
+ @media only screen {
4593
+ .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
4594
+ display: inherit !important; }
4595
+ .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
4596
+ display: none !important; }
4597
+ .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
4598
+ position: static !important;
4599
+ height: auto;
4600
+ width: auto;
4601
+ overflow: visible;
4602
+ clip: auto; }
4603
+ .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
4604
+ position: absolute !important;
4605
+ height: 1px;
4606
+ width: 1px;
4607
+ overflow: hidden;
4608
+ clip: rect(1px, 1px, 1px, 1px); }
4609
+ table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
4610
+ display: table; }
4611
+ thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
4612
+ display: table-header-group !important; }
4613
+ tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
4614
+ display: table-row-group !important; }
4615
+ tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
4616
+ display: table-row !important; }
4617
+ th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
4618
+ display: table-cell !important; } }
4619
+
4620
+ /* medium displays */
4621
+ @media only screen and (min-width:40.063em) {
4622
+ .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
4623
+ display: inherit !important; }
4624
+ .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
4625
+ display: none !important; }
4626
+ .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
4627
+ position: static !important;
4628
+ height: auto;
4629
+ width: auto;
4630
+ overflow: visible;
4631
+ clip: auto; }
4632
+ .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
4633
+ position: absolute !important;
4634
+ height: 1px;
4635
+ width: 1px;
4636
+ overflow: hidden;
4637
+ clip: rect(1px, 1px, 1px, 1px); }
4638
+ table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
4639
+ display: table; }
4640
+ thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
4641
+ display: table-header-group !important; }
4642
+ tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
4643
+ display: table-row-group !important; }
4644
+ tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
4645
+ display: table-row !important; }
4646
+ th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
4647
+ display: table-cell !important; } }
4648
+
4649
+ /* large displays */
4650
+ @media only screen and (min-width:64.063em) {
4651
+ .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
4652
+ display: inherit !important; }
4653
+ .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
4654
+ display: none !important; }
4655
+ .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
4656
+ position: static !important;
4657
+ height: auto;
4658
+ width: auto;
4659
+ overflow: visible;
4660
+ clip: auto; }
4661
+ .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
4662
+ position: absolute !important;
4663
+ height: 1px;
4664
+ width: 1px;
4665
+ overflow: hidden;
4666
+ clip: rect(1px, 1px, 1px, 1px); }
4667
+ table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
4668
+ display: table; }
4669
+ thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
4670
+ display: table-header-group !important; }
4671
+ tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
4672
+ display: table-row-group !important; }
4673
+ tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
4674
+ display: table-row !important; }
4675
+ th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
4676
+ display: table-cell !important; } }
4677
+
4678
+ /* xlarge displays */
4679
+ @media only screen and (min-width:90.063em) {
4680
+ .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
4681
+ display: inherit !important; }
4682
+ .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
4683
+ display: none !important; }
4684
+ .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
4685
+ position: static !important;
4686
+ height: auto;
4687
+ width: auto;
4688
+ overflow: visible;
4689
+ clip: auto; }
4690
+ .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
4691
+ position: absolute !important;
4692
+ height: 1px;
4693
+ width: 1px;
4694
+ overflow: hidden;
4695
+ clip: rect(1px, 1px, 1px, 1px); }
4696
+ table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
4697
+ display: table; }
4698
+ thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
4699
+ display: table-header-group !important; }
4700
+ tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
4701
+ display: table-row-group !important; }
4702
+ tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
4703
+ display: table-row !important; }
4704
+ th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
4705
+ display: table-cell !important; } }
4706
+
4707
+ /* xxlarge displays */
4708
+ @media only screen and (min-width:120.063em) {
4709
+ .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
4710
+ display: inherit !important; }
4711
+ .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
4712
+ display: none !important; }
4713
+ .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
4714
+ position: static !important;
4715
+ height: auto;
4716
+ width: auto;
4717
+ overflow: visible;
4718
+ clip: auto; }
4719
+ .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
4720
+ position: absolute !important;
4721
+ height: 1px;
4722
+ width: 1px;
4723
+ overflow: hidden;
4724
+ clip: rect(1px, 1px, 1px, 1px); }
4725
+ table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-only, table.show-for-xxlarge-up {
4726
+ display: table; }
4727
+ thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up {
4728
+ display: table-header-group !important; }
4729
+ tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up {
4730
+ display: table-row-group !important; }
4731
+ tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up {
4732
+ display: table-row !important; }
4733
+ th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up {
4734
+ display: table-cell !important; } }
4735
+
4736
+ /* Orientation targeting */
4737
+ .show-for-landscape, .hide-for-portrait {
4738
+ display: inherit !important; }
4739
+
4740
+ .hide-for-landscape, .show-for-portrait {
4741
+ display: none !important; }
4742
+
4743
+ /* Specific visibility for tables */
4744
+ table.hide-for-landscape, table.show-for-portrait {
4745
+ display: table; }
4746
+
4747
+ thead.hide-for-landscape, thead.show-for-portrait {
4748
+ display: table-header-group !important; }
4749
+
4750
+ tbody.hide-for-landscape, tbody.show-for-portrait {
4751
+ display: table-row-group !important; }
4752
+
4753
+ tr.hide-for-landscape, tr.show-for-portrait {
4754
+ display: table-row !important; }
4755
+
4756
+ td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait {
4757
+ display: table-cell !important; }
4758
+
4759
+ @media only screen and (orientation: landscape) {
4760
+ /* Specific visibility for tables */
4761
+ .show-for-landscape, .hide-for-portrait {
4762
+ display: inherit !important; }
4763
+ .hide-for-landscape, .show-for-portrait {
4764
+ display: none !important; }
4765
+ table.show-for-landscape, table.hide-for-portrait {
4766
+ display: table; }
4767
+ thead.show-for-landscape, thead.hide-for-portrait {
4768
+ display: table-header-group !important; }
4769
+ tbody.show-for-landscape, tbody.hide-for-portrait {
4770
+ display: table-row-group !important; }
4771
+ tr.show-for-landscape, tr.hide-for-portrait {
4772
+ display: table-row !important; }
4773
+ td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait {
4774
+ display: table-cell !important; } }
4775
+
4776
+ @media only screen and (orientation: portrait) {
4777
+ /* Specific visibility for tables */
4778
+ .show-for-portrait, .hide-for-landscape {
4779
+ display: inherit !important; }
4780
+ .hide-for-portrait, .show-for-landscape {
4781
+ display: none !important; }
4782
+ table.show-for-portrait, table.hide-for-landscape {
4783
+ display: table; }
4784
+ thead.show-for-portrait, thead.hide-for-landscape {
4785
+ display: table-header-group !important; }
4786
+ tbody.show-for-portrait, tbody.hide-for-landscape {
4787
+ display: table-row-group !important; }
4788
+ tr.show-for-portrait, tr.hide-for-landscape {
4789
+ display: table-row !important; }
4790
+ td.show-for-portrait, td.hide-for-landscape, th.show-for-portrait, th.hide-for-landscape {
4791
+ display: table-cell !important; } }
4792
+
4793
+ /* Touch-enabled device targeting */
4794
+ .show-for-touch {
4795
+ display: none !important; }
4796
+
4797
+ .hide-for-touch {
4798
+ display: inherit !important; }
4799
+
4800
+ .touch .show-for-touch {
4801
+ display: inherit !important; }
4802
+
4803
+ .touch .hide-for-touch {
4804
+ display: none !important; }
4805
+
4806
+ /* Specific visibility for tables */
4807
+ table.hide-for-touch {
4808
+ display: table; }
4809
+
4810
+ .touch table.show-for-touch {
4811
+ display: table; }
4812
+
4813
+ thead.hide-for-touch {
4814
+ display: table-header-group !important; }
4815
+
4816
+ .touch thead.show-for-touch {
4817
+ display: table-header-group !important; }
4818
+
4819
+ tbody.hide-for-touch {
4820
+ display: table-row-group !important; }
4821
+
4822
+ .touch tbody.show-for-touch {
4823
+ display: table-row-group !important; }
4824
+
4825
+ tr.hide-for-touch {
4826
+ display: table-row !important; }
4827
+
4828
+ .touch tr.show-for-touch {
4829
+ display: table-row !important; }
4830
+
4831
+ td.hide-for-touch {
4832
+ display: table-cell !important; }
4833
+
4834
+ .touch td.show-for-touch {
4835
+ display: table-cell !important; }
4836
+
4837
+ th.hide-for-touch {
4838
+ display: table-cell !important; }
4839
+
4840
+ .touch th.show-for-touch {
4841
+ display: table-cell !important; }
4842
+
4843
+ /* Print visibility */
4844
+ @media print {
4845
+ .show-for-print {
4846
+ display: block; }
4847
+ .hide-for-print {
4848
+ display: none; }
4849
+ table.show-for-print {
4850
+ display: table; }
4851
+ thead.show-for-print {
4852
+ display: table-header-group !important; }
4853
+ tbody.show-for-print {
4854
+ display: table-row-group !important; }
4855
+ tr.show-for-print {
4856
+ display: table-row !important; }
4857
+ td.show-for-print {
4858
+ display: table-cell !important; }
4859
+ th.show-for-print {
4860
+ display: table-cell !important; } }