us_web_design_standards_ror 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 (123) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +9 -0
  3. data/CODE_OF_CONDUCT.md +74 -0
  4. data/Gemfile +4 -0
  5. data/LICENSE.txt +21 -0
  6. data/README.md +41 -0
  7. data/Rakefile +2 -0
  8. data/bin/console +14 -0
  9. data/bin/setup +8 -0
  10. data/lib/uswds/version.rb +3 -0
  11. data/lib/uswds.rb +5 -0
  12. data/uswds.gemspec +35 -0
  13. data/vendor/assets/fonts/merriweather-bold-webfont.eot +0 -0
  14. data/vendor/assets/fonts/merriweather-bold-webfont.ttf +0 -0
  15. data/vendor/assets/fonts/merriweather-bold-webfont.woff +0 -0
  16. data/vendor/assets/fonts/merriweather-bold-webfont.woff2 +0 -0
  17. data/vendor/assets/fonts/merriweather-italic-webfont.eot +0 -0
  18. data/vendor/assets/fonts/merriweather-italic-webfont.ttf +0 -0
  19. data/vendor/assets/fonts/merriweather-italic-webfont.woff +0 -0
  20. data/vendor/assets/fonts/merriweather-italic-webfont.woff2 +0 -0
  21. data/vendor/assets/fonts/merriweather-light-webfont.eot +0 -0
  22. data/vendor/assets/fonts/merriweather-light-webfont.ttf +0 -0
  23. data/vendor/assets/fonts/merriweather-light-webfont.woff +0 -0
  24. data/vendor/assets/fonts/merriweather-light-webfont.woff2 +0 -0
  25. data/vendor/assets/fonts/merriweather-regular-webfont.eot +0 -0
  26. data/vendor/assets/fonts/merriweather-regular-webfont.ttf +0 -0
  27. data/vendor/assets/fonts/merriweather-regular-webfont.woff +0 -0
  28. data/vendor/assets/fonts/merriweather-regular-webfont.woff2 +0 -0
  29. data/vendor/assets/fonts/sourcesanspro-bold-webfont.eot +0 -0
  30. data/vendor/assets/fonts/sourcesanspro-bold-webfont.ttf +0 -0
  31. data/vendor/assets/fonts/sourcesanspro-bold-webfont.woff +0 -0
  32. data/vendor/assets/fonts/sourcesanspro-bold-webfont.woff2 +0 -0
  33. data/vendor/assets/fonts/sourcesanspro-italic-webfont.eot +0 -0
  34. data/vendor/assets/fonts/sourcesanspro-italic-webfont.ttf +0 -0
  35. data/vendor/assets/fonts/sourcesanspro-italic-webfont.woff +0 -0
  36. data/vendor/assets/fonts/sourcesanspro-italic-webfont.woff2 +0 -0
  37. data/vendor/assets/fonts/sourcesanspro-light-webfont.eot +0 -0
  38. data/vendor/assets/fonts/sourcesanspro-light-webfont.ttf +0 -0
  39. data/vendor/assets/fonts/sourcesanspro-light-webfont.woff +0 -0
  40. data/vendor/assets/fonts/sourcesanspro-light-webfont.woff2 +0 -0
  41. data/vendor/assets/fonts/sourcesanspro-regular-webfont.eot +0 -0
  42. data/vendor/assets/fonts/sourcesanspro-regular-webfont.ttf +0 -0
  43. data/vendor/assets/fonts/sourcesanspro-regular-webfont.woff +0 -0
  44. data/vendor/assets/fonts/sourcesanspro-regular-webfont.woff2 +0 -0
  45. data/vendor/assets/images/.keep +0 -0
  46. data/vendor/assets/images/alerts/error.png +0 -0
  47. data/vendor/assets/images/alerts/error.svg +17 -0
  48. data/vendor/assets/images/alerts/info.png +0 -0
  49. data/vendor/assets/images/alerts/info.svg +18 -0
  50. data/vendor/assets/images/alerts/success.png +0 -0
  51. data/vendor/assets/images/alerts/success.svg +12 -0
  52. data/vendor/assets/images/alerts/warning.png +0 -0
  53. data/vendor/assets/images/alerts/warning.svg +16 -0
  54. data/vendor/assets/images/angle-arrow-down-hover.png +0 -0
  55. data/vendor/assets/images/angle-arrow-down-hover.svg +1 -0
  56. data/vendor/assets/images/angle-arrow-down-primary-hover.png +0 -0
  57. data/vendor/assets/images/angle-arrow-down-primary-hover.svg +1 -0
  58. data/vendor/assets/images/angle-arrow-down-primary.png +0 -0
  59. data/vendor/assets/images/angle-arrow-down-primary.svg +1 -0
  60. data/vendor/assets/images/angle-arrow-down.png +0 -0
  61. data/vendor/assets/images/angle-arrow-down.svg +1 -0
  62. data/vendor/assets/images/angle-arrow-up-primary-hover.png +0 -0
  63. data/vendor/assets/images/angle-arrow-up-primary-hover.svg +1 -0
  64. data/vendor/assets/images/angle-arrow-up-primary.png +0 -0
  65. data/vendor/assets/images/angle-arrow-up-primary.svg +1 -0
  66. data/vendor/assets/images/arrow-down.png +0 -0
  67. data/vendor/assets/images/arrow-down.svg +1 -0
  68. data/vendor/assets/images/arrow-right.png +0 -0
  69. data/vendor/assets/images/arrow-right.svg +1 -0
  70. data/vendor/assets/images/circle-124.png +0 -0
  71. data/vendor/assets/images/close.png +0 -0
  72. data/vendor/assets/images/close.svg +1 -0
  73. data/vendor/assets/images/correct8.png +0 -0
  74. data/vendor/assets/images/correct8.svg +1 -0
  75. data/vendor/assets/images/correct9.png +0 -0
  76. data/vendor/assets/images/correct9.svg +1 -0
  77. data/vendor/assets/images/external-link-alt-hover.png +0 -0
  78. data/vendor/assets/images/external-link-alt-hover.svg +1 -0
  79. data/vendor/assets/images/external-link-alt.png +0 -0
  80. data/vendor/assets/images/external-link-alt.svg +1 -0
  81. data/vendor/assets/images/external-link-hover.png +0 -0
  82. data/vendor/assets/images/external-link-hover.svg +1 -0
  83. data/vendor/assets/images/external-link.png +0 -0
  84. data/vendor/assets/images/external-link.svg +1 -0
  85. data/vendor/assets/images/favicons/favicon-114.png +0 -0
  86. data/vendor/assets/images/favicons/favicon-144.png +0 -0
  87. data/vendor/assets/images/favicons/favicon-16.png +0 -0
  88. data/vendor/assets/images/favicons/favicon-192.png +0 -0
  89. data/vendor/assets/images/favicons/favicon-40.png +0 -0
  90. data/vendor/assets/images/favicons/favicon-57.png +0 -0
  91. data/vendor/assets/images/favicons/favicon-72.png +0 -0
  92. data/vendor/assets/images/favicons/favicon.ico +0 -0
  93. data/vendor/assets/images/favicons/favicon.png +0 -0
  94. data/vendor/assets/images/hero.png +0 -0
  95. data/vendor/assets/images/icon-dot-gov.svg +1 -0
  96. data/vendor/assets/images/icon-https.svg +1 -0
  97. data/vendor/assets/images/logo-img.png +0 -0
  98. data/vendor/assets/images/minus-alt.png +0 -0
  99. data/vendor/assets/images/minus-alt.svg +1 -0
  100. data/vendor/assets/images/minus.png +0 -0
  101. data/vendor/assets/images/minus.svg +1 -0
  102. data/vendor/assets/images/plus-alt.png +0 -0
  103. data/vendor/assets/images/plus-alt.svg +1 -0
  104. data/vendor/assets/images/plus.png +0 -0
  105. data/vendor/assets/images/plus.svg +1 -0
  106. data/vendor/assets/images/search-alt.png +0 -0
  107. data/vendor/assets/images/search-alt.svg +1 -0
  108. data/vendor/assets/images/search.png +0 -0
  109. data/vendor/assets/images/search.svg +1 -0
  110. data/vendor/assets/images/social-icons/png/facebook25.png +0 -0
  111. data/vendor/assets/images/social-icons/png/rss25.png +0 -0
  112. data/vendor/assets/images/social-icons/png/twitter16.png +0 -0
  113. data/vendor/assets/images/social-icons/png/youtube15.png +0 -0
  114. data/vendor/assets/images/social-icons/svg/facebook25.svg +1 -0
  115. data/vendor/assets/images/social-icons/svg/rss25.svg +1 -0
  116. data/vendor/assets/images/social-icons/svg/twitter16.svg +1 -0
  117. data/vendor/assets/images/social-icons/svg/youtube15.svg +1 -0
  118. data/vendor/assets/images/us_flag_small.png +0 -0
  119. data/vendor/assets/javascripts/.keep +0 -0
  120. data/vendor/assets/javascripts/uswds.js +1 -0
  121. data/vendor/assets/stylesheets/.keep +0 -0
  122. data/vendor/assets/stylesheets/uswds.css.scss +4337 -0
  123. metadata +196 -0
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="444.819" height="444.819" viewBox="0 0 444.819 444.819"><path d="M352.025 196.712L165.885 10.848C159.028 3.615 150.468 0 140.185 0s-18.84 3.62-25.696 10.848l-21.7 21.416c-7.045 7.043-10.567 15.604-10.567 25.692 0 9.897 3.52 18.56 10.566 25.98L231.544 222.41 92.785 361.168c-7.04 7.043-10.563 15.604-10.563 25.693 0 9.9 3.52 18.566 10.564 25.98l21.7 21.417c7.043 7.043 15.612 10.564 25.697 10.564 10.09 0 18.656-3.52 25.697-10.564L352.025 248.39c7.046-7.423 10.57-16.084 10.57-25.98.002-10.09-3.524-18.655-10.57-25.698z"/></svg>
Binary file
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 339.177 339.177"><path d="M247.244 169.59l83.938-83.938c5.332-5.327 7.994-11.798 7.994-19.414 0-7.614-2.67-14.084-7.994-19.414l-38.827-38.83c-5.33-5.33-11.8-7.994-19.41-7.994-7.618 0-14.086 2.665-19.418 7.993L169.59 91.93 85.65 7.994C80.326 2.665 73.855 0 66.238 0c-7.61 0-14.083 2.665-19.414 7.993l-38.83 38.83C2.668 52.15 0 58.624 0 66.24c0 7.616 2.664 14.084 7.994 19.414L91.93 169.59 7.995 253.528C2.667 258.858 0 265.328 0 272.945c0 7.61 2.664 14.082 7.994 19.41l38.83 38.828c5.33 5.332 11.803 7.994 19.414 7.994 7.616 0 14.084-2.67 19.414-7.994l83.94-83.938 83.943 83.938c5.328 5.332 11.793 7.994 19.417 7.994 7.61 0 14.082-2.67 19.41-7.994l38.82-38.828c5.333-5.324 7.995-11.8 7.995-19.41 0-7.618-2.662-14.086-7.994-19.417l-83.94-83.938z" fill="#5b616b"/></svg>
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 216 146"><path fill="#fff" d="M168.86 37.966l-11.08-11.08c-1.52-1.52-3.367-2.28-5.54-2.28-2.172 0-4.02.76-5.54 2.28L93.254 80.414 69.3 56.38c-1.52-1.522-3.367-2.282-5.54-2.282-2.172 0-4.02.76-5.54 2.28L47.14 67.46c-1.52 1.522-2.28 3.37-2.28 5.542 0 2.172.76 4.02 2.28 5.54l29.493 29.493 11.08 11.08c1.52 1.52 3.368 2.28 5.54 2.28 2.173 0 4.02-.76 5.54-2.28l11.082-11.08L168.86 49.05c1.52-1.52 2.283-3.37 2.283-5.54 0-2.174-.76-4.02-2.28-5.54z"/></svg>
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 216 146"><path fill="#0071bc" d="M168.86 37.966l-11.08-11.08c-1.52-1.52-3.367-2.28-5.54-2.28-2.172 0-4.02.76-5.54 2.28L93.254 80.414 69.3 56.38c-1.52-1.522-3.367-2.282-5.54-2.282-2.172 0-4.02.76-5.54 2.28L47.14 67.46c-1.52 1.522-2.28 3.37-2.28 5.542 0 2.172.76 4.02 2.28 5.54l29.493 29.493 11.08 11.08c1.52 1.52 3.368 2.28 5.54 2.28 2.173 0 4.02-.76 5.54-2.28l11.082-11.08L168.86 49.05c1.52-1.52 2.283-3.37 2.283-5.54 0-2.174-.76-4.02-2.28-5.54z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="511.626" height="511.627" viewBox="0 0 511.626 511.627"><g fill="#ffffff"><path d="M392.857 292.354h-18.274c-2.67 0-4.86.855-6.563 2.573-1.718 1.708-2.573 3.897-2.573 6.563v91.36c0 12.564-4.47 23.316-13.415 32.263-8.945 8.945-19.7 13.414-32.264 13.414H82.224c-12.562 0-23.317-4.47-32.264-13.414-8.945-8.946-13.417-19.698-13.417-32.262V155.31c0-12.562 4.47-23.313 13.417-32.26 8.947-8.946 19.702-13.417 32.264-13.417h200.994c2.67 0 4.86-.86 6.57-2.57 1.71-1.713 2.566-3.9 2.566-6.567V82.22c0-2.66-.855-4.852-2.566-6.562-1.71-1.713-3.9-2.568-6.57-2.568H82.224c-22.648 0-42.016 8.042-58.102 24.125C8.042 113.297 0 132.665 0 155.313v237.542c0 22.647 8.042 42.018 24.123 58.095 16.086 16.084 35.454 24.13 58.102 24.13h237.543c22.647 0 42.017-8.046 58.1-24.13 16.086-16.077 24.128-35.447 24.128-58.095v-91.358c0-2.67-.856-4.86-2.574-6.57-1.713-1.718-3.903-2.573-6.565-2.573z"/><path d="M506.2 41.97c-3.618-3.616-7.906-5.423-12.85-5.423H347.17c-4.947 0-9.232 1.807-12.846 5.424-3.617 3.616-5.428 7.9-5.428 12.848s1.81 9.233 5.428 12.85l50.247 50.248-186.146 186.15c-1.906 1.904-2.856 4.094-2.856 6.564 0 2.48.953 4.668 2.856 6.57l32.548 32.545c1.903 1.903 4.093 2.852 6.567 2.852s4.664-.948 6.566-2.852l186.148-186.148 50.25 50.248c3.615 3.617 7.9 5.426 12.848 5.426s9.233-1.808 12.85-5.425c3.618-3.616 5.425-7.898 5.425-12.847V54.818c0-4.952-1.814-9.232-5.428-12.847z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="511.626" height="511.627" viewBox="0 0 511.626 511.627"><g fill="#d6d7d9"><path d="M392.857 292.354h-18.274c-2.67 0-4.86.855-6.563 2.573-1.718 1.708-2.573 3.897-2.573 6.563v91.36c0 12.564-4.47 23.316-13.415 32.263-8.945 8.945-19.7 13.414-32.264 13.414H82.224c-12.562 0-23.317-4.47-32.264-13.414-8.945-8.946-13.417-19.698-13.417-32.262V155.31c0-12.562 4.47-23.313 13.417-32.26 8.947-8.946 19.702-13.417 32.264-13.417h200.994c2.67 0 4.86-.86 6.57-2.57 1.71-1.713 2.566-3.9 2.566-6.567V82.22c0-2.66-.855-4.852-2.566-6.562-1.71-1.713-3.9-2.568-6.57-2.568H82.224c-22.648 0-42.016 8.042-58.102 24.125C8.042 113.297 0 132.665 0 155.313v237.542c0 22.647 8.042 42.018 24.123 58.095 16.086 16.084 35.454 24.13 58.102 24.13h237.543c22.647 0 42.017-8.046 58.1-24.13 16.086-16.077 24.128-35.447 24.128-58.095v-91.358c0-2.67-.856-4.86-2.574-6.57-1.713-1.718-3.903-2.573-6.565-2.573z"/><path d="M506.2 41.97c-3.618-3.616-7.906-5.423-12.85-5.423H347.17c-4.947 0-9.232 1.807-12.846 5.424-3.617 3.616-5.428 7.9-5.428 12.848s1.81 9.233 5.428 12.85l50.247 50.248-186.146 186.15c-1.906 1.904-2.856 4.094-2.856 6.564 0 2.48.953 4.668 2.856 6.57l32.548 32.545c1.903 1.903 4.093 2.852 6.567 2.852s4.664-.948 6.566-2.852l186.148-186.148 50.25 50.248c3.615 3.617 7.9 5.426 12.848 5.426s9.233-1.808 12.85-5.425c3.618-3.616 5.425-7.898 5.425-12.847V54.818c0-4.952-1.814-9.232-5.428-12.847z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="511.626" height="511.627" viewBox="0 0 511.626 511.627"><g fill="#205493"><path d="M392.857 292.354h-18.274c-2.67 0-4.86.855-6.563 2.573-1.718 1.708-2.573 3.897-2.573 6.563v91.36c0 12.564-4.47 23.316-13.415 32.263-8.945 8.945-19.7 13.414-32.264 13.414H82.224c-12.562 0-23.317-4.47-32.264-13.414-8.945-8.946-13.417-19.698-13.417-32.262V155.31c0-12.562 4.47-23.313 13.417-32.26 8.947-8.946 19.702-13.417 32.264-13.417h200.994c2.67 0 4.86-.86 6.57-2.57 1.71-1.713 2.566-3.9 2.566-6.567V82.22c0-2.66-.855-4.852-2.566-6.562-1.71-1.713-3.9-2.568-6.57-2.568H82.224c-22.648 0-42.016 8.042-58.102 24.125C8.042 113.297 0 132.665 0 155.313v237.542c0 22.647 8.042 42.018 24.123 58.095 16.086 16.084 35.454 24.13 58.102 24.13h237.543c22.647 0 42.017-8.046 58.1-24.13 16.086-16.077 24.128-35.447 24.128-58.095v-91.358c0-2.67-.856-4.86-2.574-6.57-1.713-1.718-3.903-2.573-6.565-2.573z"/><path d="M506.2 41.97c-3.618-3.616-7.906-5.423-12.85-5.423H347.17c-4.947 0-9.232 1.807-12.846 5.424-3.617 3.616-5.428 7.9-5.428 12.848s1.81 9.233 5.428 12.85l50.247 50.248-186.146 186.15c-1.906 1.904-2.856 4.094-2.856 6.564 0 2.48.953 4.668 2.856 6.57l32.548 32.545c1.903 1.903 4.093 2.852 6.567 2.852s4.664-.948 6.566-2.852l186.148-186.148 50.25 50.248c3.615 3.617 7.9 5.426 12.848 5.426s9.233-1.808 12.85-5.425c3.618-3.616 5.425-7.898 5.425-12.847V54.818c0-4.952-1.814-9.232-5.428-12.847z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="511.626" height="511.627" viewBox="0 0 511.626 511.627"><g fill="#0071bc"><path d="M392.857 292.354h-18.274c-2.67 0-4.86.855-6.563 2.573-1.718 1.708-2.573 3.897-2.573 6.563v91.36c0 12.564-4.47 23.316-13.415 32.263-8.945 8.945-19.7 13.414-32.264 13.414H82.224c-12.562 0-23.317-4.47-32.264-13.414-8.945-8.946-13.417-19.698-13.417-32.262V155.31c0-12.562 4.47-23.313 13.417-32.26 8.947-8.946 19.702-13.417 32.264-13.417h200.994c2.67 0 4.86-.86 6.57-2.57 1.71-1.713 2.566-3.9 2.566-6.567V82.22c0-2.66-.855-4.852-2.566-6.562-1.71-1.713-3.9-2.568-6.57-2.568H82.224c-22.648 0-42.016 8.042-58.102 24.125C8.042 113.297 0 132.665 0 155.313v237.542c0 22.647 8.042 42.018 24.123 58.095 16.086 16.084 35.454 24.13 58.102 24.13h237.543c22.647 0 42.017-8.046 58.1-24.13 16.086-16.077 24.128-35.447 24.128-58.095v-91.358c0-2.67-.856-4.86-2.574-6.57-1.713-1.718-3.903-2.573-6.565-2.573z"/><path d="M506.2 41.97c-3.618-3.616-7.906-5.423-12.85-5.423H347.17c-4.947 0-9.232 1.807-12.846 5.424-3.617 3.616-5.428 7.9-5.428 12.848s1.81 9.233 5.428 12.85l50.247 50.248-186.146 186.15c-1.906 1.904-2.856 4.094-2.856 6.564 0 2.48.953 4.668 2.856 6.57l32.548 32.545c1.903 1.903 4.093 2.852 6.567 2.852s4.664-.948 6.566-2.852l186.148-186.148 50.25 50.248c3.615 3.617 7.9 5.426 12.848 5.426s9.233-1.808 12.85-5.425c3.618-3.616 5.425-7.898 5.425-12.847V54.818c0-4.952-1.814-9.232-5.428-12.847z"/></g></svg>
Binary file
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 54 54"><defs><style>.cls-1{fill:#007faa;}.cls-2{fill:none;stroke:#046b99;stroke-miterlimit:10;}</style></defs><title>dot gov icon</title><path class="cls-1" d="M36.5,20.91v1.36H35.15a0.71,0.71,0,0,1-.73.68H18.23a0.71,0.71,0,0,1-.73-0.68H16.14V20.91l10.18-4.07Zm0,13.57v1.36H16.14V34.48a0.71,0.71,0,0,1,.73-0.68h18.9A0.71,0.71,0,0,1,36.5,34.48ZM21.57,23.62v8.14h1.36V23.62h2.71v8.14H27V23.62h2.71v8.14h1.36V23.62h2.71v8.14h0.63a0.71,0.71,0,0,1,.73.68v0.68H17.5V32.45a0.71,0.71,0,0,1,.73-0.68h0.63V23.62h2.71Z"/><circle class="cls-2" cx="27" cy="27.12" r="26"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 54 54"><defs><style>.cls-1{fill:#549500;}.cls-2{fill:none;stroke:#458600;stroke-miterlimit:10;}</style></defs><title>https icon</title><path class="cls-1" d="M34.72,34.84a1.29,1.29,0,0,1-1.29,1.29H20.57a1.29,1.29,0,0,1-1.29-1.29V27.12a1.29,1.29,0,0,1,1.29-1.29H21V23.26a6,6,0,0,1,12,0v2.57h0.43a1.29,1.29,0,0,1,1.29,1.29v7.72Zm-4.29-9V23.26a3.43,3.43,0,0,0-6.86,0v2.57h6.86Z"/><circle class="cls-2" cx="27" cy="27.12" r="26"/></svg>
Binary file
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="401.991" height="401.991" viewBox="0 0 401.991 401.991"><path fill="#5B616B" d="M394 154.174c-5.33-5.33-11.806-7.995-19.417-7.995H27.406c-7.61 0-14.084 2.66-19.414 7.99C2.662 159.5 0 165.97 0 173.586v54.82c0 7.617 2.662 14.086 7.992 19.41 5.33 5.332 11.803 7.994 19.414 7.994h347.176c7.61 0 14.086-2.66 19.417-7.993 5.32-5.324 7.99-11.793 7.99-19.41v-54.82c0-7.615-2.66-14.087-7.99-19.413z"/></svg>
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="401.991" height="401.991" viewBox="0 0 401.991 401.991"><path d="M394 154.174c-5.33-5.33-11.806-7.995-19.417-7.995H27.406c-7.61 0-14.084 2.66-19.414 7.99C2.662 159.5 0 165.97 0 173.586v54.82c0 7.617 2.662 14.086 7.992 19.41 5.33 5.332 11.803 7.994 19.414 7.994h347.176c7.61 0 14.086-2.66 19.417-7.993 5.32-5.324 7.99-11.793 7.99-19.41v-54.82c0-7.615-2.66-14.087-7.99-19.413z"/></svg>
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="401.994" height="401.994" viewBox="0 0 401.994 401.994"><path fill="#5B616B" d="M394 154.175c-5.33-5.33-11.806-7.994-19.417-7.994H255.81V27.41c0-7.61-2.665-14.084-7.993-19.414C242.487 2.666 236.02 0 228.397 0h-54.81c-7.613 0-14.085 2.663-19.415 7.993-5.33 5.33-7.994 11.803-7.994 19.414v118.775H27.408c-7.612 0-14.085 2.664-19.415 7.994S0 165.973 0 173.59v54.818c0 7.618 2.662 14.086 7.992 19.41 5.33 5.333 11.803 7.995 19.414 7.995h118.77V374.59c0 7.61 2.665 14.09 7.995 19.417 5.33 5.325 11.806 7.987 19.418 7.987H228.4c7.618 0 14.087-2.662 19.418-7.987 5.332-5.33 7.994-11.806 7.994-19.417V255.813h118.77c7.618 0 14.09-2.662 19.417-7.994 5.325-5.33 7.99-11.797 7.99-19.415v-54.82c0-7.615-2.66-14.086-7.993-19.413z"/></svg>
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="401.994" height="401.994" viewBox="0 0 401.994 401.994"><path d="M394 154.175c-5.33-5.33-11.806-7.994-19.417-7.994H255.81V27.41c0-7.61-2.665-14.084-7.993-19.414C242.487 2.666 236.02 0 228.397 0h-54.81c-7.613 0-14.085 2.663-19.415 7.993-5.33 5.33-7.994 11.803-7.994 19.414v118.775H27.408c-7.612 0-14.085 2.664-19.415 7.994S0 165.973 0 173.59v54.818c0 7.618 2.662 14.086 7.992 19.41 5.33 5.333 11.803 7.995 19.414 7.995h118.77V374.59c0 7.61 2.665 14.09 7.995 19.417 5.33 5.325 11.806 7.987 19.418 7.987H228.4c7.618 0 14.087-2.662 19.418-7.987 5.332-5.33 7.994-11.806 7.994-19.417V255.813h118.77c7.618 0 14.09-2.662 19.417-7.994 5.325-5.33 7.99-11.797 7.99-19.415v-54.82c0-7.615-2.66-14.086-7.993-19.413z"/></svg>
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 216 146"><path fill="#5b616b" d="M172.77 123.025L144.825 95.08c6.735-9.722 10.104-20.56 10.104-32.508 0-7.767-1.51-15.195-4.527-22.283-3.014-7.09-7.088-13.2-12.22-18.336s-11.243-9.207-18.33-12.22c-7.09-3.016-14.52-4.523-22.286-4.523-7.768 0-15.196 1.508-22.284 4.523-7.09 3.014-13.2 7.088-18.332 12.22-5.132 5.134-9.206 11.245-12.22 18.333-3.015 7.088-4.522 14.515-4.522 22.282 0 7.766 1.507 15.192 4.522 22.282 3.014 7.088 7.088 13.197 12.22 18.33 5.134 5.134 11.245 9.207 18.333 12.222 7.09 3.015 14.516 4.522 22.283 4.522 11.95 0 22.786-3.37 32.51-10.105l27.943 27.863c1.955 2.064 4.397 3.096 7.332 3.096 2.824 0 5.27-1.03 7.332-3.096 2.064-2.063 3.096-4.508 3.096-7.332 0-2.877-1.002-5.322-3.013-7.33zm-49.413-34.668C116.214 95.5 107.62 99.07 97.57 99.07c-10.048 0-18.643-3.57-25.786-10.713C64.64 81.214 61.07 72.62 61.07 62.57c0-10.047 3.572-18.643 10.714-25.785C78.926 29.642 87.522 26.07 97.57 26.07c10.048 0 18.643 3.573 25.787 10.715 7.143 7.142 10.715 15.738 10.715 25.786 0 10.05-3.573 18.647-10.715 25.79z"/></svg>
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 216 146"><path fill="#fff" d="M172.77 123.025L144.825 95.08c6.735-9.722 10.104-20.56 10.104-32.508 0-7.767-1.51-15.195-4.527-22.283-3.014-7.09-7.088-13.2-12.22-18.336s-11.243-9.207-18.33-12.22c-7.09-3.016-14.52-4.523-22.286-4.523-7.768 0-15.196 1.508-22.284 4.523-7.09 3.014-13.2 7.088-18.332 12.22-5.132 5.134-9.206 11.245-12.22 18.333-3.015 7.088-4.522 14.515-4.522 22.282 0 7.766 1.507 15.192 4.522 22.282 3.014 7.088 7.088 13.197 12.22 18.33 5.134 5.134 11.245 9.207 18.333 12.222 7.09 3.015 14.516 4.522 22.283 4.522 11.95 0 22.786-3.37 32.51-10.105l27.943 27.863c1.955 2.064 4.397 3.096 7.332 3.096 2.824 0 5.27-1.03 7.332-3.096 2.064-2.063 3.096-4.508 3.096-7.332 0-2.877-1.002-5.322-3.013-7.33zm-49.413-34.668C116.214 95.5 107.62 99.07 97.57 99.07c-10.048 0-18.643-3.57-25.786-10.713C64.64 81.214 61.07 72.62 61.07 62.57c0-10.047 3.572-18.643 10.714-25.785C78.926 29.642 87.522 26.07 97.57 26.07c10.048 0 18.643 3.573 25.787 10.715 7.143 7.142 10.715 15.738 10.715 25.786 0 10.05-3.573 18.647-10.715 25.79z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="216" height="146" viewBox="0 0 216 146"><path d="M118.348 49.86V38.293c0-1.737.08-3.082.243-4.032.165-.95.53-1.886 1.104-2.81.57-.923 1.494-1.56 2.77-1.914 1.277-.354 2.975-.53 5.094-.53h11.568V5.866H120.63c-10.702 0-18.387 2.54-23.058 7.617-4.67 5.08-7.006 12.56-7.006 22.446v13.93H76.714V73h13.85v67.134h27.784V73h18.494l2.444-23.14h-20.938z"/></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 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="216" height="146" viewBox="0 0 216 146"><path d="M172.2 33.24c-5.05 2.174-10.103 3.53-15.152 4.076 5.703-3.422 9.56-8.256 11.57-14.502-5.216 3.095-10.783 5.213-16.703 6.354-5.215-5.54-11.623-8.31-19.228-8.31-7.278 0-13.483 2.565-18.617 7.698-5.133 5.133-7.7 11.338-7.7 18.616 0 1.955.218 3.965.653 6.03-10.755-.544-20.844-3.246-30.268-8.107-9.424-4.862-17.422-11.34-23.994-19.432-2.39 4.073-3.582 8.5-3.582 13.28 0 4.508 1.06 8.69 3.178 12.547 2.118 3.856 4.97 6.98 8.555 9.37-4.237-.164-8.202-1.278-11.895-3.342v.326c0 6.355 1.996 11.935 5.988 16.743 3.992 4.808 9.03 7.835 15.113 9.084-2.28.6-4.59.9-6.925.9-1.52 0-3.177-.137-4.97-.407 1.685 5.27 4.78 9.6 9.29 12.995 4.507 3.396 9.613 5.146 15.316 5.256-9.56 7.495-20.45 11.243-32.67 11.243-2.336 0-4.454-.107-6.355-.325 12.22 7.876 25.69 11.813 40.41 11.813 9.344 0 18.116-1.48 26.316-4.44 8.203-2.96 15.21-6.924 21.02-11.895 5.812-4.97 10.823-10.686 15.032-17.15 4.21-6.463 7.345-13.21 9.41-20.245 2.064-7.035 3.096-14.08 3.096-21.143 0-1.52-.027-2.66-.082-3.422 5.163-3.746 9.563-8.282 13.2-13.604z"/></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>
File without changes
@@ -0,0 +1 @@
1
+ !function t(e,n,i){function o(s,a){if(!n[s]){if(!e[s]){var u="function"==typeof require&&require;if(!a&&u)return u(s,!0);if(r)return r(s,!0);var c=new Error("Cannot find module '"+s+"'");throw c.code="MODULE_NOT_FOUND",c}var l=n[s]={exports:{}};e[s][0].call(l.exports,function(t){var n=e[s][1][t];return o(n?n:t)},l,l.exports,t,e,n,i)}return n[s].exports}for(var r="function"==typeof require&&require,s=0;s<i.length;s++)o(i[s]);return o}({1:[function(t,e,n){(function(t){function n(t,e,n){function o(e){var n=v,i=m;return v=m=void 0,j=e,b=t.apply(i,n)}function r(t){return j=t,g=setTimeout(l,e),k?o(t):b}function u(t){var n=t-A,i=t-j,o=e-n;return L?x(o,y-i):o}function c(t){var n=t-A,i=t-j;return void 0===A||n>=e||n<0||L&&i>=y}function l(){var t=E();return c(t)?d(t):void(g=setTimeout(l,u(t)))}function d(t){return g=void 0,T&&v?o(t):(v=m=void 0,b)}function f(){void 0!==g&&clearTimeout(g),j=0,v=A=m=g=void 0}function p(){return void 0===g?b:d(E())}function h(){var t=E(),n=c(t);if(v=arguments,m=this,A=t,n){if(void 0===g)return r(A);if(L)return g=setTimeout(l,e),o(A)}return void 0===g&&(g=setTimeout(l,e)),b}var v,m,y,b,g,A,j=0,k=!1,L=!1,T=!0;if("function"!=typeof t)throw new TypeError(a);return e=s(e)||0,i(n)&&(k=!!n.leading,L="maxWait"in n,y=L?w(s(n.maxWait)||0,e):y,T="trailing"in n?!!n.trailing:T),h.cancel=f,h.flush=p,h}function i(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function o(t){return!!t&&"object"==typeof t}function r(t){return"symbol"==typeof t||o(t)&&g.call(t)==c}function s(t){if("number"==typeof t)return t;if(r(t))return u;if(i(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=i(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=t.replace(l,"");var n=f.test(t);return n||p.test(t)?h(t.slice(2),n?2:8):d.test(t)?u:+t}var a="Expected a function",u=NaN,c="[object Symbol]",l=/^\s+|\s+$/g,d=/^[-+]0x[0-9a-f]+$/i,f=/^0b[01]+$/i,p=/^0o[0-7]+$/i,h=parseInt,v="object"==typeof t&&t&&t.Object===Object&&t,m="object"==typeof self&&self&&self.Object===Object&&self,y=v||m||Function("return this")(),b=Object.prototype,g=b.toString,w=Math.max,x=Math.min,E=function(){return y.Date.now()};e.exports=n}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],2:[function(t,e,n){!function(t){"use strict";var e=function(t){if(!t)throw new Error("Politespace requires an element argument.");t.getAttribute&&(this.element=t,this.type=this.element.getAttribute("type"),this.delimiter=this.element.getAttribute("data-delimiter")||" ",this.reverse=null!==this.element.getAttribute("data-reverse"),this.groupLength=this.element.getAttribute("data-grouplength")||3)};e.prototype._divideIntoArray=function(t){for(var e,n,i,o=(""+this.groupLength).split(","),r=1===o.length,s=[],a=0;o.length&&a<t.length;)e=r?o[0]:o.shift()||t.length-a,i=Math.min(parseInt(e,10),t.length-a),n=this.reverse?-1*(i+a):a,s.push(t.substr(n,i)),a+=i;return this.reverse&&s.reverse(),s},e.prototype.format=function(t){var e=this.unformat(t);return this._divideIntoArray(e).join(this.delimiter)},e.prototype.trimMaxlength=function(t){var e=this.element.getAttribute("maxlength");return e&&(t=t.substr(0,e)),t},e.prototype.getValue=function(){return this.trimMaxlength(this.element.value)},e.prototype.update=function(){this.element.value=this.useProxy()?this.getValue():this.format(this.getValue())},e.prototype.unformat=function(t){return t.replace(new RegExp(this.delimiter,"g"),"")},e.prototype.reset=function(){this.element.value=this.unformat(this.element.value)},e.prototype.useProxy=function(){return"number"===this.type},e.prototype.updateProxy=function(){var t;this.useProxy()&&(t=this.element.parentNode.firstChild,t.innerHTML=this.format(this.getValue()),t.style.width=this.element.offsetWidth+"px")},e.prototype.createProxy=function(){function t(t,e){return window.getComputedStyle(t,null).getPropertyValue(e)}function e(e,n){for(var i=0,o=0,r=n.length;o<r;o++)i+=parseFloat(t(e,n[o]));return i}if(this.useProxy()){var n=this.element.parentNode,i=document.createElement("div"),o=document.createElement("div");o.style.font=t(this.element,"font"),o.style.paddingLeft=e(this.element,["padding-left","border-left-width"])+"px",o.style.paddingRight=e(this.element,["padding-right","border-right-width"])+"px",o.style.top=e(this.element,["padding-top","border-top-width","margin-top"])+"px",i.appendChild(o),i.className="politespace-proxy active";var r=n.replaceChild(i,this.element);i.appendChild(r),this.updateProxy()}},t.Politespace=e}(this)},{}],3:[function(t,e,n){function i(t,e){var n="true"===t.getAttribute("aria-expanded");return this.hideAll(),n||this.show(t),!1}function o(t){var e=this;this.root=t;var n=r("button",this.root);n.forEach(function(t){t.attachEvent?t.attachEvent("onclick",i.bind(e,t)):t.addEventListener("click",i.bind(e,t))});var o=this.$("button[aria-expanded=true]")[0];this.hideAll(),void 0!==o&&this.show(o)}var r=t("../utils/select");o.prototype.$=function(t){return r(t,this.root)},o.prototype.hide=function(t){var e=t.getAttribute("aria-controls"),n=this.$("#"+e)[0];return t.setAttribute("aria-expanded",!1),n.setAttribute("aria-hidden",!0),this},o.prototype.show=function(t){var e=t.getAttribute("aria-controls"),n=this.$("#"+e)[0];return t.setAttribute("aria-expanded",!0),n.setAttribute("aria-hidden",!1),this},o.prototype.hideAll=function(){var t=this,e=this.$("ul > li > button, .usa-accordion-button");return e.forEach(function(e){t.hide(e)}),this},e.exports=o},{"../utils/select":23}],4:[function(t,e,n){function i(t){t.preventDefault?t.preventDefault():t.returnValue=!1;var e="true"===t.target.getAttribute("aria-expanded"),n=e?s:a;n(this,"usa-banner-header-expanded")}function o(){var t=r(".usa-banner-header");t.forEach(function(t){var e=i.bind(t);r("[aria-controls]").forEach(function(t){u(t,"click",e)})})}var r=t("../utils/select"),s=t("../utils/add-class"),a=t("../utils/remove-class"),u=t("../utils/dispatch");e.exports=o},{"../utils/add-class":20,"../utils/dispatch":21,"../utils/remove-class":22,"../utils/select":23}],5:[function(t,e,n){function i(t){for(var e=t.parentNode.firstChild,n=[];e;)1==e.nodeType&&e!=t&&n.push(e),e=e.nextSibling;return n}var o=t("../utils/select"),r=t("../utils/add-class"),s=t("../utils/remove-class"),a=t("../utils/dispatch"),u=function(){var t=this.parentNode,e=i(t);s(t,"hidden"),e.forEach(function(t){r(t,"hidden")})},c=[];e.exports=function(){var t=o(".usa-footer-big nav ul"),e=o(".usa-footer-big nav .usa-footer-primary-link");c.length&&(c.forEach(function(t){t.off()}),c=[]),window.innerWidth<600?(t.forEach(function(t){r(t,"hidden")}),e.forEach(function(t){c.push(a(t,"click",u))})):t.forEach(function(t){s(t,"hidden")})}},{"../utils/add-class":20,"../utils/dispatch":21,"../utils/remove-class":22,"../utils/select":23}],6:[function(t,e,n){function i(t,e){t.classList&&t.classList.toggle(e)}function o(t){var e=s(".usa-overlay, .usa-nav"),n=s(".usa-nav-close")[0];return e.forEach(function(t){i(t,"is-visible")}),i(document.body,"usa-mobile_nav-active"),n.focus(),shouldTrigger=!1,!1}function r(){var t=s(".usa-menu-btn, .usa-overlay, .usa-nav-close");t.forEach(function(t){a(t,u,o)})}var s=t("../../utils/select"),a=(t("../../utils/add-class"),t("../../utils/remove-class"),t("../../utils/dispatch")),u="ontouchstart"in document.documentElement?"touchstart":"click";e.exports=r},{"../../utils/add-class":20,"../../utils/dispatch":21,"../../utils/remove-class":22,"../../utils/select":23}],7:[function(t,e,n){function i(t){return a(l)?s():(r(),p=y(document.body,"click touchstart",o)),!1}function o(t){var e=t.target;u(e)||(s(),p.off())}function r(){v(l,"is-visible"),v(d,"is-hidden")}function s(){m(l,"is-visible"),m(d,"is-hidden")}function a(t){var e=new RegExp("(^| )is-visible( |$)","gi");return e.test(t.className)}function u(t){return l&&l.contains(t)||f&&f.contains(t)}function c(){l=h(".js-search-form")[0],d=h(".js-search-button")[0],f=h(".js-search-button-container")[0],d&&l&&y(d,"click touchstart",i)}var l,d,f,p,h=t("../../utils/select"),v=t("../../utils/add-class"),m=t("../../utils/remove-class"),y=t("../../utils/dispatch");e.exports=c},{"../../utils/add-class":20,"../../utils/dispatch":21,"../../utils/remove-class":22,"../../utils/select":23}],8:[function(t,e,n){e.exports=function(t,e){t.forEach(function(t){t.setAttribute("autocapitalize","off"),t.setAttribute("autocorrect","off"),t.setAttribute("type",e?"password":"text")})}},{}],9:[function(t,e,n){function i(t){var e=t.split(" ");return e.map(function(t){return"#"+t}).join(", ")}function o(t){for(;t&&"FORM"!==t.tagName;)t=t.parentNode;return t}var r=t("./toggle-field-mask"),s=t("../utils/select"),a=function(t,e,n){var a=t.getAttribute("aria-controls");if(!a||0===a.trim().length)throw new Error("Did you forget to define selectors in the aria-controls attribute? Check element "+t.outerHTML);var u=i(a),c=o(t);if(!c)throw new Error("toggleFormInput() needs the supplied element to be inside a <form>. Check element "+t.outerHTML);var l=s(u,c),d=!1,f=function(i){i.preventDefault(),r(l,d),t.textContent=d?e:n,d=!d};t.attachEvent?t.attachEvent("onclick",f):t.addEventListener("click",f)};e.exports=a},{"../utils/select":23,"./toggle-field-mask":8}],10:[function(t,e,n){function i(t){if(t.hasAttributes()){for(var e={},n=t.attributes,i=n.length-1;i>=0;i--){var o=n[i].name.match(/data-(.*)/i);if(o&&o[1]){var r=o[1].replace(/-/,"");e[r]=n[i].value}}return e}}var o=t("../utils/select"),r=t("../utils/add-class"),s=t("../utils/remove-class"),a=t("../utils/dispatch");e.exports=function(t){function e(){for(n in d)n.startsWith("validate")&&(u=n.split("validate")[1],c=new RegExp(d[n]),validatorSelector="[data-validator="+u+"]",l=o(validatorSelector,f)[0],c.test(t.value)?r(l,"usa-checklist-checked"):s(l,"usa-checklist-checked"))}var n,u,c,l,d=i(t),f=o(d.validationelement)[0];a(t,"keyup",e)}},{"../utils/add-class":20,"../utils/dispatch":21,"../utils/remove-class":22,"../utils/select":23}],11:[function(t,e,n){var i=t("../utils/select"),o=t("../utils/when-dom-ready"),r=t("../components/accordion");o(function(){var t=i(".usa-accordion, .usa-accordion-bordered");t.forEach(function(t){new r(t)})})},{"../components/accordion":3,"../utils/select":23,"../utils/when-dom-ready":25}],12:[function(t,e,n){var i=t("../utils/when-dom-ready"),o=t("../components/banner");i(function(){o()})},{"../components/banner":4,"../utils/when-dom-ready":25}],13:[function(t,e,n){var i=t("lodash.debounce"),o=t("../utils/when-dom-ready"),r=t("../utils/dispatch"),s=t("../components/footer");o(function(){s(),r(window,"resize",i(s,180))})},{"../components/footer":5,"../utils/dispatch":21,"../utils/when-dom-ready":25,"lodash.debounce":1}],14:[function(t,e,n){var i=t("../utils/when-dom-ready"),o=t("../utils/select"),r=t("../components/validator"),s=t("../components/toggle-form-input");i(function(){var t=o(".usa-show_password")[0],e=o(".usa-show_multipassword")[0],n=o(".js-validate_password")[0];t&&s(t,"Show Password","Hide Password"),e&&s(e,"Show my typing","Hide my typing"),n&&r(n)})},{"../components/toggle-form-input":9,"../components/validator":10,"../utils/select":23,"../utils/when-dom-ready":25}],15:[function(t,e,n){var i=t("../utils/when-dom-ready"),o=t("../components/header/search"),r=t("../components/header/mobile");i(function(){o(),r()})},{"../components/header/mobile":6,"../components/header/search":7,"../utils/when-dom-ready":25}],16:[function(t,e,n){var i=t("../utils/verify-jquery");if(i(window)){var o=window.jQuery,r=t("../../../node_modules/politespace/src/politespace").Politespace,s="politespace";o.fn[s]=function(){return this.each(function(){var t=new r(this);"number"===t.type&&t.createProxy(),o(this).bind("input keydown",function(){t.updateProxy()}).bind("blur",function(){o(this).closest(".politespace-proxy").addClass("active"),t.update(),t.updateProxy()}).bind("focus",function(){o(this).closest(".politespace-proxy").removeClass("active"),t.reset()}).data(s,t),t.update()})},o(function(){o("[data-"+s+"]").politespace()})}},{"../../../node_modules/politespace/src/politespace":2,"../utils/verify-jquery":24}],17:[function(t,e,n){Array.prototype.forEach||(Array.prototype.forEach=function(t,e){var n,i;if(null===this)throw new TypeError(" this is null or not defined");var o=Object(this),r=o.length>>>0;if("function"!=typeof t)throw new TypeError(t+" is not a function");for(arguments.length>1&&(n=e),i=0;i<r;){var s;i in o&&(s=o[i],t.call(n,s,i,o)),i++}}),Function.prototype.bind||(Function.prototype.bind=function(t){if("function"!=typeof this)throw new TypeError("Function.prototype.bind - what is trying to be bound is not callable");var e=Array.prototype.slice.call(arguments,1),n=this,i=function(){},o=function(){return n.apply(this instanceof i?this:t,e.concat(Array.prototype.slice.call(arguments)))};return this.prototype&&(i.prototype=this.prototype),o.prototype=new i,o})},{}],18:[function(t,e,n){var i=t("../utils/dispatch"),o=t("../utils/select"),r=t("../utils/when-dom-ready");r(function(){var t=o(".skipnav")[0],e=o("#main-content")[0];t&&i(t,"click",function(){e.setAttribute("tabindex","0")}),e&&i(e,"blur",function(){e.setAttribute("tabindex","-1")})})},{"../utils/dispatch":21,"../utils/select":23,"../utils/when-dom-ready":25}],19:[function(t,e,n){"use strict";t("./initializers/polyfills"),t("./initializers/header"),t("./initializers/accordions"),t("./initializers/footer"),t("./initializers/skip-nav"),t("./initializers/forms"),t("./initializers/politespace"),t("./initializers/banner")},{"./initializers/accordions":11,"./initializers/banner":12,"./initializers/footer":13,"./initializers/forms":14,"./initializers/header":15,"./initializers/politespace":16,"./initializers/polyfills":17,"./initializers/skip-nav":18}],20:[function(t,e,n){e.exports=function(t,e){t.classList?t.classList.add(e):t.className+=" "+e}},{}],21:[function(t,e,n){e.exports=function(t,e,n,i){var o=e.split(/\s+/),r=function(t,e,n){t.attachEvent&&t.attachEvent("on"+e,n,i),t.addEventListener&&t.addEventListener(e,n,i)},s=function(t,e){var n;"createEvent"in document?(n=document.createEvent("HTMLEvents"),n.initEvent(e,!1,!0),t.dispatchEvent(n)):(n=document.createEventObject(),n.eventType=e,t.fireEvent("on"+t.eventType,n))},a=function(t,e,n){t.detachEvent&&t.detachEvent("on"+e,n,i),t.removeEventListener&&t.removeEventListener(e,n,i)};return o.forEach(function(e){r.call(null,t,e,n)}),{trigger:function(){s.call(null,t,o[0])},off:function(){o.forEach(function(e){a.call(null,t,e,n)})}}}},{}],22:[function(t,e,n){e.exports=function(t,e){var n=t.classList;if(void 0!==n)n.remove(e);else{n=t.className.split(/\s+/);var i=[];n.forEach(function(t){t!==e&&i.push(t)}),t.className=i.join(" ")}}},{}],23:[function(t,e,n){function i(t){return!!t&&"object"==typeof t&&1===t.nodeType}e.exports=function(t,e){if("string"!=typeof t)return[];void 0!==e&&i(e)||(e=window.document);var n=e.querySelectorAll(t);return Array.prototype.slice.call(n)}},{}],24:[function(t,e,n){e.exports=function(t){return t=t||window,!!(t.jQuery&&t.jQuery.fn&&t.jQuery.fn.jquery)}},{}],25:[function(t,e,n){function i(t){return"function"==typeof t}e.exports=function(t){"loading"!==document.readyState?i(t)&&t():document.addEventListener?document.addEventListener("DOMContentLoaded",t):document.attachEvent("onreadystatechange",function(){"complete"===document.readyState&&i(t)&&t()})}},{}]},{},[19]);
File without changes
@@ -0,0 +1,4337 @@
1
+ html {
2
+ box-sizing: border-box;
3
+ }
4
+
5
+ *, *::after, *::before {
6
+ box-sizing: inherit;
7
+ }
8
+
9
+ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
10
+ /**
11
+ * 1. Set default font family to sans-serif.
12
+ * 2. Prevent iOS and IE text size adjust after device orientation change,
13
+ * without disabling user zoom.
14
+ */
15
+ html {
16
+ font-family: sans-serif;
17
+ /* 1 */
18
+ -ms-text-size-adjust: 100%;
19
+ /* 2 */
20
+ -webkit-text-size-adjust: 100%;
21
+ /* 2 */
22
+ }
23
+
24
+ /**
25
+ * Remove default margin.
26
+ */
27
+ body {
28
+ margin: 0;
29
+ }
30
+
31
+ /* HTML5 display definitions
32
+ ========================================================================== */
33
+ /**
34
+ * Correct `block` display not defined for any HTML5 element in IE 8/9.
35
+ * Correct `block` display not defined for `details` or `summary` in IE 10/11
36
+ * and Firefox.
37
+ * Correct `block` display not defined for `main` in IE 11.
38
+ */
39
+ article,
40
+ aside,
41
+ details,
42
+ figcaption,
43
+ figure,
44
+ footer,
45
+ header,
46
+ hgroup,
47
+ main,
48
+ menu,
49
+ nav,
50
+ section,
51
+ summary {
52
+ display: block;
53
+ }
54
+
55
+ /**
56
+ * 1. Correct `inline-block` display not defined in IE 8/9.
57
+ * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
58
+ */
59
+ audio,
60
+ canvas,
61
+ progress,
62
+ video {
63
+ display: inline-block;
64
+ /* 1 */
65
+ vertical-align: baseline;
66
+ /* 2 */
67
+ }
68
+
69
+ /**
70
+ * Prevent modern browsers from displaying `audio` without controls.
71
+ * Remove excess height in iOS 5 devices.
72
+ */
73
+ audio:not([controls]) {
74
+ display: none;
75
+ height: 0;
76
+ }
77
+
78
+ /**
79
+ * Address `[hidden]` styling not present in IE 8/9/10.
80
+ * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
81
+ */
82
+ [hidden],
83
+ template {
84
+ display: none;
85
+ }
86
+
87
+ /* Links
88
+ ========================================================================== */
89
+ /**
90
+ * Remove the gray background color from active links in IE 10.
91
+ */
92
+ a {
93
+ background-color: transparent;
94
+ }
95
+
96
+ /**
97
+ * Improve readability of focused elements when they are also in an
98
+ * active/hover state.
99
+ */
100
+ a:active,
101
+ a:hover {
102
+ outline: 0;
103
+ }
104
+
105
+ /* Text-level semantics
106
+ ========================================================================== */
107
+ /**
108
+ * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
109
+ */
110
+ abbr[title] {
111
+ border-bottom: 1px dotted;
112
+ }
113
+
114
+ /**
115
+ * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
116
+ */
117
+ b,
118
+ strong {
119
+ font-weight: bold;
120
+ }
121
+
122
+ /**
123
+ * Address styling not present in Safari and Chrome.
124
+ */
125
+ dfn {
126
+ font-style: italic;
127
+ }
128
+
129
+ /**
130
+ * Address variable `h1` font-size and margin within `section` and `article`
131
+ * contexts in Firefox 4+, Safari, and Chrome.
132
+ */
133
+ h1 {
134
+ font-size: 2em;
135
+ margin: 0.67em 0;
136
+ }
137
+
138
+ /**
139
+ * Address styling not present in IE 8/9.
140
+ */
141
+ mark {
142
+ background: #ff0;
143
+ color: #000;
144
+ }
145
+
146
+ /**
147
+ * Address inconsistent and variable font size in all browsers.
148
+ */
149
+ small {
150
+ font-size: 80%;
151
+ }
152
+
153
+ /**
154
+ * Prevent `sub` and `sup` affecting `line-height` in all browsers.
155
+ */
156
+ sub,
157
+ sup {
158
+ font-size: 75%;
159
+ line-height: 0;
160
+ position: relative;
161
+ vertical-align: baseline;
162
+ }
163
+
164
+ sup {
165
+ top: -0.5em;
166
+ }
167
+
168
+ sub {
169
+ bottom: -0.25em;
170
+ }
171
+
172
+ /* Embedded content
173
+ ========================================================================== */
174
+ /**
175
+ * Remove border when inside `a` element in IE 8/9/10.
176
+ */
177
+ img {
178
+ border: 0;
179
+ }
180
+
181
+ /**
182
+ * Correct overflow not hidden in IE 9/10/11.
183
+ */
184
+ svg:not(:root) {
185
+ overflow: hidden;
186
+ }
187
+
188
+ /* Grouping content
189
+ ========================================================================== */
190
+ /**
191
+ * Address margin not present in IE 8/9 and Safari.
192
+ */
193
+ figure {
194
+ margin: 1em 40px;
195
+ }
196
+
197
+ /**
198
+ * Address differences between Firefox and other browsers.
199
+ */
200
+ hr {
201
+ box-sizing: content-box;
202
+ height: 0;
203
+ }
204
+
205
+ /**
206
+ * Contain overflow in all browsers.
207
+ */
208
+ pre {
209
+ overflow: auto;
210
+ }
211
+
212
+ /**
213
+ * Address odd `em`-unit font size rendering in all browsers.
214
+ */
215
+ code,
216
+ kbd,
217
+ pre,
218
+ samp {
219
+ font-family: monospace, monospace;
220
+ font-size: 1em;
221
+ }
222
+
223
+ /* Forms
224
+ ========================================================================== */
225
+ /**
226
+ * Known limitation: by default, Chrome and Safari on OS X allow very limited
227
+ * styling of `select`, unless a `border` property is set.
228
+ */
229
+ /**
230
+ * 1. Correct color not being inherited.
231
+ * Known issue: affects color of disabled elements.
232
+ * 2. Correct font properties not being inherited.
233
+ * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
234
+ */
235
+ button,
236
+ input,
237
+ optgroup,
238
+ select,
239
+ textarea {
240
+ color: inherit;
241
+ /* 1 */
242
+ font: inherit;
243
+ /* 2 */
244
+ margin: 0;
245
+ /* 3 */
246
+ }
247
+
248
+ /**
249
+ * Address `overflow` set to `hidden` in IE 8/9/10/11.
250
+ */
251
+ button {
252
+ overflow: visible;
253
+ }
254
+
255
+ /**
256
+ * Address inconsistent `text-transform` inheritance for `button` and `select`.
257
+ * All other form control elements do not inherit `text-transform` values.
258
+ * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
259
+ * Correct `select` style inheritance in Firefox.
260
+ */
261
+ button,
262
+ select {
263
+ text-transform: none;
264
+ }
265
+
266
+ /**
267
+ * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
268
+ * and `video` controls.
269
+ * 2. Correct inability to style clickable `input` types in iOS.
270
+ * 3. Improve usability and consistency of cursor style between image-type
271
+ * `input` and others.
272
+ */
273
+ button,
274
+ html input[type="button"],
275
+ input[type="reset"],
276
+ input[type="submit"] {
277
+ -webkit-appearance: button;
278
+ /* 2 */
279
+ cursor: pointer;
280
+ /* 3 */
281
+ }
282
+
283
+ /**
284
+ * Re-set default cursor for disabled elements.
285
+ */
286
+ button[disabled],
287
+ html input[disabled] {
288
+ cursor: default;
289
+ }
290
+
291
+ /**
292
+ * Remove inner padding and border in Firefox 4+.
293
+ */
294
+ button::-moz-focus-inner,
295
+ input::-moz-focus-inner {
296
+ border: 0;
297
+ padding: 0;
298
+ }
299
+
300
+ /**
301
+ * Address Firefox 4+ setting `line-height` on `input` using `!important` in
302
+ * the UA stylesheet.
303
+ */
304
+ input {
305
+ line-height: normal;
306
+ }
307
+
308
+ /**
309
+ * It's recommended that you don't attempt to style these elements.
310
+ * Firefox's implementation doesn't respect box-sizing, padding, or width.
311
+ *
312
+ * 1. Address box sizing set to `content-box` in IE 8/9/10.
313
+ * 2. Remove excess padding in IE 8/9/10.
314
+ */
315
+ input[type="checkbox"],
316
+ input[type="radio"] {
317
+ box-sizing: border-box;
318
+ /* 1 */
319
+ padding: 0;
320
+ /* 2 */
321
+ }
322
+
323
+ /**
324
+ * Fix the cursor style for Chrome's increment/decrement buttons. For certain
325
+ * `font-size` values of the `input`, it causes the cursor style of the
326
+ * decrement button to change from `default` to `text`.
327
+ */
328
+ input[type="number"]::-webkit-inner-spin-button,
329
+ input[type="number"]::-webkit-outer-spin-button {
330
+ height: auto;
331
+ }
332
+
333
+ /**
334
+ * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
335
+ * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
336
+ */
337
+ input[type="search"] {
338
+ -webkit-appearance: textfield;
339
+ /* 1 */
340
+ box-sizing: content-box;
341
+ /* 2 */
342
+ }
343
+
344
+ /**
345
+ * Remove inner padding and search cancel button in Safari and Chrome on OS X.
346
+ * Safari (but not Chrome) clips the cancel button when the search input has
347
+ * padding (and `textfield` appearance).
348
+ */
349
+ input[type="search"]::-webkit-search-cancel-button,
350
+ input[type="search"]::-webkit-search-decoration {
351
+ -webkit-appearance: none;
352
+ }
353
+
354
+ /**
355
+ * Define consistent border, margin, and padding.
356
+ */
357
+ fieldset {
358
+ border: 1px solid #c0c0c0;
359
+ margin: 0 2px;
360
+ padding: 0.35em 0.625em 0.75em;
361
+ }
362
+
363
+ /**
364
+ * 1. Correct `color` not being inherited in IE 8/9/10/11.
365
+ * 2. Remove padding so people aren't caught out if they zero out fieldsets.
366
+ */
367
+ legend {
368
+ border: 0;
369
+ /* 1 */
370
+ padding: 0;
371
+ /* 2 */
372
+ }
373
+
374
+ /**
375
+ * Remove default vertical scrollbar in IE 8/9/10/11.
376
+ */
377
+ textarea {
378
+ overflow: auto;
379
+ }
380
+
381
+ /**
382
+ * Don't inherit the `font-weight` (applied by a rule above).
383
+ * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
384
+ */
385
+ optgroup {
386
+ font-weight: bold;
387
+ }
388
+
389
+ /* Tables
390
+ ========================================================================== */
391
+ /**
392
+ * Remove most spacing between table cells.
393
+ */
394
+ table {
395
+ border-collapse: collapse;
396
+ border-spacing: 0;
397
+ }
398
+
399
+ td,
400
+ th {
401
+ padding: 0;
402
+ }
403
+
404
+ @font-face {
405
+ font-family: "Source Sans Pro";
406
+ font-style: normal;
407
+ font-weight: 300;
408
+ src: font-url("sourcesanspro-light-webfont.eot?#iefix") format("embedded-opentype"), font-url("sourcesanspro-light-webfont.woff2") format("woff2"), font-url("sourcesanspro-light-webfont.woff") format("woff"), font-url("sourcesanspro-light-webfont.ttf") format("truetype");
409
+ }
410
+
411
+ @font-face {
412
+ font-family: "Source Sans Pro";
413
+ font-style: normal;
414
+ font-weight: 400;
415
+ src: font-url("sourcesanspro-regular-webfont.eot?#iefix") format("embedded-opentype"), font-url("sourcesanspro-regular-webfont.woff2") format("woff2"), font-url("sourcesanspro-regular-webfont.woff") format("woff"), font-url("sourcesanspro-regular-webfont.ttf") format("truetype");
416
+ }
417
+
418
+ @font-face {
419
+ font-family: "Source Sans Pro";
420
+ font-style: italic;
421
+ font-weight: 400;
422
+ src: font-url("sourcesanspro-italic-webfont.eot?#iefix") format("embedded-opentype"), font-url("sourcesanspro-italic-webfont.woff2") format("woff2"), font-url("sourcesanspro-italic-webfont.woff") format("woff"), font-url("sourcesanspro-italic-webfont.ttf") format("truetype");
423
+ }
424
+
425
+ @font-face {
426
+ font-family: "Source Sans Pro";
427
+ font-style: normal;
428
+ font-weight: 700;
429
+ src: font-url("sourcesanspro-bold-webfont.eot?#iefix") format("embedded-opentype"), font-url("sourcesanspro-bold-webfont.woff2") format("woff2"), font-url("sourcesanspro-bold-webfont.woff") format("woff"), font-url("sourcesanspro-bold-webfont.ttf") format("truetype");
430
+ }
431
+
432
+ @font-face {
433
+ font-family: "Merriweather";
434
+ font-style: normal;
435
+ font-weight: 300;
436
+ src: font-url("merriweather-light-webfont.eot?#iefix") format("embedded-opentype"), font-url("merriweather-light-webfont.woff2") format("woff2"), font-url("merriweather-light-webfont.woff") format("woff"), font-url("merriweather-light-webfont.ttf") format("truetype");
437
+ }
438
+
439
+ @font-face {
440
+ font-family: "Merriweather";
441
+ font-style: normal;
442
+ font-weight: 400;
443
+ src: font-url("merriweather-regular-webfont.eot?#iefix") format("embedded-opentype"), font-url("merriweather-regular-webfont.woff2") format("woff2"), font-url("merriweather-regular-webfont.woff") format("woff"), font-url("merriweather-regular-webfont.ttf") format("truetype");
444
+ }
445
+
446
+ @font-face {
447
+ font-family: "Merriweather";
448
+ font-style: italic;
449
+ font-weight: 400;
450
+ src: font-url("merriweather-italic-webfont.eot?#iefix") format("embedded-opentype"), font-url("merriweather-italic-webfont.woff2") format("woff2"), font-url("merriweather-italic-webfont.woff") format("woff"), font-url("merriweather-italic-webfont.ttf") format("truetype");
451
+ }
452
+
453
+ @font-face {
454
+ font-family: "Merriweather";
455
+ font-style: normal;
456
+ font-weight: 700;
457
+ src: font-url("merriweather-bold-webfont.eot?#iefix") format("embedded-opentype"), font-url("merriweather-bold-webfont.woff2") format("woff2"), font-url("merriweather-bold-webfont.woff") format("woff"), font-url("merriweather-bold-webfont.ttf") format("truetype");
458
+ }
459
+
460
+ html {
461
+ box-sizing: border-box;
462
+ }
463
+
464
+ *,
465
+ *::before,
466
+ *::after {
467
+ box-sizing: inherit;
468
+ }
469
+
470
+ body {
471
+ background-color: #ffffff;
472
+ overflow-x: hidden;
473
+ }
474
+
475
+ .lt-ie9 * {
476
+ -webkit-filter: none !important;
477
+ filter: none !important;
478
+ }
479
+
480
+ .usa-grid,
481
+ .usa-grid-full {
482
+ max-width: 1200px;
483
+ margin-left: auto;
484
+ margin-right: auto;
485
+ max-width: 1040px;
486
+ }
487
+
488
+ .usa-grid::after,
489
+ .usa-grid-full::after {
490
+ clear: both;
491
+ content: "";
492
+ display: block;
493
+ }
494
+
495
+ .usa-grid {
496
+ padding-right: 1.5rem;
497
+ padding-left: 1.5rem;
498
+ }
499
+
500
+ @media screen and (min-width: 600px) {
501
+ .usa-grid {
502
+ padding-right: 3rem;
503
+ padding-left: 3rem;
504
+ }
505
+ }
506
+
507
+ .usa-grid-full {
508
+ padding: 0;
509
+ }
510
+
511
+ @media screen and (min-width: 600px) {
512
+ .usa-width-one-whole {
513
+ float: left;
514
+ display: block;
515
+ margin-right: 4.82916%;
516
+ width: 100%;
517
+ }
518
+ .usa-width-one-whole:last-child {
519
+ margin-right: 0;
520
+ }
521
+ .usa-width-one-half {
522
+ float: left;
523
+ display: block;
524
+ margin-right: 4.82916%;
525
+ width: 47.58542%;
526
+ }
527
+ .usa-width-one-half:last-child {
528
+ margin-right: 0;
529
+ }
530
+ .usa-width-one-third {
531
+ float: left;
532
+ display: block;
533
+ margin-right: 4.82916%;
534
+ width: 30.11389%;
535
+ }
536
+ .usa-width-one-third:last-child {
537
+ margin-right: 0;
538
+ }
539
+ .usa-width-two-thirds {
540
+ float: left;
541
+ display: block;
542
+ margin-right: 4.82916%;
543
+ width: 65.05695%;
544
+ }
545
+ .usa-width-two-thirds:last-child {
546
+ margin-right: 0;
547
+ }
548
+ .usa-width-one-fourth {
549
+ float: left;
550
+ display: block;
551
+ margin-right: 4.82916%;
552
+ width: 47.58542%;
553
+ }
554
+ .usa-width-one-fourth:last-child {
555
+ margin-right: 0;
556
+ }
557
+ .usa-width-one-fourth:nth-child(2n) {
558
+ margin-right: 0;
559
+ }
560
+ .usa-width-three-fourths {
561
+ float: left;
562
+ display: block;
563
+ margin-right: 4.82916%;
564
+ width: 100%;
565
+ }
566
+ .usa-width-three-fourths:last-child {
567
+ margin-right: 0;
568
+ }
569
+ .usa-width-one-sixth {
570
+ float: left;
571
+ display: block;
572
+ margin-right: 4.82916%;
573
+ width: 30.11389%;
574
+ }
575
+ .usa-width-one-sixth:last-child {
576
+ margin-right: 0;
577
+ }
578
+ .usa-width-one-sixth:nth-child(3n) {
579
+ margin-right: 0;
580
+ }
581
+ .usa-width-five-sixths {
582
+ float: left;
583
+ display: block;
584
+ margin-right: 4.82916%;
585
+ width: 65.05695%;
586
+ }
587
+ .usa-width-five-sixths:last-child {
588
+ margin-right: 0;
589
+ }
590
+ .usa-width-one-twelfth {
591
+ float: left;
592
+ display: block;
593
+ margin-right: 4.82916%;
594
+ width: 30.11389%;
595
+ }
596
+ .usa-width-one-twelfth:last-child {
597
+ margin-right: 0;
598
+ }
599
+ .usa-width-one-twelfth:nth-child(3n) {
600
+ margin-right: 0;
601
+ }
602
+ .usa-width-five-twelfths {
603
+ float: left;
604
+ display: block;
605
+ margin-right: 4.82916%;
606
+ width: 30.11389%;
607
+ }
608
+ .usa-width-five-twelfths:last-child {
609
+ margin-right: 0;
610
+ }
611
+ .usa-width-seven-twelfths {
612
+ float: left;
613
+ display: block;
614
+ margin-right: 4.82916%;
615
+ width: 65.05695%;
616
+ }
617
+ .usa-width-seven-twelfths:last-child {
618
+ margin-right: 0;
619
+ }
620
+ }
621
+
622
+ @media screen and (min-width: 1201px) {
623
+ .usa-width-one-whole {
624
+ float: left;
625
+ display: block;
626
+ margin-right: 2.35765%;
627
+ width: 100%;
628
+ }
629
+ .usa-width-one-whole:last-child {
630
+ margin-right: 0;
631
+ }
632
+ .usa-width-one-half {
633
+ float: left;
634
+ display: block;
635
+ margin-right: 2.35765%;
636
+ width: 48.82117%;
637
+ }
638
+ .usa-width-one-half:last-child {
639
+ margin-right: 0;
640
+ }
641
+ .usa-width-one-third {
642
+ float: left;
643
+ display: block;
644
+ margin-right: 2.35765%;
645
+ width: 31.76157%;
646
+ }
647
+ .usa-width-one-third:last-child {
648
+ margin-right: 0;
649
+ }
650
+ .usa-width-two-thirds {
651
+ float: left;
652
+ display: block;
653
+ margin-right: 2.35765%;
654
+ width: 65.88078%;
655
+ }
656
+ .usa-width-two-thirds:last-child {
657
+ margin-right: 0;
658
+ }
659
+ .usa-width-one-fourth {
660
+ float: left;
661
+ display: block;
662
+ margin-right: 2.35765%;
663
+ width: 23.23176%;
664
+ }
665
+ .usa-width-one-fourth:last-child {
666
+ margin-right: 0;
667
+ }
668
+ .usa-width-one-fourth:nth-child(2n) {
669
+ float: left;
670
+ display: block;
671
+ margin-right: 2.35765%;
672
+ width: 23.23176%;
673
+ }
674
+ .usa-width-one-fourth:nth-child(2n):last-child {
675
+ margin-right: 0;
676
+ }
677
+ .usa-width-one-fourth:nth-child(4n) {
678
+ margin-right: 0;
679
+ }
680
+ .usa-width-three-fourths {
681
+ float: left;
682
+ display: block;
683
+ margin-right: 2.35765%;
684
+ width: 74.41059%;
685
+ }
686
+ .usa-width-three-fourths:last-child {
687
+ margin-right: 0;
688
+ }
689
+ .usa-width-one-sixth {
690
+ float: left;
691
+ display: block;
692
+ margin-right: 2.35765%;
693
+ width: 14.70196%;
694
+ }
695
+ .usa-width-one-sixth:last-child {
696
+ margin-right: 0;
697
+ }
698
+ .usa-width-one-sixth:nth-child(3n) {
699
+ float: left;
700
+ display: block;
701
+ margin-right: 2.35765%;
702
+ width: 14.70196%;
703
+ }
704
+ .usa-width-one-sixth:nth-child(3n):last-child {
705
+ margin-right: 0;
706
+ }
707
+ .usa-width-one-sixth:nth-child(6n) {
708
+ margin-right: 0;
709
+ }
710
+ .usa-width-five-sixths {
711
+ float: left;
712
+ display: block;
713
+ margin-right: 2.35765%;
714
+ width: 82.94039%;
715
+ }
716
+ .usa-width-five-sixths:last-child {
717
+ margin-right: 0;
718
+ }
719
+ .usa-width-one-twelfth {
720
+ float: left;
721
+ display: block;
722
+ margin-right: 2.35765%;
723
+ width: 6.17215%;
724
+ }
725
+ .usa-width-one-twelfth:last-child {
726
+ margin-right: 0;
727
+ }
728
+ .usa-width-one-twelfth:nth-child(3n) {
729
+ float: left;
730
+ display: block;
731
+ margin-right: 2.35765%;
732
+ width: 6.17215%;
733
+ }
734
+ .usa-width-one-twelfth:nth-child(3n):last-child {
735
+ margin-right: 0;
736
+ }
737
+ .usa-width-one-twelfth:nth-child(12n) {
738
+ margin-right: 0;
739
+ }
740
+ .usa-width-five-twelfths {
741
+ float: left;
742
+ display: block;
743
+ margin-right: 2.35765%;
744
+ width: 40.29137%;
745
+ }
746
+ .usa-width-five-twelfths:last-child {
747
+ margin-right: 0;
748
+ }
749
+ .usa-width-seven-twelfths {
750
+ float: left;
751
+ display: block;
752
+ margin-right: 2.35765%;
753
+ width: 57.35098%;
754
+ }
755
+ .usa-width-seven-twelfths:last-child {
756
+ margin-right: 0;
757
+ }
758
+ }
759
+
760
+ .usa-end-row {
761
+ margin-right: 0;
762
+ }
763
+
764
+ .usa-sr-only {
765
+ position: absolute;
766
+ left: -999em;
767
+ }
768
+
769
+ .usa-button,
770
+ .usa-button-primary,
771
+ .usa-button:visited,
772
+ .usa-button-primary:visited,
773
+ button,
774
+ [type="button"],
775
+ [type="submit"],
776
+ [type="reset"],
777
+ [type="image"] {
778
+ -moz-osx-font-smoothing: grayscale;
779
+ -webkit-font-smoothing: antialiased;
780
+ margin-top: 0.5em;
781
+ margin-right: 0.5em;
782
+ margin-bottom: 0.5em;
783
+ -webkit-appearance: none;
784
+ -moz-appearance: none;
785
+ appearance: none;
786
+ background-color: #0071bc;
787
+ border: 0;
788
+ border-radius: 0.3rem;
789
+ color: #ffffff;
790
+ cursor: pointer;
791
+ display: inline-block;
792
+ font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
793
+ font-size: 1.7rem;
794
+ font-weight: 700;
795
+ line-height: 1;
796
+ outline: none;
797
+ padding: 1rem 2rem;
798
+ text-align: center;
799
+ text-decoration: none;
800
+ width: 100%;
801
+ }
802
+
803
+ @media screen and (min-width: 481px) {
804
+ .usa-button,
805
+ .usa-button-primary,
806
+ .usa-button:visited,
807
+ .usa-button-primary:visited,
808
+ button,
809
+ [type="button"],
810
+ [type="submit"],
811
+ [type="reset"],
812
+ [type="image"] {
813
+ width: auto;
814
+ }
815
+ }
816
+
817
+ .usa-button:hover, .usa-button.usa-button-hover,
818
+ .usa-button-primary:hover,
819
+ .usa-button-primary.usa-button-hover,
820
+ .usa-button:visited:hover,
821
+ .usa-button:visited.usa-button-hover,
822
+ .usa-button-primary:visited:hover,
823
+ .usa-button-primary:visited.usa-button-hover,
824
+ button:hover,
825
+ button.usa-button-hover,
826
+ [type="button"]:hover,
827
+ [type="button"].usa-button-hover,
828
+ [type="submit"]:hover,
829
+ [type="submit"].usa-button-hover,
830
+ [type="reset"]:hover,
831
+ [type="reset"].usa-button-hover,
832
+ [type="image"]:hover,
833
+ [type="image"].usa-button-hover {
834
+ background-color: #205493;
835
+ border-bottom: 0;
836
+ color: #ffffff;
837
+ text-decoration: none;
838
+ }
839
+
840
+ .usa-button:focus, .usa-button.usa-button-focus,
841
+ .usa-button-primary:focus,
842
+ .usa-button-primary.usa-button-focus,
843
+ .usa-button:visited:focus,
844
+ .usa-button:visited.usa-button-focus,
845
+ .usa-button-primary:visited:focus,
846
+ .usa-button-primary:visited.usa-button-focus,
847
+ button:focus,
848
+ button.usa-button-focus,
849
+ [type="button"]:focus,
850
+ [type="button"].usa-button-focus,
851
+ [type="submit"]:focus,
852
+ [type="submit"].usa-button-focus,
853
+ [type="reset"]:focus,
854
+ [type="reset"].usa-button-focus,
855
+ [type="image"]:focus,
856
+ [type="image"].usa-button-focus {
857
+ box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
858
+ }
859
+
860
+ .usa-button:active, .usa-button.usa-button-active,
861
+ .usa-button-primary:active,
862
+ .usa-button-primary.usa-button-active,
863
+ .usa-button:visited:active,
864
+ .usa-button:visited.usa-button-active,
865
+ .usa-button-primary:visited:active,
866
+ .usa-button-primary:visited.usa-button-active,
867
+ button:active,
868
+ button.usa-button-active,
869
+ [type="button"]:active,
870
+ [type="button"].usa-button-active,
871
+ [type="submit"]:active,
872
+ [type="submit"].usa-button-active,
873
+ [type="reset"]:active,
874
+ [type="reset"].usa-button-active,
875
+ [type="image"]:active,
876
+ [type="image"].usa-button-active {
877
+ background-color: #112e51;
878
+ }
879
+
880
+ .usa-button.usa-button-primary-alt,
881
+ .usa-button-primary.usa-button-primary-alt,
882
+ .usa-button:visited.usa-button-primary-alt,
883
+ .usa-button-primary:visited.usa-button-primary-alt,
884
+ button.usa-button-primary-alt,
885
+ [type="button"].usa-button-primary-alt,
886
+ [type="submit"].usa-button-primary-alt,
887
+ [type="reset"].usa-button-primary-alt,
888
+ [type="image"].usa-button-primary-alt {
889
+ background-color: #02bfe7;
890
+ color: #212121;
891
+ }
892
+
893
+ .usa-button.usa-button-primary-alt:hover, .usa-button.usa-button-primary-alt.usa-button-hover,
894
+ .usa-button-primary.usa-button-primary-alt:hover,
895
+ .usa-button-primary.usa-button-primary-alt.usa-button-hover,
896
+ .usa-button:visited.usa-button-primary-alt:hover,
897
+ .usa-button:visited.usa-button-primary-alt.usa-button-hover,
898
+ .usa-button-primary:visited.usa-button-primary-alt:hover,
899
+ .usa-button-primary:visited.usa-button-primary-alt.usa-button-hover,
900
+ button.usa-button-primary-alt:hover,
901
+ button.usa-button-primary-alt.usa-button-hover,
902
+ [type="button"].usa-button-primary-alt:hover,
903
+ [type="button"].usa-button-primary-alt.usa-button-hover,
904
+ [type="submit"].usa-button-primary-alt:hover,
905
+ [type="submit"].usa-button-primary-alt.usa-button-hover,
906
+ [type="reset"].usa-button-primary-alt:hover,
907
+ [type="reset"].usa-button-primary-alt.usa-button-hover,
908
+ [type="image"].usa-button-primary-alt:hover,
909
+ [type="image"].usa-button-primary-alt.usa-button-hover {
910
+ background-color: #00a6d2;
911
+ }
912
+
913
+ .usa-button.usa-button-primary-alt:active, .usa-button.usa-button-primary-alt.usa-button-active,
914
+ .usa-button-primary.usa-button-primary-alt:active,
915
+ .usa-button-primary.usa-button-primary-alt.usa-button-active,
916
+ .usa-button:visited.usa-button-primary-alt:active,
917
+ .usa-button:visited.usa-button-primary-alt.usa-button-active,
918
+ .usa-button-primary:visited.usa-button-primary-alt:active,
919
+ .usa-button-primary:visited.usa-button-primary-alt.usa-button-active,
920
+ button.usa-button-primary-alt:active,
921
+ button.usa-button-primary-alt.usa-button-active,
922
+ [type="button"].usa-button-primary-alt:active,
923
+ [type="button"].usa-button-primary-alt.usa-button-active,
924
+ [type="submit"].usa-button-primary-alt:active,
925
+ [type="submit"].usa-button-primary-alt.usa-button-active,
926
+ [type="reset"].usa-button-primary-alt:active,
927
+ [type="reset"].usa-button-primary-alt.usa-button-active,
928
+ [type="image"].usa-button-primary-alt:active,
929
+ [type="image"].usa-button-primary-alt.usa-button-active {
930
+ background-color: #046b99;
931
+ color: #ffffff;
932
+ }
933
+
934
+ .usa-button.usa-button-secondary,
935
+ .usa-button-primary.usa-button-secondary,
936
+ .usa-button:visited.usa-button-secondary,
937
+ .usa-button-primary:visited.usa-button-secondary,
938
+ button.usa-button-secondary,
939
+ [type="button"].usa-button-secondary,
940
+ [type="submit"].usa-button-secondary,
941
+ [type="reset"].usa-button-secondary,
942
+ [type="image"].usa-button-secondary {
943
+ background-color: #e31c3d;
944
+ }
945
+
946
+ .usa-button.usa-button-secondary:hover, .usa-button.usa-button-secondary.usa-button-hover,
947
+ .usa-button-primary.usa-button-secondary:hover,
948
+ .usa-button-primary.usa-button-secondary.usa-button-hover,
949
+ .usa-button:visited.usa-button-secondary:hover,
950
+ .usa-button:visited.usa-button-secondary.usa-button-hover,
951
+ .usa-button-primary:visited.usa-button-secondary:hover,
952
+ .usa-button-primary:visited.usa-button-secondary.usa-button-hover,
953
+ button.usa-button-secondary:hover,
954
+ button.usa-button-secondary.usa-button-hover,
955
+ [type="button"].usa-button-secondary:hover,
956
+ [type="button"].usa-button-secondary.usa-button-hover,
957
+ [type="submit"].usa-button-secondary:hover,
958
+ [type="submit"].usa-button-secondary.usa-button-hover,
959
+ [type="reset"].usa-button-secondary:hover,
960
+ [type="reset"].usa-button-secondary.usa-button-hover,
961
+ [type="image"].usa-button-secondary:hover,
962
+ [type="image"].usa-button-secondary.usa-button-hover {
963
+ background-color: #cd2026;
964
+ }
965
+
966
+ .usa-button.usa-button-secondary:active, .usa-button.usa-button-secondary.usa-button-active,
967
+ .usa-button-primary.usa-button-secondary:active,
968
+ .usa-button-primary.usa-button-secondary.usa-button-active,
969
+ .usa-button:visited.usa-button-secondary:active,
970
+ .usa-button:visited.usa-button-secondary.usa-button-active,
971
+ .usa-button-primary:visited.usa-button-secondary:active,
972
+ .usa-button-primary:visited.usa-button-secondary.usa-button-active,
973
+ button.usa-button-secondary:active,
974
+ button.usa-button-secondary.usa-button-active,
975
+ [type="button"].usa-button-secondary:active,
976
+ [type="button"].usa-button-secondary.usa-button-active,
977
+ [type="submit"].usa-button-secondary:active,
978
+ [type="submit"].usa-button-secondary.usa-button-active,
979
+ [type="reset"].usa-button-secondary:active,
980
+ [type="reset"].usa-button-secondary.usa-button-active,
981
+ [type="image"].usa-button-secondary:active,
982
+ [type="image"].usa-button-secondary.usa-button-active {
983
+ background-color: #981b1e;
984
+ }
985
+
986
+ .usa-button.usa-button-gray,
987
+ .usa-button-primary.usa-button-gray,
988
+ .usa-button:visited.usa-button-gray,
989
+ .usa-button-primary:visited.usa-button-gray,
990
+ button.usa-button-gray,
991
+ [type="button"].usa-button-gray,
992
+ [type="submit"].usa-button-gray,
993
+ [type="reset"].usa-button-gray,
994
+ [type="image"].usa-button-gray {
995
+ background-color: #5b616b;
996
+ }
997
+
998
+ .usa-button.usa-button-gray:hover, .usa-button.usa-button-gray.usa-button-hover,
999
+ .usa-button-primary.usa-button-gray:hover,
1000
+ .usa-button-primary.usa-button-gray.usa-button-hover,
1001
+ .usa-button:visited.usa-button-gray:hover,
1002
+ .usa-button:visited.usa-button-gray.usa-button-hover,
1003
+ .usa-button-primary:visited.usa-button-gray:hover,
1004
+ .usa-button-primary:visited.usa-button-gray.usa-button-hover,
1005
+ button.usa-button-gray:hover,
1006
+ button.usa-button-gray.usa-button-hover,
1007
+ [type="button"].usa-button-gray:hover,
1008
+ [type="button"].usa-button-gray.usa-button-hover,
1009
+ [type="submit"].usa-button-gray:hover,
1010
+ [type="submit"].usa-button-gray.usa-button-hover,
1011
+ [type="reset"].usa-button-gray:hover,
1012
+ [type="reset"].usa-button-gray.usa-button-hover,
1013
+ [type="image"].usa-button-gray:hover,
1014
+ [type="image"].usa-button-gray.usa-button-hover {
1015
+ background-color: #323a45;
1016
+ }
1017
+
1018
+ .usa-button.usa-button-gray:active, .usa-button.usa-button-gray.usa-button-active,
1019
+ .usa-button-primary.usa-button-gray:active,
1020
+ .usa-button-primary.usa-button-gray.usa-button-active,
1021
+ .usa-button:visited.usa-button-gray:active,
1022
+ .usa-button:visited.usa-button-gray.usa-button-active,
1023
+ .usa-button-primary:visited.usa-button-gray:active,
1024
+ .usa-button-primary:visited.usa-button-gray.usa-button-active,
1025
+ button.usa-button-gray:active,
1026
+ button.usa-button-gray.usa-button-active,
1027
+ [type="button"].usa-button-gray:active,
1028
+ [type="button"].usa-button-gray.usa-button-active,
1029
+ [type="submit"].usa-button-gray:active,
1030
+ [type="submit"].usa-button-gray.usa-button-active,
1031
+ [type="reset"].usa-button-gray:active,
1032
+ [type="reset"].usa-button-gray.usa-button-active,
1033
+ [type="image"].usa-button-gray:active,
1034
+ [type="image"].usa-button-gray.usa-button-active {
1035
+ background-color: #212121;
1036
+ }
1037
+
1038
+ .usa-button.usa-button-outline,
1039
+ .usa-button-primary.usa-button-outline,
1040
+ .usa-button:visited.usa-button-outline,
1041
+ .usa-button-primary:visited.usa-button-outline,
1042
+ button.usa-button-outline,
1043
+ [type="button"].usa-button-outline,
1044
+ [type="submit"].usa-button-outline,
1045
+ [type="reset"].usa-button-outline,
1046
+ [type="image"].usa-button-outline {
1047
+ background-color: #ffffff;
1048
+ box-shadow: inset 0 0 0 2px #0071bc;
1049
+ color: #0071bc;
1050
+ }
1051
+
1052
+ .usa-button.usa-button-outline:hover, .usa-button.usa-button-outline.usa-button-hover,
1053
+ .usa-button-primary.usa-button-outline:hover,
1054
+ .usa-button-primary.usa-button-outline.usa-button-hover,
1055
+ .usa-button:visited.usa-button-outline:hover,
1056
+ .usa-button:visited.usa-button-outline.usa-button-hover,
1057
+ .usa-button-primary:visited.usa-button-outline:hover,
1058
+ .usa-button-primary:visited.usa-button-outline.usa-button-hover,
1059
+ button.usa-button-outline:hover,
1060
+ button.usa-button-outline.usa-button-hover,
1061
+ [type="button"].usa-button-outline:hover,
1062
+ [type="button"].usa-button-outline.usa-button-hover,
1063
+ [type="submit"].usa-button-outline:hover,
1064
+ [type="submit"].usa-button-outline.usa-button-hover,
1065
+ [type="reset"].usa-button-outline:hover,
1066
+ [type="reset"].usa-button-outline.usa-button-hover,
1067
+ [type="image"].usa-button-outline:hover,
1068
+ [type="image"].usa-button-outline.usa-button-hover {
1069
+ box-shadow: inset 0 0 0 2px #205493;
1070
+ color: #205493;
1071
+ }
1072
+
1073
+ .usa-button.usa-button-outline:active, .usa-button.usa-button-outline.usa-button-active,
1074
+ .usa-button-primary.usa-button-outline:active,
1075
+ .usa-button-primary.usa-button-outline.usa-button-active,
1076
+ .usa-button:visited.usa-button-outline:active,
1077
+ .usa-button:visited.usa-button-outline.usa-button-active,
1078
+ .usa-button-primary:visited.usa-button-outline:active,
1079
+ .usa-button-primary:visited.usa-button-outline.usa-button-active,
1080
+ button.usa-button-outline:active,
1081
+ button.usa-button-outline.usa-button-active,
1082
+ [type="button"].usa-button-outline:active,
1083
+ [type="button"].usa-button-outline.usa-button-active,
1084
+ [type="submit"].usa-button-outline:active,
1085
+ [type="submit"].usa-button-outline.usa-button-active,
1086
+ [type="reset"].usa-button-outline:active,
1087
+ [type="reset"].usa-button-outline.usa-button-active,
1088
+ [type="image"].usa-button-outline:active,
1089
+ [type="image"].usa-button-outline.usa-button-active {
1090
+ box-shadow: inset 0 0 0 2px #112e51;
1091
+ color: #112e51;
1092
+ }
1093
+
1094
+ .usa-button.usa-button-outline:focus, .usa-button.usa-button-outline.usa-button-focus,
1095
+ .usa-button-primary.usa-button-outline:focus,
1096
+ .usa-button-primary.usa-button-outline.usa-button-focus,
1097
+ .usa-button:visited.usa-button-outline:focus,
1098
+ .usa-button:visited.usa-button-outline.usa-button-focus,
1099
+ .usa-button-primary:visited.usa-button-outline:focus,
1100
+ .usa-button-primary:visited.usa-button-outline.usa-button-focus,
1101
+ button.usa-button-outline:focus,
1102
+ button.usa-button-outline.usa-button-focus,
1103
+ [type="button"].usa-button-outline:focus,
1104
+ [type="button"].usa-button-outline.usa-button-focus,
1105
+ [type="submit"].usa-button-outline:focus,
1106
+ [type="submit"].usa-button-outline.usa-button-focus,
1107
+ [type="reset"].usa-button-outline:focus,
1108
+ [type="reset"].usa-button-outline.usa-button-focus,
1109
+ [type="image"].usa-button-outline:focus,
1110
+ [type="image"].usa-button-outline.usa-button-focus {
1111
+ box-shadow: inset 0 0 0 2px #112e51, 0 0 3px #3e94cf, 0 0 7px #3e94cf;
1112
+ }
1113
+
1114
+ .usa-button.usa-button-outline-inverse,
1115
+ .usa-button-primary.usa-button-outline-inverse,
1116
+ .usa-button:visited.usa-button-outline-inverse,
1117
+ .usa-button-primary:visited.usa-button-outline-inverse,
1118
+ button.usa-button-outline-inverse,
1119
+ [type="button"].usa-button-outline-inverse,
1120
+ [type="submit"].usa-button-outline-inverse,
1121
+ [type="reset"].usa-button-outline-inverse,
1122
+ [type="image"].usa-button-outline-inverse {
1123
+ background: transparent;
1124
+ box-shadow: inset 0 0 0 2px #ffffff;
1125
+ color: #ffffff;
1126
+ }
1127
+
1128
+ .usa-button.usa-button-outline-inverse:hover, .usa-button.usa-button-outline-inverse.usa-button-hover,
1129
+ .usa-button-primary.usa-button-outline-inverse:hover,
1130
+ .usa-button-primary.usa-button-outline-inverse.usa-button-hover,
1131
+ .usa-button:visited.usa-button-outline-inverse:hover,
1132
+ .usa-button:visited.usa-button-outline-inverse.usa-button-hover,
1133
+ .usa-button-primary:visited.usa-button-outline-inverse:hover,
1134
+ .usa-button-primary:visited.usa-button-outline-inverse.usa-button-hover,
1135
+ button.usa-button-outline-inverse:hover,
1136
+ button.usa-button-outline-inverse.usa-button-hover,
1137
+ [type="button"].usa-button-outline-inverse:hover,
1138
+ [type="button"].usa-button-outline-inverse.usa-button-hover,
1139
+ [type="submit"].usa-button-outline-inverse:hover,
1140
+ [type="submit"].usa-button-outline-inverse.usa-button-hover,
1141
+ [type="reset"].usa-button-outline-inverse:hover,
1142
+ [type="reset"].usa-button-outline-inverse.usa-button-hover,
1143
+ [type="image"].usa-button-outline-inverse:hover,
1144
+ [type="image"].usa-button-outline-inverse.usa-button-hover {
1145
+ box-shadow: inset 0 0 0 2px #d6d7d9;
1146
+ color: #d6d7d9;
1147
+ }
1148
+
1149
+ .usa-button.usa-button-outline-inverse:active, .usa-button.usa-button-outline-inverse.usa-button-active,
1150
+ .usa-button-primary.usa-button-outline-inverse:active,
1151
+ .usa-button-primary.usa-button-outline-inverse.usa-button-active,
1152
+ .usa-button:visited.usa-button-outline-inverse:active,
1153
+ .usa-button:visited.usa-button-outline-inverse.usa-button-active,
1154
+ .usa-button-primary:visited.usa-button-outline-inverse:active,
1155
+ .usa-button-primary:visited.usa-button-outline-inverse.usa-button-active,
1156
+ button.usa-button-outline-inverse:active,
1157
+ button.usa-button-outline-inverse.usa-button-active,
1158
+ [type="button"].usa-button-outline-inverse:active,
1159
+ [type="button"].usa-button-outline-inverse.usa-button-active,
1160
+ [type="submit"].usa-button-outline-inverse:active,
1161
+ [type="submit"].usa-button-outline-inverse.usa-button-active,
1162
+ [type="reset"].usa-button-outline-inverse:active,
1163
+ [type="reset"].usa-button-outline-inverse.usa-button-active,
1164
+ [type="image"].usa-button-outline-inverse:active,
1165
+ [type="image"].usa-button-outline-inverse.usa-button-active {
1166
+ box-shadow: inset 0 0 0 2px #aeb0b5;
1167
+ color: #d6d7d9;
1168
+ }
1169
+
1170
+ .usa-button.usa-button-outline-inverse:focus, .usa-button.usa-button-outline-inverse.usa-button-focus,
1171
+ .usa-button-primary.usa-button-outline-inverse:focus,
1172
+ .usa-button-primary.usa-button-outline-inverse.usa-button-focus,
1173
+ .usa-button:visited.usa-button-outline-inverse:focus,
1174
+ .usa-button:visited.usa-button-outline-inverse.usa-button-focus,
1175
+ .usa-button-primary:visited.usa-button-outline-inverse:focus,
1176
+ .usa-button-primary:visited.usa-button-outline-inverse.usa-button-focus,
1177
+ button.usa-button-outline-inverse:focus,
1178
+ button.usa-button-outline-inverse.usa-button-focus,
1179
+ [type="button"].usa-button-outline-inverse:focus,
1180
+ [type="button"].usa-button-outline-inverse.usa-button-focus,
1181
+ [type="submit"].usa-button-outline-inverse:focus,
1182
+ [type="submit"].usa-button-outline-inverse.usa-button-focus,
1183
+ [type="reset"].usa-button-outline-inverse:focus,
1184
+ [type="reset"].usa-button-outline-inverse.usa-button-focus,
1185
+ [type="image"].usa-button-outline-inverse:focus,
1186
+ [type="image"].usa-button-outline-inverse.usa-button-focus {
1187
+ box-shadow: inset 0 0 0 2px #aeb0b5, 0 0 3px #3e94cf, 0 0 7px #3e94cf;
1188
+ }
1189
+
1190
+ .usa-button.usa-button-big,
1191
+ .usa-button-primary.usa-button-big,
1192
+ .usa-button:visited.usa-button-big,
1193
+ .usa-button-primary:visited.usa-button-big,
1194
+ button.usa-button-big,
1195
+ [type="button"].usa-button-big,
1196
+ [type="submit"].usa-button-big,
1197
+ [type="reset"].usa-button-big,
1198
+ [type="image"].usa-button-big {
1199
+ font-size: 1.9rem;
1200
+ padding: 1.5rem 3rem;
1201
+ }
1202
+
1203
+ [type="submit"]:disabled,
1204
+ .usa-button-disabled {
1205
+ background-color: #d6d7d9;
1206
+ color: #323a45;
1207
+ pointer-events: none;
1208
+ }
1209
+
1210
+ [type="submit"]:disabled:hover, [type="submit"]:disabled.usa-button-hover, [type="submit"]:disabled:active, [type="submit"]:disabled.usa-button-active, [type="submit"]:disabled:focus,
1211
+ .usa-button-disabled:hover,
1212
+ .usa-button-disabled.usa-button-hover,
1213
+ .usa-button-disabled:active,
1214
+ .usa-button-disabled.usa-button-active,
1215
+ .usa-button-disabled:focus {
1216
+ background-color: #d6d7d9;
1217
+ border: 0;
1218
+ box-shadow: none;
1219
+ color: #323a45;
1220
+ }
1221
+
1222
+ .usa-button-unstyled {
1223
+ background-color: transparent;
1224
+ border: 0;
1225
+ border-radius: 0;
1226
+ font-weight: 400;
1227
+ margin: 0;
1228
+ outline: 0;
1229
+ padding: 0;
1230
+ text-align: left;
1231
+ -webkit-font-smoothing: auto;
1232
+ }
1233
+
1234
+ .usa-button-unstyled:hover {
1235
+ background-color: transparent;
1236
+ }
1237
+
1238
+ img {
1239
+ max-width: 100%;
1240
+ }
1241
+
1242
+ .media_link {
1243
+ display: inline-block;
1244
+ line-height: 0;
1245
+ }
1246
+
1247
+ input,
1248
+ textarea,
1249
+ select {
1250
+ -webkit-appearance: none;
1251
+ -moz-appearance: none;
1252
+ appearance: none;
1253
+ border: 1px solid #5b616b;
1254
+ border-radius: 0;
1255
+ box-sizing: border-box;
1256
+ color: #212121;
1257
+ display: block;
1258
+ font-size: 1.7rem;
1259
+ height: 4.4rem;
1260
+ line-height: 1.3;
1261
+ margin: 0.2em 0;
1262
+ max-width: 46rem;
1263
+ outline: none;
1264
+ padding: 1rem 0.7em;
1265
+ width: 100%;
1266
+ }
1267
+
1268
+ input:focus, input.usa-input-focus,
1269
+ textarea:focus,
1270
+ textarea.usa-input-focus,
1271
+ select:focus,
1272
+ select.usa-input-focus {
1273
+ box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
1274
+ }
1275
+
1276
+ input.usa-input-success,
1277
+ textarea.usa-input-success,
1278
+ select.usa-input-success {
1279
+ border: 3px solid #4aa564;
1280
+ }
1281
+
1282
+ .usa-input-error {
1283
+ border-left: 4px solid #cd2026;
1284
+ margin-top: 3rem;
1285
+ padding-bottom: 0.8rem;
1286
+ padding-left: 1.5rem;
1287
+ padding-top: 0.8rem;
1288
+ position: relative;
1289
+ right: 1.9rem;
1290
+ }
1291
+
1292
+ .usa-input-error input,
1293
+ .usa-input-error textarea,
1294
+ .usa-input-error select {
1295
+ border: 3px solid #cd2026;
1296
+ width: calc(100% + 1.9rem);
1297
+ }
1298
+
1299
+ .usa-input-error label {
1300
+ margin-top: 0;
1301
+ }
1302
+
1303
+ .usa-input-error .usa-input-inline {
1304
+ border: 1px solid #5b616b;
1305
+ width: inherit;
1306
+ }
1307
+
1308
+ .usa-input-error .usa-input-inline-error {
1309
+ border: 3px solid #cd2026;
1310
+ }
1311
+
1312
+ .usa-input-error-label {
1313
+ display: block;
1314
+ font-size: 1.7rem;
1315
+ font-weight: 700;
1316
+ }
1317
+
1318
+ .usa-input-error-message {
1319
+ color: #cd2026;
1320
+ display: block;
1321
+ font-size: 1.7rem;
1322
+ font-weight: 700;
1323
+ padding-bottom: 3px;
1324
+ padding-top: 3px;
1325
+ }
1326
+
1327
+ label {
1328
+ display: block;
1329
+ margin-top: 3rem;
1330
+ max-width: 46rem;
1331
+ }
1332
+
1333
+ textarea {
1334
+ height: 16rem;
1335
+ }
1336
+
1337
+ select {
1338
+ -moz-appearance: none;
1339
+ -webkit-appearance: none;
1340
+ appearance: none;
1341
+ background-color: #ffffff;
1342
+ background-image: image_url('arrow-down.png');
1343
+ background-image: image_url('arrow-down.svg');
1344
+ background-position: right 1.3rem center;
1345
+ background-repeat: no-repeat;
1346
+ background-size: 1.3rem;
1347
+ }
1348
+
1349
+ legend {
1350
+ font-size: 3rem;
1351
+ font-weight: 700;
1352
+ }
1353
+
1354
+ .usa-fieldset-inputs label {
1355
+ margin-top: 0;
1356
+ }
1357
+
1358
+ .usa-form-hint {
1359
+ color: #757575;
1360
+ font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
1361
+ margin-bottom: 0;
1362
+ }
1363
+
1364
+ [type="checkbox"],
1365
+ [type="radio"] {
1366
+ margin-left: -2rem;
1367
+ opacity: 0;
1368
+ position: absolute;
1369
+ }
1370
+
1371
+ .lt-ie9 [type="checkbox"], .lt-ie9
1372
+ [type="radio"] {
1373
+ border: 0;
1374
+ float: left;
1375
+ margin: 0.4em 0.4em 0 0;
1376
+ position: static;
1377
+ width: auto;
1378
+ }
1379
+
1380
+ [type="checkbox"] + label,
1381
+ [type="radio"] + label {
1382
+ cursor: pointer;
1383
+ font-weight: 400;
1384
+ margin-bottom: 0.5em;
1385
+ }
1386
+
1387
+ [type="checkbox"] + label::before,
1388
+ [type="radio"] + label::before {
1389
+ background: #ffffff;
1390
+ border-radius: 0.3rem;
1391
+ box-shadow: 0 0 0 1px #757575;
1392
+ content: '\a0';
1393
+ display: inline-block;
1394
+ height: 1.8rem;
1395
+ line-height: 1.8rem;
1396
+ margin-right: 0.6em;
1397
+ text-indent: 0.15em;
1398
+ vertical-align: middle\0;
1399
+ width: 1.8rem;
1400
+ }
1401
+
1402
+ [type="radio"] + label::before {
1403
+ box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #757575;
1404
+ height: 1.6rem;
1405
+ line-height: 1.6rem;
1406
+ width: 1.6rem;
1407
+ border-radius: 100%;
1408
+ }
1409
+
1410
+ [type="checkbox"]:checked + label::before,
1411
+ [type="radio"]:checked + label::before {
1412
+ background-color: #0071bc;
1413
+ box-shadow: 0 0 0 1px #0071bc;
1414
+ }
1415
+
1416
+ [type="radio"]:checked + label::before {
1417
+ box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0071bc;
1418
+ }
1419
+
1420
+ [type="radio"]:focus + label::before {
1421
+ box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0071bc, 0 0 3px 4px #3e94cf, 0 0 7px 4px #3e94cf;
1422
+ }
1423
+
1424
+ [type="checkbox"]:checked + label::before {
1425
+ background-image: image_url('correct8.png');
1426
+ background-image: image_url('correct8.svg');
1427
+ background-position: 50%;
1428
+ background-repeat: no-repeat;
1429
+ }
1430
+
1431
+ [type="checkbox"]:focus + label::before {
1432
+ box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #0071bc;
1433
+ }
1434
+
1435
+ [type="checkbox"]:disabled + label {
1436
+ color: #5b616b;
1437
+ }
1438
+
1439
+ [type="checkbox"]:disabled + label::before,
1440
+ [type="radio"]:disabled + label::before {
1441
+ background: #d6d7d9;
1442
+ box-shadow: 0 0 0 1px #aeb0b5;
1443
+ cursor: not-allowed;
1444
+ }
1445
+
1446
+ [type=range] {
1447
+ -webkit-appearance: none;
1448
+ border: none;
1449
+ padding-left: 0;
1450
+ width: 100%;
1451
+ }
1452
+
1453
+ [type=range]:focus {
1454
+ box-shadow: none;
1455
+ outline: none;
1456
+ }
1457
+
1458
+ [type=range]::-webkit-slider-runnable-track {
1459
+ background: #aeb0b5;
1460
+ border: 1px solid #757575;
1461
+ cursor: pointer;
1462
+ height: 1.2rem;
1463
+ width: 100%;
1464
+ }
1465
+
1466
+ [type=range]::-moz-range-track {
1467
+ background: #0071bc;
1468
+ border: 1px solid #757575;
1469
+ cursor: pointer;
1470
+ height: 1.2rem;
1471
+ width: 100%;
1472
+ }
1473
+
1474
+ [type=range]::-ms-track {
1475
+ background: transparent;
1476
+ color: transparent;
1477
+ cursor: pointer;
1478
+ height: 1.2rem;
1479
+ width: 100%;
1480
+ }
1481
+
1482
+ [type=range]::-webkit-slider-thumb {
1483
+ -webkit-appearance: none;
1484
+ border: 1px solid #757575;
1485
+ height: 2.2rem;
1486
+ border-radius: 1.5rem;
1487
+ background: #f1f1f1;
1488
+ cursor: pointer;
1489
+ margin-top: -.65rem;
1490
+ width: 2.2rem;
1491
+ }
1492
+
1493
+ [type=range]::-moz-range-thumb {
1494
+ background: #f1f1f1;
1495
+ border: 1px solid #757575;
1496
+ border-radius: 1.5rem;
1497
+ cursor: pointer;
1498
+ height: 2.2rem;
1499
+ width: 2.2rem;
1500
+ }
1501
+
1502
+ [type=range]::-ms-thumb {
1503
+ background: #f1f1f1;
1504
+ border: 1px solid #757575;
1505
+ border-radius: 1.5rem;
1506
+ cursor: pointer;
1507
+ height: 2.2rem;
1508
+ width: 2.2rem;
1509
+ }
1510
+
1511
+ [type=range]::-ms-fill-lower {
1512
+ background: #aeb0b5;
1513
+ border: 1px solid #757575;
1514
+ border-radius: 2rem;
1515
+ }
1516
+
1517
+ [type=range]::-ms-fill-upper {
1518
+ background: #aeb0b5;
1519
+ border: 1px solid #757575;
1520
+ border-radius: 2rem;
1521
+ }
1522
+
1523
+ [type=range]:focus::-webkit-slider-thumb {
1524
+ border: 2px solid #3e94cf;
1525
+ }
1526
+
1527
+ [type=range]:focus::-moz-range-thumb {
1528
+ border: 2px solid #3e94cf;
1529
+ }
1530
+
1531
+ [type=range]:focus::-ms-thumb {
1532
+ border: 2px solid #3e94cf;
1533
+ }
1534
+
1535
+ .usa-date-of-birth label {
1536
+ margin-top: 0;
1537
+ }
1538
+
1539
+ .usa-date-of-birth [type=number]::-webkit-inner-spin-button,
1540
+ .usa-date-of-birth [type=number]::-webkit-outer-spin-button {
1541
+ -webkit-appearance: none;
1542
+ appearance: none;
1543
+ margin: 0;
1544
+ }
1545
+
1546
+ .usa-date-of-birth [type=number] {
1547
+ -moz-appearance: textfield;
1548
+ }
1549
+
1550
+ .usa-form-group-day,
1551
+ .usa-form-group-month,
1552
+ .usa-form-group-year {
1553
+ clear: none;
1554
+ float: left;
1555
+ margin-right: 1.5rem;
1556
+ width: 5rem;
1557
+ }
1558
+
1559
+ .usa-form-group-year {
1560
+ width: 7rem;
1561
+ }
1562
+
1563
+ .usa-label, .usa-label-big {
1564
+ background-color: #0071bc;
1565
+ border-radius: 0.3rem;
1566
+ color: #ffffff;
1567
+ font-size: 1.5rem;
1568
+ margin-right: 0.5rem;
1569
+ padding: 0.1rem 0.7rem;
1570
+ text-transform: uppercase;
1571
+ }
1572
+
1573
+ .usa-label:only-of-type, .usa-label-big:only-of-type {
1574
+ margin-right: 0;
1575
+ }
1576
+
1577
+ .usa-label-big {
1578
+ font-size: 1.7rem;
1579
+ padding-left: 0.9rem;
1580
+ padding-right: 0.9rem;
1581
+ }
1582
+
1583
+ ul,
1584
+ ol {
1585
+ margin-top: 1em;
1586
+ margin-bottom: 1em;
1587
+ padding-left: 1.94em;
1588
+ }
1589
+
1590
+ li {
1591
+ line-height: 1.5;
1592
+ margin-bottom: 0.5em;
1593
+ }
1594
+
1595
+ li:last-child {
1596
+ margin-bottom: 0;
1597
+ }
1598
+
1599
+ h1 + ul,
1600
+ h1 + ol,
1601
+ h2 + ul,
1602
+ h2 + ol,
1603
+ h3 + ul,
1604
+ h3 + ol,
1605
+ h4 + ul,
1606
+ h4 + ol,
1607
+ h5 + ul,
1608
+ h5 + ol,
1609
+ h6 + ul,
1610
+ h6 + ol,
1611
+ p + ul,
1612
+ p + ol {
1613
+ margin-top: 0;
1614
+ }
1615
+
1616
+ .usa-unstyled-list {
1617
+ margin-top: 0;
1618
+ margin-bottom: 0;
1619
+ list-style-type: none;
1620
+ padding-left: 0;
1621
+ }
1622
+
1623
+ .usa-unstyled-list > li {
1624
+ margin-bottom: 0;
1625
+ }
1626
+
1627
+ table {
1628
+ border-spacing: 0;
1629
+ margin: 2em 0;
1630
+ min-width: 100%;
1631
+ }
1632
+
1633
+ table thead th,
1634
+ table thead td {
1635
+ background-color: #f1f1f1;
1636
+ }
1637
+
1638
+ table th {
1639
+ text-align: left;
1640
+ }
1641
+
1642
+ table tbody th {
1643
+ font-weight: 400;
1644
+ }
1645
+
1646
+ table th,
1647
+ table td {
1648
+ background-color: #ffffff;
1649
+ border: 1px solid #5b616b;
1650
+ padding: 1.5rem;
1651
+ }
1652
+
1653
+ .usa-table-borderless thead tr {
1654
+ background-color: transparent;
1655
+ }
1656
+
1657
+ .usa-table-borderless thead th {
1658
+ border-top: 0;
1659
+ }
1660
+
1661
+ .usa-table-borderless th,
1662
+ .usa-table-borderless td {
1663
+ border-left: 0;
1664
+ border-right: 0;
1665
+ }
1666
+
1667
+ html {
1668
+ font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
1669
+ font-size: 10px;
1670
+ }
1671
+
1672
+ body {
1673
+ font-size: 1.7rem;
1674
+ }
1675
+
1676
+ p {
1677
+ line-height: 1.5;
1678
+ margin-bottom: 1em;
1679
+ margin-top: 1em;
1680
+ }
1681
+
1682
+ a {
1683
+ color: #0071bc;
1684
+ text-decoration: underline;
1685
+ }
1686
+
1687
+ a:hover, a:active {
1688
+ color: #205493;
1689
+ }
1690
+
1691
+ a:visited {
1692
+ color: #4c2c92;
1693
+ }
1694
+
1695
+ a:focus {
1696
+ box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
1697
+ outline: 0;
1698
+ }
1699
+
1700
+ .usa-external_link::after {
1701
+ background: image_url('external-link.png') no-repeat 0 0;
1702
+ background: image_url('external-link.svg') no-repeat 0 0;
1703
+ background-size: 100%;
1704
+ content: '';
1705
+ display: inline-block;
1706
+ height: 0.65em;
1707
+ margin-bottom: -1px;
1708
+ margin-left: 4px;
1709
+ width: 0.65em;
1710
+ }
1711
+
1712
+ .usa-external_link:hover::after {
1713
+ background-image: image_url('external-link-hover.png');
1714
+ background-image: image_url('external-link-hover.svg');
1715
+ }
1716
+
1717
+ .usa-external_link-alt::after {
1718
+ background: image_url('external-link-alt.png') no-repeat 0 0;
1719
+ background: image_url('external-link-alt.svg') no-repeat 0 0;
1720
+ background-size: 100%;
1721
+ content: '';
1722
+ display: inline-block;
1723
+ height: 0.65em;
1724
+ margin-bottom: -1px;
1725
+ margin-left: 4px;
1726
+ width: 0.65em;
1727
+ }
1728
+
1729
+ .usa-external_link-alt:hover::after {
1730
+ background-image: image_url('external-link-alt-hover.png');
1731
+ background-image: image_url('external-link-alt-hover.svg');
1732
+ }
1733
+
1734
+ h1,
1735
+ h2,
1736
+ h3,
1737
+ h4,
1738
+ h5,
1739
+ h6 {
1740
+ clear: both;
1741
+ font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
1742
+ line-height: 1.3;
1743
+ margin-bottom: .5em;
1744
+ margin-top: 1.5em;
1745
+ }
1746
+
1747
+ h1 {
1748
+ font-size: 4rem;
1749
+ font-weight: 700;
1750
+ }
1751
+
1752
+ h2 {
1753
+ font-size: 3rem;
1754
+ font-weight: 700;
1755
+ }
1756
+
1757
+ h3 {
1758
+ font-size: 2rem;
1759
+ font-weight: 700;
1760
+ }
1761
+
1762
+ h4 {
1763
+ font-size: 1.7rem;
1764
+ font-weight: 700;
1765
+ }
1766
+
1767
+ h5 {
1768
+ font-size: 1.5rem;
1769
+ font-weight: 700;
1770
+ }
1771
+
1772
+ h6 {
1773
+ font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
1774
+ font-size: 1.3rem;
1775
+ font-weight: 400;
1776
+ text-transform: uppercase;
1777
+ }
1778
+
1779
+ cite,
1780
+ var,
1781
+ address,
1782
+ dfn {
1783
+ font-style: normal;
1784
+ }
1785
+
1786
+ .usa-content p:not(.usa-font-lead) {
1787
+ max-width: 53rem;
1788
+ }
1789
+
1790
+ .usa-content-list {
1791
+ max-width: 53rem;
1792
+ }
1793
+
1794
+ .usa-sans p,
1795
+ .usa-sans a,
1796
+ .usa-sans li,
1797
+ .usa-sans span {
1798
+ font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
1799
+ }
1800
+
1801
+ .usa-sans a {
1802
+ border-bottom: none;
1803
+ font-weight: 700;
1804
+ }
1805
+
1806
+ .usa-serif p,
1807
+ .usa-serif a,
1808
+ .usa-serif li,
1809
+ .usa-serif span {
1810
+ font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
1811
+ }
1812
+
1813
+ .usa-display {
1814
+ font-size: 2rem;
1815
+ font-weight: 700;
1816
+ margin-bottom: 0;
1817
+ }
1818
+
1819
+ @media screen and (min-width: 481px) {
1820
+ .usa-display {
1821
+ font-size: 4rem;
1822
+ font-weight: 700;
1823
+ }
1824
+ }
1825
+
1826
+ @media screen and (min-width: 600px) {
1827
+ .usa-display {
1828
+ font-size: 5.2rem;
1829
+ font-weight: 700;
1830
+ }
1831
+ }
1832
+
1833
+ .usa-font-lead {
1834
+ font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
1835
+ font-size: 2rem;
1836
+ line-height: 1.7;
1837
+ max-width: 77rem;
1838
+ }
1839
+
1840
+ .usa-image-block {
1841
+ position: relative;
1842
+ }
1843
+
1844
+ .usa-image-text-block {
1845
+ color: #ffffff;
1846
+ left: 0;
1847
+ margin-left: 8%;
1848
+ position: absolute;
1849
+ top: 0;
1850
+ }
1851
+
1852
+ .usa-image-text {
1853
+ margin-top: 0;
1854
+ }
1855
+
1856
+ .usa-drop_text {
1857
+ margin-bottom: 0;
1858
+ }
1859
+
1860
+ .usa-background-dark {
1861
+ background-color: #323a45;
1862
+ }
1863
+
1864
+ .usa-background-dark p,
1865
+ .usa-background-dark span {
1866
+ color: #ffffff;
1867
+ }
1868
+
1869
+ .usa-background-dark a {
1870
+ color: #d6d7d9;
1871
+ }
1872
+
1873
+ .usa-background-dark a:hover {
1874
+ color: #ffffff;
1875
+ }
1876
+
1877
+ .usa-text-small {
1878
+ font-size: 1.3rem;
1879
+ margin-top: 0;
1880
+ }
1881
+
1882
+ .usa-section > :first-child,
1883
+ .usa-grid > :first-child {
1884
+ margin-top: 0;
1885
+ }
1886
+
1887
+ .usa-section > :last-child,
1888
+ .usa-grid > :last-child {
1889
+ margin-bottom: 0;
1890
+ }
1891
+
1892
+ .usa-width-one-whole:first-child > :first-child,
1893
+ .usa-width-one-half:first-child > :first-child,
1894
+ .usa-width-one-third:first-child > :first-child,
1895
+ .usa-width-two-thirds:first-child > :first-child,
1896
+ .usa-width-one-fourth:first-child > :first-child,
1897
+ .usa-width-three-fourths:first-child > :first-child,
1898
+ .usa-width-one-sixth:first-child > :first-child,
1899
+ .usa-width-five-sixths:first-child > :first-child,
1900
+ .usa-width-one-twelfth:first-child > :first-child {
1901
+ margin-top: 0;
1902
+ }
1903
+
1904
+ @media screen and (min-width: 600px) {
1905
+ .usa-width-one-whole > :first-child,
1906
+ .usa-width-one-half > :first-child,
1907
+ .usa-width-one-third > :first-child,
1908
+ .usa-width-two-thirds > :first-child,
1909
+ .usa-width-one-fourth > :first-child,
1910
+ .usa-width-three-fourths > :first-child,
1911
+ .usa-width-one-sixth > :first-child,
1912
+ .usa-width-five-sixths > :first-child,
1913
+ .usa-width-one-twelfth > :first-child {
1914
+ margin-top: 0;
1915
+ }
1916
+ }
1917
+
1918
+ .usa-width-one-whole:last-child > :last-child,
1919
+ .usa-width-one-half:last-child > :last-child,
1920
+ .usa-width-one-third:last-child > :last-child,
1921
+ .usa-width-two-thirds:last-child > :last-child,
1922
+ .usa-width-one-fourth:last-child > :last-child,
1923
+ .usa-width-three-fourths:last-child > :last-child,
1924
+ .usa-width-one-sixth:last-child > :last-child,
1925
+ .usa-width-five-sixths:last-child > :last-child,
1926
+ .usa-width-one-twelfth:last-child > :last-child {
1927
+ margin-bottom: 0;
1928
+ }
1929
+
1930
+ @media screen and (min-width: 600px) {
1931
+ .usa-width-one-whole > :last-child,
1932
+ .usa-width-one-half > :last-child,
1933
+ .usa-width-one-third > :last-child,
1934
+ .usa-width-two-thirds > :last-child,
1935
+ .usa-width-one-fourth > :last-child,
1936
+ .usa-width-three-fourths > :last-child,
1937
+ .usa-width-one-sixth > :last-child,
1938
+ .usa-width-five-sixths > :last-child,
1939
+ .usa-width-one-twelfth > :last-child {
1940
+ margin-bottom: 0;
1941
+ }
1942
+ }
1943
+
1944
+ .usa-accordion,
1945
+ .usa-accordion-bordered {
1946
+ margin-top: 0;
1947
+ margin-bottom: 0;
1948
+ list-style-type: none;
1949
+ padding-left: 0;
1950
+ color: #212121;
1951
+ margin: 0;
1952
+ padding: 0;
1953
+ width: 100%;
1954
+ }
1955
+
1956
+ .usa-accordion > li,
1957
+ .usa-accordion-bordered > li {
1958
+ margin-bottom: 0;
1959
+ }
1960
+
1961
+ .usa-accordion + .usa-accordion,
1962
+ .usa-accordion + .usa-accordion-bordered,
1963
+ .usa-accordion-bordered + .usa-accordion,
1964
+ .usa-accordion-bordered + .usa-accordion-bordered {
1965
+ margin-top: 1rem;
1966
+ }
1967
+
1968
+ .usa-accordion > ul,
1969
+ .usa-accordion-bordered > ul {
1970
+ margin-top: 0;
1971
+ margin-bottom: 0;
1972
+ list-style-type: none;
1973
+ padding-left: 0;
1974
+ color: #212121;
1975
+ margin: 0;
1976
+ padding: 0;
1977
+ width: 100%;
1978
+ }
1979
+
1980
+ .usa-accordion > ul > li,
1981
+ .usa-accordion-bordered > ul > li {
1982
+ margin-bottom: 0;
1983
+ }
1984
+
1985
+ .usa-accordion > ul > li,
1986
+ .usa-accordion-bordered > ul > li {
1987
+ background-color: #f1f1f1;
1988
+ font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
1989
+ list-style: none;
1990
+ margin-bottom: 6px;
1991
+ width: 100%;
1992
+ }
1993
+
1994
+ .usa-accordion > ul button,
1995
+ .usa-accordion-bordered > ul button {
1996
+ background-color: transparent;
1997
+ border: 0;
1998
+ border-radius: 0;
1999
+ font-weight: 400;
2000
+ margin: 0;
2001
+ outline: 0;
2002
+ padding: 0;
2003
+ text-align: left;
2004
+ -webkit-font-smoothing: auto;
2005
+ background-color: #f1f1f1;
2006
+ background-image: image_url('minus.png');
2007
+ background-image: image_url('minus.svg');
2008
+ background-position: right 3rem center;
2009
+ background-repeat: no-repeat;
2010
+ background-size: 13px;
2011
+ color: #212121;
2012
+ cursor: pointer;
2013
+ display: inline-block;
2014
+ font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
2015
+ font-weight: 700;
2016
+ margin: 0;
2017
+ padding: 1.5rem 5.5rem 1.5rem 3rem;
2018
+ width: 100%;
2019
+ }
2020
+
2021
+ .usa-accordion > ul button:hover,
2022
+ .usa-accordion-bordered > ul button:hover {
2023
+ background-color: transparent;
2024
+ }
2025
+
2026
+ .usa-accordion > ul button:focus,
2027
+ .usa-accordion-bordered > ul button:focus {
2028
+ box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
2029
+ }
2030
+
2031
+ .usa-accordion > ul button:hover,
2032
+ .usa-accordion-bordered > ul button:hover {
2033
+ background-color: #d6d7d9;
2034
+ color: #212121;
2035
+ }
2036
+
2037
+ .usa-accordion > ul button h1,
2038
+ .usa-accordion > ul button h2,
2039
+ .usa-accordion > ul button h3,
2040
+ .usa-accordion > ul button h4,
2041
+ .usa-accordion > ul button h5,
2042
+ .usa-accordion > ul button h6,
2043
+ .usa-accordion-bordered > ul button h1,
2044
+ .usa-accordion-bordered > ul button h2,
2045
+ .usa-accordion-bordered > ul button h3,
2046
+ .usa-accordion-bordered > ul button h4,
2047
+ .usa-accordion-bordered > ul button h5,
2048
+ .usa-accordion-bordered > ul button h6 {
2049
+ margin: 0;
2050
+ }
2051
+
2052
+ .usa-accordion > ul [aria-expanded=false],
2053
+ .usa-accordion-bordered > ul [aria-expanded=false] {
2054
+ background-image: image_url('plus.png');
2055
+ background-image: image_url('plus.svg');
2056
+ background-repeat: no-repeat;
2057
+ background-size: 1.3rem;
2058
+ }
2059
+
2060
+ .usa-accordion > li,
2061
+ .usa-accordion-bordered > li {
2062
+ background-color: #f1f1f1;
2063
+ font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
2064
+ list-style: none;
2065
+ margin-bottom: 6px;
2066
+ width: 100%;
2067
+ }
2068
+
2069
+ .usa-accordion-bordered .usa-accordion-content {
2070
+ border-bottom: 3px solid #f1f1f1;
2071
+ border-left: 3px solid #f1f1f1;
2072
+ border-right: 3px solid #f1f1f1;
2073
+ }
2074
+
2075
+ .usa-accordion-content {
2076
+ background-color: #ffffff;
2077
+ overflow: auto;
2078
+ padding: 3rem;
2079
+ }
2080
+
2081
+ .usa-accordion-content > *:first-child {
2082
+ margin-top: 0;
2083
+ }
2084
+
2085
+ .usa-accordion-content > *:last-child {
2086
+ margin-bottom: 0;
2087
+ }
2088
+
2089
+ .usa-accordion-content:not([aria-hidden]) {
2090
+ position: absolute;
2091
+ left: -999em;
2092
+ }
2093
+
2094
+ .usa-accordion-content[aria-hidden=true] {
2095
+ display: none;
2096
+ }
2097
+
2098
+ .usa-accordion-button {
2099
+ background-color: transparent;
2100
+ border: 0;
2101
+ border-radius: 0;
2102
+ font-weight: 400;
2103
+ margin: 0;
2104
+ outline: 0;
2105
+ padding: 0;
2106
+ text-align: left;
2107
+ -webkit-font-smoothing: auto;
2108
+ background-color: #f1f1f1;
2109
+ background-image: image_url('minus.png');
2110
+ background-image: image_url('minus.svg');
2111
+ background-position: right 3rem center;
2112
+ background-repeat: no-repeat;
2113
+ background-size: 13px;
2114
+ color: #212121;
2115
+ cursor: pointer;
2116
+ display: inline-block;
2117
+ font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
2118
+ font-weight: 700;
2119
+ margin: 0;
2120
+ padding: 1.5rem 5.5rem 1.5rem 3rem;
2121
+ width: 100%;
2122
+ }
2123
+
2124
+ .usa-accordion-button:hover {
2125
+ background-color: transparent;
2126
+ }
2127
+
2128
+ .usa-accordion-button:focus {
2129
+ box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
2130
+ }
2131
+
2132
+ .usa-accordion-button:hover {
2133
+ background-color: #d6d7d9;
2134
+ color: #212121;
2135
+ }
2136
+
2137
+ .usa-accordion-button h1,
2138
+ .usa-accordion-button h2,
2139
+ .usa-accordion-button h3,
2140
+ .usa-accordion-button h4,
2141
+ .usa-accordion-button h5,
2142
+ .usa-accordion-button h6 {
2143
+ margin: 0;
2144
+ }
2145
+
2146
+ .usa-accordion-button[aria-expanded=false] {
2147
+ background-image: image_url('plus.png');
2148
+ background-image: image_url('plus.svg');
2149
+ background-repeat: no-repeat;
2150
+ background-size: 1.3rem;
2151
+ }
2152
+
2153
+ .usa-alert {
2154
+ background-color: #f1f1f1;
2155
+ background-position: 1rem 2rem;
2156
+ background-repeat: no-repeat;
2157
+ background-size: 4rem;
2158
+ margin-top: 1.5em;
2159
+ padding: 1em;
2160
+ }
2161
+
2162
+ @media screen and (min-width: 600px) {
2163
+ .usa-alert {
2164
+ background-size: 5.2rem;
2165
+ }
2166
+ }
2167
+
2168
+ .usa-alert ul {
2169
+ margin-bottom: 0;
2170
+ margin-top: 1em;
2171
+ }
2172
+
2173
+ .usa-alert-icon {
2174
+ display: table-cell;
2175
+ padding-right: 1rem;
2176
+ }
2177
+
2178
+ .usa-alert-body {
2179
+ display: table-cell;
2180
+ padding-left: 3.5rem;
2181
+ vertical-align: top;
2182
+ }
2183
+
2184
+ @media screen and (min-width: 600px) {
2185
+ .usa-alert-body {
2186
+ padding-left: 5rem;
2187
+ }
2188
+ }
2189
+
2190
+ .usa-alert-heading {
2191
+ margin-bottom: .3rem;
2192
+ margin-top: 0;
2193
+ }
2194
+
2195
+ @media screen and (min-width: 600px) {
2196
+ .usa-alert-heading {
2197
+ margin-top: .3rem;
2198
+ }
2199
+ }
2200
+
2201
+ .usa-alert-text {
2202
+ font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
2203
+ margin-bottom: 0;
2204
+ margin-top: 0;
2205
+ }
2206
+
2207
+ .usa-alert-success {
2208
+ background-color: #e7f4e4;
2209
+ background-image: image_url('alerts/success.png');
2210
+ background-image: image_url('alerts/success.svg');
2211
+ }
2212
+
2213
+ .usa-alert-warning {
2214
+ background-color: #fff1d2;
2215
+ background-image: image_url('alerts/warning.png');
2216
+ background-image: image_url('alerts/warning.svg');
2217
+ }
2218
+
2219
+ .usa-alert-error {
2220
+ background-color: #f9dede;
2221
+ background-image: image_url('alerts/error.png');
2222
+ background-image: image_url('alerts/error.svg');
2223
+ }
2224
+
2225
+ .usa-alert-info {
2226
+ background-color: #e1f3f8;
2227
+ background-image: image_url('alerts/info.png');
2228
+ background-image: image_url('alerts/info.svg');
2229
+ }
2230
+
2231
+ .usa-alert-no_icon {
2232
+ background-image: none;
2233
+ }
2234
+
2235
+ .usa-banner {
2236
+ background-color: #f1f1f1;
2237
+ padding-bottom: 0.7rem;
2238
+ }
2239
+
2240
+ @media screen and (min-width: 481px) {
2241
+ .usa-banner {
2242
+ font-size: 1.3rem;
2243
+ padding-bottom: 0;
2244
+ }
2245
+ }
2246
+
2247
+ .usa-banner-content {
2248
+ padding-right: 1.5rem;
2249
+ padding-bottom: 3px;
2250
+ padding-left: 1.5rem;
2251
+ background-color: transparent;
2252
+ font-size: 1.5rem;
2253
+ padding-top: 2rem;
2254
+ width: 100%;
2255
+ }
2256
+
2257
+ @media screen and (min-width: 600px) {
2258
+ .usa-banner-content {
2259
+ padding-bottom: 2.3rem;
2260
+ padding-top: 4rem;
2261
+ }
2262
+ }
2263
+
2264
+ @media screen and (min-width: 951px) {
2265
+ .usa-banner-content {
2266
+ padding-right: 3rem;
2267
+ padding-left: 3rem;
2268
+ }
2269
+ }
2270
+
2271
+ .usa-banner-content p:first-child {
2272
+ margin-top: 1rem;
2273
+ }
2274
+
2275
+ @media screen and (min-width: 600px) {
2276
+ .usa-banner-content p:first-child {
2277
+ margin-top: 0;
2278
+ }
2279
+ }
2280
+
2281
+ .usa-banner-inner {
2282
+ max-width: 1200px;
2283
+ margin-left: auto;
2284
+ margin-right: auto;
2285
+ padding-right: 1.5rem;
2286
+ padding-left: 1.5rem;
2287
+ max-width: 1040px;
2288
+ }
2289
+
2290
+ .usa-banner-inner::after {
2291
+ clear: both;
2292
+ content: "";
2293
+ display: block;
2294
+ }
2295
+
2296
+ @media screen and (min-width: 951px) {
2297
+ .usa-banner-inner {
2298
+ padding-right: 3rem;
2299
+ padding-left: 3rem;
2300
+ }
2301
+ }
2302
+
2303
+ .usa-banner-header {
2304
+ padding-top: 0.55rem;
2305
+ padding-bottom: 0.55rem;
2306
+ font-size: 1.2rem;
2307
+ font-weight: 400;
2308
+ }
2309
+
2310
+ @media screen and (min-width: 481px) {
2311
+ .usa-banner-header {
2312
+ padding-top: 0;
2313
+ padding-bottom: 0;
2314
+ }
2315
+ }
2316
+
2317
+ .usa-banner-header p {
2318
+ margin-top: 0;
2319
+ margin-bottom: 0;
2320
+ display: inline;
2321
+ overflow: hidden;
2322
+ vertical-align: middle;
2323
+ }
2324
+
2325
+ @media screen and (min-width: 481px) {
2326
+ .usa-banner-header p {
2327
+ margin-top: 2px;
2328
+ margin-bottom: 2px;
2329
+ display: inline-block;
2330
+ }
2331
+ }
2332
+
2333
+ .usa-banner-header img {
2334
+ float: left;
2335
+ margin-right: 1rem;
2336
+ margin-top: 1px;
2337
+ width: 2.4rem;
2338
+ }
2339
+
2340
+ @media screen and (min-width: 481px) {
2341
+ .usa-banner-header img {
2342
+ margin-right: 0.7rem;
2343
+ width: 2rem;
2344
+ }
2345
+ }
2346
+
2347
+ .usa-banner-header-expanded {
2348
+ -webkit-box-align: center;
2349
+ -ms-flex-align: center;
2350
+ align-items: center;
2351
+ border-bottom: 1px solid #aeb0b5;
2352
+ display: -webkit-box;
2353
+ display: -ms-flexbox;
2354
+ display: flex;
2355
+ font-size: 1.5rem;
2356
+ min-height: 5.6rem;
2357
+ padding-right: 3rem;
2358
+ }
2359
+
2360
+ @media screen and (min-width: 481px) {
2361
+ .usa-banner-header-expanded {
2362
+ border-bottom: none;
2363
+ display: block;
2364
+ font-size: 1.2rem;
2365
+ font-weight: 400;
2366
+ min-height: 0;
2367
+ padding-right: 0;
2368
+ }
2369
+ }
2370
+
2371
+ .usa-banner-header-expanded > .usa-banner-inner {
2372
+ margin-left: 0;
2373
+ }
2374
+
2375
+ @media screen and (min-width: 481px) {
2376
+ .usa-banner-header-expanded > .usa-banner-inner {
2377
+ margin-left: auto;
2378
+ }
2379
+ }
2380
+
2381
+ .usa-banner-header-expanded img {
2382
+ margin-right: 2.4rem;
2383
+ }
2384
+
2385
+ @media screen and (min-width: 481px) {
2386
+ .usa-banner-header-expanded img {
2387
+ margin-right: 0.7rem;
2388
+ }
2389
+ }
2390
+
2391
+ .usa-banner-header-expanded p {
2392
+ line-height: 1.3;
2393
+ vertical-align: top;
2394
+ }
2395
+
2396
+ @media screen and (min-width: 481px) {
2397
+ .usa-banner-header-expanded p {
2398
+ line-height: 1.5;
2399
+ vertical-align: middle;
2400
+ }
2401
+ }
2402
+
2403
+ .usa-banner-button {
2404
+ background-color: transparent;
2405
+ border: 0;
2406
+ border-radius: 0;
2407
+ font-weight: 400;
2408
+ margin: 0;
2409
+ outline: 0;
2410
+ padding: 0;
2411
+ text-align: left;
2412
+ -webkit-font-smoothing: auto;
2413
+ padding-top: 1.3rem;
2414
+ padding-left: 4.8rem;
2415
+ background-position-x: right;
2416
+ color: #0071bc;
2417
+ display: block;
2418
+ font-size: 1.2rem;
2419
+ height: 4.3rem;
2420
+ left: 0;
2421
+ position: absolute;
2422
+ text-decoration: underline;
2423
+ top: 0;
2424
+ width: 100%;
2425
+ }
2426
+
2427
+ .usa-banner-button:hover {
2428
+ background-color: transparent;
2429
+ }
2430
+
2431
+ @media screen and (min-width: 481px) {
2432
+ .usa-banner-button {
2433
+ padding-top: 0;
2434
+ padding-left: 0;
2435
+ display: inline;
2436
+ height: initial;
2437
+ margin-left: 3px;
2438
+ position: relative;
2439
+ vertical-align: middle;
2440
+ width: initial;
2441
+ }
2442
+ }
2443
+
2444
+ .usa-banner-button:hover {
2445
+ color: #205493;
2446
+ text-decoration: underline;
2447
+ }
2448
+
2449
+ .usa-banner-button[aria-expanded=false] {
2450
+ background-image: none;
2451
+ }
2452
+
2453
+ .usa-banner-button[aria-expanded=false]::after {
2454
+ background-image: image_url('angle-arrow-down-primary.png');
2455
+ background-image: image_url('angle-arrow-down-primary.svg');
2456
+ background-size: 100%;
2457
+ content: '';
2458
+ display: inline-block;
2459
+ height: 1rem;
2460
+ width: 1rem;
2461
+ margin-left: 0;
2462
+ }
2463
+
2464
+ .usa-banner-button[aria-expanded=false]:hover::after {
2465
+ background-image: image_url('angle-arrow-down-primary-hover.png');
2466
+ background-image: image_url('angle-arrow-down-primary-hover.svg');
2467
+ }
2468
+
2469
+ .usa-banner-button[aria-expanded=false]::after {
2470
+ background-position-y: 1px;
2471
+ }
2472
+
2473
+ .usa-banner-button[aria-expanded=true] {
2474
+ background-image: none;
2475
+ height: 5.6rem;
2476
+ }
2477
+
2478
+ .usa-banner-button[aria-expanded=true]::after {
2479
+ background-image: image-url('close.png');
2480
+ background-image: image-url('close.svg');
2481
+ background-size: 100%;
2482
+ content: '';
2483
+ display: inline-block;
2484
+ height: 1.3rem;
2485
+ width: 1.3rem;
2486
+ margin-left: 0;
2487
+ }
2488
+
2489
+ @media screen and (min-width: 481px) {
2490
+ .usa-banner-button[aria-expanded=true] {
2491
+ height: initial;
2492
+ padding: 0;
2493
+ position: relative;
2494
+ }
2495
+ .usa-banner-button[aria-expanded=true]::after {
2496
+ background-image: image_url('angle-arrow-up-primary.png');
2497
+ background-image: image_url('angle-arrow-up-primary.svg');
2498
+ background-size: 100%;
2499
+ content: '';
2500
+ display: inline-block;
2501
+ height: 1rem;
2502
+ width: 1rem;
2503
+ margin-left: 0;
2504
+ }
2505
+ .usa-banner-button[aria-expanded=true]:hover::after {
2506
+ background-image: image_url('angle-arrow-up-primary-hover.png');
2507
+ background-image: image_url('angle-arrow-up-primary-hover.svg');
2508
+ }
2509
+ .usa-banner-button[aria-expanded=true]::after {
2510
+ background-position-y: 1px;
2511
+ }
2512
+ }
2513
+
2514
+ .usa-banner-button[aria-expanded=true]::after {
2515
+ position: absolute;
2516
+ right: 1.5rem;
2517
+ top: 2.15rem;
2518
+ }
2519
+
2520
+ @media screen and (min-width: 481px) {
2521
+ .usa-banner-button[aria-expanded=true]::after {
2522
+ position: static;
2523
+ }
2524
+ }
2525
+
2526
+ .usa-banner-button[aria-expanded=true] .usa-banner-button-text {
2527
+ display: none;
2528
+ }
2529
+
2530
+ @media screen and (min-width: 481px) {
2531
+ .usa-banner-button[aria-expanded=true] .usa-banner-button-text {
2532
+ display: inline;
2533
+ }
2534
+ }
2535
+
2536
+ .usa-banner-icon {
2537
+ width: 3.8rem;
2538
+ }
2539
+
2540
+ .usa-footer .usa-unstyled-list {
2541
+ display: block;
2542
+ }
2543
+
2544
+ .usa-footer .usa-footer-primary-link {
2545
+ color: #212121;
2546
+ display: block;
2547
+ font-weight: 700;
2548
+ margin-top: 0;
2549
+ padding-bottom: 2rem;
2550
+ padding-top: 2rem;
2551
+ text-decoration: none;
2552
+ }
2553
+
2554
+ @media screen and (min-width: 600px) {
2555
+ .usa-footer .usa-footer-primary-link {
2556
+ border-top: none;
2557
+ }
2558
+ }
2559
+
2560
+ .usa-footer .usa-footer-primary-link:hover {
2561
+ text-decoration: underline;
2562
+ }
2563
+
2564
+ .usa-footer a {
2565
+ font-weight: normal;
2566
+ }
2567
+
2568
+ .usa-footer-return-to-top {
2569
+ padding-bottom: 2rem;
2570
+ padding-top: 2rem;
2571
+ }
2572
+
2573
+ .usa-footer-primary-section {
2574
+ background-color: #f1f1f1;
2575
+ }
2576
+
2577
+ .usa-footer-primary-section .usa-footer-primary-content {
2578
+ padding-left: 2.5rem;
2579
+ padding-right: 2.5rem;
2580
+ }
2581
+
2582
+ @media screen and (min-width: 600px) {
2583
+ .usa-footer-primary-section .usa-footer-primary-content {
2584
+ padding-left: 0;
2585
+ padding-right: 0;
2586
+ }
2587
+ }
2588
+
2589
+ .usa-footer-primary-section .usa-footer-primary-content li {
2590
+ margin-left: 1rem;
2591
+ }
2592
+
2593
+ @media screen and (min-width: 600px) {
2594
+ .usa-footer-primary-section .usa-footer-primary-content li {
2595
+ margin-left: 0;
2596
+ }
2597
+ }
2598
+
2599
+ @media screen and (min-width: 600px) {
2600
+ .usa-footer-primary-section .usa-grid-full {
2601
+ padding-left: 2.5rem;
2602
+ padding-right: 2.5rem;
2603
+ }
2604
+ }
2605
+
2606
+ .usa-footer-medium .usa-footer-primary-section {
2607
+ padding: 0;
2608
+ }
2609
+
2610
+ @media screen and (min-width: 600px) {
2611
+ .usa-footer-medium .usa-footer-primary-section {
2612
+ padding-bottom: 1rem;
2613
+ padding-top: 1rem;
2614
+ }
2615
+ }
2616
+
2617
+ @media screen and (min-width: 1201px) {
2618
+ .usa-footer-medium .usa-footer-primary-section .usa-footer-primary-content {
2619
+ margin-right: 6%;
2620
+ width: inherit;
2621
+ }
2622
+ }
2623
+
2624
+ @media screen and (min-width: 1201px) {
2625
+ .usa-footer-medium .usa-footer-primary-section .usa-footer-primary-content:last-child {
2626
+ margin-right: 0;
2627
+ }
2628
+ }
2629
+
2630
+ @media screen and (min-width: 600px) {
2631
+ .usa-footer-medium .usa-footer-nav ul {
2632
+ -webkit-box-align: center;
2633
+ -ms-flex-align: center;
2634
+ align-items: center;
2635
+ }
2636
+ }
2637
+
2638
+ .usa-footer-slim .usa-footer-nav a {
2639
+ display: block;
2640
+ }
2641
+
2642
+ @media screen and (min-width: 1201px) {
2643
+ .usa-footer-slim .usa-footer-nav .usa-footer-primary-content {
2644
+ margin-right: 9%;
2645
+ width: inherit;
2646
+ }
2647
+ }
2648
+
2649
+ @media screen and (min-width: 1201px) {
2650
+ .usa-footer-slim .usa-footer-nav .usa-footer-primary-content:last-child {
2651
+ margin-right: 0;
2652
+ }
2653
+ }
2654
+
2655
+ .usa-footer-slim .usa-footer-primary-section {
2656
+ padding-bottom: 2rem;
2657
+ }
2658
+
2659
+ @media screen and (min-width: 600px) {
2660
+ .usa-footer-slim .usa-footer-primary-section {
2661
+ padding-bottom: 1rem;
2662
+ padding-top: 1rem;
2663
+ }
2664
+ .usa-footer-slim .usa-footer-primary-section .usa-grid-full {
2665
+ -webkit-box-align: center;
2666
+ -ms-flex-align: center;
2667
+ align-items: center;
2668
+ }
2669
+ }
2670
+
2671
+ @media screen and (min-width: 600px) {
2672
+ .usa-footer-slim .usa-footer-contact_info > * {
2673
+ margin: 0;
2674
+ }
2675
+ }
2676
+
2677
+ @media screen and (min-width: 600px) {
2678
+ .usa-footer-slim .usa-footer-contact_info {
2679
+ padding-top: 2rem;
2680
+ padding-bottom: 2rem;
2681
+ }
2682
+ }
2683
+
2684
+ @media screen and (min-width: 600px) {
2685
+ .usa-footer-slim .usa-footer-contact_info {
2686
+ width: 100%;
2687
+ }
2688
+ }
2689
+
2690
+ @media screen and (min-width: 1201px) {
2691
+ .usa-footer-slim .usa-footer-contact_info {
2692
+ float: left;
2693
+ display: block;
2694
+ margin-right: 2.35765%;
2695
+ width: 48.82117%;
2696
+ }
2697
+ .usa-footer-slim .usa-footer-contact_info:last-child {
2698
+ margin-right: 0;
2699
+ }
2700
+ }
2701
+
2702
+ ul.usa-footer-primary-content,
2703
+ li.usa-footer-primary-content,
2704
+ li.usa-footer-primary-content {
2705
+ border-top: 1px solid #212121;
2706
+ }
2707
+
2708
+ @media screen and (min-width: 600px) {
2709
+ ul.usa-footer-primary-content,
2710
+ li.usa-footer-primary-content,
2711
+ li.usa-footer-primary-content {
2712
+ border: none;
2713
+ }
2714
+ }
2715
+
2716
+ ul.usa-footer-primary-content:last-child,
2717
+ li.usa-footer-primary-content:last-child,
2718
+ li.usa-footer-primary-content:last-child {
2719
+ border-bottom: 1px solid #212121;
2720
+ }
2721
+
2722
+ @media screen and (min-width: 600px) {
2723
+ ul.usa-footer-primary-content:last-child,
2724
+ li.usa-footer-primary-content:last-child,
2725
+ li.usa-footer-primary-content:last-child {
2726
+ border-bottom: none;
2727
+ }
2728
+ }
2729
+
2730
+ .usa-sign_up-block {
2731
+ padding-bottom: 2rem;
2732
+ padding-left: 2.5rem;
2733
+ padding-right: 2.5rem;
2734
+ }
2735
+
2736
+ @media screen and (min-width: 600px) {
2737
+ .usa-sign_up-block {
2738
+ float: right;
2739
+ padding: 0;
2740
+ }
2741
+ }
2742
+
2743
+ .usa-sign_up-block label:first-of-type {
2744
+ margin-top: 0;
2745
+ }
2746
+
2747
+ .usa-sign_up-block button {
2748
+ float: none;
2749
+ margin-right: 0;
2750
+ margin-top: 1.5rem;
2751
+ }
2752
+
2753
+ .usa-sign_up-block input {
2754
+ width: 100%;
2755
+ }
2756
+
2757
+ .usa-footer-secondary_section {
2758
+ background-color: #d6d7d9;
2759
+ padding-bottom: 3rem;
2760
+ padding-top: 3rem;
2761
+ }
2762
+
2763
+ .usa-footer-secondary_section a {
2764
+ color: #212121;
2765
+ }
2766
+
2767
+ @media screen and (min-width: 600px) {
2768
+ .usa-footer-big-secondary-section {
2769
+ padding-top: 5rem;
2770
+ }
2771
+ }
2772
+
2773
+ @media screen and (min-width: 600px) {
2774
+ .usa-footer-contact-links {
2775
+ text-align: right;
2776
+ }
2777
+ }
2778
+
2779
+ .usa-social-links a {
2780
+ text-decoration: none;
2781
+ }
2782
+
2783
+ @media screen and (min-width: 600px) {
2784
+ .usa-footer-big .usa-footer-primary-section {
2785
+ padding-bottom: 4rem;
2786
+ padding-top: 3rem;
2787
+ }
2788
+ }
2789
+
2790
+ .usa-footer-big ul {
2791
+ padding-bottom: 2.5rem;
2792
+ }
2793
+
2794
+ @media screen and (min-width: 600px) {
2795
+ .usa-footer-big ul {
2796
+ padding-bottom: 0;
2797
+ }
2798
+ }
2799
+
2800
+ .usa-footer-big ul:last-child {
2801
+ border-bottom: 1px solid #212121;
2802
+ }
2803
+
2804
+ @media screen and (min-width: 600px) {
2805
+ .usa-footer-big ul:last-child {
2806
+ border-bottom: none;
2807
+ }
2808
+ }
2809
+
2810
+ .usa-footer-big ul li {
2811
+ line-height: 2em;
2812
+ }
2813
+
2814
+ .usa-footer-big ul .usa-footer-primary-link {
2815
+ background-image: image_url('arrow-down.png');
2816
+ background-image: image_url('arrow-down.svg');
2817
+ background-position: 1.5rem center;
2818
+ background-repeat: no-repeat;
2819
+ background-size: 1.3rem;
2820
+ margin-left: 0;
2821
+ padding-left: 3.5rem;
2822
+ }
2823
+
2824
+ @media screen and (min-width: 600px) {
2825
+ .usa-footer-big ul .usa-footer-primary-link {
2826
+ background: none;
2827
+ margin-bottom: .8rem;
2828
+ padding-bottom: 0;
2829
+ padding-left: 0;
2830
+ }
2831
+ }
2832
+
2833
+ .usa-footer-big ul .usa-footer-primary-link > * {
2834
+ margin-top: 0;
2835
+ margin-bottom: 0;
2836
+ }
2837
+
2838
+ .usa-footer-big ul.hidden {
2839
+ padding-bottom: 0;
2840
+ }
2841
+
2842
+ .usa-footer-big ul.hidden li {
2843
+ display: none;
2844
+ }
2845
+
2846
+ .usa-footer-big ul.hidden .usa-footer-primary-link {
2847
+ background-image: image_url('arrow-right.png');
2848
+ background-image: image_url('arrow-right.svg');
2849
+ cursor: pointer;
2850
+ display: block;
2851
+ }
2852
+
2853
+ @media screen and (min-width: 600px) {
2854
+ .usa-footer-big ul.hidden .usa-footer-primary-link {
2855
+ background: none;
2856
+ padding-left: 0;
2857
+ }
2858
+ }
2859
+
2860
+ .usa-footer-topic {
2861
+ margin: 0;
2862
+ padding: 2rem 0;
2863
+ }
2864
+
2865
+ @media screen and (min-width: 600px) {
2866
+ .usa-sign_up-header {
2867
+ margin: 0;
2868
+ padding: 2rem 0;
2869
+ }
2870
+ }
2871
+
2872
+ .usa-footer-logo-img {
2873
+ max-width: 14rem;
2874
+ }
2875
+
2876
+ .usa-footer-slim-logo-img {
2877
+ float: left;
2878
+ max-width: 10rem;
2879
+ }
2880
+
2881
+ .usa-footer-logo-heading {
2882
+ margin-top: 2rem;
2883
+ }
2884
+
2885
+ .usa-footer-contact-heading {
2886
+ margin-top: 0;
2887
+ }
2888
+
2889
+ @media screen and (min-width: 600px) {
2890
+ .usa-footer-contact-heading {
2891
+ margin-top: 1rem;
2892
+ }
2893
+ }
2894
+
2895
+ .usa-footer-slim-logo-heading {
2896
+ display: block;
2897
+ padding-top: 1rem;
2898
+ }
2899
+
2900
+ @media screen and (min-width: 600px) {
2901
+ .usa-footer-slim-logo-heading {
2902
+ display: inline-block;
2903
+ padding-left: 1em;
2904
+ }
2905
+ }
2906
+
2907
+ .usa-social_link, .usa-link-facebook, .usa-link-twitter, .usa-link-youtube, .usa-link-rss {
2908
+ margin: 2.5rem 1rem 1.5rem 0;
2909
+ background-position: center center;
2910
+ background-repeat: no-repeat;
2911
+ background-size: auto 3rem;
2912
+ display: inline-block;
2913
+ height: 4.4rem;
2914
+ left: -1.6rem;
2915
+ position: relative;
2916
+ text-align: center;
2917
+ width: 4.4rem;
2918
+ }
2919
+
2920
+ @media screen and (min-width: 600px) {
2921
+ .usa-social_link, .usa-link-facebook, .usa-link-twitter, .usa-link-youtube, .usa-link-rss {
2922
+ margin: 0 0 0 1rem;
2923
+ left: 1.2rem;
2924
+ }
2925
+ }
2926
+
2927
+ .usa-social_link span, .usa-link-facebook span, .usa-link-twitter span, .usa-link-youtube span, .usa-link-rss span {
2928
+ position: absolute;
2929
+ left: -999em;
2930
+ }
2931
+
2932
+ .usa-link-facebook {
2933
+ background-image: image-url('social-icons/png/facebook25.png');
2934
+ background-image: image-url('social-icons/svg/facebook25.svg');
2935
+ }
2936
+
2937
+ .usa-link-twitter {
2938
+ background-image: image-url('social-icons/png/twitter16.png');
2939
+ background-image: image-url('social-icons/svg/twitter16.svg');
2940
+ }
2941
+
2942
+ .usa-link-youtube {
2943
+ background-image: image-url('social-icons/png/youtube15.png');
2944
+ background-image: image-url('social-icons/svg/youtube15.svg');
2945
+ }
2946
+
2947
+ .usa-link-rss {
2948
+ background-image: image-url('social-icons/png/rss25.png');
2949
+ background-image: image-url('social-icons/svg/rss25.svg');
2950
+ }
2951
+
2952
+ form a {
2953
+ border-bottom: 0;
2954
+ }
2955
+
2956
+ form [type="submit"],
2957
+ form [type="submit"] {
2958
+ display: block;
2959
+ margin-bottom: 1.5em;
2960
+ margin-top: 2.5rem;
2961
+ }
2962
+
2963
+ @media screen and (min-width: 600px) {
2964
+ form [type="submit"],
2965
+ form [type="submit"] {
2966
+ padding-left: 2.7em;
2967
+ padding-right: 2.7em;
2968
+ width: auto;
2969
+ }
2970
+ }
2971
+
2972
+ form [name="password"],
2973
+ form [name="confirmPassword"] {
2974
+ margin-bottom: 1.1rem;
2975
+ }
2976
+
2977
+ @media screen and (min-width: 600px) {
2978
+ .usa-form {
2979
+ max-width: 32rem;
2980
+ }
2981
+ }
2982
+
2983
+ .usa-form-note {
2984
+ float: right;
2985
+ font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
2986
+ font-size: 1.5rem;
2987
+ margin: 0 0 1.5rem;
2988
+ }
2989
+
2990
+ .usa-form-note + * {
2991
+ clear: both;
2992
+ }
2993
+
2994
+ fieldset {
2995
+ border: none;
2996
+ margin: 0;
2997
+ padding: 0;
2998
+ }
2999
+
3000
+ @media screen and (min-width: 600px) {
3001
+ .usa-form-large {
3002
+ max-width: 46rem;
3003
+ }
3004
+ }
3005
+
3006
+ @media screen and (min-width: 600px) {
3007
+ input.usa-input-tiny {
3008
+ max-width: 6rem;
3009
+ }
3010
+ }
3011
+
3012
+ @media screen and (min-width: 600px) {
3013
+ input.usa-input-medium {
3014
+ max-width: 12rem;
3015
+ }
3016
+ }
3017
+
3018
+ @media screen and (min-width: 600px) {
3019
+ .usa-input-grid {
3020
+ padding-right: 5%;
3021
+ }
3022
+ }
3023
+
3024
+ @media screen and (min-width: 600px) {
3025
+ .usa-input-grid:last-of-type {
3026
+ padding-right: 0;
3027
+ }
3028
+ }
3029
+
3030
+ @media screen and (min-width: 600px) {
3031
+ .usa-input-grid-small {
3032
+ float: left;
3033
+ width: 35%;
3034
+ }
3035
+ }
3036
+
3037
+ .usa-input-grid-small input {
3038
+ margin-bottom: 3rem;
3039
+ }
3040
+
3041
+ .usa-input-grid-small select {
3042
+ margin-bottom: 3rem;
3043
+ }
3044
+
3045
+ @media screen and (min-width: 600px) {
3046
+ .usa-input-grid-medium {
3047
+ float: left;
3048
+ width: 65%;
3049
+ }
3050
+ }
3051
+
3052
+ .usa-input-grid-medium input {
3053
+ margin-bottom: 3rem;
3054
+ }
3055
+
3056
+ .usa-input-grid-medium select {
3057
+ margin-bottom: 3rem;
3058
+ }
3059
+
3060
+ @media screen and (min-width: 600px) {
3061
+ .usa-input-grid-large {
3062
+ float: left;
3063
+ width: 100%;
3064
+ }
3065
+ }
3066
+
3067
+ .usa-input-grid-large input {
3068
+ margin-bottom: 3rem;
3069
+ }
3070
+
3071
+ .usa-input-grid-large select {
3072
+ margin-bottom: 3rem;
3073
+ }
3074
+
3075
+ .usa-additional_text {
3076
+ float: right;
3077
+ font-style: italic;
3078
+ font-weight: normal;
3079
+ }
3080
+
3081
+ .usa-checklist {
3082
+ list-style: none;
3083
+ margin-left: 0;
3084
+ padding-left: 0;
3085
+ }
3086
+
3087
+ .usa-checklist li {
3088
+ display: inline-block;
3089
+ list-style: none;
3090
+ margin-bottom: 0;
3091
+ margin-top: 0;
3092
+ padding-left: 3em;
3093
+ text-indent: -2em;
3094
+ }
3095
+
3096
+ .usa-checklist li::before {
3097
+ content: ' ';
3098
+ display: inline-block;
3099
+ height: .8em;
3100
+ margin-right: .2em;
3101
+ width: 1.8em;
3102
+ }
3103
+
3104
+ .usa-checklist-checked::before {
3105
+ background-image: image_url('correct9.png');
3106
+ background-image: image_url('correct9.svg');
3107
+ background-position: 100%;
3108
+ background-repeat: no-repeat;
3109
+ background-size: 100%;
3110
+ }
3111
+
3112
+ .usa-graphic_list .usa-graphic_list-row .usa-media_block {
3113
+ margin-bottom: 3rem;
3114
+ }
3115
+
3116
+ @media screen and (min-width: 600px) {
3117
+ .usa-graphic_list .usa-graphic_list-row .usa-media_block {
3118
+ margin-bottom: 6rem;
3119
+ }
3120
+ }
3121
+
3122
+ @media screen and (min-width: 600px) {
3123
+ .usa-graphic_list .usa-graphic_list-row:last-child .usa-media_block {
3124
+ margin-bottom: 0;
3125
+ }
3126
+ }
3127
+
3128
+ .usa-graphic_list .usa-graphic_list-row:last-child .usa-media_block:last-child {
3129
+ margin-bottom: 0;
3130
+ }
3131
+
3132
+ .usa-graphic_list .usa-media_block-img {
3133
+ margin-right: 3rem;
3134
+ }
3135
+
3136
+ .usa-graphic_list .usa-media_block-body > :first-child {
3137
+ margin-top: 0;
3138
+ }
3139
+
3140
+ .usa-hero {
3141
+ padding-top: 3rem;
3142
+ padding-bottom: 3rem;
3143
+ background-image: image_url('hero.png');
3144
+ background-position: center;
3145
+ background-size: cover;
3146
+ }
3147
+
3148
+ .usa-hero .usa-button {
3149
+ color: #ffffff;
3150
+ }
3151
+
3152
+ .usa-section-dark .usa-hero-link {
3153
+ color: #02bfe7;
3154
+ }
3155
+
3156
+ .usa-hero-callout {
3157
+ background-color: #112e51;
3158
+ padding: 3rem;
3159
+ }
3160
+
3161
+ @media screen and (min-width: 481px) {
3162
+ .usa-hero-callout {
3163
+ max-width: 30rem;
3164
+ }
3165
+ }
3166
+
3167
+ .usa-hero-callout > *:first-child {
3168
+ margin-top: 0;
3169
+ margin-bottom: 3rem;
3170
+ }
3171
+
3172
+ .usa-hero-callout .usa-button {
3173
+ font-size: 1.4rem;
3174
+ margin-top: 7rem;
3175
+ width: 100%;
3176
+ }
3177
+
3178
+ .usa-hero-callout-alt {
3179
+ color: #ffffff;
3180
+ display: block;
3181
+ }
3182
+
3183
+ .usa-layout-docs {
3184
+ display: -webkit-box;
3185
+ display: -ms-flexbox;
3186
+ display: flex;
3187
+ -webkit-box-orient: vertical;
3188
+ -webkit-box-direction: normal;
3189
+ -ms-flex-direction: column;
3190
+ flex-direction: column;
3191
+ }
3192
+
3193
+ @media screen and (min-width: 1201px) {
3194
+ .usa-layout-docs {
3195
+ display: inherit;
3196
+ }
3197
+ }
3198
+
3199
+ .usa-layout-docs .usa-grid > :first-child:not(.usa-width-*) {
3200
+ margin-top: 0;
3201
+ }
3202
+
3203
+ .usa-layout-docs .usa-grid > :last-child:not(.usa-width-*) {
3204
+ margin-bottom: 0;
3205
+ }
3206
+
3207
+ .usa-layout-docs-sidenav {
3208
+ -webkit-box-ordinal-group: 3;
3209
+ -ms-flex-order: 2;
3210
+ order: 2;
3211
+ }
3212
+
3213
+ .usa-layout-docs-main_content {
3214
+ margin-bottom: 3rem;
3215
+ -webkit-box-ordinal-group: 2;
3216
+ -ms-flex-order: 1;
3217
+ order: 1;
3218
+ }
3219
+
3220
+ @media screen and (min-width: 1201px) {
3221
+ .usa-layout-docs-main_content {
3222
+ margin-bottom: 0;
3223
+ }
3224
+ }
3225
+
3226
+ .usa-layout-docs-main_content > :first-child {
3227
+ margin-top: 0;
3228
+ }
3229
+
3230
+ .usa-media_block-img {
3231
+ float: left;
3232
+ margin-right: 1rem;
3233
+ }
3234
+
3235
+ .usa-media_block-body {
3236
+ overflow: hidden;
3237
+ }
3238
+
3239
+ .usa-section {
3240
+ padding-top: 3rem;
3241
+ padding-bottom: 3rem;
3242
+ }
3243
+
3244
+ @media screen and (min-width: 600px) {
3245
+ .usa-section {
3246
+ padding-top: 6rem;
3247
+ padding-bottom: 6rem;
3248
+ }
3249
+ }
3250
+
3251
+ .usa-section-light {
3252
+ background-color: #f1f1f1;
3253
+ }
3254
+
3255
+ .usa-section-dark {
3256
+ background-color: #112e51;
3257
+ color: #ffffff;
3258
+ }
3259
+
3260
+ .usa-section-dark h1,
3261
+ .usa-section-dark h2,
3262
+ .usa-section-dark h3,
3263
+ .usa-section-dark h4,
3264
+ .usa-section-dark h5,
3265
+ .usa-section-dark h6 {
3266
+ color: #02bfe7;
3267
+ }
3268
+
3269
+ .usa-section-dark p {
3270
+ color: #ffffff;
3271
+ }
3272
+
3273
+ .usa-section-dark a {
3274
+ color: #d6d7d9;
3275
+ }
3276
+
3277
+ .usa-section-dark a:hover {
3278
+ color: #ffffff;
3279
+ }
3280
+
3281
+ .usa-sidenav-list {
3282
+ margin-top: 0;
3283
+ margin-bottom: 0;
3284
+ list-style-type: none;
3285
+ padding-left: 0;
3286
+ }
3287
+
3288
+ .usa-sidenav-list > li {
3289
+ margin-bottom: 0;
3290
+ }
3291
+
3292
+ .usa-sidenav-list > li {
3293
+ background-color: transparent;
3294
+ border-top: 1px solid #5b616b;
3295
+ font-size: 1.7rem;
3296
+ }
3297
+
3298
+ .usa-sidenav-list > li:first-child {
3299
+ border-top: none;
3300
+ }
3301
+
3302
+ .usa-sidenav-list a {
3303
+ border: none;
3304
+ color: #212121;
3305
+ display: block;
3306
+ font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
3307
+ line-height: 1.3;
3308
+ padding: 0.85rem 1rem 0.85rem 1.8rem;
3309
+ text-decoration: none;
3310
+ }
3311
+
3312
+ .usa-sidenav-list a:hover {
3313
+ background-color: #f1f1f1;
3314
+ color: #0071bc;
3315
+ text-decoration: none;
3316
+ }
3317
+
3318
+ .usa-sidenav-list a:focus {
3319
+ position: relative;
3320
+ z-index: 1;
3321
+ }
3322
+
3323
+ .usa-sidenav-list a.usa-current {
3324
+ border-left: 4px solid #0071bc;
3325
+ color: #0071bc;
3326
+ font-weight: 700;
3327
+ padding-left: 1.4rem;
3328
+ }
3329
+
3330
+ .usa-sidenav-sub_list {
3331
+ margin-top: 0;
3332
+ margin-bottom: 0;
3333
+ list-style-type: none;
3334
+ padding-left: 0;
3335
+ margin: 0;
3336
+ width: 100%;
3337
+ }
3338
+
3339
+ .usa-sidenav-sub_list > li {
3340
+ margin-bottom: 0;
3341
+ }
3342
+
3343
+ .usa-sidenav-sub_list li {
3344
+ border: none;
3345
+ font-size: 1.5rem;
3346
+ }
3347
+
3348
+ .usa-sidenav-sub_list a {
3349
+ padding-left: 2.8rem;
3350
+ line-height: 1.3;
3351
+ }
3352
+
3353
+ .usa-sidenav-sub_list a:hover, .usa-sidenav-sub_list a.usa-current {
3354
+ border: none;
3355
+ padding-left: 2.8rem;
3356
+ }
3357
+
3358
+ .usa-sidenav-sub_list .usa-sidenav-sub_list a {
3359
+ padding-left: 3.8rem;
3360
+ }
3361
+
3362
+ .usa-sidenav-sub_list .usa-sidenav-sub_list a:hover {
3363
+ padding-left: 3.8rem;
3364
+ }
3365
+
3366
+ .usa-header {
3367
+ width: 100%;
3368
+ z-index: 7000;
3369
+ }
3370
+
3371
+ @media screen and (min-width: 951px) {
3372
+ .usa-header {
3373
+ border-bottom: 1px solid #aeb0b5;
3374
+ }
3375
+ }
3376
+
3377
+ .usa-header a {
3378
+ border-bottom: none;
3379
+ }
3380
+
3381
+ .usa-header .usa-search {
3382
+ margin-bottom: 1.5rem;
3383
+ }
3384
+
3385
+ @media screen and (min-width: 951px) {
3386
+ .usa-header .usa-search {
3387
+ float: right;
3388
+ margin-bottom: 0;
3389
+ max-width: 21.5rem;
3390
+ }
3391
+ }
3392
+
3393
+ .usa-navbar {
3394
+ border-bottom: 1px solid #aeb0b5;
3395
+ height: 4rem;
3396
+ }
3397
+
3398
+ @media screen and (min-width: 951px) {
3399
+ .usa-navbar {
3400
+ border-bottom: none;
3401
+ display: inline-block;
3402
+ height: 10.3rem;
3403
+ }
3404
+ }
3405
+
3406
+ .usa-logo {
3407
+ float: left;
3408
+ line-height: 4rem;
3409
+ margin-left: 1.5rem;
3410
+ }
3411
+
3412
+ @media screen and (min-width: 951px) {
3413
+ .usa-logo {
3414
+ line-height: 7.5rem;
3415
+ margin-left: 0;
3416
+ }
3417
+ }
3418
+
3419
+ .usa-logo a {
3420
+ color: #212121;
3421
+ text-decoration: none;
3422
+ }
3423
+
3424
+ .usa-logo br {
3425
+ display: none;
3426
+ }
3427
+
3428
+ @media screen and (min-width: 951px) {
3429
+ .usa-logo br {
3430
+ display: block;
3431
+ }
3432
+ }
3433
+
3434
+ .usa-logo-text {
3435
+ display: block;
3436
+ font-size: 1.5rem;
3437
+ font-style: normal;
3438
+ font-weight: 700;
3439
+ margin: 0;
3440
+ }
3441
+
3442
+ @media screen and (min-width: 951px) {
3443
+ .usa-logo-text {
3444
+ display: block;
3445
+ font-size: 2.4rem;
3446
+ line-height: 1.3;
3447
+ }
3448
+ }
3449
+
3450
+ .usa-menu-btn {
3451
+ background-color: transparent;
3452
+ border: 0;
3453
+ border-radius: 0;
3454
+ font-weight: 400;
3455
+ margin: 0;
3456
+ outline: 0;
3457
+ padding: 0;
3458
+ text-align: left;
3459
+ -webkit-font-smoothing: auto;
3460
+ background-color: #0071bc;
3461
+ color: #ffffff;
3462
+ display: inline;
3463
+ float: right;
3464
+ font-size: 1.3rem;
3465
+ height: 4rem;
3466
+ line-height: 4rem;
3467
+ text-align: center;
3468
+ text-decoration: none;
3469
+ text-transform: uppercase;
3470
+ width: 5.8rem;
3471
+ }
3472
+
3473
+ .usa-menu-btn:hover {
3474
+ background-color: transparent;
3475
+ }
3476
+
3477
+ @media screen and (min-width: 951px) {
3478
+ .usa-menu-btn {
3479
+ display: none;
3480
+ }
3481
+ }
3482
+
3483
+ .usa-menu-btn:hover {
3484
+ color: #ffffff;
3485
+ background-color: #205493;
3486
+ }
3487
+
3488
+ .usa-menu-btn:visited {
3489
+ color: #ffffff;
3490
+ }
3491
+
3492
+ .usa-overlay {
3493
+ position: fixed;
3494
+ top: 0;
3495
+ right: 0;
3496
+ bottom: 0;
3497
+ left: 0;
3498
+ background: #000000;
3499
+ opacity: 0;
3500
+ -webkit-transition: all 0.2s ease-in-out;
3501
+ transition: all 0.2s ease-in-out;
3502
+ visibility: hidden;
3503
+ z-index: 8000;
3504
+ }
3505
+
3506
+ .usa-overlay.is-visible {
3507
+ opacity: 0.1;
3508
+ visibility: visible;
3509
+ }
3510
+
3511
+ .usa-nav-link {
3512
+ -moz-osx-font-smoothing: grayscale;
3513
+ -webkit-font-smoothing: antialiased;
3514
+ }
3515
+
3516
+ @media screen and (min-width: 951px) {
3517
+ .usa-nav-link:hover span {
3518
+ border-bottom: 0.7rem solid #0071bc;
3519
+ padding-bottom: 1rem;
3520
+ }
3521
+ }
3522
+
3523
+ @media screen and (min-width: 951px) {
3524
+ .usa-nav-container {
3525
+ max-width: 1200px;
3526
+ margin-left: auto;
3527
+ margin-right: auto;
3528
+ padding-right: 3rem;
3529
+ padding-left: 3rem;
3530
+ max-width: 1040px;
3531
+ }
3532
+ .usa-nav-container::after {
3533
+ clear: both;
3534
+ content: "";
3535
+ display: block;
3536
+ }
3537
+ }
3538
+
3539
+ .usa-nav {
3540
+ position: fixed;
3541
+ top: 0;
3542
+ right: 0;
3543
+ bottom: 0;
3544
+ left: auto;
3545
+ height: 100%;
3546
+ width: 26rem;
3547
+ -webkit-transform: translateX(26rem);
3548
+ -ms-transform: translateX(26rem);
3549
+ transform: translateX(26rem);
3550
+ background: #ffffff;
3551
+ border-left: 1px solid #aeb0b5;
3552
+ border-right: 0;
3553
+ display: -webkit-box;
3554
+ display: -ms-flexbox;
3555
+ display: flex;
3556
+ -webkit-box-orient: vertical;
3557
+ -webkit-box-direction: normal;
3558
+ -ms-flex-direction: column;
3559
+ flex-direction: column;
3560
+ overflow-y: auto;
3561
+ padding: 2rem;
3562
+ z-index: 9000;
3563
+ }
3564
+
3565
+ @media screen and (min-width: 951px) {
3566
+ .usa-nav {
3567
+ padding-top: 5rem;
3568
+ padding-right: 0;
3569
+ padding-bottom: 0;
3570
+ -webkit-transform: translateX(0);
3571
+ -ms-transform: translateX(0);
3572
+ transform: translateX(0);
3573
+ border-left: none;
3574
+ display: block;
3575
+ float: right;
3576
+ overflow-y: visible;
3577
+ position: relative;
3578
+ width: auto;
3579
+ }
3580
+ }
3581
+
3582
+ .usa-nav.is-visible {
3583
+ -webkit-transform: translateX(0);
3584
+ -ms-transform: translateX(0);
3585
+ transform: translateX(0);
3586
+ -webkit-transition: all 0.3s ease-in-out;
3587
+ transition: all 0.3s ease-in-out;
3588
+ }
3589
+
3590
+ .usa-nav nav {
3591
+ margin-top: 6rem;
3592
+ min-height: 100%;
3593
+ }
3594
+
3595
+ @media screen and (min-width: 951px) {
3596
+ .usa-nav nav {
3597
+ margin-top: 0;
3598
+ }
3599
+ }
3600
+
3601
+ .usa-nav .usa-current {
3602
+ border-left: 4px solid #0071bc;
3603
+ color: #0071bc;
3604
+ font-weight: 700;
3605
+ padding-left: 1.4rem;
3606
+ }
3607
+
3608
+ .usa-nav .usa-button {
3609
+ width: 100%;
3610
+ }
3611
+
3612
+ @media screen and (min-width: 951px) {
3613
+ .usa-nav .usa-search {
3614
+ margin-left: 1.5rem;
3615
+ }
3616
+ }
3617
+
3618
+ .usa-nav-primary {
3619
+ margin-top: 0;
3620
+ margin-bottom: 0;
3621
+ list-style-type: none;
3622
+ padding-left: 0;
3623
+ -webkit-box-ordinal-group: 3;
3624
+ -ms-flex-order: 2;
3625
+ order: 2;
3626
+ }
3627
+
3628
+ .usa-nav-primary > li {
3629
+ margin-bottom: 0;
3630
+ }
3631
+
3632
+ .usa-nav-primary > li {
3633
+ background-color: transparent;
3634
+ border-top: 1px solid #5b616b;
3635
+ font-size: 1.7rem;
3636
+ }
3637
+
3638
+ .usa-nav-primary > li:first-child {
3639
+ border-top: none;
3640
+ }
3641
+
3642
+ .usa-nav-primary a {
3643
+ border: none;
3644
+ color: #212121;
3645
+ display: block;
3646
+ font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
3647
+ line-height: 1.3;
3648
+ padding: 0.85rem 1rem 0.85rem 1.8rem;
3649
+ text-decoration: none;
3650
+ }
3651
+
3652
+ .usa-nav-primary a:hover {
3653
+ background-color: #f1f1f1;
3654
+ color: #0071bc;
3655
+ text-decoration: none;
3656
+ }
3657
+
3658
+ .usa-nav-primary a:focus {
3659
+ position: relative;
3660
+ z-index: 1;
3661
+ }
3662
+
3663
+ .usa-nav-primary a.usa-current {
3664
+ border-left: 4px solid #0071bc;
3665
+ color: #0071bc;
3666
+ font-weight: 700;
3667
+ padding-left: 1.4rem;
3668
+ }
3669
+
3670
+ @media screen and (min-width: 951px) {
3671
+ .usa-nav-primary {
3672
+ display: inline;
3673
+ }
3674
+ }
3675
+
3676
+ @media screen and (min-width: 951px) {
3677
+ .usa-nav-primary li {
3678
+ border-top: none;
3679
+ }
3680
+ }
3681
+
3682
+ .usa-nav-primary > li {
3683
+ width: auto;
3684
+ }
3685
+
3686
+ @media screen and (min-width: 951px) {
3687
+ .usa-nav-primary > li {
3688
+ display: inline-block;
3689
+ margin-left: -4px;
3690
+ }
3691
+ }
3692
+
3693
+ @media screen and (min-width: 951px) {
3694
+ .usa-nav-primary > li > a {
3695
+ padding: 1.3rem 1.5rem 1.7rem;
3696
+ color: #5b616b;
3697
+ font-size: 1.5rem;
3698
+ font-weight: 700;
3699
+ line-height: 1.2;
3700
+ }
3701
+ }
3702
+
3703
+ @media screen and (min-width: 951px) {
3704
+ .usa-nav-primary > li > a:hover {
3705
+ background-color: transparent;
3706
+ }
3707
+ }
3708
+
3709
+ .usa-nav-primary button {
3710
+ background-color: transparent;
3711
+ border: 0;
3712
+ border-radius: 0;
3713
+ font-weight: 400;
3714
+ margin: 0;
3715
+ outline: 0;
3716
+ padding: 0;
3717
+ text-align: left;
3718
+ -webkit-font-smoothing: auto;
3719
+ -moz-osx-font-smoothing: grayscale;
3720
+ -webkit-font-smoothing: antialiased;
3721
+ font-weight: 400;
3722
+ padding: 1.4rem 1.5rem 1rem 1.8rem;
3723
+ }
3724
+
3725
+ .usa-nav-primary button:hover {
3726
+ background-color: transparent;
3727
+ }
3728
+
3729
+ @media screen and (min-width: 951px) {
3730
+ .usa-nav-primary button {
3731
+ padding-right: 3rem;
3732
+ padding-bottom: 1.9rem;
3733
+ padding-left: 1.5rem;
3734
+ color: #5b616b;
3735
+ font-size: 1.5rem;
3736
+ font-weight: 700;
3737
+ width: initial;
3738
+ }
3739
+ }
3740
+
3741
+ .usa-nav-primary button:focus, .usa-nav-primary button:active {
3742
+ box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
3743
+ }
3744
+
3745
+ .usa-nav-primary button:hover {
3746
+ background-color: #f1f1f1;
3747
+ color: #0071bc;
3748
+ }
3749
+
3750
+ @media screen and (min-width: 951px) {
3751
+ .usa-nav-primary button:hover {
3752
+ background-color: transparent;
3753
+ }
3754
+ }
3755
+
3756
+ .usa-nav-primary button[aria-expanded=false] {
3757
+ background-image: image_url('plus-alt.png');
3758
+ background-image: image_url('plus-alt.svg');
3759
+ background-repeat: no-repeat;
3760
+ background-position: right 0 center;
3761
+ background-size: 1rem;
3762
+ }
3763
+
3764
+ @media screen and (min-width: 951px) {
3765
+ .usa-nav-primary button[aria-expanded=false] {
3766
+ background-image: image_url('angle-arrow-down.png');
3767
+ background-image: image_url('angle-arrow-down.svg');
3768
+ background-position: right 1.5rem top 44%;
3769
+ }
3770
+ }
3771
+
3772
+ .usa-nav-primary button[aria-expanded=true] {
3773
+ background-image: image_url('minus-alt.png');
3774
+ background-image: image_url('minus-alt.svg');
3775
+ background-repeat: no-repeat;
3776
+ background-position: right 0 center;
3777
+ background-size: 1rem;
3778
+ }
3779
+
3780
+ @media screen and (min-width: 951px) {
3781
+ .usa-nav-primary button[aria-expanded=true] {
3782
+ background-color: #112e51;
3783
+ color: #ffffff;
3784
+ background-image: image_url('angle-arrow-down-hover.png');
3785
+ background-image: image_url('angle-arrow-down-hover.svg');
3786
+ background-position: right 1.5rem top 44%;
3787
+ }
3788
+ .usa-nav-primary button[aria-expanded=true]:hover {
3789
+ background-color: #112e51;
3790
+ }
3791
+ .usa-nav-primary button[aria-expanded=true] span {
3792
+ border-bottom: 0.7rem solid #0071bc;
3793
+ padding-bottom: 1rem;
3794
+ }
3795
+ }
3796
+
3797
+ @media screen and (min-width: 951px) {
3798
+ .usa-header-basic .usa-logo {
3799
+ bottom: 1.9rem;
3800
+ position: absolute;
3801
+ }
3802
+ }
3803
+
3804
+ @media screen and (min-width: 951px) {
3805
+ .usa-header-basic .usa-navbar {
3806
+ position: relative;
3807
+ width: 18%;
3808
+ }
3809
+ }
3810
+
3811
+ @media screen and (min-width: 951px) {
3812
+ .usa-header-extended .usa-header {
3813
+ border-bottom: none;
3814
+ }
3815
+ }
3816
+
3817
+ @media screen and (min-width: 951px) {
3818
+ .usa-header-extended .usa-logo {
3819
+ margin-top: 3rem;
3820
+ margin-bottom: 3rem;
3821
+ }
3822
+ }
3823
+
3824
+ @media screen and (min-width: 951px) {
3825
+ .usa-header-extended em {
3826
+ font-size: 3.2rem;
3827
+ line-height: 1;
3828
+ }
3829
+ }
3830
+
3831
+ @media screen and (min-width: 951px) {
3832
+ .usa-header-extended .usa-navbar {
3833
+ max-width: 1200px;
3834
+ margin-left: auto;
3835
+ margin-right: auto;
3836
+ padding-right: 3rem;
3837
+ padding-left: 3rem;
3838
+ display: block;
3839
+ height: auto;
3840
+ max-width: 1040px;
3841
+ }
3842
+ .usa-header-extended .usa-navbar::after {
3843
+ clear: both;
3844
+ content: "";
3845
+ display: block;
3846
+ }
3847
+ }
3848
+
3849
+ @media screen and (min-width: 951px) {
3850
+ .usa-header-extended .usa-nav {
3851
+ border-top: 1px solid #aeb0b5;
3852
+ float: none;
3853
+ padding: 0;
3854
+ width: 100%;
3855
+ }
3856
+ }
3857
+
3858
+ @media screen and (min-width: 951px) {
3859
+ .usa-header-extended .usa-nav-inner {
3860
+ max-width: 1200px;
3861
+ margin-left: auto;
3862
+ margin-right: auto;
3863
+ padding-right: 3rem;
3864
+ padding-left: 2rem;
3865
+ margin-top: -1px;
3866
+ max-width: 1040px;
3867
+ position: relative;
3868
+ }
3869
+ .usa-header-extended .usa-nav-inner::after {
3870
+ clear: both;
3871
+ content: "";
3872
+ display: block;
3873
+ }
3874
+ }
3875
+
3876
+ @media screen and (min-width: 951px) {
3877
+ .usa-header-extended .usa-nav-primary::after {
3878
+ clear: both;
3879
+ content: "";
3880
+ display: block;
3881
+ }
3882
+ }
3883
+
3884
+ @media screen and (min-width: 951px) {
3885
+ .usa-header-extended .usa-nav-primary button[aria-expanded=false], .usa-header-extended .usa-nav-primary button[aria-expanded=true] {
3886
+ background-position: right 1.5rem top 50%;
3887
+ }
3888
+ }
3889
+
3890
+ @media screen and (min-width: 951px) {
3891
+ .usa-header-extended .usa-nav-link {
3892
+ padding-top: 1.9rem;
3893
+ }
3894
+ }
3895
+
3896
+ @media screen and (min-width: 951px) {
3897
+ .usa-header-extended .usa-nav-submenu .usa-grid-full {
3898
+ padding-left: 1.2rem;
3899
+ }
3900
+ }
3901
+
3902
+ @media screen and (min-width: 951px) {
3903
+ .usa-header-extended .usa-megamenu {
3904
+ padding-left: 3rem;
3905
+ }
3906
+ }
3907
+
3908
+ @media screen and (min-width: 951px) {
3909
+ .usa-nav-secondary {
3910
+ position: absolute;
3911
+ right: 3rem;
3912
+ top: -5.7rem;
3913
+ }
3914
+ }
3915
+
3916
+ .usa-nav-secondary .usa-search {
3917
+ margin-top: 3rem;
3918
+ margin-bottom: 3rem;
3919
+ }
3920
+
3921
+ @media screen and (min-width: 951px) {
3922
+ .usa-nav-secondary .usa-search {
3923
+ margin-top: -0.2rem;
3924
+ margin-bottom: 0;
3925
+ margin-left: 0;
3926
+ display: none;
3927
+ float: left;
3928
+ }
3929
+ .usa-nav-secondary .usa-search.is-visible {
3930
+ display: block;
3931
+ }
3932
+ }
3933
+
3934
+ @media screen and (min-width: 951px) {
3935
+ .usa-nav-secondary-links {
3936
+ float: left;
3937
+ }
3938
+ }
3939
+
3940
+ @media screen and (min-width: 951px) {
3941
+ .usa-nav-secondary-links li {
3942
+ display: inline;
3943
+ padding-left: 1rem;
3944
+ }
3945
+ }
3946
+
3947
+ @media screen and (min-width: 951px) {
3948
+ .usa-nav-secondary-links li:not(:last-child)::after {
3949
+ content: '|';
3950
+ padding-left: 1rem;
3951
+ }
3952
+ }
3953
+
3954
+ .usa-nav-secondary-links a,
3955
+ .usa-nav-secondary-links .usa-header-search-button {
3956
+ color: #5b616b;
3957
+ display: inline-block;
3958
+ font-size: 1.5rem;
3959
+ text-decoration: none;
3960
+ }
3961
+
3962
+ .usa-nav-secondary-links a:hover,
3963
+ .usa-nav-secondary-links .usa-header-search-button:hover {
3964
+ color: #0071bc;
3965
+ }
3966
+
3967
+ .usa-nav-secondary-links .usa-header-search-button {
3968
+ background-color: transparent;
3969
+ border: 0;
3970
+ border-radius: 0;
3971
+ font-weight: 400;
3972
+ margin: 0;
3973
+ outline: 0;
3974
+ padding: 0;
3975
+ text-align: left;
3976
+ -webkit-font-smoothing: auto;
3977
+ display: none;
3978
+ }
3979
+
3980
+ .usa-nav-secondary-links .usa-header-search-button:hover {
3981
+ background-color: transparent;
3982
+ }
3983
+
3984
+ @media screen and (min-width: 951px) {
3985
+ .usa-nav-secondary-links .usa-header-search-button {
3986
+ background-image: image_url('search-alt.png');
3987
+ background-image: image_url('search-alt.svg');
3988
+ background-repeat: no-repeat;
3989
+ background-position: left center;
3990
+ background-size: 2.2rem;
3991
+ display: inline-block;
3992
+ padding-left: 2.3rem;
3993
+ }
3994
+ }
3995
+
3996
+ @media screen and (min-width: 951px) {
3997
+ .usa-nav-secondary-links .usa-header-search-button.is-hidden {
3998
+ display: none;
3999
+ }
4000
+ }
4001
+
4002
+ .usa-nav-submenu {
4003
+ margin-top: 0;
4004
+ margin-bottom: 0;
4005
+ list-style-type: none;
4006
+ padding-left: 0;
4007
+ margin: 0;
4008
+ width: 100%;
4009
+ }
4010
+
4011
+ .usa-nav-submenu > li {
4012
+ margin-bottom: 0;
4013
+ }
4014
+
4015
+ .usa-nav-submenu li {
4016
+ border: none;
4017
+ font-size: 1.5rem;
4018
+ }
4019
+
4020
+ .usa-nav-submenu a {
4021
+ padding-left: 2.8rem;
4022
+ line-height: 1.3;
4023
+ }
4024
+
4025
+ .usa-nav-submenu a:hover, .usa-nav-submenu a.usa-current {
4026
+ border: none;
4027
+ padding-left: 2.8rem;
4028
+ }
4029
+
4030
+ .usa-nav-submenu .usa-sidenav-sub_list a {
4031
+ padding-left: 3.8rem;
4032
+ }
4033
+
4034
+ .usa-nav-submenu .usa-sidenav-sub_list a:hover {
4035
+ padding-left: 3.8rem;
4036
+ }
4037
+
4038
+ @media screen and (min-width: 951px) {
4039
+ .usa-nav-submenu {
4040
+ margin-top: 0;
4041
+ margin-bottom: 0;
4042
+ list-style-type: none;
4043
+ padding-left: 0;
4044
+ padding-top: 1.15rem;
4045
+ padding-bottom: 1.15rem;
4046
+ background-color: #112e51;
4047
+ min-width: 21.5rem;
4048
+ width: auto;
4049
+ position: absolute;
4050
+ }
4051
+ .usa-nav-submenu > li {
4052
+ margin-bottom: 0;
4053
+ }
4054
+ }
4055
+
4056
+ .usa-nav-submenu[aria-hidden=true] {
4057
+ display: none;
4058
+ }
4059
+
4060
+ @media screen and (min-width: 951px) {
4061
+ .usa-nav-submenu a {
4062
+ color: #ffffff;
4063
+ padding-left: 1.8rem;
4064
+ }
4065
+ }
4066
+
4067
+ @media screen and (min-width: 951px) {
4068
+ .usa-nav-submenu a:hover {
4069
+ background-color: #112e51;
4070
+ color: #ffffff;
4071
+ text-decoration: underline;
4072
+ }
4073
+ }
4074
+
4075
+ @media screen and (min-width: 951px) {
4076
+ .usa-nav-submenu a:hover, .usa-nav-submenu a.usa-current {
4077
+ padding-left: 1.8rem;
4078
+ }
4079
+ }
4080
+
4081
+ .usa-nav-submenu li {
4082
+ margin-bottom: 0;
4083
+ }
4084
+
4085
+ .usa-nav-close {
4086
+ background-color: transparent;
4087
+ border: 0;
4088
+ border-radius: 0;
4089
+ font-weight: 400;
4090
+ margin: 0;
4091
+ outline: 0;
4092
+ padding: 0;
4093
+ text-align: left;
4094
+ -webkit-font-smoothing: auto;
4095
+ margin: -1.2rem -1.5rem 2.4rem auto;
4096
+ float: right;
4097
+ height: 4.4rem;
4098
+ text-align: center;
4099
+ width: 4.4rem;
4100
+ }
4101
+
4102
+ .usa-nav-close:hover {
4103
+ background-color: transparent;
4104
+ }
4105
+
4106
+ @media screen and (min-width: 951px) {
4107
+ .usa-nav-close {
4108
+ display: none;
4109
+ }
4110
+ }
4111
+
4112
+ .usa-nav-close img {
4113
+ width: 1.3rem;
4114
+ }
4115
+
4116
+ .usa-mobile_nav-active {
4117
+ overflow: hidden;
4118
+ }
4119
+
4120
+ @media screen and (min-width: 951px) {
4121
+ .usa-megamenu {
4122
+ padding-top: 3.15rem;
4123
+ padding-bottom: 3.15rem;
4124
+ left: -1.8rem;
4125
+ width: 100%;
4126
+ }
4127
+ }
4128
+
4129
+ @media screen and (min-width: 951px) {
4130
+ .usa-megamenu::before {
4131
+ background-color: #112e51;
4132
+ content: '';
4133
+ display: block;
4134
+ height: 100%;
4135
+ position: absolute;
4136
+ top: 0;
4137
+ width: 1000%;
4138
+ right: 100%;
4139
+ }
4140
+ }
4141
+
4142
+ @media screen and (min-width: 951px) {
4143
+ .usa-megamenu::after {
4144
+ background-color: #112e51;
4145
+ content: '';
4146
+ display: block;
4147
+ height: 100%;
4148
+ position: absolute;
4149
+ top: 0;
4150
+ width: 1000%;
4151
+ left: 100%;
4152
+ }
4153
+ }
4154
+
4155
+ @media screen and (min-width: 951px) {
4156
+ .usa-header-basic-megamenu .usa-nav {
4157
+ padding-top: 0;
4158
+ width: 100%;
4159
+ }
4160
+ }
4161
+
4162
+ .usa-header-basic-megamenu .usa-nav-inner {
4163
+ display: -webkit-box;
4164
+ display: -ms-flexbox;
4165
+ display: flex;
4166
+ -webkit-box-orient: vertical;
4167
+ -webkit-box-direction: normal;
4168
+ -ms-flex-direction: column;
4169
+ flex-direction: column;
4170
+ }
4171
+
4172
+ @media screen and (min-width: 951px) {
4173
+ .usa-header-basic-megamenu .usa-nav-inner {
4174
+ display: initial;
4175
+ float: right;
4176
+ margin-top: -4.8rem;
4177
+ }
4178
+ }
4179
+
4180
+ @media screen and (min-width: 951px) {
4181
+ .usa-header-basic-megamenu .usa-nav-submenu .usa-grid-full {
4182
+ margin-left: -1.8rem;
4183
+ }
4184
+ }
4185
+
4186
+ @media screen and (min-width: 951px) {
4187
+ .usa-megamenu-col {
4188
+ float: left;
4189
+ display: block;
4190
+ margin-right: 2.35765%;
4191
+ width: 23.23176%;
4192
+ }
4193
+ .usa-megamenu-col:last-child {
4194
+ margin-right: 0;
4195
+ }
4196
+ .usa-megamenu-col:nth-child(2n) {
4197
+ float: left;
4198
+ display: block;
4199
+ margin-right: 2.35765%;
4200
+ width: 23.23176%;
4201
+ }
4202
+ .usa-megamenu-col:nth-child(2n):last-child {
4203
+ margin-right: 0;
4204
+ }
4205
+ .usa-megamenu-col:nth-child(4n) {
4206
+ margin-right: 0;
4207
+ }
4208
+ }
4209
+
4210
+ .usa-megamenu-col > ul {
4211
+ margin-top: 0;
4212
+ margin-bottom: 0;
4213
+ list-style-type: none;
4214
+ padding-left: 0;
4215
+ }
4216
+
4217
+ .usa-megamenu-col > ul > li {
4218
+ margin-bottom: 0;
4219
+ }
4220
+
4221
+ .usa-search {
4222
+ max-width: none;
4223
+ position: relative;
4224
+ }
4225
+
4226
+ .usa-search::after {
4227
+ clear: both;
4228
+ content: "";
4229
+ display: block;
4230
+ }
4231
+
4232
+ .usa-search [type="search"],
4233
+ .usa-search .usa-search-input {
4234
+ padding-top: 0;
4235
+ padding-bottom: 0;
4236
+ -webkit-appearance: none;
4237
+ border-bottom-right-radius: 0;
4238
+ border-right: none;
4239
+ border-top-right-radius: 0;
4240
+ box-sizing: border-box;
4241
+ float: left;
4242
+ font-size: 1.4rem;
4243
+ height: 3.3rem;
4244
+ margin: 0;
4245
+ width: calc(100% - 4.5rem);
4246
+ }
4247
+
4248
+ @media screen and (min-width: 481px) {
4249
+ .usa-search [type="search"],
4250
+ .usa-search .usa-search-input {
4251
+ width: calc(100% - 8.5rem);
4252
+ }
4253
+ }
4254
+
4255
+ .usa-search [type="submit"],
4256
+ .usa-search .usa-search-submit {
4257
+ background-image: image-url('search.png');
4258
+ background-image: image_url('search.svg');
4259
+ background-position: 50%;
4260
+ background-repeat: no-repeat;
4261
+ border-bottom-left-radius: 0;
4262
+ border-top-left-radius: 0;
4263
+ height: 3.3rem;
4264
+ margin: 0;
4265
+ padding: 0;
4266
+ width: 4.5rem;
4267
+ }
4268
+
4269
+ @media screen and (min-width: 481px) {
4270
+ .usa-search [type="submit"],
4271
+ .usa-search .usa-search-submit {
4272
+ background-image: none;
4273
+ width: 8.5rem;
4274
+ }
4275
+ }
4276
+
4277
+ .usa-search .usa-search-submit-text {
4278
+ display: none;
4279
+ }
4280
+
4281
+ @media screen and (min-width: 481px) {
4282
+ .usa-search .usa-search-submit-text {
4283
+ display: block;
4284
+ }
4285
+ }
4286
+
4287
+ @media screen and (min-width: 481px) {
4288
+ .usa-search.usa-search-big [type="search"],
4289
+ .usa-search.usa-search-big .usa-search-input {
4290
+ font-size: 1.7rem;
4291
+ height: 4.4rem;
4292
+ width: calc(100% - 11.6rem);
4293
+ }
4294
+ .usa-search.usa-search-big [type="submit"],
4295
+ .usa-search.usa-search-big .usa-search-submit {
4296
+ font-size: 2rem;
4297
+ height: 4.4rem;
4298
+ width: 11.6rem;
4299
+ }
4300
+ }
4301
+
4302
+ @media screen and (min-width: 481px) {
4303
+ .usa-search.usa-search-small [type="search"],
4304
+ .usa-search.usa-search-small .usa-search-input {
4305
+ width: calc(100% - 4.5rem);
4306
+ }
4307
+ .usa-search.usa-search-small [type="submit"],
4308
+ .usa-search.usa-search-small .usa-search-submit {
4309
+ background-image: image_url('search.png');
4310
+ background-image: image_url('search.svg');
4311
+ background-position: 50%;
4312
+ background-repeat: no-repeat;
4313
+ width: 4.5rem;
4314
+ }
4315
+ }
4316
+
4317
+ .usa-skipnav {
4318
+ background: transparent;
4319
+ color: #212121;
4320
+ left: 0;
4321
+ padding: 1rem 1.5rem;
4322
+ position: absolute;
4323
+ top: -4.2rem;
4324
+ -webkit-transition: all 0.2s ease-in-out;
4325
+ transition: all 0.2s ease-in-out;
4326
+ z-index: 100;
4327
+ }
4328
+
4329
+ .usa-skipnav:focus {
4330
+ background: #ffffff;
4331
+ left: 0;
4332
+ outline: 0;
4333
+ position: absolute;
4334
+ top: 0;
4335
+ -webkit-transition: all 0.2s ease-in-out;
4336
+ transition: all 0.2s ease-in-out;
4337
+ }