@ptcwebops/ptcw-design 6.2.28-beta → 6.2.30-beta

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 (196) hide show
  1. package/dist/cjs/{component-6a178a16.js → component-4dd13907.js} +1 -1
  2. package/dist/cjs/event-jumbotron-example_15.cjs.entry.js +1433 -0
  3. package/dist/cjs/event-podcast-slider-example.cjs.entry.js +54 -32
  4. package/dist/cjs/featured-list.cjs.entry.js +1 -1
  5. package/dist/cjs/innovator-toggle-container.cjs.entry.js +1 -1
  6. package/dist/cjs/loader.cjs.js +1 -1
  7. package/dist/cjs/ptc-bio-card.cjs.entry.js +1 -1
  8. package/dist/cjs/ptc-card-bottom.cjs.entry.js +67 -0
  9. package/dist/cjs/ptc-card_2.cjs.entry.js +4 -4
  10. package/dist/cjs/ptc-case-studies-slider.cjs.entry.js +1 -1
  11. package/dist/cjs/ptc-data-lookup.cjs.entry.js +1 -1
  12. package/dist/cjs/ptc-featured-list.cjs.entry.js +1 -1
  13. package/dist/cjs/ptc-filter-level-theater.cjs.entry.js +1 -1
  14. package/dist/cjs/ptc-form-checkbox_4.cjs.entry.js +2 -2
  15. package/dist/cjs/ptc-jumbotron.cjs.entry.js +1 -1
  16. package/dist/cjs/ptc-podcast-card.cjs.entry.js +1 -1
  17. package/dist/cjs/ptc-product-card.cjs.entry.js +1 -1
  18. package/dist/cjs/ptc-product-category.cjs.entry.js +1 -1
  19. package/dist/cjs/ptc-product-highlight-card.cjs.entry.js +1 -1
  20. package/dist/cjs/ptc-readmore-char.cjs.entry.js +1 -1
  21. package/dist/cjs/ptc-readmore-v3.cjs.entry.js +1 -1
  22. package/dist/cjs/ptc-tooltip-v2.cjs.entry.js +1 -1
  23. package/dist/cjs/ptc-value-led-speed-bump.cjs.entry.js +1 -1
  24. package/dist/cjs/ptc-white-paper.cjs.entry.js +2 -2
  25. package/dist/cjs/ptcw-design.cjs.js +1 -1
  26. package/dist/collection/components/innovator-toggle-container/innovator-toggle-container.css +12 -12
  27. package/dist/collection/components/organism-bundles/bundle-featured-list/featured-list.css +4 -4
  28. package/dist/collection/components/organism-bundles/event-jumbotron-example/event-jumbotron-example.css +25 -3
  29. package/dist/collection/components/organism-bundles/event-jumbotron-example/event-jumbotron-example.js +3 -1
  30. package/dist/collection/components/organism-bundles/event-podcast-slider-example/event-podcast-slider-example.css +18 -15
  31. package/dist/collection/components/organism-bundles/event-podcast-slider-example/event-podcast-slider-example.js +53 -55
  32. package/dist/collection/components/ptc-bio-card/ptc-bio-card.css +12 -12
  33. package/dist/collection/components/ptc-card/ptc-card.css +1 -0
  34. package/dist/collection/components/ptc-case-studies-slider/ptc-case-studies-slider.css +12 -12
  35. package/dist/collection/components/ptc-featured-list/ptc-featured-list.css +12 -12
  36. package/dist/collection/components/ptc-filter-level-theater/ptc-filter-level-theater.css +12 -12
  37. package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.css +12 -12
  38. package/dist/collection/components/ptc-podcast-card/ptc-podcast-card.css +12 -12
  39. package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.css +38 -34
  40. package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.js +2 -2
  41. package/dist/collection/components/ptc-product-card/ptc-product-card.css +12 -12
  42. package/dist/collection/components/ptc-product-category/ptc-product-category.css +12 -12
  43. package/dist/collection/components/ptc-product-highlight-card/ptc-product-highlight-card.css +12 -12
  44. package/dist/collection/components/ptc-readmore-char/ptc-readmore-char.css +12 -12
  45. package/dist/collection/components/ptc-readmore-v3/ptc-readmore-v3.css +12 -12
  46. package/dist/collection/components/ptc-textfield/ptc-textfield.js +1 -1
  47. package/dist/collection/components/ptc-tooltip-v2/ptc-tooltip-v2.css +12 -12
  48. package/dist/collection/components/ptc-value-led-speed-bump/ptc-value-led-speed-bump.css +12 -12
  49. package/dist/collection/components/ptc-white-paper/ptc-white-paper.css +12 -12
  50. package/dist/collection/components/ptc-white-paper/ptc-white-paper.js +1 -1
  51. package/dist/custom-elements/index.js +82 -58
  52. package/dist/esm/blog-detail-content_2.entry.js +1 -1
  53. package/dist/esm/blog-detail-layout.entry.js +1 -1
  54. package/dist/esm/blogs-search-section.entry.js +1 -1
  55. package/dist/esm/{component-80f298b4.js → component-9c921cc6.js} +1 -1
  56. package/dist/esm/event-jumbotron-example_15.entry.js +1415 -0
  57. package/dist/esm/event-podcast-slider-example.entry.js +54 -32
  58. package/dist/esm/featured-list.entry.js +1 -1
  59. package/dist/esm/homepage-jumbotron.entry.js +1 -1
  60. package/dist/esm/homepage-toggled-content.entry.js +1 -1
  61. package/dist/esm/innovator-toggle-container.entry.js +1 -1
  62. package/dist/esm/loader.js +1 -1
  63. package/dist/esm/most-popular-news.entry.js +1 -1
  64. package/dist/esm/my-component.entry.js +1 -1
  65. package/dist/esm/ptc-accordion-item.entry.js +1 -1
  66. package/dist/esm/ptc-background-video.entry.js +1 -1
  67. package/dist/esm/ptc-bio-card.entry.js +1 -1
  68. package/dist/esm/ptc-card-bottom.entry.js +63 -0
  69. package/dist/esm/ptc-card_2.entry.js +4 -4
  70. package/dist/esm/ptc-case-studies-slider.entry.js +1 -1
  71. package/dist/esm/ptc-collapse-list.entry.js +1 -1
  72. package/dist/esm/ptc-data-lookup.entry.js +1 -1
  73. package/dist/esm/ptc-featured-list.entry.js +1 -1
  74. package/dist/esm/ptc-filter-level-theater.entry.js +1 -1
  75. package/dist/esm/ptc-form-checkbox_4.entry.js +3 -3
  76. package/dist/esm/ptc-homepage-image-feature.entry.js +1 -1
  77. package/dist/esm/ptc-homepage-video-background.entry.js +1 -1
  78. package/dist/esm/ptc-icon-card.entry.js +1 -1
  79. package/dist/esm/ptc-jumbotron.entry.js +1 -1
  80. package/dist/esm/ptc-media-card.entry.js +1 -1
  81. package/dist/esm/ptc-podcast-card.entry.js +1 -1
  82. package/dist/esm/ptc-pricing-packaging-table.entry.js +1 -1
  83. package/dist/esm/ptc-pricing-tabs.entry.js +1 -1
  84. package/dist/esm/ptc-product-card.entry.js +1 -1
  85. package/dist/esm/ptc-product-category.entry.js +1 -1
  86. package/dist/esm/ptc-product-highlight-card.entry.js +1 -1
  87. package/dist/esm/ptc-readmore-char.entry.js +1 -1
  88. package/dist/esm/ptc-readmore-v3.entry.js +1 -1
  89. package/dist/esm/ptc-social-icons-footer.entry.js +1 -1
  90. package/dist/esm/ptc-tooltip-v2.entry.js +1 -1
  91. package/dist/esm/ptc-value-led-speed-bump.entry.js +1 -1
  92. package/dist/esm/ptc-white-paper.entry.js +2 -2
  93. package/dist/esm/ptcw-design.js +1 -1
  94. package/dist/esm/{utils-63eab4bd.js → utils-ff65c75b.js} +1 -1
  95. package/dist/ptcw-design/{p-d756db27.entry.js → p-076a1178.entry.js} +1 -1
  96. package/dist/ptcw-design/{p-fc0348a7.entry.js → p-1118ed9e.entry.js} +2 -2
  97. package/dist/ptcw-design/p-11ee8673.entry.js +1 -0
  98. package/dist/ptcw-design/p-18c567cb.entry.js +1 -0
  99. package/dist/ptcw-design/{p-c01ea76f.entry.js → p-1b257420.entry.js} +1 -1
  100. package/dist/ptcw-design/{p-34c50b3e.entry.js → p-20688186.entry.js} +1 -1
  101. package/dist/ptcw-design/p-275963f5.entry.js +1 -0
  102. package/dist/ptcw-design/{p-4ee98a3e.entry.js → p-2c6fc745.entry.js} +1 -1
  103. package/dist/ptcw-design/p-3377162c.entry.js +1 -0
  104. package/dist/ptcw-design/{p-fd394e84.entry.js → p-36007a57.entry.js} +1 -1
  105. package/dist/ptcw-design/p-3860e022.entry.js +1 -0
  106. package/dist/ptcw-design/p-3a011909.entry.js +1 -0
  107. package/dist/ptcw-design/p-5764bb89.entry.js +1 -0
  108. package/dist/ptcw-design/p-5a0dabad.entry.js +1 -0
  109. package/dist/ptcw-design/p-672722b1.entry.js +1 -0
  110. package/dist/ptcw-design/{p-cbee4653.entry.js → p-6d3326da.entry.js} +1 -1
  111. package/dist/ptcw-design/{p-6f5fecae.entry.js → p-7a9611b4.entry.js} +1 -1
  112. package/dist/ptcw-design/p-7f4e4bdc.entry.js +1 -0
  113. package/dist/ptcw-design/{p-eec2f3da.entry.js → p-808ec62a.entry.js} +1 -1
  114. package/dist/ptcw-design/{p-2749c178.entry.js → p-85522932.entry.js} +1 -1
  115. package/dist/ptcw-design/{p-77b1221e.js → p-8872161f.js} +1 -1
  116. package/dist/ptcw-design/p-9fe0c27d.entry.js +1 -0
  117. package/dist/ptcw-design/{p-291072b4.entry.js → p-a3b57ede.entry.js} +1 -1
  118. package/dist/ptcw-design/{p-d361afd1.entry.js → p-a5c2584e.entry.js} +1 -1
  119. package/dist/ptcw-design/{p-17f6e145.entry.js → p-ae970a60.entry.js} +1 -1
  120. package/dist/ptcw-design/p-aee8144b.entry.js +1 -0
  121. package/dist/ptcw-design/{p-ea7369e9.entry.js → p-b633cd89.entry.js} +1 -1
  122. package/dist/ptcw-design/{p-0d809708.entry.js → p-bc62cf59.entry.js} +1 -1
  123. package/dist/ptcw-design/{p-821f0ff9.entry.js → p-c37a3bd2.entry.js} +1 -1
  124. package/dist/ptcw-design/{p-d3229458.entry.js → p-c66b8926.entry.js} +1 -1
  125. package/dist/ptcw-design/{p-6a3caf2b.entry.js → p-c95f423e.entry.js} +1 -1
  126. package/dist/ptcw-design/{p-627103d8.entry.js → p-d10cb999.entry.js} +1 -1
  127. package/dist/ptcw-design/p-d899dd7c.entry.js +1 -0
  128. package/dist/ptcw-design/{p-48c33817.entry.js → p-d9abe7e8.entry.js} +1 -1
  129. package/dist/ptcw-design/{p-e577ad62.entry.js → p-da82dc93.entry.js} +1 -1
  130. package/dist/ptcw-design/{p-16e70f20.entry.js → p-e0b873d0.entry.js} +1 -1
  131. package/dist/ptcw-design/{p-49e54079.entry.js → p-e3f8e5d5.entry.js} +1 -1
  132. package/dist/ptcw-design/{p-28be539b.entry.js → p-e4000363.entry.js} +1 -1
  133. package/dist/ptcw-design/p-f29df451.entry.js +1 -0
  134. package/dist/ptcw-design/p-fa6edf0f.entry.js +1 -0
  135. package/dist/ptcw-design/ptcw-design.css +1 -1
  136. package/dist/ptcw-design/ptcw-design.esm.js +1 -1
  137. package/dist/types/components/organism-bundles/event-podcast-slider-example/event-podcast-slider-example.d.ts +0 -1
  138. package/dist/types/components.d.ts +0 -2
  139. package/package.json +1 -1
  140. package/readme.md +1 -1
  141. package/dist/cjs/event-jumbotron-example.cjs.entry.js +0 -146
  142. package/dist/cjs/icon-asset.cjs.entry.js +0 -65
  143. package/dist/cjs/list-item.cjs.entry.js +0 -48
  144. package/dist/cjs/ptc-breadcrumb.cjs.entry.js +0 -47
  145. package/dist/cjs/ptc-button.cjs.entry.js +0 -87
  146. package/dist/cjs/ptc-card-bottom_2.cjs.entry.js +0 -156
  147. package/dist/cjs/ptc-card-content.cjs.entry.js +0 -76
  148. package/dist/cjs/ptc-close-icon_2.cjs.entry.js +0 -275
  149. package/dist/cjs/ptc-img.cjs.entry.js +0 -133
  150. package/dist/cjs/ptc-link.cjs.entry.js +0 -87
  151. package/dist/cjs/ptc-para.cjs.entry.js +0 -127
  152. package/dist/cjs/ptc-scroll-button.cjs.entry.js +0 -136
  153. package/dist/cjs/ptc-spacer.cjs.entry.js +0 -38
  154. package/dist/cjs/ptc-title.cjs.entry.js +0 -152
  155. package/dist/esm/event-jumbotron-example.entry.js +0 -142
  156. package/dist/esm/icon-asset.entry.js +0 -61
  157. package/dist/esm/list-item.entry.js +0 -44
  158. package/dist/esm/ptc-breadcrumb.entry.js +0 -43
  159. package/dist/esm/ptc-button.entry.js +0 -83
  160. package/dist/esm/ptc-card-bottom_2.entry.js +0 -151
  161. package/dist/esm/ptc-card-content.entry.js +0 -72
  162. package/dist/esm/ptc-close-icon_2.entry.js +0 -270
  163. package/dist/esm/ptc-img.entry.js +0 -129
  164. package/dist/esm/ptc-link.entry.js +0 -83
  165. package/dist/esm/ptc-para.entry.js +0 -123
  166. package/dist/esm/ptc-scroll-button.entry.js +0 -132
  167. package/dist/esm/ptc-spacer.entry.js +0 -34
  168. package/dist/esm/ptc-title.entry.js +0 -148
  169. package/dist/ptcw-design/p-01075feb.entry.js +0 -1
  170. package/dist/ptcw-design/p-0c69ea52.entry.js +0 -1
  171. package/dist/ptcw-design/p-1070f8a3.entry.js +0 -1
  172. package/dist/ptcw-design/p-257deac0.entry.js +0 -1
  173. package/dist/ptcw-design/p-25a25451.entry.js +0 -1
  174. package/dist/ptcw-design/p-28371371.entry.js +0 -1
  175. package/dist/ptcw-design/p-2ac5ed9c.entry.js +0 -1
  176. package/dist/ptcw-design/p-45b40ea6.entry.js +0 -1
  177. package/dist/ptcw-design/p-50d68602.entry.js +0 -1
  178. package/dist/ptcw-design/p-5ef23b5c.entry.js +0 -1
  179. package/dist/ptcw-design/p-7793babb.entry.js +0 -1
  180. package/dist/ptcw-design/p-7fe4d383.entry.js +0 -1
  181. package/dist/ptcw-design/p-8fbe5eed.entry.js +0 -1
  182. package/dist/ptcw-design/p-90c4f08b.entry.js +0 -1
  183. package/dist/ptcw-design/p-92d22c78.entry.js +0 -1
  184. package/dist/ptcw-design/p-99355e65.entry.js +0 -1
  185. package/dist/ptcw-design/p-9c1057ce.entry.js +0 -1
  186. package/dist/ptcw-design/p-b1ebac6f.entry.js +0 -1
  187. package/dist/ptcw-design/p-b651c1cb.entry.js +0 -1
  188. package/dist/ptcw-design/p-b8ee8699.entry.js +0 -1
  189. package/dist/ptcw-design/p-ba8c58a7.entry.js +0 -1
  190. package/dist/ptcw-design/p-bb902570.entry.js +0 -1
  191. package/dist/ptcw-design/p-bf18b622.entry.js +0 -1
  192. package/dist/ptcw-design/p-d2e26642.entry.js +0 -1
  193. package/dist/ptcw-design/p-d3e2a446.entry.js +0 -1
  194. package/dist/ptcw-design/p-e2a935fa.entry.js +0 -1
  195. package/dist/ptcw-design/p-f8512dc9.entry.js +0 -1
  196. /package/dist/ptcw-design/{p-672a349f.js → p-bcab66bf.js} +0 -0
