kcc-gem-theme-original 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (195) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +142 -0
  4. data/_data/navigation.yml +154 -0
  5. data/_includes/accordion.html +36 -0
  6. data/_includes/accordion_path-sorting.html +29 -0
  7. data/_includes/body.html +5 -0
  8. data/_includes/breadcrumbs.html +44 -0
  9. data/_includes/card-section.html +26 -0
  10. data/_includes/chat-now.html +8 -0
  11. data/_includes/contacts-tan.html +94 -0
  12. data/_includes/contacts.html +96 -0
  13. data/_includes/document-head.html +25 -0
  14. data/_includes/emergency-alerts.html +29 -0
  15. data/_includes/foot.html +3 -0
  16. data/_includes/footer.html +193 -0
  17. data/_includes/hash/theme_hash.yml +1 -0
  18. data/_includes/hero-slider.html +36 -0
  19. data/_includes/nav-global.html +40 -0
  20. data/_includes/nav-local.html +34 -0
  21. data/_includes/nav-sub.html +19 -0
  22. data/_includes/preconnect.html +16 -0
  23. data/_includes/scripts/custom.html +4 -0
  24. data/_includes/scripts/google-api.html +2 -0
  25. data/_includes/scripts/google-noscript.html +9 -0
  26. data/_includes/scripts/google-tag.html +23 -0
  27. data/_includes/scripts/kcc-alerts.html +2 -0
  28. data/_includes/scripts/kcc-mega-nav.html +2 -0
  29. data/_includes/scripts/kcc-nav.html +2 -0
  30. data/_includes/scripts/kcc-theme-landing.html +2 -0
  31. data/_includes/scripts/kcc-theme.html +2 -0
  32. data/_includes/scripts/table-cdn.html +6 -0
  33. data/_includes/scripts/translate.html +11 -0
  34. data/_includes/scripts/vendor.html +8 -0
  35. data/_includes/styles/fonts.html +4 -0
  36. data/_includes/styles/main.html +6 -0
  37. data/_includes/styles/vendor.html +8 -0
  38. data/_includes/svg/check.html +11 -0
  39. data/_includes/svg/check_circle-24px.html +13 -0
  40. data/_includes/svg/email-24px.html +13 -0
  41. data/_includes/svg/goals.html +21 -0
  42. data/_includes/svg/kcc-copy.html +62 -0
  43. data/_includes/svg/kcc.html +65 -0
  44. data/_includes/svg/kcc.svg +59 -0
  45. data/_includes/svg/love.html +13 -0
  46. data/_includes/svg/place-24px.html +13 -0
  47. data/_includes/svg/save-money.html +26 -0
  48. data/_includes/tabbed-content.html +27 -0
  49. data/_includes/translate.html +3 -0
  50. data/_layouts/default.html +31 -0
  51. data/_layouts/markdown.html +13 -0
  52. data/_layouts/page.html +8 -0
  53. data/_layouts/sub-nav.html +6 -0
  54. data/assets/css/content.css +1 -0
  55. data/assets/css/main.css +1 -0
  56. data/assets/img/alert.svg +1 -0
  57. data/assets/img/arrow-right.svg +1 -0
  58. data/assets/img/arrow_right_alt.svg +1 -0
  59. data/assets/img/blank-contact.svg +1 -0
  60. data/assets/img/blue-next.svg +1 -0
  61. data/assets/img/blue-prev.svg +1 -0
  62. data/assets/img/dbl-next.svg +1 -0
  63. data/assets/img/dbl-next_mobile.svg +1 -0
  64. data/assets/img/dbl-prev.svg +1 -0
  65. data/assets/img/dbl-prev_mobile.svg +1 -0
  66. data/assets/img/facebook-f_white.svg +1 -0
  67. data/assets/img/facebook.svg +1 -0
  68. data/assets/img/heading-bg-underline-tan.png +0 -0
  69. data/assets/img/heading-bg-underline-transparent.png +0 -0
  70. data/assets/img/heading-bg-underline.png +0 -0
  71. data/assets/img/home.svg +8 -0
  72. data/assets/img/iccmc-logo_blue-transparent.png +0 -0
  73. data/assets/img/instagram-white.svg +1 -0
  74. data/assets/img/instagram.svg +1 -0
  75. data/assets/img/itransfer.png +0 -0
  76. data/assets/img/kankakee-community-college-blue.svg +1 -0
  77. data/assets/img/kankakee-community-college-word-logo.svg +1 -0
  78. data/assets/img/kcc-logo-inverse.svg +1 -0
  79. data/assets/img/kcc-logo-white.svg +1 -0
  80. data/assets/img/kcc-logo.svg +1 -0
  81. data/assets/img/kcc-placeholder-square.png +0 -0
  82. data/assets/img/kcc-placeholder.png +0 -0
  83. data/assets/img/kcc-text-logo-white.svg +1 -0
  84. data/assets/img/kcc-text-logo.svg +1 -0
  85. data/assets/img/keyboard_arrow_right.svg +1 -0
  86. data/assets/img/linkedin-white.svg +1 -0
  87. data/assets/img/linkedin.svg +1 -0
  88. data/assets/img/pause.svg +1 -0
  89. data/assets/img/pause_mobile.svg +1 -0
  90. data/assets/img/pinterest-p_white.svg +1 -0
  91. data/assets/img/pinterest.svg +1 -0
  92. data/assets/img/placeholder_16to9.jpg +0 -0
  93. data/assets/img/placeholder_4by3.jpg +0 -0
  94. data/assets/img/placeholder_square-1by1.jpg +0 -0
  95. data/assets/img/placeholder_square.jpg +0 -0
  96. data/assets/img/play.svg +1 -0
  97. data/assets/img/play_mobile.svg +1 -0
  98. data/assets/img/search.svg +1 -0
  99. data/assets/img/social-icon.svg +1 -0
  100. data/assets/img/twitter.svg +1 -0
  101. data/assets/img/video.svg +1 -0
  102. data/assets/img/volleyball.svg +1 -0
  103. data/assets/img/x-logo.svg +11 -0
  104. data/assets/img/x.svg +1 -0
  105. data/assets/img/xitter.svg +1 -0
  106. data/assets/img/youtube-white.svg +1 -0
  107. data/assets/img/youtube.svg +1 -0
  108. data/assets/img/yt-loading.png +0 -0
  109. data/assets/js/dist/102.197fcdd9ea9a90f7ba8e.bundle.js +1 -0
  110. data/assets/js/dist/13.197fcdd9ea9a90f7ba8e.bundle.js +2 -0
  111. data/assets/js/dist/13.197fcdd9ea9a90f7ba8e.bundle.js.LICENSE.txt +5 -0
  112. data/assets/js/dist/143.197fcdd9ea9a90f7ba8e.bundle.js +1 -0
  113. data/assets/js/dist/183.197fcdd9ea9a90f7ba8e.bundle.js +1 -0
  114. data/assets/js/dist/3.197fcdd9ea9a90f7ba8e.bundle.js +1 -0
  115. data/assets/js/dist/3.197fcdd9ea9a90f7ba8e.css +1 -0
  116. data/assets/js/dist/303.197fcdd9ea9a90f7ba8e.bundle.js +1 -0
  117. data/assets/js/dist/384.197fcdd9ea9a90f7ba8e.bundle.js +1 -0
  118. data/assets/js/dist/453.197fcdd9ea9a90f7ba8e.bundle.js +2 -0
  119. data/assets/js/dist/453.197fcdd9ea9a90f7ba8e.bundle.js.LICENSE.txt +5 -0
  120. data/assets/js/dist/635.197fcdd9ea9a90f7ba8e.bundle.js +2 -0
  121. data/assets/js/dist/635.197fcdd9ea9a90f7ba8e.bundle.js.LICENSE.txt +29 -0
  122. data/assets/js/dist/723.197fcdd9ea9a90f7ba8e.bundle.js +1 -0
  123. data/assets/js/dist/873.197fcdd9ea9a90f7ba8e.bundle.js +1 -0
  124. data/assets/js/dist/965.197fcdd9ea9a90f7ba8e.bundle.js +1 -0
  125. data/assets/js/dist/bootstrap.197fcdd9ea9a90f7ba8e.bundle.js +0 -0
  126. data/assets/js/dist/bootstrap.197fcdd9ea9a90f7ba8e.css +1 -0
  127. data/assets/js/dist/theme.197fcdd9ea9a90f7ba8e.bundle.js +2 -0
  128. data/assets/js/dist/theme.197fcdd9ea9a90f7ba8e.bundle.js.LICENSE.txt +47 -0
  129. data/assets/js/dist/theme.197fcdd9ea9a90f7ba8e.css +1 -0
  130. data/assets/js/nav/closeNavOnClick.js +22 -0
  131. data/assets/js/nav/highlightCurrentNav.js +44 -0
  132. data/assets/js/nav/moveSearchIcon.js +94 -0
  133. data/assets/js/nav/nav.js +13 -0
  134. data/assets/js/nav/searchToggleNav.js +46 -0
  135. data/assets/js/nav/toggleNavSearchDropdownOnWindowResize.js +52 -0
  136. data/assets/js/src/alerts.js +24 -0
  137. data/assets/js/src/all.js +83 -0
  138. data/assets/js/src/bootstrap.js +4 -0
  139. data/assets/js/src/cacheResponse.js +22 -0
  140. data/assets/js/src/campusAlertsSheetsAPI.js +53 -0
  141. data/assets/js/src/checkForPrefersReducedMotion.js +17 -0
  142. data/assets/js/src/contentHashLink.js +102 -0
  143. data/assets/js/src/createAlertsHtml.js +46 -0
  144. data/assets/js/src/footerDate.js +13 -0
  145. data/assets/js/src/getCachedResponse.js +37 -0
  146. data/assets/js/src/lazyLoad.js +13 -0
  147. data/assets/js/src/parseMarkdownToHTML.js +85 -0
  148. data/assets/js/src/sliders.js +81 -0
  149. data/assets/js/src/translate.js +62 -0
  150. data/assets/js/src/walkText.js +31 -0
  151. data/assets/js/src/wrapPowerText.js +11 -0
  152. data/assets/js/src/ytEmbed.js +30 -0
  153. data/assets/scss/0-tools/_bootstrap-overrides.scss +72 -0
  154. data/assets/scss/0-tools/_cloudcannon.scss +16 -0
  155. data/assets/scss/0-tools/_google-translate-overrides.scss +127 -0
  156. data/assets/scss/0-tools/_gsc-overrides.scss +144 -0
  157. data/assets/scss/0-tools/_vars.scss +72 -0
  158. data/assets/scss/1-base/_background.scss +5 -0
  159. data/assets/scss/1-base/_buttons.scss +121 -0
  160. data/assets/scss/1-base/_html.scss +4 -0
  161. data/assets/scss/1-base/_img.scss +12 -0
  162. data/assets/scss/1-base/_links.scss +126 -0
  163. data/assets/scss/1-base/_svg.scss +82 -0
  164. data/assets/scss/1-base/_typography.scss +640 -0
  165. data/assets/scss/2-modules/_accordion.scss +43 -0
  166. data/assets/scss/2-modules/_benefits.scss +371 -0
  167. data/assets/scss/2-modules/_breadcrumbs.scss +32 -0
  168. data/assets/scss/2-modules/_campus-alerts.scss +3 -0
  169. data/assets/scss/2-modules/_card-section.scss +9 -0
  170. data/assets/scss/2-modules/_contacts.scss +46 -0
  171. data/assets/scss/2-modules/_error.scss +10 -0
  172. data/assets/scss/2-modules/_footer.scss +122 -0
  173. data/assets/scss/2-modules/_header.scss +21 -0
  174. data/assets/scss/2-modules/_hero-slider.scss +331 -0
  175. data/assets/scss/2-modules/_img-hover.scss +70 -0
  176. data/assets/scss/2-modules/_loader.scss +9 -0
  177. data/assets/scss/2-modules/_nav-global.scss +315 -0
  178. data/assets/scss/2-modules/_nav-landing.scss +203 -0
  179. data/assets/scss/2-modules/_nav-local.scss +45 -0
  180. data/assets/scss/2-modules/_social-icons.scss +36 -0
  181. data/assets/scss/2-modules/_sub-nav.scss +32 -0
  182. data/assets/scss/2-modules/_yt-embed.scss +14 -0
  183. data/assets/scss/3-layout/_background.scss +3 -0
  184. data/assets/scss/3-layout/_content.scss +37 -0
  185. data/assets/scss/3-layout/_margins.scss +22 -0
  186. data/assets/scss/3-layout/_padding.scss +19 -0
  187. data/assets/scss/3-layout/_positioning.scss +343 -0
  188. data/assets/scss/3-layout/_section.scss +22 -0
  189. data/assets/scss/3-layout/_tables.scss +8 -0
  190. data/assets/scss/3-layout/_thank-you.scss +5 -0
  191. data/assets/scss/4-pages/index/_home.scss +15 -0
  192. data/assets/scss/bootstrap.scss +98 -0
  193. data/assets/scss/kcc-theme.scss +50 -0
  194. data/assets/scss/translate.scss +5 -0
  195. metadata +278 -0
