katalyst-govuk-formbuilder 1.5.0 → 1.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (174) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/builds/katalyst/govuk/formbuilder.css +534 -453
  3. data/app/assets/builds/katalyst/govuk/formbuilder.js +1865 -1379
  4. data/app/assets/builds/katalyst/govuk/formbuilder.min.js +85 -1
  5. data/app/assets/stylesheets/katalyst/govuk/components/richtextarea/_index.scss +5 -5
  6. data/app/assets/stylesheets/katalyst/govuk/components/richtextarea/_richtextarea.scss +1 -1
  7. data/app/assets/stylesheets/katalyst/govuk/formbuilder.scss +18 -18
  8. data/lib/katalyst/govuk/formbuilder/frontend.rb +2 -1
  9. data/lib/katalyst/govuk/formbuilder.rb +0 -1
  10. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/_base.scss +2 -0
  11. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/all.scss +2 -0
  12. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/_all.scss +8 -4
  13. data/vendor/assets/stylesheets/govuk-frontend/dist/govuk/components/accordion/_accordion.scss +4 -0
  14. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/accordion/_index.scss +19 -45
  15. data/vendor/assets/stylesheets/govuk-frontend/dist/govuk/components/back-link/_back-link.scss +4 -0
  16. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/back-link/_index.scss +18 -34
  17. data/vendor/assets/stylesheets/govuk-frontend/dist/govuk/components/breadcrumbs/_breadcrumbs.scss +4 -0
  18. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/breadcrumbs/_index.scss +22 -35
  19. data/vendor/assets/stylesheets/govuk-frontend/dist/govuk/components/button/_button.scss +4 -0
  20. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/button/_index.scss +56 -91
  21. data/vendor/assets/stylesheets/govuk-frontend/dist/govuk/components/character-count/_character-count.scss +4 -0
  22. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/character-count/_index.scss +3 -1
  23. data/vendor/assets/stylesheets/govuk-frontend/dist/govuk/components/checkboxes/_checkboxes.scss +4 -0
  24. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/checkboxes/_index.scss +69 -91
  25. data/vendor/assets/stylesheets/govuk-frontend/dist/govuk/components/cookie-banner/_cookie-banner.scss +4 -0
  26. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/cookie-banner/_index.scss +3 -2
  27. data/vendor/assets/stylesheets/govuk-frontend/dist/govuk/components/date-input/_date-input.scss +4 -0
  28. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/date-input/_index.scss +2 -0
  29. data/vendor/assets/stylesheets/govuk-frontend/dist/govuk/components/details/_details.scss +4 -0
  30. data/vendor/assets/stylesheets/govuk-frontend/dist/govuk/components/details/_index.scss +134 -0
  31. data/vendor/assets/stylesheets/govuk-frontend/dist/govuk/components/error-message/_error-message.scss +4 -0
  32. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/error-message/_index.scss +2 -0
  33. data/vendor/assets/stylesheets/govuk-frontend/dist/govuk/components/error-summary/_error-summary.scss +4 -0
  34. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/error-summary/_index.scss +5 -3
  35. data/vendor/assets/stylesheets/govuk-frontend/dist/govuk/components/exit-this-page/_exit-this-page.scss +4 -0
  36. data/vendor/assets/stylesheets/govuk-frontend/dist/govuk/components/exit-this-page/_index.scss +92 -0
  37. data/vendor/assets/stylesheets/govuk-frontend/dist/govuk/components/fieldset/_fieldset.scss +4 -0
  38. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/fieldset/_index.scss +18 -11
  39. data/vendor/assets/stylesheets/govuk-frontend/dist/govuk/components/file-upload/_file-upload.scss +4 -0
  40. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/file-upload/_index.scss +3 -6
  41. data/vendor/assets/stylesheets/govuk-frontend/dist/govuk/components/footer/_footer.scss +4 -0
  42. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/footer/_index.scss +16 -57
  43. data/vendor/assets/stylesheets/govuk-frontend/dist/govuk/components/header/_header.scss +4 -0
  44. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/header/_index.scss +55 -75
  45. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/hint/_hint.scss +2 -0
  46. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/hint/_index.scss +3 -0
  47. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/input/_index.scss +12 -35
  48. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/input/_input.scss +2 -0
  49. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/inset-text/_index.scss +2 -0
  50. data/vendor/assets/stylesheets/govuk-frontend/dist/govuk/components/inset-text/_inset-text.scss +4 -0
  51. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/label/_index.scss +12 -7
  52. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/label/_label.scss +2 -0
  53. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/notification-banner/_index.scss +8 -5
  54. data/vendor/assets/stylesheets/govuk-frontend/dist/govuk/components/notification-banner/_notification-banner.scss +4 -0
  55. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/pagination/_index.scss +12 -18
  56. data/vendor/assets/stylesheets/govuk-frontend/dist/govuk/components/pagination/_pagination.scss +4 -0
  57. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/panel/_index.scss +6 -8
  58. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/panel/_panel.scss +2 -0
  59. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/phase-banner/_index.scss +11 -0
  60. data/vendor/assets/stylesheets/govuk-frontend/dist/govuk/components/phase-banner/_phase-banner.scss +4 -0
  61. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/radios/_index.scss +38 -54
  62. data/vendor/assets/stylesheets/govuk-frontend/dist/govuk/components/radios/_radios.scss +4 -0
  63. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/select/_index.scss +4 -11
  64. data/vendor/assets/stylesheets/govuk-frontend/dist/govuk/components/select/_select.scss +4 -0
  65. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/skip-link/_index.scss +2 -0
  66. data/vendor/assets/stylesheets/govuk-frontend/dist/govuk/components/skip-link/_skip-link.scss +4 -0
  67. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/summary-list/_index.scss +20 -19
  68. data/vendor/assets/stylesheets/govuk-frontend/dist/govuk/components/summary-list/_summary-list.scss +4 -0
  69. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/table/_index.scss +10 -16
  70. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/table/_table.scss +2 -0
  71. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/tabs/_index.scss +13 -9
  72. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/tabs/_tabs.scss +2 -0
  73. data/vendor/assets/stylesheets/govuk-frontend/dist/govuk/components/tag/_index.scss +94 -0
  74. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/tag/_tag.scss +2 -0
  75. data/vendor/assets/stylesheets/govuk-frontend/dist/govuk/components/task-list/_index.scss +77 -0
  76. data/vendor/assets/stylesheets/govuk-frontend/dist/govuk/components/task-list/_task-list.scss +4 -0
  77. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/textarea/_index.scss +3 -7
  78. data/vendor/assets/stylesheets/govuk-frontend/dist/govuk/components/textarea/_textarea.scss +4 -0
  79. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/components/warning-text/_index.scss +7 -8
  80. data/vendor/assets/stylesheets/govuk-frontend/dist/govuk/components/warning-text/_warning-text.scss +4 -0
  81. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/core/_all.scss +2 -0
  82. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/core/_global-styles.scss +2 -1
  83. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/core/_govuk-frontend-version.scss +3 -1
  84. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/core/_links.scss +8 -1
  85. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/core/_lists.scss +2 -1
  86. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/core/_section-break.scss +2 -7
  87. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/core/_typography.scss +5 -4
  88. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/helpers/_all.scss +2 -0
  89. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/helpers/_clearfix.scss +3 -1
  90. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/helpers/_colour.scss +12 -19
  91. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/helpers/_device-pixels.scss +4 -3
  92. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/helpers/_focused.scss +22 -6
  93. data/vendor/assets/stylesheets/govuk-frontend/dist/govuk/helpers/_font-faces.scss +41 -0
  94. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/helpers/_grid.scss +2 -0
  95. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/helpers/_links.scss +36 -74
  96. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/helpers/_media-queries.scss +3 -12
  97. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/helpers/_shape-arrow.scss +2 -0
  98. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/helpers/_spacing.scss +12 -10
  99. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/helpers/_typography.scss +12 -33
  100. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/helpers/_visually-hidden.scss +33 -0
  101. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/objects/_all.scss +2 -0
  102. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/objects/_button-group.scss +7 -12
  103. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/objects/_form-group.scss +2 -0
  104. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/objects/_grid.scss +4 -2
  105. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/objects/_main-wrapper.scss +2 -0
  106. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/objects/_template.scss +22 -1
  107. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/objects/_width-container.scss +2 -9
  108. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/overrides/_all.scss +2 -0
  109. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/overrides/_display.scss +2 -0
  110. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/overrides/_spacing.scss +3 -19
  111. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/overrides/_text-align.scss +2 -0
  112. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/overrides/_typography.scss +2 -0
  113. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/overrides/_width.scss +2 -0
  114. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/settings/_all.scss +2 -3
  115. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/settings/_assets.scss +2 -0
  116. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/settings/_colours-applied.scss +9 -7
  117. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/settings/_colours-organisations.scss +4 -2
  118. data/vendor/assets/stylesheets/govuk-frontend/dist/govuk/settings/_colours-palette.scss +37 -0
  119. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/settings/_global-styles.scss +2 -0
  120. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/settings/_links.scss +3 -20
  121. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/settings/_measurements.scss +17 -5
  122. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/settings/_media-queries.scss +4 -2
  123. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/settings/_spacing.scss +2 -0
  124. data/vendor/assets/stylesheets/govuk-frontend/dist/govuk/settings/_typography-font.scss +52 -0
  125. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/settings/_typography-responsive.scss +2 -39
  126. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/settings/_warnings.scss +25 -5
  127. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/tools/_all.scss +2 -2
  128. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/tools/_exports.scss +2 -0
  129. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/tools/_font-url.scss +3 -0
  130. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/tools/_image-url.scss +3 -0
  131. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/tools/_px-to-em.scss +2 -0
  132. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/tools/_px-to-rem.scss +2 -0
  133. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/utilities/_all.scss +2 -0
  134. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/utilities/_clearfix.scss +2 -0
  135. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/utilities/_visually-hidden.scss +2 -0
  136. data/vendor/assets/stylesheets/govuk-frontend/{govuk → dist/govuk}/vendor/_sass-mq.scss +3 -1
  137. metadata +130 -133
  138. data/lib/katalyst/govuk/formbuilder/version.rb +0 -9
  139. data/vendor/assets/stylesheets/govuk-frontend/govuk/all-ie8.scss +0 -14
  140. data/vendor/assets/stylesheets/govuk-frontend/govuk/components/accordion/_accordion.scss +0 -2
  141. data/vendor/assets/stylesheets/govuk-frontend/govuk/components/back-link/_back-link.scss +0 -2
  142. data/vendor/assets/stylesheets/govuk-frontend/govuk/components/breadcrumbs/_breadcrumbs.scss +0 -2
  143. data/vendor/assets/stylesheets/govuk-frontend/govuk/components/button/_button.scss +0 -2
  144. data/vendor/assets/stylesheets/govuk-frontend/govuk/components/character-count/_character-count.scss +0 -2
  145. data/vendor/assets/stylesheets/govuk-frontend/govuk/components/checkboxes/_checkboxes.scss +0 -2
  146. data/vendor/assets/stylesheets/govuk-frontend/govuk/components/cookie-banner/_cookie-banner.scss +0 -2
  147. data/vendor/assets/stylesheets/govuk-frontend/govuk/components/date-input/_date-input.scss +0 -2
  148. data/vendor/assets/stylesheets/govuk-frontend/govuk/components/details/_details.scss +0 -2
  149. data/vendor/assets/stylesheets/govuk-frontend/govuk/components/details/_index.scss +0 -88
  150. data/vendor/assets/stylesheets/govuk-frontend/govuk/components/error-message/_error-message.scss +0 -2
  151. data/vendor/assets/stylesheets/govuk-frontend/govuk/components/error-summary/_error-summary.scss +0 -2
  152. data/vendor/assets/stylesheets/govuk-frontend/govuk/components/fieldset/_fieldset.scss +0 -2
  153. data/vendor/assets/stylesheets/govuk-frontend/govuk/components/file-upload/_file-upload.scss +0 -2
  154. data/vendor/assets/stylesheets/govuk-frontend/govuk/components/footer/_footer.scss +0 -2
  155. data/vendor/assets/stylesheets/govuk-frontend/govuk/components/header/_header.scss +0 -2
  156. data/vendor/assets/stylesheets/govuk-frontend/govuk/components/inset-text/_inset-text.scss +0 -2
  157. data/vendor/assets/stylesheets/govuk-frontend/govuk/components/notification-banner/_notification-banner.scss +0 -2
  158. data/vendor/assets/stylesheets/govuk-frontend/govuk/components/pagination/_pagination.scss +0 -2
  159. data/vendor/assets/stylesheets/govuk-frontend/govuk/components/phase-banner/_phase-banner.scss +0 -2
  160. data/vendor/assets/stylesheets/govuk-frontend/govuk/components/radios/_radios.scss +0 -2
  161. data/vendor/assets/stylesheets/govuk-frontend/govuk/components/select/_select.scss +0 -2
  162. data/vendor/assets/stylesheets/govuk-frontend/govuk/components/skip-link/_skip-link.scss +0 -2
  163. data/vendor/assets/stylesheets/govuk-frontend/govuk/components/summary-list/_summary-list.scss +0 -2
  164. data/vendor/assets/stylesheets/govuk-frontend/govuk/components/tag/_index.scss +0 -81
  165. data/vendor/assets/stylesheets/govuk-frontend/govuk/components/textarea/_textarea.scss +0 -2
  166. data/vendor/assets/stylesheets/govuk-frontend/govuk/components/warning-text/_warning-text.scss +0 -2
  167. data/vendor/assets/stylesheets/govuk-frontend/govuk/helpers/_font-faces.scss +0 -41
  168. data/vendor/assets/stylesheets/govuk-frontend/govuk/settings/_colours-palette.scss +0 -120
  169. data/vendor/assets/stylesheets/govuk-frontend/govuk/settings/_compatibility.scss +0 -100
  170. data/vendor/assets/stylesheets/govuk-frontend/govuk/settings/_ie8.scss +0 -34
  171. data/vendor/assets/stylesheets/govuk-frontend/govuk/settings/_typography-font-families.scss +0 -32
  172. data/vendor/assets/stylesheets/govuk-frontend/govuk/settings/_typography-font.scss +0 -112
  173. data/vendor/assets/stylesheets/govuk-frontend/govuk/tools/_compatibility.scss +0 -50
  174. data/vendor/assets/stylesheets/govuk-frontend/govuk/tools/_ie8.scss +0 -87