@@ -54,7 +54,7 @@ ptc-link, ptc-square-card,
54
54
  }
55
55
  }
56
56
 
57
- a {
57
+ a:not(.vjs-social-share-links a) {
58
58
  font-family: var(--ptc-font-latin);
59
59
  font-style: var(--ptc-font-style-normal);
60
60
  text-decoration-line: underline;
@@ -62,46 +62,46 @@ a {
62
62
  transition: color var(--ptc-transition-medium) var(--ptc-ease-out);
63
63
  font-weight: var(--ptc-font-weight-bold);
64
64
  }
65
- a:visited {
65
+ a:not(.vjs-social-share-links a):visited {
66
66
  color: var(--color-blue-10);
67
67
  }
68
- a:active, a:visited:active {
68
+ a:not(.vjs-social-share-links a):active, a:not(.vjs-social-share-links a):visited:active {
69
69
  transition: none;
70
70
  color: var(--color-blue-09);
71
71
  }
72
- a:hover, a:visited:hover {
72
+ a:not(.vjs-social-share-links a):hover, a:not(.vjs-social-share-links a):visited:hover {
73
73
  color: var(--color-blue-08);
74
74
  }
75
- a.disabled {
75
+ a:not(.vjs-social-share-links a).disabled {
76
76
  color: var(--color-gray-04) !important;
77
77
  cursor: not-allowed;
78
78
  }
79
- a:focus-visible {
79
+ a:not(.vjs-social-share-links a):focus-visible {
80
80
  outline: 5px solid #003DD6 !important;
81
81
  outline-offset: 0px !important;
82
82
  border-radius: var(--ptc-border-radius-standard);
83
83
  }
84
84
 
85
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a), .light-links a.light-link, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a), .background-grey-10 a.light-link, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a), .background-plm-grey a.light-link {
85
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a), .light-links a.light-link, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a), .background-grey-10 a.light-link, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a), .background-plm-grey a.light-link {
86
86
  color: var(--color-blue-04);
87
87
  margin: -2px;
88
88
  border: 2px solid transparent;
89
89
  }
90
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited, .light-links a.light-link:visited, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited, .background-grey-10 a.light-link:visited, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited, .background-plm-grey a.light-link:visited {
90
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):visited, .light-links a.light-link:visited, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):visited, .background-grey-10 a.light-link:visited, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):visited, .background-plm-grey a.light-link:visited {
91
91
  color: var(--color-blue-06);
92
92
  }
