kcc-gem-theme 1.93.0 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (133) hide show
  1. checksums.yaml +4 -4
  2. data/_data/cache_bust_css.yml +1 -0
  3. data/_includes/alerts.html +2 -0
  4. data/_includes/benefits.html +98 -0
  5. data/_includes/body.html +6 -1
  6. data/_includes/bottom-action-call.html +10 -0
  7. data/_includes/check-mark.svg +17 -0
  8. data/_includes/contacts.html +6 -22
  9. data/_includes/emergency-alert.html +9 -0
  10. data/_includes/footer.html +38 -42
  11. data/_includes/hash/theme_hash.yml +1 -1
  12. data/_includes/hero-slider.html +12 -24
  13. data/_includes/nav-global.html +101 -164
  14. data/_includes/preconnect.html +5 -15
  15. data/_includes/scripts/custom.html +2 -4
  16. data/_includes/scripts/emergency-alerts.html +2 -0
  17. data/_includes/scripts/kcc-theme.html +1 -1
  18. data/_includes/scripts/vendor-cdn.html +3 -5
  19. data/_includes/styles/main.html +7 -5
  20. data/_includes/styles/vendor.html +2 -4
  21. data/_includes/targetx-form.html +370 -0
  22. data/_includes/targetx-head.html +48 -0
  23. data/_layouts/default-core.html +31 -0
  24. data/_layouts/default-landing.html +31 -0
  25. data/_layouts/default.html +3 -2
  26. data/_layouts/landing-page.html +8 -0
  27. data/_layouts/landing-simple.html +29 -0
  28. data/assets/css/kcc-theme.css +1 -0
  29. data/assets/css/translate.css +1 -0
  30. data/assets/img/facebook-f_white.svg +1 -0
  31. data/assets/img/instagram-white.svg +1 -0
  32. data/assets/img/linkedin-white.svg +1 -0
  33. data/assets/img/pinterest-p_white.svg +1 -0
  34. data/assets/img/settings.svg +1 -0
  35. data/assets/img/settings_56.svg +1 -0
  36. data/assets/img/twitter-white.svg +1 -0
  37. data/assets/img/youtube-white.svg +1 -0
  38. data/assets/js/dist/main.bundle.js +1 -0
  39. data/assets/js/{src → theme/alerts}/alerts.js +2 -4
  40. data/assets/js/theme/dist/alerts.bundle.js +1 -0
  41. data/assets/js/theme/dist/darkMode.bundle.js +1 -0
  42. data/assets/js/theme/dist/darkModeStyling.bundle.js +1 -0
  43. data/assets/js/theme/dist/darkModeStyling.css +2 -0
  44. data/assets/js/theme/dist/kcc-mega-nav.bundle.js +1 -0
  45. data/assets/js/theme/dist/kcc-nav.bundle.js +1 -0
  46. data/assets/js/theme/dist/kcc-theme-landing.bundle.js +1 -0
  47. data/assets/js/theme/dist/kcc-theme.bundle.js +1 -0
  48. data/assets/js/theme/landing/landing.js +5 -0
  49. data/assets/js/theme/landing/landingPage.js +49 -0
  50. data/assets/js/theme/nav/megaNav/closeMegaNavOnClick.js +50 -0
  51. data/assets/js/theme/nav/megaNav/googleCustomSearch.js +112 -0
  52. data/assets/js/theme/nav/megaNav/megaNav.js +13 -0
  53. data/assets/js/theme/nav/megaNav/searchToggleMegaNav.js +96 -0
  54. data/assets/js/theme/nav/megaNav/toggleDropdownOnWindowResize.js +78 -0
  55. data/assets/js/theme/nav/megaNav/toggleDropdownOnWindowResizeTwo.js +54 -0
  56. data/assets/js/theme/nav/megaNav/toggleMenuOnWindowResize.js +26 -0
  57. data/assets/js/theme/nav/megaNav/underlineCurrentSite.js +22 -0
  58. data/assets/js/{nav → theme/nav/nav}/nav.js +2 -3
  59. data/assets/js/theme/src/all.js +51 -0
  60. data/assets/js/theme/src/darkMode.js +17 -0
  61. data/assets/js/theme/src/footerDate.js +7 -0
  62. data/assets/js/theme/src/translate.js +56 -0
  63. data/assets/js/theme/src/walkText.js +27 -0
  64. data/assets/js/theme/src/wrapPowerText.js +21 -0
  65. data/assets/scss/0-tools/_google-translate-overrides.scss +40 -53
  66. data/assets/scss/1-base/_svg.scss +0 -3
  67. data/assets/scss/1-base/_typography.scss +1 -2
  68. data/assets/scss/2-modules/_accordion.scss +2 -2
  69. data/assets/scss/2-modules/_dark-mode.scss +241 -0
  70. data/assets/scss/2-modules/_footer.scss +2 -40
  71. data/assets/scss/2-modules/_setting.scss +53 -0
  72. data/assets/scss/darkMode.scss +5 -0
  73. data/assets/scss/kcc-theme.scss +1 -1
  74. data/assets/vendor/css/ajax-loader.gif +0 -0
  75. data/assets/vendor/css/bootstrap.min.css +7 -0
  76. data/assets/vendor/css/fonts/slick.eot +0 -0
  77. data/assets/vendor/css/fonts/slick.ttf +0 -0
  78. data/assets/vendor/css/fonts/slick.woff +0 -0
  79. data/assets/vendor/css/mli7lsm.css +22 -0
  80. data/assets/vendor/css/slick-theme.min.css +8 -0
  81. data/assets/vendor/css/slick.min.css +8 -0
  82. data/assets/vendor/font/slick.woff +0 -0
  83. data/assets/vendor/js/bootstrap.min.js +7 -0
  84. data/assets/vendor/js/jquery.min.js +2 -0
  85. data/assets/vendor/js/popper.min.js +5 -0
  86. data/assets/vendor/js/slick.min.js +1 -0
  87. metadata +93 -57
  88. data/assets/img/facebook.svg +0 -1
  89. data/assets/img/iccmc-logo_blue-transparent.png +0 -0
  90. data/assets/img/instagram.svg +0 -1
  91. data/assets/img/kankakee-community-college-blue.svg +0 -1
  92. data/assets/img/linkedin.svg +0 -1
  93. data/assets/img/pinterest.svg +0 -1
  94. data/assets/img/twitter.svg +0 -1
  95. data/assets/img/x-logo.svg +0 -11
  96. data/assets/img/youtube.svg +0 -1
  97. data/assets/js/dist/109.a6f1301e81cbab72d3fc.bundle.js +0 -1
  98. data/assets/js/dist/279.a6f1301e81cbab72d3fc.bundle.js +0 -1
  99. data/assets/js/dist/45.a6f1301e81cbab72d3fc.bundle.js +0 -1
  100. data/assets/js/dist/504.a6f1301e81cbab72d3fc.bundle.js +0 -1
  101. data/assets/js/dist/57.a6f1301e81cbab72d3fc.bundle.js +0 -1
  102. data/assets/js/dist/582.a6f1301e81cbab72d3fc.bundle.js +0 -1
  103. data/assets/js/dist/647.a6f1301e81cbab72d3fc.bundle.js +0 -1
  104. data/assets/js/dist/909.a6f1301e81cbab72d3fc.bundle.js +0 -1
  105. data/assets/js/dist/936.a6f1301e81cbab72d3fc.bundle.js +0 -1
  106. data/assets/js/dist/971.a6f1301e81cbab72d3fc.bundle.js +0 -1
  107. data/assets/js/dist/971.a6f1301e81cbab72d3fc.css +0 -1
  108. data/assets/js/dist/theme.a6f1301e81cbab72d3fc.bundle.js +0 -1
  109. data/assets/js/dist/theme.a6f1301e81cbab72d3fc.css +0 -1
  110. data/assets/js/src/all.js +0 -74
  111. data/assets/js/src/footerDate.js +0 -13
  112. data/assets/js/src/translate.js +0 -62
  113. data/assets/js/src/walkText.js +0 -31
  114. data/assets/js/src/wrapPowerText.js +0 -11
  115. data/assets/scss/translate.scss +0 -5
  116. /data/assets/js/{src → theme/alerts}/cacheResponse.js +0 -0
  117. /data/assets/js/{src → theme/alerts}/campusAlertsSheetsAPI.js +0 -0
  118. /data/assets/js/{src → theme/alerts}/checkForPrefersReducedMotion.js +0 -0
  119. /data/assets/js/{src → theme/alerts}/contentHashLink.js +0 -0
  120. /data/assets/js/{src → theme/alerts}/createAlertsHtml.js +0 -0
  121. /data/assets/js/{src → theme/alerts}/getCachedResponse.js +0 -0
  122. /data/assets/js/{src → theme/alerts}/parseMarkdownToHTML.js +0 -0
  123. /data/assets/js/{src → theme/alerts}/simpleSetSheetParameters.js +0 -0
  124. /data/assets/js/{nav → theme/nav/nav}/closeNavOnClick.js +0 -0
  125. /data/assets/js/{nav → theme/nav/nav}/highlightCurrentNav.js +0 -0
  126. /data/assets/js/{nav → theme/nav/nav}/moveSearchIcon.js +0 -0
  127. /data/assets/js/{nav → theme/nav/nav}/searchToggleNav.js +0 -0
  128. /data/assets/js/{nav → theme/nav/nav}/toggleNavSearchDropdownOnWindowResize.js +0 -0
  129. /data/assets/js/{src → theme/src}/addClassToOpenNavbar.js +0 -0
  130. /data/assets/js/{src → theme/src}/lazyLoad.js +0 -0
  131. /data/assets/js/{src → theme/src}/sliders.js +0 -0
  132. /data/assets/js/{src → theme/src}/test.js +0 -0
  133. /data/assets/js/{src → theme/src}/ytEmbed.js +0 -0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kcc-gem-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.93.0
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - wdzajicek
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-15 00:00:00.000000000 Z
11
+ date: 2021-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -16,42 +16,42 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '4'
19
+ version: 4.0.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '4'
26
+ version: 4.0.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '2'
33
+ version: 2.0.1
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '2'
40
+ version: 2.0.1
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rake
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '12'
47
+ version: '12.0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '12'
54
+ version: '12.0'
55
55
  description:
