va_common 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (285) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +9 -0
  3. data/.travis.yml +4 -0
  4. data/CODE_OF_CONDUCT.md +13 -0
  5. data/Gemfile +4 -0
  6. data/README.md +66 -0
  7. data/Rakefile +1 -0
  8. data/app/assets/fonts/merriweather-bold-webfont.eot +0 -0
  9. data/app/assets/fonts/merriweather-bold-webfont.svg +294 -0
  10. data/app/assets/fonts/merriweather-bold-webfont.ttf +0 -0
  11. data/app/assets/fonts/merriweather-bold-webfont.woff +0 -0
  12. data/app/assets/fonts/merriweather-bold-webfont.woff2 +0 -0
  13. data/app/assets/fonts/merriweather-italic-webfont.eot +0 -0
  14. data/app/assets/fonts/merriweather-italic-webfont.svg +283 -0
  15. data/app/assets/fonts/merriweather-italic-webfont.ttf +0 -0
  16. data/app/assets/fonts/merriweather-italic-webfont.woff +0 -0
  17. data/app/assets/fonts/merriweather-italic-webfont.woff2 +0 -0
  18. data/app/assets/fonts/merriweather-light-webfont.eot +0 -0
  19. data/app/assets/fonts/merriweather-light-webfont.svg +299 -0
  20. data/app/assets/fonts/merriweather-light-webfont.ttf +0 -0
  21. data/app/assets/fonts/merriweather-light-webfont.woff +0 -0
  22. data/app/assets/fonts/merriweather-light-webfont.woff2 +0 -0
  23. data/app/assets/fonts/merriweather-regular-webfont.eot +0 -0
  24. data/app/assets/fonts/merriweather-regular-webfont.svg +294 -0
  25. data/app/assets/fonts/merriweather-regular-webfont.ttf +0 -0
  26. data/app/assets/fonts/merriweather-regular-webfont.woff +0 -0
  27. data/app/assets/fonts/merriweather-regular-webfont.woff2 +0 -0
  28. data/app/assets/fonts/sourcesanspro-bold-webfont.eot +0 -0
  29. data/app/assets/fonts/sourcesanspro-bold-webfont.svg +965 -0
  30. data/app/assets/fonts/sourcesanspro-bold-webfont.ttf +0 -0
  31. data/app/assets/fonts/sourcesanspro-bold-webfont.woff +0 -0
  32. data/app/assets/fonts/sourcesanspro-bold-webfont.woff2 +0 -0
  33. data/app/assets/fonts/sourcesanspro-italic-webfont.eot +0 -0
  34. data/app/assets/fonts/sourcesanspro-italic-webfont.svg +853 -0
  35. data/app/assets/fonts/sourcesanspro-italic-webfont.ttf +0 -0
  36. data/app/assets/fonts/sourcesanspro-italic-webfont.woff +0 -0
  37. data/app/assets/fonts/sourcesanspro-italic-webfont.woff2 +0 -0
  38. data/app/assets/fonts/sourcesanspro-light-webfont.eot +0 -0
  39. data/app/assets/fonts/sourcesanspro-light-webfont.svg +915 -0
  40. data/app/assets/fonts/sourcesanspro-light-webfont.ttf +0 -0
  41. data/app/assets/fonts/sourcesanspro-light-webfont.woff +0 -0
  42. data/app/assets/fonts/sourcesanspro-light-webfont.woff2 +0 -0
  43. data/app/assets/fonts/sourcesanspro-regular-webfont.eot +0 -0
  44. data/app/assets/fonts/sourcesanspro-regular-webfont.svg +989 -0
  45. data/app/assets/fonts/sourcesanspro-regular-webfont.ttf +0 -0
  46. data/app/assets/fonts/sourcesanspro-regular-webfont.woff +0 -0
  47. data/app/assets/fonts/sourcesanspro-regular-webfont.woff2 +0 -0
  48. data/app/assets/images/design/background/thread.png +0 -0
  49. data/app/assets/images/design/logo/logo-alt-hover.png +0 -0
  50. data/app/assets/images/design/logo/logo-alt.png +0 -0
  51. data/app/assets/images/design/logo/logo-hover.png +0 -0
  52. data/app/assets/images/design/logo/logo-small.png +0 -0
  53. data/app/assets/images/design/logo/logo.png +0 -0
  54. data/app/assets/images/design/logo/og-image.jpg +0 -0
  55. data/app/assets/images/design/seal/seal-footer.png +0 -0
  56. data/app/assets/images/design/seal/seal-footer.svg +1 -0
  57. data/app/assets/images/design/seal/seal.png +0 -0
  58. data/app/assets/images/design/seal/stars.png +0 -0
  59. data/app/assets/images/icons/apple-touch-icon-114x114.png +0 -0
  60. data/app/assets/images/icons/apple-touch-icon-152x152.png +0 -0
  61. data/app/assets/images/icons/apple-touch-icon-72x72.png +0 -0
  62. data/app/assets/images/icons/apple-touch-icon.png +0 -0
  63. data/app/assets/images/icons/favicon.ico +0 -0
  64. data/app/assets/images/icons/va.png +0 -0
  65. data/app/assets/images/icons/watermark.png +0 -0
  66. data/app/assets/images/icons/wrench.png +0 -0
  67. data/app/assets/images/social-icons/png/facebook25.png +0 -0
  68. data/app/assets/images/social-icons/png/rss25.png +0 -0
  69. data/app/assets/images/social-icons/png/twitter16.png +0 -0
  70. data/app/assets/images/social-icons/png/youtube15.png +0 -0
  71. data/app/assets/images/social-icons/svg/facebook25.svg +11 -0
  72. data/app/assets/images/social-icons/svg/rss25.svg +1 -0
  73. data/app/assets/images/social-icons/svg/twitter16.svg +15 -0
  74. data/app/assets/images/social-icons/svg/youtube15.svg +1 -0
  75. data/app/assets/js/components.js +376 -0
  76. data/app/assets/js/foundation/foundation.abide.js +408 -0
  77. data/app/assets/js/foundation/foundation.accordion.js +88 -0
  78. data/app/assets/js/foundation/foundation.alert.js +43 -0
  79. data/app/assets/js/foundation/foundation.clearing.js +586 -0
  80. data/app/assets/js/foundation/foundation.dropdown.js +463 -0
  81. data/app/assets/js/foundation/foundation.equalizer.js +104 -0
  82. data/app/assets/js/foundation/foundation.interchange.js +359 -0
  83. data/app/assets/js/foundation/foundation.joyride.js +932 -0
  84. data/app/assets/js/foundation/foundation.js +725 -0
  85. data/app/assets/js/foundation/foundation.magellan.js +215 -0
  86. data/app/assets/js/foundation/foundation.offcanvas.js +152 -0
  87. data/app/assets/js/foundation/foundation.orbit.js +476 -0
  88. data/app/assets/js/foundation/foundation.reveal.js +498 -0
  89. data/app/assets/js/foundation/foundation.slider.js +281 -0
  90. data/app/assets/js/foundation/foundation.tab.js +249 -0
  91. data/app/assets/js/foundation/foundation.tooltip.js +339 -0
  92. data/app/assets/js/foundation/foundation.topbar.js +458 -0
  93. data/app/assets/js/foundation.min.js +6376 -0
  94. data/app/assets/js/scripts-no-touch.js +33 -0
  95. data/app/assets/js/scripts-touch.js +33 -0
  96. data/app/assets/js/va_common_main.js +1 -0
  97. data/app/assets/js/vendor/classie.js +80 -0
  98. data/app/assets/js/vendor/html5shiv.js +8 -0
  99. data/app/assets/js/vendor/jquery-1.11.0.min.js +4 -0
  100. data/app/assets/js/vendor/jquery.js +9789 -0
  101. data/app/assets/js/vendor/jquery.smooth-scroll.js +255 -0
  102. data/app/assets/js/vendor/jquery.stellar.js +651 -0
  103. data/app/assets/js/vendor/jquery.tipsy.js +258 -0
  104. data/app/assets/js/vendor/menu.js +40 -0
  105. data/app/assets/js/vendor/modernizr.custom.js +4 -0
  106. data/app/assets/js/vendor/nwmatcher-1.2.5-min.js +7 -0
  107. data/app/assets/js/vendor/respond.min.js +6 -0
  108. data/app/assets/js/vendor/scroll-settings.js +3 -0
  109. data/app/assets/js/vendor/selectivizr-1.0.3b.js +560 -0
  110. data/app/assets/js/vendor/stellar-settings.js +8 -0
  111. data/app/assets/js/vendor/svg-injector.js +450 -0
  112. data/app/assets/js/vendor/tota11y.min.js +28 -0
  113. data/app/assets/js/vendor/wow.min.js +2 -0
  114. data/app/assets/stylesheets/_va.scss +2377 -0
  115. data/app/assets/stylesheets/components/_accordions.scss +98 -0
  116. data/app/assets/stylesheets/core/_base.scss +20 -0
  117. data/app/assets/stylesheets/core/_defaults.scss +92 -0
  118. data/app/assets/stylesheets/core/_grid-settings.scss +10 -0
  119. data/app/assets/stylesheets/core/_grid.scss +116 -0
  120. data/app/assets/stylesheets/core/_utilities.scss +105 -0
  121. data/app/assets/stylesheets/core/_variables.scss +88 -0
  122. data/app/assets/stylesheets/elements/_buttons.scss +189 -0
  123. data/app/assets/stylesheets/elements/_figure.scss +9 -0
  124. data/app/assets/stylesheets/elements/_inputs.scss +328 -0
  125. data/app/assets/stylesheets/elements/_labels.scss +39 -0
  126. data/app/assets/stylesheets/elements/_list.scss +82 -0
  127. data/app/assets/stylesheets/elements/_table.scss +39 -0
  128. data/app/assets/stylesheets/elements/_typography.scss +220 -0
  129. data/app/assets/stylesheets/foundation/_functions.scss +146 -0
  130. data/app/assets/stylesheets/foundation/_settings.scss +1467 -0
  131. data/app/assets/stylesheets/foundation/_variables.scss +1286 -0
  132. data/app/assets/stylesheets/foundation/components/_accordion.scss +157 -0
  133. data/app/assets/stylesheets/foundation/components/_alert-boxes.scss +128 -0
  134. data/app/assets/stylesheets/foundation/components/_block-grid.scss +132 -0
  135. data/app/assets/stylesheets/foundation/components/_breadcrumbs.scss +132 -0
  136. data/app/assets/stylesheets/foundation/components/_button-groups.scss +200 -0
  137. data/app/assets/stylesheets/foundation/components/_buttons.scss +259 -0
  138. data/app/assets/stylesheets/foundation/components/_clearing.scss +256 -0
  139. data/app/assets/stylesheets/foundation/components/_dropdown-buttons.scss +131 -0
  140. data/app/assets/stylesheets/foundation/components/_dropdown.scss +262 -0
  141. data/app/assets/stylesheets/foundation/components/_flex-video.scss +51 -0
  142. data/app/assets/stylesheets/foundation/components/_forms.scss +570 -0
  143. data/app/assets/stylesheets/foundation/components/_global.scss +481 -0
  144. data/app/assets/stylesheets/foundation/components/_grid.scss +289 -0
  145. data/app/assets/stylesheets/foundation/components/_icon-bar.scss +358 -0
  146. data/app/assets/stylesheets/foundation/components/_inline-lists.scss +57 -0
  147. data/app/assets/stylesheets/foundation/components/_joyride.scss +222 -0
  148. data/app/assets/stylesheets/foundation/components/_keystrokes.scss +61 -0
  149. data/app/assets/stylesheets/foundation/components/_labels.scss +106 -0
  150. data/app/assets/stylesheets/foundation/components/_magellan.scss +34 -0
  151. data/app/assets/stylesheets/foundation/components/_offcanvas.scss +515 -0
  152. data/app/assets/stylesheets/foundation/components/_orbit.scss +368 -0
  153. data/app/assets/stylesheets/foundation/components/_pagination.scss +162 -0
  154. data/app/assets/stylesheets/foundation/components/_panels.scss +101 -0
  155. data/app/assets/stylesheets/foundation/components/_pricing-tables.scss +150 -0
  156. data/app/assets/stylesheets/foundation/components/_progress-bars.scss +79 -0
  157. data/app/assets/stylesheets/foundation/components/_range-slider.scss +169 -0
  158. data/app/assets/stylesheets/foundation/components/_reveal.scss +202 -0
  159. data/app/assets/stylesheets/foundation/components/_side-nav.scss +116 -0
  160. data/app/assets/stylesheets/foundation/components/_split-buttons.scss +199 -0
  161. data/app/assets/stylesheets/foundation/components/_sub-nav.scss +123 -0
  162. data/app/assets/stylesheets/foundation/components/_switches.scss +238 -0
  163. data/app/assets/stylesheets/foundation/components/_tables.scss +135 -0
  164. data/app/assets/stylesheets/foundation/components/_tabs.scss +123 -0
  165. data/app/assets/stylesheets/foundation/components/_thumbs.scss +66 -0
  166. data/app/assets/stylesheets/foundation/components/_toolbar.scss +70 -0
  167. data/app/assets/stylesheets/foundation/components/_tooltips.scss +142 -0
  168. data/app/assets/stylesheets/foundation/components/_top-bar.scss +691 -0
  169. data/app/assets/stylesheets/foundation/components/_type.scss +525 -0
  170. data/app/assets/stylesheets/foundation/components/_visibility.scss +408 -0
  171. data/app/assets/stylesheets/functions/_new-breakpoint.scss +49 -0
  172. data/app/assets/stylesheets/functions/_private.scss +114 -0
  173. data/app/assets/stylesheets/lib/_normalize.scss +427 -0
  174. data/app/assets/stylesheets/lib/bourbon/_bourbon-deprecated-upcoming.scss +411 -0
  175. data/app/assets/stylesheets/lib/bourbon/_bourbon.scss +87 -0
  176. data/app/assets/stylesheets/lib/bourbon/addons/_border-color.scss +26 -0
  177. data/app/assets/stylesheets/lib/bourbon/addons/_border-radius.scss +48 -0
  178. data/app/assets/stylesheets/lib/bourbon/addons/_border-style.scss +25 -0
  179. data/app/assets/stylesheets/lib/bourbon/addons/_border-width.scss +25 -0
  180. data/app/assets/stylesheets/lib/bourbon/addons/_buttons.scss +64 -0
  181. data/app/assets/stylesheets/lib/bourbon/addons/_clearfix.scss +25 -0
  182. data/app/assets/stylesheets/lib/bourbon/addons/_ellipsis.scss +30 -0
  183. data/app/assets/stylesheets/lib/bourbon/addons/_font-stacks.scss +31 -0
  184. data/app/assets/stylesheets/lib/bourbon/addons/_hide-text.scss +27 -0
  185. data/app/assets/stylesheets/lib/bourbon/addons/_margin.scss +26 -0
  186. data/app/assets/stylesheets/lib/bourbon/addons/_padding.scss +26 -0
  187. data/app/assets/stylesheets/lib/bourbon/addons/_position.scss +48 -0
  188. data/app/assets/stylesheets/lib/bourbon/addons/_prefixer.scss +66 -0
  189. data/app/assets/stylesheets/lib/bourbon/addons/_retina-image.scss +25 -0
  190. data/app/assets/stylesheets/lib/bourbon/addons/_size.scss +51 -0
  191. data/app/assets/stylesheets/lib/bourbon/addons/_text-inputs.scss +112 -0
  192. data/app/assets/stylesheets/lib/bourbon/addons/_timing-functions.scss +34 -0
  193. data/app/assets/stylesheets/lib/bourbon/addons/_triangle.scss +63 -0
  194. data/app/assets/stylesheets/lib/bourbon/addons/_word-wrap.scss +29 -0
  195. data/app/assets/stylesheets/lib/bourbon/css3/_animation.scss +43 -0
  196. data/app/assets/stylesheets/lib/bourbon/css3/_appearance.scss +3 -0
  197. data/app/assets/stylesheets/lib/bourbon/css3/_backface-visibility.scss +3 -0
  198. data/app/assets/stylesheets/lib/bourbon/css3/_background-image.scss +42 -0
  199. data/app/assets/stylesheets/lib/bourbon/css3/_background.scss +55 -0
  200. data/app/assets/stylesheets/lib/bourbon/css3/_border-image.scss +59 -0
  201. data/app/assets/stylesheets/lib/bourbon/css3/_calc.scss +4 -0
  202. data/app/assets/stylesheets/lib/bourbon/css3/_columns.scss +47 -0
  203. data/app/assets/stylesheets/lib/bourbon/css3/_filter.scss +4 -0
  204. data/app/assets/stylesheets/lib/bourbon/css3/_flex-box.scss +287 -0
  205. data/app/assets/stylesheets/lib/bourbon/css3/_font-face.scss +24 -0
  206. data/app/assets/stylesheets/lib/bourbon/css3/_font-feature-settings.scss +4 -0
  207. data/app/assets/stylesheets/lib/bourbon/css3/_hidpi-media-query.scss +10 -0
  208. data/app/assets/stylesheets/lib/bourbon/css3/_hyphens.scss +4 -0
  209. data/app/assets/stylesheets/lib/bourbon/css3/_image-rendering.scss +14 -0
  210. data/app/assets/stylesheets/lib/bourbon/css3/_keyframes.scss +36 -0
  211. data/app/assets/stylesheets/lib/bourbon/css3/_linear-gradient.scss +38 -0
  212. data/app/assets/stylesheets/lib/bourbon/css3/_perspective.scss +8 -0
  213. data/app/assets/stylesheets/lib/bourbon/css3/_placeholder.scss +8 -0
  214. data/app/assets/stylesheets/lib/bourbon/css3/_radial-gradient.scss +39 -0
  215. data/app/assets/stylesheets/lib/bourbon/css3/_selection.scss +42 -0
  216. data/app/assets/stylesheets/lib/bourbon/css3/_text-decoration.scss +19 -0
  217. data/app/assets/stylesheets/lib/bourbon/css3/_transform.scss +15 -0
  218. data/app/assets/stylesheets/lib/bourbon/css3/_transition.scss +71 -0
  219. data/app/assets/stylesheets/lib/bourbon/css3/_user-select.scss +3 -0
  220. data/app/assets/stylesheets/lib/bourbon/functions/_assign-inputs.scss +11 -0
  221. data/app/assets/stylesheets/lib/bourbon/functions/_contains-falsy.scss +20 -0
  222. data/app/assets/stylesheets/lib/bourbon/functions/_contains.scss +26 -0
  223. data/app/assets/stylesheets/lib/bourbon/functions/_is-length.scss +11 -0
  224. data/app/assets/stylesheets/lib/bourbon/functions/_is-light.scss +21 -0
  225. data/app/assets/stylesheets/lib/bourbon/functions/_is-number.scss +11 -0
  226. data/app/assets/stylesheets/lib/bourbon/functions/_is-size.scss +13 -0
  227. data/app/assets/stylesheets/lib/bourbon/functions/_modular-scale.scss +69 -0
  228. data/app/assets/stylesheets/lib/bourbon/functions/_px-to-em.scss +13 -0
  229. data/app/assets/stylesheets/lib/bourbon/functions/_px-to-rem.scss +15 -0
  230. data/app/assets/stylesheets/lib/bourbon/functions/_shade.scss +24 -0
  231. data/app/assets/stylesheets/lib/bourbon/functions/_strip-units.scss +17 -0
  232. data/app/assets/stylesheets/lib/bourbon/functions/_tint.scss +24 -0
  233. data/app/assets/stylesheets/lib/bourbon/functions/_transition-property-name.scss +22 -0
  234. data/app/assets/stylesheets/lib/bourbon/functions/_unpack.scss +27 -0
  235. data/app/assets/stylesheets/lib/bourbon/helpers/_convert-units.scss +21 -0
  236. data/app/assets/stylesheets/lib/bourbon/helpers/_directional-values.scss +96 -0
  237. data/app/assets/stylesheets/lib/bourbon/helpers/_font-source-declaration.scss +43 -0
  238. data/app/assets/stylesheets/lib/bourbon/helpers/_gradient-positions-parser.scss +13 -0
  239. data/app/assets/stylesheets/lib/bourbon/helpers/_linear-angle-parser.scss +25 -0
  240. data/app/assets/stylesheets/lib/bourbon/helpers/_linear-gradient-parser.scss +41 -0
  241. data/app/assets/stylesheets/lib/bourbon/helpers/_linear-positions-parser.scss +61 -0
  242. data/app/assets/stylesheets/lib/bourbon/helpers/_linear-side-corner-parser.scss +31 -0
  243. data/app/assets/stylesheets/lib/bourbon/helpers/_radial-arg-parser.scss +69 -0
  244. data/app/assets/stylesheets/lib/bourbon/helpers/_radial-gradient-parser.scss +50 -0
  245. data/app/assets/stylesheets/lib/bourbon/helpers/_radial-positions-parser.scss +18 -0
  246. data/app/assets/stylesheets/lib/bourbon/helpers/_render-gradients.scss +26 -0
  247. data/app/assets/stylesheets/lib/bourbon/helpers/_shape-size-stripper.scss +10 -0
  248. data/app/assets/stylesheets/lib/bourbon/helpers/_str-to-num.scss +50 -0
  249. data/app/assets/stylesheets/lib/bourbon/settings/_asset-pipeline.scss +7 -0
  250. data/app/assets/stylesheets/lib/bourbon/settings/_prefixer.scss +9 -0
  251. data/app/assets/stylesheets/lib/bourbon/settings/_px-to-em.scss +1 -0
  252. data/app/assets/stylesheets/lib/neat/_neat-helpers.scss +8 -0
  253. data/app/assets/stylesheets/lib/neat/_neat.scss +23 -0
  254. data/app/assets/stylesheets/lib/neat/functions/_new-breakpoint.scss +49 -0
  255. data/app/assets/stylesheets/lib/neat/functions/_private.scss +114 -0
  256. data/app/assets/stylesheets/lib/neat/grid/_box-sizing.scss +15 -0
  257. data/app/assets/stylesheets/lib/neat/grid/_direction-context.scss +33 -0
  258. data/app/assets/stylesheets/lib/neat/grid/_display-context.scss +28 -0
  259. data/app/assets/stylesheets/lib/neat/grid/_fill-parent.scss +22 -0
  260. data/app/assets/stylesheets/lib/neat/grid/_media.scss +92 -0
  261. data/app/assets/stylesheets/lib/neat/grid/_omega.scss +87 -0
  262. data/app/assets/stylesheets/lib/neat/grid/_outer-container.scss +38 -0
  263. data/app/assets/stylesheets/lib/neat/grid/_pad.scss +25 -0
  264. data/app/assets/stylesheets/lib/neat/grid/_private.scss +35 -0
  265. data/app/assets/stylesheets/lib/neat/grid/_row.scss +52 -0
  266. data/app/assets/stylesheets/lib/neat/grid/_shift.scss +50 -0
  267. data/app/assets/stylesheets/lib/neat/grid/_span-columns.scss +94 -0
  268. data/app/assets/stylesheets/lib/neat/grid/_to-deprecate.scss +97 -0
  269. data/app/assets/stylesheets/lib/neat/grid/_visual-grid.scss +42 -0
  270. data/app/assets/stylesheets/lib/neat/settings/_disable-warnings.scss +13 -0
  271. data/app/assets/stylesheets/lib/neat/settings/_grid.scss +51 -0
  272. data/app/assets/stylesheets/lib/neat/settings/_visual-grid.scss +27 -0
  273. data/app/assets/stylesheets/va_common_main.css.scss +18 -0
  274. data/bin/console +14 -0
  275. data/bin/setup +7 -0
  276. data/lib/generators/files/_footer.html.erb +89 -0
  277. data/lib/generators/files/_header.html.erb +7 -0
  278. data/lib/generators/va_common_generator.rb +6 -0
  279. data/lib/generators/va_footer_generator.rb +7 -0
  280. data/lib/generators/va_header_generator.rb +7 -0
  281. data/lib/va_common/engine.rb +4 -0
  282. data/lib/va_common/version.rb +3 -0
  283. data/lib/va_common.rb +2 -0
  284. data/va_common.gemspec +22 -0
  285. metadata +354 -0