93
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):active, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:active, .light-links a.light-link:active, .light-links a.light-link:visited:active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:active, .background-grey-10 a.light-link:active, .background-grey-10 a.light-link:visited:active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:active, .background-plm-grey a.light-link:active, .background-plm-grey a.light-link:visited:active {
93
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):active, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):visited:active, .light-links a.light-link:active, .light-links a.light-link:visited:active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):visited:active, .background-grey-10 a.light-link:active, .background-grey-10 a.light-link:visited:active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):visited:active, .background-plm-grey a.light-link:active, .background-plm-grey a.light-link:visited:active {
94
94
  transition: none;
95
95
  color: var(--color-blue-07);
96
96
  }
97
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):hover, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:hover, .light-links a.light-link:hover, .light-links a.light-link:visited:hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:hover, .background-grey-10 a.light-link:hover, .background-grey-10 a.light-link:visited:hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:hover, .background-plm-grey a.light-link:hover, .background-plm-grey a.light-link:visited:hover {
97
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):hover, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):visited:hover, .light-links a.light-link:hover, .light-links a.light-link:visited:hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):visited:hover, .background-grey-10 a.light-link:hover, .background-grey-10 a.light-link:visited:hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):visited:hover, .background-plm-grey a.light-link:hover, .background-plm-grey a.light-link:visited:hover {
98
98
  color: var(--color-blue-05);
99
99
  }