56
56
  email:
57
57
  - wdzajicek@gmail.com
@@ -61,16 +61,22 @@ extra_rdoc_files: []
61
61
  files:
62
62
  - LICENSE.txt
63
63
  - README.md
64
+ - _data/cache_bust_css.yml
64
65
  - _data/navigation.yml
65
66
  - _includes/accordion.html
66
67
  - _includes/accordion_path-sorting.html
68
+ - _includes/alerts.html
69
+ - _includes/benefits.html
67
70
  - _includes/body.html
71
+ - _includes/bottom-action-call.html
68
72
  - _includes/breadcrumbs.html
69
73
  - _includes/card-section.html
70
74
  - _includes/chat-now.html
75
+ - _includes/check-mark.svg
71
76
  - _includes/contacts-tan.html
72
77
  - _includes/contacts.html
73
78
  - _includes/document-head.html
79
+ - _includes/emergency-alert.html
74
80
  - _includes/emergency-alerts.html
75
81
  - _includes/foot.html
76
82
  - _includes/footer.html
@@ -90,6 +96,7 @@ files:
90
96
  - _includes/old-head.html
91
97
  - _includes/preconnect.html
92
98
  - _includes/scripts/custom.html
99
+ - _includes/scripts/emergency-alerts.html
93
100
  - _includes/scripts/google-api.html
94
101
  - _includes/scripts/google-noscript.html
95
102
  - _includes/scripts/google-tag.html
@@ -115,17 +122,25 @@ files:
115
122
  - _includes/svg/place-24px.html
116
123
  - _includes/svg/save-money.html
117
124
  - _includes/tabbed-content.html
125
+ - _includes/targetx-form.html
126
+ - _includes/targetx-head.html
118
127
  - _includes/translate.html
128
+ - _layouts/default-core.html
129
+ - _layouts/default-landing.html
119
130
  - _layouts/default.html
120
131
  - _layouts/hero-banner.html
121
132
  - _layouts/hero-slider.html
133
+ - _layouts/landing-page.html
134
+ - _layouts/landing-simple.html
122
135
  - _layouts/markdown.html
123
136
  - _layouts/page.html
124
137
  - _layouts/sub-nav-core.html
125
138
  - _layouts/sub-nav.html
126
139
  - _layouts/thank-you.html
127
140
  - assets/css/content.css
141
+ - assets/css/kcc-theme.css
128
142
  - assets/css/main.css
143
+ - assets/css/translate.css
129
144
  - assets/img/2016-senior-viewbook.jpg
130
145
  - assets/img/ATEC-DSC_1033.jpeg
131
146
  - assets/img/DSC_5650_helpful.jpg
@@ -149,17 +164,15 @@ files:
149
164
  - assets/img/dbl-prev.svg
150
165
  - assets/img/dbl-prev_mobile.svg
151
166
  - assets/img/e-tech_a-roberts_mar2016_D41_6690.jpg
152
- - assets/img/facebook.svg
167
+ - assets/img/facebook-f_white.svg
153
168
  - assets/img/fafsa-early-bird-banner-18.jpg
154
169
  - assets/img/go_cavs_20171002_193828-web.jpg
155
170
  - assets/img/heading-bg-underline-tan.png
156
171
  - assets/img/heading-bg-underline-transparent.png
157
172
  - assets/img/heading-bg-underline.png
158
173
  - assets/img/home.svg
159
- - assets/img/iccmc-logo_blue-transparent.png
160
- - assets/img/instagram.svg
174
+ - assets/img/instagram-white.svg
161
175
  - assets/img/itransfer.png
162
- - assets/img/kankakee-community-college-blue.svg
163
176
  - assets/img/kankakee-community-college-word-logo.svg
164
177
  - assets/img/kcc-logo-inverse.svg
165
178
  - assets/img/kcc-logo.svg
@@ -167,14 +180,14 @@ files:
167
180
  - assets/img/kcc-placeholder.png
168
181
  - assets/img/kcc-text-logo.svg
169
182
  - assets/img/keyboard_arrow_right.svg
170
- - assets/img/linkedin.svg
183
+ - assets/img/linkedin-white.svg
171
184
  - assets/img/loader.gif
172
185
  - assets/img/menu-bg.png
173
186
  - assets/img/miguel2.jpg
174
187
  - assets/img/news.svg
175
188
  - assets/img/pause.svg
176
189
  - assets/img/pause_mobile.svg
177
- - assets/img/pinterest.svg
190
+ - assets/img/pinterest-p_white.svg
178
191
  - assets/img/placeholder.png
179
192
  - assets/img/placeholder_16to9.jpg
180
193
  - assets/img/placeholder_4by3.jpg
@@ -184,54 +197,62 @@ files:
184
197
  - assets/img/play_mobile.svg
185
198
  - assets/img/riverfrontcampus.jpg
186
199
  - assets/img/search.svg
200
+ - assets/img/settings.svg
201
+ - assets/img/settings_56.svg
187
202
  - assets/img/soccer.svg
188
203
  - assets/img/social-icon.svg
189
- - assets/img/twitter.svg
204
+ - assets/img/twitter-white.svg
190
205
  - assets/img/video.svg
191
206
  - assets/img/volleyball.svg
192
- - assets/img/x-logo.svg
193
207
  - assets/img/x.svg
194
- - assets/img/youtube.svg
208
+ - assets/img/youtube-white.svg
195
209
  - assets/img/yt-loading.png
196
210
  - assets/img/zippia.png