Binary file
Binary file
Binary file
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ width="216px" height="146px" viewBox="-197 324 216 146" style="enable-background:new -197 324 216 146;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#FFFFFF;}
7
+ </style>
8
+ <path class="st0" d="M-78.7,373.9v-11.6c0-1.7,0.1-3.1,0.2-4c0.2-0.9,0.5-1.9,1.1-2.8c0.6-0.9,1.5-1.6,2.8-1.9
9
+ c1.3-0.4,3-0.5,5.1-0.5h11.6v-23.1h-18.5c-10.7,0-18.4,2.5-23.1,7.6c-4.7,5.1-7,12.6-7,22.4v13.9h-13.9V397h13.8v67.1h27.8V397h18.5
10
+ l2.4-23.1C-57.7,373.9-78.7,373.9-78.7,373.9z"/>
11
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="216" height="146" viewBox="0 0 216 146"><path d="M66.28 99.072c-4.347 0-8.04 1.52-11.082 4.562-3.04 3.042-4.562 6.735-4.562 11.08 0 4.347 1.52 8.04 4.562 11.08 3.042 3.042 6.736 4.563 11.08 4.563 4.346 0 8.04-1.52 11.08-4.562 3.042-3.042 4.563-6.734 4.563-11.08s-1.52-8.04-4.56-11.08c-3.04-3.042-6.733-4.563-11.08-4.563zm36.01-20.37c-6.138-6.19-13.172-11.12-21.102-14.786-7.93-3.667-16.24-5.853-24.93-6.56h-.408c-1.412 0-2.58.463-3.503 1.386-1.14.977-1.71 2.254-1.71 3.83V73.57c0 1.357.447 2.525 1.343 3.503.896.98 2.023 1.522 3.38 1.63 12.44 1.195 23.07 6.206 31.897 15.032 8.826 8.825 13.837 19.458 15.032 31.896.106 1.36.65 2.488 1.63 3.384.975.897 2.142 1.346 3.5 1.346h11c1.574 0 2.85-.57 3.83-1.71 1.03-1.09 1.492-2.393 1.385-3.914-.707-8.69-2.894-17-6.56-24.93-3.666-7.93-8.595-14.964-14.787-21.102z"/><path d="M155.573 84.04c-5.812-13.01-13.796-24.565-23.953-34.668-10.103-10.157-21.658-18.14-34.667-23.953-13.008-5.814-26.628-9.074-40.86-9.78h-.243c-1.412 0-2.607.49-3.585 1.467-1.086.976-1.63 2.226-1.63 3.747v11.65c0 1.358.477 2.54 1.427 3.544s2.104 1.534 3.462 1.59c11.678.706 22.772 3.477 33.282 8.31 10.51 4.835 19.635 11.12 27.375 18.86 7.74 7.74 14.03 16.866 18.86 27.376 4.837 10.512 7.58 21.604 8.23 33.282.057 1.357.586 2.512 1.59 3.462 1.006.95 2.215 1.427 3.627 1.427h11.65c1.52 0 2.768-.544 3.747-1.632 1.087-1.086 1.574-2.36 1.468-3.828-.704-14.232-3.964-27.852-9.776-40.86z"/></svg>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ width="216px" height="146px" viewBox="-197 324 216 146" style="enable-background:new -197 324 216 146;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#FFFFFF;}
7
+ </style>
8
+ <path class="st0" d="M-24.8,357.2c-5.1,2.2-10.1,3.5-15.2,4.1c5.7-3.4,9.6-8.3,11.6-14.5c-5.2,3.1-10.8,5.2-16.7,6.4
9
+ c-5.2-5.5-11.6-8.3-19.2-8.3c-7.3,0-13.5,2.6-18.6,7.7c-5.1,5.1-7.7,11.3-7.7,18.6c0,2,0.2,4,0.7,6c-10.8-0.5-20.8-3.2-30.3-8.1
10
+ c-9.4-4.9-17.4-11.3-24-19.4c-2.4,4.1-3.6,8.5-3.6,13.3c0,4.5,1.1,8.7,3.2,12.5c2.1,3.9,5,7,8.6,9.4c-4.2-0.2-8.2-1.3-11.9-3.3v0.3
11
+ c0,6.4,2,11.9,6,16.7c4,4.8,9,7.8,15.1,9.1c-2.3,0.6-4.6,0.9-6.9,0.9c-1.5,0-3.2-0.1-5-0.4c1.7,5.3,4.8,9.6,9.3,13
12
+ c4.5,3.4,9.6,5.1,15.3,5.3c-9.6,7.5-20.4,11.2-32.7,11.2c-2.3,0-4.5-0.1-6.4-0.3c12.2,7.9,25.7,11.8,40.4,11.8
13
+ c9.3,0,18.1-1.5,26.3-4.4c8.2-3,15.2-6.9,21-11.9c5.8-5,10.8-10.7,15-17.1c4.2-6.5,7.3-13.2,9.4-20.2c2.1-7,3.1-14.1,3.1-21.1
14
+ c0-1.5,0-2.7-0.1-3.4C-32.8,367.1-28.4,362.6-24.8,357.2L-24.8,357.2z"/>
15
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="216" height="146" viewBox="0 0 216 146"><path d="M166.254 75.443c-.705-3.205-2.268-5.893-4.684-8.065-2.418-2.172-5.202-3.45-8.353-3.83-9.993-1.085-25.065-1.628-45.218-1.628-20.155 0-35.2.543-45.14 1.63-3.204.38-6 1.656-8.39 3.828-2.39 2.173-3.967 4.86-4.728 8.065-1.412 6.302-2.118 15.807-2.118 28.517 0 12.927.706 22.433 2.118 28.517.707 3.203 2.27 5.893 4.686 8.064 2.416 2.176 5.2 3.425 8.35 3.75C72.776 145.43 87.85 146 108 146s35.225-.57 45.217-1.71c3.15-.327 5.92-1.576 8.31-3.75 2.392-2.17 3.967-4.86 4.727-8.063 1.412-6.302 2.12-15.807 2.12-28.517-.002-12.927-.71-22.433-2.12-28.517zm-84.162 8.23h-8.718v46.358h-8.147V83.677h-8.555v-7.66h25.42v7.66zm21.997 46.358h-7.254v-4.4c-2.933 3.317-5.704 4.97-8.31 4.97-2.5 0-4.075-1.002-4.726-3.01-.433-1.305-.65-3.288-.65-5.95V89.783h7.25v29.656c0 1.737.027 2.688.082 2.85.163 1.142.733 1.712 1.71 1.712 1.467 0 3.016-1.14 4.645-3.422V89.783h7.25v40.248zm27.7-12.055c0 3.965-.246 6.682-.73 8.15-.928 2.984-2.855 4.478-5.788 4.478-2.607 0-5.133-1.493-7.578-4.478v3.91h-7.25v-54.02h7.25v17.68c2.337-2.93 4.86-4.4 7.578-4.4 2.933 0 4.86 1.523 5.785 4.564.486 1.41.73 4.1.73 8.063v16.048zm27.536-6.68h-14.583v7.088c0 3.75 1.248 5.622 3.747 5.622 1.793 0 2.88-.977 3.26-2.934.108-.542.163-2.2.163-4.97h7.414v1.06c0 2.663-.055 4.237-.163 4.728-.162 1.465-.73 2.932-1.71 4.398-1.956 2.88-4.89 4.318-8.8 4.318-3.748 0-6.68-1.384-8.8-4.153-1.574-2.01-2.362-5.16-2.362-9.45v-14.1c0-4.29.76-7.44 2.28-9.45 2.12-2.77 5.025-4.154 8.72-4.154 3.64 0 6.52 1.384 8.635 4.154 1.468 2.01 2.2 5.16 2.2 9.45v8.392z"/><path d="M121.36 95.895c-1.25 0-2.47.6-3.665 1.793v24.522c1.195 1.194 2.416 1.792 3.666 1.792 2.12 0 3.18-1.818 3.18-5.46v-17.188c0-3.64-1.06-5.46-3.18-5.46zm27.05 0c-2.443 0-3.665 1.847-3.665 5.54v3.747h7.332v-3.748c0-3.694-1.223-5.54-3.666-5.54zM77.368 32.508v22.08h8.147v-22.08L95.372 0h-8.31l-5.54 21.428L75.74 0h-8.636c1.52 4.563 3.286 9.64 5.296 15.236 2.553 7.495 4.21 13.253 4.97 17.272zm28.922 22.65c3.747 0 6.625-1.385 8.635-4.155 1.52-2.01 2.28-5.215 2.28-9.614V27.13c0-4.344-.76-7.522-2.28-9.532-2.01-2.77-4.888-4.155-8.636-4.155-3.64 0-6.495 1.385-8.558 4.155-1.52 2.01-2.28 5.188-2.28 9.533v14.26c0 4.346.76 7.55 2.28 9.615 2.064 2.77 4.915 4.155 8.555 4.155zm-3.505-29.494c0-3.748 1.168-5.622 3.504-5.622s3.5 1.874 3.5 5.622v17.11c0 3.802-1.167 5.702-3.503 5.702s-3.505-1.9-3.505-5.703v-17.11zm25.908 29.494c2.717 0 5.515-1.684 8.393-5.052v4.48h7.414V13.933h-7.414v31.04c-1.63 2.337-3.177 3.504-4.645 3.504-.976 0-1.546-.597-1.71-1.792-.053-.11-.08-1.06-.08-2.852v-29.9h-7.414v32.1c0 2.77.218 4.807.652 6.11.707 2.01 2.31 3.016 4.807 3.016z"/></svg>
@@ -0,0 +1,376 @@
1
+ 'use strict';
2
+
3
+ /* globals $: false */
4
+
5
+
6
+
7
+ /*! politespace - v0.1.5 - 2015-07-09
8
+ Politely add spaces to input values to increase readability (credit card numbers, phone numbers, etc).
9
+ * https://github.com/filamentgroup/politespace
10
+ * Copyright (c) 2015 Filament Group (@filamentgroup)
11
+ * MIT License */
12
+ // TODO when moving to import system, install this with npm install politespace
13
+ (function( w ){
14
+ "use strict";
15
+
16
+ var Politespace = function( element ) {
17
+ if( !element ) {
18
+ throw new Error( "Politespace requires an element argument." );
19
+ }
20
+
21
+ if( !element.getAttribute ) {
22
+ // Cut the mustard
23
+ return;
24
+ }
25
+
26
+ this.element = element;
27
+ this.type = this.element.getAttribute( "type" );
28
+ this.delimiter = this.element.getAttribute( "data-delimiter" ) || " ";
29
+ // https://en.wikipedia.org/wiki/Decimal_mark
30
+ this.decimalMark = this.element.getAttribute( "data-decimal-mark" ) || "";
31
+ this.reverse = this.element.getAttribute( "data-reverse" ) !== null;
32
+ this.groupLength = this.element.getAttribute( "data-grouplength" ) || 3;
33
+ };
34
+
35
+ Politespace.prototype._divideIntoArray = function( value ) {
36
+ var split = ( '' + this.groupLength ).split( ',' ),
37
+ isUniformSplit = split.length === 1,
38
+ dividedValue = [],
39
+ loopIndex = 0,
40
+ groupLength,
41
+ substrStart,
42
+ useCharCount;
43
+
44
+ while( split.length && loopIndex < value.length ) {
45
+ if( isUniformSplit ) {
46
+ groupLength = split[ 0 ];
47
+ } else {
48
+ // use the next split or the rest of the string if open ended, ala "3,3,"
49
+ groupLength = split.shift() || value.length - loopIndex;
50
+ }
51
+
52
+ // Use min if we’re at the end of a reversed string
53
+ // (substrStart below grows larger than the string length)
54
+ useCharCount = Math.min( parseInt( groupLength, 10 ), value.length - loopIndex );
55
+
56
+ if( this.reverse ) {
57
+ substrStart = -1 * (useCharCount + loopIndex);
58
+ } else {
59
+ substrStart = loopIndex;
60
+ }
61
+ dividedValue.push( value.substr( substrStart, useCharCount ) );
62
+ loopIndex += useCharCount;
63
+ }
64
+
65
+ if( this.reverse ) {
66
+ dividedValue.reverse();
67
+ }
68
+
69
+ return dividedValue;
70
+ };
71
+
72
+ Politespace.prototype.format = function( value ) {
73
+ var split;
74
+ var val = this.unformat( value );
75
+ var suffix = '';
76
+
77
+ if( this.decimalMark ) {
78
+ split = val.split( this.decimalMark );
79
+ suffix = split.length > 1 ? this.decimalMark + split[ 1 ] : '';
80
+ val = split[ 0 ];
81
+ }
82
+
83
+ return this._divideIntoArray( val ).join( this.delimiter ) + suffix;
84
+ };
85
+
86
+ Politespace.prototype.trimMaxlength = function( value ) {
87
+ var maxlength = this.element.getAttribute( "maxlength" );
88
+ // Note input type="number" maxlength does nothing
89
+ if( maxlength ) {
90
+ value = value.substr( 0, maxlength );
91
+ }
92
+ return value;
93
+ };
94
+
95
+ Politespace.prototype.getValue = function() {
96
+ return this.trimMaxlength( this.element.value );
97
+ };
98
+
99
+ Politespace.prototype.update = function() {
100
+ this.element.value = this.useProxy() ? this.getValue() : this.format( this.getValue() );
101
+ };
102
+
103
+ Politespace.prototype.unformat = function( value ) {
104
+ return value.replace( new RegExp( this.delimiter, 'g' ), '' );
105
+ };
106
+
107
+ Politespace.prototype.reset = function() {
108
+ this.element.value = this.unformat( this.element.value );
109
+ };
110
+
111
+ Politespace.prototype.useProxy = function() {
112
+ return this.type === "number";
113
+ };
114
+
115
+ Politespace.prototype.updateProxy = function() {
116
+ var proxy;
117
+ if( this.useProxy() ) {
118
+ proxy = this.element.parentNode.firstChild;
119
+ proxy.innerHTML = this.format( this.getValue() );
120
+ proxy.style.width = this.element.offsetWidth + "px";
121
+ }
122
+ };
123
+
124
+ Politespace.prototype.createProxy = function() {
125
+ if( !this.useProxy() ) {
126
+ return;
127
+ }
128
+
129
+ function getStyle( el, prop ) {
130
+ return window.getComputedStyle( el, null ).getPropertyValue( prop );
131
+ }
132
+ function sumStyles( el, props ) {
133
+ var total = 0;
134
+ for( var j=0, k=props.length; j<k; j++ ) {
135
+ total += parseFloat( getStyle( el, props[ j ] ) );
136
+ }
137
+ return total;
138
+ }
139
+
140
+ var parent = this.element.parentNode;
141
+ var el = document.createElement( "div" );
142
+ var proxy = document.createElement( "div" );
143
+ proxy.style.font = getStyle( this.element, "font" );
144
+ proxy.style.paddingLeft = sumStyles( this.element, [ "padding-left", "border-left-width" ] ) + "px";
145
+ proxy.style.paddingRight = sumStyles( this.element, [ "padding-right", "border-right-width" ] ) + "px";
146
+ proxy.style.top = sumStyles( this.element, [ "padding-top", "border-top-width", "margin-top" ] ) + "px";
147
+
148
+ el.appendChild( proxy );
149
+ el.className = "politespace-proxy active";
150
+ var formEl = parent.replaceChild( el, this.element );
151
+ el.appendChild( formEl );
152
+
153
+ this.updateProxy();
154
+ };
155
+
156
+ w.Politespace = Politespace;
157
+
158
+ }( this ));
159
+
160
+ (function( $ ) {
161
+ "use strict";
162
+
163
+ // jQuery Plugin
164
+
165
+ var componentName = "politespace",
166
+ enhancedAttr = "data-enhanced",
167
+ initSelector = "[data-" + componentName + "]:not([" + enhancedAttr + "])";
168
+
169
+ $.fn[ componentName ] = function(){
170
+ return this.each( function(){
171
+ var polite = new Politespace( this );
172
+ if( polite.type === "number" ) {
173
+ polite.createProxy();
174
+ }
175
+
176
+ $( this )
177
+ .bind( "input keydown", function() {
178
+ polite.updateProxy();
179
+ })
180
+ .bind( "blur", function() {
181
+ $( this ).closest( ".politespace-proxy" ).addClass( "active" );
182
+ polite.update();
183
+ polite.updateProxy();
184
+ })
185
+ .bind( "focus", function() {
186
+ $( this ).closest( ".politespace-proxy" ).removeClass( "active" );
187
+ polite.reset();
188
+ })
189
+ .data( componentName, polite );
190
+
191
+ polite.update();
192
+ });
193
+ };
194
+
195
+ // auto-init on enhance (which is called on domready)
196
+ $(document).ready(function() {
197
+ $('[data-' + componentName + ']').politespace();
198
+ });
199
+
200
+ }( jQuery ));
201
+
202
+ /**
203
+ * Accordion
204
+ *
205
+ * An accordion component.
206
+ *
207
+ * @param {jQuery} $el A jQuery html element to turn into an accordion.
208
+ */
209
+ function Accordion($el) {
210
+ var self = this;
211
+ this.$root = $el;
212
+ this.$root.on('click', 'button', function(ev) {
213
+ var expanded = JSON.parse($(this).attr('aria-expanded'));
214
+ ev.preventDefault();
215
+ self.hideAll();
216
+ if (!expanded) {
217
+ self.show($(this));
218
+ }
219
+ });
220
+ }
221
+
222
+ Accordion.prototype.$ = function(selector) {
223
+ return this.$root.find(selector);
224
+ }
225
+
226
+ Accordion.prototype.hide = function($button) {
227
+ var selector = $button.attr('aria-controls'),
228
+ $content = this.$('#' + selector);
229
+
230
+ $button.attr('aria-expanded', false);
231
+ $content.attr('aria-hidden', true);
232
+ };
233
+
234
+ Accordion.prototype.show = function($button) {
235
+ var selector = $button.attr('aria-controls'),
236
+ $content = this.$('#' + selector);
237
+
238
+ $button.attr('aria-expanded', true);
239
+ $content.attr('aria-hidden', false);
240
+ };
241
+
242
+ Accordion.prototype.hideAll = function() {
243
+ var self = this;
244
+ this.$('button').each(function() {
245
+ self.hide($(this));
246
+ });
247
+ };
248
+
249
+ /**
250
+ * accordion
251
+ *
252
+ * Initialize a new Accordion component.
253
+ *
254
+ * @param {jQuery} $el A jQuery html element to turn into an accordion.
255
+ */
256
+ function accordion($el) {
257
+ return new Accordion($el);
258
+ }
259
+
260
+ function togglePassword($el) {
261
+ var fieldSelector = '#' + $el.attr('aria-controls'),
262
+ $field = $el.parents('form').find(fieldSelector),
263
+ showing = false;
264
+
265
+ $el.on('click', function(ev) {
266
+ ev.preventDefault();
267
+ toggleFieldMask($field, showing);
268
+ $el.text(showing ? 'Show password' : 'Hide password');
269
+ showing = !showing;
270
+ });
271
+ }
272
+
273
+ function toggleSSN($el) {
274
+ var fieldSelector = '#' + $el.attr('aria-controls'),
275
+ $field = $el.parents('form').find(fieldSelector),
276
+ showing = false;
277
+
278
+ $el.on('click', function(ev) {
279
+ ev.preventDefault();
280
+ toggleFieldMask($field, showing);
281
+ $el.text(showing ? 'Show SSN' : 'Hide SSN');
282
+ showing = !showing;
283
+ });
284
+ }
285
+
286
+ function toggleMultiPassword($el) {
287
+ var fieldSelector = '#password, #confirmPassword',
288
+ $fields = $el.parents('form').find(fieldSelector),
289
+ showing = false;
290
+
291
+ $el.on('click', function(ev) {
292
+ ev.preventDefault();
293
+ toggleFieldMask($fields, showing);
294
+ $el.text(showing ? 'Show my typing' : 'Hide my typing');
295
+ showing = !showing;
296
+ });
297
+ }
298
+
299
+ function toggleFieldMask($field, showing) {
300
+ $field.attr('autocapitalize', 'off');
301
+ $field.attr('autocorrect', 'off');
302
+ $field.attr('type', showing ? 'password' : 'text');
303
+ }
304
+
305
+ function validator($el) {
306
+ var data = $('#password[data-validation-element]').data(),
307
+ key,
308
+ validatorName,
309
+ validatorPattern,
310
+ $validatorCheckbox,
311
+ $checkList = $($el.data('validationElement'));
312
+
313
+ function validate() {
314
+ for (key in data) {
315
+ if (key.startsWith('validate')) {
316
+ validatorName = key.split('validate')[1];
317
+ validatorPattern = new RegExp(data[key]);
318
+ $validatorCheckbox = $checkList.find('[data-validator=' +
319
+ validatorName.toLowerCase() + ']');
320
+
321
+ if (!validatorPattern.test($el.val())) {
322
+ $validatorCheckbox.toggleClass('usa-checklist-checked', false);
323
+ }
324
+ else {
325
+ $validatorCheckbox.toggleClass('usa-checklist-checked', true);
326
+ }
327
+ }
328
+ }
329
+ }
330
+
331
+ $el.on('keyup', validate);
332
+ }
333
+
334
+ $(function() {
335
+ $('[class^=usa-accordion]').each(function() {
336
+ accordion($(this));
337
+ });
338
+
339
+ var footerAccordion = function() {
340
+ if (window.innerWidth < 600) {
341
+
342
+ $('.usa-footer-big nav ul').addClass('hidden');
343
+
344
+ $('.usa-footer-big nav .usa-footer-primary-link').unbind('click');
345
+
346
+ $('.usa-footer-big nav .usa-footer-primary-link').bind('click', function() {
347
+ $(this).parent().removeClass('hidden')
348
+ .siblings().addClass('hidden');
349
+ });
350
+ } else {
351
+
352
+ $('.usa-footer-big nav ul').removeClass('hidden');
353
+
354
+ $('.usa-footer-big nav .usa-footer-primary-link').unbind('click');
355
+ }
356
+ };
357
+
358
+ footerAccordion();
359
+
360
+ $(window).resize(footerAccordion);
361
+
362
+ // Fixing skip nav focus behavior in chrome
363
+ $('.skipnav').click(function(){
364
+ $('#main-content').attr('tabindex','0');
365
+ });
366
+
367
+ $('#main-content').blur(function(){
368
+ $(this).attr('tabindex','-1');
369
+ });
370
+
371
+ togglePassword($('.usa-show_password'));
372
+ toggleMultiPassword($('.usa-show_multipassword'));
373
+ toggleSSN($('.usa-show_ssn'));
374
+ validator($('.js-validate_password'));
375
+
376
+ });