@@ -0,0 +1,640 @@
1
+ // TYPOGAPHY
2
+ // ===========================
3
+ // Set the base font size for em's to work
4
+ body {
5
+ font-size: $font-size-base; // Takes control of the base font size from Bootstrap/reboot
6
+ }
7
+
8
+ // HEADINGS
9
+ // Special Headings (decorative headings used for specific sections)
10
+
11
+ // h1 is KCC's logo-font, reserved for the nav-local's page-title heading.
12
+ .typography__nav-heading { // Not to be used for page content
13
+ color: $primary-blue;
14
+ display: inline;
15
+ font-family: $font-family-kcc;
16
+ font-size: 1.5rem;
17
+ font-style: italic;
18
+ font-weight: 700;
19
+ text-transform: uppercase;
20
+ transition-property: color;
21
+ transition-timing-function: ease;
22
+ transition-duration: .4s;
23
+ &:hover,
24
+ &:focus {
25
+ color: $primary-red;
26
+ }
27
+ &--smaller {
28
+ font-size: 1.25rem;
29
+ }
30
+ }
31
+
32
+ @media screen and (min-width:360px) {
33
+ .typography__nav-heading {
34
+ font-size: 1.8rem;
35
+ &--smaller {
36
+ font-size: 1.5rem;
37
+ }
38
+ }
39
+ }
40
+
41
+ @media screen and (min-width:410px) {
42
+ .typography__nav-heading {
43
+ font-size: 2rem;
44
+ }
45
+ }
46
+
47
+ @media screen and (min-width:576px) {
48
+ .typography__nav-heading {
49
+ font-size: 2.3rem;
50
+ }
51
+ }
52
+
53
+ @media screen and (min-width: 768px) {
54
+ .typography__nav-heading {
55
+ font-size: 2.4rem;
56
+ }
57
+ }
58
+
59
+ @media screen and (min-width: 1500px) {
60
+ .typography__nav-heading {
61
+ font-size: 2.6rem;
62
+ }
63
+ }
64
+
65
+ .typography__footer-heading { // Footer heading/link that shows the site URL
66
+ font-family: $font-family-headings;
67
+ font-size: 1.95rem;
68
+ font-weight: $font-weight-black;
69
+ }
70
+
71
+ @media screen and (min-width: 360px) {
72
+ .typography__footer-heading {
73
+ font-size: 2.2rem;
74
+ }
75
+ }
76
+
77
+ @media screen and (min-width: 375px) {
78
+ .typography__footer-heading {
79
+ font-size: 2.4rem;
80
+ }
81
+ }
82
+
83
+ @media screen and (min-width: 410px) {
84
+ .typography__footer-heading {
85
+ font-size: 2.6rem;
86
+ }
87
+ }
88
+
89
+ .typography__call-to-action {
90
+ color: $primary-red;
91
+ font-family: $font-family-oswald;
92
+ font-size: 2.8rem;
93
+ font-weight: 600;
94
+ line-height: 2.8rem;
95
+ margin-bottom: 30px;
96
+ margin-top: 20px;
97
+ }
98
+
99
+ .typography__contacts--name {
100
+ color: $primary-blue;
101
+ font-family: $font-family-headings;
102
+ font-size: 1.3em;
103
+ font-weight: $font-weight-bold;
104
+ margin-bottom: .2rem;
105
+ }
106
+
107
+ .typography__contacts--title {
108
+ color: $color-grey-heading;
109
+ font-family: $font-family-headings;
110
+ font-size: 1.1em;
111
+ font-weight: $font-weight-bold;
112
+ margin-bottom: .2rem;
113
+ }
114
+
115
+ .typography__orange-h4 {
116
+ color: $orange-heading;
117
+ font-family: $font-family-oswald;
118
+ font-size: 2.4rem;
119
+ }
120
+
121
+ .typography__sub-nav--red-h2 {
122
+ color: $primary-red;
123
+ font-family: $font-family-oswald;
124
+ font-size: 1.4rem;
125
+ font-weight: 500;
126
+ text-transform: uppercase;
127
+ }
128
+
129
+ @media screen and (min-width: 768px) {
130
+ .typography__sub-nav--red-h2 {
131
+ font-size: 1.8rem;
132
+ }
133
+ }
134
+
135
+ .typography__section--heading {
136
+ color: $primary-red;
137
+ font-family: $font-family-oswald;
138
+ font-size: 2rem;
139
+ font-weight: $font-weight-boldish;
140
+ }
141
+
142
+ .typography__header-global--nav-top,
143
+ .typography__header-global--nav-bottom,
144
+ .typography__header-global--nav-local {
145
+ color: $primary-blue;
146
+ font-family: $font-family-oswald;
147
+ font-size: 1rem;
148
+ font-weight: 500;
149
+ letter-spacing: 0.05rem;
150
+ padding-bottom: .25rem;
151
+ padding-top: .25rem;
152
+ text-transform: capitalize;
153
+ }
154
+
155
+ @media screen and (min-width: 992px) {
156
+ .typography__header-global--nav-top {
157
+ color: $color-blue-light-nav;
158
+ font-size: 1.1rem;
159
+ &:hover,
160
+ &:focus {
161
+ color: $color-blue-light-nav;
162
+ }
163
+ }
164
+ }
165
+
166
+ @media screen and (min-width: 992px) {
167
+ .typography__header-global--nav-bottom {
168
+ color: $white;
169
+ font-size: 1.05rem;
170
+ font-weight: 400;
171
+ }
172
+ }
173
+
174
+ @media screen and (min-width: 992px) {
175
+ .typography__header-global--nav-bottom:hover,
176
+ .typography__header-global--nav-bottom:focus,
177
+ .header-global__dropdown:hover .typography__header-global--nav-bottom,
178
+ .header-global__dropdown:focus .typography__header-global--nav-bottom {
179
+ color: $primary-blue;
180
+ }
181
+ }
182
+
183
+ @media screen and (min-width: 992px) {
184
+ .typography__header-global--nav-local {
185
+ font-size: 1rem;
186
+ font-weight: 400;
187
+ }
188
+
189
+ .nav-link:not([role=tab]) {
190
+ margin-left: 5px;
191
+ margin-right: 5px;
192
+ }
193
+ }
194
+
195
+ .typography__nav-link {
196
+ color: $white;
197
+ font-family: $font-family-oswald;
198
+ font-size: 1.05rem;
199
+ font-weight: 400;
200
+ letter-spacing: 0.05rem;
201
+ text-transform: capitalize;
202
+ }
203
+
204
+ .typography__nav-local--nav-link {
205
+ font-family: $font-family-oswald;
206
+ font-size: 1rem;
207
+ font-weight: 500;
208
+ text-transform: uppercase;
209
+ }
210
+
211
+ .typography__nav-local--color {
212
+ color: $primary-blue;
213
+ }
214
+
215
+ // "The POWER of Community" text
216
+ .typography__power-text {
217
+ color: $white;
218
+ font-family: $font-family-power;
219
+ font-size: 1.1rem;
220
+ font-weight: $font-weight-bold;
221
+ letter-spacing: .02em;
222
+ text-transform: uppercase;
223
+ }
224
+
225
+ @media screen and (min-width: 360px) {
226
+ .typography__power-text {
227
+ font-size: 1.3rem;
228
+ }
229
+ }
230
+
231
+ @media screen and (min-width: 768px) {
232
+ .typography__power-text {
233
+ font-size: 2.2rem;
234
+ }
235
+ }
236
+
237
+ @media screen and (min-width: 992px) {
238
+ .typography__power-text {
239
+ font-size: 2.9rem;
240
+ }
241
+ }
242
+
243
+ @media screen and (min-width: 1200px) {
244
+ .typography__power-text {
245
+ font-size: 3.1rem;
246
+ }
247
+ }
248
+
249
+ // Content Headings
250
+ .typography__h2 {
251
+ color: $color-grey-heading;
252
+ font-family: $font-family-headings;
253
+ font-size: 2rem;
254
+ font-weight: $font-weight-boldish;
255
+ }
256
+
257
+ .typography__h3 {
258
+ color: $primary-blue;
259
+ font-family: $font-family-headings;
260
+ font-size: 1.75rem;
261
+ font-weight: $font-weight-bolder;
262
+ }
263
+
264
+ .typography__h4 {
265
+ color: $primary-red;
266
+ font-family: $font-family-headings;
267
+ font-size: 1.7rem;
268
+ font-weight: $font-weight-bolder;
269
+ }
270
+
271
+ .typography__h5 {
272
+ color: $color-grey-heading;
273
+ font-family: $font-family-headings;
274
+ font-weight: $font-weight-bold;
275
+ font-size: 1.5rem;
276
+ }
277
+
278
+ .typography__h6 {
279
+ color: $color-grey-heading;
280
+ font-family: $font-family-headings;
281
+ font-weight: $font-weight-bold;
282
+ font-size: 1.4rem;
283
+ }
284
+
285
+ .typography__h5--description {
286
+ color: $grey-6;
287
+ font-family: $font-family-oswald;
288
+ font-size: 1.25rem;
289
+ font-weight: 400;
290
+ }
291
+
292
+ .typography__phone--span {
293
+ color: $white;
294
+ font-family: $font-family-oswald;
295
+ font-size: 1.3rem;
296
+ font-weight: $font-weight-regular;
297
+ letter-spacing: .07rem;
298
+ white-space: nowrap;
299
+ }
300
+
301
+ @media screen and (min-width: 768px) {
302
+ .typography__phone--span {
303
+ font-size: 1.45rem;
304
+ }
305
+ }
306
+
307
+ @media screen and (min-width: 1024px) {
308
+ .typography__phone--span {
309
+ font-size: 1.5rem;
310
+ }
311
+ }
312
+
313
+ .typography__p--bold {
314
+ color: $color-grey-heading;
315
+ font-family: $font-family-headings;
316
+ font-weight: $font-weight-bold;
317
+ font-size: 1.25rem;
318
+ line-height: 1.2;
319
+ }
320
+
321
+ .typography__stories--quote {
322
+ color: $primary-blue;
323
+ font-family: 'Oswald', sans-serif;
324
+ font-size: 1.1em;
325
+ font-weight: 300;
326
+ }
327
+
328
+ @media screen and (min-width: 488px) {
329
+ .typography__stories--quote {
330
+ font-size: 1.3rem;
331
+ }
332
+ }
333
+
334
+ @media screen and (min-width: 768px) {
335
+ .typography__stories--quote {
336
+ font-size: 1.2rem;
337
+ }
338
+ }
339
+
340
+ @media screen and (min-width: 992px) {
341
+ .typography__stories--quote {
342
+ font-size: 1.4rem;
343
+ }
344
+ }
345
+
346
+ .typography__col--heading-underline {
347
+ background-image: url(/assets/img/heading-bg-underline.png);
348
+ background-repeat: no-repeat;
349
+ background-position: 0 50px;
350
+ }
351
+
352
+ .typography__col--heading-underline-tan {
353
+ background-image: url(/assets/img/heading-bg-underline-tan.png);
354
+ background-repeat: no-repeat;
355
+ background-position: 0 50px;
356
+ }
357
+
358
+ // Other font styles
359
+
360
+ p,
361
+ ul:not(.navbar-nav), // :not() selecter prevents unnecesary style override
362
+ ol { // Needed so list font looks the same as paragraph font
363
+ color: $color-grey-heading; // Bootstrap sets these things to black
364
+ font-family: $font-family-paragraph;
365
+ font-size: $font-size-base;
366
+ }
367
+
368
+ .typography__tables th {
369
+ color: $primary-red;
370
+ font-family: $font-family-headings;
371
+ font-weight: $font-weight-bold;
372
+ }
373
+
374
+ .typography__tables td {
375
+ color: $color-grey-heading; // Bootstrap sets these things to black
376
+ font-family: $font-family-paragraph;
377
+ font-size: $font-size-base;
378
+ }
379
+
380
+ h1 sup, h2 sup, h3 sup, h4 sup, h5 sup, h6 sup { // Make superscripts within headings a little bit smaller than reboot's styling
381
+ font-size: 45% !important;
382
+ top: -1em;
383
+ font-weight: normal;
384
+ }
385
+ .typography__register--h2 {
386
+ color: $white;
387
+ font-family: eurostile, sans-serif;
388
+ font-size: 2.4rem;
389
+ font-weight: $font-weight-boldish;
390
+ letter-spacing: .03rem;
391
+ position: relative;
392
+ top: 30%;
393
+ margin-bottom: -10px;
394
+ }
395
+
396
+ @media screen and (min-width: 400px) {
397
+ .typography__register--h2 {
398
+ font-size: 3rem;
399
+ }
400
+ }
401
+
402
+ @media screen and (min-width: 768px) {
403
+ .typography__register--h2 {
404
+ font-size: 5.2rem;
405
+ }
406
+ }
407
+
408
+ @media screen and (min-width: 1200px) {
409
+ .typography__register--h2 {
410
+ font-size: 6rem;
411
+ }
412
+ }
413
+
414
+ @media screen and (min-width: 1800px) {
415
+ .typography__register--h2 {
416
+ font-size: 6.6rem;
417
+ }
418
+ }
419
+
420
+ .typography__register--h3 {
421
+ color: $white;
422
+ font-family: eurostile, sans-serif;
423
+ font-size: 1.2rem;
424
+ font-weight: $font-weight-boldish;
425
+ letter-spacing: .03rem;
426
+ position: relative;
427
+ top: 31%;
428
+ }
429
+
430
+ @media screen and (min-width: 400px) {
431
+ .typography__register--h3 {
432
+ font-size: 1.45rem;
433
+ top: 30.5%;
434
+ }
435
+ }
436
+
437
+ @media screen and (min-width: 768px) {
438
+ .typography__register--h3 {
439
+ font-size: 2.5rem;
440
+ top: 30%;
441
+ }
442
+ }
443
+
444
+ @media screen and (min-width: 1200px) {
445
+ .typography__register--h3 {
446
+ font-size: 2.6rem;
447
+ top: 30%;
448
+ }
449
+ }
450
+
451
+ @media screen and (min-width: 1800px) {
452
+ .typography__register--h3 {
453
+ font-size: 2.7rem;
454
+ top: 30%;
455
+ }
456
+ }
457
+
458
+ .typography__register--caption {
459
+ color: $white;
460
+ font-family: $font-family-oswald;
461
+ font-size: 1rem;
462
+ font-weight: $font-weight-boldish;
463
+ letter-spacing: .07rem;
464
+ position: absolute;
465
+ bottom: 15px;
466
+ }
467
+
468
+ @media screen and (min-width: 1200px) {
469
+ .typography__register--caption {
470
+ font-size: 1.2rem;
471
+ }
472
+ }
473
+
474
+ .typography__register-h4 {
475
+ font-family: $font-family-oswald;
476
+ font-size: 1.6rem;
477
+ }
478
+
479
+ @media screen and (min-width: 768px) {
480
+ .typography__register-h4 {
481
+ font-size: 2rem;
482
+ }
483
+ }
484
+
485
+ @media screen and (min-width: 1200px) {
486
+ .typography__register-h4 {
487
+ font-size: 2rem;
488
+ }
489
+ }
490
+
491
+ @media screen and (min-width: 1800px) {
492
+ .typography__register-h4 {
493
+ font-size: 2.3rem;
494
+ }
495
+ }
496
+
497
+ .typography__register--h5 {
498
+ color: $primary-red;
499
+ font-family: $font-family-oswald;
500
+ font-size: 2rem;
501
+ font-weight: $font-weight-bold;
502
+ letter-spacing: .03rem;
503
+ margin-bottom: 50px;
504
+ }
505
+
506
+ @media screen and (min-width: 768px) {
507
+ .typography__register--h5 {
508
+ font-size: 2.8rem;
509
+ }
510
+ }
511
+
512
+ @media screen and (min-width: 992px) {
513
+ .typography__register--h5 {
514
+ margin-bottom: 60px;
515
+ }
516
+ }
517
+
518
+ @media screen and (min-width: 1200px) {
519
+ .typography__register-h5 {
520
+ font-size: 3rem;
521
+ }
522
+ }
523
+
524
+ .typography__register--student-p {
525
+ color: $black;
526
+ font-weight: 600;
527
+ font-size: 1.2em;
528
+ margin-top: 15px;
529
+ }
530
+
531
+ .typography__register--img-cap {
532
+ font-weight: 600;
533
+ display: block;
534
+ }
535
+
536
+ .typography__register-itransfer {
537
+ font-size: 1.7rem;
538
+ font-weight: 600;
539
+ line-height: 1;
540
+ position: absolute;
541
+ top: 4rem;
542
+ margin-left: -20px;
543
+ }
544
+
545
+ @media screen and (min-width: 400px) {
546
+ .typography__register-itransfer {
547
+ font-size: 1.8rem;
548
+ }
549
+ }
550
+
551
+ @media screen and (min-width: 768px) {
552
+ .typography__register-itransfer {
553
+ font-size: 1.9rem;
554
+ }
555
+ }
556
+
557
+ .typography__register--h6 {
558
+ color: $primary-red;
559
+ font-family: $font-family-saira;
560
+ font-weight: 700;
561
+ font-size: 2rem;
562
+ letter-spacing: .03rem;
563
+ }
564
+
565
+ #page-top::before {
566
+ display: block;
567
+ content: " ";
568
+ margin-top: -60px;
569
+ height: 60px;
570
+ visibility: hidden;
571
+ pointer-events: none;
572
+ }
573
+
574
+ .typography__larger-p {
575
+ font-size: 1.2rem;
576
+ }
577
+
578
+ .typography__register--thank-you {
579
+ color: $primary-blue;
580
+ font-family: $font-family-kcc;
581
+ font-size: 2rem;
582
+ &--message {
583
+ color: $primary-red;
584
+ font-family: $font-family-saira;
585
+ font-weight: $font-weight-bold;
586
+ font-size: 1.4rem;
587
+ }
588
+ }
589
+
590
+ @media screen and (min-width: 768px) {
591
+ .typography__register--thank-you {
592
+ font-size: 2.4rem;
593
+ margin-left: 100px;
594
+ margin-top: -10px;
595
+ &--message {
596
+ font-size: 1.6rem;
597
+ margin-left: 95px;
598
+ }
599
+ }
600
+ }
601
+
602
+ @media screen and (min-width: 1200px) {
603
+ .typography__register--thank-you {
604
+ font-size: 2.6rem;
605
+ }
606
+ }
607
+
608
+ @media screen and (min-width: 1800px) {
609
+ .typography__register--thank-you {
610
+ font-size: 3rem;
611
+ margin-top: -15px;
612
+ }
613
+ }
614
+
615
+ @media screen and (max-width: 992px) {
616
+ .typography__nowrap--sm {
617
+ white-space: nowrap;
618
+ }
619
+ }
620
+
621
+ .typography__color--inherit {
622
+ color: inherit;
623
+ }
624
+
625
+ .typography__my-kcc {
626
+ font-family: $font-family-kcc;
627
+ line-height: 1.2;
628
+ font-size: 1.2rem;
629
+ }
630
+
631
+ .typography__alert {
632
+ color: $color-alert;
633
+ &:last-child {
634
+ margin-bottom: 0;
635
+ }
636
+ }
637
+
638
+ .typography__header-global--nav-bottom:hover {
639
+ cursor: default;
640
+ }
@@ -0,0 +1,43 @@
1
+
2
+ .accordion {
3
+ &__padding-left {
4
+ padding-left: 0;
5
+ }
6
+ &__typography--card-header .btn-link {
7
+ color: $primary-blue;
8
+ font-family: $font-family-paragraph;
9
+ font-size: 1.4rem;
10
+ font-weight: 700;
11
+ text-align: left;
12
+ &:hover {
13
+ color: $primary-red;
14
+ }
15
+ }
16
+ &__button::before {
17
+ background-color: $primary-blue;
18
+ border-radius: 50%;
19
+ color: #fff;
20
+ content: '\2212';
21
+ display: inline-block;
22
+ font-family: $font-family-paragraph;
23
+ font-size: 2rem;
24
+ font-weight: 400;
25
+ height: 30px;
26
+ line-height: 28px;
27
+ margin-right: 10px;
28
+ position: relative; // Safari doesn't want to render this pseudo-element without `position: relative;`
29
+ text-align: center;
30
+ text-decoration: none !important;
31
+ text-indent: 0;
32
+ vertical-align: middle;
33
+ width: 30px;
34
+ }
35
+ &__button.collapsed::before {
36
+ content: '\002B';
37
+ }
38
+ }
39
+
40
+ .accordion__button {
41
+ text-indent: -45px;
42
+ margin-left: 45px;
43
+ }