197
- - assets/js/dist/109.a6f1301e81cbab72d3fc.bundle.js
198
- - assets/js/dist/279.a6f1301e81cbab72d3fc.bundle.js
199
- - assets/js/dist/45.a6f1301e81cbab72d3fc.bundle.js
200
- - assets/js/dist/504.a6f1301e81cbab72d3fc.bundle.js
201
- - assets/js/dist/57.a6f1301e81cbab72d3fc.bundle.js
202
- - assets/js/dist/582.a6f1301e81cbab72d3fc.bundle.js
203
- - assets/js/dist/647.a6f1301e81cbab72d3fc.bundle.js
204
- - assets/js/dist/909.a6f1301e81cbab72d3fc.bundle.js
205
- - assets/js/dist/936.a6f1301e81cbab72d3fc.bundle.js
206
- - assets/js/dist/971.a6f1301e81cbab72d3fc.bundle.js
207
- - assets/js/dist/971.a6f1301e81cbab72d3fc.css
208
- - assets/js/dist/theme.a6f1301e81cbab72d3fc.bundle.js
209
- - assets/js/dist/theme.a6f1301e81cbab72d3fc.css
210
- - assets/js/nav/closeNavOnClick.js
211
- - assets/js/nav/highlightCurrentNav.js
212
- - assets/js/nav/moveSearchIcon.js
213
- - assets/js/nav/nav.js
214
- - assets/js/nav/searchToggleNav.js
215
- - assets/js/nav/toggleNavSearchDropdownOnWindowResize.js
216
- - assets/js/src/addClassToOpenNavbar.js
217
- - assets/js/src/alerts.js
218
- - assets/js/src/all.js
219
- - assets/js/src/cacheResponse.js
220
- - assets/js/src/campusAlertsSheetsAPI.js
221
- - assets/js/src/checkForPrefersReducedMotion.js
222
- - assets/js/src/contentHashLink.js
223
- - assets/js/src/createAlertsHtml.js
224
- - assets/js/src/footerDate.js
225
- - assets/js/src/getCachedResponse.js
226
- - assets/js/src/lazyLoad.js
227
- - assets/js/src/parseMarkdownToHTML.js
228
- - assets/js/src/simpleSetSheetParameters.js
229
- - assets/js/src/sliders.js
230
- - assets/js/src/test.js
231
- - assets/js/src/translate.js
232
- - assets/js/src/walkText.js
233
- - assets/js/src/wrapPowerText.js
234
- - assets/js/src/ytEmbed.js
211
+ - assets/js/dist/main.bundle.js
212
+ - assets/js/theme/alerts/alerts.js
213
+ - assets/js/theme/alerts/cacheResponse.js
214
+ - assets/js/theme/alerts/campusAlertsSheetsAPI.js
215
+ - assets/js/theme/alerts/checkForPrefersReducedMotion.js
216
+ - assets/js/theme/alerts/contentHashLink.js
217
+ - assets/js/theme/alerts/createAlertsHtml.js
218
+ - assets/js/theme/alerts/getCachedResponse.js
219
+ - assets/js/theme/alerts/parseMarkdownToHTML.js
220
+ - assets/js/theme/alerts/simpleSetSheetParameters.js
221
+ - assets/js/theme/dist/alerts.bundle.js
222
+ - assets/js/theme/dist/darkMode.bundle.js
223
+ - assets/js/theme/dist/darkModeStyling.bundle.js
224
+ - assets/js/theme/dist/darkModeStyling.css
225
+ - assets/js/theme/dist/kcc-mega-nav.bundle.js
226
+ - assets/js/theme/dist/kcc-nav.bundle.js
227
+ - assets/js/theme/dist/kcc-theme-landing.bundle.js
228
+ - assets/js/theme/dist/kcc-theme.bundle.js
229
+ - assets/js/theme/landing/landing.js
230
+ - assets/js/theme/landing/landingPage.js
231
+ - assets/js/theme/nav/megaNav/closeMegaNavOnClick.js
232
+ - assets/js/theme/nav/megaNav/googleCustomSearch.js
233
+ - assets/js/theme/nav/megaNav/megaNav.js
234
+ - assets/js/theme/nav/megaNav/searchToggleMegaNav.js
235
+ - assets/js/theme/nav/megaNav/toggleDropdownOnWindowResize.js
236
+ - assets/js/theme/nav/megaNav/toggleDropdownOnWindowResizeTwo.js
237
+ - assets/js/theme/nav/megaNav/toggleMenuOnWindowResize.js
238
+ - assets/js/theme/nav/megaNav/underlineCurrentSite.js
239
+ - assets/js/theme/nav/nav/closeNavOnClick.js
240
+ - assets/js/theme/nav/nav/highlightCurrentNav.js
241
+ - assets/js/theme/nav/nav/moveSearchIcon.js
242
+ - assets/js/theme/nav/nav/nav.js
243
+ - assets/js/theme/nav/nav/searchToggleNav.js
244
+ - assets/js/theme/nav/nav/toggleNavSearchDropdownOnWindowResize.js
245
+ - assets/js/theme/src/addClassToOpenNavbar.js
246
+ - assets/js/theme/src/all.js
247
+ - assets/js/theme/src/darkMode.js
248
+ - assets/js/theme/src/footerDate.js
249
+ - assets/js/theme/src/lazyLoad.js
250
+ - assets/js/theme/src/sliders.js
251
+ - assets/js/theme/src/test.js
252
+ - assets/js/theme/src/translate.js
253
+ - assets/js/theme/src/walkText.js
254
+ - assets/js/theme/src/wrapPowerText.js
255
+ - assets/js/theme/src/ytEmbed.js
235
256
  - assets/scss/0-tools/_bootstrap-overrides.scss
236
257
  - assets/scss/0-tools/_cloudcannon.scss
237
258
  - assets/scss/0-tools/_google-translate-overrides.scss
@@ -252,6 +273,7 @@ files:
252
273
  - assets/scss/2-modules/_campus-alerts.scss
253
274
  - assets/scss/2-modules/_card-section.scss
254
275
  - assets/scss/2-modules/_contacts.scss
276
+ - assets/scss/2-modules/_dark-mode.scss
255
277
  - assets/scss/2-modules/_error.scss
256
278
  - assets/scss/2-modules/_footer.scss
257
279
  - assets/scss/2-modules/_header.scss
@@ -261,6 +283,7 @@ files:
261
283
  - assets/scss/2-modules/_nav-global.scss
262
284
  - assets/scss/2-modules/_nav-landing.scss
263
285
  - assets/scss/2-modules/_nav-local.scss
286
+ - assets/scss/2-modules/_setting.scss
264
287
  - assets/scss/2-modules/_sliders.scss
265
288
  - assets/scss/2-modules/_social-icons.scss
266
289
  - assets/scss/2-modules/_sub-nav.scss
@@ -274,8 +297,21 @@ files:
274
297
  - assets/scss/3-layout/_tables.scss
275
298
  - assets/scss/3-layout/_thank-you.scss
276
299
  - assets/scss/4-pages/index/_home.scss
300
+ - assets/scss/darkMode.scss
277
301
  - assets/scss/kcc-theme.scss
278
- - assets/scss/translate.scss
302
+ - assets/vendor/css/ajax-loader.gif
303
+ - assets/vendor/css/bootstrap.min.css
304
+ - assets/vendor/css/fonts/slick.eot
305
+ - assets/vendor/css/fonts/slick.ttf
306
+ - assets/vendor/css/fonts/slick.woff
307
+ - assets/vendor/css/mli7lsm.css
308
+ - assets/vendor/css/slick-theme.min.css
309
+ - assets/vendor/css/slick.min.css
310
+ - assets/vendor/font/slick.woff
311
+ - assets/vendor/js/bootstrap.min.js
312
+ - assets/vendor/js/jquery.min.js
313
+ - assets/vendor/js/popper.min.js
314
+ - assets/vendor/js/slick.min.js
279
315
  homepage: https://github.com/KankakeeCommunityCollege/kcc-gem-theme
280
316
  licenses:
281
317
  - MIT
@@ -295,7 +331,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
295
331
  - !ruby/object:Gem::Version
296
332
  version: '0'
297
333
  requirements: []
298
- rubygems_version: 3.3.26
334
+ rubygems_version: 3.0.8
299
335
  signing_key:
300
336
  specification_version: 4
301
337
  summary: KCC's Gem-based theme for building jekyll sites.
