kcc-gem-theme-core 0.0.1

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 (243) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +138 -0
  4. data/_config.yml +262 -0
  5. data/_data/cache_bust_css.yml +1 -0
  6. data/_includes/accordion.html +36 -0
  7. data/_includes/accordion_path-sorting.html +29 -0
  8. data/_includes/body.html +13 -0
  9. data/_includes/breadcrumbs.html +65 -0
  10. data/_includes/card-section.html +32 -0
  11. data/_includes/chat-now.html +15 -0
  12. data/_includes/contacts.html +90 -0
  13. data/_includes/document-head.html +22 -0
  14. data/_includes/emergency-alerts.html +27 -0
  15. data/_includes/foot.html +3 -0
  16. data/_includes/footer.html +278 -0
  17. data/_includes/hash/theme_hash.yml +1 -0
  18. data/_includes/header-global.html +56 -0
  19. data/_includes/hero-slider.html +42 -0
  20. data/_includes/main-call-to-action.html +32 -0
  21. data/_includes/nav-global-bottom.html +47 -0
  22. data/_includes/nav-global-top.html +34 -0
  23. data/_includes/nav-local.html +29 -0
  24. data/_includes/preconnect.html +22 -0
  25. data/_includes/scripts/custom.html +4 -0
  26. data/_includes/scripts/google-api.html +2 -0
  27. data/_includes/scripts/google-noscript.html +9 -0
  28. data/_includes/scripts/google-tag.html +23 -0
  29. data/_includes/scripts/kcc-theme.html +2 -0
  30. data/_includes/scripts/table-cdn.html +6 -0
  31. data/_includes/scripts/translate.html +11 -0
  32. data/_includes/scripts/vendor-cdn.html +5 -0
  33. data/_includes/styles/fonts.html +4 -0
  34. data/_includes/styles/main.html +12 -0
  35. data/_includes/styles/vendor.html +6 -0
  36. data/_includes/svg/check.html +11 -0
  37. data/_includes/svg/check_circle-24px.html +13 -0
  38. data/_includes/svg/dot.html +1 -0
  39. data/_includes/svg/earn-more.html +30 -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-core.html +27 -0
  51. data/_layouts/default.html +32 -0
  52. data/_layouts/hero-banner.html +17 -0
  53. data/_layouts/hero-slider.html +17 -0
  54. data/_layouts/markdown.html +13 -0
  55. data/_layouts/page.html +8 -0
  56. data/assets/css/content.css +37 -0
  57. data/assets/img/2016-senior-viewbook.jpg +0 -0
  58. data/assets/img/ATEC-DSC_1033.jpeg +0 -0
  59. data/assets/img/DSC_5650_helpful.jpg +0 -0
  60. data/assets/img/admissions-navigation-menu.jpg +0 -0
  61. data/assets/img/ajax-loader.gif +0 -0
  62. data/assets/img/alert.svg +1 -0
  63. data/assets/img/arrow-right.svg +1 -0
  64. data/assets/img/arrow_right_alt.svg +1 -0
  65. data/assets/img/blue-next.svg +1 -0
  66. data/assets/img/blue-prev.svg +1 -0
  67. data/assets/img/d-daun2.jpg +0 -0
  68. data/assets/img/dbl-next.svg +1 -0
  69. data/assets/img/dbl-next_mobile.svg +1 -0
  70. data/assets/img/dbl-prev.svg +1 -0
  71. data/assets/img/dbl-prev_mobile.svg +1 -0
  72. data/assets/img/dot.svg +13 -0
  73. data/assets/img/e-tech_a-roberts_mar2016_D41_6690.jpg +0 -0
  74. data/assets/img/facebook-f_white.svg +1 -0
  75. data/assets/img/fafsa-early-bird-banner-18.jpg +0 -0
  76. data/assets/img/go_cavs_20171002_193828-web.jpg +0 -0
  77. data/assets/img/heading-bg-underline-tan.png +0 -0
  78. data/assets/img/heading-bg-underline-transparent.png +0 -0
  79. data/assets/img/heading-bg-underline.png +0 -0
  80. data/assets/img/home.svg +8 -0
  81. data/assets/img/instagram-white.svg +1 -0
  82. data/assets/img/itransfer.png +0 -0
  83. data/assets/img/kankakee-community-college-word-logo.svg +1 -0
  84. data/assets/img/kcc-logo-inverse.svg +1 -0
  85. data/assets/img/kcc-logo.svg +1 -0
  86. data/assets/img/kcc-placeholder-square.png +0 -0
  87. data/assets/img/kcc-placeholder.png +0 -0
  88. data/assets/img/kcc-text-logo.svg +1 -0
  89. data/assets/img/keyboard_arrow_right.svg +1 -0
  90. data/assets/img/linkedin-white.svg +1 -0
  91. data/assets/img/loader.gif +0 -0
  92. data/assets/img/miguel2.jpg +0 -0
  93. data/assets/img/pause.svg +1 -0
  94. data/assets/img/pinterest-p_white.svg +1 -0
  95. data/assets/img/placeholder.png +0 -0
  96. data/assets/img/placeholder_16to9.jpg +0 -0
  97. data/assets/img/placeholder_4by3.jpg +0 -0
  98. data/assets/img/placeholder_square.jpg +0 -0
  99. data/assets/img/play.svg +1 -0
  100. data/assets/img/riverfrontcampus.jpg +0 -0
  101. data/assets/img/search.svg +1 -0
  102. data/assets/img/settings.svg +1 -0
  103. data/assets/img/settings_56.svg +1 -0
  104. data/assets/img/soccer.svg +1 -0
  105. data/assets/img/social-icon.svg +1 -0
  106. data/assets/img/toggle-off.svg +1 -0
  107. data/assets/img/toggle-on.svg +1 -0
  108. data/assets/img/twitter-white.svg +1 -0
  109. data/assets/img/video.svg +1 -0
  110. data/assets/img/x.svg +1 -0
  111. data/assets/img/youtube-white.svg +1 -0
  112. data/assets/img/yt-loading.png +0 -0
  113. data/assets/img/zippia.png +0 -0
  114. data/assets/js/alerts/addAccordionOrTabHistoryStates.js +50 -0
  115. data/assets/js/alerts/alerts.js +56 -0
  116. data/assets/js/alerts/cacheResponse.js +23 -0
  117. data/assets/js/alerts/checkForPrefersReducedMotion.js +19 -0
  118. data/assets/js/alerts/contentHashLink.js +94 -0
  119. data/assets/js/alerts/createAlertsHtml.js +73 -0
  120. data/assets/js/alerts/fetchNewAlert.js +33 -0
  121. data/assets/js/alerts/getCachedResponse.js +43 -0
  122. data/assets/js/alerts/parseMarkdownToHTML.js +85 -0
  123. data/assets/js/alerts/refreshAlertButton.js +37 -0
  124. data/assets/js/dist/102.bundle.js +1 -0
  125. data/assets/js/dist/126.bundle.js +1 -0
  126. data/assets/js/dist/154.bundle.js +1 -0
  127. data/assets/js/dist/238.bundle.js +1 -0
  128. data/assets/js/dist/282.bundle.js +1 -0
  129. data/assets/js/dist/315.bundle.js +1 -0
  130. data/assets/js/dist/381.798ee77dce545b7c224a.css +2 -0
  131. data/assets/js/dist/381.bundle.js +1 -0
  132. data/assets/js/dist/391.bundle.js +1 -0
  133. data/assets/js/dist/45.bundle.js +1 -0
  134. data/assets/js/dist/504.bundle.js +1 -0
  135. data/assets/js/dist/526.bundle.js +2 -0
  136. data/assets/js/dist/526.bundle.js.LICENSE.txt +24 -0
  137. data/assets/js/dist/57.bundle.js +1 -0
  138. data/assets/js/dist/576.bundle.js +1 -0
  139. data/assets/js/dist/582.bundle.js +1 -0
  140. data/assets/js/dist/614.bundle.js +1 -0
  141. data/assets/js/dist/640.bundle.js +1 -0
  142. data/assets/js/dist/644.bundle.js +1 -0
  143. data/assets/js/dist/647.798ee77dce545b7c224a.css +2 -0
  144. data/assets/js/dist/647.bundle.js +1 -0
  145. data/assets/js/dist/658.798ee77dce545b7c224a.css +2 -0
  146. data/assets/js/dist/658.bundle.js +1 -0
  147. data/assets/js/dist/707.bundle.js +1 -0
  148. data/assets/js/dist/734.bundle.js +2 -0
  149. data/assets/js/dist/734.bundle.js.LICENSE.txt +30 -0
  150. data/assets/js/dist/747.bundle.js +1 -0
  151. data/assets/js/dist/755.bundle.js +1 -0
  152. data/assets/js/dist/795.bundle.js +1 -0
  153. data/assets/js/dist/814.bundle.js +1 -0
  154. data/assets/js/dist/83.798ee77dce545b7c224a.css +2 -0
  155. data/assets/js/dist/83.bundle.js +1 -0
  156. data/assets/js/dist/853.bundle.js +1 -0
  157. data/assets/js/dist/859.bundle.js +1 -0
  158. data/assets/js/dist/862.bundle.js +1 -0
  159. data/assets/js/dist/909.bundle.js +1 -0
  160. data/assets/js/dist/92.bundle.js +1 -0
  161. data/assets/js/dist/936.bundle.js +1 -0
  162. data/assets/js/dist/968.bundle.js +1 -0
  163. data/assets/js/dist/987.bundle.js +1 -0
  164. data/assets/js/dist/kcc-theme.798ee77dce545b7c224a.css +2 -0
  165. data/assets/js/dist/kcc-theme.bundle.js +1 -0
  166. data/assets/js/nav/megaNav/closeMegaNavOnClick.js +50 -0
  167. data/assets/js/nav/megaNav/googleCustomSearch.js +112 -0
  168. data/assets/js/nav/megaNav/megaNav.js +17 -0
  169. data/assets/js/nav/megaNav/searchToggleMegaNav.js +96 -0
  170. data/assets/js/nav/megaNav/toggleDropdownOnWindowResize.js +78 -0
  171. data/assets/js/nav/megaNav/toggleDropdownOnWindowResizeTwo.js +54 -0
  172. data/assets/js/nav/megaNav/toggleMenuOnWindowResize.js +26 -0
  173. data/assets/js/nav/megaNav/underlineCurrentSite.js +22 -0
  174. data/assets/js/nav/nav/closeNavOnClick.js +50 -0
  175. data/assets/js/nav/nav/highlightCurrentNav.js +56 -0
  176. data/assets/js/nav/nav/moveSearchIcon.js +94 -0
  177. data/assets/js/nav/nav/nav.js +13 -0
  178. data/assets/js/nav/nav/searchToggleNav.js +40 -0
  179. data/assets/js/nav/nav/toggleNavSearchDropdownOnWindowResize.js +57 -0
  180. data/assets/js/src/addClassToOpenNavbar.js +20 -0
  181. data/assets/js/src/all.js +61 -0
  182. data/assets/js/src/darkMode.js +17 -0
  183. data/assets/js/src/errorPageSearch.js +16 -0
  184. data/assets/js/src/footerDate.js +7 -0
  185. data/assets/js/src/lazyLoad.js +13 -0
  186. data/assets/js/src/loadModule.js +13 -0
  187. data/assets/js/src/sliders.js +68 -0
  188. data/assets/js/src/test.js +7 -0
  189. data/assets/js/src/translate.js +1 -0
  190. data/assets/js/src/translateScript.js +54 -0
  191. data/assets/js/src/userSettings.js +53 -0
  192. data/assets/js/src/walkText.js +27 -0
  193. data/assets/js/src/wrapPowerText.js +21 -0
  194. data/assets/js/src/ytEmbed.js +30 -0
  195. data/assets/scss/0-tools/_bootstrap-overrides.scss +89 -0
  196. data/assets/scss/0-tools/_cloudcannon.scss +16 -0
  197. data/assets/scss/0-tools/_google-translate-overrides.scss +114 -0
  198. data/assets/scss/0-tools/_gsc-overrides.scss +144 -0
  199. data/assets/scss/0-tools/_gsc-search-page-overrides.scss +275 -0
  200. data/assets/scss/0-tools/_slick-vars.scss +15 -0
  201. data/assets/scss/0-tools/_vars.scss +98 -0
  202. data/assets/scss/1-base/_background.scss +5 -0
  203. data/assets/scss/1-base/_buttons.scss +200 -0
  204. data/assets/scss/1-base/_header-global.scss +483 -0
  205. data/assets/scss/1-base/_html.scss +4 -0
  206. data/assets/scss/1-base/_img.scss +17 -0
  207. data/assets/scss/1-base/_links.scss +126 -0
  208. data/assets/scss/1-base/_svg.scss +89 -0
  209. data/assets/scss/1-base/_typography.scss +645 -0
  210. data/assets/scss/2-modules/_accordion.scss +43 -0
  211. data/assets/scss/2-modules/_benefits.scss +371 -0
  212. data/assets/scss/2-modules/_breadcrumbs.scss +32 -0
  213. data/assets/scss/2-modules/_campus-alerts.scss +3 -0
  214. data/assets/scss/2-modules/_card-section.scss +9 -0
  215. data/assets/scss/2-modules/_contacts.scss +46 -0
  216. data/assets/scss/2-modules/_dark-mode.scss +350 -0
  217. data/assets/scss/2-modules/_error.scss +10 -0
  218. data/assets/scss/2-modules/_footer.scss +84 -0
  219. data/assets/scss/2-modules/_header.scss +21 -0
  220. data/assets/scss/2-modules/_hero-slider.scss +300 -0
  221. data/assets/scss/2-modules/_loader.scss +25 -0
  222. data/assets/scss/2-modules/_nav-content.scss +11 -0
  223. data/assets/scss/2-modules/_nav-landing.scss +203 -0
  224. data/assets/scss/2-modules/_nav-local.scss +45 -0
  225. data/assets/scss/2-modules/_setting.scss +78 -0
  226. data/assets/scss/2-modules/_sliders.scss +21 -0
  227. data/assets/scss/2-modules/_social-icons.scss +36 -0
  228. data/assets/scss/2-modules/_sub-nav.scss +32 -0
  229. data/assets/scss/2-modules/_yt-embed.scss +14 -0
  230. data/assets/scss/3-layout/_background.scss +3 -0
  231. data/assets/scss/3-layout/_margins.scss +2 -0
  232. data/assets/scss/3-layout/_padding.scss +2 -0
  233. data/assets/scss/3-layout/_positioning.scss +104 -0
  234. data/assets/scss/3-layout/_section.scss +23 -0
  235. data/assets/scss/3-layout/_tables.scss +8 -0
  236. data/assets/scss/4-pages/index/_home.scss +15 -0
  237. data/assets/scss/bootstrap.scss +75 -0
  238. data/assets/scss/darkMode.scss +5 -0
  239. data/assets/scss/kcc-theme.scss +47 -0
  240. data/assets/scss/searchPageOverrides.scss +2 -0
  241. data/assets/scss/slick-carousel.scss +9 -0
  242. data/assets/scss/translate.scss +4 -0
  243. metadata +326 -0
