@biggive/components 202308161206.0.0 → 202308171555.0.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 (113) hide show
  1. package/dist/biggive/assets/images/triangles-combined-arts-black.svg +4 -0
  2. package/dist/biggive/assets/images/triangles-combined-arts-white.svg +4 -0
  3. package/dist/biggive/biggive.esm.js +1 -1
  4. package/dist/biggive/p-2e22a348.entry.js +1 -0
  5. package/dist/biggive/p-63953782.entry.js +1 -0
  6. package/dist/biggive/p-a10acaaa.entry.js +1 -0
  7. package/dist/biggive/p-b7decebc.entry.js +1 -0
  8. package/dist/biggive/p-c5fc5673.entry.js +1 -0
  9. package/dist/biggive/p-c6d302b2.entry.js +1 -0
  10. package/dist/biggive/p-d78cdb5e.entry.js +1 -0
  11. package/dist/cjs/biggive-accordion_43.cjs.entry.js +25 -25
  12. package/dist/cjs/biggive-basic-card.cjs.entry.js +1 -1
  13. package/dist/cjs/biggive-beneficiary-icon.cjs.entry.js +1 -1
  14. package/dist/cjs/biggive-boxed-content.cjs.entry.js +1 -1
  15. package/dist/cjs/biggive-category-icon.cjs.entry.js +1 -1
  16. package/dist/cjs/biggive-image-card.cjs.entry.js +1 -1
  17. package/dist/cjs/biggive-table.cjs.entry.js +1 -1
  18. package/dist/collection/assets/images/triangles-combined-arts-black.svg +4 -0
  19. package/dist/collection/assets/images/triangles-combined-arts-white.svg +4 -0
  20. package/dist/collection/components/biggive-accordion/biggive-accordion.css +14 -0
  21. package/dist/collection/components/biggive-accordion/biggive-accordion.js +2 -2
  22. package/dist/collection/components/biggive-article-card/biggive-article-card.css +22 -0
  23. package/dist/collection/components/biggive-article-card/biggive-article-card.js +6 -6
  24. package/dist/collection/components/biggive-basic-card/biggive-basic-card.css +14 -0
  25. package/dist/collection/components/biggive-basic-card/biggive-basic-card.js +4 -4
  26. package/dist/collection/components/biggive-beneficiary-icon/biggive-beneficiary-icon.css +15 -0
  27. package/dist/collection/components/biggive-biography-card/biggive-biography-card.css +31 -0
  28. package/dist/collection/components/biggive-biography-card/biggive-biography-card.js +2 -2
  29. package/dist/collection/components/biggive-boxed-content/biggive-boxed-content.css +5 -0
  30. package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.css +5 -0
  31. package/dist/collection/components/biggive-carousel/biggive-carousel.css +5 -0
  32. package/dist/collection/components/biggive-carousel/biggive-carousel.js +2 -2
  33. package/dist/collection/components/biggive-category-icon/biggive-category-icon.css +15 -0
  34. package/dist/collection/components/biggive-cookie-banner/biggive-cookie-banner.css +14 -0
  35. package/dist/collection/components/biggive-filtered-carousel/biggive-filtered-carousel.js +2 -2
  36. package/dist/collection/components/biggive-footer/biggive-footer.css +3 -0
  37. package/dist/collection/components/biggive-footer/biggive-footer.js +1 -1
  38. package/dist/collection/components/biggive-formatted-text/biggive-formatted-text.css +5 -0
  39. package/dist/collection/components/biggive-generic-icon/biggive-generic-icon.css +21 -0
  40. package/dist/collection/components/biggive-generic-icon/biggive-generic-icon.js +2 -2
  41. package/dist/collection/components/biggive-heading/biggive-heading.css +6 -0
  42. package/dist/collection/components/biggive-heading/biggive-heading.js +2 -2
  43. package/dist/collection/components/biggive-hero-image/biggive-hero-image.css +8 -0
  44. package/dist/collection/components/biggive-hero-image/biggive-hero-image.js +5 -5
  45. package/dist/collection/components/biggive-icon-button/biggive-icon-button.css +16 -0
  46. package/dist/collection/components/biggive-icon-button/biggive-icon-button.js +3 -3
  47. package/dist/collection/components/biggive-image-button/biggive-image-button.css +13 -0
  48. package/dist/collection/components/biggive-image-button/biggive-image-button.js +3 -3
  49. package/dist/collection/components/biggive-image-card/biggive-image-card.css +14 -0
  50. package/dist/collection/components/biggive-image-card/biggive-image-card.js +2 -2
  51. package/dist/collection/components/biggive-image-feature/biggive-image-feature.css +5 -0
  52. package/dist/collection/components/biggive-main-menu/biggive-main-menu.css +3 -0
  53. package/dist/collection/components/biggive-main-menu/biggive-main-menu.js +1 -1
  54. package/dist/collection/components/biggive-misc-icon/biggive-misc-icon.css +21 -0
  55. package/dist/collection/components/biggive-quote/biggive-quote.css +8 -0
  56. package/dist/collection/components/biggive-quote/biggive-quote.js +2 -2
  57. package/dist/collection/components/biggive-sheet/biggive-sheet.css +17 -0
  58. package/dist/collection/components/biggive-sheet/biggive-sheet.js +2 -2
  59. package/dist/collection/components/biggive-social-icon/biggive-social-icon.css +27 -0
  60. package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.css +24 -0
  61. package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.js +6 -6
  62. package/dist/collection/components/biggive-table/biggive-table.css +21 -0
  63. package/dist/collection/components/biggive-table/biggive-table.js +4 -4
  64. package/dist/collection/components/biggive-timeline/biggive-timeline.css +38 -0
  65. package/dist/collection/components/biggive-timeline/biggive-timeline.js +11 -11
  66. package/dist/collection/components/biggive-totalizer/biggive-totalizer.css +10 -0
  67. package/dist/collection/components/biggive-video-feature/biggive-video-feature.css +5 -0
  68. package/dist/components/biggive-accordion.js +1 -1
  69. package/dist/components/biggive-article-card.js +1 -1
  70. package/dist/components/biggive-basic-card.js +1 -1
  71. package/dist/components/biggive-beneficiary-icon.js +1 -1
  72. package/dist/components/biggive-biography-card.js +1 -1
  73. package/dist/components/biggive-boxed-content.js +1 -1
  74. package/dist/components/biggive-call-to-action.js +1 -1
  75. package/dist/components/biggive-carousel2.js +1 -1
  76. package/dist/components/biggive-category-icon.js +1 -1
  77. package/dist/components/biggive-cookie-banner.js +1 -1
  78. package/dist/components/biggive-footer.js +2 -2
  79. package/dist/components/biggive-formatted-text.js +1 -1
  80. package/dist/components/biggive-generic-icon2.js +1 -1
  81. package/dist/components/biggive-heading.js +1 -1
  82. package/dist/components/biggive-hero-image.js +1 -1
  83. package/dist/components/biggive-icon-button.js +1 -1
  84. package/dist/components/biggive-image-button.js +1 -1
  85. package/dist/components/biggive-image-card.js +1 -1
  86. package/dist/components/biggive-image-feature.js +1 -1
  87. package/dist/components/biggive-main-menu.js +2 -2
  88. package/dist/components/biggive-misc-icon2.js +1 -1
  89. package/dist/components/biggive-quote.js +1 -1
  90. package/dist/components/biggive-sheet.js +1 -1
  91. package/dist/components/biggive-social-icon2.js +1 -1
  92. package/dist/components/biggive-tabbed-content.js +1 -1
  93. package/dist/components/biggive-table.js +1 -1
  94. package/dist/components/biggive-timeline.js +1 -1
  95. package/dist/components/biggive-totalizer.js +1 -1
  96. package/dist/components/biggive-video-feature.js +1 -1
  97. package/dist/esm/biggive-accordion_43.entry.js +25 -25
  98. package/dist/esm/biggive-basic-card.entry.js +1 -1
  99. package/dist/esm/biggive-beneficiary-icon.entry.js +1 -1
  100. package/dist/esm/biggive-boxed-content.entry.js +1 -1
  101. package/dist/esm/biggive-category-icon.entry.js +1 -1
  102. package/dist/esm/biggive-image-card.entry.js +1 -1
  103. package/dist/esm/biggive-table.entry.js +1 -1
  104. package/dist/types/globals/brand-colour.d.ts +1 -1
  105. package/hydrate/index.js +31 -31
  106. package/package.json +1 -1
  107. package/dist/biggive/p-0d3008a2.entry.js +0 -1
  108. package/dist/biggive/p-50d9a75b.entry.js +0 -1
  109. package/dist/biggive/p-8bc9a47d.entry.js +0 -1
  110. package/dist/biggive/p-9946cc08.entry.js +0 -1
  111. package/dist/biggive/p-9c09a586.entry.js +0 -1
  112. package/dist/biggive/p-d795d5b7.entry.js +0 -1
  113. package/dist/biggive/p-e5f630d1.entry.js +0 -1