@@ -1,18 +1,72 @@
1
+ @charset "UTF-8";
2
+
3
+
4
+
5
+
6
+
7
+
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+
30
+
31
+
32
+
33
+
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
1
45
  :root {
2
- --govuk-frontend-version: "4.6.0";
46
+ --govuk-frontend-version: "5.0.0";
3
47
  }
4
48
 
49
+
5
50
  .govuk-link {
6
51
  font-family: "Open Sans", sans-serif;
7
52
  -webkit-font-smoothing: antialiased;
8
53
  -moz-osx-font-smoothing: grayscale;
9
54
  text-decoration: underline;
55
+ text-decoration-thickness: max(1px, .0625rem);
56
+ text-underline-offset: 0.1578em;
10
57
  }
11
58
  @media print {
12
59
  .govuk-link {
13
60
  font-family: sans-serif;
14
61
  }
15
62
  }
63
+ .govuk-link:hover {
64
+ text-decoration-thickness: max(3px, .1875rem, .12em);
65
+ -webkit-text-decoration-skip-ink: none;
66
+ text-decoration-skip-ink: none;
67
+ -webkit-text-decoration-skip: none;
68
+ text-decoration-skip: none;
69
+ }
16
70
  .govuk-link:focus {
17
71
  outline: 3px solid transparent;
18
72
  color: #0b0c0c;
@@ -38,7 +92,7 @@
38
92
  color: #0b0c0c;
39
93
  }
40
94
  @media print {
41
- [href^="/"].govuk-link:after, [href^="http://"].govuk-link:after, [href^="https://"].govuk-link:after {
95
+ [href^="/"].govuk-link::after, [href^="http://"].govuk-link::after, [href^="https://"].govuk-link::after {
42
96
  content: " (" attr(href) ")";
43
97
  font-size: 90%;
44
98
  word-wrap: break-word;
@@ -105,12 +159,22 @@
105
159
  color: #0b0c0c;
106
160
  }
107
161
 
162
+ .govuk-link-image {
163
+ display: inline-block;
164
+ line-height: 0;
165
+ text-decoration: none;
166
+ }
167
+ .govuk-link-image:focus {
168
+ outline: 3px solid transparent;
169
+ box-shadow: 0 0 0 4px #ffdd00, 0 0 0 8px #0b0c0c;
170
+ }
171
+
172
+
108
173
  .govuk-list {
109
174
  font-family: "Open Sans", sans-serif;
110
175
  -webkit-font-smoothing: antialiased;
111
176
  -moz-osx-font-smoothing: grayscale;
112
177
  font-weight: 400;
113
- font-size: 16px;
114
178
  font-size: 1rem;
115
179
  line-height: 1.25;
116
180
  color: #0b0c0c;
@@ -126,7 +190,6 @@
126
190
  }
127
191
  @media (min-width: 40.0625em) {
128
192
  .govuk-list {
129
- font-size: 19px;
130
193
  font-size: 1.1875rem;
131
194
  line-height: 1.3157894737;
132
195
  }
@@ -185,13 +248,13 @@
185
248
  }
186
249
  }
187
250
 
251
+
188
252
  .govuk-heading-xl {
189
253
  color: #0b0c0c;
190
254
  font-family: "Open Sans", sans-serif;
191
255
  -webkit-font-smoothing: antialiased;
192
256
  -moz-osx-font-smoothing: grayscale;
193
257
  font-weight: 700;
194
- font-size: 32px;
195
258
  font-size: 2rem;
196
259
  line-height: 1.09375;
197
260
  display: block;
@@ -210,7 +273,6 @@
210
273
  }
211
274
  @media (min-width: 40.0625em) {
212
275
  .govuk-heading-xl {
213
- font-size: 48px;
214
276
  font-size: 3rem;
215
277
  line-height: 1.0416666667;
216
278
  }
@@ -233,7 +295,6 @@
233
295
  -webkit-font-smoothing: antialiased;
234
296
  -moz-osx-font-smoothing: grayscale;
235
297
  font-weight: 700;
236
- font-size: 24px;
237
298
  font-size: 1.5rem;
238
299
  line-height: 1.0416666667;
239
300
  display: block;
@@ -252,7 +313,6 @@
252
313
  }
253
314
  @media (min-width: 40.0625em) {
254
315
  .govuk-heading-l {
255
- font-size: 36px;
256
316
  font-size: 2.25rem;
257
317
  line-height: 1.1111111111;
258
318
  }
@@ -275,7 +335,6 @@
275
335
  -webkit-font-smoothing: antialiased;
276
336
  -moz-osx-font-smoothing: grayscale;
277
337
  font-weight: 700;
278
- font-size: 18px;
279
338
  font-size: 1.125rem;
280
339
  line-height: 1.1111111111;
281
340
  display: block;
@@ -294,7 +353,6 @@
294
353
  }
295
354
  @media (min-width: 40.0625em) {
296
355
  .govuk-heading-m {
297
- font-size: 24px;
298
356
  font-size: 1.5rem;
299
357
  line-height: 1.25;
300
358
  }
@@ -317,7 +375,6 @@
317
375
  -webkit-font-smoothing: antialiased;
318
376
  -moz-osx-font-smoothing: grayscale;
319
377
  font-weight: 700;
320
- font-size: 16px;
321
378
  font-size: 1rem;
322
379
  line-height: 1.25;
323
380
  display: block;
@@ -336,7 +393,6 @@
336
393
  }
337
394
  @media (min-width: 40.0625em) {
338
395
  .govuk-heading-s {
339
- font-size: 19px;
340
396
  font-size: 1.1875rem;
341
397
  line-height: 1.3157894737;
342
398
  }
@@ -358,7 +414,6 @@
358
414
  -webkit-font-smoothing: antialiased;
359
415
  -moz-osx-font-smoothing: grayscale;
360
416
  font-weight: 400;
361
- font-size: 18px;
362
417
  font-size: 1.125rem;
363
418
  line-height: 1.1111111111;
364
419
  display: block;
@@ -372,7 +427,6 @@
372
427
  }
373
428
  @media (min-width: 40.0625em) {
374
429
  .govuk-caption-xl {
375
- font-size: 27px;
376
430
  font-size: 1.6875rem;
377
431
  line-height: 1.1111111111;
378
432
  }
@@ -389,7 +443,6 @@
389
443
  -webkit-font-smoothing: antialiased;
390
444
  -moz-osx-font-smoothing: grayscale;
391
445
  font-weight: 400;
392
- font-size: 18px;
393
446
  font-size: 1.125rem;
394
447
  line-height: 1.1111111111;
395
448
  display: block;
@@ -403,7 +456,6 @@
403
456
  }
404
457
  @media (min-width: 40.0625em) {
405
458
  .govuk-caption-l {
406
- font-size: 24px;
407
459
  font-size: 1.5rem;
408
460
  line-height: 1.25;
409
461
  }
@@ -425,7 +477,6 @@
425
477
  -webkit-font-smoothing: antialiased;
426
478
  -moz-osx-font-smoothing: grayscale;
427
479
  font-weight: 400;
428
- font-size: 16px;
429
480
  font-size: 1rem;
430
481
  line-height: 1.25;
431
482
  display: block;
@@ -438,7 +489,6 @@
438
489
  }
439
490
  @media (min-width: 40.0625em) {
440
491
  .govuk-caption-m {
441
- font-size: 19px;
442
492
  font-size: 1.1875rem;
443
493
  line-height: 1.3157894737;
444
494
  }
@@ -456,7 +506,6 @@
456
506
  -webkit-font-smoothing: antialiased;
457
507
  -moz-osx-font-smoothing: grayscale;
458
508
  font-weight: 400;
459
- font-size: 18px;
460
509
  font-size: 1.125rem;
461
510
  line-height: 1.1111111111;
462
511
  margin-top: 0;
@@ -474,7 +523,6 @@
474
523
  }
475
524
  @media (min-width: 40.0625em) {
476
525
  .govuk-body-lead, .govuk-body-l {
477
- font-size: 24px;
478
526
  font-size: 1.5rem;
479
527
  line-height: 1.25;
480
528
  }
@@ -497,7 +545,6 @@
497
545
  -webkit-font-smoothing: antialiased;
498
546
  -moz-osx-font-smoothing: grayscale;
499
547
  font-weight: 400;
500
- font-size: 16px;
501
548
  font-size: 1rem;
502
549
  line-height: 1.25;
503
550
  margin-top: 0;
@@ -515,7 +562,6 @@
515
562
  }
516
563
  @media (min-width: 40.0625em) {
517
564
  .govuk-body, .govuk-body-m {
518
- font-size: 19px;
519
565
  font-size: 1.1875rem;
520
566
  line-height: 1.3157894737;
521
567
  }
@@ -538,7 +584,6 @@
538
584
  -webkit-font-smoothing: antialiased;
539
585
  -moz-osx-font-smoothing: grayscale;
540
586
  font-weight: 400;
541
- font-size: 14px;
542
587
  font-size: 0.875rem;
543
588
  line-height: 1.1428571429;
544
589
  margin-top: 0;
@@ -556,7 +601,6 @@
556
601
  }
557
602
  @media (min-width: 40.0625em) {
558
603
  .govuk-body-s {
559
- font-size: 16px;
560
604
  font-size: 1rem;
561
605
  line-height: 1.25;
562
606
  }
@@ -579,7 +623,6 @@
579
623
  -webkit-font-smoothing: antialiased;
580
624
  -moz-osx-font-smoothing: grayscale;
581
625
  font-weight: 400;
582
- font-size: 12px;
583
626
  font-size: 0.75rem;
584
627
  line-height: 1.25;
585
628
  margin-top: 0;
@@ -597,7 +640,6 @@
597
640
  }
598
641
  @media (min-width: 40.0625em) {
599
642
  .govuk-body-xs {
600
- font-size: 14px;
601
643
  font-size: 0.875rem;
602
644
  line-height: 1.4285714286;
603
645
  }
@@ -657,6 +699,7 @@
657
699
  }
658
700
  }
659
701
 
702
+
660
703
  .govuk-section-break {
661
704
  margin: 0;
662
705
  border: 0;
@@ -711,13 +754,58 @@
711
754
  border-bottom: 1px solid #b1b4b6;
712
755
  }
713
756
 
757
+
758
+
759
+
760
+
761
+
762
+
763
+
764
+
765
+
766
+
767
+
768
+
769
+
770
+
771
+
772
+
773
+
774
+
775
+
776
+
777
+
778
+
779
+
780
+
781
+
782
+
783
+
784
+
785
+
786
+
787
+
788
+
789
+
790
+
791
+
792
+
793
+
794
+
795
+
796
+
797
+
798
+
799
+
800
+
801
+
802
+
803
+
804
+
714
805
  .govuk-button-group {
715
806
  margin-bottom: 5px;
716
- display: -ms-flexbox;
717
807
  display: flex;
718
- -ms-flex-direction: column;
719
808
  flex-direction: column;
720
- -ms-flex-align: center;
721
809
  align-items: center;
722
810
  }
723
811
  @media (min-width: 40.0625em) {
@@ -730,7 +818,6 @@
730
818
  -webkit-font-smoothing: antialiased;
731
819
  -moz-osx-font-smoothing: grayscale;
732
820
  font-weight: 400;
733
- font-size: 16px;
734
821
  font-size: 1rem;
735
822
  line-height: 1.1875;
736
823
  display: inline-block;
@@ -746,7 +833,6 @@
746
833
  }