100
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a).disabled, .light-links a.light-link.disabled, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a).disabled, .background-grey-10 a.light-link.disabled, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a).disabled, .background-plm-grey a.light-link.disabled {
100
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a).disabled, .light-links a.light-link.disabled, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a).disabled, .background-grey-10 a.light-link.disabled, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a).disabled, .background-plm-grey a.light-link.disabled {
101
101
  color: var(--color-gray-04) !important;
102
102
  cursor: not-allowed;
103
103
  }
104
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):focus-visible, .light-links a.light-link:focus-visible, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):focus-visible, .background-grey-10 a.light-link:focus-visible, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):focus-visible, .background-plm-grey a.light-link:focus-visible {
104
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):focus-visible, .light-links a.light-link:focus-visible, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):focus-visible, .background-grey-10 a.light-link:focus-visible, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):focus-visible, .background-plm-grey a.light-link:focus-visible {
105
105
  border-radius: var(--ptc-border-radius-standard);
106
106
  border: 2px solid white;
107
107
  outline: 5px solid var(--keyboard-nav-outline);
@@ -54,7 +54,7 @@ ptc-link, ptc-square-card,
54
54
  }
55
55
  }
56
56
 
57
- a {
57
+ a:not(.vjs-social-share-links a) {
58
58
  font-family: var(--ptc-font-latin);
59
59
  font-style: var(--ptc-font-style-normal);
60
60
  text-decoration-line: underline;
@@ -62,46 +62,46 @@ a {
62
62
  transition: color var(--ptc-transition-medium) var(--ptc-ease-out);
63
63
  font-weight: var(--ptc-font-weight-bold);
64
64
  }
65
- a:visited {
65
+ a:not(.vjs-social-share-links a):visited {
66
66
  color: var(--color-blue-10);
67
67
  }
68
- a:active, a:visited:active {
68
+ a:not(.vjs-social-share-links a):active, a:not(.vjs-social-share-links a):visited:active {
69
69
  transition: none;
70
70
  color: var(--color-blue-09);
71
71
  }
72
- a:hover, a:visited:hover {
72
+ a:not(.vjs-social-share-links a):hover, a:not(.vjs-social-share-links a):visited:hover {
73
73
  color: var(--color-blue-08);
74
74
  }
75
- a.disabled {
75
+ a:not(.vjs-social-share-links a).disabled {
76
76
  color: var(--color-gray-04) !important;
77
77
  cursor: not-allowed;
78
78
  }
79
- a:focus-visible {
79
+ a:not(.vjs-social-share-links a):focus-visible {
80
80
  outline: 5px solid #003DD6 !important;
81
81
  outline-offset: 0px !important;
82
82
  border-radius: var(--ptc-border-radius-standard);
83
83
  }
84
84
 
85
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a), .light-links a.light-link, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a), .background-grey-10 a.light-link, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a), .background-plm-grey a.light-link {
85
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a), .light-links a.light-link, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a), .background-grey-10 a.light-link, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a), .background-plm-grey a.light-link {
86
86
  color: var(--color-blue-04);
87
87
  margin: -2px;
88
88
  border: 2px solid transparent;
89
89
  }
90
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited, .light-links a.light-link:visited, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited, .background-grey-10 a.light-link:visited, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited, .background-plm-grey a.light-link:visited {
90
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):visited, .light-links a.light-link:visited, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):visited, .background-grey-10 a.light-link:visited, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):visited, .background-plm-grey a.light-link:visited {
91
91
  color: var(--color-blue-06);
92
92
  }
