pxt-arcade 1.10.21 → 1.10.23

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 (82) hide show
  1. package/built/sim.js +87 -33
  2. package/built/target.js +143 -143
  3. package/built/target.json +143 -143
  4. package/built/targetlight.json +5 -5
  5. package/docs/graveyard/.checkdocs-ignore +1 -0
  6. package/docs/graveyard/.crowdinignore +1 -0
  7. package/docs/{skillmap → graveyard/skillmap}/beginner-skillmap-2.md +0 -0
  8. package/docs/{skillmap → graveyard/skillmap}/clicker/clicker1.md +0 -0
  9. package/docs/{skillmap → graveyard/skillmap}/clicker/clicker2.md +0 -0
  10. package/docs/{skillmap → graveyard/skillmap}/clicker/clicker3.md +0 -0
  11. package/docs/{skillmap → graveyard/skillmap}/clicker/clicker4.md +0 -0
  12. package/docs/{skillmap → graveyard/skillmap}/clicker/clicker4a.md +0 -0
  13. package/docs/{skillmap → graveyard/skillmap}/clicker/clicker5.md +0 -0
  14. package/docs/{skillmap → graveyard/skillmap}/collector/collector1.md +0 -0
  15. package/docs/{skillmap → graveyard/skillmap}/collector/collector1a.md +0 -0
  16. package/docs/{skillmap → graveyard/skillmap}/collector/collector2.md +0 -0
  17. package/docs/{skillmap → graveyard/skillmap}/collector/collector3.md +0 -0
  18. package/docs/{skillmap → graveyard/skillmap}/collector/collector3a.md +0 -0
  19. package/docs/{skillmap → graveyard/skillmap}/collector/collector4.md +0 -0
  20. package/docs/{skillmap → graveyard/skillmap}/collector/collector5.md +0 -0
  21. package/docs/{skillmap → graveyard/skillmap}/collector/scroller.ts +0 -0
  22. package/docs/{skillmap → graveyard/skillmap}/forest/forest1.md +0 -0
  23. package/docs/{skillmap → graveyard/skillmap}/forest/forest2.md +0 -0
  24. package/docs/{skillmap → graveyard/skillmap}/forest/forest3.md +0 -0
  25. package/docs/{skillmap → graveyard/skillmap}/forest/forest4.md +0 -0
  26. package/docs/{skillmap → graveyard/skillmap}/forest/forest5.md +0 -0
  27. package/docs/{skillmap → graveyard/skillmap}/forest/forest6.md +0 -0
  28. package/docs/{skillmap → graveyard/skillmap}/forest-old.md +0 -0
  29. package/docs/{skillmap → graveyard/skillmap}/long-shark.md +0 -0
  30. package/docs/{skillmap → graveyard/skillmap}/star-sing2/star1.md +0 -0
  31. package/docs/{skillmap → graveyard/skillmap}/star-sing2/star2.md +0 -0
  32. package/docs/{skillmap → graveyard/skillmap}/star-sing2/star3.md +0 -0
  33. package/docs/{skillmap → graveyard/skillmap}/star-sing2/star4.md +0 -0
  34. package/docs/hour-of-code-2022.html +450 -0
  35. package/docs/static/hour-of-code/2022/HoC_logo.png +0 -0
  36. package/docs/static/hour-of-code/2022/Inter/static/Inter-Bold.ttf +0 -0
  37. package/docs/static/hour-of-code/2022/Inter/static/Inter-ExtraBold.ttf +0 -0
  38. package/docs/static/hour-of-code/2022/New_ Start here!.png +0 -0
  39. package/docs/static/hour-of-code/2022/Nunito/static/Nunito-Bold.ttf +0 -0
  40. package/docs/static/hour-of-code/2022/Nunito/static/Nunito-ExtraBold.ttf +0 -0
  41. package/docs/static/hour-of-code/2022/Nunito/static/Nunito-Regular.ttf +0 -0
  42. package/docs/static/hour-of-code/2022/Nunito/static/Nunito-SemiBold.ttf +0 -0
  43. package/docs/static/hour-of-code/2022/arcadeImage.png +0 -0
  44. package/docs/static/hour-of-code/2022/arrow.png +0 -0
  45. package/docs/static/hour-of-code/2022/gameImg_ballon.png +0 -0
  46. package/docs/static/hour-of-code/2022/gameImg_target.png +0 -0
  47. package/docs/static/hour-of-code/2022/gameImg_whack_em_all.png +0 -0
  48. package/docs/static/hour-of-code/2022/microbitImage.png +0 -0
  49. package/docs/static/hour-of-code/2022/microsoftMakeCodeLogo.svg +9 -0
  50. package/docs/static/hour-of-code/2022/red-pixel-heart-vmx.png +0 -0
  51. package/docs/static/hour-of-code/2022/skyTile.png +0 -0
  52. package/docs/static/hour-of-code/2022/social/instagram.png +0 -0
  53. package/docs/static/hour-of-code/2022/social/tik_tok.png +0 -0
  54. package/docs/static/hour-of-code/2022/social/twitch.png +0 -0
  55. package/docs/static/hour-of-code/2022/social/twitter.png +0 -0
  56. package/docs/static/hour-of-code/2022/social/youtube.png +0 -0
  57. package/docs/static/hour-of-code/2022/startHere.png +0 -0
  58. package/docs/static/hour-of-code/2022/styles-old.css +1510 -0
  59. package/docs/static/hour-of-code/2022/styles.css +386 -0
  60. package/docs/test/skillmap/forest/forest1.md +191 -0
  61. package/docs/test/skillmap/forest/forest2.md +217 -0
  62. package/docs/test/skillmap/forest/forest3.md +333 -0
  63. package/docs/test/skillmap/forest/forest4.md +196 -0
  64. package/docs/test/skillmap/forest/forest5.md +292 -0
  65. package/docs/test/skillmap/forest/forest6.md +273 -0
  66. package/docs/test/skillmap/forest-2022.md +99 -0
  67. package/docs/{skillmap/puzzle/puzzle1.md → test/skillmap/guess/guess1.md} +0 -0
  68. package/docs/{skillmap/puzzle/puzzle2.md → test/skillmap/guess/guess2.md} +0 -0
  69. package/docs/{skillmap/puzzle/puzzle3.md → test/skillmap/guess/guess3.md} +0 -0
  70. package/docs/{skillmap/puzzle/puzzle4.md → test/skillmap/guess/guess4.md} +0 -0
  71. package/docs/{skillmap/puzzle/puzzle5.md → test/skillmap/guess/guess5.md} +0 -0
  72. package/docs/test/skillmap/guess.md +88 -0
  73. package/docs/test/skillmap/mole/mole1.md +1 -1
  74. package/docs/test/skillmap/mole/mole1a.md +27 -31
  75. package/docs/test/skillmap/mole/mole2a.md +38 -49
  76. package/docs/test/skillmap/mole/mole3a.md +22 -27
  77. package/docs/{skillmap → test/skillmap}/pongo/pongo1.md +0 -0
  78. package/docs/{skillmap → test/skillmap}/pongo/pongo2.md +0 -0
  79. package/docs/{skillmap → test/skillmap}/pongo/pongo3.md +0 -0
  80. package/docs/{skillmap → test/skillmap}/pongo.md +0 -0
  81. package/docs/{skillmap → test/skillmap}/turkey-0.md +0 -0
  82. package/package.json +3 -3