747
834
  @media (min-width: 40.0625em) {
748
835
  .govuk-button-group .govuk-link {
749
- font-size: 19px;
750
836
  font-size: 1.1875rem;
751
837
  line-height: 1;
752
838
  }
@@ -763,11 +849,8 @@
763
849
  @media (min-width: 40.0625em) {
764
850
  .govuk-button-group {
765
851
  margin-right: -15px;
766
- -ms-flex-direction: row;
767
852
  flex-direction: row;
768
- -ms-flex-wrap: wrap;
769
853
  flex-wrap: wrap;
770
- -ms-flex-align: baseline;
771
854
  align-items: baseline;
772
855
  }
773
856
  .govuk-button-group .govuk-button,
@@ -779,10 +862,54 @@
779
862
  }
780
863
  }
781
864
 
865
+
866
+
867
+
868
+
869
+
870
+
871
+
872
+
873
+
874
+
875
+
876
+
877
+
878
+
879
+
880
+
881
+
882
+
883
+
884
+
885
+
886
+
887
+
888
+
889
+
890
+
891
+
892
+
893
+
894
+
895
+
896
+
897
+
898
+
899
+
900
+
901
+
902
+
903
+
904
+
905
+
906
+
907
+
908
+
782
909
  .govuk-form-group {
783
910
  margin-bottom: 20px;
784
911
  }
785
- .govuk-form-group:after {
912
+ .govuk-form-group::after {
786
913
  content: "";
787
914
  display: block;
788
915
  clear: both;
@@ -805,11 +932,55 @@
805
932
  border: 0;
806
933
  }
807
934
 
935
+
936
+
937
+
938
+
939
+
940
+
941
+
942
+
943
+
944
+
945
+
946
+
947
+
948
+
949
+
950
+
951
+
952
+
953
+
954
+
955
+
956
+
957
+
958
+
959
+
960
+
961
+
962
+
963
+
964
+
965
+
966
+
967
+
968
+
969
+
970
+
971
+
972
+
973
+
974
+
975
+
976
+
977
+
978
+
808
979
  .govuk-grid-row {
809
980
  margin-right: -15px;
810
981
  margin-left: -15px;
811
982
  }
812
- .govuk-grid-row:after {
983
+ .govuk-grid-row::after {
813
984
  content: "";
814
985
  display: block;
815
986
  clear: both;
@@ -953,6 +1124,50 @@
953
1124
  }
954
1125
  }
955
1126
 
1127
+
1128
+
1129
+
1130
+
1131
+
1132
+
1133
+
1134
+
1135
+
1136
+
1137
+
1138
+
1139
+
1140
+
1141
+
1142
+
1143
+
1144
+
1145
+
1146
+
1147
+
1148
+
1149
+
1150
+
1151
+
1152
+
1153
+
1154
+
1155
+
1156
+
1157
+
1158
+
1159
+
1160
+
1161
+
1162
+
1163
+
1164
+
1165
+
1166
+
1167
+
1168
+
1169
+
1170
+
956
1171
  .govuk-main-wrapper {
957
1172
  display: block;
958
1173
  padding-top: 20px;
@@ -976,12 +1191,64 @@
976
1191
  }
977
1192
  }
978
1193
 
1194
+
1195
+
1196
+
1197
+
1198
+
1199
+
1200
+
1201
+
1202
+
1203
+
1204
+
1205
+
1206
+
1207
+
1208
+
1209
+
1210
+
1211
+
1212
+
1213
+
1214
+
1215
+
1216
+
1217
+
1218
+
1219
+
1220
+
1221
+
1222
+
1223
+
1224
+
1225
+
1226
+
1227
+
1228
+
1229
+
1230
+
1231
+
1232
+
1233
+
1234
+
1235
+
1236
+
1237
+
979
1238
  .govuk-template {
980
1239
  background-color: #f3f2f1;
981
1240
  -webkit-text-size-adjust: 100%;
982
1241
  -moz-text-size-adjust: 100%;
983
1242
  text-size-adjust: 100%;
984
1243
  }
1244
+ @supports (position: -webkit-sticky) or (position: sticky) {
1245
+ .govuk-template {
1246
+ scroll-padding-top: 60px;
1247
+ }
1248
+ .govuk-template:not(:has(.govuk-exit-this-page)) {
1249
+ scroll-padding-top: 0;
1250
+ }
1251
+ }
985
1252
  @media screen {
986
1253
  .govuk-template {
987
1254
  overflow-y: scroll;
@@ -993,6 +1260,50 @@
993
1260
  background-color: #ffffff;
994
1261
  }
995
1262
 
1263
+
1264
+
1265
+
1266
+
1267
+
1268
+
1269
+
1270
+
1271
+
1272
+
1273
+
1274
+
1275
+
1276
+
1277
+
1278
+
1279
+
1280
+
1281
+
1282
+
1283
+
1284
+
1285
+
1286
+
1287
+
1288
+
1289
+
1290
+
1291
+
1292
+
1293
+
1294
+
1295
+
1296
+
1297
+
1298
+
1299
+
1300
+
1301
+
1302
+
1303
+
1304
+
1305
+
1306
+
996
1307
  .govuk-width-container {
997
1308
  max-width: 960px;
998
1309
  margin-right: 15px;
@@ -1029,12 +1340,13 @@
1029
1340
  }
1030
1341
  }
1031
1342
 
1343
+
1344
+
1032
1345
  .govuk-button {
1033
1346
  font-family: "Open Sans", sans-serif;
1034
1347
  -webkit-font-smoothing: antialiased;
1035
1348
  -moz-osx-font-smoothing: grayscale;
1036
1349
  font-weight: 400;
1037
- font-size: 16px;
1038
1350
  font-size: 1rem;
1039
1351
  line-height: 1.1875;
1040
1352
  box-sizing: border-box;
@@ -1063,7 +1375,6 @@
1063
1375
  }
1064
1376
  @media (min-width: 40.0625em) {
1065
1377
  .govuk-button {
1066
- font-size: 19px;
1067
1378
  font-size: 1.1875rem;
1068
1379
  line-height: 1;
1069
1380
  }
@@ -1109,7 +1420,7 @@
1109
1420
  background-color: #ffdd00;
1110
1421
  box-shadow: 0 2px 0 #0b0c0c;
1111
1422
  }
1112
- .govuk-button:before {
1423
+ .govuk-button::before {
1113
1424
  content: "";
1114
1425
  display: block;
1115
1426
  position: absolute;
@@ -1119,23 +1430,17 @@
1119
1430
  left: -2px;
1120
1431
  background: transparent;
1121
1432
  }
1122
- .govuk-button:active:before {
1433
+ .govuk-button:active::before {
1123
1434
  top: -4px;
1124
1435
  }
1125
1436
 
1126
- .govuk-button--disabled,
1127
- .govuk-button[disabled=disabled],
1128
1437
  .govuk-button[disabled] {
1129
1438
  opacity: 0.5;
1130
1439
  }
1131
- .govuk-button--disabled:hover,
1132
- .govuk-button[disabled=disabled]:hover,
1133
1440
  .govuk-button[disabled]:hover {
1134
1441
  background-color: #00703c;
1135
1442
  cursor: not-allowed;
1136
1443
  }
1137
- .govuk-button--disabled:active,
1138
- .govuk-button[disabled=disabled]:active,
1139
1444
  .govuk-button[disabled]:active {
1140
1445
  top: 0;
1141
1446
  box-shadow: 0 2px 0 #002d18;
@@ -1169,20 +1474,30 @@
1169
1474
  background-color: #d4351c;
1170
1475
  }
1171
1476
 
1477
+ .govuk-button--inverse {
1478
+ background-color: #ffffff;
1479
+ box-shadow: 0 2px 0 #144e81;
1480
+ }
1481
+ .govuk-button--inverse, .govuk-button--inverse:link, .govuk-button--inverse:visited, .govuk-button--inverse:active, .govuk-button--inverse:hover {
1482
+ color: #1d70b8;
1483
+ }
1484
+ .govuk-button--inverse:hover {
1485
+ background-color: #e8f1f8;
1486
+ }
1487
+ .govuk-button--inverse:hover[disabled] {
1488
+ background-color: #ffffff;
1489
+ }
1490
+
1172
1491
  .govuk-button--start {
1173
1492
  font-weight: 700;
1174
- font-size: 18px;
1175
1493
  font-size: 1.125rem;
1176
1494
  line-height: 1;
1177
- display: -ms-inline-flexbox;
1178
1495
  display: inline-flex;
1179
1496
  min-height: auto;
1180
- -ms-flex-pack: center;
1181
1497
  justify-content: center;
1182
1498
  }
1183
1499
  @media (min-width: 40.0625em) {
1184
1500
  .govuk-button--start {
1185
- font-size: 24px;
1186
1501
  font-size: 1.5rem;
1187
1502
  line-height: 1;
1188
1503
  }
@@ -1197,9 +1512,7 @@
1197
1512
  .govuk-button__start-icon {
1198
1513
  margin-left: 5px;
1199
1514
  vertical-align: middle;
1200
- -ms-flex-negative: 0;
1201
1515
  flex-shrink: 0;
1202
- -ms-flex-item-align: center;
1203
1516
  align-self: center;
1204
1517
  forced-color-adjust: auto;
1205
1518
  }
@@ -1209,12 +1522,12 @@
1209
1522
  }
1210
1523
  }
1211
1524
 
1525
+
1212
1526
  .govuk-error-message {
1213
1527
  font-family: "Open Sans", sans-serif;
1214
1528
  -webkit-font-smoothing: antialiased;
1215
1529
  -moz-osx-font-smoothing: grayscale;
1216
1530
  font-weight: 700;
1217
- font-size: 16px;
1218
1531
  font-size: 1rem;
1219
1532
  line-height: 1.25;
1220
1533
  display: block;
@@ -1230,7 +1543,6 @@
1230
1543
  }
1231
1544
  @media (min-width: 40.0625em) {
1232
1545
  .govuk-error-message {
1233
- font-size: 19px;
1234
1546
  font-size: 1.1875rem;
1235
1547
  line-height: 1.3157894737;
1236
1548
  }
@@ -1242,13 +1554,14 @@
1242
1554
  }
1243
1555
  }
1244
1556
 
1557
+
1245
1558
  .govuk-fieldset {
1246
1559
  min-width: 0;
1247
1560
  margin: 0;
1248
1561
  padding: 0;
1249
1562
  border: 0;
1250
1563
  }
1251
- .govuk-fieldset:after {
1564
+ .govuk-fieldset::after {
1252
1565
  content: "";
1253
1566
  display: block;
1254
1567
  clear: both;
@@ -1265,7 +1578,6 @@
1265
1578
  -webkit-font-smoothing: antialiased;
1266
1579
  -moz-osx-font-smoothing: grayscale;
1267
1580
  font-weight: 400;
1268
- font-size: 16px;
1269
1581
  font-size: 1rem;
1270
1582
  line-height: 1.25;
1271
1583
  color: #0b0c0c;
@@ -1283,7 +1595,6 @@
1283
1595
  }
1284
1596
  @media (min-width: 40.0625em) {
1285
1597
  .govuk-fieldset__legend {
1286
- font-size: 19px;
1287
1598
  font-size: 1.1875rem;
1288
1599
  line-height: 1.3157894737;
1289
1600
  }
@@ -1300,24 +1611,19 @@
1300
1611
  }
1301
1612
  }
1302
1613
 
1303
- .govuk-fieldset__legend--xl {
1304
- font-family: "Open Sans", sans-serif;
1305
- -webkit-font-smoothing: antialiased;
1306
- -moz-osx-font-smoothing: grayscale;
1614
+ .govuk-fieldset__legend--xl,
1615
+ .govuk-fieldset__legend--l,
1616
+ .govuk-fieldset__legend--m {
1307
1617
  font-weight: 700;
1308
- font-size: 32px;
1309
- font-size: 2rem;
1310
- line-height: 1.09375;
1311
1618
  margin-bottom: 15px;
1312
1619
  }
1313
- @media print {
1314
- .govuk-fieldset__legend--xl {
1315
- font-family: sans-serif;
1316
- }
1620
+
1621
+ .govuk-fieldset__legend--xl {
1622
+ font-size: 2rem;
1623
+ line-height: 1.09375;
1317
1624
  }
1318
1625
  @media (min-width: 40.0625em) {
1319
1626
  .govuk-fieldset__legend--xl {
1320
- font-size: 48px;
1321
1627
  font-size: 3rem;
1322
1628
  line-height: 1.0416666667;
1323
1629
  }
@@ -1328,25 +1634,13 @@
1328
1634
  line-height: 1.15;
1329
1635
  }
1330
1636
  }
1331
-
1332
- .govuk-fieldset__legend--l {
1333
- font-family: "Open Sans", sans-serif;
1334
- -webkit-font-smoothing: antialiased;
1335
- -moz-osx-font-smoothing: grayscale;
1336
- font-weight: 700;
1337
- font-size: 24px;
1338
- font-size: 1.5rem;
1339
- line-height: 1.0416666667;
1340
- margin-bottom: 15px;
1341
- }
1342
- @media print {
1343
- .govuk-fieldset__legend--l {
1344
- font-family: sans-serif;
1345
- }
1346
- }
1637
+
1638
+ .govuk-fieldset__legend--l {
1639
+ font-size: 1.5rem;
1640
+ line-height: 1.0416666667;
1641
+ }
1347
1642
  @media (min-width: 40.0625em) {
1348
1643
  .govuk-fieldset__legend--l {
1349
- font-size: 36px;
1350
1644
  font-size: 2.25rem;
1351
1645
  line-height: 1.1111111111;
1352
1646
  }
@@ -1359,23 +1653,11 @@
1359
1653
  }
1360
1654
 
1361
1655
  .govuk-fieldset__legend--m {
1362
- font-family: "Open Sans", sans-serif;
1363
- -webkit-font-smoothing: antialiased;
1364
- -moz-osx-font-smoothing: grayscale;
1365
- font-weight: 700;
1366
- font-size: 18px;
1367
1656
  font-size: 1.125rem;
1368
1657
  line-height: 1.1111111111;
1369
- margin-bottom: 15px;
1370
- }
1371
- @media print {
1372
- .govuk-fieldset__legend--m {
1373
- font-family: sans-serif;
1374
- }
1375
1658
  }
1376
1659
  @media (min-width: 40.0625em) {
1377
1660
  .govuk-fieldset__legend--m {
1378
- font-size: 24px;
1379
1661
  font-size: 1.5rem;
1380
1662
  line-height: 1.25;
1381
1663
  }
@@ -1388,31 +1670,7 @@
1388
1670
  }
1389
1671
 
1390
1672
  .govuk-fieldset__legend--s {
1391
- font-family: "Open Sans", sans-serif;
1392
- -webkit-font-smoothing: antialiased;
1393
- -moz-osx-font-smoothing: grayscale;
1394
1673
  font-weight: 700;
1395
- font-size: 16px;
1396
- font-size: 1rem;
1397
- line-height: 1.25;
1398
- }
1399
- @media print {
1400
- .govuk-fieldset__legend--s {
1401
- font-family: sans-serif;
1402
- }
1403
- }
1404
- @media (min-width: 40.0625em) {
1405
- .govuk-fieldset__legend--s {
1406
- font-size: 19px;
1407
- font-size: 1.1875rem;
1408
- line-height: 1.3157894737;
1409
- }
1410
- }
1411
- @media print {
1412
- .govuk-fieldset__legend--s {
1413
- font-size: 14pt;
1414
- line-height: 1.15;
1415
- }
1416
1674
  }
1417
1675
 
1418
1676
  .govuk-fieldset__heading {
@@ -1421,12 +1679,12 @@
1421
1679
  font-weight: inherit;
1422
1680
  }
1423
1681
 
1682
+
1424
1683
  .govuk-hint {
1425
1684
  font-family: "Open Sans", sans-serif;
1426
1685
  -webkit-font-smoothing: antialiased;
1427
1686
  -moz-osx-font-smoothing: grayscale;
1428
1687
  font-weight: 400;
1429
- font-size: 16px;
1430
1688
  font-size: 1rem;
1431
1689
  line-height: 1.25;
1432
1690
  margin-bottom: 15px;
@@ -1439,7 +1697,6 @@
1439
1697
  }
1440
1698
  @media (min-width: 40.0625em) {
1441
1699
  .govuk-hint {
1442
- font-size: 19px;
1443
1700
  font-size: 1.1875rem;
1444
1701
  line-height: 1.3157894737;
1445
1702
  }
@@ -1463,12 +1720,12 @@
1463
1720
  margin-top: -5px;
1464
1721
  }
1465
1722
 
1723
+
1466
1724
  .govuk-label {
1467
1725
  font-family: "Open Sans", sans-serif;
1468
1726
  -webkit-font-smoothing: antialiased;
1469
1727
  -moz-osx-font-smoothing: grayscale;
1470
1728
  font-weight: 400;
1471
- font-size: 16px;
1472
1729
  font-size: 1rem;
1473
1730
  line-height: 1.25;
1474
1731
  color: #0b0c0c;
@@ -1482,7 +1739,6 @@
1482
1739
  }
1483
1740
  @media (min-width: 40.0625em) {
1484
1741
  .govuk-label {
1485
- font-size: 19px;
1486
1742
  font-size: 1.1875rem;
1487
1743
  line-height: 1.3157894737;
1488
1744
  }
@@ -1499,24 +1755,19 @@
1499
1755
  }
1500
1756
  }
1501
1757
 