93
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):active, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:active, .light-links a.light-link:active, .light-links a.light-link:visited:active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:active, .background-grey-10 a.light-link:active, .background-grey-10 a.light-link:visited:active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:active, .background-plm-grey a.light-link:active, .background-plm-grey a.light-link:visited:active {
93
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):active, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):visited:active, .light-links a.light-link:active, .light-links a.light-link:visited:active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):visited:active, .background-grey-10 a.light-link:active, .background-grey-10 a.light-link:visited:active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):visited:active, .background-plm-grey a.light-link:active, .background-plm-grey a.light-link:visited:active {
94
94
  transition: none;
95
95
  color: var(--color-blue-07);
96
96
  }
97
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):hover, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:hover, .light-links a.light-link:hover, .light-links a.light-link:visited:hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:hover, .background-grey-10 a.light-link:hover, .background-grey-10 a.light-link:visited:hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:hover, .background-plm-grey a.light-link:hover, .background-plm-grey a.light-link:visited:hover {
97
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):hover, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):visited:hover, .light-links a.light-link:hover, .light-links a.light-link:visited:hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):visited:hover, .background-grey-10 a.light-link:hover, .background-grey-10 a.light-link:visited:hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):visited:hover, .background-plm-grey a.light-link:hover, .background-plm-grey a.light-link:visited:hover {
98
98
  color: var(--color-blue-05);
99
99
  }