@@ -0,0 +1,1510 @@
1
+ /*
2
+ Hour of Code 2021 Theming
3
+ -- Colors:
4
+ ---- #FFFFFF
5
+ ---- #000000
6
+ ---- #3DC1AA (Marina)
7
+ ---- #EECA49 (Sunflower)
8
+ ---- #DE594B (Papaya)
9
+ ---- #453052 (Eggplant)
10
+ -- Fonts:
11
+ ---- Rowdies (Display)
12
+ ---- Roboto (Body)
13
+ */
14
+
15
+ /* Global --------------------------------------------------------------------------- */
16
+
17
+ html {
18
+ font-size: 10px !important;
19
+ }
20
+
21
+ body,
22
+ a,
23
+ button,
24
+ p,
25
+ li {
26
+ font-size: 1.8rem;
27
+ font-family: 'Roboto', sans-serif;
28
+ }
29
+
30
+ .lg-p {
31
+ font-size: 2.2rem;
32
+ }
33
+
34
+ li {
35
+ padding: 1rem 0;
36
+ }
37
+
38
+ li li {
39
+ padding: 0;
40
+ margin: 0.5rem 0;
41
+ }
42
+
43
+ .body-font {
44
+ font-family: 'Roboto', sans-serif;
45
+ font-weight: 400;
46
+ }
47
+
48
+ .display-font {
49
+ font-family: 'Rowdies', 'Segoe UI', sans-serif;
50
+ font-weight: 700;
51
+ }
52
+
53
+ /* Dynamic scaling */
54
+ @media (min-width: 4000px) {
55
+ html {
56
+ font-size: 16px !important;
57
+ }
58
+ }
59
+
60
+ @media (min-width: 3000px) {
61
+ html {
62
+ font-size: 14px !important;
63
+ }
64
+ }
65
+
66
+ @media (min-width: 2000px) {
67
+ html {
68
+ font-size: 12px !important;
69
+ }
70
+ }
71
+
72
+ @media (max-width: 768px) {
73
+ html {
74
+ font-size: 8px !important;
75
+ }
76
+ }
77
+
78
+ ol {
79
+ font-weight: bold;
80
+ }
81
+
82
+ li span {
83
+ font-weight: normal;
84
+ }
85
+
86
+ h1 {
87
+ font-size: 7.2rem;
88
+ text-transform: uppercase;
89
+ }
90
+ h2 {
91
+ font-size: 5.4rem;
92
+ text-transform: uppercase;
93
+ }
94
+ h3 {
95
+ font-size: 3.6rem;
96
+ text-transform: uppercase;
97
+ }
98
+ h4 {
99
+ font-size: 2.4rem;
100
+ }
101
+ h5 {
102
+ font-size: 2rem;
103
+ }
104
+
105
+ .background-white {
106
+ color: black;
107
+ background-color: white;
108
+ }
109
+ .background-black {
110
+ color: white;
111
+ background-color: black;
112
+ }
113
+ .background-marina {
114
+ color: black;
115
+ background-color: #3dc1aa;
116
+ }
117
+ .background-sunflower {
118
+ color: black;
119
+ background-color: #eeca49;
120
+ }
121
+ .background-papaya {
122
+ color: white;
123
+ background-color: #de594b;
124
+ }
125
+ .background-eggplant {
126
+ color: white;
127
+ background-color: #453052;
128
+ }
129
+
130
+ .background-eggplant a {
131
+ color: #3dc1aa;
132
+ }
133
+
134
+ .background-eggplant a:hover {
135
+ color: #2ead98;
136
+ }
137
+
138
+ .background-marina a,
139
+ .background-sunflower a {
140
+ color: #453052;
141
+ }
142
+
143
+ .background-marina a:hover,
144
+ .background-sunflower a:hover {
145
+ color: #33203f;
146
+ }
147
+
148
+ .background-papaya a {
149
+ color: #fadd73;
150
+ }
151
+
152
+ .background-papaya a:hover {
153
+ color: #eeca49;
154
+ }
155
+
156
+ .marina {
157
+ color: #3dc1aa;
158
+ }
159
+ .sunflower {
160
+ color: #eeca49;
161
+ }
162
+ .papaya {
163
+ color: #de594b;
164
+ }
165
+ .eggplant {
166
+ color: #453052;
167
+ }
168
+
169
+ /* Navbar --------------------------------------------------------------------------- */
170
+
171
+ #header-bar,
172
+ #header-bar > div {
173
+ display: flex;
174
+ align-items: center;
175
+ flex: 1;
176
+ }
177
+
178
+ .header-bar-left {
179
+ justify-content: flex-start;
180
+ }
181
+ .header-bar-right {
182
+ justify-content: flex-end;
183
+ }
184
+
185
+ .header-org-logo {
186
+ display: flex;
187
+ }
188
+ .header-org-logo-sm {
189
+ display: none;
190
+ }
191
+
192
+ .header-org-logo img,
193
+ .header-org-logo-sm img {
194
+ margin: 0 15px;
195
+ height: 22px;
196
+ flex-shrink: 0;
197
+ }
198
+
199
+ .header-title {
200
+ white-space: nowrap;
201
+ }
202
+
203
+ .header-title:before {
204
+ content: '';
205
+ position: relative;
206
+ height: 18px;
207
+ border-left: 2px solid white;
208
+ }
209
+
210
+ .header-title span {
211
+ font-family: 'Segoe UI', Tahoma, Geneva, Verdana;
212
+ font-size: 18px;
213
+ font-weight: 700;
214
+ color: white;
215
+ margin-left: 15px;
216
+ margin-bottom: 1px;
217
+ }
218
+
219
+ a.header-icon {
220
+ height: 100%;
221
+ padding: 15px;
222
+ color: white;
223
+ text-decoration: none;
224
+ }
225
+
226
+ a.header-icon:hover,
227
+ a.header-icon:focus {
228
+ color: white;
229
+ opacity: 0.8;
230
+ }
231
+
232
+ a.header-icon i.icon {
233
+ height: unset;
234
+ }
235
+
236
+ nav a {
237
+ cursor: pointer;
238
+ font-family: 'Segoe UI', Tahoma, Geneva, Verdana;
239
+ font-style: unset;
240
+ text-transform: none !important;
241
+ }
242
+
243
+ nav .icon {
244
+ font-size: 26px;
245
+ line-height: 26px;
246
+ }
247
+
248
+ nav .header-bar-left a,
249
+ nav .header-bar-left a:hover {
250
+ display: flex;
251
+ color: white;
252
+ text-decoration: none;
253
+ }
254
+
255
+ nav .header-bar-right .btn:active svg path {
256
+ fill: white;
257
+ }
258
+
259
+ nav .header-bar-right .btn {
260
+ min-width: unset;
261
+ padding: 10px;
262
+ width: 160px;
263
+ margin: 0 15px;
264
+ display: flex;
265
+ align-items: center;
266
+ justify-content: center;
267
+ }
268
+
269
+ nav .header-bar-right .btn span {
270
+ margin-right: 10px;
271
+ line-height: 18px;
272
+ }
273
+
274
+ nav .header-bar-right .btn svg path {
275
+ fill: black;
276
+ }
277
+
278
+ /* Header --------------------------------------------------------------------------- */
279
+
280
+ header.hoc-header {
281
+ height: 50rem;
282
+ display: flex;
283
+ flex-wrap: wrap;
284
+ align-items: flex-start;
285
+ justify-content: center;
286
+ position: relative;
287
+ background-repeat: repeat-x;
288
+ background-size: auto 50rem;
289
+ background-position: center bottom;
290
+ }
291
+
292
+ header.hoc-header.homepage {
293
+ flex-direction: column;
294
+ align-items: center;
295
+ }
296
+
297
+ header.hoc-header .header-background-image {
298
+ position: absolute;
299
+ left: 0;
300
+ right: 0;
301
+ top: 0;
302
+ bottom: 0;
303
+ background-repeat: no-repeat;
304
+ background-size: auto 50rem;
305
+ background-position: center bottom;
306
+ }
307
+
308
+ header.hoc-header .header-text {
309
+ margin-top: 8rem;
310
+ max-width: 50rem;
311
+ text-align: center;
312
+ margin-left: 1rem;
313
+ user-select: none;
314
+ }
315
+
316
+ header.hoc-header.homepage .header-text {
317
+ margin-top: -6rem;
318
+ }
319
+
320
+ header.hoc-header.homepage a.btn {
321
+ margin-top: 1.5rem;
322
+ position: relative;
323
+ z-index: 105;
324
+ }
325
+
326
+ header.hoc-header .header-text .title {
327
+ display: flex;
328
+ align-items: center;
329
+ justify-content: center;
330
+ flex-wrap: wrap;
331
+ margin-left: 0.5rem;
332
+ }
333
+
334
+ header.hoc-header .header-text .title h1 {
335
+ filter: drop-shadow(-0.5rem 0.5rem 0 #eeca49);
336
+ }
337
+
338
+ header.hoc-header .header-text .title .code {
339
+ font-size: 11rem;
340
+ margin-top: -4rem;
341
+ margin-left: -1rem;
342
+ position: relative;
343
+ }
344
+
345
+ header.hoc-header .header-text .title .code .small {
346
+ font-size: 5rem;
347
+ position: absolute;
348
+ right: -3rem;
349
+ top: -1.5rem;
350
+ }
351
+
352
+ header.hoc-header .header-text h3 {
353
+ margin-top: -1.5rem;
354
+ }
355
+
356
+ header.hoc-header-educators {
357
+ background-position: left bottom;
358
+ justify-content: flex-start;
359
+ }
360
+
361
+ header.hoc-header-educators .header-text {
362
+ margin-left: 10rem;
363
+ }
364
+
365
+ header.hoc-header-educators .header-text h3 {
366
+ display: inline-block;
367
+ margin: 0 auto;
368
+ background-color: #de594b;
369
+ color: white;
370
+ padding: 0.8rem 2rem;
371
+ border-radius: 5rem;
372
+ font-size: 2.8rem;
373
+ }
374
+
375
+ @media (max-width: 768px) {
376
+ header.hoc-header-educators {
377
+ background-position: left -9rem bottom;
378
+ }
379
+
380
+ header.hoc-header-educators .header-text {
381
+ margin-left: 0;
382
+ }
383
+ }
384
+
385
+ @media (max-width: 480px) {
386
+ header.hoc-header {
387
+ height: 40rem;
388
+ }
389
+
390
+ header.hoc-header .header-text {
391
+ margin-top: 3rem;
392
+ max-width: 45rem;
393
+ transform: scale(0.8);
394
+ margin-bottom: -3rem;
395
+ }
396
+ }
397
+
398
+ /* Video Modal --------------------------------------------------------------------------- */
399
+
400
+ .video-preview {
401
+ width: 35%;
402
+ flex-shrink: 0;
403
+ outline: none;
404
+ border: none;
405
+ margin: 0;
406
+ padding: 0;
407
+ background-color: transparent;
408
+ cursor: pointer;
409
+ transition: 0.25s;
410
+ }
411
+
412
+ @media (max-width: 480px) {
413
+ .video-preview {
414
+ width: 100%;
415
+ margin-bottom: 2rem;
416
+ }
417
+ }
418
+
419
+ .video-preview:hover {
420
+ transform: scale(1.1);
421
+ }
422
+
423
+ .video-preview img {
424
+ width: 100%;
425
+ height: auto;
426
+ border-radius: 1rem;
427
+ }
428
+
429
+ section.intro {
430
+ display: flex;
431
+ align-items: center;
432
+ }
433
+
434
+ section.intro + .buttons {
435
+ margin: 2rem 0;
436
+ }
437
+
438
+ section.intro + .buttons::after {
439
+ content: '';
440
+ display: table;
441
+ clear: both;
442
+ }
443
+
444
+ .modal-backdrop {
445
+ position: fixed;
446
+ left: 0;
447
+ right: 0;
448
+ top: 0;
449
+ bottom: 0;
450
+ background-color: rgba(0, 0, 0, 0.8);
451
+ z-index: 50;
452
+ display: flex;
453
+ align-items: center;
454
+ justify-content: center;
455
+ }
456
+
457
+ .modal-backdrop.closed {
458
+ display: none;
459
+ }
460
+
461
+ .modal {
462
+ position: relative;
463
+ width: 80%;
464
+ max-width: 110rem;
465
+ text-align: right;
466
+ }
467
+
468
+ @media (max-width: 768px) {
469
+ .modal {
470
+ width: 90%;
471
+ }
472
+ }
473
+
474
+ .modal .video-container {
475
+ position: relative;
476
+ padding-bottom: 56.25%;
477
+ padding-top: 3rem;
478
+ height: 0;
479
+ overflow: hidden;
480
+ }
481
+
482
+ .modal .video-container iframe {
483
+ position: absolute;
484
+ top: 0;
485
+ left: 0;
486
+ width: 100%;
487
+ height: 100%;
488
+ }
489
+
490
+ .modal button.btn {
491
+ outline: none;
492
+ border: none !important;
493
+ min-width: 15rem;
494
+ margin-bottom: 1rem;
495
+ }
496
+
497
+ .modal button.btn h5 {
498
+ margin-left: -0.2rem;
499
+ }
500
+
501
+ /* Standard/Default Section --------------------------------------------------------------------------- */
502
+
503
+ section.hoc-section {
504
+ width: 90%;
505
+ max-width: 90rem;
506
+ margin: 4rem auto;
507
+ padding: 4rem 0;
508
+ }
509
+
510
+ section.hoc-section::after {
511
+ content: '';
512
+ clear: both;
513
+ display: table;
514
+ }
515
+
516
+ section.hoc-section-wide {
517
+ max-width: 110rem;
518
+ }
519
+
520
+ section.hoc-section > *:last-child {
521
+ margin-bottom: 0;
522
+ }
523
+
524
+ section.hoc-section .title {
525
+ margin-bottom: 2rem;
526
+ }
527
+
528
+ section.hoc-section a.btn {
529
+ float: right;
530
+ margin-left: 2rem;
531
+ margin-top: 1rem;
532
+ }
533
+
534
+ @media (max-width: 768px) {
535
+ section.hoc-section {
536
+ margin-top: 0;
537
+ margin-bottom: 1rem;
538
+ }
539
+ }
540
+
541
+ @media (max-width: 480px) {
542
+ section.hoc-section .title {
543
+ margin-bottom: 2rem;
544
+ }
545
+ }
546
+
547
+ /* First Section --------------------------------------------------------------------------- */
548
+
549
+ section.hoc-section-01 {
550
+ width: 90%;
551
+ max-width: 110rem;
552
+ margin: 4rem auto;
553
+ padding: 4rem 0;
554
+ display: flex;
555
+ align-items: center;
556
+ }
557
+
558
+ section.hoc-section-01.reverse {
559
+ flex-direction: row-reverse;
560
+ }
561
+
562
+ section.hoc-section-01 .section-text,
563
+ section.intro .section-text {
564
+ margin-left: 7rem;
565
+ }
566
+
567
+ section.hoc-section-01.reverse .section-text,
568
+ section.intro.reverse .section-text {
569
+ margin-left: 0;
570
+ margin-right: 7rem;
571
+ }
572
+
573
+ section.hoc-section-01 .section-text:only-child,
574
+ section.intro .section-text:only-child {
575
+ margin-left: 0;
576
+ }
577
+
578
+ section.hoc-section-01 .section-text > *:last-child,
579
+ section.intro .section-text > *:last-child {
580
+ margin-bottom: 0;
581
+ }
582
+
583
+ section.hoc-section-01 .section-text .title,
584
+ section.intro .section-text .title {
585
+ margin-bottom: 4rem;
586
+ }
587
+
588
+ section.hoc-section-01 .activity-btn,
589
+ section.hoc-section-01 .hero {
590
+ width: 35%;
591
+ flex-shrink: 0;
592
+ }
593
+
594
+ section.hoc-section-01 .hero img {
595
+ width: 100%;
596
+ height: auto;
597
+ border-radius: 1rem;
598
+ }
599
+
600
+ section.hoc-section-01 a.btn {
601
+ float: right;
602
+ margin-left: 2rem;
603
+ margin-top: 1rem;
604
+ }
605
+
606
+ @media (max-width: 768px) {
607
+ section.hoc-section-01,
608
+ section.hoc-section.hoc-section-wide {
609
+ margin-top: 0;
610
+ margin-bottom: 1rem;
611
+ }
612
+ section.hoc-section-01 .section-text,
613
+ section.intro .section-text {
614
+ margin-left: 4rem;
615
+ }
616
+
617
+ section.hoc-section-01.reverse {
618
+ margin-top: 4rem;
619
+ margin-bottom: 0;
620
+ }
621
+
622
+ section.hoc-section-01.reverse .section-text,
623
+ section.intro.reverse .section-text {
624
+ margin-left: 0;
625
+ margin-right: 4rem;
626
+ }
627
+ }
628
+
629
+ @media (max-width: 480px) {
630
+ section.hoc-section-01,
631
+ section.intro {
632
+ flex-wrap: wrap;
633
+ }
634
+
635
+ section.hoc-section-01 .section-text,
636
+ section.intro .section-text,
637
+ section.hoc-section-01.reverse .section-text {
638
+ margin: 0;
639
+ }
640
+
641
+ section.hoc-section-01 .activity-btn,
642
+ section.hoc-section-01 .hero {
643
+ width: 100%;
644
+ margin-bottom: 5rem;
645
+ }
646
+
647
+ section.hoc-section-01 .section-text .title,
648
+ section.intro .section-text .title {
649
+ margin-bottom: 2rem;
650
+ }
651
+ }
652
+
653
+ /* First Aside --------------------------------------------------------------------------- */
654
+
655
+ section.hoc-aside-01 {
656
+ margin-bottom: 0;
657
+ }
658
+
659
+ section.hoc-aside-01 .wrapper {
660
+ display: flex;
661
+ align-items: center;
662
+ max-width: 160rem;
663
+ margin: 0 auto;
664
+ }
665
+
666
+ section.hoc-aside-01.background-sunflower {
667
+ margin-bottom: 0;
668
+ }
669
+
670
+ section.hoc-aside-01 .hero {
671
+ width: 35%;
672
+ flex-shrink: 0;
673
+ align-self: stretch;
674
+ background-size: cover;
675
+ background-repeat: no-repeat;
676
+ background-position: center;
677
+ border: 1rem solid #3dc1aa;
678
+ }
679
+
680
+ section.hoc-aside-01.background-sunflower .hero {
681
+ background-image: unset;
682
+ border: 1rem solid #eeca49;
683
+ }
684
+
685
+ section.hoc-aside-01 .aside-text {
686
+ padding: 4rem 0;
687
+ margin: 0 7rem;
688
+ }
689
+
690
+ section.hoc-aside-01 .aside-text > *:last-child {
691
+ margin-bottom: 0;
692
+ }
693
+
694
+ section.hoc-aside-01 .aside-text .title {
695
+ margin-top: 0;
696
+ margin-bottom: 2rem;
697
+ }
698
+
699
+ section.hoc-aside-01 .aside-text .subtitle {
700
+ text-transform: uppercase;
701
+ margin-bottom: 3rem;
702
+ }
703
+
704
+ section.hoc-aside-01 .aside-text .btn {
705
+ margin-top: 1rem;
706
+ float: right;
707
+ }
708
+
709
+ @media (min-width: 1400px) {
710
+ section.hoc-aside-01 .hero {
711
+ width: 50%;
712
+ }
713
+ }
714
+
715
+ @media (max-width: 480px) {
716
+ section.hoc-aside-01 .wrapper {
717
+ flex-wrap: wrap-reverse;
718
+ }
719
+
720
+ section.hoc-aside-01 .hero {
721
+ width: 100%;
722
+ height: 20rem;
723
+ }
724
+
725
+ section.hoc-aside-01 .aside-text {
726
+ padding: 2rem 0;
727
+ margin: 2rem;
728
+ padding-top: 0;
729
+ margin-top: 0;
730
+ }
731
+
732
+ section.hoc-aside-01 .aside-text .title {
733
+ margin: 2rem 0;
734
+ }
735
+
736
+ section.hoc-aside-01 .aside-text .subtitle {
737
+ margin-bottom: 2rem;
738
+ }
739
+
740
+ section.hoc-aside-01 .aside-text .btn {
741
+ margin-top: 0;
742
+ }
743
+ }
744
+
745
+ /* Second Section --------------------------------------------------------------------------- */
746
+
747
+ section.hoc-section-02 {
748
+ width: 90%;
749
+ max-width: 110rem;
750
+ margin: 4rem auto;
751
+ padding: 4rem 0;
752
+ }
753
+
754
+ section.hoc-section-02 .section-text {
755
+ display: flex;
756
+ align-items: center;
757
+ margin-bottom: 4rem;
758
+ }
759
+
760
+ section.hoc-section-02 .section-text .title {
761
+ flex-shrink: 0;
762
+ flex-grow: 1;
763
+ margin-bottom: 0;
764
+ }
765
+
766
+ section.hoc-section-02 .section-text p {
767
+ margin-left: 7rem;
768
+ flex-shrink: 1;
769
+ }
770
+
771
+ section.hoc-section-02 .carousel {
772
+ display: flex;
773
+ width: 100%;
774
+ height: 60rem;
775
+ }
776
+
777
+ section.hoc-section-02 .carousel .body {
778
+ flex-basis: 100%;
779
+ position: relative;
780
+ border-top-right-radius: 0.5rem;
781
+ border-bottom-right-radius: 0.5rem;
782
+ background-size: cover;
783
+ background-position: center;
784
+ background-repeat: no-repeat;
785
+ }
786
+
787
+ section.hoc-section-02 .carousel .body .btn {
788
+ position: absolute;
789
+ bottom: 3rem;
790
+ right: 3rem;
791
+ }
792
+
793
+ section.hoc-section-02 .carousel .body .body-overlay {
794
+ position: absolute;
795
+ top: 0;
796
+ bottom: 0;
797
+ left: 0;
798
+ right: 0;
799
+ border-bottom-right-radius: 0.5rem;
800
+ background: linear-gradient(
801
+ 0deg,
802
+ rgba(0, 0, 0, 1) 0%,
803
+ rgba(0, 0, 0, 0) 30%
804
+ );
805
+ }
806
+
807
+ section.hoc-section-02 .carousel .list {
808
+ flex-basis: 25rem;
809
+ background-color: black;
810
+ flex-shrink: 0;
811
+ border-top-left-radius: 0.5rem;
812
+ border-bottom-left-radius: 0.5rem;
813
+ }
814
+
815
+ section.hoc-section-02 .carousel .list .list-item {
816
+ display: block;
817
+ color: white;
818
+ text-transform: uppercase;
819
+ padding: 1.5rem;
820
+ cursor: pointer;
821
+ transition: 0.25s;
822
+ font-size: 2rem;
823
+ line-height: 1.1;
824
+ margin: 1rem 0;
825
+ user-select: none;
826
+ }
827
+
828
+ section.hoc-section-02 .carousel .list .list-item.active {
829
+ background-color: #eeca49;
830
+ color: black;
831
+ }
832
+
833
+ section.hoc-section-02 .carousel .list .list-item:hover {
834
+ background-color: rgb(37, 37, 37);
835
+ text-decoration: none;
836
+ }
837
+
838
+ section.hoc-section-02 .carousel .list .list-item.active:hover {
839
+ background-color: #eeca49;
840
+ color: black;
841
+ }
842
+
843
+ @media (max-width: 768px) {
844
+ section.hoc-section-02 .carousel {
845
+ display: flex;
846
+ width: 100%;
847
+ height: 50rem;
848
+ }
849
+
850
+ section.hoc-section-02 .section-text p {
851
+ margin-left: 4rem;
852
+ }
853
+ }
854
+
855
+ @media (max-width: 480px) {
856
+ section.hoc-section-02 {
857
+ padding: 2rem 0;
858
+ }
859
+
860
+ section.hoc-section-02 .section-text {
861
+ flex-wrap: wrap;
862
+ }
863
+
864
+ section.hoc-section-02 .section-text .title {
865
+ flex-shrink: 1;
866
+ margin-bottom: 2rem;
867
+ }
868
+
869
+ section.hoc-section-02 .section-text p {
870
+ margin: 0;
871
+ }
872
+
873
+ section.hoc-section-02 .carousel {
874
+ height: 52rem;
875
+ }
876
+
877
+ section.hoc-section-02 .carousel .list {
878
+ flex-basis: 35%;
879
+ }
880
+
881
+ section.hoc-section-02 .carousel .list .list-item {
882
+ font-size: 1.6rem;
883
+ }
884
+
885
+ section.hoc-section-02 .carousel .body .btn {
886
+ min-width: unset;
887
+ width: unset;
888
+ bottom: 1rem;
889
+ right: 1rem;
890
+ }
891
+ }
892
+
893
+ /* Second Aside --------------------------------------------------------------------------- */
894
+
895
+ section.hoc-aside-02 {
896
+ padding: 4rem 0;
897
+ text-align: center;
898
+ padding-bottom: 2rem;
899
+ }
900
+
901
+ section.hoc-aside-02 p {
902
+ padding: 0 2rem;
903
+ max-width: 70rem;
904
+ margin: 0 auto;
905
+ margin-bottom: 2rem;
906
+ }
907
+
908
+ section.hoc-aside-02 a {
909
+ display: inline-flex;
910
+ align-items: center;
911
+ background-color: #eeca49;
912
+ transition: 0.25s;
913
+ font-size: 2.4rem;
914
+ width: 7rem;
915
+ height: 7rem;
916
+ border-radius: 50%;
917
+ color: black;
918
+ text-decoration: none;
919
+ margin: 1rem;
920
+ cursor: pointer;
921
+ }
922
+
923
+ section.hoc-aside-02 a:hover {
924
+ background-color: #d3b034;
925
+ transform: scale(1.1);
926
+ color: black;
927
+ text-decoration: none;
928
+ }
929
+
930
+ section.hoc-aside-02 a:active {
931
+ background-color: black;
932
+ transform: scale(0.9);
933
+ color: white;
934
+ text-decoration: none;
935
+ }
936
+
937
+ section.hoc-aside-02 a i,
938
+ section.hoc-aside-02 a svg {
939
+ margin: 0 auto;
940
+ line-height: 1;
941
+ font-size: 2.8rem;
942
+ }
943
+
944
+ section.hoc-aside-02 a svg {
945
+ max-height: 2.8rem;
946
+ width: auto;
947
+ }
948
+
949
+ section.hoc-aside-02 a:active svg path {
950
+ fill: white;
951
+ }
952
+
953
+ section.hoc-aside-02 a:last-child {
954
+ vertical-align: bottom;
955
+ }
956
+
957
+ section.hoc-aside-02 .aside-text {
958
+ flex-basis: 30%;
959
+ flex-shrink: 0;
960
+ }
961
+
962
+ section.hoc-aside-02 .aside-text .title {
963
+ margin-bottom: 3rem;
964
+ }
965
+
966
+ section.hoc-aside-02 .tiles {
967
+ flex-basis: 100%;
968
+ display: flex;
969
+ flex-wrap: wrap;
970
+ margin-left: 7rem;
971
+ }
972
+
973
+ section.hoc-aside-02 .tiles .tile {
974
+ display: block;
975
+ height: 17rem;
976
+ flex-basis: 28%;
977
+ flex-shrink: 1;
978
+ flex-grow: 1;
979
+ margin: 1rem;
980
+ border-radius: 2rem;
981
+ transition: 0.25s;
982
+ cursor: pointer;
983
+ }
984
+
985
+ section.hoc-aside-02 .tiles .tile:hover {
986
+ transform: scale(1.05);
987
+ }
988
+
989
+ section.hoc-aside-02 .tiles .tile:active {
990
+ transform: scale(0.95);
991
+ }
992
+
993
+ section.hoc-aside-02 .aside-text .title {
994
+ margin-top: 2rem;
995
+ }
996
+
997
+ section.hoc-aside-02 .aside-text .subtitle {
998
+ text-transform: uppercase;
999
+ margin-bottom: 3rem;
1000
+ }
1001
+
1002
+ section.hoc-aside-02 .aside-text .btn {
1003
+ margin-top: 2rem;
1004
+ float: right;
1005
+ }
1006
+
1007
+ @media (max-width: 768px) {
1008
+ section.hoc-aside-02 .tiles {
1009
+ margin-left: 4rem;
1010
+ }
1011
+ section.hoc-aside-02 .tiles .tile {
1012
+ height: 12rem;
1013
+ }
1014
+ }
1015
+
1016
+ @media (max-width: 480px) {
1017
+ section.hoc-aside-02 .wrapper {
1018
+ flex-wrap: wrap;
1019
+ margin: 0 2rem;
1020
+ }
1021
+
1022
+ section.hoc-aside-02 .aside-text {
1023
+ flex-basis: 100%;
1024
+ }
1025
+
1026
+ section.hoc-aside-02 .aside-text .title {
1027
+ margin-bottom: 2rem;
1028
+ }
1029
+
1030
+ section.hoc-aside-02 .tiles {
1031
+ margin: 0;
1032
+ margin-top: 2rem;
1033
+ }
1034
+
1035
+ section.hoc-aside-02 .tiles .tile {
1036
+ flex-basis: 45%;
1037
+ }
1038
+ }
1039
+
1040
+ /* Third Section --------------------------------------------------------------------------- */
1041
+
1042
+ section.hoc-section-03 {
1043
+ padding-bottom: 7rem;
1044
+ }
1045
+
1046
+ section.hoc-section-03 .section-text {
1047
+ margin: 0;
1048
+ margin-right: 7rem;
1049
+ }
1050
+
1051
+ section.hoc-section-03 .certificate {
1052
+ width: 35%;
1053
+ flex-shrink: 0;
1054
+ position: relative;
1055
+ cursor: pointer;
1056
+ transition: 0.25s;
1057
+ }
1058
+
1059
+ section.hoc-section-03 .certificate:hover {
1060
+ transform: scale(1.05);
1061
+ }
1062
+
1063
+ section.hoc-section-03 .certificate:active {
1064
+ transform: scale(0.95);
1065
+ }
1066
+
1067
+ section.hoc-section-03 .certificate .body {
1068
+ height: 30rem;
1069
+ border-radius: 2rem;
1070
+ }
1071
+
1072
+ section.hoc-section-03 .certificate .action {
1073
+ position: absolute;
1074
+ bottom: -3rem;
1075
+ right: -2rem;
1076
+ transition: 0.25s;
1077
+ }
1078
+
1079
+ section.hoc-section-03 .certificate:hover .action {
1080
+ background-color: #d3b034;
1081
+ }
1082
+
1083
+ section.hoc-section-03 .certificate:active .action {
1084
+ background-color: black;
1085
+ color: white;
1086
+ }
1087
+
1088
+ @media (max-width: 768px) {
1089
+ section.hoc-section-03 .section-text {
1090
+ margin-right: 4rem;
1091
+ }
1092
+
1093
+ section.hoc-section-03 .certificate {
1094
+ width: 45%;
1095
+ }
1096
+
1097
+ section.hoc-section-03 .certificate .body {
1098
+ margin-right: 2rem;
1099
+ }
1100
+
1101
+ section.hoc-section-03 .certificate .action {
1102
+ right: -1rem;
1103
+ }
1104
+ }
1105
+
1106
+ @media (max-width: 480px) {
1107
+ section.hoc-section-03 .section-text {
1108
+ margin: 0;
1109
+ margin-bottom: 4rem;
1110
+ }
1111
+
1112
+ section.hoc-section-03 .certificate {
1113
+ width: 100%;
1114
+ }
1115
+
1116
+ section.hoc-section-03 .certificate .body {
1117
+ width: 90%;
1118
+ margin: 0 auto;
1119
+ }
1120
+
1121
+ section.hoc-section-03 .certificate .action {
1122
+ right: -0.5rem;
1123
+ }
1124
+ }
1125
+
1126
+ /* Educator Section 04 -------------------------------------------------------------------------- */
1127
+
1128
+ section.hoc-section-04 {
1129
+ width: 90%;
1130
+ max-width: 110rem;
1131
+ margin: 2rem auto;
1132
+ padding: 4rem 0;
1133
+ display: flex;
1134
+ align-items: center;
1135
+ }
1136
+
1137
+ section.hoc-section-04 .title {
1138
+ flex-shrink: 0;
1139
+ flex-basis: 35%;
1140
+ margin-right: 2rem;
1141
+ }
1142
+
1143
+ section.hoc-section-04 a.btn {
1144
+ float: right;
1145
+ margin-left: 2rem;
1146
+ margin-top: 1rem;
1147
+ }
1148
+
1149
+ section.hoc-section-04 .hoc-teams-share {
1150
+ background-color: rgba(0, 0, 0, 0.1);
1151
+ padding: 2rem;
1152
+ }
1153
+
1154
+ @media (max-width: 768px) {
1155
+ section.hoc-section-04 {
1156
+ flex-wrap: wrap;
1157
+ }
1158
+
1159
+ section.hoc-section-04 .title {
1160
+ margin-bottom: 2rem;
1161
+ flex-basis: 100%;
1162
+ }
1163
+ }
1164
+
1165
+ /* Footer ------------------------------------------------------------------------------------ */
1166
+
1167
+ footer.hoc-footer {
1168
+ padding: 4rem 0;
1169
+ }
1170
+
1171
+ footer.hoc-footer .text-content {
1172
+ text-align: center;
1173
+ }
1174
+
1175
+ footer.hoc-footer .text-content a {
1176
+ color: white;
1177
+ opacity: 0.5;
1178
+ padding: 0 2rem;
1179
+ border-right: 0.1rem solid white;
1180
+ }
1181
+
1182
+ footer.hoc-footer .text-content a:last-child {
1183
+ border: none;
1184
+ }
1185
+
1186
+ footer.hoc-footer .text-content a:hover {
1187
+ color: white;
1188
+ }
1189
+
1190
+ footer.hoc-footer .msft {
1191
+ margin: 0 auto;
1192
+ width: 15rem;
1193
+ margin-bottom: 2rem;
1194
+ }
1195
+
1196
+ footer.hoc-footer .msft img {
1197
+ width: 100%;
1198
+ height: auto;
1199
+ opacity: 0.5;
1200
+ }
1201
+
1202
+ footer.hoc-footer .code-org-trademark {
1203
+ margin: 0 auto;
1204
+ max-width: 70rem;
1205
+ padding: 0 2rem;
1206
+ margin-top: -3rem;
1207
+ margin-bottom: 3rem;
1208
+ opacity: 0.5;
1209
+ }
1210
+
1211
+ footer.hoc-footer .code-org-trademark p,
1212
+ footer.hoc-footer .code-org-trademark a {
1213
+ font-size: 1.4rem;
1214
+ text-align: center;
1215
+ }
1216
+
1217
+ /* Educator Button --------------------------------------------------------------------------- */
1218
+
1219
+ a.educator-btn {
1220
+ position: absolute;
1221
+ top: 1rem;
1222
+ right: 1rem;
1223
+ cursor: pointer;
1224
+ padding: 1rem;
1225
+ border-radius: 0.5rem;
1226
+ background-color: #eeca49;
1227
+ color: black;
1228
+ transition: 0.25s;
1229
+ user-select: none;
1230
+ }
1231
+
1232
+ a.educator-btn:hover {
1233
+ color: black;
1234
+ text-decoration: none;
1235
+ transform: scale(1.05);
1236
+ background-color: #d3b034;
1237
+ }
1238
+
1239
+ a.educator-btn:active {
1240
+ background-color: black;
1241
+ color: white;
1242
+ text-decoration: none;
1243
+ transform: scale(0.95);
1244
+ }
1245
+
1246
+ .share-btn {
1247
+ display: flex;
1248
+ cursor: pointer;
1249
+ padding: 0 3rem;
1250
+ color: #4d55bd;
1251
+ user-select: none;
1252
+ background-color: white;
1253
+ justify-content: center;
1254
+ align-items: center;
1255
+ border-radius: 0.5rem;
1256
+ width: fit-content;
1257
+ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
1258
+ font-weight: 500;
1259
+ }
1260
+
1261
+ .share-btn .icon {
1262
+ padding-top: 0.5rem;
1263
+ padding-right: 1rem;
1264
+ }
1265
+
1266
+ /* Activity Button --------------------------------------------------------------------------- */
1267
+
1268
+ a.activity-btn {
1269
+ user-select: none;
1270
+ cursor: pointer;
1271
+ background-color: transparent;
1272
+ transition: 0.25s;
1273
+ width: 100%;
1274
+ text-align: center;
1275
+ position: relative;
1276
+ }
1277
+
1278
+ a.activity-btn:hover {
1279
+ transform: scale(1.05);
1280
+ text-decoration: none;
1281
+ color: unset;
1282
+ }
1283
+
1284
+ a.activity-btn:hover .action {
1285
+ background-color: #d3b034;
1286
+ opacity: 1;
1287
+ }
1288
+
1289
+ a.activity-btn:active {
1290
+ transform: scale(0.95);
1291
+ }
1292
+
1293
+ a.activity-btn:active .action {
1294
+ background-color: black;
1295
+ color: white;
1296
+ opacity: 1;
1297
+ }
1298
+
1299
+ a.activity-btn .title {
1300
+ text-transform: uppercase;
1301
+ display: inline-block;
1302
+ padding: 2rem;
1303
+ border-radius: 0.5rem;
1304
+ }
1305
+
1306
+ a.activity-btn .body {
1307
+ height: 33rem;
1308
+ margin-top: -3rem;
1309
+ border-radius: 1rem;
1310
+ background-repeat: no-repeat;
1311
+ background-size: cover;
1312
+ background-position: center;
1313
+ }
1314
+
1315
+ a.activity-btn .action {
1316
+ position: absolute;
1317
+ bottom: 0;
1318
+ left: 0;
1319
+ right: 0;
1320
+ text-transform: uppercase;
1321
+ padding: 2rem;
1322
+ border-bottom-left-radius: 1rem;
1323
+ border-bottom-right-radius: 1rem;
1324
+ flex-basis: 100%;
1325
+ transition: 0.25s;
1326
+ opacity: 0;
1327
+ }
1328
+
1329
+ /* Standard Button --------------------------------------------------------------------------- */
1330
+
1331
+ a.btn,
1332
+ button.btn,
1333
+ section.hoc-section-03 .action,
1334
+ .share-btn {
1335
+ min-width: 27rem;
1336
+ text-align: center;
1337
+ display: inline-block;
1338
+ cursor: pointer;
1339
+ padding: 2rem;
1340
+ border-radius: 0.5rem;
1341
+ background-color: #eeca49;
1342
+ color: black;
1343
+ transition: 0.25s;
1344
+ user-select: none;
1345
+ text-transform: uppercase;
1346
+ }
1347
+
1348
+ a.btn:hover,
1349
+ button.btn:hover,
1350
+ .share-btn:hover {
1351
+ color: black;
1352
+ text-decoration: none;
1353
+ transform: scale(1.05);
1354
+ background-color: #d3b034;
1355
+ }
1356
+
1357
+ .background-sunflower a.btn {
1358
+ background-color: #de594b;
1359
+ color: white;
1360
+ }
1361
+
1362
+ .background-sunflower a.btn:hover {
1363
+ background-color: #cc493a;
1364
+ color: white;
1365
+ }
1366
+
1367
+ a.btn:active,
1368
+ button.btn:active,
1369
+ .share-btn:active {
1370
+ background-color: black;
1371
+ color: white;
1372
+ text-decoration: none;
1373
+ transform: scale(0.95);
1374
+ }
1375
+
1376
+ a.btn.secondary {
1377
+ color: black;
1378
+ background-color: #3dc1aa;
1379
+ }
1380
+
1381
+ a.btn.secondary:hover {
1382
+ color: black;
1383
+ background-color: #2ead98;
1384
+ }
1385
+
1386
+ a.btn.secondary:active {
1387
+ background-color: black;
1388
+ }
1389
+
1390
+ /* Educators --------------------------------------------------------------------------- */
1391
+
1392
+ .learning-columns {
1393
+ display: flex;
1394
+ align-items: stretch;
1395
+ justify-content: flex-start;
1396
+ }
1397
+
1398
+ .learning-columns .col {
1399
+ display: flex;
1400
+ flex-basis: 33%;
1401
+ flex-shrink: 1;
1402
+ flex-grow: 1;
1403
+ }
1404
+
1405
+ .learning-columns .col-wrapper {
1406
+ flex-basis: 100%;
1407
+ background-color: white;
1408
+ color: black;
1409
+ border-radius: 1rem;
1410
+ margin: 1.5rem;
1411
+ }
1412
+
1413
+ .learning-columns .col:first-child .col-wrapper {
1414
+ margin-left: 0;
1415
+ }
1416
+
1417
+ .learning-columns .col:last-child .col-wrapper {
1418
+ margin-right: 0;
1419
+ }
1420
+
1421
+ .learning-columns .col h4 {
1422
+ text-transform: uppercase;
1423
+ background-color: #cc493a;
1424
+ color: white;
1425
+ margin: 0;
1426
+ padding: 2rem;
1427
+ text-align: center;
1428
+ height: 10rem;
1429
+ border-top-left-radius: 1rem;
1430
+ border-top-right-radius: 1rem;
1431
+ }
1432
+
1433
+ .learning-columns .col ul {
1434
+ padding-right: 2rem;
1435
+ }
1436
+
1437
+ .learning-columns .col ul li::marker {
1438
+ color: #cc493a;
1439
+ font-weight: 700;
1440
+ }
1441
+
1442
+ .accent-list li::marker {
1443
+ color: #eeca49;
1444
+ font-weight: 700;
1445
+ }
1446
+
1447
+ .hoc-teams-share {
1448
+ text-align: right;
1449
+ }
1450
+
1451
+ .hoc-teams-share p {
1452
+ text-align: left;
1453
+ }
1454
+
1455
+ .hoc-teams-share .share-btn {
1456
+ margin-top: 2rem;
1457
+ position: relative;
1458
+ }
1459
+
1460
+ .hoc-teams-share .share-btn .icon {
1461
+ position: absolute;
1462
+ top: 0;
1463
+ bottom: 0;
1464
+ left: 0;
1465
+ width: 5rem;
1466
+ padding: 0;
1467
+ background-color: white;
1468
+ border-top-left-radius: 0.5rem;
1469
+ border-bottom-left-radius: 0.5rem;
1470
+ }
1471
+
1472
+ .hoc-teams-share .share-btn h5 {
1473
+ margin: 0;
1474
+ margin-left: 5rem;
1475
+ }
1476
+
1477
+ .hoc-teams-share .share-btn .icon img {
1478
+ margin-top: 1.1rem;
1479
+ width: 4rem !important;
1480
+ }
1481
+
1482
+ @media (max-width: 768px) {
1483
+ .learning-columns {
1484
+ flex-wrap: wrap;
1485
+ }
1486
+ .learning-columns .col {
1487
+ min-width: 30rem;
1488
+ }
1489
+ .learning-columns .col-wrapper,
1490
+ .learning-columns .col:first-child .col-wrapper,
1491
+ .learning-columns .col:last-child .col-wrapper {
1492
+ margin: 1.5rem;
1493
+ }
1494
+ }
1495
+
1496
+ @media (max-width: 480px) {
1497
+ .learning-columns .col-wrapper,
1498
+ .learning-columns .col:first-child .col-wrapper,
1499
+ .learning-columns .col:last-child .col-wrapper {
1500
+ margin-left: 0;
1501
+ margin-right: 0;
1502
+ }
1503
+ }
1504
+
1505
+ /* Tracking --------------------------------------------------------------------------- */
1506
+
1507
+ .tracking {
1508
+ position: absolute;
1509
+ visibility: collapse;
1510
+ }