@madgex/fert 5.0.4 → 5.0.6

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 (126) hide show
  1. package/README.md +4 -5
  2. package/bin/cli.js +9 -30
  3. package/bin/commands/_service-command-bootstrap.js +6 -13
  4. package/bin/commands/build-tasks/build-tokens.js +8 -22
  5. package/bin/commands/build-tasks/bundle-entry.js +1 -4
  6. package/bin/commands/build.js +1 -0
  7. package/bin/commands/configs.js +17 -53
  8. package/bin/commands/dev-server.js +5 -14
  9. package/bin/commands/init.js +27 -117
  10. package/bin/commands/publish-tasks/asset-store-uploader.js +2 -5
  11. package/bin/commands/publish.js +10 -30
  12. package/bin/utils/configs.js +55 -95
  13. package/bin/utils/cpid-lookup.js +2 -2
  14. package/bin/utils/cpid-matches-git-remote.js +5 -10
  15. package/bin/utils/getSchemaMeta.js +1 -1
  16. package/bin/utils/index.js +14 -25
  17. package/bin/utils/lookup-cf-distribution-ids.js +2 -7
  18. package/bin/utils/resolve-external-assets.js +6 -15
  19. package/constants.js +3 -17
  20. package/package.json +17 -26
  21. package/repo-template/fert.config.js +3 -0
  22. package/repo-template/package.json +22 -0
  23. package/{repo-templates/template-basic → repo-template/services/jobseekers-frontend}/brand.json +6 -3
  24. package/repo-template/services/jobseekers-frontend/fert.service.config.js +7 -0
  25. package/repo-template/services/jobseekers-frontend/public/icons/user.svg +4 -0
  26. package/repo-template/services/jobseekers-frontend/public/images/favicon.ico +0 -0
  27. package/repo-template/services/jobseekers-frontend/public/images/fred.jpeg +0 -0
  28. package/repo-template/services/jobseekers-frontend/src/css/styles.scss +1152 -0
  29. package/repo-template/services/jobseekers-frontend/src/index.js +9 -0
  30. package/repo-template/services/jobseekers-frontend/src/js/recruiter-link.js +25 -0
  31. package/{repo-templates/template-bigworkbag → repo-template/services/jobseekers-frontend}/templates/context/footer-nav.njk +26 -26
  32. package/{repo-templates/template-bigworkbag → repo-template/services/jobseekers-frontend}/templates/context/main-nav.njk +40 -31
  33. package/{repo-templates/template-bigworkbag → repo-template/services/jobseekers-frontend}/templates/context/user-nav.njk +16 -16
  34. package/repo-template/services/jobseekers-frontend/templates/footer.njk +20 -0
  35. package/repo-template/services/jobseekers-frontend/templates/header.njk +74 -0
  36. package/repo-template/services/jobseekers-frontend/templates/includes/footer-nav.njk +15 -0
  37. package/repo-template/services/jobseekers-frontend/templates/includes/main-nav.njk +19 -0
  38. package/repo-template/services/jobseekers-frontend/templates/includes/user-nav/authenticated.njk +34 -0
  39. package/repo-template/services/jobseekers-frontend/templates/includes/user-nav/unauthenticated.njk +9 -0
  40. package/{repo-templates/template-bigworkbag → repo-template/services/jobseekers-frontend}/templates/translations/en.njk +1 -0
  41. package/server/index.js +2 -3
  42. package/server/plugins/hapi-vite.js +4 -2
  43. package/server/routes/views.js +1 -0
  44. package/server/view-manager.js +2 -5
  45. package/.prettierrc.js +0 -8
  46. package/bin/commands/configs.test.js +0 -182
  47. package/bin/utils/configs.test.js +0 -53
  48. package/bin/utils/persistent-cache-with-ttl.test.js +0 -42
  49. package/bin/utils/resolve-external-assets.test.js +0 -98
  50. package/eslint.config.mjs +0 -53
  51. package/repo-templates/globals/fert.config.js +0 -9
  52. package/repo-templates/template-basic/_gitignore +0 -6
  53. package/repo-templates/template-basic/package.json +0 -13
  54. package/repo-templates/template-basic/public/favicon.ico +0 -0
  55. package/repo-templates/template-basic/src/css/styles.scss +0 -11
  56. package/repo-templates/template-basic/src/index.js +0 -3
  57. package/repo-templates/template-basic/templates/footer.njk +0 -14
  58. package/repo-templates/template-basic/templates/header.njk +0 -14
  59. package/repo-templates/template-bigworkbag/_gitignore +0 -6
  60. package/repo-templates/template-bigworkbag/brand.json +0 -21
  61. package/repo-templates/template-bigworkbag/package.json +0 -13
  62. package/repo-templates/template-bigworkbag/public/favicon.ico +0 -0
  63. package/repo-templates/template-bigworkbag/public/fonts/mdgx-icons.eot +0 -0
  64. package/repo-templates/template-bigworkbag/public/fonts/mdgx-icons.svg +0 -71
  65. package/repo-templates/template-bigworkbag/public/fonts/mdgx-icons.ttf +0 -0
  66. package/repo-templates/template-bigworkbag/public/fonts/mdgx-icons.woff +0 -0
  67. package/repo-templates/template-bigworkbag/public/fonts/my-font.woff +0 -1
  68. package/repo-templates/template-bigworkbag/public/images/logo.png +0 -0
  69. package/repo-templates/template-bigworkbag/public/images/user-menu-pointer.svg +0 -4
  70. package/repo-templates/template-bigworkbag/src/css/breakpoints.scss +0 -17
  71. package/repo-templates/template-bigworkbag/src/css/clicky-menu.scss +0 -52
  72. package/repo-templates/template-bigworkbag/src/css/desktop-main-nav.scss +0 -25
  73. package/repo-templates/template-bigworkbag/src/css/desktop-user-nav.scss +0 -127
  74. package/repo-templates/template-bigworkbag/src/css/footer.scss +0 -77
  75. package/repo-templates/template-bigworkbag/src/css/header-top.scss +0 -29
  76. package/repo-templates/template-bigworkbag/src/css/leaderboard-ad.scss +0 -22
  77. package/repo-templates/template-bigworkbag/src/css/mobile-main-nav.scss +0 -68
  78. package/repo-templates/template-bigworkbag/src/css/mobile-user-nav.scss +0 -49
  79. package/repo-templates/template-bigworkbag/src/css/reset.scss +0 -91
  80. package/repo-templates/template-bigworkbag/src/css/styles.scss +0 -18
  81. package/repo-templates/template-bigworkbag/src/css/top-bar.scss +0 -13
  82. package/repo-templates/template-bigworkbag/src/css/typography.scss +0 -20
  83. package/repo-templates/template-bigworkbag/src/css/util.scss +0 -28
  84. package/repo-templates/template-bigworkbag/src/css/variables.scss +0 -9
  85. package/repo-templates/template-bigworkbag/src/index.js +0 -3
  86. package/repo-templates/template-bigworkbag/src/js/clicky-menus.js +0 -178
  87. package/repo-templates/template-bigworkbag/src/js/no-js.js +0 -10
  88. package/repo-templates/template-bigworkbag/templates/footer.njk +0 -68
  89. package/repo-templates/template-bigworkbag/templates/header.njk +0 -54
  90. package/repo-templates/template-bigworkbag/templates/includes/desktop-main-nav-items.njk +0 -18
  91. package/repo-templates/template-bigworkbag/templates/includes/desktop-user-nav/loggedin-items.njk +0 -28
  92. package/repo-templates/template-bigworkbag/templates/includes/desktop-user-nav/loggedout-items.njk +0 -9
  93. package/repo-templates/template-bigworkbag/templates/includes/desktop-user-nav/submenu-items.njk +0 -18
  94. package/repo-templates/template-bigworkbag/templates/includes/desktop-user-nav/user-nav.njk +0 -24
  95. package/repo-templates/template-bigworkbag/templates/includes/dev-console-context.njk +0 -7
  96. package/repo-templates/template-bigworkbag/templates/includes/mobile-main-nav-items.njk +0 -25
  97. package/repo-templates/template-bigworkbag/templates/includes/mobile-user-nav/loggedin-items.njk +0 -33
  98. package/repo-templates/template-bigworkbag/templates/includes/mobile-user-nav/loggedout-items.njk +0 -16
  99. package/repo-templates/template-bigworkbag/templates/includes/mobile-user-nav/user-nav.njk +0 -24
  100. package/repo-templates/template-bigworkbag/templates/svgs/arrow-down.svg +0 -3
  101. package/repo-templates/template-bigworkbag/templates/svgs/arrow-left.svg +0 -3
  102. package/repo-templates/template-bigworkbag/templates/svgs/arrow-right.svg +0 -3
  103. package/repo-templates/template-bigworkbag/templates/svgs/arrow-up.svg +0 -3
  104. package/repo-templates/template-bigworkbag/templates/svgs/cart.svg +0 -3
  105. package/repo-templates/template-bigworkbag/templates/svgs/facebook.svg +0 -3
  106. package/repo-templates/template-bigworkbag/templates/svgs/linkedin.svg +0 -3
  107. package/repo-templates/template-bigworkbag/templates/svgs/profile.svg +0 -5
  108. package/repo-templates/template-bigworkbag/templates/svgs/star-filled.svg +0 -3
  109. package/repo-templates/template-bigworkbag/templates/svgs/star-outline.svg +0 -3
  110. package/repo-templates/template-bigworkbag/templates/svgs/twitter.svg +0 -3
  111. package/repo-templates/template-bigworkbag/templates/svgs/youtube.svg +0 -3
  112. /package/{repo-templates/globals → repo-template}/jenkinsfile +0 -0
  113. /package/{repo-templates/template-basic → repo-template/services/jobseekers-frontend}/public/fonts/mdgx-icons.eot +0 -0
  114. /package/{repo-templates/template-basic → repo-template/services/jobseekers-frontend}/public/fonts/mdgx-icons.svg +0 -0
  115. /package/{repo-templates/template-basic → repo-template/services/jobseekers-frontend}/public/fonts/mdgx-icons.ttf +0 -0
  116. /package/{repo-templates/template-basic → repo-template/services/jobseekers-frontend}/public/fonts/mdgx-icons.woff +0 -0
  117. /package/{repo-templates/template-basic → repo-template/services/jobseekers-frontend}/public/fonts/my-font.woff +0 -0
  118. /package/{repo-templates/template-basic → repo-template/services/jobseekers-frontend}/public/images/logo.png +0 -0
  119. /package/{repo-templates/template-bigworkbag → repo-template/services/jobseekers-frontend}/templates/translations/da.njk +0 -0
  120. /package/{repo-templates/template-bigworkbag → repo-template/services/jobseekers-frontend}/templates/translations/de.njk +0 -0
  121. /package/{repo-templates/template-bigworkbag → repo-template/services/jobseekers-frontend}/templates/translations/es.njk +0 -0
  122. /package/{repo-templates/template-bigworkbag → repo-template/services/jobseekers-frontend}/templates/translations/fr.njk +0 -0
  123. /package/{repo-templates/template-bigworkbag → repo-template/services/jobseekers-frontend}/templates/translations/nb.njk +0 -0
  124. /package/{repo-templates/template-bigworkbag → repo-template/services/jobseekers-frontend}/templates/translations/nl.njk +0 -0
  125. /package/{repo-templates/template-bigworkbag → repo-template/services/jobseekers-frontend}/templates/translations/sv.njk +0 -0
  126. /package/{repo-templates/template-bigworkbag → repo-template/services/jobseekers-frontend}/templates/translations/zh-cn.njk +0 -0