@@ -1 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><svg enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="m320.526 268.436 7.223-51.045h-50.08v-34.799c0-10.788 8.827-19.615 19.615-19.615h32.393v-47.002l-40.702-1.634c-38.005-1.524-63.793 27.143-63.793 60.903v42.146h-42.858v51.045h42.858v129.282h52.487v-129.281z" fill="#fff" fill-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><svg enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><g fill="#fff"><path d="m317.858 407.985h-123.716c-47.339 0-86.071-38.73-86.071-86.07v-131.829c0-47.34 38.732-86.071 86.071-86.071h123.717c47.34 0 86.072 38.731 86.072 86.071v131.829c0 47.34-38.733 86.07-86.073 86.07m0-22.742c16.82 0 32.697-6.614 44.705-18.623 12.01-12.008 18.622-27.885 18.622-44.705v-131.829c0-16.82-6.612-32.697-18.622-44.706-12.008-12.009-27.885-18.622-44.705-18.622h-123.716c-16.82 0-32.697 6.613-44.706 18.622s-18.621 27.886-18.621 44.706v131.829c0 16.82 6.612 32.697 18.621 44.705 12.009 12.009 27.886 18.623 44.706 18.623z"/><path d="m337.929 254.827c0 44.994-36.477 81.47-81.472 81.47-44.994 0-81.471-36.476-81.471-81.47 0-44.995 36.477-81.471 81.471-81.471 44.995 0 81.472 36.476 81.472 81.471m-81.864-53.283c-29.464 0-53.348 23.885-53.348 53.347 0 29.464 23.884 53.35 53.348 53.35s53.347-23.886 53.347-53.35c0-29.462-23.883-53.347-53.347-53.347"/><path d="m358.526 172.089c0 10.654-8.637 19.292-19.29 19.292-10.655 0-19.292-8.638-19.292-19.292 0-10.653 8.637-19.29 19.292-19.29 10.654 0 19.29 8.637 19.29 19.29"/></g></svg>
@@ -1 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><svg enable-background="new 0 0 432 36" height="36" viewBox="0 0 432 36" width="432" xmlns="http://www.w3.org/2000/svg"><g fill="#0f3b63"><path d="m14.716 12.708h1.943l9.136-8.875h5.133l-11.072 10.615 7.348 11.135h-5.278l-6.025-9.309h-1.943l-1.979 9.309h-4.176l4.623-21.75h4.176z"/><path d="m38.776 23.669h-.087c-1.157 2.031-3.402 2.088-5.171 2.088-3.451 0-5.53-.725-4.655-4.842.777-3.654 2.907-4.67 6.676-4.67 1.856 0 3.677.029 4.184 1.74h.116l.419-1.973c.524-2.465.506-3.334-2.54-3.334-1.595 0-2.901.145-3.321 2.117h-3.654c.943-4.438 4.025-4.611 7.505-4.611 4.872 0 6.742.754 5.657 5.857l-2.028 9.541h-3.654zm-6.258-2.754c-.457 2.145.371 2.348 2.835 2.348 1.943 0 3.401-.174 3.863-2.348.45-2.117-1.104-2.176-2.902-2.176-1.856 0-3.335 0-3.796 2.176z"/><path d="m52.393 10.358-.487 2.291h.116c1.286-2.232 3.163-2.465 5.309-2.465 4.002 0 4.869 1.652 4.08 5.365l-2.133 10.033h-3.654l2.053-9.656c.468-2.205.136-2.959-2.213-2.959-3.19 0-3.945 1.508-4.525 4.234l-1.781 8.381h-3.654l3.236-15.225h3.653z"/><path d="m68.448 16.274h.899l5.521-5.916h4.118l-6.917 7.164 4.782 8.061h-4.408l-3.626-6.814h-.899l-1.449 6.814h-3.654l4.623-21.75h3.654z"/><path d="m88.829 23.669h-.087c-1.157 2.031-3.402 2.088-5.171 2.088-3.451 0-5.53-.725-4.655-4.842.777-3.654 2.907-4.67 6.677-4.67 1.856 0 3.677.029 4.183 1.74h.116l.419-1.973c.524-2.465.506-3.334-2.54-3.334-1.595 0-2.901.145-3.321 2.117h-3.654c.943-4.438 4.025-4.611 7.505-4.611 4.872 0 6.742.754 5.657 5.857l-2.028 9.541h-3.654zm-6.258-2.754c-.457 2.145.371 2.348 2.835 2.348 1.943 0 3.401-.174 3.863-2.348.45-2.117-1.104-2.176-2.902-2.176-1.855 0-3.334 0-3.796 2.176z"/><path d="m101.16 16.274h.899l5.521-5.916h4.118l-6.917 7.164 4.782 8.061h-4.408l-3.626-6.814h-.899l-1.449 6.814h-3.654l4.623-21.75h3.654z"/><path d="m125.758 20.741c-1.017 4.785-3.821 5.016-8.171 5.016-5.829 0-6.623-1.855-5.372-7.742 1.159-5.451 2.535-7.83 8.683-7.83 6.264 0 6.716 1.826 5.305 8.469h-10.469c-.697 3.275-.832 4.32 2.445 4.32 2.03 0 3.445.029 3.926-2.232h3.653zm-2.716-4.408c.666-3.133.251-3.365-2.736-3.365-3.161 0-3.506.668-4.079 3.365z"/><path d="m142.288 20.741c-1.017 4.785-3.821 5.016-8.171 5.016-5.829 0-6.623-1.855-5.372-7.742 1.159-5.451 2.535-7.83 8.683-7.83 6.264 0 6.716 1.826 5.305 8.469h-10.469c-.697 3.275-.832 4.32 2.445 4.32 2.03 0 3.445.029 3.926-2.232h3.653zm-2.717-4.408c.666-3.133.251-3.365-2.736-3.365-3.161 0-3.506.668-4.079 3.365z"/><path d="m170.55 11.112.253-1.189c.536-2.521-.413-2.695-4.067-2.695-4.205 0-5.078.695-5.984 4.959l-1.023 4.812c-.896 4.35-.553 5.191 3.826 5.191 3.364 0 4.897-.115 5.556-3.219l.253-1.189h4.176l-.302 1.422c-1.306 6.553-4.998 6.322-10.441 6.553-7.718.291-8.544-2.232-7.282-8.584l1.061-4.986c1.479-6.961 4.509-8.527 10.918-8.527 5.423 0 8.52.029 7.484 6.264l-.252 1.189h-4.176z"/><path d="m190.057 17.985c-1.251 5.887-2.464 7.771-8.815 7.771s-6.762-1.885-5.511-7.771c1.257-5.916 2.47-7.801 8.821-7.801 6.351.001 6.762 1.885 5.505 7.801zm-10.679.03c-.863 4.061-.793 4.959 2.455 4.959s3.7-.898 4.563-4.959c.875-4.117.812-5.047-2.437-5.047-3.247 0-3.705.929-4.581 5.047z"/><path d="m198.318 10.358-.468 2.205h.116c1.225-1.943 3.376-2.379 5.291-2.379s4.013.492 3.951 2.697h.116c1.146-2.117 3.357-2.697 5.387-2.697 3.943 0 4.959 1.363 4.164 5.104l-2.188 10.295h-3.654l2.114-9.947c.32-1.914.017-2.668-1.984-2.668-2.958 0-3.822 1.334-4.395 4.031l-1.824 8.584h-3.654l2.114-9.947c.32-1.914.016-2.668-1.985-2.668-2.958 0-3.821 1.334-4.395 4.031l-1.825 8.584h-3.654l3.236-15.225z"/><path d="m225.115 10.358-.469 2.205h.115c1.225-1.943 3.377-2.379 5.291-2.379s4.012.492 3.951 2.697h.115c1.146-2.117 3.357-2.697 5.387-2.697 3.943 0 4.959 1.363 4.164 5.104l-2.188 10.295h-3.654l2.113-9.947c.32-1.914.018-2.668-1.984-2.668-2.957 0-3.82 1.334-4.395 4.031l-1.824 8.584h-3.654l2.115-9.947c.318-1.914.016-2.668-1.986-2.668-2.957 0-3.82 1.334-4.395 4.031l-1.824 8.584h-3.654l3.236-15.225z"/><path d="m255.141 25.583.5-2.348h-.117c-1.271 2.029-3.262 2.521-5.35 2.521-3.045 0-4.854-1.043-4.174-4.379l2.344-11.02h3.654l-2.041 9.6c-.463 2.174-.438 3.016 1.91 3.016 2.814 0 3.965-1.189 4.525-3.828l1.869-8.787h3.654l-3.236 15.225z"/><path d="m269.193 10.358-.486 2.291h.115c1.287-2.232 3.164-2.465 5.309-2.465 4.002 0 4.869 1.652 4.08 5.365l-2.133 10.033h-3.654l2.053-9.656c.469-2.205.137-2.959-2.213-2.959-3.189 0-3.945 1.508-4.525 4.234l-1.781 8.381h-3.654l3.236-15.225h3.653z"/><path d="m283.096 25.583h-3.654l3.236-15.225h3.654zm3.965-18.646h-3.654l.658-3.104h3.654z"/><path d="m287.869 10.358h1.914l.732-3.451h3.654l-.732 3.451h5.828l-.592 2.783h-5.828l-1.658 7.803c-.268 1.391-.402 2.029 1.135 2.029 2.059 0 2.172-1.625 2.51-3.219h3.221c-.924 4.611-2.379 6.002-6.322 6.002-4.002 0-5.023-.928-4.203-4.785l1.664-7.83h-1.914z"/><path d="m307.152 26.192c-1.574 3.451-2.844 6.148-7.107 6.148-.521 0-1.025-.088-1.541-.117l.586-2.754c.256.029.504.086.766.086 2.291 0 3.107-2.203 3.801-3.973h-1.768l-1.781-15.225h3.77l1.102 12.963h.059l5.713-12.963h3.713z"/><path d="m339.182 11.112.254-1.189c.535-2.521-.414-2.695-4.066-2.695-4.205 0-5.078.695-5.984 4.959l-1.023 4.812c-.896 4.35-.553 5.191 3.826 5.191 3.363 0 4.896-.115 5.557-3.219l.252-1.189h4.176l-.301 1.422c-1.307 6.553-4.998 6.322-10.441 6.553-7.717.291-8.545-2.232-7.281-8.584l1.061-4.986c1.479-6.961 4.508-8.527 10.918-8.527 5.422 0 8.52.029 7.484 6.264l-.254 1.189h-4.178z"/><path d="m358.689 17.985c-1.252 5.887-2.465 7.771-8.814 7.771-6.352 0-6.764-1.885-5.512-7.771 1.258-5.916 2.471-7.801 8.82-7.801 6.352.001 6.764 1.885 5.506 7.801zm-10.677.03c-.863 4.061-.793 4.959 2.455 4.959 3.246 0 3.699-.898 4.562-4.959.875-4.117.811-5.047-2.438-5.047s-3.704.929-4.579 5.047z"/><path d="m363.83 25.583h-3.652l4.623-21.75h3.652z"/><path d="m371.139 25.583h-3.654l4.623-21.75h3.654z"/><path d="m389.336 20.741c-1.018 4.785-3.822 5.016-8.172 5.016-5.828 0-6.623-1.855-5.371-7.742 1.158-5.451 2.533-7.83 8.682-7.83 6.264 0 6.717 1.826 5.305 8.469h-10.469c-.697 3.275-.832 4.32 2.445 4.32 2.029 0 3.445.029 3.926-2.232h3.654zm-2.717-4.408c.666-3.133.25-3.365-2.736-3.365-3.162 0-3.506.668-4.08 3.365z"/><path d="m401.848 23.409h-.086c-1.383 2-3.4 2.348-5.256 2.348-5.221 0-5.219-2.871-4.27-7.336.992-4.67 1.924-8.236 7.58-8.236 2.145 0 3.729.465 4.23 2.465h.117l.342-2.291h3.654l-3.23 15.195c-1.166 5.482-3.182 6.787-8.75 6.787-3.713 0-6.361-.639-5.16-5.191h3.422c-.445 2.088.271 2.406 2.33 2.406 3.104 0 3.904-.637 4.459-3.248zm-5.766-5.887c-.734 3.449-1.16 5.451 2.088 5.451 3.654 0 4.043-1.826 4.812-5.451.691-3.248.475-4.555-2.686-4.555-2.523.001-3.401.727-4.214 4.555z"/><path d="m423.092 20.741c-1.018 4.785-3.822 5.016-8.172 5.016-5.828 0-6.623-1.855-5.371-7.742 1.158-5.451 2.533-7.83 8.682-7.83 6.264 0 6.717 1.826 5.305 8.469h-10.469c-.697 3.275-.832 4.32 2.445 4.32 2.029 0 3.445.029 3.926-2.232h3.654zm-2.717-4.408c.666-3.133.25-3.365-2.736-3.365-3.162 0-3.506.668-4.08 3.365z"/></g></svg>
@@ -1 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><svg enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><g fill="#fff"><path d="m142.394 216.601h48.7v156.684h-48.7zm24.361-77.885c15.567 0 28.219 12.651 28.219 28.226 0 15.588-12.651 28.24-28.219 28.24-15.608 0-28.242-12.652-28.242-28.24 0-15.574 12.633-28.226 28.242-28.226"/><path d="m221.638 216.601h46.707v21.408h.65c6.502-12.316 22.385-25.305 46.076-25.305 49.314 0 58.416 32.454 58.416 74.639v85.941h-48.664v-76.199c0-18.168-.334-41.54-25.302-41.54-25.339 0-29.23 19.792-29.23 40.227v77.512h-48.653z"/></g></svg>
@@ -1 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><svg enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><path d="m256.005 105.086c-83.343 0-150.915 67.566-150.915 150.912 0 61.795 37.159 114.882 90.332 138.223-.425-10.538-.076-23.188 2.627-34.653 2.901-12.252 19.418-82.231 19.418-82.231s-4.821-9.636-4.821-23.878c0-22.363 12.962-39.066 29.104-39.066 13.727 0 20.357 10.311 20.357 22.656 0 13.8-8.8 34.439-13.326 53.557-3.781 16.008 8.026 29.065 23.819 29.065 28.593 0 47.85-36.724 47.85-80.234 0-33.075-22.276-57.832-62.794-57.832-45.778 0-74.297 34.139-74.297 72.271 0 13.147 3.877 22.42 9.949 29.599 2.791 3.298 3.18 4.625 2.168 8.411-.723 2.777-2.386 9.462-3.074 12.111-1.005 3.821-4.102 5.188-7.556 3.776-21.085-8.607-30.905-31.698-30.905-57.654 0-42.869 36.155-94.272 107.856-94.272 57.617 0 95.537 41.693 95.537 86.449 0 59.2-32.912 103.428-81.427 103.428-16.293 0-31.618-8.808-36.868-18.811 0 0-8.761 34.771-10.617 41.484-3.198 11.636-9.462 23.264-15.188 32.328 13.573 4.007 27.91 6.188 42.771 6.188 83.336 0 150.904-67.565 150.904-150.915 0-83.346-67.568-150.912-150.904-150.912z" fill="#fff"/></svg>
@@ -1 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><svg enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><path d="m393.859 170.531c-10.142 4.498-21.039 7.539-32.479 8.905 11.677-6.998 20.642-18.081 24.865-31.286-10.925 6.48-23.028 11.187-35.91 13.723-10.315-10.991-25.015-17.858-41.278-17.858-31.234 0-56.554 25.32-56.554 56.55 0 4.433.501 8.749 1.465 12.888-47-2.358-88.67-24.873-116.562-59.087-4.868 8.354-7.656 18.067-7.656 28.432 0 19.618 9.984 36.929 25.158 47.069-9.271-.293-17.99-2.837-25.615-7.073-.004.236-.005.473-.005.712 0 27.399 19.493 50.256 45.364 55.451-4.746 1.292-9.742 1.982-14.899 1.982-3.645 0-7.187-.354-10.64-1.014 7.196 22.467 28.081 38.816 52.827 39.274-19.354 15.166-43.738 24.208-70.233 24.208-4.564 0-9.066-.269-13.489-.79 25.026 16.045 54.751 25.406 86.688 25.406 104.021 0 160.9-86.171 160.9-160.901 0-2.452-.054-4.891-.163-7.315 11.046-7.974 20.635-17.934 28.216-29.276z" fill="#fff"/></svg>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 27.6.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
5
- <style type="text/css">
6
- .st0{fill:#FFFFFF;}
7
- </style>
8
- <path class="st0" d="M281.4,234.4L384.9,114h-24.5l-89.9,104.5L198.6,114h-82.8l108.6,158L115.8,398.3h24.5l95-110.4l75.8,110.4H394
9
- L281.4,234.4L281.4,234.4z M247.7,273.4l-11-15.7l-87.5-125.2h37.7l70.7,101.1l11,15.7l91.8,131.4h-37.7L247.7,273.4L247.7,273.4z"
10
- />
11
- </svg>
@@ -1 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><svg enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><path d="m339.306 134.92h-166.615c-91.187 0-91.187 25.977-91.187 89.865v62.432c0 60.757 12.915 89.864 91.187 89.864h166.614c70.7 0 91.19-17.012 91.19-89.864v-62.432c.001-67.248-3.442-89.865-91.189-89.865zm-118.959 168.537v-98.009l94.064 48.846z" fill="#fff"/></svg>
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunkkcc_gem_theme=self.webpackChunkkcc_gem_theme||[]).push([[109],{109:function(e,n,t){t.r(n),t.d(n,{default:function(){return I}});const r=/^id=/g,o=/^\?/g,c=/\/$/g,s="userPrefersReducedMotion",a={behavior:"smooth",block:"center"},i={block:"center"};function l(e){return"true"==window.localStorage.getItem(s)?e.scrollIntoView(i):e.scrollIntoView(a),e.focus()}function u(e,n){-1!==e.search(r)&&function(e,n){let t=e.replace(r,"");l(document.querySelector(n).querySelector(`#${t}`))}(e,n)}function d(e){l(document.querySelector(e))}function g(e){var n;window.location.hash&&(n=window.location.hash.replace(c,""),document.querySelector(`.nav-tabs a[href="${n}"]`)?($(`.nav-tabs a[href="${n}"]`).on("shown.bs.tab",(()=>{window.location.search&&u(window.location.search.replace(o,""),n)})).tab("show"),d(`${n}-label`)):document.querySelector(`${n}.collapse`)&&($(n).on("shown.bs.collapse",(()=>{window.location.search&&u(window.location.search.replace(o,""),n)})).collapse("show"),d(n)))}var h=function(){(document.querySelector("#accordion")||document.querySelector(".nav.nav-tabs"))&&(g(),window.addEventListener("hashchange",g,!1))};const f={strong:/\*\*([^\*]*)\*\*/g,em:/_([^_]*)_/g};function w(e,n,t){return e.replace(n,t)}function p(e,n){const t={"\\*":"__asterisk__","\\_":"__underscore__","\\[":"__openBracket__","\\]":"__closeBracket__","\\(":"__openParenthesis__","\\)":"__closeParenthesis__"};for(let r in t)t.hasOwnProperty(r)&&(!0===n?e=w(e,r,t[r]):!1===n&&(e=w(e,t[r],r.replace(/^\\/g,""))));return e}function m(e,n){if(""===n)return e;for(var t in f)f.hasOwnProperty(t)&&(e=e.replace(f[t],"<"+t+">$1</"+t+">"));return e}function _(e,n){return""===n?e:e.replace(/^(.*)$/gm,'<p class="typography__alert">$1</p>')}var v=function(e){let[n,t,r,o,c,s]=e.result.values[2];if("FALSE"===n)return h();const a=document.getElementById("emergencyAlerts");let i=new Date,l=new Date(c),u=new Date(s);const d="FALSE"===o||"TRUE"===o&&l.getTime()<=i.getTime()&&u.getTime()>i.getTime(),g="TRUE"===t||"FALSE"===t&&"/"==window.location.pathname;let w=`\n<div class="container">\n <div class="row">\n <div class="col">\n <div class="alert alert-warning">\n ${function(e){const n=function(e){return e.replace(/\[(?<linkText>[^\]]*)\]\((?<linkHref>[^\)]*)\)/g,'<a href="$<linkHref>" target="_blank" rel="noopener noreferrer">$<linkText></a>')}(function(e){for(var n in f)f.hasOwnProperty(n)&&(e=e.replace(f[n],m));return e}(p(e,!0)));return p(function(e){return e.replace(/^(.*)$/gm,_)}(n),!1)}(r)}\n </div>\n </div>\n </div>\n</div>`;return[i,l,u].map((e=>e.setHours(0,0,0,0))),d&&g&&function(e,n){e.innerHTML=n,e.classList.add("position__offset-alert--visible")}(a,w),h()};const y=function(e,n){let t={spreadsheetId:"1plXBiZY5pVbhNT-mszxEuqCl4zy8wMnz9gXXbbT_yLs"};return r="Alerts",t.range=r,t;var r}(),b={apiKey:"AIzaSyCEBsbXfFcdbkASlg-PodD1rT_Fe3Nw62A",discoveryDocs:["https://www.googleapis.com/discovery/v1/apis/sheets/v4/rest"]};var S=function(){if(!document.getElementById("emergencyAlerts"))return h();gapi.client.init(b).then((()=>gapi.client.sheets.spreadsheets.values.get(y))).then((e=>(v(e),e))).then((e=>{!function(e){const n=e.result.values,t=n[1],r=n[2];for(let e=0,n=r.length;e<n;e++){const n=r[e],o=t[e];window.sessionStorage.setItem(o.replace(" ","-"),n)}}(e)}),(e=>{console.error("Execute error",e),h()}))};const k=window.sessionStorage;var E=function(){try{!function(){let e={result:{values:[0,0,[k.Visible,k.getItem("All-Pages"),k.getItem("Alert-Content"),k.getItem("Alert-Expiration"),k.Start,k.End]]}};var n;n=h,v(e),n()}()}catch(e){h(),console.error(`Error retrieving cached response in sessionStorage:\nName: ${e.name}\nMessage: ${e.message}\n${e}`)}},I=function(){(function(){const e=window.matchMedia("(prefers-reduced-motion: reduce)"),n=-1!==window.navigator.userAgent.search(/MSIE/g);let t;t=!!e.matches,localStorage.setItem("userPrefersReducedMotion",t),n||e.addEventListener("change",(n=>{t=!!e.matches,localStorage.setItem("userPrefersReducedMotion",t)}))})(),window.sessionStorage.getItem("Alert-Content")?E():gapi.load("client",S)}}}]);
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunkkcc_gem_theme=self.webpackChunkkcc_gem_theme||[]).push([[279],{279:function(e,t,n){function o(e,t){let n=e.querySelector("a");e.classList.add("active"),n.insertAdjacentHTML("beforeend",' <span class="sr-only">(current)</span>')}n.r(t),n.d(t,{default:function(){return f}});var s=function(){const e=window.location.pathname,t="#contact"===window.location.hash,n="/"===window.location.pathname;document.getElementById("subNavNav")&&function(e){const t=document.querySelectorAll(".js-sub-nav-item");for(let n of t){const t=n.querySelector("a"),s=t.getAttribute("href").replace(/\.\.\//g,"");t.textContent,-1!==e.indexOf(s)&&o(n)}}(e);const s=document.querySelectorAll(".js-nav-item");for(let c of s){const s=c.querySelector("a"),a=s.getAttribute("href").replace(/\.\.\//g,""),r="home"===s.textContent.toLowerCase(),l=-1!==e.indexOf(a);n||t?r&&o(c):l&&!r&&o(c)}};const c=$("#mainNavContent"),a="hide";function r(e){e.target.matches(".nav-link:not(.dropdown-toggle)")&&(e.target.classList.contains("dropdown-toggle")||!!document.getElementById("mainNavContent").classList.contains("show")&&c.collapse(a))}var l=function(){document.addEventListener("click",r,!1)};function i(){document.querySelector("button.gsc-search-button-v2").classList.add("gsc-overrides__clear-x")}function u(){document.querySelector("button.gsc-search-button-v2").classList.remove("gsc-overrides__clear-x")}var d=function(){document.getElementById("searchCollapse")&&new Promise(((e,t)=>{!function(){var e=document.createElement("script");e.type="text/javascript",e.async=!0,e.src="https://cse.google.com/cse.js?cx=006320264078644364913:sy48bet-lr8";var t=document.getElementsByTagName("script")[0];t.parentNode.insertBefore(e,t)}(),e()})).then((()=>{new Promise(((e,t)=>{const n=document.getElementById("searchCollapse");new MutationObserver((function(t,n){for(const n of t)"childList"==n.type&&(document.querySelector(".gsst_a").setAttribute("id","xIcon"),e())})).observe(n,{attributes:!0,childList:!0,subtree:!0})})).then((()=>{!function(){let e=!1;return function(){e||(e=!0,"display: none;"===document.getElementById("xIcon").getAttribute("style")?u():i())}}()();const e=document.getElementById("xIcon");new MutationObserver((function(t,n){for(const n of t)"attributes"==n.type&&("display: none;"===e.getAttribute("style")?u():i())})).observe(e,{attributes:!0,childList:!0,subtree:!0})}))}))},g=function(){const e=document.getElementById("searchIcon");e&&document.addEventListener("click",(function(t){const n=document.getElementById("searchImg"),o=document.getElementById("searchCollapse"),s=document.getElementById("mainNav"),c=document.getElementById("globalNav"),a=-1!=n.style.backgroundImage.indexOf("assets/img/search.svg"),r=o.getAttribute("aria-hidden"),l=document.getElementById("gsc-i-id1");t.target.closest("#searchIcon")&&(t.preventDefault(),a?(n.style.backgroundImage='url("/assets/img/x.svg")',n.setAttribute("alt","Close icon"),e.setAttribute("aria-label","Toggle Close")):(n.style.backgroundImage='url("/assets/img/search.svg")',n.setAttribute("alt","Search icon"),e.setAttribute("aria-label","Toggle Search"),l.focus()),o.classList.toggle("nav-global__search-collapse--visible"),"true"===r?o.setAttribute("aria-hidden","false"):o.setAttribute("aria-hidden","true"),s.classList.toggle("nav-local__search-toggle"),c.classList.toggle("nav-global__search-toggle"))}),!1)};const m="#searchImg";function b(e,t){e.classList.contains(t)&&function(e,t){e.classList.remove(t)}(e,t)}function h(){if(window.innerWidth>=992){const t=document.getElementById("searchCollapse"),n=document.getElementById("globalNav"),o=document.getElementById("mainNav"),s=document.getElementById("searchIcon");b(t,"nav-global__search-collapse--visible"),b(n,"nav-global__search-toggle"),b(o,"nav-local__search-toggle"),"Toggle Close"!==!(e=s).getAttribute("aria-label")&&function(e){const t=e.querySelector(m);e.setAttribute("aria-label","Toggle Search"),t.setAttribute("alt","Open icon"),t.setAttribute("style",'background-image: url("/assets/img/search.svg")')}(e)}var e}var v=function(){window.addEventListener("resize",h)};function f(){s(),g(),d(),l(),v()}}}]);
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunkkcc_gem_theme=self.webpackChunkkcc_gem_theme||[]).push([[45],{45:function(e,c,n){n.r(c);const r=document.querySelectorAll(".hero-slider__slider--slide-heading"),s=/\*\*(\S+)\*\*/g;c.default=function(){[...r].forEach((e=>{e.innerHTML=e.innerHTML.replace(s,'<span class="typography__power-text">$1</span>')}))}}}]);
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunkkcc_gem_theme=self.webpackChunkkcc_gem_theme||[]).push([[504],{504:function(e,t,c){c.r(t);const n=/\\?---?/g,o=/---/;function r(e){return-1===e.search(o)?"—":e}t.default=function(e){let t;const c=document.createNodeIterator(e,NodeFilter.SHOW_TEXT,(e=>-1!==e.nodeValue.search(n)?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT));for(;t=c.nextNode();)t.data=t.data.replace(n,r)}}}]);
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunkkcc_gem_theme=self.webpackChunkkcc_gem_theme||[]).push([[57],{57:function(e,t,o){o.r(t);const l="headerGlobalNavbarContent";t.default=function(){if(!document.getElementById(l))return;const e=document.getElementById(l),t=document.querySelector(".header-global");$(e).on("show.bs.collapse",(e=>{t.classList.add("header-global__open")})),$(e).on("hide.bs.collapse",(e=>{t.classList.remove("header-global__open")}))}}}]);
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunkkcc_gem_theme=self.webpackChunkkcc_gem_theme||[]).push([[582],{582:function(t,e,c){c.r(e),e.default=function(){const t=document.querySelectorAll("img[data-src]");for(let e of t)e.setAttribute("src",e.getAttribute("data-src")),e.onload=function(){e.removeAttribute("data-src")}}}}]);
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunkkcc_gem_theme=self.webpackChunkkcc_gem_theme||[]).push([[647],{647:function(e,t,o){o.r(t);const n=document.getElementById("google_translate_element"),d={"div.VIpgJd-ZVi9od-vH1Gmf *":'color: #544F4B; font-family: "Roboto", sans-serif; width: 100%;',"span.indicator":"display: none;","div.VIpgJd-ZVi9od-vH1Gmf":"overflow-y: scroll; padding: 0px;","div.VIpgJd-ZVi9od-vH1Gmf a div":"padding: 20px; width: 100%;",".goog-te-menu2-item":"width: 100%;",td:"width: 100%; display: block;","td.VIpgJd-ZVi9od-vH1Gmf-KrhPNb":"display: none;",".goog-te-menu2-colpad":"display: none;","div.VIpgJd-ZVi9od-vH1Gmf":"border: none;",body:"background-color: #fff; box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);"};t.default=function(){n.addEventListener("click",(e=>{const t=document.querySelector('iframe[title="Language Translate Widget"]');[...t.contentWindow.document.body.querySelectorAll(".VIpgJd-ZVi9od-vH1Gmf a")].forEach((e=>{e.addEventListener("mouseenter",(()=>{"Select Language"!==e.querySelector("span.text").innerHTML&&(e.querySelector("span.text").style="color: #fff;")})),e.addEventListener("mouseleave",(()=>{"Select Language"!==e.querySelector("span.text").innerHTML&&(e.querySelector("span.text").style="color: #544F4B;")}))})),function(e,t){const o=e.style.cssText+" height: 100%; width: 100%; top: 0px; box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);";e.style=o}(t),Object.keys(d).forEach((e=>{!function(e,t,o){[...o.contentWindow.document.querySelectorAll(e)].forEach((e=>e.style=t))}(e,d[e],t)}))}),!1)}}}]);
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunkkcc_gem_theme=self.webpackChunkkcc_gem_theme||[]).push([[909],{909:function(e,n,t){t.r(n);const c=document.getElementById("currentYear");n.default=function(){const e=(new Date).getFullYear();c.innerHTML!==`${e}`&&(c.innerHTML=e)}}}]);
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunkkcc_gem_theme=self.webpackChunkkcc_gem_theme||[]).push([[936],{936:function(e,t,l){l.r(t);const n=".hero-slider__slider",o="slickNext",s="Pause";function a(){$(n).slick({dots:!0,slidesToShow:1,slidesToScroll:1,autoplay:!0,autoplaySpeed:4e3,prevArrow:'<button type="button" data-role="none" class="prev slick-prev" aria-label="Previous" role="button" style="display: block;">Previous</button>',nextArrow:'<button type="button" data-role="none" class="next slick-next" aria-label="Next" role="button" style="display: block;">Next</button>'})}function i(e,t,l){return e.setAttribute(t,l)}function c(e,t,l){const a=l===s;$(n).slick(t),i(e,"aria-label",l),e.classList.toggle("hero-slider__button--play"),e.innerHTML=l,a&&$(n).slick(o)}t.default=function(){var e;document.querySelector(n)&&(e=a,$(n).on("init",(function(e,t){!function(){const e=document.querySelector(n),t=document.createElement("button");var l;i(t,"role","button"),i(t,"type","button"),i(t,"aria-label","Pause"),i(t,"style","display: block;"),t.innerHTML="Pause",t.classList.add("hero-slider__button--toggle"),e.appendChild(t),(l=t).addEventListener("click",(function(e){"Pause"===l.innerHTML?c(l,"slickPause","Play"):c(l,"slickPlay",s)}))}()})),e())}}}]);
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunkkcc_gem_theme=self.webpackChunkkcc_gem_theme||[]).push([[971],{971:function(e,c,k){k.r(c)}}]);
@@ -1 +0,0 @@
1
- #google_translate_element{position:fixed;bottom:.25rem;right:.25rem !important;z-index:99999}.goog-te-gadget{font-family:Roboto,"Open Sans",sans-serif !important;text-transform:uppercase;font-weight:500}.goog-te-gadget:hover{color:#fff}.goog-te-gadget-simple{background-color:rgba(255,255,255,.85) !important;border:1px solid rgba(0,0,0,.95) !important;border-radius:4px !important;cursor:pointer;display:inline-block;font-size:1rem !important;height:100%;line-height:2rem !important;margin-right:5px;padding:8px !important;transition:background-color .2s;white-space:nowrap;zoom:1}.goog-te-gadget-simple:hover{background-color:rgba(0,123,255,.85) !important}.goog-te-gadget-simple:focus{background-color:rgba(0,123,255,.85) !important}.goog-te-gadget-simple:hover .VIpgJd-ZVi9od-xl07Ob-lTBxed{color:#fff !important}.VIpgJd-ZVi9od-xl07Ob-lTBxed{color:#000 !important;text-decoration:none !important}.VIpgJd-ZVi9od-xl07Ob-lTBxed:before{font-family:"Material Icons";content:"";margin-right:16px;font-size:2rem;vertical-align:-10px}.VIpgJd-ZVi9od-xl07Ob-lTBxed span:nth-child(5){display:none}.VIpgJd-ZVi9od-xl07Ob-lTBxed span:nth-child(3){border:none !important;font-family:"Material Icons"}.VIpgJd-ZVi9od-xl07Ob-lTBxed span:nth-child(3):after{font-family:"Material Icons";content:"";font-size:1.5rem;vertical-align:-6px}.goog-te-gadget-icon{background-image:url(https://placehold.it/32) !important;background-position:0px 0px;height:32px !important;width:32px !important;margin-right:8px !important;display:none}.VIpgJd-ZVi9od-ORHb-OEVmcd.skiptranslate{display:none !important}body{top:0px !important}@media(max-width: 667px){#google_translate_element{bottom:.25rem;left:16px !important;width:100% !important}#google_translate_element .goog-te-gadget{width:100% !important}#google_translate_element .skiptranslate{width:100% !important}#google_translate_element .goog-te-gadget-simple{width:calc(100% - 32px) !important;text-align:center}}a.VIpgJd-ZVi9od-xl07Ob-lTBxed{text-decoration:none !important}a.VIpgJd-ZVi9od-xl07Ob-lTBxed:hover{text-decoration:none !important}.VIpgJd-ZVi9od-vH1Gmf{border:none !important}
@@ -1 +0,0 @@
1
- !function(){"use strict";var e,t,n,r,o={},i={};function u(e){var t=i[e];if(void 0!==t)return t.exports;var n=i[e]={exports:{}};return o[e](n,n.exports,u),n.exports}u.m=o,u.d=function(e,t){for(var n in t)u.o(t,n)&&!u.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},u.f={},u.e=function(e){return Promise.all(Object.keys(u.f).reduce((function(t,n){return u.f[n](e,t),t}),[]))},u.u=function(e){return e+"."+u.h()+".bundle.js"},u.miniCssF=function(e){return 971===e?"971."+u.h()+".css":"theme."+u.h()+".css"},u.h=function(){return"a6f1301e81cbab72d3fc"},u.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),u.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},e={},t="kcc-gem-theme:",u.l=function(n,r,o,i){if(e[n])e[n].push(r);else{var a,l;if(void 0!==o)for(var c=document.getElementsByTagName("script"),d=0;d<c.length;d++){var f=c[d];if(f.getAttribute("src")==n||f.getAttribute("data-webpack")==t+o){a=f;break}}a||(l=!0,(a=document.createElement("script")).charset="utf-8",a.timeout=120,u.nc&&a.setAttribute("nonce",u.nc),a.setAttribute("data-webpack",t+o),a.src=n),e[n]=[r];var s=function(t,r){a.onerror=a.onload=null,clearTimeout(h);var o=e[n];if(delete e[n],a.parentNode&&a.parentNode.removeChild(a),o&&o.forEach((function(e){return e(r)})),t)return t(r)},h=setTimeout(s.bind(null,void 0,{type:"timeout",target:a}),12e4);a.onerror=s.bind(null,a.onerror),a.onload=s.bind(null,a.onload),l&&document.head.appendChild(a)}},u.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},function(){var e;u.g.importScripts&&(e=u.g.location+"");var t=u.g.document;if(!e&&t&&(t.currentScript&&(e=t.currentScript.src),!e)){var n=t.getElementsByTagName("script");if(n.length)for(var r=n.length-1;r>-1&&!e;)e=n[r--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),u.p=e}(),n=function(e){return new Promise((function(t,n){var r=u.miniCssF(e),o=u.p+r;if(function(e,t){for(var n=document.getElementsByTagName("link"),r=0;r<n.length;r++){var o=(u=n[r]).getAttribute("data-href")||u.getAttribute("href");if("stylesheet"===u.rel&&(o===e||o===t))return u}var i=document.getElementsByTagName("style");for(r=0;r<i.length;r++){var u;if((o=(u=i[r]).getAttribute("data-href"))===e||o===t)return u}}(r,o))return t();!function(e,t,n,r){var o=document.createElement("link");o.rel="stylesheet",o.type="text/css",o.onerror=o.onload=function(i){if(o.onerror=o.onload=null,"load"===i.type)n();else{var u=i&&("load"===i.type?"missing":i.type),a=i&&i.target&&i.target.href||t,l=new Error("Loading CSS chunk "+e+" failed.\n("+a+")");l.code="CSS_CHUNK_LOAD_FAILED",l.type=u,l.request=a,o.parentNode.removeChild(o),r(l)}},o.href=t,document.head.appendChild(o)}(e,o,t,n)}))},r={505:0},u.f.miniCss=function(e,t){r[e]?t.push(r[e]):0!==r[e]&&{971:1}[e]&&t.push(r[e]=n(e).then((function(){r[e]=0}),(function(t){throw delete r[e],t})))},function(){var e={505:0};u.f.j=function(t,n){var r=u.o(e,t)?e[t]:void 0;if(0!==r)if(r)n.push(r[2]);else{var o=new Promise((function(n,o){r=e[t]=[n,o]}));n.push(r[2]=o);var i=u.p+u.u(t),a=new Error;u.l(i,(function(n){if(u.o(e,t)&&(0!==(r=e[t])&&(e[t]=void 0),r)){var o=n&&("load"===n.type?"missing":n.type),i=n&&n.target&&n.target.src;a.message="Loading chunk "+t+" failed.\n("+o+": "+i+")",a.name="ChunkLoadError",a.type=o,a.request=i,r[1](a)}}),"chunk-"+t,t)}};var t=function(t,n){var r,o,i=n[0],a=n[1],l=n[2],c=0;if(i.some((function(t){return 0!==e[t]}))){for(r in a)u.o(a,r)&&(u.m[r]=a[r]);l&&l(u)}for(t&&t(n);c<i.length;c++)o=i[c],u.o(e,o)&&e[o]&&e[o][0](),e[o]=0},n=self.webpackChunkkcc_gem_theme=self.webpackChunkkcc_gem_theme||[];n.forEach(t.bind(null,0)),n.push=t.bind(null,n.push.bind(n))}(),window.addEventListener("load",(()=>{u.e(109).then(u.bind(u,109)).then((e=>{let{default:t}=e;return t()})),u.e(57).then(u.bind(u,57)).then((e=>{let{default:t}=e;return t()})),u.e(279).then(u.bind(u,279)).then((e=>{let{default:t}=e;return t()})),document.getElementById("google_translate_element")&&u.e(971).then(u.bind(u,971)).then((()=>{u.e(647).then(u.bind(u,647)).then((e=>{let{default:t}=e;return t()}))})),document.querySelector(".hero-slider__slider")&&u.e(45).then(u.bind(u,45)).then((e=>{let{default:t}=e;return t()})).then((()=>{u.e(936).then(u.bind(u,936)).then((e=>{let{default:t}=e;return t()}))})),document.querySelector("img[data-src]")&&u.e(582).then(u.bind(u,582)).then((e=>{let{default:t}=e;return t()})),document.getElementById("currentYear")&&u.e(909).then(u.bind(u,909)).then((e=>{let{default:t}=e;return t()})),u.e(504).then(u.bind(u,504)).then((e=>{let{default:t}=e;return t(document.body)}))}))}();