100
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a).disabled, .light-links a.light-link.disabled, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a).disabled, .background-grey-10 a.light-link.disabled, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a).disabled, .background-plm-grey a.light-link.disabled {
100
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a).disabled, .light-links a.light-link.disabled, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a).disabled, .background-grey-10 a.light-link.disabled, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a).disabled, .background-plm-grey a.light-link.disabled {
101
101
  color: var(--color-gray-04) !important;
102
102
  cursor: not-allowed;
103
103
  }
104
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):focus-visible, .light-links a.light-link:focus-visible, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):focus-visible, .background-grey-10 a.light-link:focus-visible, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):focus-visible, .background-plm-grey a.light-link:focus-visible {
104
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):focus-visible, .light-links a.light-link:focus-visible, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):focus-visible, .background-grey-10 a.light-link:focus-visible, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):focus-visible, .background-plm-grey a.light-link:focus-visible {
105
105
  border-radius: var(--ptc-border-radius-standard);
106
106
  border: 2px solid white;
107
107
  outline: 5px solid var(--keyboard-nav-outline);
@@ -5631,7 +5631,7 @@ Credits to Dave Berning
5631
5631
  background-color: var(--color-gray-06);
5632
5632
  }
5633
5633
 
5634
- a {
5634
+ a:not(.vjs-social-share-links a) {
5635
5635
  font-family: var(--ptc-font-latin);
5636
5636
  font-style: var(--ptc-font-style-normal);
5637
5637
  text-decoration-line: underline;
@@ -5639,46 +5639,46 @@ a {
5639
5639
  transition: color var(--ptc-transition-medium) var(--ptc-ease-out);
5640
5640
  font-weight: var(--ptc-font-weight-bold);
5641
5641
  }
5642
- a:visited {
5642
+ a:not(.vjs-social-share-links a):visited {
5643
5643
  color: var(--color-blue-10);
5644
5644
  }
5645
- a:active, a:visited:active {
5645
+ a:not(.vjs-social-share-links a):active, a:not(.vjs-social-share-links a):visited:active {
5646
5646
  transition: none;
5647
5647
  color: var(--color-blue-09);
5648
5648
  }
5649
- a:hover, a:visited:hover {
5649
+ a:not(.vjs-social-share-links a):hover, a:not(.vjs-social-share-links a):visited:hover {
5650
5650
  color: var(--color-blue-08);
5651
5651
  }
5652
- a.disabled {
5652
+ a:not(.vjs-social-share-links a).disabled {
5653
5653
  color: var(--color-gray-04) !important;
5654
5654
  cursor: not-allowed;
5655
5655
  }
5656
- a:focus-visible {
5656
+ a:not(.vjs-social-share-links a):focus-visible {
5657
5657
  outline: 5px solid #003DD6 !important;
5658
5658
  outline-offset: 0px !important;
5659
5659
  border-radius: var(--ptc-border-radius-standard);
5660
5660
  }
5661
5661
 
5662
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a), .light-links a.light-link, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a), .background-grey-10 a.light-link, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a), .background-plm-grey a.light-link {
5662
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a), .light-links a.light-link, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a), .background-grey-10 a.light-link, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a), .background-plm-grey a.light-link {
5663
5663
  color: var(--color-blue-04);
5664
5664
  margin: -2px;
5665
5665
  border: 2px solid transparent;
5666
5666
  }
5667
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited, .light-links a.light-link:visited, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited, .background-grey-10 a.light-link:visited, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited, .background-plm-grey a.light-link:visited {
5667
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):visited, .light-links a.light-link:visited, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):visited, .background-grey-10 a.light-link:visited, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):visited, .background-plm-grey a.light-link:visited {
5668
5668
  color: var(--color-blue-06);
5669
5669
  }