@@ -0,0 +1,1152 @@
1
+ [scoped-v6],[scoped-v6] a,[scoped-v6] b,[scoped-v6] center,[scoped-v6] div,[scoped-v6] footer,[scoped-v6] header,[scoped-v6] html,[scoped-v6] i,[scoped-v6] img,[scoped-v6] label,[scoped-v6] li,[scoped-v6] menu,[scoped-v6] nav,[scoped-v6] ol,[scoped-v6] p,[scoped-v6] s,[scoped-v6] span,[scoped-v6] ul {
2
+ margin: 0;
3
+ padding: 0;
4
+ border: 0;
5
+ font: inherit
6
+ }
7
+
8
+ [scoped-v6] * {
9
+ -moz-box-sizing: border-box;
10
+ -webkit-box-sizing: border-box;
11
+ -o-box-sizing: border-box;
12
+ box-sizing: border-box;
13
+ position: relative;
14
+ word-wrap: break-word
15
+ }
16
+
17
+ [scoped-v6] html {
18
+ -webkit-text-size-adjust: none
19
+ }
20
+
21
+ [scoped-v6] {
22
+ background: #f4f6f6;
23
+ color: #565656;
24
+ font: 95%/1.4 Lato,'Helvetica Neue',Helvetica,sans-serif;
25
+ }
26
+
27
+ [scoped-v6] footer,[scoped-v6] header,[scoped-v6] menu,[scoped-v6] nav {
28
+ display: block
29
+ }
30
+
31
+ [scoped-v6] ol,[scoped-v6] p,[scoped-v6] ul {
32
+ margin: 0 0 .8em
33
+ }
34
+
35
+ [scoped-v6] .p {
36
+ font-size: 1em
37
+ }
38
+
39
+ [scoped-v6] ol,[scoped-v6] ul {
40
+ list-style-type: none;
41
+ list-style-position: outside
42
+ }
43
+
44
+ [scoped-v6] b {
45
+ font-weight: 700
46
+ }
47
+
48
+ [scoped-v6] i {
49
+ font-style: italic
50
+ }
51
+
52
+ [scoped-v6] img {
53
+ max-width: 100%;
54
+ -ms-interpolation-mode: bicubic;
55
+ box-sizing: content-box
56
+ }
57
+
58
+ [scoped-v6] a {
59
+ text-decoration: none
60
+ }
61
+
62
+ [scoped-v6] label {
63
+ margin-bottom: 3px;
64
+ display: block
65
+ }
66
+
67
+ [scoped-v6] select {
68
+ width: 100%;
69
+ margin: 0;
70
+ padding: 5px;
71
+ border-radius: 3px;
72
+ border: 1px solid #ddd;
73
+ font: inherit;
74
+ color: #686868;
75
+ background: #fff;
76
+ height: 33px
77
+ }
78
+
79
+ [scoped-v6] [readonly],[scoped-v6] select[disabled] {
80
+ opacity: .6;
81
+ cursor: not-allowed;
82
+ pointer-events: none
83
+ }
84
+
85
+ [scoped-v6] select[disabled] {
86
+ border: 1px dashed #ddd;
87
+ cursor: not-allowed;
88
+ pointer-events: none
89
+ }
90
+
91
+ [scoped-v6] .button {
92
+ padding: 5px 10px;
93
+ font: inherit;
94
+ border: 1px solid transparent;
95
+ border-radius: 3px;
96
+ color: #fff;
97
+ font-weight: 400;
98
+ text-align: center;
99
+ -webkit-appearance: none;
100
+ cursor: pointer;
101
+ display: inline-block;
102
+ margin: 0;
103
+ word-wrap: normal;
104
+ font-family: inherit
105
+ }
106
+
107
+ [scoped-v6] .button:focus,[scoped-v6] .button:hover {
108
+ color: #fff
109
+ }
110
+
111
+ [scoped-v6] .button--secondary {
112
+ color: #565656;
113
+ background: #eee;
114
+ border: 1px solid #eee
115
+ }
116
+
117
+ [scoped-v6] .button--secondary:focus,[scoped-v6] .button--secondary:hover {
118
+ color: #565656
119
+ }
120
+
121
+ [scoped-v6] .button--block {
122
+ display: block;
123
+ width: 100%;
124
+ text-align: left
125
+ }
126
+
127
+ [scoped-v6] .skip-to-content {
128
+ left: 0;
129
+ margin: 0;
130
+ position: absolute;
131
+ top: 0
132
+ }
133
+
134
+ [scoped-v6] .skip-to-content a {
135
+ background-color: #eee;
136
+ border: 5px solid #ccc;
137
+ font-size: 120%;
138
+ font-weight: 700;
139
+ left: -10000px;
140
+ padding: 10px 15px;
141
+ position: absolute;
142
+ text-align: center;
143
+ width: 10em;
144
+ border-radius: 3px
145
+ }
146
+
147
+ [scoped-v6] .skip-to-content a:focus {
148
+ left: 0;
149
+ z-index: 1000
150
+ }
151
+
152
+ @media only screen and (max-width:550px) {
153
+ [scoped-v6] select {
154
+ padding: 10px 5px;
155
+ height: 43px
156
+ }
157
+
158
+ [scoped-v6] .button {
159
+ padding-top: 10px;
160
+ padding-bottom: 10px
161
+ }
162
+
163
+ [scoped-v6] .palm-hidden {
164
+ position: absolute;
165
+ left: -99999px;
166
+ top: 0;
167
+ width: 1px;
168
+ height: 1px;
169
+ overflow: hidden
170
+ }
171
+
172
+ .js [scoped-v6] .js-palm-hide,[scoped-v6] .palm-hide {
173
+ display: none
174
+ }
175
+
176
+ .js [scoped-v6] .primary-logo {
177
+ max-width: 80%
178
+ }
179
+ }
180
+
181
+ [scoped-v6] .align-items-center {
182
+ -ms-flex-align: center;
183
+ align-items: center;
184
+ }
185
+
186
+ @font-face {
187
+ font-family:mdgx-icons;src:url('/public/fonts/mdgx-icons.eot');
188
+ src:url('/public/fonts/mdgx-icons.eot#iefix') format('embedded-opentype'),
189
+ url('/public/fonts/mdgx-icons.woff') format('woff'),
190
+ url('/public/fonts/mdgx-icons.ttf') format('truetype'),
191
+ url('/public/fonts/mdgx-icons.svg#mdgx-icons') format('svg');font-weight:400;font-style:normal
192
+ }
193
+
194
+ [scoped-v6] [data-icon].icon-after:after,[scoped-v6] [data-icon].icon-before:before {
195
+ font-family: mdgx-icons;
196
+ content: attr(data-icon);
197
+ speak: none;
198
+ font-weight: 400;
199
+ font-variant: normal;
200
+ text-transform: none;
201
+ line-height: 1;
202
+ padding: 0 0 0 5px;
203
+ color: inherit;
204
+ font-style: normal
205
+ }
206
+
207
+ [scoped-v6] [data-icon].icon-before:before {
208
+ padding: 0 5px 0 0
209
+ }
210
+
211
+ [scoped-v6] [data-icon].icon-after.icon-white:after,[scoped-v6] [data-icon].icon-before.icon-white:before {
212
+ color: #fff
213
+ }
214
+
215
+ [scoped-v6] [data-icon].icon--no-padding:after,[scoped-v6] [data-icon].icon--no-padding:before {
216
+ padding: 0
217
+ }
218
+
219
+ [scoped-v6] .container {
220
+ width: 100%;
221
+ min-width: 320px;
222
+ margin: 0 auto;
223
+ background: #fff;
224
+ box-shadow: 0 0 4px rgba(0,0,0,.08)
225
+ }
226
+
227
+ [scoped-v6] .wrapper {
228
+ width: 92%
229
+ }
230
+
231
+ [scoped-v6] .primary-nav .wrapper {
232
+ width: 100%
233
+ }
234
+
235
+ [scoped-v6] .primary-nav__items {
236
+ margin: 0
237
+ }
238
+
239
+ [scoped-v6] .primary-nav__item {
240
+ float: left;
241
+ border-right: 1px solid rgba(255,255,255,.3);
242
+ padding-right: 12px;
243
+ margin-right: 12px
244
+ }
245
+
246
+ [scoped-v6] .primary-nav__item a {
247
+ color: #fff
248
+ }
249
+
250
+ [scoped-v6] .primary-nav__item a:focus,[scoped-v6] .primary-nav__item a:hover {
251
+ opacity: .8
252
+ }
253
+
254
+ [scoped-v6] .primary-nav__item a:focus,[scoped-v6] .primary-nav__item a:hover,[scoped-v6] .primary-nav__item--active a {
255
+ color: #fff
256
+ }
257
+
258
+ [scoped-v6] .primary-nav__item--last {
259
+ padding-right: 0;
260
+ margin-right: 0;
261
+ border: 0
262
+ }
263
+
264
+ [scoped-v6] .primary-logo {
265
+ padding: 30px 0 20px;
266
+ max-width: 360px;
267
+ min-height: 110px
268
+ }
269
+
270
+ @media only screen and (max-width:750px) {
271
+ .js [scoped-v6] .primary-logo {
272
+ padding: 0 0 10px;
273
+ min-height: 0;
274
+ margin: 0 auto;
275
+ text-align: center
276
+ }
277
+ }
278
+
279
+ [scoped-v6] .banner {
280
+ margin-bottom: 20px
281
+ }
282
+
283
+ [scoped-v6] .sector-nav .wrapper {
284
+ width: 100%;
285
+ padding: 10px 4%
286
+ }
287
+
288
+ [scoped-v6] .secondary-nav__items {
289
+ margin: 0
290
+ }
291
+
292
+ [scoped-v6] .secondary-nav .jobseekers,[scoped-v6] .secondary-nav .recruiters {
293
+ z-index: 500;
294
+ position: absolute;
295
+ top: 20px;
296
+ right: 0
297
+ }
298
+
299
+ [scoped-v6] .secondary-nav .jobseekers {
300
+ top: 67px
301
+ }
302
+
303
+ [scoped-v6] .secondary-nav .jobseekers__items,[scoped-v6] .secondary-nav .recruiters__items {
304
+ margin: 0
305
+ }
306
+
307
+ [scoped-v6] .secondary-nav .jobseekers__item,[scoped-v6] .secondary-nav .recruiters__item {
308
+ float: left
309
+ }
310
+
311
+ [scoped-v6] .secondary-nav .jobseekers a {
312
+ padding: 3px;
313
+ display: inline-block
314
+ }
315
+
316
+ [scoped-v6] .secondary-nav .jobseekers__item--shortlist,[scoped-v6] .secondary-nav .jobseekers__item--username,[scoped-v6] .secondary-nav .recruiters__item--sign-in {
317
+ border-right: 1px solid #ccc;
318
+ margin-right: 12px;
319
+ padding-right: 12px
320
+ }
321
+
322
+ [scoped-v6] .secondary-nav .jobseekers .or {
323
+ padding: 0 5px
324
+ }
325
+
326
+ [scoped-v6] .secondary-nav .jobseekers__item--sign-out a {
327
+ padding-right: 0
328
+ }
329
+
330
+ [scoped-v6] .secondary-nav .jobseekers [data-icon]:after {
331
+ font-size: 17px;
332
+ padding: 0 0 0 5px
333
+ }
334
+
335
+ [scoped-v6] .secondary-nav .jobseekers [data-icon]:before {
336
+ padding: 0 5px
337
+ }
338
+
339
+ [scoped-v6] .sector-nav {
340
+ background: #ddd
341
+ }
342
+
343
+ [scoped-v6] .sector-nav__items {
344
+ margin: 0
345
+ }
346
+
347
+ [scoped-v6] .sector-nav__item {
348
+ float: left;
349
+ padding-right: 10px;
350
+ margin-right: 10px
351
+ }
352
+
353
+ [scoped-v6] .sector-nav__item--label:after {
354
+ content: ':'
355
+ }
356
+
357
+ [scoped-v6] .secondary-nav .user-nav .user-nav__toggle,[scoped-v6] .sector-nav--smallscreen {
358
+ display: none
359
+ }
360
+
361
+ .js [scoped-v6] .user-nav .user-nav__toggle {
362
+ display: block
363
+ }
364
+
365
+ .js [scoped-v6] .user-nav .user-nav__toggle:before {
366
+ font-size: 17px
367
+ }
368
+
369
+ .js [scoped-v6] .user-nav .user-nav__toggle .user-nav__triangle:after {
370
+ font-size: 13px
371
+ }
372
+
373
+ .js [scoped-v6] .user-nav.nav-toggles__item--active .user-nav__triangle:after {
374
+ content: '\25b2'
375
+ }
376
+
377
+ .js [scoped-v6] .user-nav__items {
378
+ display: none;
379
+ position: absolute;
380
+ top: 38px;
381
+ right: 0;
382
+ margin: 0;
383
+ background: #fff;
384
+ width: 100%;
385
+ padding: 0 8px;
386
+ border: 1px solid #ccc;
387
+ min-width: 170px
388
+ }
389
+
390
+ .js [scoped-v6] .user-nav__items.togglable-nav--active {
391
+ display: block
392
+ }
393
+
394
+ .js [scoped-v6] .user-nav__items:after,.js [scoped-v6] .user-nav__items:before {
395
+ content: ' ';
396
+ position: absolute;
397
+ width: 0;
398
+ height: 0;
399
+ border-style: solid;
400
+ border-width: 0 10px 10px;
401
+ border-color: transparent
402
+ }
403
+
404
+ .js [scoped-v6] .user-nav__items:before {
405
+ top: -11px;
406
+ right: 10px;
407
+ border-width: 0 11px 11px;
408
+ border-bottom-color: #ccc
409
+ }
410
+
411
+ .js [scoped-v6] .user-nav__items:after {
412
+ top: -10px;
413
+ right: 11px;
414
+ border-bottom-color: #fff
415
+ }
416
+
417
+ [scoped-v6] .user-nav__item {
418
+ float: left;
419
+ padding-right: 12px;
420
+ margin-right: 12px;
421
+ border-right: 1px solid #ccc
422
+ }
423
+
424
+ [scoped-v6] .user-nav__item--last {
425
+ border: 0;
426
+ padding-right: 0;
427
+ margin: 0
428
+ }
429
+
430
+ [scoped-v6] .user-nav__item--label {
431
+ display: none
432
+ }
433
+
434
+ .js [scoped-v6] .user-nav__item {
435
+ float: none;
436
+ padding: 0;
437
+ border-bottom: 1px solid #eee;
438
+ border-right: 0;
439
+ margin: 0
440
+ }
441
+
442
+ .js [scoped-v6] .secondary-nav .user-nav__item a {
443
+ color: #666;
444
+ display: block;
445
+ padding: 10px
446
+ }
447
+
448
+ .js [scoped-v6] .user-nav__item--last {
449
+ border: 0
450
+ }
451
+
452
+ [scoped-v6] .banner--link-bar .top-bar {
453
+ padding: 10px 0;
454
+ background: #eee
455
+ }
456
+
457
+ [scoped-v6] .banner--link-bar .recruiters__item--button a {
458
+ padding: 3px 10px
459
+ }
460
+
461
+ [scoped-v6] .banner--link-bar .secondary-nav .jobseekers {
462
+ margin-right: 30px
463
+ }
464
+
465
+ @media only screen and (min-width:750px) {
466
+ [scoped-v6] .banner--link-bar .secondary-nav__items {
467
+ float: right
468
+ }
469
+ }
470
+
471
+ [scoped-v6] .banner--link-bar .secondary-nav__item {
472
+ position: static;
473
+ float: left
474
+ }
475
+
476
+ @media only screen and (max-width:750px) {
477
+ .js [scoped-v6] .secondary-nav .user-nav__items {
478
+ display: block;
479
+ position: static;
480
+ box-shadow: none;
481
+ padding: 0;
482
+ border: none
483
+ }
484
+
485
+ .js [scoped-v6] .secondary-nav .jobseekers a.user-nav__toggle {
486
+ display: none
487
+ }
488
+
489
+ .js [scoped-v6] .secondary-nav .user-nav__item--label {
490
+ display: block;
491
+ color: #343434;
492
+ background: #eee;
493
+ padding: 14px 12px
494
+ }
495
+
496
+ .js [scoped-v6] .user-nav__items:after,.js [scoped-v6] .user-nav__items:before {
497
+ content: none
498
+ }
499
+
500
+ [scoped-v6] .banner {
501
+ border-bottom: 1px solid #ddd
502
+ }
503
+
504
+ .js [scoped-v6] .primary-logo {
505
+ padding: 0 0 10px;
506
+ min-height: 0;
507
+ margin: 0 auto;
508
+ text-align: center
509
+ }
510
+
511
+ .js [scoped-v6] .nav-toggles .jobseekers__item--shortlist [data-icon]:after {
512
+ padding-left: 7px
513
+ }
514
+
515
+ .js [scoped-v6] .nav-toggles .jobseekers__item--shortlist {
516
+ float: right;
517
+ border: 0;
518
+ margin: 0;
519
+ padding: 0
520
+ }
521
+
522
+ .js [scoped-v6] .primary-nav .wrapper {
523
+ background: 0 0;
524
+ padding: 0
525
+ }
526
+
527
+ .js [scoped-v6] .primary-nav .wrapper,.js [scoped-v6] .primary-nav__items {
528
+ width: auto
529
+ }
530
+
531
+ .js [scoped-v6] .togglable-nav .jobseekers__item--shortlist,.js [scoped-v6] .togglable-nav .recruiters,[scoped-v6] .togglable-nav .jobseekers__item .text {
532
+ display: none
533
+ }
534
+
535
+ .js [scoped-v6] .secondary-nav .jobseekers a {
536
+ color: #343433;
537
+ display: block;
538
+ padding: 14px 12px;
539
+ text-decoration: none
540
+ }
541
+
542
+ .js [scoped-v6] .secondary-nav .jobseekers [data-icon]:after {
543
+ color: #343433
544
+ }
545
+
546
+ .js [scoped-v6] .banner--link-bar .secondary-nav .jobseekers {
547
+ margin: 0
548
+ }
549
+
550
+ .js [scoped-v6] .shortlist-nav .shortlist-nav__button {
551
+ color: #fff
552
+ }
553
+
554
+ [scoped-v6] .sector-nav--smallscreen {
555
+ display: block
556
+ }
557
+
558
+ .js [scoped-v6] .primary-nav .sector-nav__item--label {
559
+ background: #eee;
560
+ padding: 14px 12px;
561
+ color: #565656
562
+ }
563
+
564
+ .js [scoped-v6] .primary-nav.togglable-nav .recruiters__item--link {
565
+ display: block;
566
+ background: #eee;
567
+ border: none;
568
+ text-align: left;
569
+ color: inherit
570
+ }
571
+
572
+ .js [scoped-v6] .primary-nav .recruiters__item--link:after {
573
+ color: inherit
574
+ }
575
+ }
576
+
577
+ @media only screen and (min-width:750px) {
578
+ .js [scoped-v6] .primary-nav .recruiters__item--link {
579
+ display: none
580
+ }
581
+
582
+ .js [scoped-v6] .primary-nav .recruiters__item--link-wrapper {
583
+ padding: 0
584
+ }
585
+ }
586
+
587
+ [scoped-v6] .nav-toggles {
588
+ display: none;
589
+ margin: 0
590
+ }
591
+
592
+ [scoped-v6] .nav-toggles__item--primary {
593
+ float: left
594
+ }
595
+
596
+ [scoped-v6] .nav-toggles__item--secondary {
597
+ float: right
598
+ }
599
+
600
+ @media only screen and (max-width:750px) {
601
+ .js [scoped-v6] .top-bar {
602
+ margin-bottom: 10px;
603
+ height: 48px;
604
+ background: 0 0;
605
+ padding: 0
606
+ }
607
+
608
+ .js [scoped-v6] .top-bar .wrapper {
609
+ width: 100%
610
+ }
611
+
612
+ .js [scoped-v6] .top-bar a {
613
+ display: block;
614
+ color: #fff
615
+ }
616
+
617
+ .js [scoped-v6] .nav-toggles {
618
+ display: block
619
+ }
620
+
621
+ .js [scoped-v6] .nav-toggles a {
622
+ padding: 10px 13px;
623
+ height: 48px
624
+ }
625
+
626
+ .js [scoped-v6] .nav-toggles .primary a {
627
+ padding: 12px
628
+ }
629
+
630
+ .js [scoped-v6] .nav-toggles [data-icon]:after {
631
+ font-size: 26px;
632
+ padding: 0;
633
+ vertical-align: middle
634
+ }
635
+
636
+ .js [scoped-v6] .nav-toggles .burger {
637
+ border-top-style: solid;
638
+ border-top-width: 5px;
639
+ border-bottom-style: double;
640
+ border-bottom-width: 14px;
641
+ height: 23px;
642
+ display: block;
643
+ width: 32px;
644
+ top: 3px
645
+ }
646
+
647
+ .js [scoped-v6] .nav-toggles__item--active a {
648
+ background: #fff
649
+ }
650
+
651
+ .js [scoped-v6] .togglable-nav {
652
+ width: 100%;
653
+ padding: 0;
654
+ background: #fff;
655
+ z-index: 2000;
656
+ margin: 0;
657
+ display: none;
658
+ position: absolute;
659
+ top: 48px;
660
+ left: 0;
661
+ border-bottom: 5px solid #aaa
662
+ }
663
+
664
+ .js [scoped-v6] .togglable-nav--active {
665
+ display: block
666
+ }
667
+
668
+ .js [scoped-v6] .togglable-nav__item {
669
+ position: static;
670
+ float: none;
671
+ border: 0;
672
+ border-bottom: 1px solid #eee;
673
+ padding: 0;
674
+ margin: 0;
675
+ color: #888
676
+ }
677
+
678
+ .js [scoped-v6] .togglable-nav__item--last {
679
+ border: 0
680
+ }
681
+
682
+ .js [scoped-v6] .togglable-nav a {
683
+ color: #343433;
684
+ display: block;
685
+ padding: 14px 12px;
686
+ text-decoration: none
687
+ }
688
+ }
689
+
690
+ [scoped-v6] .contentinfo {
691
+ padding: 0 0 20px;
692
+ margin-top: 50px;
693
+ background: #333
694
+ }
695
+
696
+ [scoped-v6] .contentinfo .content {
697
+ padding: 30px 0
698
+ }
699
+
700
+ [scoped-v6] .culture-nav__item,[scoped-v6] .tertiary-nav__item {
701
+ float: left;
702
+ margin-right: 12px;
703
+ padding-right: 12px;
704
+ border-right: 1px solid rgba(255,255,255,.2)
705
+ }
706
+
707
+ [scoped-v6] .culture-nav__item--active {
708
+ color: #aaa
709
+ }
710
+
711
+ [scoped-v6] .culture-nav__item:last-child,[scoped-v6] .tertiary-nav__item:last-child {
712
+ border: 0;
713
+ margin: 0;
714
+ padding: 0
715
+ }
716
+
717
+ [scoped-v6] .contentinfo .copyright {
718
+ color: #aaa;
719
+ font-size: .9em
720
+ }
721
+
722
+ [scoped-v6] .copyright a,[scoped-v6] .culture-nav a,[scoped-v6] .tertiary-nav a {
723
+ color: #fff
724
+ }
725
+
726
+ [scoped-v6] .copyright a:hover,[scoped-v6] .culture-nav a:hover,[scoped-v6] .tertiary-nav a:hover {
727
+ color: #fff;
728
+ opacity: .8
729
+ }
730
+
731
+ [scoped-v6] .back-to-top {
732
+ display: none;
733
+ background: #eee;
734
+ padding: 10px
735
+ }
736
+
737
+ @media only screen and (max-width:795px) {
738
+ [scoped-v6] .back-to-top {
739
+ display: block;
740
+ border-top: 1px solid #ddd
741
+ }
742
+ }
743
+
744
+ @media only screen and (max-width:550px) {
745
+ [scoped-v6] .tertiary-nav__item {
746
+ float: none;
747
+ border: 0;
748
+ border-bottom: 1px solid #888;
749
+ margin: 0;
750
+ padding: 0
751
+ }
752
+
753
+ [scoped-v6] .tertiary-nav a {
754
+ display: block;
755
+ padding: 10px 0
756
+ }
757
+ }
758
+
759
+ @-webkit-keyframes throb {
760
+ 0% {
761
+ color: #fff
762
+ }
763
+
764
+ 100% {
765
+ color: #6d6d6d
766
+ }
767
+ }
768
+
769
+ @-moz-keyframes throb {
770
+ 0% {
771
+ color: #fff
772
+ }
773
+
774
+ 100% {
775
+ color: #6d6d6d
776
+ }
777
+ }
778
+
779
+ @keyframes throb {
780
+ 0% {
781
+ color: #fff
782
+ }
783
+
784
+ 100% {
785
+ color: #6d6d6d
786
+ }
787
+ }
788
+
789
+ @-webkit-keyframes rotate {
790
+ 100% {
791
+ -webkit-transform: rotate(360deg)
792
+ }
793
+ }
794
+
795
+ @keyframes rotate {
796
+ 100% {
797
+ transform: rotate(360deg)
798
+ }
799
+ }
800
+
801
+ [scoped-v6] .message {
802
+ padding: 10px;
803
+ margin-bottom: 20px;
804
+ border-radius: 4px
805
+ }
806
+
807
+ [scoped-v6] .message__link {
808
+ text-decoration: underline
809
+ }
810
+
811
+ [scoped-v6] .cf:after,[scoped-v6] .cf:before {
812
+ content: '';
813
+ display: table
814
+ }
815
+
816
+ [scoped-v6] .cf:after {
817
+ clear: both
818
+ }
819
+
820
+ [scoped-v6] .cf {
821
+ zoom: 1
822
+ }
823
+
824
+ [scoped-v6] .center-text {
825
+ text-align: center!important
826
+ }
827
+
828
+ [scoped-v6] .right-text {
829
+ text-align: right!important
830
+ }
831
+
832
+ [scoped-v6] .no-padding {
833
+ padding: 0!important
834
+ }
835
+
836
+ [scoped-v6] .block-level {
837
+ display: block!important
838
+ }
839
+
840
+ [scoped-v6] .position-static {
841
+ position: static
842
+ }
843
+
844
+ .js [scoped-v6] .js-hide,[scoped-v6] .hide {
845
+ display: none
846
+ }
847
+
848
+ [scoped-v6] .hidden {
849
+ margin: -1px;
850
+ border: 0;
851
+ padding: 0;
852
+ height: 1px;
853
+ width: 1px;
854
+ overflow: hidden;
855
+ position: absolute;
856
+ clip: rect(0 0 0 0)
857
+ }
858
+
859
+ [scoped-v6] .no-margin {
860
+ margin: 0!important
861
+ }
862
+
863
+ [scoped-v6] .padding-right-5 {
864
+ padding-right: 5px!important
865
+ }
866
+
867
+ [scoped-v6] .padding-right-10 {
868
+ padding-right: 10px!important
869
+ }
870
+
871
+ [scoped-v6] .padding-right-20 {
872
+ padding-right: 20px!important
873
+ }
874
+
875
+ [scoped-v6] .padding-top-5 {
876
+ padding-top: 5px!important
877
+ }
878
+
879
+ [scoped-v6] .padding-top-10 {
880
+ padding-top: 10px!important
881
+ }
882
+
883
+ [scoped-v6] .padding-top-20 {
884
+ padding-top: 20px!important
885
+ }
886
+
887
+ [scoped-v6] .padding-bottom-5 {
888
+ padding-bottom: 5px!important
889
+ }
890
+
891
+ [scoped-v6] .padding-bottom-10 {
892
+ padding-bottom: 10px!important
893
+ }
894
+
895
+ [scoped-v6] .padding-bottom-20 {
896
+ padding-bottom: 20px!important
897
+ }
898
+
899
+ [scoped-v6] .padding-bottom-40 {
900
+ padding-bottom: 40px!important
901
+ }
902
+
903
+ [scoped-v6] .no-padding-bottom {
904
+ padding-bottom: 0!important
905
+ }
906
+
907
+ [scoped-v6] .margin-top-5 {
908
+ margin-top: 5px!important
909
+ }
910
+
911
+ [scoped-v6] .margin-top-10 {
912
+ margin-top: 10px!important
913
+ }
914
+
915
+ [scoped-v6] .margin-top-15 {
916
+ margin-top: 15px!important
917
+ }
918
+
919
+ [scoped-v6] .margin-top-20 {
920
+ margin-top: 20px!important
921
+ }
922
+
923
+ [scoped-v6] .margin-bottom-5 {
924
+ margin-bottom: 5px!important
925
+ }
926
+
927
+ [scoped-v6] .margin-bottom-10 {
928
+ margin-bottom: 10px!important
929
+ }
930
+
931
+ @media only screen and (max-width:550px) {
932
+ [scoped-v6] .palm-center-text {
933
+ text-align: center!important
934
+ }
935
+
936
+ [scoped-v6] .palm-right-text {
937
+ text-align: right!important
938
+ }
939
+
940
+ [scoped-v6] .palm-block-level {
941
+ display: block!important
942
+ }
943
+
944
+ [scoped-v6] .palm-margin-bottom-10 {
945
+ margin-bottom: 10px!important
946
+ }
947
+
948
+ [scoped-v6] .palm-margin-bottom-15 {
949
+ margin-bottom: 15px!important
950
+ }
951
+
952
+ [scoped-v6] .palm-margin-bottom-5 {
953
+ margin-bottom: 5px!important
954
+ }
955
+
956
+ [scoped-v6] .palm-margin-top-10 {
957
+ margin-top: 10px!important
958
+ }
959
+
960
+ [scoped-v6] .palm-margin-right-0 {
961
+ margin-right: 0!important
962
+ }
963
+
964
+ [scoped-v6] .palm-margin-right-10 {
965
+ margin-right: 10px!important
966
+ }
967
+
968
+ [scoped-v6] .palm-margin-right-20 {
969
+ margin-right: 20px!important
970
+ }
971
+
972
+ [scoped-v6] .palm-block {
973
+ margin-bottom: 20px
974
+ }
975
+ }
976
+
977
+ [scoped-v6] .margin-bottom-20 {
978
+ margin-bottom: 20px
979
+ }
980
+
981
+ [scoped-v6] .margin-right-5 {
982
+ margin-right: 5px!important
983
+ }
984
+
985
+ [scoped-v6] .margin-right-10 {
986
+ margin-right: 10px!important
987
+ }
988
+
989
+ [scoped-v6] .margin-right-20 {
990
+ margin-right: 20px!important
991
+ }
992
+
993
+ [scoped-v6] .block {
994
+ margin-bottom: 20px
995
+ }
996
+
997
+ [scoped-v6] .z-index-bump {
998
+ z-index: 500!important
999
+ }
1000
+
1001
+ [scoped-v6] .badge {
1002
+ color: #fff;
1003
+ font-size: .7em;
1004
+ position: absolute;
1005
+ padding: 2px 10px;
1006
+ top: -1px;
1007
+ margin: 0;
1008
+ text-transform: uppercase;
1009
+ cursor: help
1010
+ }
1011
+
1012
+ [scoped-v6] .badge--right {
1013
+ right: 0
1014
+ }
1015
+
1016
+ @media only screen and (max-width:550px) {
1017
+ [scoped-v6] .tinynav {
1018
+ display: block;
1019
+ margin-bottom: 10px
1020
+ }
1021
+ }
1022
+
1023
+ [scoped-v6] .create-profile {
1024
+ display: table
1025
+ }
1026
+
1027
+ @media only screen and (max-width:750px) {
1028
+ [scoped-v6] .create-profile {
1029
+ display: block
1030
+ }
1031
+ }
1032
+
1033
+ [scoped-v6] .create-profile [data-icon]:after {
1034
+ padding: 0 6px;
1035
+ font-size: 1.7rem;
1036
+ color: #aaa
1037
+ }
1038
+
1039
+ [scoped-v6] .home .sector-nav {
1040
+ display: none
1041
+ }
1042
+
1043
+ [scoped-v6] .ad,[scoped-v6] .ad>* {
1044
+ text-align: center
1045
+ }
1046
+
1047
+ [scoped-v6] .ad>* {
1048
+ margin: 0 auto
1049
+ }
1050
+
1051
+ [scoped-v6] .ad--mobileleaderboard {
1052
+ display: none
1053
+ }
1054
+
1055
+ @media only screen and (max-width:750px) {
1056
+ [scoped-v6] .ad--mobileleaderboard {
1057
+ display: block;
1058
+ padding: 0 0 15px;
1059
+ min-height: 65px
1060
+ }
1061
+ }
1062
+
1063
+ [scoped-v6] .ad--mobileleaderboard__wrapper {
1064
+ max-width: 320px;
1065
+ margin: 0 auto
1066
+ }
1067
+
1068
+ [scoped-v6] .ad--button {
1069
+ margin-bottom: 10px
1070
+ }
1071
+
1072
+ [scoped-v6] button::-moz-focus-inner {
1073
+ padding: 0;
1074
+ border: 0
1075
+ }
1076
+
1077
+ @media print {
1078
+ [scoped-v6] .ad,[scoped-v6] footer.contentinfo,[scoped-v6] header.banner {
1079
+ display: none
1080
+ }
1081
+ }
1082
+
1083
+ [scoped-v6] .active-link a,[scoped-v6] a,[scoped-v6] a:focus,[scoped-v6] a:hover {
1084
+ color: #005689
1085
+ }
1086
+
1087
+ [scoped-v6] .button--brand {
1088
+ background: #303030
1089
+ }
1090
+
1091
+ [scoped-v6] .banner {
1092
+ background: #00a99d
1093
+ }
1094
+
1095
+ [scoped-v6] .secondary-nav .jobseekers [data-icon]:after,[scoped-v6] .secondary-nav .jobseekers [data-icon]:before,[scoped-v6] .secondary-nav .jobseekers a {
1096
+ color: #000
1097
+ }
1098
+
1099
+ @media only screen and (max-width:750px) {
1100
+ .js [scoped-v6] .top-bar {
1101
+ background: #303030
1102
+ }
1103
+
1104
+ [scoped-v6] .nav-toggles .burger {
1105
+ border-top-color: #fff;
1106
+ border-bottom-color: #fff
1107
+ }
1108
+
1109
+ .js [scoped-v6] .nav-toggles [data-icon]:after,.js [scoped-v6] .nav-toggles a,.js [scoped-v6] .nav-toggles a:hover {
1110
+ color: #fff
1111
+ }
1112
+
1113
+ .js [scoped-v6] .nav-toggles .nav-toggles__item--active .burger {
1114
+ border-top-color: #303030;
1115
+ border-bottom-color: #303030
1116
+ }
1117
+
1118
+ .js [scoped-v6] .nav-toggles .nav-toggles__item--active [data-icon]:after,.js [scoped-v6] .nav-toggles .nav-toggles__item--active a,.js [scoped-v6] .nav-toggles .nav-toggles__item--active a:hover {
1119
+ color: #303030
1120
+ }
1121
+ }
1122
+
1123
+ [scoped-v6] .primary-nav {
1124
+ background: #303030
1125
+ }
1126
+
1127
+ [scoped-v6] .container {
1128
+ max-width: 100%
1129
+ }
1130
+
1131
+ [scoped-v6] .wrapper {
1132
+ width: calc(100% - 20px);
1133
+ max-width: 1280px;
1134
+ margin: 0 auto;
1135
+ padding: 0 1.5%
1136
+ }
1137
+
1138
+ [scoped-v6] .primary-nav .wrapper {
1139
+ padding: 10px 1.5%
1140
+ }
1141
+
1142
+ [scoped-v6] .secondary-nav .jobseekers__item--shortlist,[scoped-v6] .secondary-nav .jobseekers__item--username,[scoped-v6] .secondary-nav .recruiters__item--sign-in {
1143
+ border-color: #303030
1144
+ }
1145
+
1146
+ [scoped-v6] .secondary-nav .jobseekers .or {
1147
+ color: #303030
1148
+ }
1149
+
1150
+ [scoped-v6] .secondary-nav .user-nav__item a {
1151
+ color: #666
1152
+ }