@@ -0,0 +1,645 @@
1
+ // TYPOGRAPHY
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
+ line-height: 1;
20
+ text-transform: uppercase;
21
+ transition-property: color;
22
+ transition-timing-function: ease;
23
+ transition-duration: .4s;
24
+ &:hover,
25
+ &:focus {
26
+ color: $primary-red;
27
+ }
28
+ &--smaller {
29
+ font-size: 1.25rem;
30
+ }
31
+ }
32
+
33
+ @media screen and (min-width:360px) {
34
+ .typography__nav-heading {
35
+ font-size: 1.8rem;
36
+ &--smaller {
37
+ font-size: 1.5rem;
38
+ }
39
+ }
40
+ }
41
+
42
+ @media screen and (min-width:410px) {
43
+ .typography__nav-heading {
44
+ font-size: 2rem;
45
+ }
46
+ }
47
+
48
+ @media screen and (min-width:576px) {
49
+ .typography__nav-heading {
50
+ font-size: 2.3rem;
51
+ }
52
+ }
53
+
54
+ @media screen and (min-width: 768px) {
55
+ .typography__nav-heading {
56
+ font-size: 2.4rem;
57
+ }
58
+ }
59
+
60
+ @media screen and (min-width: 1500px) {
61
+ .typography__nav-heading {
62
+ font-size: 2.6rem;
63
+ }
64
+ }
65
+
66
+ .typography__footer-heading { // Footer heading/link that shows the site URL
67
+ font-family: $font-family-headings;
68
+ font-size: 1.95rem;
69
+ font-weight: $font-weight-black;
70
+ }
71
+
72
+ @media screen and (min-width: 360px) {
73
+ .typography__footer-heading {
74
+ font-size: 2.2rem;
75
+ }
76
+ }
77
+
78
+ @media screen and (min-width: 375px) {
79
+ .typography__footer-heading {
80
+ font-size: 2.4rem;
81
+ }
82
+ }
83
+
84
+ @media screen and (min-width: 410px) {
85
+ .typography__footer-heading {
86
+ font-size: 2.6rem;
87
+ }
88
+ }
89
+
90
+ .typography__call-to-action {
91
+ color: $primary-red;
92
+ font-family: $font-family-oswald;
93
+ font-size: 2.8rem;
94
+ font-weight: 600;
95
+ line-height: 2.8rem;
96
+ margin-bottom: 30px;
97
+ margin-top: 20px;
98
+ }
99
+
100
+ .typography__contacts--name {
101
+ color: $primary-blue;
102
+ font-family: $font-family-headings;
103
+ font-size: 1.3em;
104
+ font-weight: $font-weight-bold;
105
+ margin-bottom: .2rem;
106
+ }
107
+
108
+ .typography__contacts--title {
109
+ color: $color-grey-heading;
110
+ font-family: $font-family-headings;
111
+ font-size: 1.1em;
112
+ font-weight: $font-weight-bold;
113
+ margin-bottom: .2rem;
114
+ }
115
+
116
+ .typography__orange-h4 {
117
+ color: $orange-heading;
118
+ font-family: $font-family-oswald;
119
+ font-size: 2.4rem;
120
+ }
121
+
122
+ .typography__sub-nav--red-h2 {
123
+ color: $primary-red;
124
+ font-family: $font-family-oswald;
125
+ font-size: 1.4rem;
126
+ font-weight: 500;
127
+ text-transform: uppercase;
128
+ }
129
+
130
+ @media screen and (min-width: 768px) {
131
+ .typography__sub-nav--red-h2 {
132
+ font-size: 1.8rem;
133
+ }
134
+ }
135
+
136
+ .typography__section--heading {
137
+ color: $primary-red;
138
+ font-family: $font-family-oswald;
139
+ font-size: 2rem;
140
+ font-weight: $font-weight-boldish;
141
+ }
142
+
143
+ .typography__header-global--nav-top,
144
+ .typography__header-global--nav-bottom,
145
+ .typography__header-global--nav-local {
146
+ color: $primary-blue;
147
+ font-family: $font-family-oswald;
148
+ font-size: 1rem;
149
+ font-weight: 500;
150
+ letter-spacing: 0.05rem;
151
+ padding-bottom: .25rem;
152
+ padding-top: .25rem;
153
+ text-transform: capitalize;
154
+ }
155
+
156
+ @media screen and (min-width: 992px) {
157
+ .typography__header-global--nav-top {
158
+ color: $color-blue-light-nav;
159
+ font-size: 1.1rem;
160
+ &:hover,
161
+ &:focus {
162
+ color: $color-blue-light-nav;
163
+ }
164
+ }
165
+ }
166
+
167
+ @media screen and (min-width: 992px) {
168
+ .typography__header-global--nav-bottom {
169
+ color: $white;
170
+ font-size: 1.05rem;
171
+ font-weight: 400;
172
+ }
173
+ }
174
+
175
+ @media screen and (min-width: 992px) {
176
+ .typography__header-global--nav-bottom:hover,
177
+ .typography__header-global--nav-bottom:focus,
178
+ .header-global__dropdown:hover .typography__header-global--nav-bottom,
179
+ .header-global__dropdown:focus .typography__header-global--nav-bottom {
180
+ color: $primary-blue;
181
+ }
182
+ }
183
+
184
+ @media screen and (min-width: 992px) {
185
+ .typography__header-global--nav-local {
186
+ font-size: 1rem;
187
+ font-weight: 400;
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: inherit;
633
+ }
634
+
635
+ .typography__last-p--mb0 p.typography__alert:last-child {
636
+ margin-bottom: 0;
637
+ }
638
+
639
+ .typography__header-global--nav-bottom:hover {
640
+ cursor: default;
641
+ }
642
+
643
+ .dark-mode .typography__header-global--nav-bottom {
644
+ color: #9bb7dd;
645
+ }
@@ -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: '\002D';
21
+ display: inline-block;
22
+ font-family: $font-family-paragraph;
23
+ font-size: 2rem;
24
+ font-weight: 400;
25
+ height: 30px;
26
+ line-height: 30px;
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
+ }