5670
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):active, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:active, .light-links a.light-link:active, .light-links a.light-link:visited:active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:active, .background-grey-10 a.light-link:active, .background-grey-10 a.light-link:visited:active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:active, .background-plm-grey a.light-link:active, .background-plm-grey a.light-link:visited:active {
5670
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):active, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):visited:active, .light-links a.light-link:active, .light-links a.light-link:visited:active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):visited:active, .background-grey-10 a.light-link:active, .background-grey-10 a.light-link:visited:active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):visited:active, .background-plm-grey a.light-link:active, .background-plm-grey a.light-link:visited:active {
5671
5671
  transition: none;
5672
5672
  color: var(--color-blue-07);
5673
5673
  }
5674
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):hover, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:hover, .light-links a.light-link:hover, .light-links a.light-link:visited:hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:hover, .background-grey-10 a.light-link:hover, .background-grey-10 a.light-link:visited:hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:hover, .background-plm-grey a.light-link:hover, .background-plm-grey a.light-link:visited:hover {
5674
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):hover, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):visited:hover, .light-links a.light-link:hover, .light-links a.light-link:visited:hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):visited:hover, .background-grey-10 a.light-link:hover, .background-grey-10 a.light-link:visited:hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):visited:hover, .background-plm-grey a.light-link:hover, .background-plm-grey a.light-link:visited:hover {
5675
5675
  color: var(--color-blue-05);
5676
5676
  }