@@ -54,6 +54,11 @@ a:hover {
54
54
  background-color: #62CFC9;
55
55
  }
56
56
 
57
+ .background-colour-hover-brand-afa-pink:hover,
58
+ .background-colour-brand-afa-pink {
59
+ background-color: #BF387D;
60
+ }
61
+
57
62
  .background-colour-hover-white:hover,
58
63
  .background-colour-white {
59
64
  background-color: #FFFFFF;
@@ -125,6 +130,10 @@ a:hover {
125
130
  fill: #CBC8C8;
126
131
  }
127
132
 
133
+ .fill-brand-afa-pink {
134
+ fill: #BF387D;
135
+ }
136
+
128
137
  .fill-brand-mhf-turquoise {
129
138
  fill: #62CFC9;
130
139
  }
@@ -224,6 +233,12 @@ a:hover {
224
233
  .misc-icon-item.colour-scheme-brand-6 svg {
225
234
  fill: #000000;
226
235
  }
236
+ .misc-icon-item.colour-scheme-brand-afa-pink {
237
+ background-color: #BF387D;
238
+ }
239
+ .misc-icon-item.colour-scheme-brand-afa-pink svg {
240
+ fill: #000000;
241
+ }
227
242
  .misc-icon-item.colour-scheme-white {
228
243
  background-color: #FFFFFF;
229
244
  }
@@ -344,6 +359,12 @@ a:hover {
344
359
  .misc-icon-item.colour-scheme-brand-6 svg {
345
360
  fill: #000000;
346
361
  }
362
+ .misc-icon-item.colour-scheme-brand-afa-pink {
363
+ background-color: #BF387D;
364
+ }
365
+ .misc-icon-item.colour-scheme-brand-afa-pink svg {
366
+ fill: #000000;
367
+ }
347
368
  .misc-icon-item.colour-scheme-white {
348
369
  background-color: #FFFFFF;
349
370
  }
@@ -115,6 +115,11 @@ a:hover {
115
115
  color: #CBC8C8;
116
116
  }
117
117
 
118
+ .text-colour-hover-brand-afa-pink:hover,
119
+ .text-colour-brand-afa-pink {
120
+ color: #BF387D;
121
+ }
122
+
118
123
  .text-colour-hover-white:hover,
119
124
  .text-colour-white {
120
125
  color: #FFFFFF;
@@ -200,6 +205,9 @@ a:hover {
200
205
  .container.quote-icon-colour-brand-6 .image-wrap path {
201
206
  fill: #62CFC9;
202
207
  }
208
+ .container.quote-icon-colour-brand-afa-pink .image-wrap path {
209
+ fill: #BF387D;
210
+ }
203
211
  .container.quote-icon-colour-white .image-wrap path {
204
212
  fill: #FFFFFF;
205
213
  }
@@ -52,7 +52,7 @@ export class BiggiveQuote {
52
52
  "mutable": false,
53
53
  "complexType": {
54
54
  "original": "brandColour",
55
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
55
+ "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
56
56
  "references": {
57
57
  "brandColour": {
58
58
  "location": "import",
@@ -111,7 +111,7 @@ export class BiggiveQuote {
111
111
  "mutable": false,
112
112
  "complexType": {
113
113
  "original": "brandColour",
114
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
114
+ "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
115
115
  "references": {
116
116
  "brandColour": {
117
117
  "location": "import",
@@ -54,6 +54,11 @@ a:hover {
54
54
  background-color: #62CFC9;
55
55
  }
56
56
 
57
+ .background-colour-hover-brand-afa-pink:hover,
58
+ .background-colour-brand-afa-pink {
59
+ background-color: #BF387D;
60
+ }
61
+
57
62
  .background-colour-hover-white:hover,
58
63
  .background-colour-white {
59
64
  background-color: #FFFFFF;
@@ -134,6 +139,11 @@ a:hover {
134
139
  color: #CBC8C8;
135
140
  }
136
141
 
142
+ .text-colour-hover-brand-afa-pink:hover,
143
+ .text-colour-brand-afa-pink {
144
+ color: #BF387D;
145
+ }
146
+
137
147
  .text-colour-hover-white:hover,
138
148
  .text-colour-white {
139
149
  color: #FFFFFF;
@@ -200,6 +210,10 @@ a:hover {
200
210
  fill: #CBC8C8;
201
211
  }
202
212
 
213
+ .fill-brand-afa-pink {
214
+ fill: #BF387D;
215
+ }
216
+
203
217
  .fill-brand-mhf-turquoise {
204
218
  fill: #62CFC9;
205
219
  }
@@ -302,6 +316,9 @@ a:hover {
302
316
  .container .popup .header .back-link .svg-wrap.colour-brand-6 svg path {
303
317
  fill: #62CFC9;
304
318
  }
319
+ .container .popup .header .back-link .svg-wrap.colour-brand-afa-pink svg path {
320
+ fill: #BF387D;
321
+ }
305
322
  .container .popup .header .back-link .svg-wrap.colour-white svg path {
306
323
  fill: #FFFFFF;
307
324
  }
@@ -64,7 +64,7 @@ export class BiggiveSheet {
64
64
  "mutable": false,
65
65
  "complexType": {
66
66
  "original": "brandColour",
67
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
67
+ "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
68
68
  "references": {
69
69
  "brandColour": {
70
70
  "location": "import",
@@ -87,7 +87,7 @@ export class BiggiveSheet {
87
87
  "mutable": false,
88
88
  "complexType": {
89
89
  "original": "brandColour",
90
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
90
+ "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
91
91
  "references": {
92
92
  "brandColour": {
93
93
  "location": "import",
@@ -54,6 +54,11 @@ a:hover {
54
54
  background-color: #62CFC9;
55
55
  }
56
56
 
57
+ .background-colour-hover-brand-afa-pink:hover,
58
+ .background-colour-brand-afa-pink {
59
+ background-color: #BF387D;
60
+ }
61
+
57
62
  .background-colour-hover-white:hover,
58
63
  .background-colour-white {
59
64
  background-color: #FFFFFF;
@@ -125,6 +130,10 @@ a:hover {
125
130
  fill: #CBC8C8;
126
131
  }
127
132
 
133
+ .fill-brand-afa-pink {
134
+ fill: #BF387D;
135
+ }
136
+
128
137
  .fill-brand-mhf-turquoise {
129
138
  fill: #62CFC9;
130
139
  }
@@ -225,6 +234,12 @@ a:hover {
225
234
  .social-icon-item.colour-scheme-brand-6 svg {
226
235
  fill: #000000;
227
236
  }
237
+ .social-icon-item.colour-scheme-brand-afa-pink {
238
+ background-color: #BF387D;
239
+ }
240
+ .social-icon-item.colour-scheme-brand-afa-pink svg {
241
+ fill: #000000;
242
+ }
228
243
  .social-icon-item.colour-scheme-white {
229
244
  background-color: #FFFFFF;
230
245
  }
@@ -347,6 +362,12 @@ a:hover {
347
362
  .social-icon-item.colour-scheme-brand-6 svg {
348
363
  fill: #000000;
349
364
  }
365
+ .social-icon-item.colour-scheme-brand-afa-pink {
366
+ background-color: #BF387D;
367
+ }
368
+ .social-icon-item.colour-scheme-brand-afa-pink svg {
369
+ fill: #000000;
370
+ }
350
371
  .social-icon-item.colour-scheme-white {
351
372
  background-color: #FFFFFF;
352
373
  }
@@ -468,6 +489,12 @@ a:hover {
468
489
  .social-icon-item.wide.colour-scheme-brand-6 svg {
469
490
  fill: #000000;
470
491
  }
492
+ .social-icon-item.wide.colour-scheme-brand-afa-pink {
493
+ background-color: #BF387D;
494
+ }
495
+ .social-icon-item.wide.colour-scheme-brand-afa-pink svg {
496
+ fill: #000000;
497
+ }
471
498
  .social-icon-item.wide.colour-scheme-white {
472
499
  background-color: #FFFFFF;
473
500
  }
@@ -110,6 +110,11 @@ a:hover {
110
110
  color: #CBC8C8;
111
111
  }
112
112
 
113
+ .text-colour-hover-brand-afa-pink:hover,
114
+ .text-colour-brand-afa-pink {
115
+ color: #BF387D;
116
+ }
117
+
113
118
  .text-colour-hover-white:hover,
114
119
  .text-colour-white {
115
120
  color: #FFFFFF;
@@ -375,6 +380,25 @@ a:hover {
375
380
  .container.button-icon-colour-brand-6 .navigation .button svg path {
376
381
  stroke: #62CFC9;
377
382
  }
383
+ .container.text-colour-brand-afa-pink .navigation li {
384
+ color: #BF387D;
385
+ }
386
+ .container.navigation-highlight-colour-brand-afa-pink .navigation ul {
387
+ border-color: #BF387D;
388
+ }
389
+ .container.selected-text-colour-brand-afa-pink .navigation li.selected {
390
+ color: #BF387D;
391
+ border-color: #BF387D;
392
+ }
393
+ .container.selected-navigation-highlight-colour-brand-afa-pink .navigation li.selected {
394
+ border-color: #BF387D;
395
+ }
396
+ .container.button-background-colour-brand-afa-pink .navigation .button {
397
+ background-color: #BF387D;
398
+ }
399
+ .container.button-icon-colour-brand-afa-pink .navigation .button svg path {
400
+ stroke: #BF387D;
401
+ }
378
402
  .container.text-colour-white .navigation li {
379
403
  color: #FFFFFF;
380
404
  }
@@ -160,7 +160,7 @@ export class BiggiveTabbedContent {
160
160
  "mutable": false,
161
161
  "complexType": {
162
162
  "original": "brandColour",
163
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
163
+ "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
164
164
  "references": {
165
165
  "brandColour": {
166
166
  "location": "import",
@@ -183,7 +183,7 @@ export class BiggiveTabbedContent {
183
183
  "mutable": false,
184
184
  "complexType": {
185
185
  "original": "brandColour",
186
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
186
+ "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
187
187
  "references": {
188
188
  "brandColour": {
189
189
  "location": "import",
@@ -206,7 +206,7 @@ export class BiggiveTabbedContent {
206
206
  "mutable": false,
207
207
  "complexType": {
208
208
  "original": "brandColour",
209
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
209
+ "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
210
210
  "references": {
211
211
  "brandColour": {
212
212
  "location": "import",
@@ -229,7 +229,7 @@ export class BiggiveTabbedContent {
229
229
  "mutable": false,
230
230
  "complexType": {
231
231
  "original": "brandColour",
232
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
232
+ "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
233
233
  "references": {
234
234
  "brandColour": {
235
235
  "location": "import",
@@ -252,7 +252,7 @@ export class BiggiveTabbedContent {
252
252
  "mutable": false,
253
253
  "complexType": {
254
254
  "original": "brandColour",
255
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
255
+ "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
256
256
  "references": {
257
257
  "brandColour": {
258
258
  "location": "import",
@@ -275,7 +275,7 @@ export class BiggiveTabbedContent {
275
275
  "mutable": false,
276
276
  "complexType": {
277
277
  "original": "brandColour",
278
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
278
+ "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
279
279
  "references": {
280
280
  "brandColour": {
281
281
  "location": "import",
@@ -54,6 +54,11 @@ a:hover {
54
54
  background-color: #62CFC9;
55
55
  }
56
56
 
57
+ .background-colour-hover-brand-afa-pink:hover,
58
+ .background-colour-brand-afa-pink {
59
+ background-color: #BF387D;
60
+ }
61
+
57
62
  .background-colour-hover-white:hover,
58
63
  .background-colour-white {
59
64
  background-color: #FFFFFF;
@@ -125,6 +130,10 @@ a:hover {
125
130
  fill: #CBC8C8;
126
131
  }
127
132
 
133
+ .fill-brand-afa-pink {
134
+ fill: #BF387D;
135
+ }
136
+
128
137
  .fill-brand-mhf-turquoise {
129
138
  fill: #62CFC9;
130
139
  }
@@ -272,6 +281,18 @@ a:hover {
272
281
  .container.body-background-colour-brand-6 tbody {
273
282
  background-color: #62CFC9;
274
283
  }
284
+ .container.header-text-colour-brand-afa-pink thead {
285
+ color: #BF387D;
286
+ }
287
+ .container.header-background-colour-brand-afa-pink thead {
288
+ background-color: #BF387D;
289
+ }
290
+ .container.body-text-colour-brand-afa-pink tbody {
291
+ color: #BF387D;
292
+ }
293
+ .container.body-background-colour-brand-afa-pink tbody {
294
+ background-color: #BF387D;
295
+ }
275
296
  .container.header-text-colour-white thead {
276
297
  color: #FFFFFF;
277
298
  }
@@ -60,7 +60,7 @@ export class BiggiveTable {
60
60
  "mutable": false,
61
61
  "complexType": {
62
62
  "original": "brandColour",
63
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
63
+ "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
64
64
  "references": {
65
65
  "brandColour": {
66
66
  "location": "import",
@@ -83,7 +83,7 @@ export class BiggiveTable {
83
83
  "mutable": false,
84
84
  "complexType": {
85
85
  "original": "brandColour",
86
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
86
+ "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
87
87
  "references": {
88
88
  "brandColour": {
89
89
  "location": "import",
@@ -106,7 +106,7 @@ export class BiggiveTable {
106
106
  "mutable": false,
107
107
  "complexType": {
108
108
  "original": "brandColour",
109
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
109
+ "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
110
110
  "references": {
111
111
  "brandColour": {
112
112
  "location": "import",
@@ -129,7 +129,7 @@ export class BiggiveTable {
129
129
  "mutable": false,
130
130
  "complexType": {
131
131
  "original": "brandColour",
132
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
132
+ "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
133
133
  "references": {
134
134
  "brandColour": {
135
135
  "location": "import",
@@ -110,6 +110,11 @@ a:hover {
110
110
  color: #CBC8C8;
111
111
  }
112
112
 
113
+ .text-colour-hover-brand-afa-pink:hover,
114
+ .text-colour-brand-afa-pink {
115
+ color: #BF387D;
116
+ }
117
+
113
118
  .text-colour-hover-white:hover,
114
119
  .text-colour-white {
115
120
  color: #FFFFFF;
@@ -516,6 +521,39 @@ a:hover {
516
521
  .container.entry-text-colour-brand-6 .entry .content {
517
522
  color: #62CFC9;
518
523
  }
524
+ .container.text-colour-brand-afa-pink .navigation li {
525
+ color: #BF387D;
526
+ }
527
+ .container.navigation-highlight-colour-brand-afa-pink .navigation ul {
528
+ border-color: #BF387D;
529
+ }
530
+ .container.selected-text-colour-brand-afa-pink .navigation li.selected {
531
+ color: #BF387D;
532
+ }
533
+ .container.selected-navigation-highlight-colour-brand-afa-pink .navigation li.selected {
534
+ border-color: #BF387D;
535
+ }
536
+ .container.button-background-colour-brand-afa-pink .navigation .button {
537
+ background-color: #BF387D;
538
+ }
539
+ .container.button-icon-colour-brand-afa-pink .navigation .button svg path {
540
+ stroke: #BF387D;
541
+ }
542
+ .container.entry-background-colour-brand-afa-pink .entry {
543
+ background-color: #BF387D;
544
+ }
545
+ .container.entry-highlight-colour-brand-afa-pink .entry {
546
+ border-color: #BF387D;
547
+ }
548
+ .container.entry-date-colour-brand-afa-pink .entry .date {
549
+ color: #BF387D;
550
+ }
551
+ .container.entry-title-colour-brand-afa-pink .entry .title {
552
+ color: #BF387D;
553
+ }
554
+ .container.entry-text-colour-brand-afa-pink .entry .content {
555
+ color: #BF387D;
556
+ }
519
557
  .container.text-colour-white .navigation li {
520
558
  color: #FFFFFF;
521
559
  }
@@ -173,7 +173,7 @@ export class BiggiveTimeline {
173
173
  "mutable": false,
174
174
  "complexType": {
175
175
  "original": "brandColour",
176
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
176
+ "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
177
177
  "references": {
178
178
  "brandColour": {
179
179
  "location": "import",
@@ -196,7 +196,7 @@ export class BiggiveTimeline {
196
196
  "mutable": false,
197
197
  "complexType": {
198
198
  "original": "brandColour",
199
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
199
+ "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
200
200
  "references": {
201
201
  "brandColour": {
202
202
  "location": "import",
@@ -219,7 +219,7 @@ export class BiggiveTimeline {
219
219
  "mutable": false,
220
220
  "complexType": {
221
221
  "original": "brandColour",
222
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
222
+ "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
223
223
  "references": {
224
224
  "brandColour": {
225
225
  "location": "import",
@@ -242,7 +242,7 @@ export class BiggiveTimeline {
242
242
  "mutable": false,
243
243
  "complexType": {
244
244
  "original": "brandColour",
245
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
245
+ "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
246
246
  "references": {
247
247
  "brandColour": {
248
248
  "location": "import",
@@ -265,7 +265,7 @@ export class BiggiveTimeline {
265
265
  "mutable": false,
266
266
  "complexType": {
267
267
  "original": "brandColour",
268
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
268
+ "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
269
269
  "references": {
270
270
  "brandColour": {
271
271
  "location": "import",
@@ -288,7 +288,7 @@ export class BiggiveTimeline {
288
288
  "mutable": false,
289
289
  "complexType": {
290
290
  "original": "brandColour",
291
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
291
+ "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
292
292
  "references": {
293
293
  "brandColour": {
294
294
  "location": "import",
@@ -311,7 +311,7 @@ export class BiggiveTimeline {
311
311
  "mutable": false,
312
312
  "complexType": {
313
313
  "original": "brandColour",
314
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
314
+ "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
315
315
  "references": {
316
316
  "brandColour": {
317
317
  "location": "import",
@@ -334,7 +334,7 @@ export class BiggiveTimeline {
334
334
  "mutable": false,
335
335
  "complexType": {
336
336
  "original": "brandColour",
337
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
337
+ "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
338
338
  "references": {
339
339
  "brandColour": {
340
340
  "location": "import",
@@ -357,7 +357,7 @@ export class BiggiveTimeline {
357
357
  "mutable": false,
358
358
  "complexType": {
359
359
  "original": "brandColour",
360
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
360
+ "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
361
361
  "references": {
362
362
  "brandColour": {
363
363
  "location": "import",
@@ -380,7 +380,7 @@ export class BiggiveTimeline {
380
380
  "mutable": false,
381
381
  "complexType": {
382
382
  "original": "brandColour",
383
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
383
+ "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
384
384
  "references": {
385
385
  "brandColour": {
386
386
  "location": "import",
@@ -403,7 +403,7 @@ export class BiggiveTimeline {
403
403
  "mutable": false,
404
404
  "complexType": {
405
405
  "original": "brandColour",
406
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
406
+ "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
407
407
  "references": {
408
408
  "brandColour": {
409
409
  "location": "import",
@@ -54,6 +54,11 @@ a:hover {
54
54
  background-color: #62CFC9;
55
55
  }
56
56
 
57
+ .background-colour-hover-brand-afa-pink:hover,
58
+ .background-colour-brand-afa-pink {
59
+ background-color: #BF387D;
60
+ }
61
+
57
62
  .background-colour-hover-white:hover,
58
63
  .background-colour-white {
59
64
  background-color: #FFFFFF;
@@ -190,6 +195,11 @@ a:hover {
190
195
  color: #CBC8C8;
191
196
  }
192
197
 
198
+ .text-colour-hover-brand-afa-pink:hover,
199
+ .text-colour-brand-afa-pink {
200
+ color: #BF387D;
201
+ }
202
+
193
203
  .text-colour-hover-white:hover,
194
204
  .text-colour-white {
195
205
  color: #FFFFFF;
@@ -110,6 +110,11 @@ a:hover {
110
110
  color: #CBC8C8;
111
111
  }
112
112
 
113
+ .text-colour-hover-brand-afa-pink:hover,
114
+ .text-colour-brand-afa-pink {
115
+ color: #BF387D;
116
+ }
117
+
113
118
  .text-colour-hover-white:hover,
114
119
  .text-colour-white {
115
120
  color: #FFFFFF;
@@ -1,6 +1,6 @@
1
1
  import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
2
2
 
3
- const biggiveAccordionCss = "a{color:inherit;text-decoration:underline}a:hover{text-decoration:none}.space-above-0{margin-top:0}.space-above-1{margin-top:5px}.space-above-2{margin-top:10px}.space-above-3{margin-top:15px}.space-above-4{margin-top:30px}.space-above-5{margin-top:45px}.space-above-6{margin-top:60px}.space-below-0{margin-bottom:0}.space-below-1{margin-bottom:5px}.space-below-2{margin-bottom:10px}.space-below-3{margin-bottom:15px}.space-below-4{margin-bottom:30px}.space-below-5{margin-bottom:45px}.space-below-6{margin-bottom:60px}.text-colour-hover-primary:hover,.text-colour-primary{color:#2C089B}.text-colour-hover-secondary:hover,.text-colour-secondary{color:#2AF135}.text-colour-hover-tertiary:hover,.text-colour-tertiary{color:#FF7272}.text-colour-hover-brand-1:hover,.text-colour-brand-1{color:#B30510}.text-colour-hover-brand-2:hover,.text-colour-brand-2{color:#6E0887}.text-colour-hover-brand-3:hover,.text-colour-brand-3{color:#50B400}.text-colour-hover-brand-4:hover,.text-colour-brand-4{color:#FFE500}.text-colour-hover-brand-5:hover,.text-colour-brand-5{color:#F07D00}.text-colour-hover-brand-6:hover,.text-colour-brand-6{color:#CBC8C8}.text-colour-hover-white:hover,.text-colour-white{color:#FFFFFF}.text-colour-hover-black:hover,.text-colour-black{color:#000000}.text-colour-hover-grey-extra-light:hover,.text-colour-grey-extra-light{color:#D7D7D7}.text-colour-hover-grey-light:hover,.text-colour-grey-light{color:#E8E8E8}.text-colour-hover-grey-medium:hover,.text-colour-grey-medium{color:#8A8A8A}.text-colour-hover-grey-dark:hover,.text-colour-grey-dark{color:#4A4A4A}:host{display:contents}.container{font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px;position:relative}.container .entry h3.heading{position:relative;margin:25px 0 0 0;padding:15px 60px 10px 20px;border-bottom:1px solid #000000;cursor:pointer}.container .entry h3.heading span.arrow{display:block;position:absolute;right:20px;top:10px;width:40px;height:20px;text-align:center}.container .entry .content{overflow:hidden;max-height:0;padding:0 20px}.container .entry.expanded .content{max-height:100%}.container .entry.expanded span.arrow{transform:rotate(-180deg)}.container.heading-colour-primary .entry h3.heading svg path{stroke:#2C089B}.container.heading-colour-primary h3.heading{color:#2C089B}.container.text-colour-primary .content{color:#2C089B}.container.heading-colour-secondary .entry h3.heading svg path{stroke:#2AF135}.container.heading-colour-secondary h3.heading{color:#2AF135}.container.text-colour-secondary .content{color:#2AF135}.container.heading-colour-tertiary .entry h3.heading svg path{stroke:#FF7272}.container.heading-colour-tertiary h3.heading{color:#FF7272}.container.text-colour-tertiary .content{color:#FF7272}.container.heading-colour-brand-1 .entry h3.heading svg path{stroke:#B30510}.container.heading-colour-brand-1 h3.heading{color:#B30510}.container.text-colour-brand-1 .content{color:#B30510}.container.heading-colour-brand-2 .entry h3.heading svg path{stroke:#6E0887}.container.heading-colour-brand-2 h3.heading{color:#6E0887}.container.text-colour-brand-2 .content{color:#6E0887}.container.heading-colour-brand-3 .entry h3.heading svg path{stroke:#50B400}.container.heading-colour-brand-3 h3.heading{color:#50B400}.container.text-colour-brand-3 .content{color:#50B400}.container.heading-colour-brand-4 .entry h3.heading svg path{stroke:#FFE500}.container.heading-colour-brand-4 h3.heading{color:#FFE500}.container.text-colour-brand-4 .content{color:#FFE500}.container.heading-colour-brand-5 .entry h3.heading svg path{stroke:#F07D00}.container.heading-colour-brand-5 h3.heading{color:#F07D00}.container.text-colour-brand-5 .content{color:#F07D00}.container.heading-colour-brand-6 .entry h3.heading svg path{stroke:#62CFC9}.container.heading-colour-brand-6 h3.heading{color:#62CFC9}.container.text-colour-brand-6 .content{color:#62CFC9}.container.heading-colour-white .entry h3.heading svg path{stroke:#FFFFFF}.container.heading-colour-white h3.heading{color:#FFFFFF}.container.text-colour-white .content{color:#FFFFFF}.container.heading-colour-black .entry h3.heading svg path{stroke:#000000}.container.heading-colour-black h3.heading{color:#000000}.container.text-colour-black .content{color:#000000}.container.heading-colour-grey-extra-light .entry h3.heading svg path{stroke:#D7D7D7}.container.heading-colour-grey-extra-light h3.heading{color:#D7D7D7}.container.text-colour-grey-extra-light .content{color:#D7D7D7}.container.heading-colour-grey-light .entry h3.heading svg path{stroke:#E8E8E8}.container.heading-colour-grey-light h3.heading{color:#E8E8E8}.container.text-colour-grey-light .content{color:#E8E8E8}.container.heading-colour-grey-medium .entry h3.heading svg path{stroke:#8A8A8A}.container.heading-colour-grey-medium h3.heading{color:#8A8A8A}.container.text-colour-grey-medium .content{color:#8A8A8A}.container.heading-colour-grey-dark .entry h3.heading svg path{stroke:#4A4A4A}.container.heading-colour-grey-dark h3.heading{color:#4A4A4A}.container.text-colour-grey-dark .content{color:#4A4A4A}";
3
+ const biggiveAccordionCss = "a{color:inherit;text-decoration:underline}a:hover{text-decoration:none}.space-above-0{margin-top:0}.space-above-1{margin-top:5px}.space-above-2{margin-top:10px}.space-above-3{margin-top:15px}.space-above-4{margin-top:30px}.space-above-5{margin-top:45px}.space-above-6{margin-top:60px}.space-below-0{margin-bottom:0}.space-below-1{margin-bottom:5px}.space-below-2{margin-bottom:10px}.space-below-3{margin-bottom:15px}.space-below-4{margin-bottom:30px}.space-below-5{margin-bottom:45px}.space-below-6{margin-bottom:60px}.text-colour-hover-primary:hover,.text-colour-primary{color:#2C089B}.text-colour-hover-secondary:hover,.text-colour-secondary{color:#2AF135}.text-colour-hover-tertiary:hover,.text-colour-tertiary{color:#FF7272}.text-colour-hover-brand-1:hover,.text-colour-brand-1{color:#B30510}.text-colour-hover-brand-2:hover,.text-colour-brand-2{color:#6E0887}.text-colour-hover-brand-3:hover,.text-colour-brand-3{color:#50B400}.text-colour-hover-brand-4:hover,.text-colour-brand-4{color:#FFE500}.text-colour-hover-brand-5:hover,.text-colour-brand-5{color:#F07D00}.text-colour-hover-brand-6:hover,.text-colour-brand-6{color:#CBC8C8}.text-colour-hover-brand-afa-pink:hover,.text-colour-brand-afa-pink{color:#BF387D}.text-colour-hover-white:hover,.text-colour-white{color:#FFFFFF}.text-colour-hover-black:hover,.text-colour-black{color:#000000}.text-colour-hover-grey-extra-light:hover,.text-colour-grey-extra-light{color:#D7D7D7}.text-colour-hover-grey-light:hover,.text-colour-grey-light{color:#E8E8E8}.text-colour-hover-grey-medium:hover,.text-colour-grey-medium{color:#8A8A8A}.text-colour-hover-grey-dark:hover,.text-colour-grey-dark{color:#4A4A4A}:host{display:contents}.container{font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px;position:relative}.container .entry h3.heading{position:relative;margin:25px 0 0 0;padding:15px 60px 10px 20px;border-bottom:1px solid #000000;cursor:pointer}.container .entry h3.heading span.arrow{display:block;position:absolute;right:20px;top:10px;width:40px;height:20px;text-align:center}.container .entry .content{overflow:hidden;max-height:0;padding:0 20px}.container .entry.expanded .content{max-height:100%}.container .entry.expanded span.arrow{transform:rotate(-180deg)}.container.heading-colour-primary .entry h3.heading svg path{stroke:#2C089B}.container.heading-colour-primary h3.heading{color:#2C089B}.container.text-colour-primary .content{color:#2C089B}.container.heading-colour-secondary .entry h3.heading svg path{stroke:#2AF135}.container.heading-colour-secondary h3.heading{color:#2AF135}.container.text-colour-secondary .content{color:#2AF135}.container.heading-colour-tertiary .entry h3.heading svg path{stroke:#FF7272}.container.heading-colour-tertiary h3.heading{color:#FF7272}.container.text-colour-tertiary .content{color:#FF7272}.container.heading-colour-brand-1 .entry h3.heading svg path{stroke:#B30510}.container.heading-colour-brand-1 h3.heading{color:#B30510}.container.text-colour-brand-1 .content{color:#B30510}.container.heading-colour-brand-2 .entry h3.heading svg path{stroke:#6E0887}.container.heading-colour-brand-2 h3.heading{color:#6E0887}.container.text-colour-brand-2 .content{color:#6E0887}.container.heading-colour-brand-3 .entry h3.heading svg path{stroke:#50B400}.container.heading-colour-brand-3 h3.heading{color:#50B400}.container.text-colour-brand-3 .content{color:#50B400}.container.heading-colour-brand-4 .entry h3.heading svg path{stroke:#FFE500}.container.heading-colour-brand-4 h3.heading{color:#FFE500}.container.text-colour-brand-4 .content{color:#FFE500}.container.heading-colour-brand-5 .entry h3.heading svg path{stroke:#F07D00}.container.heading-colour-brand-5 h3.heading{color:#F07D00}.container.text-colour-brand-5 .content{color:#F07D00}.container.heading-colour-brand-6 .entry h3.heading svg path{stroke:#62CFC9}.container.heading-colour-brand-6 h3.heading{color:#62CFC9}.container.text-colour-brand-6 .content{color:#62CFC9}.container.heading-colour-brand-afa-pink .entry h3.heading svg path{stroke:#BF387D}.container.heading-colour-brand-afa-pink h3.heading{color:#BF387D}.container.text-colour-brand-afa-pink .content{color:#BF387D}.container.heading-colour-white .entry h3.heading svg path{stroke:#FFFFFF}.container.heading-colour-white h3.heading{color:#FFFFFF}.container.text-colour-white .content{color:#FFFFFF}.container.heading-colour-black .entry h3.heading svg path{stroke:#000000}.container.heading-colour-black h3.heading{color:#000000}.container.text-colour-black .content{color:#000000}.container.heading-colour-grey-extra-light .entry h3.heading svg path{stroke:#D7D7D7}.container.heading-colour-grey-extra-light h3.heading{color:#D7D7D7}.container.text-colour-grey-extra-light .content{color:#D7D7D7}.container.heading-colour-grey-light .entry h3.heading svg path{stroke:#E8E8E8}.container.heading-colour-grey-light h3.heading{color:#E8E8E8}.container.text-colour-grey-light .content{color:#E8E8E8}.container.heading-colour-grey-medium .entry h3.heading svg path{stroke:#8A8A8A}.container.heading-colour-grey-medium h3.heading{color:#8A8A8A}.container.text-colour-grey-medium .content{color:#8A8A8A}.container.heading-colour-grey-dark .entry h3.heading svg path{stroke:#4A4A4A}.container.heading-colour-grey-dark h3.heading{color:#4A4A4A}.container.text-colour-grey-dark .content{color:#4A4A4A}";
4
4
 
5
5
  const BiggiveAccordion$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
6
6
  constructor() {