@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
@@ -2757,6 +2757,10 @@ ptc-link, ptc-square-card,
2757
2757
  top: 0px;
2758
2758
  left: 0px;
2759
2759
  }
2760
+ .preloader-search-results .ptc-container {
2761
+ padding-right: 0px;
2762
+ padding-left: 0px;
2763
+ }
2760
2764
  .preloader-search-results .content-container {
2761
2765
  z-index: 3;
2762
2766
  position: relative;
@@ -2778,7 +2782,7 @@ ptc-link, ptc-square-card,
2778
2782
  height: 527px;
2779
2783
  }
2780
2784
  .preloader-search-results .content-container .skeleton {
2781
- padding-top: 4px;
2785
+ padding: 4px 0 0 0;
2782
2786
  }
2783
2787
  .preloader-search-results .content-container .skeleton .skeleton-block {
2784
2788
  margin-bottom: 6px;
@@ -2786,100 +2790,100 @@ ptc-link, ptc-square-card,
2786
2790
  .preloader-search-results .content-container .skeleton .skeleton-block.longer {
2787
2791
  width: 568px;
2788
2792
  }
2789
- @media only screen and (min-width: 1600px) {
2793
+ @media only screen and (min-width: 360px) {
2790
2794
  .preloader-search-results .content-container .skeleton .skeleton-block.longer {
2791
- width: 568px;
2795
+ width: 199px;
2792
2796
  }
2793
2797
  }
2794
- @media only screen and (min-width: 1440px) {
2798
+ @media only screen and (min-width: 480px) {
2795
2799
  .preloader-search-results .content-container .skeleton .skeleton-block.longer {
2796
- width: 538px;
2800
+ width: 275px;
2797
2801
  }
2798
2802
  }
2799
- @media only screen and (min-width: 1200px) {
2803
+ @media only screen and (min-width: 768px) {
2800
2804
  .preloader-search-results .content-container .skeleton .skeleton-block.longer {
2801
- width: 393px;
2805
+ width: 459px;
2802
2806
  }
2803
2807
  }
2804
2808
  @media only screen and (min-width: 992px) {
2805
2809
  .preloader-search-results .content-container .skeleton .skeleton-block.longer {
2806
- width: 459px;
2810
+ width: 393px;
2807
2811
  }
2808
2812
  }
2809
- @media only screen and (min-width: 768px) {
2813
+ @media only screen and (min-width: 1200px) {
2810
2814
  .preloader-search-results .content-container .skeleton .skeleton-block.longer {
2811
- width: 275px;
2815
+ width: 538px;
2812
2816
  }
2813
2817
  }
2814
- @media only screen and (min-width: 480px) {
2818
+ @media only screen and (min-width: 1440px) {
2815
2819
  .preloader-search-results .content-container .skeleton .skeleton-block.longer {
2816
- width: 199px;
2820
+ width: 568px;
2817
2821
  }
2818
2822
  }
2819
2823
  .preloader-search-results .content-container .skeleton .skeleton-block.longest {
2820
2824
  width: 754px;
2821
2825
  }
2822
- @media only screen and (min-width: 1600px) {
2826
+ @media only screen and (min-width: 360px) {
2823
2827
  .preloader-search-results .content-container .skeleton .skeleton-block.longest {
2824
- width: 754px;
2828
+ width: 264px;
2825
2829
  }
2826
2830
  }
2827
- @media only screen and (min-width: 1440px) {
2831
+ @media only screen and (min-width: 480px) {
2828
2832
  .preloader-search-results .content-container .skeleton .skeleton-block.longest {
2829
- width: 714px;
2833
+ width: 366px;
2830
2834
  }
2831
2835
  }
2832
- @media only screen and (min-width: 1200px) {
2836
+ @media only screen and (min-width: 768px) {
2833
2837
  .preloader-search-results .content-container .skeleton .skeleton-block.longest {
2834
- width: 523px;
2838
+ width: 611px;
2835
2839
  }
2836
2840
  }
2837
2841
  @media only screen and (min-width: 992px) {
2838
2842
  .preloader-search-results .content-container .skeleton .skeleton-block.longest {
2839
- width: 611px;
2843
+ width: 523px;
2840
2844
  }
2841
2845
  }
2842
- @media only screen and (min-width: 768px) {
2846
+ @media only screen and (min-width: 1200px) {
2843
2847
  .preloader-search-results .content-container .skeleton .skeleton-block.longest {
2844
- width: 366px;
2848
+ width: 714px;
2845
2849
  }
2846
2850
  }
2847
- @media only screen and (min-width: 480px) {
2851
+ @media only screen and (min-width: 1440px) {
2848
2852
  .preloader-search-results .content-container .skeleton .skeleton-block.longest {
2849
- width: 264px;
2853
+ width: 754px;
2850
2854
  }
2851
2855
  }
2852
2856
  .preloader-search-results .content-container .skeleton .skeleton-block.medium {
2853
2857
  width: 366px;
2854
2858
  }
2855
- @media only screen and (min-width: 1600px) {
2859
+ @media only screen and (min-width: 360px) {
2856
2860
  .preloader-search-results .content-container .skeleton .skeleton-block.medium {
2857
- width: 366px;
2861
+ width: 129px;
2858
2862
  }
2859
2863
  }
2860
- @media only screen and (min-width: 1440px) {
2864
+ @media only screen and (min-width: 480px) {
2861
2865
  .preloader-search-results .content-container .skeleton .skeleton-block.medium {
2862
- width: 347px;
2866
+ width: 179px;
2863
2867
  }
2864
2868
  }
2865
- @media only screen and (min-width: 1200px) {
2869
+ @media only screen and (min-width: 768px) {
2866
2870
  .preloader-search-results .content-container .skeleton .skeleton-block.medium {
2867
- width: 254px;
2871
+ width: 297px;
2868
2872
  }
2869
2873
  }
2870
2874
  @media only screen and (min-width: 992px) {
2871
2875
  .preloader-search-results .content-container .skeleton .skeleton-block.medium {
2872
- width: 297px;
2876
+ width: 254px;
2873
2877
  }
2874
2878
  }
2875
- @media only screen and (min-width: 768px) {
2879
+ @media only screen and (min-width: 1200px) {
2876
2880
  .preloader-search-results .content-container .skeleton .skeleton-block.medium {
2877
- width: 179px;
2881
+ width: 347px;
2878
2882
  }
2879
2883
  }
2880
- @media only screen and (min-width: 480px) {
2884
+ @media only screen and (min-width: 1440px) {
2881
2885
  .preloader-search-results .content-container .skeleton .skeleton-block.medium {
2882
- width: 129px;
2886
+ width: 366px;
2883
2887
  }
2884
2888
  }
2885
2889
  .preloader-search-results .content-container .skeleton .skeleton-block.small {
@@ -79,10 +79,10 @@ export class PtcPreloaderSection {
79
79
  return (h("div", { class: "preloader-wrapper" }, h("div", { class: "ppc-skeleton-preloader" }, h("div", { class: "ptc-container " }, h("div", { class: "dots-loader" })))));
80
80
  }
81
81
  case 'search-results': {
82
- return (h("div", { class: "preloader-wrapper" }, h("div", { class: "preloader-search-results" }, h("div", { class: "ptc-container content-container" }, h("div", { class: "content-container-child" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thin small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thin small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thin small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thin small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thin small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thin small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thin small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thin small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thin small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thin small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }))), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" })))));
82
+ return (h("div", { class: "preloader-wrapper" }, h("div", { class: "preloader-search-results" }, h("div", { class: "ptc-container content-container" }, h("div", { class: "content-container-child" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }))), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" })))));
83
83
  }
84
84
  case 'news': {
85
- return (h("div", { class: "preloader-wrapper" }, h("div", { class: "news-skeleton-preloader" }, h("div", { class: "ptc-container ptc-section-standard" }, h("ptc-spacer", { breakpoint: "large", size: "medium" }), h("div", { class: "is-grid has-row-gap-md" }, h("div", { class: "is-col-6-lg skeleton-block thick thick-on-mobile" }), h("div", { class: "is-col-6-lg skeleton-block thick medium-md right" })), h("ptc-spacer", { size: "xxx-large" }), h("ptc-spacer", { size: "medium" }), h("div", { class: "skeleton-block narrow thick center" }), h("ptc-spacer", { size: "medium" }), h("div", { class: "skeleton-block short thin center" }), h("ptc-spacer", { size: "medium" }), h("div", { class: "skeleton-block big-block" }), h("ptc-spacer", { size: "xxx-large" }), h("div", { class: "skeleton-block bold medium" }), h("ptc-spacer", { size: "medium" }), h("div", { class: "is-grid has-row-gap-md has-col-gap-lg" }, h("div", { class: "is-col-6-lg" }, h("div", { class: "is-grid has-col-gap-lg" }, h("div", { class: "is-col-6-md skeleton-block card-block" }), h("div", { class: "is-col-6-md skeleton-block card-block" }), h("div", { class: "is-col-6-md skeleton-block card-block" }), h("div", { class: "is-col-6-md skeleton-block card-block" }))), h("div", { class: "is-col-6-lg skeleton-block big-card-block" })), h("ptc-spacer", { size: "medium" }), h("div", { class: "skeleton-block cta thick center" }), h("ptc-spacer", { size: "xxx-large" }), h("div", { class: "skeleton-block bold medium" }), h("ptc-spacer", { size: "medium" }), h("div", { class: "is-grid has-row-gap-md has-col-gap-lg" }, h("div", { class: "is-col-6-lg" }, h("div", { class: "is-grid has-col-gap-lg" }, h("div", { class: "is-col-6-md skeleton-block card-block" }), h("div", { class: "is-col-6-md skeleton-block card-block" }), h("div", { class: "is-col-6-md skeleton-block card-block" }), h("div", { class: "is-col-6-md skeleton-block card-block" }))), h("div", { class: "is-col-6-lg skeleton-block big-card-block" })), h("ptc-spacer", { size: "medium" }), h("div", { class: "skeleton-block cta thick center" })))));
85
+ return (h("div", { class: "preloader-wrapper" }, h("div", { class: "news-skeleton-preloader" }, h("div", { class: "ptc-container ptc-section-standard" }, h("ptc-spacer", { breakpoint: "large", size: "medium" }), h("div", { class: "is-grid has-row-gap-md" }, h("div", { class: "is-col-6-lg skeleton-block thick thick-on-mobile" }), h("div", { class: "is-col-6-lg skeleton-block thick medium-md right" })), h("ptc-spacer", { size: "xxx-large" }), h("ptc-spacer", { size: "medium" }), h("div", { class: "skeleton-block narrow thick center" }), h("ptc-spacer", { size: "medium" }), h("div", { class: "skeleton-block short thin center" }), h("ptc-spacer", { size: "medium" }), h("div", { class: "skeleton-block big-block" }), h("ptc-spacer", { size: "xxx-large" }), h("div", { class: "skeleton-block bold medium" }), h("ptc-spacer", { size: "medium" }), h("div", { class: "is-grid has-row-gap-md has-col-gap-lg" }, h("div", { class: "is-col-8-lg" }, h("div", { class: "is-grid has-col-gap-lg" }, h("div", { class: "is-col-6-md skeleton-block card-block" }), h("div", { class: "is-col-6-md skeleton-block card-block" }), h("div", { class: "is-col-6-md skeleton-block card-block" }), h("div", { class: "is-col-6-md skeleton-block card-block" }))), h("div", { class: "is-col-4-lg skeleton-block big-card-block" })), h("ptc-spacer", { size: "medium" }), h("div", { class: "skeleton-block cta thick center" }), h("ptc-spacer", { size: "xxx-large" }), h("div", { class: "skeleton-block bold medium" }), h("ptc-spacer", { size: "medium" }), h("div", { class: "is-grid has-row-gap-md has-col-gap-lg" }, h("div", { class: "is-col-8-lg" }, h("div", { class: "is-grid has-col-gap-lg" }, h("div", { class: "is-col-6-md skeleton-block card-block" }), h("div", { class: "is-col-6-md skeleton-block card-block" }), h("div", { class: "is-col-6-md skeleton-block card-block" }), h("div", { class: "is-col-6-md skeleton-block card-block" }))), h("div", { class: "is-col-4-lg skeleton-block big-card-block" })), h("ptc-spacer", { size: "medium" }), h("div", { class: "skeleton-block cta thick center" })))));
86
86
  }
87
87
  case 'resource-center': {
88
88
  return (h("div", { class: "preloader-wrapper resource-center-skeleton-preloader" }, h("div", { class: "skeleton jumbo-image-mobile" }), h("div", { class: "skeleton-jumbotron" }, h("div", { class: "ptc-container" }, h("div", { class: "is-grid has-no-row-gap has-col-gap-lg" }, h("div", { class: "is-col-12 is-col-8-lg" }, h("div", { class: "sekleton" }, h("div", { class: "skeleton-block thin short" }), h("div", { class: "skeleton-block thick" }), h("div", { class: "skeleton-block thick" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "skeleton-block thin" }), h("div", { class: "skeleton-block thin medium" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "cta-wrap" }, h("div", { class: "skeleton-block cta" }), h("div", { class: "skeleton-block cta" }))))))), h("div", { class: 'ptc-container' }, h("div", { class: "is-grid desktop-cards" }, h("div", { class: "is-col-12-xs is-col-3-lg" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block thin medium" }), h("div", { class: "skeleton-block bold long" }), h("div", { class: "skeleton-block bold" }), h("div", { class: "skeleton-block bold" }), h("div", { class: "skeleton-block bold" }))), h("div", { class: "is-col-12-xs is-col-9-lg" }, h("div", { class: "is-grid" }, Array.from({ length: 15 }).map(() => (h("div", { class: "is-col-6-sm is-col-4-xl skeleton-block card-block" })))))))));
@@ -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);
@@ -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);
@@ -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);
@@ -257,7 +257,7 @@ export class PtcTextfield {
257
257
  h("div", { class: `mdc-text-field mdc-text-field--outlined mdc-text-field--no-label
258
258
  ${this.fieldId === 'contact-phone' ? 'intl-phone-adjustments' : ''}`, ref: mdcTextfield => {
259
259
  this.mdcTextfield = mdcTextfield;
260
- } }, h("span", { class: "mdc-notched-outline ptc-textfield-outline" }, h("span", { class: "mdc-notched-outline__leading" }), h("span", { class: "mdc-notched-outline__trailing" })), h("input", Object.assign({ ref: customInput => {
260
+ } }, h("span", { class: "mdc-notched-outline ptc-textfield-outline" }, h("span", { class: "mdc-notched-outline__leading" }), h("span", { class: "mdc-notched-outline__trailing" })), h("input", Object.assign({}, (this.disabled ? { disabled: true } : null), { ref: customInput => {
261
261
  this.customInput = customInput;
262
262
  }, id: this.fieldId }, (this.getInputClassName() ? { class: this.getInputClassName() } : null), { type: this.type }, (this.required ? { required: true } : null), (this.ptcMaxLength ? { maxlength: this.ptcMaxLength } : null), { "aria-controls": this.fieldName, "aria-describedby": this.fieldName, "data-eloqua-name": this.ptcDataEloquaName, "data-target-eloqua-name": this.ptcDataTargetEloquaName, value: this.inputValue, name: this.fieldName }, (this.getValidationPattern() ? { pattern: this.getValidationPattern() } : null), (this.ignoreBlindSubmit ? { ignoreBlindSubmit: true } : null), { placeholder: this.placeholderText }))),
263
263
  h("div", { class: `mdc-text-field-helper-line