va_common 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (285) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +9 -0
  3. data/.travis.yml +4 -0
  4. data/CODE_OF_CONDUCT.md +13 -0
  5. data/Gemfile +4 -0
  6. data/README.md +66 -0
  7. data/Rakefile +1 -0
  8. data/app/assets/fonts/merriweather-bold-webfont.eot +0 -0
  9. data/app/assets/fonts/merriweather-bold-webfont.svg +294 -0
  10. data/app/assets/fonts/merriweather-bold-webfont.ttf +0 -0
  11. data/app/assets/fonts/merriweather-bold-webfont.woff +0 -0
  12. data/app/assets/fonts/merriweather-bold-webfont.woff2 +0 -0
  13. data/app/assets/fonts/merriweather-italic-webfont.eot +0 -0
  14. data/app/assets/fonts/merriweather-italic-webfont.svg +283 -0
  15. data/app/assets/fonts/merriweather-italic-webfont.ttf +0 -0
  16. data/app/assets/fonts/merriweather-italic-webfont.woff +0 -0
  17. data/app/assets/fonts/merriweather-italic-webfont.woff2 +0 -0
  18. data/app/assets/fonts/merriweather-light-webfont.eot +0 -0
  19. data/app/assets/fonts/merriweather-light-webfont.svg +299 -0
  20. data/app/assets/fonts/merriweather-light-webfont.ttf +0 -0
  21. data/app/assets/fonts/merriweather-light-webfont.woff +0 -0
  22. data/app/assets/fonts/merriweather-light-webfont.woff2 +0 -0
  23. data/app/assets/fonts/merriweather-regular-webfont.eot +0 -0
  24. data/app/assets/fonts/merriweather-regular-webfont.svg +294 -0
  25. data/app/assets/fonts/merriweather-regular-webfont.ttf +0 -0
  26. data/app/assets/fonts/merriweather-regular-webfont.woff +0 -0
  27. data/app/assets/fonts/merriweather-regular-webfont.woff2 +0 -0
  28. data/app/assets/fonts/sourcesanspro-bold-webfont.eot +0 -0
  29. data/app/assets/fonts/sourcesanspro-bold-webfont.svg +965 -0
  30. data/app/assets/fonts/sourcesanspro-bold-webfont.ttf +0 -0
  31. data/app/assets/fonts/sourcesanspro-bold-webfont.woff +0 -0
  32. data/app/assets/fonts/sourcesanspro-bold-webfont.woff2 +0 -0
  33. data/app/assets/fonts/sourcesanspro-italic-webfont.eot +0 -0
  34. data/app/assets/fonts/sourcesanspro-italic-webfont.svg +853 -0
  35. data/app/assets/fonts/sourcesanspro-italic-webfont.ttf +0 -0
  36. data/app/assets/fonts/sourcesanspro-italic-webfont.woff +0 -0
  37. data/app/assets/fonts/sourcesanspro-italic-webfont.woff2 +0 -0
  38. data/app/assets/fonts/sourcesanspro-light-webfont.eot +0 -0
  39. data/app/assets/fonts/sourcesanspro-light-webfont.svg +915 -0
  40. data/app/assets/fonts/sourcesanspro-light-webfont.ttf +0 -0
  41. data/app/assets/fonts/sourcesanspro-light-webfont.woff +0 -0
  42. data/app/assets/fonts/sourcesanspro-light-webfont.woff2 +0 -0
  43. data/app/assets/fonts/sourcesanspro-regular-webfont.eot +0 -0
  44. data/app/assets/fonts/sourcesanspro-regular-webfont.svg +989 -0
  45. data/app/assets/fonts/sourcesanspro-regular-webfont.ttf +0 -0
  46. data/app/assets/fonts/sourcesanspro-regular-webfont.woff +0 -0
  47. data/app/assets/fonts/sourcesanspro-regular-webfont.woff2 +0 -0
  48. data/app/assets/images/design/background/thread.png +0 -0
  49. data/app/assets/images/design/logo/logo-alt-hover.png +0 -0
  50. data/app/assets/images/design/logo/logo-alt.png +0 -0
  51. data/app/assets/images/design/logo/logo-hover.png +0 -0
  52. data/app/assets/images/design/logo/logo-small.png +0 -0
  53. data/app/assets/images/design/logo/logo.png +0 -0
  54. data/app/assets/images/design/logo/og-image.jpg +0 -0
  55. data/app/assets/images/design/seal/seal-footer.png +0 -0
  56. data/app/assets/images/design/seal/seal-footer.svg +1 -0
  57. data/app/assets/images/design/seal/seal.png +0 -0
  58. data/app/assets/images/design/seal/stars.png +0 -0
  59. data/app/assets/images/icons/apple-touch-icon-114x114.png +0 -0
  60. data/app/assets/images/icons/apple-touch-icon-152x152.png +0 -0
  61. data/app/assets/images/icons/apple-touch-icon-72x72.png +0 -0
  62. data/app/assets/images/icons/apple-touch-icon.png +0 -0
  63. data/app/assets/images/icons/favicon.ico +0 -0
  64. data/app/assets/images/icons/va.png +0 -0
  65. data/app/assets/images/icons/watermark.png +0 -0
  66. data/app/assets/images/icons/wrench.png +0 -0
  67. data/app/assets/images/social-icons/png/facebook25.png +0 -0
  68. data/app/assets/images/social-icons/png/rss25.png +0 -0
  69. data/app/assets/images/social-icons/png/twitter16.png +0 -0
  70. data/app/assets/images/social-icons/png/youtube15.png +0 -0
  71. data/app/assets/images/social-icons/svg/facebook25.svg +11 -0
  72. data/app/assets/images/social-icons/svg/rss25.svg +1 -0
  73. data/app/assets/images/social-icons/svg/twitter16.svg +15 -0
  74. data/app/assets/images/social-icons/svg/youtube15.svg +1 -0
  75. data/app/assets/js/components.js +376 -0
  76. data/app/assets/js/foundation/foundation.abide.js +408 -0
  77. data/app/assets/js/foundation/foundation.accordion.js +88 -0
  78. data/app/assets/js/foundation/foundation.alert.js +43 -0
  79. data/app/assets/js/foundation/foundation.clearing.js +586 -0
  80. data/app/assets/js/foundation/foundation.dropdown.js +463 -0
  81. data/app/assets/js/foundation/foundation.equalizer.js +104 -0
  82. data/app/assets/js/foundation/foundation.interchange.js +359 -0
  83. data/app/assets/js/foundation/foundation.joyride.js +932 -0
  84. data/app/assets/js/foundation/foundation.js +725 -0
  85. data/app/assets/js/foundation/foundation.magellan.js +215 -0
  86. data/app/assets/js/foundation/foundation.offcanvas.js +152 -0
  87. data/app/assets/js/foundation/foundation.orbit.js +476 -0
  88. data/app/assets/js/foundation/foundation.reveal.js +498 -0
  89. data/app/assets/js/foundation/foundation.slider.js +281 -0
  90. data/app/assets/js/foundation/foundation.tab.js +249 -0
  91. data/app/assets/js/foundation/foundation.tooltip.js +339 -0
  92. data/app/assets/js/foundation/foundation.topbar.js +458 -0
  93. data/app/assets/js/foundation.min.js +6376 -0
  94. data/app/assets/js/scripts-no-touch.js +33 -0
  95. data/app/assets/js/scripts-touch.js +33 -0
  96. data/app/assets/js/va_common_main.js +1 -0
  97. data/app/assets/js/vendor/classie.js +80 -0
  98. data/app/assets/js/vendor/html5shiv.js +8 -0
  99. data/app/assets/js/vendor/jquery-1.11.0.min.js +4 -0
  100. data/app/assets/js/vendor/jquery.js +9789 -0
  101. data/app/assets/js/vendor/jquery.smooth-scroll.js +255 -0
  102. data/app/assets/js/vendor/jquery.stellar.js +651 -0
  103. data/app/assets/js/vendor/jquery.tipsy.js +258 -0
  104. data/app/assets/js/vendor/menu.js +40 -0
  105. data/app/assets/js/vendor/modernizr.custom.js +4 -0
  106. data/app/assets/js/vendor/nwmatcher-1.2.5-min.js +7 -0
  107. data/app/assets/js/vendor/respond.min.js +6 -0
  108. data/app/assets/js/vendor/scroll-settings.js +3 -0
  109. data/app/assets/js/vendor/selectivizr-1.0.3b.js +560 -0
  110. data/app/assets/js/vendor/stellar-settings.js +8 -0
  111. data/app/assets/js/vendor/svg-injector.js +450 -0
  112. data/app/assets/js/vendor/tota11y.min.js +28 -0
  113. data/app/assets/js/vendor/wow.min.js +2 -0
  114. data/app/assets/stylesheets/_va.scss +2377 -0
  115. data/app/assets/stylesheets/components/_accordions.scss +98 -0
  116. data/app/assets/stylesheets/core/_base.scss +20 -0
  117. data/app/assets/stylesheets/core/_defaults.scss +92 -0
  118. data/app/assets/stylesheets/core/_grid-settings.scss +10 -0
  119. data/app/assets/stylesheets/core/_grid.scss +116 -0
  120. data/app/assets/stylesheets/core/_utilities.scss +105 -0
  121. data/app/assets/stylesheets/core/_variables.scss +88 -0
  122. data/app/assets/stylesheets/elements/_buttons.scss +189 -0
  123. data/app/assets/stylesheets/elements/_figure.scss +9 -0
  124. data/app/assets/stylesheets/elements/_inputs.scss +328 -0
  125. data/app/assets/stylesheets/elements/_labels.scss +39 -0
  126. data/app/assets/stylesheets/elements/_list.scss +82 -0
  127. data/app/assets/stylesheets/elements/_table.scss +39 -0
  128. data/app/assets/stylesheets/elements/_typography.scss +220 -0
  129. data/app/assets/stylesheets/foundation/_functions.scss +146 -0
  130. data/app/assets/stylesheets/foundation/_settings.scss +1467 -0
  131. data/app/assets/stylesheets/foundation/_variables.scss +1286 -0
  132. data/app/assets/stylesheets/foundation/components/_accordion.scss +157 -0
  133. data/app/assets/stylesheets/foundation/components/_alert-boxes.scss +128 -0
  134. data/app/assets/stylesheets/foundation/components/_block-grid.scss +132 -0
  135. data/app/assets/stylesheets/foundation/components/_breadcrumbs.scss +132 -0
  136. data/app/assets/stylesheets/foundation/components/_button-groups.scss +200 -0
  137. data/app/assets/stylesheets/foundation/components/_buttons.scss +259 -0
  138. data/app/assets/stylesheets/foundation/components/_clearing.scss +256 -0
  139. data/app/assets/stylesheets/foundation/components/_dropdown-buttons.scss +131 -0
  140. data/app/assets/stylesheets/foundation/components/_dropdown.scss +262 -0
  141. data/app/assets/stylesheets/foundation/components/_flex-video.scss +51 -0
  142. data/app/assets/stylesheets/foundation/components/_forms.scss +570 -0
  143. data/app/assets/stylesheets/foundation/components/_global.scss +481 -0
  144. data/app/assets/stylesheets/foundation/components/_grid.scss +289 -0
  145. data/app/assets/stylesheets/foundation/components/_icon-bar.scss +358 -0
  146. data/app/assets/stylesheets/foundation/components/_inline-lists.scss +57 -0
  147. data/app/assets/stylesheets/foundation/components/_joyride.scss +222 -0
  148. data/app/assets/stylesheets/foundation/components/_keystrokes.scss +61 -0
  149. data/app/assets/stylesheets/foundation/components/_labels.scss +106 -0
  150. data/app/assets/stylesheets/foundation/components/_magellan.scss +34 -0
  151. data/app/assets/stylesheets/foundation/components/_offcanvas.scss +515 -0
  152. data/app/assets/stylesheets/foundation/components/_orbit.scss +368 -0
  153. data/app/assets/stylesheets/foundation/components/_pagination.scss +162 -0
  154. data/app/assets/stylesheets/foundation/components/_panels.scss +101 -0
  155. data/app/assets/stylesheets/foundation/components/_pricing-tables.scss +150 -0
  156. data/app/assets/stylesheets/foundation/components/_progress-bars.scss +79 -0
  157. data/app/assets/stylesheets/foundation/components/_range-slider.scss +169 -0
  158. data/app/assets/stylesheets/foundation/components/_reveal.scss +202 -0
  159. data/app/assets/stylesheets/foundation/components/_side-nav.scss +116 -0
  160. data/app/assets/stylesheets/foundation/components/_split-buttons.scss +199 -0
  161. data/app/assets/stylesheets/foundation/components/_sub-nav.scss +123 -0
  162. data/app/assets/stylesheets/foundation/components/_switches.scss +238 -0
  163. data/app/assets/stylesheets/foundation/components/_tables.scss +135 -0
  164. data/app/assets/stylesheets/foundation/components/_tabs.scss +123 -0
  165. data/app/assets/stylesheets/foundation/components/_thumbs.scss +66 -0
  166. data/app/assets/stylesheets/foundation/components/_toolbar.scss +70 -0
  167. data/app/assets/stylesheets/foundation/components/_tooltips.scss +142 -0
  168. data/app/assets/stylesheets/foundation/components/_top-bar.scss +691 -0
  169. data/app/assets/stylesheets/foundation/components/_type.scss +525 -0
  170. data/app/assets/stylesheets/foundation/components/_visibility.scss +408 -0
  171. data/app/assets/stylesheets/functions/_new-breakpoint.scss +49 -0
  172. data/app/assets/stylesheets/functions/_private.scss +114 -0
  173. data/app/assets/stylesheets/lib/_normalize.scss +427 -0
  174. data/app/assets/stylesheets/lib/bourbon/_bourbon-deprecated-upcoming.scss +411 -0
  175. data/app/assets/stylesheets/lib/bourbon/_bourbon.scss +87 -0
  176. data/app/assets/stylesheets/lib/bourbon/addons/_border-color.scss +26 -0
  177. data/app/assets/stylesheets/lib/bourbon/addons/_border-radius.scss +48 -0
  178. data/app/assets/stylesheets/lib/bourbon/addons/_border-style.scss +25 -0
  179. data/app/assets/stylesheets/lib/bourbon/addons/_border-width.scss +25 -0
  180. data/app/assets/stylesheets/lib/bourbon/addons/_buttons.scss +64 -0
  181. data/app/assets/stylesheets/lib/bourbon/addons/_clearfix.scss +25 -0
  182. data/app/assets/stylesheets/lib/bourbon/addons/_ellipsis.scss +30 -0
  183. data/app/assets/stylesheets/lib/bourbon/addons/_font-stacks.scss +31 -0
  184. data/app/assets/stylesheets/lib/bourbon/addons/_hide-text.scss +27 -0
  185. data/app/assets/stylesheets/lib/bourbon/addons/_margin.scss +26 -0
  186. data/app/assets/stylesheets/lib/bourbon/addons/_padding.scss +26 -0
  187. data/app/assets/stylesheets/lib/bourbon/addons/_position.scss +48 -0
  188. data/app/assets/stylesheets/lib/bourbon/addons/_prefixer.scss +66 -0
  189. data/app/assets/stylesheets/lib/bourbon/addons/_retina-image.scss +25 -0
  190. data/app/assets/stylesheets/lib/bourbon/addons/_size.scss +51 -0
  191. data/app/assets/stylesheets/lib/bourbon/addons/_text-inputs.scss +112 -0
  192. data/app/assets/stylesheets/lib/bourbon/addons/_timing-functions.scss +34 -0
  193. data/app/assets/stylesheets/lib/bourbon/addons/_triangle.scss +63 -0
  194. data/app/assets/stylesheets/lib/bourbon/addons/_word-wrap.scss +29 -0
  195. data/app/assets/stylesheets/lib/bourbon/css3/_animation.scss +43 -0
  196. data/app/assets/stylesheets/lib/bourbon/css3/_appearance.scss +3 -0
  197. data/app/assets/stylesheets/lib/bourbon/css3/_backface-visibility.scss +3 -0
  198. data/app/assets/stylesheets/lib/bourbon/css3/_background-image.scss +42 -0
  199. data/app/assets/stylesheets/lib/bourbon/css3/_background.scss +55 -0
  200. data/app/assets/stylesheets/lib/bourbon/css3/_border-image.scss +59 -0
  201. data/app/assets/stylesheets/lib/bourbon/css3/_calc.scss +4 -0
  202. data/app/assets/stylesheets/lib/bourbon/css3/_columns.scss +47 -0
  203. data/app/assets/stylesheets/lib/bourbon/css3/_filter.scss +4 -0
  204. data/app/assets/stylesheets/lib/bourbon/css3/_flex-box.scss +287 -0
  205. data/app/assets/stylesheets/lib/bourbon/css3/_font-face.scss +24 -0
  206. data/app/assets/stylesheets/lib/bourbon/css3/_font-feature-settings.scss +4 -0
  207. data/app/assets/stylesheets/lib/bourbon/css3/_hidpi-media-query.scss +10 -0
  208. data/app/assets/stylesheets/lib/bourbon/css3/_hyphens.scss +4 -0
  209. data/app/assets/stylesheets/lib/bourbon/css3/_image-rendering.scss +14 -0
  210. data/app/assets/stylesheets/lib/bourbon/css3/_keyframes.scss +36 -0
  211. data/app/assets/stylesheets/lib/bourbon/css3/_linear-gradient.scss +38 -0
  212. data/app/assets/stylesheets/lib/bourbon/css3/_perspective.scss +8 -0
  213. data/app/assets/stylesheets/lib/bourbon/css3/_placeholder.scss +8 -0
  214. data/app/assets/stylesheets/lib/bourbon/css3/_radial-gradient.scss +39 -0
  215. data/app/assets/stylesheets/lib/bourbon/css3/_selection.scss +42 -0
  216. data/app/assets/stylesheets/lib/bourbon/css3/_text-decoration.scss +19 -0
  217. data/app/assets/stylesheets/lib/bourbon/css3/_transform.scss +15 -0
  218. data/app/assets/stylesheets/lib/bourbon/css3/_transition.scss +71 -0
  219. data/app/assets/stylesheets/lib/bourbon/css3/_user-select.scss +3 -0
  220. data/app/assets/stylesheets/lib/bourbon/functions/_assign-inputs.scss +11 -0
  221. data/app/assets/stylesheets/lib/bourbon/functions/_contains-falsy.scss +20 -0
  222. data/app/assets/stylesheets/lib/bourbon/functions/_contains.scss +26 -0
  223. data/app/assets/stylesheets/lib/bourbon/functions/_is-length.scss +11 -0
  224. data/app/assets/stylesheets/lib/bourbon/functions/_is-light.scss +21 -0
  225. data/app/assets/stylesheets/lib/bourbon/functions/_is-number.scss +11 -0
  226. data/app/assets/stylesheets/lib/bourbon/functions/_is-size.scss +13 -0
  227. data/app/assets/stylesheets/lib/bourbon/functions/_modular-scale.scss +69 -0
  228. data/app/assets/stylesheets/lib/bourbon/functions/_px-to-em.scss +13 -0
  229. data/app/assets/stylesheets/lib/bourbon/functions/_px-to-rem.scss +15 -0
  230. data/app/assets/stylesheets/lib/bourbon/functions/_shade.scss +24 -0
  231. data/app/assets/stylesheets/lib/bourbon/functions/_strip-units.scss +17 -0
  232. data/app/assets/stylesheets/lib/bourbon/functions/_tint.scss +24 -0
  233. data/app/assets/stylesheets/lib/bourbon/functions/_transition-property-name.scss +22 -0
  234. data/app/assets/stylesheets/lib/bourbon/functions/_unpack.scss +27 -0
  235. data/app/assets/stylesheets/lib/bourbon/helpers/_convert-units.scss +21 -0
  236. data/app/assets/stylesheets/lib/bourbon/helpers/_directional-values.scss +96 -0
  237. data/app/assets/stylesheets/lib/bourbon/helpers/_font-source-declaration.scss +43 -0
  238. data/app/assets/stylesheets/lib/bourbon/helpers/_gradient-positions-parser.scss +13 -0
  239. data/app/assets/stylesheets/lib/bourbon/helpers/_linear-angle-parser.scss +25 -0
  240. data/app/assets/stylesheets/lib/bourbon/helpers/_linear-gradient-parser.scss +41 -0
  241. data/app/assets/stylesheets/lib/bourbon/helpers/_linear-positions-parser.scss +61 -0
  242. data/app/assets/stylesheets/lib/bourbon/helpers/_linear-side-corner-parser.scss +31 -0
  243. data/app/assets/stylesheets/lib/bourbon/helpers/_radial-arg-parser.scss +69 -0
  244. data/app/assets/stylesheets/lib/bourbon/helpers/_radial-gradient-parser.scss +50 -0
  245. data/app/assets/stylesheets/lib/bourbon/helpers/_radial-positions-parser.scss +18 -0
  246. data/app/assets/stylesheets/lib/bourbon/helpers/_render-gradients.scss +26 -0
  247. data/app/assets/stylesheets/lib/bourbon/helpers/_shape-size-stripper.scss +10 -0
  248. data/app/assets/stylesheets/lib/bourbon/helpers/_str-to-num.scss +50 -0
  249. data/app/assets/stylesheets/lib/bourbon/settings/_asset-pipeline.scss +7 -0
  250. data/app/assets/stylesheets/lib/bourbon/settings/_prefixer.scss +9 -0
  251. data/app/assets/stylesheets/lib/bourbon/settings/_px-to-em.scss +1 -0
  252. data/app/assets/stylesheets/lib/neat/_neat-helpers.scss +8 -0
  253. data/app/assets/stylesheets/lib/neat/_neat.scss +23 -0
  254. data/app/assets/stylesheets/lib/neat/functions/_new-breakpoint.scss +49 -0
  255. data/app/assets/stylesheets/lib/neat/functions/_private.scss +114 -0
  256. data/app/assets/stylesheets/lib/neat/grid/_box-sizing.scss +15 -0
  257. data/app/assets/stylesheets/lib/neat/grid/_direction-context.scss +33 -0
  258. data/app/assets/stylesheets/lib/neat/grid/_display-context.scss +28 -0
  259. data/app/assets/stylesheets/lib/neat/grid/_fill-parent.scss +22 -0
  260. data/app/assets/stylesheets/lib/neat/grid/_media.scss +92 -0
  261. data/app/assets/stylesheets/lib/neat/grid/_omega.scss +87 -0
  262. data/app/assets/stylesheets/lib/neat/grid/_outer-container.scss +38 -0
  263. data/app/assets/stylesheets/lib/neat/grid/_pad.scss +25 -0
  264. data/app/assets/stylesheets/lib/neat/grid/_private.scss +35 -0
  265. data/app/assets/stylesheets/lib/neat/grid/_row.scss +52 -0
  266. data/app/assets/stylesheets/lib/neat/grid/_shift.scss +50 -0
  267. data/app/assets/stylesheets/lib/neat/grid/_span-columns.scss +94 -0
  268. data/app/assets/stylesheets/lib/neat/grid/_to-deprecate.scss +97 -0
  269. data/app/assets/stylesheets/lib/neat/grid/_visual-grid.scss +42 -0
  270. data/app/assets/stylesheets/lib/neat/settings/_disable-warnings.scss +13 -0
  271. data/app/assets/stylesheets/lib/neat/settings/_grid.scss +51 -0
  272. data/app/assets/stylesheets/lib/neat/settings/_visual-grid.scss +27 -0
  273. data/app/assets/stylesheets/va_common_main.css.scss +18 -0
  274. data/bin/console +14 -0
  275. data/bin/setup +7 -0
  276. data/lib/generators/files/_footer.html.erb +89 -0
  277. data/lib/generators/files/_header.html.erb +7 -0
  278. data/lib/generators/va_common_generator.rb +6 -0
  279. data/lib/generators/va_footer_generator.rb +7 -0
  280. data/lib/generators/va_header_generator.rb +7 -0
  281. data/lib/va_common/engine.rb +4 -0
  282. data/lib/va_common/version.rb +3 -0
  283. data/lib/va_common.rb +2 -0
  284. data/va_common.gemspec +22 -0
  285. metadata +354 -0