5677
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a).disabled, .light-links a.light-link.disabled, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a).disabled, .background-grey-10 a.light-link.disabled, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a).disabled, .background-plm-grey a.light-link.disabled {
5677
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a).disabled, .light-links a.light-link.disabled, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a).disabled, .background-grey-10 a.light-link.disabled, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a).disabled, .background-plm-grey a.light-link.disabled {
5678
5678
  color: var(--color-gray-04) !important;
5679
5679
  cursor: not-allowed;
5680
5680
  }
5681
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):focus-visible, .light-links a.light-link:focus-visible, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):focus-visible, .background-grey-10 a.light-link:focus-visible, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):focus-visible, .background-plm-grey a.light-link:focus-visible {
5681
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):focus-visible, .light-links a.light-link:focus-visible, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):focus-visible, .background-grey-10 a.light-link:focus-visible, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a, .vjs-social-share-links a):focus-visible, .background-plm-grey a.light-link:focus-visible {
5682
5682
  border-radius: var(--ptc-border-radius-standard);
5683
5683
  border: 2px solid white;
5684
5684
  outline: 5px solid var(--keyboard-nav-outline);
@@ -106,7 +106,7 @@ export class PtcWhitePaper {
106
106
  'wp-fullspan-text': true,
107
107
  'text-center': comp.isCenterText,
108
108
  };
109
- return (h("div", { class: classes, key: index }, comp.mainContent && h("div", { class: "", innerHTML: comp.mainContent }), comp.mainContentMultiLine && h("div", { class: "", innerHTML: comp.mainContentMultiLine }), comp.mainContentChart && (h("div", { class: "" }, h("ptc-spacer", { size: "large" }), h("object", { id: "", type: "text/html", width: "100%", height: comp.mainContentChartHeight, "data-dw-widget": "Edge", data: comp.mainContentChart }), h("ptc-spacer", { size: "large" })))));
109
+ return (h("div", { class: classes, key: index }, comp.mainContent && h("div", { class: "", innerHTML: comp.mainContent }), comp.mainContentMultiLine && h("div", { class: "", innerHTML: comp.mainContentMultiLine }), comp.mainContentChart && (h("div", { class: "" }, h("ptc-spacer", { size: "large" }), h("object", { id: "", type: "text/html", width: "100%", height: comp.mainContentChartHeight, "data-dw-widget": "Edge", data: comp.mainContentChart, tabindex: "-1" }), h("ptc-spacer", { size: "large" })))));
110
110
  }
111
111
  render() {
112
112
  const startIndex = (this.currentPage - 1) * this.itemsPerPage;