1502
- .govuk-label--xl {
1503
- font-family: "Open Sans", sans-serif;
1504
- -webkit-font-smoothing: antialiased;
1505
- -moz-osx-font-smoothing: grayscale;
1758
+ .govuk-label--xl,
1759
+ .govuk-label--l,
1760
+ .govuk-label--m {
1506
1761
  font-weight: 700;
1507
- font-size: 32px;
1508
- font-size: 2rem;
1509
- line-height: 1.09375;
1510
1762
  margin-bottom: 15px;
1511
1763
  }
1512
- @media print {
1513
- .govuk-label--xl {
1514
- font-family: sans-serif;
1515
- }
1764
+
1765
+ .govuk-label--xl {
1766
+ font-size: 2rem;
1767
+ line-height: 1.09375;
1516
1768
  }
1517
1769
  @media (min-width: 40.0625em) {
1518
1770
  .govuk-label--xl {
1519
- font-size: 48px;
1520
1771
  font-size: 3rem;
1521
1772
  line-height: 1.0416666667;
1522
1773
  }
@@ -1529,23 +1780,11 @@
1529
1780
  }
1530
1781
 
1531
1782
  .govuk-label--l {
1532
- font-family: "Open Sans", sans-serif;
1533
- -webkit-font-smoothing: antialiased;
1534
- -moz-osx-font-smoothing: grayscale;
1535
- font-weight: 700;
1536
- font-size: 24px;
1537
1783
  font-size: 1.5rem;
1538
1784
  line-height: 1.0416666667;
1539
- margin-bottom: 15px;
1540
- }
1541
- @media print {
1542
- .govuk-label--l {
1543
- font-family: sans-serif;
1544
- }
1545
1785
  }
1546
1786
  @media (min-width: 40.0625em) {
1547
1787
  .govuk-label--l {
1548
- font-size: 36px;
1549
1788
  font-size: 2.25rem;
1550
1789
  line-height: 1.1111111111;
1551
1790
  }
@@ -1558,23 +1797,11 @@
1558
1797
  }
1559
1798
 
1560
1799
  .govuk-label--m {
1561
- font-family: "Open Sans", sans-serif;
1562
- -webkit-font-smoothing: antialiased;
1563
- -moz-osx-font-smoothing: grayscale;
1564
- font-weight: 700;
1565
- font-size: 18px;
1566
1800
  font-size: 1.125rem;
1567
1801
  line-height: 1.1111111111;
1568
- margin-bottom: 10px;
1569
- }
1570
- @media print {
1571
- .govuk-label--m {
1572
- font-family: sans-serif;
1573
- }
1574
1802
  }
1575
1803
  @media (min-width: 40.0625em) {
1576
1804
  .govuk-label--m {
1577
- font-size: 24px;
1578
1805
  font-size: 1.5rem;
1579
1806
  line-height: 1.25;
1580
1807
  }
@@ -1587,45 +1814,15 @@
1587
1814
  }
1588
1815
 
1589
1816
  .govuk-label--s {
1590
- font-family: "Open Sans", sans-serif;
1591
- -webkit-font-smoothing: antialiased;
1592
- -moz-osx-font-smoothing: grayscale;
1593
1817
  font-weight: 700;
1594
- font-size: 16px;
1595
- font-size: 1rem;
1596
- line-height: 1.25;
1597
- }
1598
- @media print {
1599
- .govuk-label--s {
1600
- font-family: sans-serif;
1601
- }
1602
- }
1603
- @media (min-width: 40.0625em) {
1604
- .govuk-label--s {
1605
- font-size: 19px;
1606
- font-size: 1.1875rem;
1607
- line-height: 1.3157894737;
1608
- }
1609
- }
1610
- @media print {
1611
- .govuk-label--s {
1612
- font-size: 14pt;
1613
- line-height: 1.15;
1614
- }
1615
1818
  }
1616
1819
 
1617
1820
  .govuk-label-wrapper {
1618
1821
  margin: 0;
1619
1822
  }
1620
1823
 
1824
+
1621
1825
  .govuk-checkboxes__item {
1622
- font-family: "Open Sans", sans-serif;
1623
- -webkit-font-smoothing: antialiased;
1624
- -moz-osx-font-smoothing: grayscale;
1625
- font-weight: 400;
1626
- font-size: 16px;
1627
- font-size: 1rem;
1628
- line-height: 1.25;
1629
1826
  display: block;
1630
1827
  position: relative;
1631
1828
  min-height: 40px;
@@ -1633,24 +1830,6 @@
1633
1830
  padding-left: 40px;
1634
1831
  clear: left;
1635
1832
  }
1636
- @media print {
1637
- .govuk-checkboxes__item {
1638
- font-family: sans-serif;
1639
- }
1640
- }
1641
- @media (min-width: 40.0625em) {
1642
- .govuk-checkboxes__item {
1643
- font-size: 19px;
1644
- font-size: 1.1875rem;
1645
- line-height: 1.3157894737;
1646
- }
1647
- }
1648
- @media print {
1649
- .govuk-checkboxes__item {
1650
- font-size: 14pt;
1651
- line-height: 1.15;
1652
- }
1653
- }
1654
1833
 
1655
1834
  .govuk-checkboxes__item:last-child,
1656
1835
  .govuk-checkboxes__item:last-of-type {
@@ -1658,7 +1837,6 @@
1658
1837
  }
1659
1838
 
1660
1839
  .govuk-checkboxes__input {
1661
- cursor: pointer;
1662
1840
  position: absolute;
1663
1841
  z-index: 1;
1664
1842
  top: -2px;
@@ -1667,6 +1845,7 @@
1667
1845
  height: 44px;
1668
1846
  margin: 0;
1669
1847
  opacity: 0;
1848
+ cursor: pointer;
1670
1849
  }
1671
1850
 
1672
1851
  .govuk-checkboxes__label {
@@ -1674,11 +1853,10 @@
1674
1853
  margin-bottom: 0;
1675
1854
  padding: 8px 15px 5px;
1676
1855
  cursor: pointer;
1677
- -ms-touch-action: manipulation;
1678
1856
  touch-action: manipulation;
1679
1857
  }
1680
1858
 
1681
- .govuk-checkboxes__label:before {
1859
+ .govuk-checkboxes__label::before {
1682
1860
  content: "";
1683
1861
  box-sizing: border-box;
1684
1862
  position: absolute;
@@ -1690,7 +1868,7 @@
1690
1868
  background: transparent;
1691
1869
  }
1692
1870
 
1693
- .govuk-checkboxes__label:after {
1871
+ .govuk-checkboxes__label::after {
1694
1872
  content: "";
1695
1873
  box-sizing: border-box;
1696
1874
  position: absolute;
@@ -1698,8 +1876,6 @@
1698
1876
  left: 9px;
1699
1877
  width: 23px;
1700
1878
  height: 12px;
1701
- -webkit-transform: rotate(-45deg);
1702
- -ms-transform: rotate(-45deg);
1703
1879
  transform: rotate(-45deg);
1704
1880
  border: solid;
1705
1881
  border-width: 0 0 5px 5px;
@@ -1714,19 +1890,19 @@
1714
1890
  padding-left: 15px;
1715
1891
  }
1716
1892
 
1717
- .govuk-checkboxes__input:focus + .govuk-checkboxes__label:before {
1893
+ .govuk-checkboxes__input:focus + .govuk-checkboxes__label::before {
1718
1894
  border-width: 4px;
1719
1895
  outline: 3px solid transparent;
1720
1896
  outline-offset: 1px;
1721
1897
  box-shadow: 0 0 0 3px #ffdd00;
1722
1898
  }
1723
1899
  @media screen and (forced-colors: active), (-ms-high-contrast: active) {
1724
- .govuk-checkboxes__input:focus + .govuk-checkboxes__label:before {
1900
+ .govuk-checkboxes__input:focus + .govuk-checkboxes__label::before {
1725
1901
  outline-color: Highlight;
1726
1902
  }
1727
1903
  }
1728
1904
 
1729
- .govuk-checkboxes__input:checked + .govuk-checkboxes__label:after {
1905
+ .govuk-checkboxes__input:checked + .govuk-checkboxes__label::after {
1730
1906
  opacity: 1;
1731
1907
  }
1732
1908
 
@@ -1745,7 +1921,6 @@
1745
1921
  -webkit-font-smoothing: antialiased;
1746
1922
  -moz-osx-font-smoothing: grayscale;
1747
1923
  font-weight: 400;
1748
- font-size: 16px;
1749
1924
  font-size: 1rem;
1750
1925
  line-height: 1.25;
1751
1926
  color: #0b0c0c;
@@ -1760,7 +1935,6 @@
1760
1935
  }
1761
1936
  @media (min-width: 40.0625em) {
1762
1937
  .govuk-checkboxes__divider {
1763
- font-size: 19px;
1764
1938
  font-size: 1.1875rem;
1765
1939
  line-height: 1.3157894737;
1766
1940
  }
@@ -1788,7 +1962,7 @@
1788
1962
  margin-bottom: 20px;
1789
1963
  }
1790
1964
  }
1791
- .js-enabled .govuk-checkboxes__conditional--hidden {
1965
+ .govuk-frontend-supported .govuk-checkboxes__conditional--hidden {
1792
1966
  display: none;
1793
1967
  }
1794
1968
  .govuk-checkboxes__conditional > :last-child {
@@ -1801,7 +1975,7 @@
1801
1975
  padding-left: 34px;
1802
1976
  float: left;
1803
1977
  }
1804
- .govuk-checkboxes--small .govuk-checkboxes__item:after {
1978
+ .govuk-checkboxes--small .govuk-checkboxes__item::after {
1805
1979
  content: "";
1806
1980
  display: block;
1807
1981
  clear: both;
@@ -1819,12 +1993,12 @@
1819
1993
  padding: 11px 15px 10px 1px;
1820
1994
  }
1821
1995
  }
1822
- .govuk-checkboxes--small .govuk-checkboxes__label:before {
1996
+ .govuk-checkboxes--small .govuk-checkboxes__label::before {
1823
1997
  top: 8px;
1824
1998
  width: 24px;
1825
1999
  height: 24px;
1826
2000
  }
1827
- .govuk-checkboxes--small .govuk-checkboxes__label:after {
2001
+ .govuk-checkboxes--small .govuk-checkboxes__label::after {
1828
2002
  top: 15px;
1829
2003
  left: 6px;
1830
2004
  width: 12px;
@@ -1840,32 +2014,42 @@
1840
2014
  padding-left: 20px;
1841
2015
  clear: both;
1842
2016
  }
1843
- .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:not(:disabled) + .govuk-checkboxes__label:before {
2017
+ .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:not(:disabled) + .govuk-checkboxes__label::before {
2018
+ outline: 3px dashed transparent;
2019
+ outline-offset: 1px;
1844
2020
  box-shadow: 0 0 0 10px #b1b4b6;
1845
2021
  }
1846
- .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:focus + .govuk-checkboxes__label:before {
2022
+ .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:focus + .govuk-checkboxes__label::before {
1847
2023
  box-shadow: 0 0 0 3px #ffdd00, 0 0 0 10px #b1b4b6;
1848
2024
  }
2025
+ @media screen and (forced-colors: active), (-ms-high-contrast: active) {
2026
+ .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:focus + .govuk-checkboxes__label::before {
2027
+ outline-color: Highlight;
2028
+ }
2029
+ }
1849
2030
  @media (hover: none), (pointer: coarse) {
1850
- .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:not(:disabled) + .govuk-checkboxes__label:before {
2031
+ .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:not(:disabled) + .govuk-checkboxes__label::before {
1851
2032
  box-shadow: initial;
1852
2033
  }
1853
- .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:focus + .govuk-checkboxes__label:before {
2034
+ .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:focus + .govuk-checkboxes__label::before {
1854
2035
  box-shadow: 0 0 0 3px #ffdd00;
1855
2036
  }
1856
2037
  }
1857
2038
 
2039
+
2040
+
2041
+
2042
+
2043
+
1858
2044
  .govuk-input {
1859
2045
  font-family: "Open Sans", sans-serif;
1860
2046
  -webkit-font-smoothing: antialiased;
1861
2047
  -moz-osx-font-smoothing: grayscale;
1862
2048
  font-weight: 400;
1863
- font-size: 16px;
1864
2049
  font-size: 1rem;
1865
2050
  line-height: 1.25;
1866
2051
  box-sizing: border-box;
1867
2052
  width: 100%;
1868
- height: 40px;
1869
2053
  height: 2.5rem;
1870
2054
  margin-top: 0;
1871
2055
  padding: 5px;
@@ -1881,7 +2065,6 @@
1881
2065
  }
1882
2066
  @media (min-width: 40.0625em) {
1883
2067
  .govuk-input {
1884
- font-size: 19px;
1885
2068
  font-size: 1.1875rem;
1886
2069
  line-height: 1.3157894737;
1887
2070
  }
@@ -1925,7 +2108,6 @@
1925
2108
  font-family: "Open Sans", sans-serif;
1926
2109
  -webkit-font-smoothing: antialiased;
1927
2110
  -moz-osx-font-smoothing: grayscale;
1928
- -webkit-font-feature-settings: "tnum" 1;
1929
2111
  font-feature-settings: "tnum" 1;
1930
2112
  font-weight: 400;
1931
2113
  letter-spacing: 0.05em;
@@ -1937,7 +2119,6 @@
1937
2119
  }
1938
2120
  @supports (font-variant-numeric: tabular-nums) {
1939
2121
  .govuk-input--extra-letter-spacing {
1940
- -webkit-font-feature-settings: normal;
1941
2122
  font-feature-settings: normal;
1942
2123
  font-variant-numeric: tabular-nums;
1943
2124
  }
@@ -1972,11 +2153,9 @@
1972
2153
  }
1973
2154
 
1974
2155
  .govuk-input__wrapper {
1975
- display: -ms-flexbox;
1976
2156
  display: flex;
1977
2157
  }
1978
2158
  .govuk-input__wrapper .govuk-input {
1979
- -ms-flex: 0 1 auto;
1980
2159
  flex: 0 1 auto;
1981
2160
  }
1982
2161
  .govuk-input__wrapper .govuk-input:focus {
@@ -1997,14 +2176,11 @@
1997
2176
  -webkit-font-smoothing: antialiased;
1998
2177
  -moz-osx-font-smoothing: grayscale;
1999
2178
  font-weight: 400;
2000
- font-size: 16px;
2001
2179
  font-size: 1rem;
2002
2180
  line-height: 1.25;
2003
2181
  box-sizing: border-box;
2004
2182
  display: inline-block;
2005
- min-width: 40px;
2006
2183
  min-width: 2.5rem;
2007
- height: 40px;
2008
2184
  height: 2.5rem;
2009
2185
  padding: 5px;
2010
2186
  border: 2px solid #0b0c0c;
@@ -2012,7 +2188,6 @@
2012
2188
  text-align: center;
2013
2189
  white-space: nowrap;
2014
2190
  cursor: default;
2015
- -ms-flex: 0 0 auto;
2016
2191
  flex: 0 0 auto;
2017
2192
  }
2018
2193
  @media print {
@@ -2024,7 +2199,6 @@
2024
2199
  @media (min-width: 40.0625em) {
2025
2200
  .govuk-input__prefix,
2026
2201
  .govuk-input__suffix {
2027
- font-size: 19px;
2028
2202
  font-size: 1.1875rem;
2029
2203
  line-height: 1.3157894737;
2030
2204
  }
@@ -2073,10 +2247,13 @@
2073
2247
  }
2074
2248
  }
2075
2249
 
2250
+
2251
+
2252
+
2076
2253
  .govuk-date-input {
2077
2254
  font-size: 0;
2078
2255
  }
2079
- .govuk-date-input:after {
2256
+ .govuk-date-input::after {
2080
2257
  content: "";
2081
2258
  display: block;
2082
2259
  clear: both;
@@ -2096,12 +2273,38 @@
2096
2273
  margin-bottom: 0;
2097
2274
  }
2098
2275
 
2276
+
2277
+
2278
+
2099
2279
  .govuk-error-summary {
2280
+ font-family: "Open Sans", sans-serif;
2281
+ -webkit-font-smoothing: antialiased;
2282
+ -moz-osx-font-smoothing: grayscale;
2283
+ font-weight: 400;
2284
+ font-size: 1rem;
2285
+ line-height: 1.25;
2100
2286
  color: #0b0c0c;
2101
2287
  padding: 15px;
2102
2288
  margin-bottom: 30px;
2103
2289
  border: 5px solid #d4351c;
2104
2290
  }
2291
+ @media print {
2292
+ .govuk-error-summary {
2293
+ font-family: sans-serif;
2294
+ }
2295
+ }
2296
+ @media (min-width: 40.0625em) {
2297
+ .govuk-error-summary {
2298
+ font-size: 1.1875rem;
2299
+ line-height: 1.3157894737;
2300
+ }
2301
+ }
2302
+ @media print {
2303
+ .govuk-error-summary {
2304
+ font-size: 14pt;
2305
+ line-height: 1.15;
2306
+ }
2307
+ }
2105
2308
  @media print {
2106
2309
  .govuk-error-summary {
2107
2310
  color: #000000;
@@ -2122,24 +2325,14 @@
2122
2325
  }
2123
2326
 
2124
2327
  .govuk-error-summary__title {
2125
- font-family: "Open Sans", sans-serif;
2126
- -webkit-font-smoothing: antialiased;
2127
- -moz-osx-font-smoothing: grayscale;
2128
- font-weight: 700;
2129
- font-size: 18px;
2130
2328
  font-size: 1.125rem;
2131
2329
  line-height: 1.1111111111;
2330
+ font-weight: 700;
2132
2331
  margin-top: 0;
2133
2332
  margin-bottom: 15px;
2134
2333
  }
2135
- @media print {
2136
- .govuk-error-summary__title {
2137
- font-family: sans-serif;
2138
- }
2139
- }
2140
2334
  @media (min-width: 40.0625em) {
2141
2335
  .govuk-error-summary__title {
2142
- font-size: 24px;
2143
2336
  font-size: 1.5rem;
2144
2337
  line-height: 1.25;
2145
2338
  }
@@ -2156,33 +2349,6 @@
2156
2349
  }
2157
2350
  }
2158
2351
 
2159
- .govuk-error-summary__body {
2160
- font-family: "Open Sans", sans-serif;
2161
- -webkit-font-smoothing: antialiased;
2162
- -moz-osx-font-smoothing: grayscale;
2163
- font-weight: 400;
2164
- font-size: 16px;
2165
- font-size: 1rem;
2166
- line-height: 1.25;
2167
- }
2168
- @media print {
2169
- .govuk-error-summary__body {
2170
- font-family: sans-serif;
2171
- }
2172
- }
2173
- @media (min-width: 40.0625em) {
2174
- .govuk-error-summary__body {
2175
- font-size: 19px;
2176
- font-size: 1.1875rem;
2177
- line-height: 1.3157894737;
2178
- }
2179
- }
2180
- @media print {
2181
- .govuk-error-summary__body {
2182
- font-size: 14pt;
2183
- line-height: 1.15;
2184
- }
2185
- }
2186
2352
  .govuk-error-summary__body p {
2187
2353
  margin-top: 0;
2188
2354
  margin-bottom: 15px;
@@ -2204,12 +2370,21 @@
2204
2370
  -webkit-font-smoothing: antialiased;
2205
2371
  -moz-osx-font-smoothing: grayscale;
2206
2372
  text-decoration: underline;
2373
+ text-decoration-thickness: max(1px, .0625rem);
2374
+ text-underline-offset: 0.1578em;
2207
2375
  }
2208
2376
  @media print {
2209
2377
  .govuk-error-summary__list a {
2210
2378
  font-family: sans-serif;
2211
2379
  }
2212
2380
  }
2381
+ .govuk-error-summary__list a:hover {
2382
+ text-decoration-thickness: max(3px, .1875rem, .12em);
2383
+ -webkit-text-decoration-skip-ink: none;
2384
+ text-decoration-skip-ink: none;
2385
+ -webkit-text-decoration-skip: none;
2386
+ text-decoration-skip: none;
2387
+ }
2213
2388
  .govuk-error-summary__list a:focus {
2214
2389
  outline: 3px solid transparent;
2215
2390
  color: #0b0c0c;
@@ -2232,12 +2407,16 @@
2232
2407
  color: #0b0c0c;
2233
2408
  }
2234
2409
 
2410
+
2411
+
2412
+
2413
+
2414
+
2235
2415
  .govuk-file-upload {
2236
2416
  font-family: "Open Sans", sans-serif;
2237
2417
  -webkit-font-smoothing: antialiased;
2238
2418
  -moz-osx-font-smoothing: grayscale;
2239
2419
  font-weight: 400;
2240
- font-size: 16px;
2241
2420
  font-size: 1rem;
2242
2421
  line-height: 1.25;
2243
2422
  color: #0b0c0c;
@@ -2252,7 +2431,6 @@
2252
2431
  }
2253
2432
  @media (min-width: 40.0625em) {
2254
2433
  .govuk-file-upload {
2255
- font-size: 19px;
2256
2434
  font-size: 1.1875rem;
2257
2435
  line-height: 1.3157894737;
2258
2436
  }
@@ -2286,14 +2464,18 @@
2286
2464
  cursor: not-allowed;
2287
2465
  }
2288
2466
 
2467
+
2468
+
2469
+
2470
+
2471
+
2472
+
2473
+
2474
+
2475
+
2476
+
2477
+
2289
2478
  .govuk-radios__item {
2290
- font-family: "Open Sans", sans-serif;
2291
- -webkit-font-smoothing: antialiased;
2292
- -moz-osx-font-smoothing: grayscale;
2293
- font-weight: 400;
2294
- font-size: 16px;
2295
- font-size: 1rem;
2296
- line-height: 1.25;
2297
2479
  display: block;
2298
2480
  position: relative;
2299
2481
  min-height: 40px;
@@ -2301,24 +2483,6 @@
2301
2483
  padding-left: 40px;
2302
2484
  clear: left;
2303
2485
  }
2304
- @media print {
2305
- .govuk-radios__item {
2306
- font-family: sans-serif;
2307
- }
2308
- }
2309
- @media (min-width: 40.0625em) {
2310
- .govuk-radios__item {
2311
- font-size: 19px;
2312
- font-size: 1.1875rem;
2313
- line-height: 1.3157894737;
2314
- }
2315
- }
2316
- @media print {
2317
- .govuk-radios__item {
2318
- font-size: 14pt;
2319
- line-height: 1.15;
2320
- }
2321
- }
2322
2486
 
2323
2487
  .govuk-radios__item:last-child,
2324
2488
  .govuk-radios__item:last-of-type {
@@ -2326,7 +2490,6 @@
2326
2490
  }
2327
2491
 
2328
2492
  .govuk-radios__input {
2329
- cursor: pointer;
2330
2493
  position: absolute;
2331
2494
  z-index: 1;
2332
2495
  top: -2px;
@@ -2335,6 +2498,7 @@
2335
2498
  height: 44px;
2336
2499
  margin: 0;
2337
2500
  opacity: 0;
2501
+ cursor: pointer;
2338
2502
  }
2339
2503
 
2340
2504
  .govuk-radios__label {
@@ -2342,11 +2506,10 @@
2342
2506
  margin-bottom: 0;
2343
2507
  padding: 8px 15px 5px;
2344
2508
  cursor: pointer;
2345
- -ms-touch-action: manipulation;
2346
2509
  touch-action: manipulation;
2347
2510
  }
2348
2511
 
2349
- .govuk-radios__label:before {
2512
+ .govuk-radios__label::before {
2350
2513
  content: "";
2351
2514
  box-sizing: border-box;
2352
2515
  position: absolute;
@@ -2359,7 +2522,7 @@
2359
2522
  background: transparent;
2360
2523
  }
2361
2524
 
2362
- .govuk-radios__label:after {
2525
+ .govuk-radios__label::after {
2363
2526
  content: "";
2364
2527
  position: absolute;
2365
2528
  top: 10px;
@@ -2378,19 +2541,19 @@
2378
2541
  padding-left: 15px;
2379
2542
  }
2380
2543
 
2381
- .govuk-radios__input:focus + .govuk-radios__label:before {
2544
+ .govuk-radios__input:focus + .govuk-radios__label::before {
2382
2545
  border-width: 4px;
2383
2546
  outline: 3px solid transparent;
2384
2547
  outline-offset: 1px;
2385
2548
  box-shadow: 0 0 0 4px #ffdd00;
2386
2549
  }
2387
2550
  @media screen and (forced-colors: active), (-ms-high-contrast: active) {
2388
- .govuk-radios__input:focus + .govuk-radios__label:before {
2551
+ .govuk-radios__input:focus + .govuk-radios__label::before {
2389
2552
  outline-color: Highlight;
2390
2553
  }
2391
2554
  }
2392
2555
 
2393
- .govuk-radios__input:checked + .govuk-radios__label:after {
2556
+ .govuk-radios__input:checked + .govuk-radios__label::after {
2394
2557
  opacity: 1;
2395
2558
  }
2396
2559
 
@@ -2405,7 +2568,7 @@
2405
2568
  }
2406
2569
 
2407
2570
  @media (min-width: 40.0625em) {
2408
- .govuk-radios--inline:after {
2571
+ .govuk-radios--inline::after {
2409
2572
  content: "";
2410
2573
  display: block;
2411
2574
  clear: both;
@@ -2422,7 +2585,6 @@
2422
2585
  -webkit-font-smoothing: antialiased;
2423
2586
  -moz-osx-font-smoothing: grayscale;
2424
2587
  font-weight: 400;
2425
- font-size: 16px;
2426
2588
  font-size: 1rem;
2427
2589
  line-height: 1.25;
2428
2590
  color: #0b0c0c;
@@ -2437,7 +2599,6 @@
2437
2599
  }
2438
2600
  @media (min-width: 40.0625em) {
2439
2601
  .govuk-radios__divider {
2440
- font-size: 19px;
2441
2602
  font-size: 1.1875rem;
2442
2603
  line-height: 1.3157894737;
2443
2604
  }
@@ -2465,7 +2626,7 @@
2465
2626
  margin-bottom: 20px;
2466
2627
  }
2467
2628
  }
2468
- .js-enabled .govuk-radios__conditional--hidden {
2629
+ .govuk-frontend-supported .govuk-radios__conditional--hidden {
2469
2630
  display: none;
2470
2631
  }
2471
2632
  .govuk-radios__conditional > :last-child {
@@ -2478,7 +2639,7 @@
2478
2639
  padding-left: 34px;
2479
2640
  float: left;
2480
2641
  }
2481
- .govuk-radios--small .govuk-radios__item:after {
2642
+ .govuk-radios--small .govuk-radios__item::after {
2482
2643
  content: "";
2483
2644
  display: block;
2484
2645
  clear: both;
@@ -2496,12 +2657,12 @@
2496
2657
  padding: 11px 15px 10px 1px;
2497
2658
  }
2498
2659
  }
2499
- .govuk-radios--small .govuk-radios__label:before {
2660
+ .govuk-radios--small .govuk-radios__label::before {
2500
2661
  top: 8px;
2501
2662
  width: 24px;
2502
2663
  height: 24px;
2503
2664
  }
2504
- .govuk-radios--small .govuk-radios__label:after {
2665
+ .govuk-radios--small .govuk-radios__label::after {
2505
2666
  top: 15px;
2506
2667
  left: 7px;
2507
2668
  border-width: 5px;
@@ -2520,33 +2681,42 @@
2520
2681
  width: 24px;
2521
2682
  margin-bottom: 5px;
2522
2683
  }
2523
- .govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:not(:disabled) + .govuk-radios__label:before {
2684
+ .govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:not(:disabled) + .govuk-radios__label::before {
2685
+ outline: 4px dashed transparent;
2686
+ outline-offset: 1px;
2524
2687
  box-shadow: 0 0 0 10px #b1b4b6;
2525
2688
  }
2526
- .govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:focus + .govuk-radios__label:before {
2527
- box-shadow: 0 0 0 4px #ffdd00, 0 0 0 10px #b1b4b6;
2689
+ .govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:focus + .govuk-radios__label::before {
2690
+ box-shadow: 0 0 0 4px #ffdd00 0 0 0 10px #b1b4b6;
2691
+ }
2692
+ @media screen and (forced-colors: active), (-ms-high-contrast: active) {
2693
+ .govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:focus + .govuk-radios__label::before {
2694
+ outline-color: Highlight;
2695
+ }
2528
2696
  }
2529
2697
  @media (hover: none), (pointer: coarse) {
2530
- .govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:not(:disabled) + .govuk-radios__label:before {
2698
+ .govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:not(:disabled) + .govuk-radios__label::before {
2531
2699
  box-shadow: initial;
2532
2700
  }
2533
- .govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:focus + .govuk-radios__label:before {
2701
+ .govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:focus + .govuk-radios__label::before {
2534
2702
  box-shadow: 0 0 0 4px #ffdd00;
2535
2703
  }
2536
2704
  }
2537
2705
 
2706
+
2707
+
2708
+
2709
+
2538
2710
  .govuk-select {
2539
2711
  font-family: "Open Sans", sans-serif;
2540
2712
  -webkit-font-smoothing: antialiased;
2541
2713
  -moz-osx-font-smoothing: grayscale;
2542
2714
  font-weight: 400;
2543
- font-size: 16px;
2544
2715
  font-size: 1rem;
2545
2716
  line-height: 1.25;
2546
2717
  box-sizing: border-box;
2547
2718
  min-width: 11.5em;
2548
2719
  max-width: 100%;
2549
- height: 40px;
2550
2720
  height: 2.5rem;
2551
2721
  padding: 5px;
2552
2722
  border: 2px solid #0b0c0c;
@@ -2560,7 +2730,6 @@
2560
2730
  }
2561
2731
  @media (min-width: 40.0625em) {
2562
2732
  .govuk-select {
2563
- font-size: 19px;
2564
2733
  font-size: 1.1875rem;
2565
2734
  line-height: 1.25;
2566
2735
  }
@@ -2596,12 +2765,15 @@
2596
2765
  border-color: #0b0c0c;
2597
2766
  }
2598
2767
 
2768
+
2769
+
2770
+
2771
+
2599
2772
  .govuk-textarea {
2600
2773
  font-family: "Open Sans", sans-serif;
2601
2774
  -webkit-font-smoothing: antialiased;
2602
2775
  -moz-osx-font-smoothing: grayscale;
2603
2776
  font-weight: 400;
2604
- font-size: 16px;
2605
2777
  font-size: 1rem;
2606
2778
  line-height: 1.25;
2607
2779
  box-sizing: border-box;
@@ -2622,7 +2794,6 @@
2622
2794
  }
2623
2795
  @media (min-width: 40.0625em) {
2624
2796
  .govuk-textarea {
2625
- font-size: 19px;
2626
2797
  font-size: 1.1875rem;
2627
2798
  line-height: 1.25;
2628
2799
  }
@@ -2657,12 +2828,14 @@
2657
2828
  border-color: #0b0c0c;
2658
2829
  }
2659
2830
 
2660
- .govuk-clearfix:after {
2831
+
2832
+ .govuk-clearfix::after {
2661
2833
  content: "";
2662
2834
  display: block;
2663
2835
  clear: both;
2664
2836
  }
2665
2837
 
2838
+
2666
2839
  .govuk-visually-hidden {
2667
2840
  position: absolute !important;
2668
2841
  width: 1px !important;
@@ -2675,6 +2848,15 @@
2675
2848
  clip-path: inset(50%) !important;
2676
2849
  border: 0 !important;
2677
2850
  white-space: nowrap !important;
2851
+ -webkit-user-select: none;
2852
+ -ms-user-select: none;
2853
+ user-select: none;
2854
+ }
2855
+ .govuk-visually-hidden::before {
2856
+ content: " ";
2857
+ }
2858
+ .govuk-visually-hidden::after {
2859
+ content: " ";
2678
2860
  }
2679
2861
 
2680
2862
  .govuk-visually-hidden-focusable {
@@ -2687,6 +2869,9 @@
2687
2869
  -webkit-clip-path: inset(50%) !important;
2688
2870
  clip-path: inset(50%) !important;
2689
2871
  white-space: nowrap !important;
2872
+ -webkit-user-select: none;
2873
+ -ms-user-select: none;
2874
+ user-select: none;
2690
2875
  }
2691
2876
  .govuk-visually-hidden-focusable:active, .govuk-visually-hidden-focusable:focus {
2692
2877
  position: static !important;
@@ -2698,8 +2883,13 @@
2698
2883
  -webkit-clip-path: none !important;
2699
2884
  clip-path: none !important;
2700
2885
  white-space: inherit !important;
2886
+ -webkit-user-select: text;
2887
+ -ms-user-select: text;
2888
+ user-select: text;
2701
2889
  }
2702
2890
 
2891
+
2892
+
2703
2893
  .govuk-\!-display-inline {
2704
2894
  display: inline !important;
2705
2895
  }
@@ -2721,6 +2911,7 @@
2721
2911
  display: none !important;
2722
2912
  }
2723
2913
  }
2914
+
2724
2915
  .govuk-\!-margin-0 {
2725
2916
  margin: 0 !important;
2726
2917
  }
@@ -3421,506 +3612,407 @@
3421
3612
  }
3422
3613
  }
3423
3614
 
3424
- .govuk-\!-margin-static-0,
3425
3615
  .govuk-\!-static-margin-0 {
3426
3616
  margin: 0 !important;
3427
3617
  }
3428
3618
 
3429
- .govuk-\!-margin-top-static-0,
3430
3619
  .govuk-\!-static-margin-top-0 {
3431
3620
  margin-top: 0 !important;
3432
3621
  }
3433
3622
 
3434
- .govuk-\!-margin-right-static-0,
3435
3623
  .govuk-\!-static-margin-right-0 {
3436
3624
  margin-right: 0 !important;
3437
3625
  }
3438
3626
 
3439
- .govuk-\!-margin-bottom-static-0,
3440
3627
  .govuk-\!-static-margin-bottom-0 {
3441
3628
  margin-bottom: 0 !important;
3442
3629
  }
3443
3630
 
3444
- .govuk-\!-margin-left-static-0,
3445
3631
  .govuk-\!-static-margin-left-0 {
3446
3632
  margin-left: 0 !important;
3447
3633
  }
3448
3634
 
3449
- .govuk-\!-margin-static-1,
3450
3635
  .govuk-\!-static-margin-1 {
3451
3636
  margin: 5px !important;
3452
3637
  }
3453
3638
 
3454
- .govuk-\!-margin-top-static-1,
3455
3639
  .govuk-\!-static-margin-top-1 {
3456
3640
  margin-top: 5px !important;
3457
3641
  }
3458
3642
 
3459
- .govuk-\!-margin-right-static-1,
3460
3643
  .govuk-\!-static-margin-right-1 {
3461
3644
  margin-right: 5px !important;
3462
3645
  }
3463
3646
 
3464
- .govuk-\!-margin-bottom-static-1,
3465
3647
  .govuk-\!-static-margin-bottom-1 {
3466
3648
  margin-bottom: 5px !important;
3467
3649
  }
3468
3650
 
3469
- .govuk-\!-margin-left-static-1,
3470
3651
  .govuk-\!-static-margin-left-1 {
3471
3652
  margin-left: 5px !important;
3472
3653
  }
3473
3654
 
3474
- .govuk-\!-margin-static-2,
3475
3655
  .govuk-\!-static-margin-2 {
3476
3656
  margin: 10px !important;
3477
3657
  }
3478
3658
 
3479
- .govuk-\!-margin-top-static-2,
3480
3659
  .govuk-\!-static-margin-top-2 {
3481
3660
  margin-top: 10px !important;
3482
3661
  }
3483
3662
 
3484
- .govuk-\!-margin-right-static-2,
3485
3663
  .govuk-\!-static-margin-right-2 {
3486
3664
  margin-right: 10px !important;
3487
3665
  }
3488
3666
 
3489
- .govuk-\!-margin-bottom-static-2,
3490
3667
  .govuk-\!-static-margin-bottom-2 {
3491
3668
  margin-bottom: 10px !important;
3492
3669
  }
3493
3670
 
3494
- .govuk-\!-margin-left-static-2,
3495
3671
  .govuk-\!-static-margin-left-2 {
3496
3672
  margin-left: 10px !important;
3497
3673
  }
3498
3674
 
3499
- .govuk-\!-margin-static-3,
3500
3675
  .govuk-\!-static-margin-3 {
3501
3676
  margin: 15px !important;
3502
3677
  }
3503
3678
 
3504
- .govuk-\!-margin-top-static-3,
3505
3679
  .govuk-\!-static-margin-top-3 {
3506
3680
  margin-top: 15px !important;
3507
3681
  }
3508
3682
 
3509
- .govuk-\!-margin-right-static-3,
3510
3683
  .govuk-\!-static-margin-right-3 {
3511
3684
  margin-right: 15px !important;
3512
3685
  }
3513
3686
 
3514
- .govuk-\!-margin-bottom-static-3,
3515
3687
  .govuk-\!-static-margin-bottom-3 {
3516
3688
  margin-bottom: 15px !important;
3517
3689
  }
3518
3690
 
3519
- .govuk-\!-margin-left-static-3,
3520
3691
  .govuk-\!-static-margin-left-3 {
3521
3692
  margin-left: 15px !important;
3522
3693
  }
3523
3694
 
3524
- .govuk-\!-margin-static-4,
3525
3695
  .govuk-\!-static-margin-4 {
3526
3696
  margin: 20px !important;
3527
3697
  }
3528
3698
 
3529
- .govuk-\!-margin-top-static-4,
3530
3699
  .govuk-\!-static-margin-top-4 {
3531
3700
  margin-top: 20px !important;
3532
3701
  }
3533
3702
 
3534
- .govuk-\!-margin-right-static-4,
3535
3703
  .govuk-\!-static-margin-right-4 {
3536
3704
  margin-right: 20px !important;
3537
3705
  }
3538
3706
 
3539
- .govuk-\!-margin-bottom-static-4,
3540
3707
  .govuk-\!-static-margin-bottom-4 {
3541
3708
  margin-bottom: 20px !important;
3542
3709
  }
3543
3710
 
3544
- .govuk-\!-margin-left-static-4,
3545
3711
  .govuk-\!-static-margin-left-4 {
3546
3712
  margin-left: 20px !important;
3547
3713
  }
3548
3714
 
3549
- .govuk-\!-margin-static-5,
3550
3715
  .govuk-\!-static-margin-5 {
3551
3716
  margin: 25px !important;
3552
3717
  }
3553
3718
 
3554
- .govuk-\!-margin-top-static-5,
3555
3719
  .govuk-\!-static-margin-top-5 {
3556
3720
  margin-top: 25px !important;
3557
3721
  }
3558
3722
 
3559
- .govuk-\!-margin-right-static-5,
3560
3723
  .govuk-\!-static-margin-right-5 {
3561
3724
  margin-right: 25px !important;
3562
3725
  }
3563
3726
 
3564
- .govuk-\!-margin-bottom-static-5,
3565
3727
  .govuk-\!-static-margin-bottom-5 {
3566
3728
  margin-bottom: 25px !important;
3567
3729
  }
3568
3730
 
3569
- .govuk-\!-margin-left-static-5,
3570
3731
  .govuk-\!-static-margin-left-5 {
3571
3732
  margin-left: 25px !important;
3572
3733
  }
3573
3734
 
3574
- .govuk-\!-margin-static-6,
3575
3735
  .govuk-\!-static-margin-6 {
3576
3736
  margin: 30px !important;
3577
3737
  }
3578
3738
 
3579
- .govuk-\!-margin-top-static-6,
3580
3739
  .govuk-\!-static-margin-top-6 {
3581
3740
  margin-top: 30px !important;
3582
3741
  }
3583
3742
 
3584
- .govuk-\!-margin-right-static-6,
3585
3743
  .govuk-\!-static-margin-right-6 {
3586
3744
  margin-right: 30px !important;
3587
3745
  }
3588
3746
 
3589
- .govuk-\!-margin-bottom-static-6,
3590
3747
  .govuk-\!-static-margin-bottom-6 {
3591
3748
  margin-bottom: 30px !important;
3592
3749
  }
3593
3750
 
3594
- .govuk-\!-margin-left-static-6,
3595
3751
  .govuk-\!-static-margin-left-6 {
3596
3752
  margin-left: 30px !important;
3597
3753
  }
3598
3754
 
3599
- .govuk-\!-margin-static-7,
3600
3755
  .govuk-\!-static-margin-7 {
3601
3756
  margin: 40px !important;
3602
3757
  }
3603
3758
 
3604
- .govuk-\!-margin-top-static-7,
3605
3759
  .govuk-\!-static-margin-top-7 {
3606
3760
  margin-top: 40px !important;
3607
3761
  }
3608
3762
 
3609
- .govuk-\!-margin-right-static-7,
3610
3763
  .govuk-\!-static-margin-right-7 {
3611
3764
  margin-right: 40px !important;
3612
3765
  }
3613
3766
 
3614
- .govuk-\!-margin-bottom-static-7,
3615
3767
  .govuk-\!-static-margin-bottom-7 {
3616
3768
  margin-bottom: 40px !important;
3617
3769
  }
3618
3770
 
3619
- .govuk-\!-margin-left-static-7,
3620
3771
  .govuk-\!-static-margin-left-7 {
3621
3772
  margin-left: 40px !important;
3622
3773
  }
3623
3774
 
3624
- .govuk-\!-margin-static-8,
3625
3775
  .govuk-\!-static-margin-8 {
3626
3776
  margin: 50px !important;
3627
3777
  }
3628
3778
 
3629
- .govuk-\!-margin-top-static-8,
3630
3779
  .govuk-\!-static-margin-top-8 {
3631
3780
  margin-top: 50px !important;
3632
3781
  }
3633
3782
 
3634
- .govuk-\!-margin-right-static-8,
3635
3783
  .govuk-\!-static-margin-right-8 {
3636
3784
  margin-right: 50px !important;
3637
3785
  }
3638
3786
 
3639
- .govuk-\!-margin-bottom-static-8,
3640
3787
  .govuk-\!-static-margin-bottom-8 {
3641
3788
  margin-bottom: 50px !important;
3642
3789
  }
3643
3790
 
3644
- .govuk-\!-margin-left-static-8,
3645
3791
  .govuk-\!-static-margin-left-8 {
3646
3792
  margin-left: 50px !important;
3647
3793
  }
3648
3794
 
3649
- .govuk-\!-margin-static-9,
3650
3795
  .govuk-\!-static-margin-9 {
3651
3796
  margin: 60px !important;
3652
3797
  }
3653
3798
 
3654
- .govuk-\!-margin-top-static-9,
3655
3799
  .govuk-\!-static-margin-top-9 {
3656
3800
  margin-top: 60px !important;
3657
3801
  }
3658
3802
 
3659
- .govuk-\!-margin-right-static-9,
3660
3803
  .govuk-\!-static-margin-right-9 {
3661
3804
  margin-right: 60px !important;
3662
3805
  }
3663
3806
 
3664
- .govuk-\!-margin-bottom-static-9,
3665
3807
  .govuk-\!-static-margin-bottom-9 {
3666
3808
  margin-bottom: 60px !important;
3667
3809
  }
3668
3810
 
3669
- .govuk-\!-margin-left-static-9,
3670
3811
  .govuk-\!-static-margin-left-9 {
3671
3812
  margin-left: 60px !important;
3672
3813
  }
3673
3814
 
3674
- .govuk-\!-padding-static-0,
3675
3815
  .govuk-\!-static-padding-0 {
3676
3816
  padding: 0 !important;
3677
3817
  }
3678
3818
 
3679
- .govuk-\!-padding-top-static-0,
3680
3819
  .govuk-\!-static-padding-top-0 {
3681
3820
  padding-top: 0 !important;
3682
3821
  }
3683
3822
 
3684
- .govuk-\!-padding-right-static-0,
3685
3823
  .govuk-\!-static-padding-right-0 {
3686
3824
  padding-right: 0 !important;
3687
3825
  }
3688
3826
 
3689
- .govuk-\!-padding-bottom-static-0,
3690
3827
  .govuk-\!-static-padding-bottom-0 {
3691
3828
  padding-bottom: 0 !important;
3692
3829
  }
3693
3830
 
3694
- .govuk-\!-padding-left-static-0,
3695
3831
  .govuk-\!-static-padding-left-0 {
3696
3832
  padding-left: 0 !important;
3697
3833
  }
3698
3834
 
3699
- .govuk-\!-padding-static-1,
3700
3835
  .govuk-\!-static-padding-1 {
3701
3836
  padding: 5px !important;
3702
3837
  }
3703
3838
 
3704
- .govuk-\!-padding-top-static-1,
3705
3839
  .govuk-\!-static-padding-top-1 {
3706
3840
  padding-top: 5px !important;
3707
3841
  }
3708
3842
 
3709
- .govuk-\!-padding-right-static-1,
3710
3843
  .govuk-\!-static-padding-right-1 {
3711
3844
  padding-right: 5px !important;
3712
3845
  }
3713
3846
 
3714
- .govuk-\!-padding-bottom-static-1,
3715
3847
  .govuk-\!-static-padding-bottom-1 {
3716
3848
  padding-bottom: 5px !important;
3717
3849
  }
3718
3850
 
3719
- .govuk-\!-padding-left-static-1,
3720
3851
  .govuk-\!-static-padding-left-1 {
3721
3852
  padding-left: 5px !important;
3722
3853
  }
3723
3854
 
3724
- .govuk-\!-padding-static-2,
3725
3855
  .govuk-\!-static-padding-2 {
3726
3856
  padding: 10px !important;
3727
3857
  }
3728
3858
 
3729
- .govuk-\!-padding-top-static-2,
3730
3859
  .govuk-\!-static-padding-top-2 {
3731
3860
  padding-top: 10px !important;
3732
3861
  }
3733
3862
 
3734
- .govuk-\!-padding-right-static-2,
3735
3863
  .govuk-\!-static-padding-right-2 {
3736
3864
  padding-right: 10px !important;
3737
3865
  }
3738
3866
 
3739
- .govuk-\!-padding-bottom-static-2,
3740
3867
  .govuk-\!-static-padding-bottom-2 {
3741
3868
  padding-bottom: 10px !important;
3742
3869
  }
3743
3870
 
3744
- .govuk-\!-padding-left-static-2,
3745
3871
  .govuk-\!-static-padding-left-2 {
3746
3872
  padding-left: 10px !important;
3747
3873
  }
3748
3874
 
3749
- .govuk-\!-padding-static-3,
3750
3875
  .govuk-\!-static-padding-3 {
3751
3876
  padding: 15px !important;
3752
3877
  }
3753
3878
 
3754
- .govuk-\!-padding-top-static-3,
3755
3879
  .govuk-\!-static-padding-top-3 {
3756
3880
  padding-top: 15px !important;
3757
3881
  }
3758
3882
 
3759
- .govuk-\!-padding-right-static-3,
3760
3883
  .govuk-\!-static-padding-right-3 {
3761
3884
  padding-right: 15px !important;
3762
3885
  }
3763
3886
 
3764
- .govuk-\!-padding-bottom-static-3,
3765
3887
  .govuk-\!-static-padding-bottom-3 {
3766
3888
  padding-bottom: 15px !important;
3767
3889
  }
3768
3890
 
3769
- .govuk-\!-padding-left-static-3,
3770
3891
  .govuk-\!-static-padding-left-3 {
3771
3892
  padding-left: 15px !important;
3772
3893
  }
3773
3894
 
3774
- .govuk-\!-padding-static-4,
3775
3895
  .govuk-\!-static-padding-4 {
3776
3896
  padding: 20px !important;
3777
3897
  }
3778
3898
 
3779
- .govuk-\!-padding-top-static-4,
3780
3899
  .govuk-\!-static-padding-top-4 {
3781
3900
  padding-top: 20px !important;
3782
3901
  }
3783
3902
 
3784
- .govuk-\!-padding-right-static-4,
3785
3903
  .govuk-\!-static-padding-right-4 {
3786
3904
  padding-right: 20px !important;
3787
3905
  }
3788
3906
 
3789
- .govuk-\!-padding-bottom-static-4,
3790
3907
  .govuk-\!-static-padding-bottom-4 {
3791
3908
  padding-bottom: 20px !important;
3792
3909
  }
3793
3910
 
3794
- .govuk-\!-padding-left-static-4,
3795
3911
  .govuk-\!-static-padding-left-4 {
3796
3912
  padding-left: 20px !important;
3797
3913
  }
3798
3914
 
3799
- .govuk-\!-padding-static-5,
3800
3915
  .govuk-\!-static-padding-5 {
3801
3916
  padding: 25px !important;
3802
3917
  }
3803
3918
 
3804
- .govuk-\!-padding-top-static-5,
3805
3919
  .govuk-\!-static-padding-top-5 {
3806
3920
  padding-top: 25px !important;
3807
3921
  }
3808
3922
 
3809
- .govuk-\!-padding-right-static-5,
3810
3923
  .govuk-\!-static-padding-right-5 {
3811
3924
  padding-right: 25px !important;
3812
3925
  }
3813
3926
 
3814
- .govuk-\!-padding-bottom-static-5,
3815
3927
  .govuk-\!-static-padding-bottom-5 {
3816
3928
  padding-bottom: 25px !important;
3817
3929
  }
3818
3930
 
3819
- .govuk-\!-padding-left-static-5,
3820
3931
  .govuk-\!-static-padding-left-5 {
3821
3932
  padding-left: 25px !important;
3822
3933
  }
3823
3934
 
3824
- .govuk-\!-padding-static-6,
3825
3935
  .govuk-\!-static-padding-6 {
3826
3936
  padding: 30px !important;
3827
3937
  }
3828
3938
 
3829
- .govuk-\!-padding-top-static-6,
3830
3939
  .govuk-\!-static-padding-top-6 {
3831
3940
  padding-top: 30px !important;
3832
3941
  }
3833
3942
 
3834
- .govuk-\!-padding-right-static-6,
3835
3943
  .govuk-\!-static-padding-right-6 {
3836
3944
  padding-right: 30px !important;
3837
3945
  }
3838
3946
 
3839
- .govuk-\!-padding-bottom-static-6,
3840
3947
  .govuk-\!-static-padding-bottom-6 {
3841
3948
  padding-bottom: 30px !important;
3842
3949
  }
3843
3950
 
3844
- .govuk-\!-padding-left-static-6,
3845
3951
  .govuk-\!-static-padding-left-6 {
3846
3952
  padding-left: 30px !important;
3847
3953
  }
3848
3954
 
3849
- .govuk-\!-padding-static-7,
3850
3955
  .govuk-\!-static-padding-7 {
3851
3956
  padding: 40px !important;
3852
3957
  }
3853
3958
 
3854
- .govuk-\!-padding-top-static-7,
3855
3959
  .govuk-\!-static-padding-top-7 {
3856
3960
  padding-top: 40px !important;
3857
3961
  }
3858
3962
 
3859
- .govuk-\!-padding-right-static-7,
3860
3963
  .govuk-\!-static-padding-right-7 {
3861
3964
  padding-right: 40px !important;
3862
3965
  }
3863
3966
 
3864
- .govuk-\!-padding-bottom-static-7,
3865
3967
  .govuk-\!-static-padding-bottom-7 {
3866
3968
  padding-bottom: 40px !important;
3867
3969
  }
3868
3970
 
3869
- .govuk-\!-padding-left-static-7,
3870
3971
  .govuk-\!-static-padding-left-7 {
3871
3972
  padding-left: 40px !important;
3872
3973
  }
3873
3974
 
3874
- .govuk-\!-padding-static-8,
3875
3975
  .govuk-\!-static-padding-8 {
3876
3976
  padding: 50px !important;
3877
3977
  }
3878
3978
 
3879
- .govuk-\!-padding-top-static-8,
3880
3979
  .govuk-\!-static-padding-top-8 {
3881
3980
  padding-top: 50px !important;
3882
3981
  }
3883
3982
 
3884
- .govuk-\!-padding-right-static-8,
3885
3983
  .govuk-\!-static-padding-right-8 {
3886
3984
  padding-right: 50px !important;
3887
3985
  }
3888
3986
 
3889
- .govuk-\!-padding-bottom-static-8,
3890
3987
  .govuk-\!-static-padding-bottom-8 {
3891
3988
  padding-bottom: 50px !important;
3892
3989
  }
3893
3990
 
3894
- .govuk-\!-padding-left-static-8,
3895
3991
  .govuk-\!-static-padding-left-8 {
3896
3992
  padding-left: 50px !important;
3897
3993
  }
3898
3994
 
3899
- .govuk-\!-padding-static-9,
3900
3995
  .govuk-\!-static-padding-9 {
3901
3996
  padding: 60px !important;
3902
3997
  }
3903
3998
 
3904
- .govuk-\!-padding-top-static-9,
3905
3999
  .govuk-\!-static-padding-top-9 {
3906
4000
  padding-top: 60px !important;
3907
4001
  }
3908
4002
 
3909
- .govuk-\!-padding-right-static-9,
3910
4003
  .govuk-\!-static-padding-right-9 {
3911
4004
  padding-right: 60px !important;
3912
4005
  }
3913
4006
 
3914
- .govuk-\!-padding-bottom-static-9,
3915
4007
  .govuk-\!-static-padding-bottom-9 {
3916
4008
  padding-bottom: 60px !important;
3917
4009
  }
3918
4010
 
3919
- .govuk-\!-padding-left-static-9,
3920
4011
  .govuk-\!-static-padding-left-9 {
3921
4012
  padding-left: 60px !important;
3922
4013
  }
3923
4014
 
4015
+
3924
4016
  .govuk-\!-text-align-left {
3925
4017
  text-align: left !important;
3926
4018
  }
@@ -3933,14 +4025,13 @@
3933
4025
  text-align: right !important;
3934
4026
  }
3935
4027
 
4028
+
3936
4029
  .govuk-\!-font-size-80 {
3937
- font-size: 53px !important;
3938
4030
  font-size: 3.3125rem !important;
3939
4031
  line-height: 1.0377358491 !important;
3940
4032
  }
3941
4033
  @media (min-width: 40.0625em) {
3942
4034
  .govuk-\!-font-size-80 {
3943
- font-size: 80px !important;
3944
4035
  font-size: 5rem !important;
3945
4036
  line-height: 1 !important;
3946
4037
  }
@@ -3953,13 +4044,11 @@
3953
4044
  }
3954
4045
 
3955
4046
  .govuk-\!-font-size-48 {
3956
- font-size: 32px !important;
3957
4047
  font-size: 2rem !important;
3958
4048
  line-height: 1.09375 !important;
3959
4049
  }
3960
4050
  @media (min-width: 40.0625em) {
3961
4051
  .govuk-\!-font-size-48 {
3962
- font-size: 48px !important;
3963
4052
  font-size: 3rem !important;
3964
4053
  line-height: 1.0416666667 !important;
3965
4054
  }
@@ -3972,13 +4061,11 @@
3972
4061
  }
3973
4062
 
3974
4063
  .govuk-\!-font-size-36 {
3975
- font-size: 24px !important;
3976
4064
  font-size: 1.5rem !important;
3977
4065
  line-height: 1.0416666667 !important;
3978
4066
  }
3979
4067
  @media (min-width: 40.0625em) {
3980
4068
  .govuk-\!-font-size-36 {
3981
- font-size: 36px !important;
3982
4069
  font-size: 2.25rem !important;
3983
4070
  line-height: 1.1111111111 !important;
3984
4071
  }
@@ -3991,13 +4078,11 @@
3991
4078
  }
3992
4079
 
3993
4080
  .govuk-\!-font-size-27 {
3994
- font-size: 18px !important;
3995
4081
  font-size: 1.125rem !important;
3996
4082
  line-height: 1.1111111111 !important;
3997
4083
  }
3998
4084
  @media (min-width: 40.0625em) {
3999
4085
  .govuk-\!-font-size-27 {
4000
- font-size: 27px !important;
4001
4086
  font-size: 1.6875rem !important;
4002
4087
  line-height: 1.1111111111 !important;
4003
4088
  }
@@ -4010,13 +4095,11 @@
4010
4095
  }
4011
4096
 
4012
4097
  .govuk-\!-font-size-24 {
4013
- font-size: 18px !important;
4014
4098
  font-size: 1.125rem !important;
4015
4099
  line-height: 1.1111111111 !important;
4016
4100
  }
4017
4101
  @media (min-width: 40.0625em) {
4018
4102
  .govuk-\!-font-size-24 {
4019
- font-size: 24px !important;
4020
4103
  font-size: 1.5rem !important;
4021
4104
  line-height: 1.25 !important;
4022
4105
  }
@@ -4029,13 +4112,11 @@
4029
4112
  }
4030
4113
 
4031
4114
  .govuk-\!-font-size-19 {
4032
- font-size: 16px !important;
4033
4115
  font-size: 1rem !important;
4034
4116
  line-height: 1.25 !important;
4035
4117
  }
4036
4118
  @media (min-width: 40.0625em) {
4037
4119
  .govuk-\!-font-size-19 {
4038
- font-size: 19px !important;
4039
4120
  font-size: 1.1875rem !important;
4040
4121
  line-height: 1.3157894737 !important;
4041
4122
  }
@@ -4048,13 +4129,11 @@
4048
4129
  }
4049
4130
 
4050
4131
  .govuk-\!-font-size-16 {
4051
- font-size: 14px !important;
4052
4132
  font-size: 0.875rem !important;
4053
4133
  line-height: 1.1428571429 !important;
4054
4134
  }
4055
4135
  @media (min-width: 40.0625em) {
4056
4136
  .govuk-\!-font-size-16 {
4057
- font-size: 16px !important;
4058
4137
  font-size: 1rem !important;
4059
4138
  line-height: 1.25 !important;
4060
4139
  }
@@ -4067,13 +4146,11 @@
4067
4146
  }
4068
4147
 
4069
4148
  .govuk-\!-font-size-14 {
4070
- font-size: 12px !important;
4071
4149
  font-size: 0.75rem !important;
4072
4150
  line-height: 1.25 !important;
4073
4151
  }
4074
4152
  @media (min-width: 40.0625em) {
4075
4153
  .govuk-\!-font-size-14 {
4076
- font-size: 14px !important;
4077
4154
  font-size: 0.875rem !important;
4078
4155
  line-height: 1.4285714286 !important;
4079
4156
  }
@@ -4093,6 +4170,7 @@
4093
4170
  font-weight: 700 !important;
4094
4171
  }
4095
4172
 
4173
+
4096
4174
  .govuk-\!-width-full {
4097
4175
  width: 100% !important;
4098
4176
  }
@@ -4142,12 +4220,16 @@
4142
4220
  }
4143
4221
  }
4144
4222
 
4223
+
4224
+
4225
+
4226
+
4227
+
4145
4228
  .govuk-richtextarea {
4146
4229
  font-family: "Open Sans", sans-serif;
4147
4230
  -webkit-font-smoothing: antialiased;
4148
4231
  -moz-osx-font-smoothing: grayscale;
4149
4232
  font-weight: 400;
4150
- font-size: 16px;
4151
4233
  font-size: 1rem;
4152
4234
  line-height: 1.25;
4153
4235
  box-sizing: border-box;
@@ -4167,7 +4249,6 @@
4167
4249
  }
4168
4250
  @media (min-width: 40.0625em) {
4169
4251
  .govuk-richtextarea {
4170
- font-size: 19px;
4171
4252
  font-size: 1.1875rem;
4172
4253
  line-height: 1.25;
4173
4254
  }
@@ -4195,9 +4276,9 @@
4195
4276
  cursor: not-allowed;
4196
4277
  }
4197
4278
 
4198
- .govuk-textarea--error {
4279
+ .govuk-richtextarea--error {
4199
4280
  border-color: #d4351c;
4200
4281
  }
4201
- .govuk-textarea--error:focus {
4282
+ .govuk-richtextarea--error:focus {
4202
4283
  border-color: #0b0c0c;
4203
4284
  }