@@ -0,0 +1,2377 @@
1
+ // Vets.gov
2
+
3
+
4
+ // Other Colors
5
+ $polar:#E8F5FA;
6
+ $wild-sand:#f6f6f6;
7
+ $green-white:#eff0e6;
8
+ $olso-gray:#849097;
9
+
10
+ // VA Fonts
11
+ $roboto-slab: 'Roboto Slab', serif;
12
+
13
+
14
+
15
+ // General
16
+ html, body {
17
+ padding: 0;
18
+ margin: 0;
19
+ font-size: 16px;
20
+ font-family: $font-sans;
21
+ font-weight: 500;
22
+ color: $color-gray-dark;
23
+ }
24
+
25
+ body, body.home {
26
+ background: $color-primary-darkest image-url("design/background/thread.png") top left no-repeat;
27
+ background-size: contain;
28
+ color: #fff;
29
+ }
30
+
31
+
32
+ // row
33
+ body .row.full {
34
+ width: 100%;
35
+ max-width: 100%;
36
+ }
37
+
38
+ body.home .row {
39
+ /* max-width: 62.5em; */
40
+ }
41
+
42
+ // Screen Readers
43
+
44
+ .sr-only {
45
+ position: absolute;
46
+ left: -9999em;
47
+ float: left;
48
+ }
49
+
50
+ // Abbr
51
+
52
+ abbr, a abbr, abbr[title] {
53
+ border-bottom: none;
54
+ text-decoration: none;
55
+ font-weight: inherit;
56
+ font-style: inherit;
57
+ color: inherit;
58
+ cursor: pointer;
59
+ }
60
+
61
+
62
+ a {
63
+ background: rgba(0,0,0,0.05);
64
+ text-decoration: none;
65
+ &:hover {text-decoration: none;}
66
+ -webkit-transition: all 0.3s ease-in-out;
67
+ -moz-transition: all 0.3s ease-in-out;
68
+ -o-transition: all 0.3s ease-in-out;
69
+ -ms-transition: all 0.3s ease-in-out;
70
+ transition: all 0.3s ease-in-out;
71
+ color: $color-gray-dark;
72
+ &:hover {
73
+ color: $color-gray-dark;
74
+ }
75
+
76
+
77
+ }
78
+
79
+ /*
80
+ a[href*="//"]:not([href*="http://department-of-veterans-affairs.github.io/vets-website"]) {
81
+ background: url(../images/icons/icon-exit-white.png);
82
+ -webkit-background-size: 18px 15.38px;
83
+ background-size: 18px 15.38px;
84
+ background-position: right center!important;
85
+ background-repeat: no-repeat;
86
+ padding-right: 2em;
87
+ position: relative;
88
+ &:hover {
89
+ background:rgba(0,0,0,0.2) url(../images/icons/icon-exit-gold.png)!important;
90
+ -webkit-background-size: 18px 15.38px!important;
91
+ background-size: 18px 15.38px!important;
92
+ background-position: right center!important;
93
+ background-repeat: no-repeat!important;
94
+ }
95
+ }
96
+ */
97
+
98
+
99
+
100
+ // Logo and Header
101
+
102
+ .header {
103
+ clear: both;
104
+ padding: 0 0 .5em 0;
105
+ margin: 0;
106
+
107
+ h1 {margin: 0; line-height: 1em; @media #{$small} {margin: .25em 0 0 0;} }
108
+ color: #fff;
109
+ }
110
+
111
+ h1 {
112
+ a {
113
+ text-indent: 180%;
114
+ white-space: nowrap;
115
+ overflow: hidden;
116
+ display: block;
117
+ background: image-url("design/logo/logo.png") top left no-repeat;
118
+ width: 180px;
119
+ height: 30px;
120
+ background-size: contain;
121
+ border-bottom: none;
122
+ text-decoration: none;
123
+ &:hover, &:active, &:focus {background: image-url("design/logo/logo-hover.png") top left no-repeat; background-size: contain;}
124
+ @media #{$small} {
125
+ background: image-url("design/logo/logo.png") top left no-repeat;
126
+ width: 263px;
127
+ height: 50px;
128
+ background-size: contain;
129
+ &:hover {
130
+ background: image-url("design/logo/logo-hover.png") top left no-repeat;
131
+ background-size: contain;
132
+ }
133
+ }
134
+ }
135
+ }
136
+
137
+
138
+ // Type
139
+
140
+ h1, h2 {
141
+ font-family: $font-sans;
142
+ font-weight: 600;
143
+ }
144
+ h3, h4, h5, h6 {
145
+ color:$color-primary-darkest;
146
+ font-family:$roboto-slab;
147
+ font-weight: 400;
148
+ &.alternate{
149
+ font-family: $font-sans;
150
+ }
151
+ }
152
+
153
+ // Header
154
+
155
+
156
+ // Links
157
+
158
+ a {text-decoration: underline; background: rgba(0,0,0,.05);}
159
+ a:hover {text-decoration: underline; background: rgba(0,0,0,.1);}
160
+
161
+ // Banner
162
+
163
+ #content {margin: 0; padding: 0; color: $color-gray-dark;}
164
+
165
+ #content .splash {
166
+ padding: .5em 0;
167
+ margin: 0;
168
+ p {color: #fff; font-family: $font-sans;}
169
+
170
+ &.home {
171
+ background: #ccc;
172
+ background: rgba(0,0,0,.1);
173
+ }
174
+
175
+ &.app {
176
+ padding: 0;
177
+ p {color: #fff; font-family: $font-sans;}
178
+ ul.breadcrumbs {
179
+ display: inline-block;
180
+ margin: 0 0 .5em 0; padding: 0;
181
+ @media #{$small} {margin-right: 1em;}
182
+ h2 {margin: 0; padding: .2em; line-height: 1em; display: block;}
183
+ li {overflow: hidden; padding: 0;}
184
+ }
185
+ p {margin: .5em 0 1em 0;}
186
+ }
187
+
188
+ @media #{$small} {padding: 1em 0;}
189
+ @media #{$medium} {padding: 2em 0;}
190
+ @media #{$large} {padding: 2.5em 0;}
191
+ span, h2 {
192
+ padding: 0;
193
+ display: inline;
194
+ line-height: 1.3em;
195
+ margin: .5em 0 0 0;
196
+ white-space: pre-wrap;
197
+ color: #333;
198
+ a {background: $color-gold; color: #444;}
199
+ }
200
+
201
+ h2 span {clear: both; padding: .1em; display: inline-block; background: $color-gold; font-weight: normal;}
202
+ h2, h3, p {/*padding: .35em; */ margin: 0; display: inline-block; font-family: $roboto-slab;}
203
+ h2 {
204
+ font-size: 1em;
205
+ display: inline-block;
206
+ @media #{$small} {font-size: 2em;}
207
+ }
208
+ h3 {font-weight: 500; font-size: 1.4em; color: #555;}
209
+
210
+ &.alternate {
211
+ li a {
212
+ color: $color-primary-darkest;
213
+ border-bottom: 2px solid $secondary-color;
214
+ }
215
+
216
+ li.parent:after {color: #ccc;}
217
+ }
218
+
219
+ }
220
+
221
+ .pitch {
222
+ @media #{$small} {padding: .5em 0;}
223
+ h2, h3 {color: $color-primary-darkest; font-weight: 400; padding: .75em; line-height: 1.3em; display: inline-block; margin: 0;}
224
+ }
225
+
226
+ #experience .splash {padding: 0; margin: 0;}
227
+
228
+ #experience .splash h2 {
229
+ margin: .5em 0; padding: 0;
230
+ a {
231
+ margin: 0;
232
+ color: #444;
233
+ background: $color-gold;
234
+ line-height: 1.4em;
235
+ font-size: .9em;
236
+ }
237
+ }
238
+
239
+ .feature-list ul {
240
+ margin: 0; padding: 0;
241
+ li {
242
+ a {font-weight: bold;}
243
+ list-style-position: outside;
244
+ list-style-type: none;
245
+ border-bottom: 1px solid #ccc;
246
+ padding: 1em 0;
247
+ &:last-of-type {border-bottom: none;}
248
+ }
249
+ }
250
+
251
+ .primary {
252
+
253
+ @media #{$small} {padding: 1em 0;}
254
+ @media #{$small} {padding: 2em 0;}
255
+ @media #{$medium} {padding: 2em 0;}
256
+ h3 {
257
+ padding: 0 0 .5em 0;
258
+ }
259
+ }
260
+
261
+ html.no-touch .banner {
262
+ background: image-url("design/banner.jpg") 50% 60% no-repeat;
263
+ background-size: cover;
264
+ }
265
+
266
+ // Headings
267
+
268
+ h1 {}
269
+ h2 {}
270
+ h3 {color: $color-primary-darkest; font-size: 1.8em; padding: 0 0 1em 0;}
271
+ h4 {font-size: 1.5em;}
272
+ h5 {font-size: 1em; font-weight: bold;}
273
+ h6 {}
274
+
275
+ // tagline
276
+
277
+ #content .tagline-content {
278
+ p {
279
+ font-size: 2.15em;
280
+ border-bottom: 2px solid white;
281
+ padding: 0 0 1em 0;
282
+ margin: 0 0 2em 0;
283
+ color: rgba(255,255,255,.7);
284
+ line-height: 1.2em;
285
+ }
286
+ }
287
+
288
+ body.home, body.fourohfour {
289
+ .main {background: none;}
290
+ }
291
+
292
+ // Content Callouts
293
+
294
+ #content .main .section.one {
295
+
296
+ ul {
297
+ margin: 0 0 1em 1.2em;
298
+ padding: 0;
299
+ list-style-position: outside;
300
+ li {
301
+ list-style: square;
302
+ }
303
+ }
304
+
305
+ ul.plain {
306
+ margin: 0 0 1em 0;
307
+ }
308
+
309
+ ul[class*="block-grid-"] {
310
+ display: block;
311
+ padding: 0;
312
+ margin: 0 -0.625rem;
313
+ }
314
+ }
315
+
316
+ .call-out {
317
+ background: $color-primary-alt-lightest;
318
+ padding: 1em;
319
+ clear: both;
320
+ margin: 0 0 1.5em 0;
321
+ h3 {font-size: 1.5em;}
322
+ ul {
323
+ margin: 0 0 .5em 1.5em; padding: 0;
324
+ li {
325
+ list-style: square;
326
+ padding: 0 .25em;
327
+ margin: 0;
328
+ }
329
+ }
330
+ }
331
+
332
+ // Content lead paragraphs
333
+
334
+ #content.interior .primary {
335
+ li p:first-of-type,
336
+ ul+p
337
+ {
338
+ font-weight: normal;
339
+ }
340
+ p:nth-child(1) {
341
+ font-size: 1.1em;
342
+ letter-spacing: normal;
343
+ font-weight: 600;
344
+ padding-bottom: 1em;
345
+ }
346
+
347
+ }
348
+
349
+ #content .main.interior {
350
+ background: #fff;
351
+ a {
352
+ text-decoration: underline;
353
+
354
+ // padding: .2em .3em .1em .3em;
355
+ // display: inline-block;
356
+ // margin-bottom: .2em;
357
+ }
358
+
359
+ // First Paragraph
360
+
361
+
362
+
363
+ }
364
+
365
+ // Home page specific
366
+
367
+ .home #content {
368
+ h2, h3, h4, h5, h6, p, ul, li, ol, a {color: #fff;}
369
+ color: #fff;
370
+
371
+ .post-date {font-size: .5em; color: $color-gold;}
372
+
373
+ h3 {border-bottom: 1px solid #fff; border-bottom: 6px solid $primary-color; font-size: 1.65em; margin: 0 0 2em 0; padding: 0 0 .2em 0;}
374
+
375
+ h4 a {
376
+ text-decoration: none;
377
+ &:hover {
378
+ border-bottom: 1px solid #fff;
379
+ color: $color-gold;
380
+ }
381
+ }
382
+
383
+ .read-more {
384
+ font-size: .5em;
385
+ display: inline-block;
386
+ border-bottom: 1px solid $secondary-color;
387
+ color: $secondary-color;
388
+ &:hover {
389
+ background: none;
390
+ color: $color-primary-darkest;
391
+ background: rgba(1,1,1,.1);
392
+ border-bottom: 1px solid $secondary-color;
393
+ }
394
+ }
395
+
396
+ ul.plain {
397
+ margin: 0;
398
+ padding: 0;
399
+ li {list-style: none; border-bottom: none;}
400
+ /*a {background: none;}*/
401
+ }
402
+
403
+ .section {
404
+ padding: 4em 0 2em 0;
405
+ text-align: left;
406
+ }
407
+
408
+ .section.main-menu {
409
+ padding: .5em .5em 3.35em .5em;
410
+ @media #{$small} {padding: 0 0 3em 0;}
411
+ background: transparent;
412
+ .navigation {
413
+ padding: 1.5em 0 0 0;
414
+ background: none;
415
+ ul li a {
416
+ h3 {border-bottom: none;}
417
+ -webkit-box-shadow: 0 0 5px rgba(0,0,0,.4);
418
+ }
419
+ }
420
+ }
421
+
422
+
423
+ .section.one, .section.two {
424
+ background: none;
425
+ a {
426
+ &:hover {
427
+ color: $color-gold;
428
+ background: rgba(0,0,0,.2);
429
+ }
430
+ }
431
+ }
432
+
433
+ .section.one {
434
+ padding: 0 0 1.5em 0;
435
+ @media #{$small} {padding: 2em 0 4em 0;}
436
+ }
437
+
438
+ .section.two {
439
+ padding: 2em 0;
440
+ a, h3 {color: #fff;}
441
+ h3 {border-bottom: none;}
442
+ background: rgba(0,0,0,.1);
443
+ }
444
+
445
+ .section.three {
446
+ background: #fff;
447
+ padding: 5em 0;
448
+ h2, h3, h4, h5, h6, p, li {color: #444;}
449
+ h4 {font-size: 1em; margin: 0; padding: 0; line-height: 1.2em;}
450
+ a {color: $color-primary-darkest;}
451
+ }
452
+ }
453
+
454
+ #content .section.primary {
455
+ background: none;
456
+ padding: 2em 0;
457
+ background: $color-primary;
458
+ h1, h2, h3, h4, h5, h6, p, li {color: #fff;}
459
+ p {color: rgba(255,255,255,1);}
460
+ a {color: #fff;}
461
+ }
462
+
463
+ #content .section.secondary {
464
+ background: rgba(255,255,255,.85);
465
+ }
466
+
467
+ #content .section.tertiary {
468
+ background: $polar;
469
+ /*background: rgba(0,0,0,.05);*/
470
+ }
471
+
472
+ #content .section.quaternary {
473
+ /*background: rgba($color-green, .83);*/
474
+ background: #dcddde;
475
+ h1, h2, h3, h4, h5, h6, p, li {color: #fff;}
476
+ h4 {
477
+ font-weight: 700;
478
+ }
479
+ .cards {
480
+ a {
481
+ height:12em;
482
+ }
483
+ }
484
+ .feature {
485
+ background: none;
486
+ }
487
+ }
488
+
489
+ #content .section.coda {
490
+ background: $color-primary-darker;
491
+ color: #fff;
492
+ h2, h3, h4, h5, h6, a {color: #fff;}
493
+ h4 {font-size: 1.5em;}
494
+ }
495
+
496
+ #content .section {
497
+ h2, h3, h4, h5, h6 {margin: 0; padding: 0 0 .5em 0;}
498
+ h2 {line-height: 1.2em;}
499
+ }
500
+
501
+ #content .section .feature {
502
+ min-height: 11em;
503
+
504
+ }
505
+
506
+ #content .panel {
507
+ background: $color-gray-lightest;
508
+ padding: 1em;
509
+ margin-bottom: 1.5em;
510
+ clear: both;
511
+ }
512
+
513
+ #content .actions {padding: 1em 0;}
514
+
515
+ #content .section.do {
516
+ background: #efefef;
517
+ padding: 2em 0;
518
+
519
+ h2, h3, h4, h5, h6, p, li {color: #444;}
520
+ h4 {font-size: 1em; margin: 0; padding: 0; line-height: 1.2em;}
521
+ a {color: #fff;}
522
+ a.usa-button-primary {background: $color-green;}
523
+ }
524
+
525
+ #content .main {
526
+ a.usa-button-primary.start {background: $color-green; text-decoration: none;}
527
+ }
528
+
529
+ #content .section.secondary,
530
+ #content .section.tertiary,
531
+ #content .section.quaternary,
532
+ #content .section.coda {
533
+ padding: 3em 0;
534
+ h3 {font-size: 2.2em;}
535
+ }
536
+
537
+ #content .section.start {
538
+ background: $color-green-lightest;
539
+ padding: 3em 0;
540
+ border-bottom: 3px solid #fff;
541
+ }
542
+
543
+ // Sections
544
+
545
+ .section {
546
+ background: #fff;
547
+ &.one {
548
+ padding: 2em 0 0 0;
549
+ }
550
+ &.two {
551
+ padding: 0 0 4em 0;
552
+ h3 {color: darken($color-green, 10);}
553
+ clear: both;
554
+ }
555
+ &.three {clear: both; padding: 2em 0;}
556
+ }
557
+
558
+
559
+ // Action
560
+
561
+ .action {
562
+ margin: 0 auto;
563
+ text-align: left;
564
+ .button {
565
+ font-size: 1.25em;
566
+ padding: 1em 3.5em;
567
+ }
568
+ }
569
+
570
+
571
+ // Iconic SVG icons
572
+
573
+ .icon {
574
+ display: inline-block;
575
+ margin: 10px;
576
+ width: 16px;
577
+ height: 16px;
578
+ }
579
+
580
+ .icon-account-login {
581
+ fill: #f00;
582
+ }
583
+
584
+ .icon {
585
+ color: red;
586
+ fill: red;
587
+ }
588
+
589
+
590
+ // Breadcrumbs
591
+
592
+ #content ul.breadcrumbs {
593
+ background: none;
594
+ border: none;
595
+ h2 {font-size: 1em;}
596
+ display: block;
597
+ padding: 0;
598
+ @media #{$small} {margin: 0 0 1em 0;}
599
+ border-radius: 0;
600
+ border-radius: none;
601
+ -webkit-border-radius: 0;
602
+
603
+
604
+ li {
605
+ text-transform: none;
606
+ display: block;
607
+ margin: .25em 0;
608
+ padding: .1em;
609
+ display: inline-block;
610
+ line-height: 1.15em;
611
+ height: auto;
612
+ vertical-align: middle;
613
+ font-size: .85em;
614
+ @media #{$small} {font-size: 1.35em;}
615
+ &:hover {border-bottom: none; text-decoration: none;}
616
+ &.parent {
617
+ a {background: none;}
618
+ display: block;
619
+ padding-top: .5em;
620
+ margin: 0 0 .75em 0;
621
+ @media #{$small} {display: inline-block;}
622
+
623
+ &:before {content: none; vertical-align: middle;}
624
+ &:after {content:" › "; display: inline-block; color: #fff; padding: 0 .5em;}
625
+
626
+ }
627
+
628
+ &.active {
629
+ background: $color-gold;
630
+ color: #000;
631
+ font-family: $roboto-slab;
632
+ font-weight: 400;
633
+ margin: .5em 0;
634
+ padding: .2em;
635
+ font-size: 1.35em;
636
+ @media #{$medium} {font-size: 1.8em;}
637
+ &:before {content: ""; padding: 0; margin: 0;}
638
+ }
639
+
640
+
641
+ }
642
+ a {
643
+ border-bottom: 3px solid #fff;
644
+ background: none;
645
+ text-decoration: none !important;
646
+ color: #fff;
647
+ &:hover {text-decoration: none; background: rgba(0,0,0,.1); border-bottom: 3px solid $color-gold;}
648
+ }
649
+ }
650
+
651
+ // General List Styles
652
+
653
+ ul {
654
+ li {
655
+ list-style: inside;
656
+ }
657
+ }
658
+
659
+ ol {
660
+ margin: 0 0 0 1.25em;
661
+ li {
662
+ list-style-position: outside;
663
+ }
664
+ }
665
+
666
+ li {
667
+ span.meta {
668
+ display: inline-block;
669
+ padding: .5em;
670
+ color: $color-primary-darkest;
671
+ background: rgba($color-primary-darkest,.05);
672
+ font-weight: bold;
673
+ float: right;
674
+ margin: .5em 0 1em 1em;
675
+ }
676
+ }
677
+ .inline-list {
678
+ > li {
679
+ float: left;
680
+ }
681
+ > * {
682
+ display: block;
683
+ }
684
+ }
685
+
686
+ // Tables
687
+ table {
688
+ border: 0;
689
+ text-align: left;
690
+ @media #{$small-only} {
691
+ font-size: .5em;
692
+ }
693
+ }
694
+ td,th {
695
+ padding-top:.8em;
696
+ padding-bottom: .8em;
697
+ padding-left: .8em;
698
+ }
699
+
700
+ th{
701
+ &[colspan] {
702
+ background: #E8F5FA;
703
+ font-size: 1.19rem;
704
+ padding-top:.8em;
705
+ padding-bottom: .8em;
706
+ padding-left: .8em;
707
+ color:$color-primary-darkest;
708
+ }
709
+ span {
710
+ font-weight: normal;
711
+ }
712
+ }
713
+ tr {
714
+ background: #fff!important;
715
+ }
716
+
717
+ // Definition lists
718
+
719
+ dl.simple {
720
+ margin: 0;
721
+ padding: 0 0 1em 0;
722
+ &.feature {padding: .25em .5em;}
723
+ dd {padding: 0; margin: 0; border-bottom: 1px solid #eee; &:last-of-type {border-bottom: none;}}
724
+ }
725
+
726
+ // Checklists
727
+
728
+ ul.checklist, ol.checklist {
729
+ margin: 0 0 0 1.35em; padding: 0;
730
+ li {
731
+ font-weight: 500;
732
+ span {font-weight: normal; font-size: 1em; display: block; margin-left: 2.25em; color: #555;}
733
+ padding: 1em 0;
734
+ border-bottom: 1px solid #ccc;
735
+ &:last-of-type {border-bottom: none;}
736
+ h5 {font-size: 1.35em;}
737
+ ul li {
738
+ border-bottom: none;
739
+ padding: .5em 0;
740
+ span {background: rgba(0,0,0,.1); display: block; padding: 1em .5em; text-align: center;}
741
+ }
742
+
743
+ ul {
744
+ margin: 0 !important;
745
+ padding: 0;
746
+ text-align: center;
747
+ svg {display: block; margin: .25em auto;}
748
+
749
+ li {padding: 0; margin: 0;}
750
+ &:before {margin: 0; padding: 0;}
751
+ span.type {margin: .25em .25em 1em .25em; color: $color-primary-darkest; @media #{$small} {padding: 2.5em 1em;} background: rgba($secondary-color, .15);}
752
+ }
753
+ }
754
+ }
755
+
756
+ // Informational Content
757
+
758
+ .informational-content, .introductory-content {
759
+ padding: 2em 0 2em 0;
760
+ background: rgba(0,0,0,.05);
761
+ }
762
+
763
+ .introductory-content {
764
+ padding: 1em 0;
765
+ @media #{$small} {/*padding: 3em 0.9375em;*/ padding: 3em 0;}
766
+ background: #efefef;
767
+ margin: 0 auto;
768
+ p {
769
+ font-size: 1em;}
770
+ @media #{$small} {font-size: 1.35em;}
771
+ }
772
+
773
+ // Navigation
774
+
775
+ #content.interior .section-nav {
776
+ padding: 1em 0 2em 0;
777
+ ul.small-block-grid-1 {
778
+ h2, h3, h4, h5, h6 {
779
+ }
780
+ }
781
+ }
782
+
783
+ #content.interior .navigation,
784
+ #content #playbook .navigation {
785
+ padding: 1em 0;
786
+ @media #{$small} {padding: 1em 0 3em 0;}
787
+ background: $color-gray-lightest;
788
+ color: $color-primary-darkest;
789
+ border-bottom: 2px solid #fff;
790
+ margin: 0 auto;
791
+
792
+ ul.small-block-grid-1 {
793
+ margin: 0;
794
+ padding: 0;
795
+ li {
796
+ width: 100%;
797
+ margin: 0;
798
+ padding: 0;
799
+ h4, h5 {font-size: 1em; }
800
+ span {color: $color-gray-dark;}
801
+ }
802
+ }
803
+
804
+ ul.cards li {
805
+ margin: 0;
806
+ height: auto;
807
+ h3, h4, h5, h6 {color: $color-primary-darkest; font-weight: 600; font-family: $font-sans; font-size: 1.35em;}
808
+ h4 {font-size: 1.3em;}
809
+ border-bottom: 1px solid rgba(0,0,0,.2);
810
+ &:last-of-type { border-bottom: none;}
811
+ a {
812
+ color: $color-primary-darkest;
813
+ -webkit-box-shadow: none;
814
+ border-bottom: none;
815
+ box-shadow: none;
816
+ text-decoration: none;
817
+ border-radius: none;
818
+ border-radius: 0;
819
+ padding: 1em .5em;
820
+ height: auto;
821
+ margin: 0;
822
+ background: none;
823
+ &:hover {padding-left: .5em; background: rgba(0,0,0,.1); border-left: 4px solid $color-primary;}
824
+ }
825
+ }
826
+ }
827
+
828
+
829
+ body.home .navigation, body.fourohfour .navigation {
830
+ background: none;
831
+ padding: 3em 0;
832
+ }
833
+
834
+ body.fourohfour #content {
835
+ h3 {margin-top: 1em; font-size: 1.4em;}
836
+ }
837
+
838
+ body.home .main-navigation {
839
+ padding: 2em 0;
840
+ background: rgba(0,0,0,.2);
841
+ ul.cards li {
842
+ -webkit-box-shadow: 0 0 4px rgba(0,0,0,.7);
843
+ }
844
+ }
845
+
846
+ .draft {
847
+ position: absolute;
848
+ top: -3.5em;
849
+ right: -5em;
850
+ z-index: 1000;
851
+ background: rgba(#a91d28, .9);
852
+ color: #fff;
853
+ font-size: .85em;
854
+ position: fixed;
855
+ padding: 2.5em 4em 1em 4em;
856
+ -ms-transform: rotate(45deg); /* IE 9 */
857
+ -ms-transform-origin: 20% 40%; /* IE 9 */
858
+ -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
859
+ -webkit-transform-origin: 20% 40%; /* Chrome, Safari, Opera */
860
+ transform: rotate(45deg);
861
+ transform-origin: 20% 40%;
862
+
863
+ }
864
+
865
+ // Cards
866
+
867
+
868
+ ul.large-block-grid-3 >li {
869
+
870
+ }
871
+
872
+ [class*="block-grid-"]>li {
873
+ padding: .1em 0;
874
+ @media #{$small} {padding: 0 0.625rem 1.25rem;}
875
+ }
876
+
877
+
878
+ #content .cards {
879
+ -webkit-backface-visibility: hidden;
880
+ backface-visibility: hidden;
881
+
882
+ a, .coming-soon {
883
+ padding: .2em .5em;
884
+ margin: 0 0 .4em 0;
885
+ @media #{$small} {padding: .75em; margin: 0 0 .25em 0}
886
+ @media #{$medium} {height: 9em;}
887
+ border-radius: .2em;
888
+ -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
889
+ @media #{$small} {padding: .45em .75em; text-align: left;}
890
+ width: 100%;
891
+ color: #fff;
892
+ display: block;
893
+ font-weight: normal;
894
+ text-decoration: none;
895
+ h3 {
896
+ text-decoration: none;
897
+ margin: 0 0 .25em 0;
898
+ @media #{$small} {margin: 0 0 1em 0;}
899
+ }
900
+ border-bottom: 4px solid rgba(255,255,255,0);
901
+ background: $color-primary-darker;
902
+
903
+ -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
904
+ h3, h4, h5 {font-size: 1.35em; font-weight: 700;}
905
+
906
+ p {
907
+ /* display: -webkit-inline-flex;
908
+ display: inline-flex;
909
+ */
910
+ @media #{$small} {padding: 0m 0 1em 0;}
911
+ line-height: 1.5em;
912
+
913
+ @media #{$small} {margin: 0;}
914
+ /*
915
+ -webkit-align-self: flex-start;
916
+ align-self: flex-start;
917
+ */
918
+ }
919
+
920
+ &:hover, &:active, &:focus {
921
+ background: $color-primary;
922
+ -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
923
+ }
924
+
925
+ h2, h3, h4, h5, h6 {padding: 0 0 .25em 0; margin: 0; color: #fff; display: block; clear: both; width: 100%;}
926
+
927
+ &:hover div {
928
+ a {color: $color-gold; p {color: $color-gold;}}
929
+ }
930
+ }
931
+
932
+ .coming-soon {
933
+ background: rgba(255,255,255,.05);
934
+ color: #fff;
935
+ border-bottom: 2px solid rgba(0,0,0,0);
936
+
937
+ h3 {color: #fff; color: rgba(255,255,255,.7);}
938
+
939
+ &:hover, &:active, &:focus {
940
+ background: rgba(255,255,255,.05);
941
+ color: #fff;
942
+ p {color: #fff;}
943
+ border-bottom: 2px solid rgba(0,0,0,0);
944
+ -webkit-box-shadow: none;
945
+ box-shadow: none;
946
+ }
947
+ }
948
+ }
949
+
950
+ // Telephone numbers
951
+
952
+ span.tel {
953
+ background: rgba(0,0,0,.05);
954
+ padding: .2em;
955
+ display: inline-block;
956
+ }
957
+
958
+ // Information Grid
959
+
960
+ ul.information-grid {
961
+
962
+ li {
963
+
964
+ strong {
965
+ font-size: 1.3em;
966
+ color: $color-primary-darkest;
967
+ }
968
+
969
+ p {
970
+ font-size: .9em;
971
+ }
972
+
973
+ div {
974
+ padding: .75em;
975
+ margin: 0 0 .5em 0;
976
+ @media #{$small} {min-height: 12em;}
977
+ background: #eee;
978
+ background: rgba(0,0,0,.05);
979
+ &:hover, &:focus, &:active {background: rgba(0,0,0,.1);}
980
+ }
981
+ a {
982
+
983
+ text-decoration: none;
984
+ border-bottom: 2px solid $color-primary-darkest;
985
+
986
+ }
987
+ }
988
+
989
+ }
990
+
991
+
992
+ // Blog / Playbook
993
+
994
+ body.index, body.post-single, body.page-playbook {
995
+ background:#fff image-url("design/background/thread.png") top left no-repeat;
996
+ background-size: contain;
997
+
998
+ h1 a {
999
+ text-indent: 180%;
1000
+ white-space: nowrap;
1001
+ overflow: hidden;
1002
+ display: block;
1003
+ border-bottom: none;
1004
+ text-decoration: none;
1005
+ width: 180px;
1006
+ height: 30px;
1007
+ background: image-url("design/logo/logo-alt.png") top left no-repeat;
1008
+ background-size: contain;
1009
+ &:hover, &:active, &:focus {
1010
+ background: image-url("design/logo/logo-alt-hover.png") top left no-repeat;
1011
+ border-bottom: none;
1012
+ background-size: contain;
1013
+ text-decoration: none;}
1014
+
1015
+ @media #{$small} {
1016
+ width: 263px;
1017
+ height: 50px;
1018
+ background: image-url("design/logo/logo-alt.png") top left no-repeat;
1019
+ background-size: contain;
1020
+ &:hover {
1021
+ background: image-url("design/logo/logo-alt-hover.png") top left no-repeat;
1022
+ background-size: contain;
1023
+ }
1024
+ }
1025
+ }
1026
+ .main {
1027
+ background: white;
1028
+ }
1029
+
1030
+ }
1031
+
1032
+ .post-date, .post-author {
1033
+ color: #444;
1034
+ }
1035
+
1036
+ .post-date {
1037
+ margin-bottom: 2.5em;
1038
+ font-size: .85em;
1039
+ }
1040
+
1041
+
1042
+
1043
+ .blog-navigation {
1044
+ padding: 2em 0;
1045
+ }
1046
+
1047
+
1048
+ span.next {
1049
+ float: right;
1050
+ display: inline-block;
1051
+ }
1052
+
1053
+
1054
+ body.posts,
1055
+ body.post-single,
1056
+ body.index,
1057
+ body.page-playbook {
1058
+ .primary {padding: 0; margin: 0;}
1059
+ .splash {
1060
+ margin: 0;
1061
+ @media #{$small} {margin: .5em 0 0 0;}
1062
+ h2 {
1063
+ &.tagline {padding: 0;}
1064
+ padding: 0; margin: 0 0 2em 0; background: none; color: $color-primary-darkest;
1065
+ a {text-decoration: none; margin: 0; color: $color-primary-darkest; background: none; border-bottom: none; padding: .5em .5em; &:hover {padding: .5em .65em;}}
1066
+ @media #{$medium} {position: fixed; margin: .75em 0 0 0;}
1067
+ }
1068
+ }
1069
+
1070
+ .post-preview {
1071
+ border-bottom: 1px solid rgba(0,0,0,.2);
1072
+ padding: 0 0 3em 0;
1073
+ margin: 0 0 3em 0;
1074
+ &:last-of-type{border-bottom: none;}
1075
+ }
1076
+
1077
+ .related-posts {
1078
+ border-top: 1px solid $color-gold;
1079
+ padding: 2em 0 1em 0;
1080
+ margin: 2em 0 0 0;
1081
+ h6 {line-height: 1.2em; margin: 0; padding: 0; font-size: 1.15em;}
1082
+ ul.plain.posts {
1083
+ margin: 0; padding: 0;
1084
+ li {
1085
+ margin: 0;
1086
+ padding: 0;
1087
+ a {
1088
+ padding: 0; margin: 0;
1089
+ .post-title {color: $color-primary-darkest; font-size: 1em; margin: 0; padding: 0;}
1090
+ .post-date {color: #444; margin: 0; padding: 0 0 1em 0;}
1091
+ }
1092
+ }
1093
+ }
1094
+ }
1095
+
1096
+ .post {
1097
+ a, p, li, h1, h2, h3, h4, h5, h6, dl, dd, dt, caption, figure, blockquote {color: #444; line-height: 1.65em;}
1098
+ a {
1099
+ text-decoration: none;
1100
+ border-bottom: 1px solid $color-gold;
1101
+ &:hover {border-bottom: 1px solid $secondary-color;}
1102
+ }
1103
+
1104
+ .page-number {
1105
+ color: #444;
1106
+ }
1107
+
1108
+ span.previous {
1109
+ float: left;
1110
+ display: inline-block;
1111
+ }
1112
+
1113
+ h3 {
1114
+ text-decoration: none;
1115
+ background: none;
1116
+ padding: 0;
1117
+ font-size: 1.35em;
1118
+ margin: 0 0 .5em 0;
1119
+ display: block;
1120
+ a.title {
1121
+ font-size: 1.65rem;
1122
+ border: 2px solid $secondary-color;
1123
+ padding: .75em;
1124
+ color: $color-primary-darkest;
1125
+ background: none;
1126
+ display: block;
1127
+ text-decoration: none;
1128
+ &:hover {
1129
+ -webkit-transition: all 0.3s ease-in-out;
1130
+ -moz-transition: all 0.3s ease-in-out;
1131
+ -o-transition: all 0.3s ease-in-out;
1132
+ -ms-transition: all 0.3s ease-in-out;
1133
+ transition: all 0.3s ease-in-out;
1134
+ border: 2px solid $secondary-color;
1135
+ }
1136
+ }
1137
+ }
1138
+
1139
+ &.full {
1140
+ h3.title {
1141
+ border: 2px solid $secondary-color;
1142
+ padding: .75em;
1143
+ color: $color-primary-darkest;
1144
+ background: none;
1145
+ font-size: 1.65rem;
1146
+ display: block;
1147
+ text-decoration: none;
1148
+ }
1149
+ }
1150
+ }
1151
+
1152
+ h3 {margin-top: 1em; margin-bottom: 0; padding-bottom: .5em; font-size: 1.5em; color: $color-primary-darkest;}
1153
+ }
1154
+
1155
+ // Footer
1156
+
1157
+ .footer {
1158
+ color:#fff;
1159
+ padding: 0 !important;
1160
+ margin: 0;
1161
+ background: darken($color-primary-darkest, 02);
1162
+
1163
+
1164
+ .small-block-grid-1 {
1165
+ li {padding: 0; margin: 0;}
1166
+ }
1167
+
1168
+ .usa-social-links a {
1169
+ border-bottom: none;
1170
+ display: inline-block;
1171
+ &:hover {
1172
+ border-bottom: none;
1173
+ }
1174
+ }
1175
+ ul {
1176
+ margin: 0;
1177
+ padding: .5em 0;
1178
+ border-bottom: 1px solid $color-primary;
1179
+ @media #{$small} {
1180
+ border-bottom: none;
1181
+ padding: 0;
1182
+ margin: 1.5em 0 2em 0;
1183
+ }
1184
+ }
1185
+ padding: 0;
1186
+ li, p, a {
1187
+ color: #fff;
1188
+ font-size: 1em;
1189
+ &:before {
1190
+ content: none;
1191
+ }
1192
+ }
1193
+
1194
+ a {
1195
+ text-decoration: underline;
1196
+ display: block;
1197
+ background: none;
1198
+ padding: 0;
1199
+ font-weight: 400;
1200
+ @media #{$small} {display: inline-block; margin: .25em 0;}
1201
+ &:hover {color:#fff;}
1202
+ &.contact, &.blog {
1203
+ padding: .65em; font-size: 1em; text-align: center; border: 2px solid $secondary-color;
1204
+ @media #{$small} {margin: 1.5em auto; display: inline-block;}
1205
+ &:hover, &:focus, &:active {
1206
+ background: $secondary-color; color: #fff;
1207
+ }
1208
+ }
1209
+
1210
+ &.contact {
1211
+ @media #{$small} {margin: 0 0 0 1em;}
1212
+ }
1213
+ &.blog {border: none; &:hover {background: none; color: $color-primary-alt;}}
1214
+ }
1215
+ .footer-logo a {
1216
+ display: none;
1217
+ @media #{$medium} {padding: 0; display: block;}
1218
+ @media #{$medium} {background:image-url("design/logo/logo.png") 102% 102% no-repeat!important;border-bottom:0!important;width: 112px; height:32px; display: block;background-size: 160px!important; text-indent:180%; overflow:hidden}
1219
+ }
1220
+ .newsletter {
1221
+ label {
1222
+ color:#fff;
1223
+ font-size:1.15rem;
1224
+ font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
1225
+ font-weight: 400;
1226
+ margin:.3em 0 .5em;
1227
+ }
1228
+ input {
1229
+ font-family: 'Open Sans', Helvetica, Arial, sans-serif;
1230
+ font-weight: 400;
1231
+ }
1232
+ }
1233
+ .footer-address {
1234
+ background: rgba(0,0,0,.055);
1235
+ }
1236
+ .footer-seal {
1237
+ background:image-url("design/seal/seal-footer.png") no-repeat;
1238
+ text-indent:-325px;
1239
+ overflow: hidden;
1240
+
1241
+ @media #{$small-up} {
1242
+ background-size:50px;
1243
+ // background-position: 4% 15%;
1244
+ }
1245
+ @media #{$small-up} {
1246
+ background-size: 206px;
1247
+ background-position: center 14px;
1248
+ padding: 1.75em 0 1.5em;
1249
+ }
1250
+
1251
+ @media #{$large-up} {
1252
+ background-size: 206px;
1253
+ background-position: 0 14px;
1254
+ padding: 1.75em 0;
1255
+ }
1256
+ }
1257
+ .footer-crisis {
1258
+ background:$color-gold;
1259
+ margin: 1.625rem 0;
1260
+ padding: .25rem 0;
1261
+ color: $color-gray-dark;
1262
+ font-size: .85em;
1263
+ text-align: center;
1264
+ span {
1265
+ font-weight: bold;
1266
+ }
1267
+ a {
1268
+ display:inline;
1269
+ text-decoration: none!important;
1270
+ color:rgb(0,0,0);
1271
+ &:hover {
1272
+ border-bottom: 2px solid $color-gold;
1273
+ }
1274
+ @media #{$small-only} {
1275
+ padding: .25em 0;
1276
+ }
1277
+ @media #{$medium-only} {
1278
+ display:block
1279
+ }
1280
+ }
1281
+ }
1282
+ ul.final-list {
1283
+ text-align: center;
1284
+ font-size: .8em;
1285
+ padding: 1.5em 0 0 0;
1286
+ width: 100%;
1287
+ border-bottom: none !important;
1288
+ display: block;
1289
+ margin: 0 auto;
1290
+ @media #{$medium} {font-size: .9em;}
1291
+
1292
+ &:after {
1293
+ visibility: hidden;
1294
+ display: block;
1295
+ font-size: 0;
1296
+ content: " ";
1297
+ clear: both;
1298
+ height: 0;
1299
+ }
1300
+
1301
+
1302
+ li {
1303
+ padding: 0;
1304
+ display: inline-block;
1305
+ text-align: center;
1306
+ &:last-child {
1307
+ margin-right: 0;
1308
+ }
1309
+ &:after {
1310
+ content:"|";
1311
+ padding: 0 .15em;
1312
+ display: inline;
1313
+ }
1314
+ &:last-of-type:after {
1315
+ padding:0;
1316
+ content: "";
1317
+ }
1318
+ a {
1319
+ display:inline-block;
1320
+ padding: .35em;
1321
+ }
1322
+ }
1323
+ }
1324
+
1325
+ li {
1326
+ list-style: none;
1327
+ padding: .5em 0;
1328
+ font-weight: 300;
1329
+ font-size: .95em;
1330
+ @media #{$small}
1331
+ {} margin: 0 auto; text-align: left; display: block;}
1332
+ padding: 2em 0 0 0;
1333
+ dl.vcard {
1334
+ padding: 1.2em 0 0 0;
1335
+ margin: 0;
1336
+ @media #{$small} {padding: 1.625rem 0.75rem;}
1337
+ display: block;
1338
+ background-size: 50px;
1339
+ text-align: center;
1340
+ @media #{$small} {text-align: left;}
1341
+ border: none;
1342
+ font-size: .85em;
1343
+ color: #fff;
1344
+ @media #{$small-up} {
1345
+ margin: 0 0 0 11%;
1346
+ }
1347
+ @media #{$medium-only} {
1348
+ margin:4% 0 0 11%;
1349
+ }
1350
+ }
1351
+ dd, dt {
1352
+ padding: 0; margin: 0; text-align: center;
1353
+ @media #{$small} {
1354
+ &:after {
1355
+ content: " | ";
1356
+ }
1357
+
1358
+ &:last-of-type:after {
1359
+ content: "";
1360
+ }
1361
+ }
1362
+ @media #{$small} {display: inline;}
1363
+ }
1364
+ .fn {
1365
+ font-size: 1em;
1366
+ @media #{$small-only} {
1367
+ font-size: .9em;
1368
+
1369
+ }
1370
+ }
1371
+ dd.locality, dd.postal-code {display: inline;}
1372
+ dt {@media #{$small} {text-align: left;}}
1373
+
1374
+ .post-script {
1375
+ font-size: .85em;
1376
+ margin: 0;
1377
+ padding: 0 0 1em 0;
1378
+ background: darken($color-primary-darkest, 5);
1379
+ }
1380
+
1381
+ blockquote {
1382
+ border-left: 0;
1383
+ padding: 1em 1em 0 1em;
1384
+ color: #fff;
1385
+ text-align: center;
1386
+ margin: 0 auto;
1387
+ font-style: italic;
1388
+ }
1389
+
1390
+ span.source {
1391
+ color: #fff;
1392
+ color: rgba(255,255,255,.8);
1393
+ text-align: center;
1394
+ margin: 0 auto;
1395
+ display: block;
1396
+ }
1397
+ }
1398
+
1399
+ body.index, body.page-playbook {
1400
+ .footer {
1401
+ // background: $color-primary-darkest url(../img/design/seal/seal.png) bottom center no-repeat;
1402
+ /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003f72+21,003159+100 */
1403
+ background: #003f72; /* Old browsers */
1404
+ padding: 0;
1405
+ margin: 0;
1406
+
1407
+ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
1408
+ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyMSUiIHN0b3AtY29sb3I9IiMwMDNmNzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAzMTU5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
1409
+ background: -moz-linear-gradient(top, #003f72 21%, #003159 100%); /* FF3.6+ */
1410
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(21%,#003f72), color-stop(100%,#003159)); /* Chrome,Safari4+ */
1411
+ background: -webkit-linear-gradient(top, #003f72 21%,#003159 100%); /* Chrome10+,Safari5.1+ */
1412
+ background: -o-linear-gradient(top, #003f72 21%,#003159 100%); /* Opera 11.10+ */
1413
+ background: -ms-linear-gradient(top, #003f72 21%,#003159 100%); /* IE10+ */
1414
+ background: linear-gradient(to bottom, #003f72 21%,#003159 100%); /* W3C */
1415
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003f72', endColorstr='#003159',GradientType=0 ); /* IE6-8 */
1416
+ }
1417
+ }
1418
+
1419
+ .footer .content {
1420
+ @media #{$small} {padding: 2em 0 0 0;}
1421
+ margin: 0;
1422
+
1423
+ }
1424
+
1425
+ .footer li b {font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase;}
1426
+
1427
+ // Newsletter
1428
+
1429
+ .icon {
1430
+ display: inline-block;
1431
+ width: 1.75em;
1432
+ height: 1.75em;
1433
+ margin: 0 0 1em 0;
1434
+ fill: $color-primary-darkest;
1435
+ }
1436
+
1437
+ .glyph {
1438
+ font-size: 16px;
1439
+ width: 17em;
1440
+ margin-right: 1.5em;
1441
+ float: left;
1442
+ overflow: hidden;
1443
+ }
1444
+ svg {
1445
+ color: #444444;
1446
+ }
1447
+
1448
+ // Alerts
1449
+
1450
+ .alert-box {
1451
+ border-bottom: none;
1452
+ margin: 0;
1453
+ padding: 1.25em .4em 0 0;
1454
+
1455
+ &:after {
1456
+ visibility: hidden;
1457
+ display: block;
1458
+ font-size: 0;
1459
+ content: " ";
1460
+ clear: both;
1461
+ height: 0;
1462
+ }
1463
+
1464
+ @media #{$small-up} {padding: 1em .4em 0 .4em;}
1465
+ margin-bottom: 0;
1466
+ a {color: #fff; background: none;}
1467
+
1468
+ &.notice {
1469
+ font-size: .9em;
1470
+ font-weight: 700;
1471
+ clear: both;
1472
+ padding: .5em;
1473
+ @media #{$small} {padding: .5em .85em;}
1474
+ margin-bottom: .75em;
1475
+ -webkit-box-shadow: 0 0 6px rgba(0,0,0,.2);
1476
+ box-shadow: 0 0 6px rgba(0,0,0,.2);
1477
+ background: $color-primary-darker;
1478
+ &:after {
1479
+ visibility: hidden;
1480
+ display: block;
1481
+ font-size: 0;
1482
+ content: " ";
1483
+ clear: both;
1484
+ height: 0;
1485
+ }
1486
+ }
1487
+
1488
+ &.coda {
1489
+ font-size: .9em;
1490
+ font-weight: 500;
1491
+ clear: both;
1492
+ padding: 1.25em 0 1.5em 0;
1493
+ border-top: none;
1494
+ background: $color-primary-darker;
1495
+
1496
+ .usa-button {
1497
+ font-size: .9em;
1498
+ }
1499
+ }
1500
+
1501
+ .feedback {
1502
+ color: #fff;
1503
+ @media #{$medium-up} {
1504
+ text-align: right;
1505
+ }
1506
+ @media #{$medium-up} {
1507
+ right:3em;
1508
+ vertical-align: middle;
1509
+ top: 2em;
1510
+ }
1511
+ }
1512
+ .message {
1513
+ font-size:.95rem;
1514
+ font-weight: 700;
1515
+ span {
1516
+ background: image-url("design/icons/wrench.png") center left no-repeat;
1517
+ background-position: 0 4px;
1518
+ background-repeat: no-repeat;
1519
+ background-size: 16px 14px;
1520
+ display:inline-block;
1521
+ padding-left: 1.5em;
1522
+
1523
+ }
1524
+ p {
1525
+ font-size: .9rem;
1526
+ font-weight: 300;
1527
+ margin-bottom: 0;
1528
+ margin-top: 0;
1529
+ padding: 0;
1530
+ }
1531
+ }
1532
+
1533
+ .text-right {
1534
+ padding: 0 .5em 0 0;
1535
+ line-height: 1em;
1536
+ margin: 0;
1537
+ text-align: right !important;
1538
+ a.usa-button {margin-top: 0; margin-bottom: .75em;}
1539
+ }
1540
+ }
1541
+
1542
+ // Search
1543
+
1544
+ #search_form {
1545
+ padding: 1.1em 0;
1546
+ text-align: right;
1547
+ label {
1548
+ position: absolute;
1549
+ left: -9999em;
1550
+ font-size: 1px;
1551
+ overflow: hidden;
1552
+ float: left;
1553
+ }
1554
+ input[type="text"] {
1555
+ height: 3em;
1556
+ margin: 0;
1557
+ width: 100%;
1558
+ color: $color-gray-dark;
1559
+ padding: .2em;
1560
+ -webkit-box-sizing: border-box;
1561
+ box-sizing: border-box;
1562
+ }
1563
+
1564
+ input[type="submit"] {
1565
+ margin: 0;
1566
+ height: 3em;
1567
+ text-align: center !important;
1568
+ width: 100%;
1569
+ padding: 0;
1570
+ border-radius: 0px 3px 3px 0px;
1571
+ -moz-border-radius: 0px 3px 3px 0px;
1572
+ -webkit-border-radius: 0px 3px 3px 0px;
1573
+ }
1574
+
1575
+ }
1576
+
1577
+ .search-button {
1578
+ margin: 0.1em .5em 0 0;
1579
+ padding: 0;
1580
+ float: right;
1581
+ a {
1582
+ line-height: 1em;
1583
+ display: inline-block;
1584
+ padding: .41em;
1585
+ font-size: .85em;
1586
+ border-radius: .2em;
1587
+ text-decoration: none;
1588
+ background: $color-primary;
1589
+ color: #fff;
1590
+ }
1591
+ }
1592
+
1593
+ .reveal-modal #search_form {
1594
+ margin-bottom: 1em;
1595
+ }
1596
+
1597
+ .reveal-modal .close-reveal-modal {
1598
+ font-size: 1em;
1599
+ clear: both;
1600
+ text-decoration: none;
1601
+ color: $color-gray-dark;
1602
+ text-align: center;
1603
+ margin: 1em 0;
1604
+ position: relative;
1605
+ top: auto;
1606
+ display: block;
1607
+ padding: 1em 0;
1608
+ right: auto;
1609
+ width: 100%;
1610
+ bottom: auto;
1611
+ }
1612
+
1613
+ // Plain lists
1614
+
1615
+ ul.plain {
1616
+ margin: 0 0 1.5em 0;
1617
+ padding: 0;
1618
+ li {
1619
+ list-style: none;
1620
+ display: block;
1621
+ .post-date {padding: 0; margin: 0; color: $secondary-color;}
1622
+ padding: .5em 0;
1623
+ border-bottom: 1px solid rgba(255,255,255,.2);
1624
+ &:last-of-type {border-bottom: none;}
1625
+ }
1626
+ &.posts {
1627
+ font-size: 1.65em;
1628
+ a {
1629
+ text-decoration: none;
1630
+ background: none;
1631
+ color: #fff;
1632
+ .post-date {font-size: .65em;}
1633
+ &:hover {
1634
+ background: rgba(255,255,255,.2);
1635
+ }
1636
+ }
1637
+ }
1638
+ }
1639
+
1640
+ // byline
1641
+
1642
+ p.byline {font-size: .8em; color: #fff; color: rgba(255,255,255,.9);}
1643
+
1644
+
1645
+
1646
+ // Simple List
1647
+
1648
+ ul.simple-list, ol.simple-list {
1649
+ margin: 0 0 1em 1.25em;
1650
+ padding: 0;
1651
+ display: block;
1652
+ li {
1653
+ padding: .35em 0;
1654
+ list-style: square;
1655
+
1656
+ }
1657
+ }
1658
+
1659
+ // Info cards
1660
+
1661
+ .card {
1662
+ position: relative;
1663
+ margin: 0 0 1.5em 0;
1664
+ padding: 1em;
1665
+ border: 1px solid #eee;
1666
+ dt {font-weight: 700;}
1667
+ dd {
1668
+ padding: 0;
1669
+ margin: 0;
1670
+ }
1671
+ &.templates {
1672
+ height: 338px;
1673
+ }
1674
+ &:after {
1675
+ visibility: hidden;
1676
+ display: block;
1677
+ font-size: 0;
1678
+ content: " ";
1679
+ clear: both;
1680
+ height: 0;
1681
+ }
1682
+
1683
+ span {
1684
+ display: block;
1685
+ }
1686
+
1687
+ .number {
1688
+ font-size: 3.25em;
1689
+ font-weight: 700;
1690
+ float: left;
1691
+ margin: 0;
1692
+ color: #003E73;
1693
+ line-height: .65em;
1694
+ display: inline-block;
1695
+ padding: 0 .125em 0 0;
1696
+ }
1697
+
1698
+ .heading, .description {
1699
+ display: block;
1700
+ }
1701
+
1702
+ .heading {
1703
+ color:#006699;
1704
+ font-size: .8em;
1705
+ padding: 0;
1706
+ }
1707
+
1708
+ .description {
1709
+ font-size: 1.25em;
1710
+ font-weight: 400;
1711
+ padding: .2em 0;
1712
+ text-align: left;
1713
+ display: inline-block;
1714
+ width: 100%;
1715
+ text-transform:uppercase;
1716
+ }
1717
+
1718
+ &.information {
1719
+ background: none;
1720
+ }
1721
+
1722
+ &.info-graphic {
1723
+ border: 1px solid #fff;
1724
+ background: none;
1725
+ padding: 1em 1em 0;
1726
+ line-height: 2.5;
1727
+ span.number {
1728
+ color: #fff;
1729
+ display: inline-block;
1730
+ }
1731
+ }
1732
+
1733
+
1734
+
1735
+ }
1736
+
1737
+
1738
+ #playbook {
1739
+ h2 {background: none; font-size: 2.5em;}
1740
+ /*a {text-decoration: none; background: none;}*/
1741
+
1742
+ .card a {
1743
+ border-bottom: 2px solid $secondary-color;
1744
+ display: inline-block;
1745
+ background: rgba(0,0,0,.03);
1746
+ &:hover {background: rgba(0,0,0,.1);}
1747
+ }
1748
+ }
1749
+
1750
+ // Dividers
1751
+
1752
+ .divider {
1753
+ &.margin {
1754
+ padding-top: 1em;
1755
+ padding-bottom: 1em;
1756
+ margin-top: 1em;
1757
+ margin-bottom: 1em;
1758
+ }
1759
+ &.top {
1760
+ border-top: 1px solid #f0f0f0;
1761
+ }
1762
+ &.bottom {
1763
+ border-bottom: 1px solid #f0f0f0;
1764
+ }
1765
+ }
1766
+
1767
+ // Steps
1768
+
1769
+ .feature {
1770
+ background: $polar;
1771
+ padding: 1em;
1772
+ margin: 0;
1773
+ }
1774
+
1775
+ // Process line
1776
+
1777
+ .process {
1778
+ padding: 0;
1779
+ position: relative;
1780
+ h2, h3, h4, h5, h6 {padding: .2em 0 0 0;}
1781
+ h5 {font-size: 1.3em; margin: 0; padding: 0;}
1782
+ h6 {font-size: 1.1em; margin: 0; padding: 0;}
1783
+ list-style: none;
1784
+ li {
1785
+ list-style-type: none;
1786
+ list-style: none;
1787
+ ol {
1788
+ margin: 0 0 1em 1.5em;
1789
+ padding: 0;
1790
+ li {list-style: decimal; padding: .25em 0;}
1791
+ }
1792
+ ul {
1793
+ margin: 0 0 1em 1.25em !important;
1794
+ padding: 0;
1795
+ li {list-style: square;}
1796
+ }
1797
+ &.step {
1798
+ border-left: 8px solid #ccc;
1799
+ padding: 0 0 2em 2em;
1800
+ margin: 0 !important;
1801
+ &.last {
1802
+ border-left: 0;
1803
+ }
1804
+ a {
1805
+ /*background-color: #D9C799;*/
1806
+ }
1807
+ }
1808
+ &.step.three.last,
1809
+ &.step.four.last,
1810
+ &.step.five.last,
1811
+ &.step.six.last,
1812
+ &.step.seven.last
1813
+ {
1814
+ &:before {
1815
+ margin-left: -2.4em
1816
+ }
1817
+ }
1818
+
1819
+
1820
+ /*&.va {border-left: 8px dashed #ccc;}*/
1821
+
1822
+ ul {
1823
+ margin: .25em 0 1em 0;
1824
+ padding: 0;
1825
+ li {
1826
+ margin: 0;
1827
+ padding: .1em 0;
1828
+
1829
+ }
1830
+ }
1831
+ ol {
1832
+ margin-top: .25em;
1833
+ margin-bottom: 1em;
1834
+ li {
1835
+ margin-left: .2em;
1836
+ }
1837
+ }
1838
+
1839
+ &:before {
1840
+ color:#fff;
1841
+ float: left;
1842
+ font-size: 1.3em;
1843
+ font-weight: 700;
1844
+ text-align: center;
1845
+ width: 2em;
1846
+ top: -.2em;
1847
+ margin-left: -2.7em;
1848
+ display: block;
1849
+ border: 4px solid #fff;
1850
+ background: $olso-gray;
1851
+ border-radius: 4em;
1852
+ position: relative;
1853
+ }
1854
+ }
1855
+
1856
+ li.one:before {content: "1";}
1857
+ li.two:before {content: "2";}
1858
+ li.three:before {content: "3";}
1859
+ li.four:before {content: "4";}
1860
+ li.five:before {content: "5";}
1861
+ li.six:before {content: "6";}
1862
+ li.seven:before {content: "7";}
1863
+ li.eight:before {content: "8";}
1864
+ li.nine:before {content: "9";}
1865
+ li.ten:before {content: "10";}
1866
+ li.eleven:before {content: "11";}
1867
+ li.twelve:before {content: "12";}
1868
+ li.thirteen:before {content: "13";}
1869
+ li.fourteen:before {content: "14";}
1870
+ li.fifteen:before {content: "15";}
1871
+ li.sixteen:before {content: "16";}
1872
+ li.seventeen:before {content: "17";}
1873
+ li.eighteen:before {content: "18";}
1874
+ li.nineteen:before {content: "19";}
1875
+ li.twenty:before {content: "20";}
1876
+ }
1877
+ .methodology {
1878
+ .medium-3 {
1879
+ padding-top: 1.5em;
1880
+ @media #{$small-only} {
1881
+ padding-left: 1.5em;
1882
+ h4 {
1883
+ font-size: 1.4em;
1884
+ }
1885
+ }
1886
+
1887
+ ul {
1888
+ margin: 0 0 1.5em 0; padding: 0;
1889
+ li {
1890
+ margin: 0;
1891
+ padding: 0;
1892
+ }
1893
+ }
1894
+
1895
+ &.hcd {
1896
+ h4 {
1897
+ color: $secondary-color;
1898
+ }
1899
+ }
1900
+
1901
+ }
1902
+ .medium-9 {
1903
+ background: white;
1904
+ }
1905
+ ol:nth-child(n+2) {
1906
+ li {
1907
+ list-style-type:decimal;
1908
+ }
1909
+ }
1910
+ li {
1911
+ &.step {
1912
+ padding-top: 1.5em;
1913
+ border-left:4px solid $olso-gray;
1914
+ }
1915
+ h4 {
1916
+ display: inline-block;
1917
+ span {
1918
+ font-family: $font-sans;
1919
+ }
1920
+ }
1921
+ .interactive {
1922
+ display: inline-block;
1923
+ background: rgba(0,0,0,0.05);
1924
+ padding: .2em .6em;
1925
+ border-radius: 3px;
1926
+ margin-left: 1.25em;
1927
+ text-transform: uppercase;
1928
+ font-size: .85em;
1929
+ vertical-align: 15%;
1930
+ letter-spacing: .05em;
1931
+ @media #{$small-only} {
1932
+ margin-left: 0;
1933
+ margin-bottom: 1em;
1934
+ }
1935
+ @media #{$medium-only} {
1936
+ margin-left: 0;
1937
+ margin-bottom: 1em;
1938
+ }
1939
+ }
1940
+ &:before {
1941
+ background:white;
1942
+ border: 4px solid $olso-gray;
1943
+ color:$olso-gray;
1944
+ font-size: 1.3em;
1945
+ font-weight:700;
1946
+ position: relative;
1947
+ padding: 0;
1948
+ margin-left: -2.6em;
1949
+ top: -.1em;
1950
+ width: 2em;
1951
+ }
1952
+
1953
+ &.step.four,
1954
+ &.step.five,
1955
+ &.step.seven,
1956
+ &.step.nine
1957
+ {
1958
+ &:before {
1959
+ background:white image-url("icons/SVG/loop2.svg")center center no-repeat;
1960
+ display:inline-block;
1961
+ width:3.4em;
1962
+ height:2.2em;
1963
+ background-size:contain;
1964
+ border:none;
1965
+ margin-left: -3.3em;
1966
+ padding-top: .25em;
1967
+ }
1968
+ }
1969
+ }
1970
+
1971
+ &.page {
1972
+ .discover {
1973
+ background: none;
1974
+ }
1975
+ .medium-3 {
1976
+ padding-top: 0;
1977
+ ul {
1978
+ margin-left: 0;
1979
+ }
1980
+ }
1981
+ .medium-9 {
1982
+ li {
1983
+ list-style-type: disc;
1984
+ }
1985
+ }
1986
+ }
1987
+ }
1988
+
1989
+ .human-centered {
1990
+ .discover,
1991
+ .design,
1992
+ .deliver {
1993
+ border-top: 4px solid #fff;
1994
+ border-bottom:4px solid #fff;
1995
+ div:nth-child(1) {
1996
+ border-right:8px solid #fff;
1997
+ @media #{$small-only} {
1998
+ border-right: 0;
1999
+ }
2000
+ }
2001
+ div:nth-child(2) {
2002
+ /*border-left:4px solid #fff;*/
2003
+ padding: 1.5em 1.5em .2em;
2004
+ }
2005
+ .graphic {
2006
+ -webkit-background-size: 138px 138px;
2007
+ background-size: 165px 165px;
2008
+ padding: 0;
2009
+ height: 209px;
2010
+ @media #{$medium-only} {
2011
+ background-position: 0 center;
2012
+ }
2013
+ }
2014
+ }
2015
+ }
2016
+ .discover {
2017
+ background:$polar;
2018
+ li {
2019
+ &.step.one {
2020
+ @media #{$small-only} {
2021
+ margin-top: 1.3em!important;
2022
+ }
2023
+ @media #{$medium-up} {
2024
+ margin-top: -2.7em!important;
2025
+ }
2026
+ padding-top: 0;
2027
+ }
2028
+ }
2029
+ .graphic {
2030
+ background: image-url("design/playbook/discover-process.svg") 40% center no-repeat;
2031
+ }
2032
+ }
2033
+ .has-tip {
2034
+ background: none!important;
2035
+ border-bottom: none!important;
2036
+ i {
2037
+ background: image-url("icons/info-circle.png"); /* IE svg fallback */
2038
+ background-image: image-url("icons/SVG/info-circle.svg");
2039
+ display: inline-block;
2040
+ -webkit-background-size: 20px 20px;
2041
+ background-size: 20px 20px;
2042
+ width: 20px;
2043
+ height: 20px;
2044
+ position: relative;
2045
+ top:.3em
2046
+ }
2047
+ }
2048
+ .tooltip {
2049
+ background: #000044;
2050
+ &>.nub {
2051
+ border-color: transparent transparent #000044 transparent!important;
2052
+ @media #{$small-only} {
2053
+ border:none!important
2054
+ }
2055
+ }
2056
+ @media #{$small-only} {
2057
+ left:auto!important;
2058
+ max-width: 100%!important;
2059
+ }
2060
+ }
2061
+ .tap-to-close {
2062
+ color:$color-gold!important;
2063
+ font-size: .8em!important;
2064
+ padding-top: .75em!important;
2065
+ }
2066
+ .design {
2067
+ background:$wild-sand;
2068
+ li {
2069
+ &.step.four {
2070
+ @media #{$small-only} {
2071
+ padding-top: 0;
2072
+ margin-top: 1em!important;
2073
+ }
2074
+ }
2075
+ }
2076
+ .graphic {
2077
+ background :image-url("design/playbook/design-process.svg") 40% center no-repeat;
2078
+ }
2079
+ }
2080
+ .deliver {
2081
+ background:$green-white;
2082
+ li {
2083
+ &.step.six {
2084
+ @media #{$small-only} {
2085
+ padding-top: 0;
2086
+ margin-top: 1em!important;
2087
+ }
2088
+ }
2089
+ &.step.nine {
2090
+ padding-top:0;
2091
+ &:before {
2092
+ margin-left: -3.1em;
2093
+ }
2094
+ }
2095
+ }
2096
+ .graphic {
2097
+ background: image-url("design/playbook/deliver-process.svg") 40% center no-repeat;
2098
+ }
2099
+ }
2100
+
2101
+
2102
+ // Visual Guide
2103
+
2104
+ span.color-chip {
2105
+ height: 3em;
2106
+ width: 3em;
2107
+ margin: .5em 1em .5em 0;
2108
+ border-radius: 10em;
2109
+ vertical-align: middle;
2110
+ display: inline-block;
2111
+
2112
+ &.primary-color {background: $color-primary;}
2113
+ &.color-primary-darker {background: $color-primary-darker;}
2114
+ &.color-primary-darkest {background: $color-primary-darkest;}
2115
+ &.color-gray-dark {background: $color-gray-dark;}
2116
+ &.color-gray-lightest {background: $color-gray-lightest;}
2117
+ &.color-gold {background: $color-gold;}
2118
+ &.color-green {background: $color-green;}
2119
+ &.color-green-lightest {background: $color-green-lightest;}
2120
+ }
2121
+
2122
+
2123
+ // Icons
2124
+
2125
+ .icon-images {width: 1.125em;}
2126
+ .icon-connection {width: 1.25em;}
2127
+ .icon-books {width: 1.125em;}
2128
+ .icon-library {width: 1.0625em;}
2129
+ .icon-price-tags {width: 1.25em;}
2130
+ .icon-history {width: 1.0625em;}
2131
+ .icon-keyboard {width: 1.125em;}
2132
+ .icon-bubbles {width: 1.125em;}
2133
+ .icon-bubbles2 {width: 1.125em;}
2134
+ .icon-bubbles3 {width: 1.125em;}
2135
+ .icon-bubbles4 {width: 1.125em;}
2136
+ .icon-users {width: 1.125em;}
2137
+ .icon-menu2 {width: 1.375em;}
2138
+ .icon-menu3 {width: 1.375em;}
2139
+ .icon-menu4 {width: 1.375em;}
2140
+ .icon-volume-high {width: 1.0625em;}
2141
+ .icon-embed2 {width: 1.25em;}
2142
+ .icon-youtube4 {width: 2.5087890625em;}
2143
+
2144
+ // Citation
2145
+
2146
+ .citation {
2147
+ border-top: 1px solid #eee;
2148
+ padding: 1em 0 0 0;
2149
+ h5, h6 {font-size: .85em; font-family: $font-sans; color: $color-gray-dark;}
2150
+ p, ul, li {font-size: .7em;}
2151
+ font-style: italic;
2152
+ }
2153
+
2154
+ // Panel list
2155
+
2156
+ .panel-list {
2157
+ background: #F4F4F5;
2158
+ padding: 1em;
2159
+ position: relative;
2160
+ min-height: 12em;
2161
+ dt {color: $color-primary-darkest; padding: 0; font-weight: 700; font-size: 1.2em;}
2162
+ dd {padding: 0; margin: 0;}
2163
+ a {
2164
+ @extend .usa-button-primary;
2165
+ margin: .5em 0;
2166
+ }
2167
+ &.plain {
2168
+ height: auto;
2169
+ dt {font-size: 1.45em;}
2170
+ background: none;
2171
+ margin: 0;
2172
+ padding: 0 0 1em 0;
2173
+ min-height: 0;
2174
+ }
2175
+ }
2176
+
2177
+ // Buttons
2178
+
2179
+ #content .usa-button,
2180
+ #content .usa-button-primary,
2181
+ #content .usa-button-outline
2182
+ {text-decoration: none;}
2183
+
2184
+ #content .usa-button-primary.expand {
2185
+ width: 100%;
2186
+ }
2187
+
2188
+
2189
+ // Highlight headings
2190
+
2191
+ h4.highlight {
2192
+ background: $color-gray-lightest;
2193
+ padding: .5em !important;
2194
+ display: block;
2195
+ font-weight: 700;
2196
+ line-heighgt: 1.2em;
2197
+ margin-bottom: .75em;
2198
+ font-famiy: $font-sans;
2199
+ }
2200
+
2201
+ // bumps text down to align with panel or highlighted text
2202
+ #content .section h4.bump {
2203
+ margin-top: 0.7rem;
2204
+ }
2205
+
2206
+ // Action banner
2207
+
2208
+ .action-bar {
2209
+ text-align: right;
2210
+ background: $color-gray-lightest;
2211
+ padding: .5em 0;
2212
+ a.usa-button-primary {
2213
+ background: $color-green;
2214
+ }
2215
+ }
2216
+
2217
+ // USDS component styles
2218
+ // Accordion
2219
+ .usa-accordion-content[aria-hidden=true] {
2220
+ display: none !important;
2221
+ }
2222
+ button[class*="usa-button-"] {
2223
+ font-weight:500;
2224
+ span {
2225
+ font-weight:700
2226
+ }
2227
+ }
2228
+
2229
+ // Disclaimer
2230
+
2231
+ .disclaimer {
2232
+ padding: 1em 0;
2233
+ border-top: 1px solid #ddd;
2234
+ font-size: .8em;
2235
+ color: #444;
2236
+ background: #fff;
2237
+ }
2238
+
2239
+ body.home .disclaimer, body.page-playbook .disclaimer {
2240
+ display: none;
2241
+ }
2242
+
2243
+
2244
+ // Mobile menu
2245
+
2246
+ /* Overlay style */
2247
+ .overlay {
2248
+ position: fixed;
2249
+ width: 100%;
2250
+ height: 100%;
2251
+ top: 0;
2252
+ left: 0;
2253
+ z-index: 800;
2254
+ background: rgba($color-primary-darkest, .95);
2255
+ }
2256
+
2257
+ /* Overlay closing cross */
2258
+ .overlay .overlay-close {
2259
+ border: none;
2260
+ outline: none;
2261
+ z-index: 100;
2262
+ }
2263
+
2264
+
2265
+ button#trigger-overlay {
2266
+ padding: .5em;
2267
+ margin-top: 0;
2268
+ border-radius: .15em;
2269
+ }
2270
+
2271
+ /* Effects */
2272
+ .overlay-fullscreen {
2273
+ opacity: 0;
2274
+ visibility: hidden;
2275
+ -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
2276
+ transition: opacity 0.5s, visibility 0s 0.5s;
2277
+
2278
+ button {
2279
+ border-radius: 0;
2280
+ display: block;
2281
+ width: 100% !important;
2282
+ margin: 0;
2283
+ width: auto;
2284
+ background: $color-primary;
2285
+
2286
+ }
2287
+
2288
+ input[type="text"] {
2289
+ border-radius: 3px 0 0 3px;
2290
+ -moz-border-radius: 3px 0 0 3px;
2291
+ -webkit-border-radius: 3px 0 0 3px;
2292
+ -webkit-appearance: none;
2293
+ }
2294
+
2295
+ }
2296
+
2297
+ .overlay-fullscreen.open {
2298
+ opacity: 1;
2299
+ visibility: visible;
2300
+ -webkit-transition: opacity 0.5s;
2301
+ transition: opacity 0.5s;
2302
+ }
2303
+
2304
+ .overlay-fullscreen .menu {
2305
+ -webkit-perspective: 1200px;
2306
+ perspective: 1200px;
2307
+ padding: 1em 1em;
2308
+ }
2309
+
2310
+ .overlay-fullscreen form {
2311
+ opacity: 0.4;
2312
+ -webkit-transform: translateY(-25%) rotateX(35deg);
2313
+ transform: translateY(-25%) rotateX(35deg);
2314
+ -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
2315
+ transition: transform 0.5s, opacity 0.5s;
2316
+ }
2317
+
2318
+ .overlay-fullscreen.open form {
2319
+ opacity: 1;
2320
+ -webkit-transform: rotateX(0deg);
2321
+ transform: rotateX(0deg);
2322
+ }
2323
+
2324
+ .overlay-fullscreen.close form {
2325
+ -webkit-transform: translateY(25%) rotateX(-35deg);
2326
+ transform: translateY(25%) rotateX(-35deg);
2327
+ }
2328
+
2329
+ @media screen and (max-height: 30.5em) {
2330
+ .overlay form {
2331
+ height: 70%;
2332
+ }
2333
+
2334
+ }
2335
+
2336
+ // List overrides
2337
+
2338
+ ul li p {
2339
+ margin: 0;
2340
+ padding: 0;
2341
+ }
2342
+
2343
+ // vets.gov branded apps
2344
+
2345
+ a.vets-app {
2346
+ border-left: 3px solid $color-gold;
2347
+ display: inline-block;
2348
+ padding: 0 0 0 .5em !important;
2349
+ }
2350
+
2351
+ // Tooltips
2352
+
2353
+ .tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
2354
+ .tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }
2355
+
2356
+ /* Rounded corners */
2357
+ .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
2358
+
2359
+ /* Uncomment for shadow */
2360
+ /*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
2361
+
2362
+ .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
2363
+
2364
+ /* Rules to colour arrows */
2365
+ .tipsy-arrow-n { border-bottom-color: #000; }
2366
+ .tipsy-arrow-s { border-top-color: #000; }
2367
+ .tipsy-arrow-e { border-left-color: #000; }
2368
+ .tipsy-arrow-w { border-right-color: #000; }
2369
+
2370
+ .tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
2371
+ .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
2372
+ .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
2373
+ .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
2374
+ .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
2375
+ .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
2376
+ .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
2377
+ .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }