kcc-gem-theme 1.65.57
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.
- checksums.yaml +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +138 -0
- data/_data/cache_bust_css.yml +1 -0
- data/_data/navigation.yml +96 -0
- data/_data/theme_hash.yml +1 -0
- data/_includes/accordion.html +28 -0
- data/_includes/alerts.html +2 -0
- data/_includes/benefits.html +98 -0
- data/_includes/body.html +8 -0
- data/_includes/bottom-action-call.html +10 -0
- data/_includes/card-section.html +27 -0
- data/_includes/chat-now.html +8 -0
- data/_includes/check-mark.svg +17 -0
- data/_includes/contacts-tan.html +69 -0
- data/_includes/contacts.html +67 -0
- data/_includes/document-head.html +13 -0
- data/_includes/emergency-alert.html +9 -0
- data/_includes/emergency-alerts.html +29 -0
- data/_includes/foot.html +3 -0
- data/_includes/footer.html +168 -0
- data/_includes/header-global.html +25 -0
- data/_includes/header.html +28 -0
- data/_includes/hero-slider.html +23 -0
- data/_includes/image-slider.html +23 -0
- data/_includes/nav-global-bottom.html +30 -0
- data/_includes/nav-global-local.html +29 -0
- data/_includes/nav-global-top.html +14 -0
- data/_includes/nav-global.html +117 -0
- data/_includes/nav-landing.html +111 -0
- data/_includes/nav-local.html +34 -0
- data/_includes/nav-sub.html +19 -0
- data/_includes/old-head.html +28 -0
- data/_includes/scripts/custom.html +2 -0
- data/_includes/scripts/emergency-alerts.html +2 -0
- data/_includes/scripts/google-api.html +2 -0
- data/_includes/scripts/google-noscript.html +6 -0
- data/_includes/scripts/google-tag.html +24 -0
- data/_includes/scripts/kcc-alerts.html +2 -0
- data/_includes/scripts/kcc-mega-nav.html +2 -0
- data/_includes/scripts/kcc-nav.html +2 -0
- data/_includes/scripts/kcc-theme-landing.html +2 -0
- data/_includes/scripts/kcc-theme.html +2 -0
- data/_includes/scripts/table-cdn.html +6 -0
- data/_includes/scripts/translate.html +11 -0
- data/_includes/scripts/vendor-cdn.html +6 -0
- data/_includes/styles/fonts.html +11 -0
- data/_includes/styles/main.html +8 -0
- data/_includes/styles/vendor.html +6 -0
- data/_includes/svg/check.html +11 -0
- data/_includes/svg/goals.html +17 -0
- data/_includes/svg/kcc-copy.html +62 -0
- data/_includes/svg/kcc.html +59 -0
- data/_includes/svg/kcc.svg +59 -0
- data/_includes/svg/love.html +6 -0
- data/_includes/svg/save-money.html +40 -0
- data/_includes/tabbed-content.html +21 -0
- data/_includes/targetx-form.html +370 -0
- data/_includes/targetx-head.html +48 -0
- data/_includes/translate.html +3 -0
- data/_layouts/default-core.html +31 -0
- data/_layouts/default-landing.html +31 -0
- data/_layouts/default.html +32 -0
- data/_layouts/landing-page.html +8 -0
- data/_layouts/landing-simple.html +29 -0
- data/_layouts/markdown.html +13 -0
- data/_layouts/page.html +8 -0
- data/_layouts/sub-nav.html +6 -0
- data/_layouts/thank-you.html +18 -0
- data/assets/css/content.css +1 -0
- data/assets/css/kcc-theme.css +1 -0
- data/assets/css/main.css +1 -0
- data/assets/css/translate.css +1 -0
- data/assets/img/2016-senior-viewbook.jpg +0 -0
- data/assets/img/ATEC-DSC_1033.jpeg +0 -0
- data/assets/img/DSC_5650_helpful.jpg +0 -0
- data/assets/img/DSC_8724_4x3.jpg +0 -0
- data/assets/img/alert.svg +13 -0
- data/assets/img/baseball.svg +40 -0
- data/assets/img/basketball.svg +17 -0
- data/assets/img/blank-contact.svg +10 -0
- data/assets/img/blue-next.svg +9 -0
- data/assets/img/blue-prev.svg +9 -0
- data/assets/img/calendar.svg +24 -0
- data/assets/img/cavaliers-16x9-thumb.png +0 -0
- data/assets/img/cavaliers-logo.png +0 -0
- data/assets/img/cavaliers-logo_white.png +0 -0
- data/assets/img/d-daun2.jpg +0 -0
- data/assets/img/dbl-next.svg +16 -0
- data/assets/img/dbl-next_mobile.svg +16 -0
- data/assets/img/dbl-prev.svg +16 -0
- data/assets/img/dbl-prev_mobile.svg +16 -0
- data/assets/img/e-tech_a-roberts_mar2016_D41_6690.jpg +0 -0
- data/assets/img/facebook-f_white.svg +9 -0
- data/assets/img/fafsa-early-bird-banner-18.jpg +0 -0
- data/assets/img/go_cavs_20171002_193828-web.jpg +0 -0
- data/assets/img/heading-bg-underline-tan.png +0 -0
- data/assets/img/heading-bg-underline-transparent.png +0 -0
- data/assets/img/heading-bg-underline.png +0 -0
- data/assets/img/instagram-white.svg +20 -0
- data/assets/img/itransfer.png +0 -0
- data/assets/img/kankakee-community-college-word-logo.svg +88 -0
- data/assets/img/kcc-logo-inverse.svg +21 -0
- data/assets/img/kcc-logo.svg +74 -0
- data/assets/img/kcc-placeholder-square.png +0 -0
- data/assets/img/kcc-placeholder.png +0 -0
- data/assets/img/kcc-text-logo.svg +89 -0
- data/assets/img/linkedin-white.svg +13 -0
- data/assets/img/loader.gif +0 -0
- data/assets/img/menu-bg.png +0 -0
- data/assets/img/miguel2.jpg +0 -0
- data/assets/img/news.svg +19 -0
- data/assets/img/pause.svg +20 -0
- data/assets/img/pause_mobile.svg +20 -0
- data/assets/img/pinterest-p_white.svg +16 -0
- data/assets/img/placeholder.png +0 -0
- data/assets/img/play.svg +12 -0
- data/assets/img/play_mobile.svg +12 -0
- data/assets/img/riverfrontcampus.jpg +0 -0
- data/assets/img/search.svg +18 -0
- data/assets/img/soccer.svg +17 -0
- data/assets/img/social-icon.svg +13 -0
- data/assets/img/twitter-white.svg +14 -0
- data/assets/img/video.svg +10 -0
- data/assets/img/volleyball.svg +15 -0
- data/assets/img/x.svg +10 -0
- data/assets/img/youtube-white.svg +9 -0
- data/assets/img/yt-loading.png +0 -0
- data/assets/img/zippia.png +0 -0
- data/assets/js/dist/main.bundle.js +1 -0
- data/assets/js/theme/alerts/alerts.js +5 -0
- data/assets/js/theme/alerts/campusAlertsSheetsAPI.js +41 -0
- data/assets/js/theme/alerts/createAlertsHtml.js +93 -0
- data/assets/js/theme/alerts/parseMarkdownToHTML.js +85 -0
- data/assets/js/theme/alerts/simpleSetSheetParameters.js +23 -0
- data/assets/js/theme/dist/alerts.bundle.js +1 -0
- data/assets/js/theme/dist/kcc-mega-nav.bundle.js +1 -0
- data/assets/js/theme/dist/kcc-nav.bundle.js +1 -0
- data/assets/js/theme/dist/kcc-theme-landing.bundle.js +1 -0
- data/assets/js/theme/dist/kcc-theme.bundle.js +1 -0
- data/assets/js/theme/landing/landing.js +5 -0
- data/assets/js/theme/landing/landingPage.js +49 -0
- data/assets/js/theme/nav/megaNav/closeMegaNavOnClick.js +50 -0
- data/assets/js/theme/nav/megaNav/googleCustomSearch.js +112 -0
- data/assets/js/theme/nav/megaNav/megaNav.js +13 -0
- data/assets/js/theme/nav/megaNav/searchToggleMegaNav.js +96 -0
- data/assets/js/theme/nav/megaNav/toggleDropdownOnWindowResize.js +78 -0
- data/assets/js/theme/nav/megaNav/toggleDropdownOnWindowResizeTwo.js +54 -0
- data/assets/js/theme/nav/megaNav/toggleMenuOnWindowResize.js +26 -0
- data/assets/js/theme/nav/megaNav/underlineCurrentSite.js +22 -0
- data/assets/js/theme/nav/nav/closeNavOnClick.js +50 -0
- data/assets/js/theme/nav/nav/highlightCurrentNav.js +56 -0
- data/assets/js/theme/nav/nav/moveSearchIcon.js +94 -0
- data/assets/js/theme/nav/nav/nav.js +13 -0
- data/assets/js/theme/nav/nav/searchToggleNav.js +40 -0
- data/assets/js/theme/nav/nav/toggleNavSearchDropdownOnWindowResize.js +57 -0
- data/assets/js/theme/src/all.js +34 -0
- data/assets/js/theme/src/babelTest.js +18 -0
- data/assets/js/theme/src/footerDate.js +7 -0
- data/assets/js/theme/src/lazyLoad.js +13 -0
- data/assets/js/theme/src/sliders.js +88 -0
- data/assets/js/theme/src/test.js +5 -0
- data/assets/js/theme/src/translate.js +56 -0
- data/assets/js/theme/src/walkText.js +16 -0
- data/assets/js/theme/src/wrapPowerText.js +21 -0
- data/assets/js/theme/src/ytEmbed.js +30 -0
- data/assets/scss/0-tools/_bootstrap-overrides.scss +72 -0
- data/assets/scss/0-tools/_cloudcannon.scss +16 -0
- data/assets/scss/0-tools/_google-translate-overrides.scss +114 -0
- data/assets/scss/0-tools/_gsc-overrides.scss +144 -0
- data/assets/scss/0-tools/_targetx-overrides.scss +76 -0
- data/assets/scss/0-tools/_vars.scss +67 -0
- data/assets/scss/1-base/_background.scss +5 -0
- data/assets/scss/1-base/_buttons.scss +83 -0
- data/assets/scss/1-base/_header-global.scss +454 -0
- data/assets/scss/1-base/_img.scss +17 -0
- data/assets/scss/1-base/_links.scss +120 -0
- data/assets/scss/1-base/_typography.scss +641 -0
- data/assets/scss/2-modules/_accordion.scss +34 -0
- data/assets/scss/2-modules/_benefits.scss +371 -0
- data/assets/scss/2-modules/_campus-alerts.scss +3 -0
- data/assets/scss/2-modules/_card-section.scss +9 -0
- data/assets/scss/2-modules/_contacts.scss +46 -0
- data/assets/scss/2-modules/_error.scss +10 -0
- data/assets/scss/2-modules/_footer.scss +80 -0
- data/assets/scss/2-modules/_header.scss +21 -0
- data/assets/scss/2-modules/_hero-slider.scss +330 -0
- data/assets/scss/2-modules/_img-hover.scss +70 -0
- data/assets/scss/2-modules/_loader.scss +9 -0
- data/assets/scss/2-modules/_nav-global.scss +315 -0
- data/assets/scss/2-modules/_nav-landing.scss +203 -0
- data/assets/scss/2-modules/_nav-local.scss +45 -0
- data/assets/scss/2-modules/_sliders.scss +191 -0
- data/assets/scss/2-modules/_social-icons.scss +36 -0
- data/assets/scss/2-modules/_sub-nav.scss +32 -0
- data/assets/scss/2-modules/_yt-embed.scss +14 -0
- data/assets/scss/3-layout/_background.scss +3 -0
- data/assets/scss/3-layout/_content.scss +37 -0
- data/assets/scss/3-layout/_margins.scss +22 -0
- data/assets/scss/3-layout/_padding.scss +19 -0
- data/assets/scss/3-layout/_positioning.scss +341 -0
- data/assets/scss/3-layout/_section.scss +22 -0
- data/assets/scss/3-layout/_tables.scss +8 -0
- data/assets/scss/3-layout/_thank-you.scss +5 -0
- data/assets/scss/4-pages/index/_home.scss +15 -0
- data/assets/scss/kcc-theme.scss +49 -0
- data/assets/scss/translate.scss +5 -0
- data/assets/vendor/css/ajax-loader.gif +0 -0
- data/assets/vendor/css/bootstrap.min.css +7 -0
- data/assets/vendor/css/fonts/slick.eot +0 -0
- data/assets/vendor/css/fonts/slick.ttf +0 -0
- data/assets/vendor/css/fonts/slick.woff +0 -0
- data/assets/vendor/css/mli7lsm.css +22 -0
- data/assets/vendor/css/slick-theme.min.css +8 -0
- data/assets/vendor/css/slick.min.css +8 -0
- data/assets/vendor/font/slick.woff +0 -0
- data/assets/vendor/js/bootstrap.min.js +7 -0
- data/assets/vendor/js/jquery.min.js +2 -0
- data/assets/vendor/js/popper.min.js +5 -0
- data/assets/vendor/js/slick.min.js +1 -0
- metadata +304 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// Styles for <img>'s
|
|
2
|
+
.img__responsive--svg {
|
|
3
|
+
height: auto;
|
|
4
|
+
max-width: 100%;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.img__full-width {
|
|
8
|
+
width: 100%;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.img__shadow {
|
|
12
|
+
filter: drop-shadow(3px 3px 10px rgba(126, 126, 126, .45));
|
|
13
|
+
&--border {
|
|
14
|
+
filter: drop-shadow(3px 3px 10px rgba(126, 126, 126, .45));
|
|
15
|
+
border: 3px solid $primary-blue;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
// Rules for styling links
|
|
2
|
+
// =========================================
|
|
3
|
+
|
|
4
|
+
.links__kcc-logo {
|
|
5
|
+
display: inline;
|
|
6
|
+
float: left;
|
|
7
|
+
width: 120px;
|
|
8
|
+
height:80px;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
// use the 'link__offset' class to offset jump-links via CSS only method.
|
|
12
|
+
// Links need to be offset to clear the fixed navigation bar at the top.
|
|
13
|
+
// =========================================
|
|
14
|
+
|
|
15
|
+
.links__offset {
|
|
16
|
+
pointer-events: none !important;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.links__offset::before {
|
|
20
|
+
// mobile devices get slightly different offset b/c of different sized fixed header
|
|
21
|
+
content: " ";
|
|
22
|
+
display: block;
|
|
23
|
+
height: 171px; // defining a height pushes the element down the page
|
|
24
|
+
margin-top: -171px; // negative margin is needed to push it back to its original position
|
|
25
|
+
pointer-events: none !important; // w/ out this it will interfere with the sites navigation links
|
|
26
|
+
visibility: hidden;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
@media screen and (min-width: 768px) {
|
|
30
|
+
.links__offset::before {
|
|
31
|
+
height: 150px;
|
|
32
|
+
margin-top: -150px;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.links__darker-link {
|
|
37
|
+
color: $darker-link;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
// Rules to override bootstrap 4's "nav-link" color
|
|
41
|
+
// =========================================
|
|
42
|
+
.navbar-light .navbar-nav .nav-link.links__nav-link--color:not(.btn-primary) { // Ugly (chain of) selectors needed to overide bootstrap's "nav-link" color:
|
|
43
|
+
color: $primary-blue;
|
|
44
|
+
&:hover,
|
|
45
|
+
&:focus {
|
|
46
|
+
color: $primary-red;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.navbar-light .navbar-nav .nav-link.links__nav-link--color.btn-primary {
|
|
51
|
+
color: $white;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.navbar-light .navbar-nav .active>.nav-link {
|
|
55
|
+
border-bottom-color: $primary-red;
|
|
56
|
+
border-bottom-style: solid;
|
|
57
|
+
border-bottom-width: thick;
|
|
58
|
+
color: $primary-blue;
|
|
59
|
+
padding-bottom: 0;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.navbar-light .navbar-nav .nav-link:focus,
|
|
63
|
+
.navbar-light .navbar-nav .nav-link:hover {
|
|
64
|
+
color: $primary-red;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.links__phone--span { // Phone # link in the navigation on landing pages like info.kcc.edu
|
|
68
|
+
color: $white;
|
|
69
|
+
position: relative; // Needed to make pseudo-element underlining the right width
|
|
70
|
+
text-decoration: none;
|
|
71
|
+
&:visited {
|
|
72
|
+
color: $white;
|
|
73
|
+
}
|
|
74
|
+
&:hover,
|
|
75
|
+
&:focus {
|
|
76
|
+
color: $white; // Remove the Bootstrap primary blue colour on a:hover
|
|
77
|
+
text-decoration: none; // Prevent underlining
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
.links__phone--span:focus:after,
|
|
83
|
+
.links__phone--span:hover:after { // mouse-hover effect for phone # in landing pages
|
|
84
|
+
opacity: 1; // Make the underline fade in
|
|
85
|
+
transform: translateY(-.2em); // Move the underline up (along the Y-axis) as it fades-in
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.links__phone--span:after { // Pseudo-element to unerline the phone # on mouse-hover
|
|
89
|
+
background-color: $color-orange;
|
|
90
|
+
bottom: - .325rem;
|
|
91
|
+
content: "";
|
|
92
|
+
display: block;
|
|
93
|
+
height: .1875rem;
|
|
94
|
+
opacity: 0;
|
|
95
|
+
position: absolute;
|
|
96
|
+
transition: opacity .3s,transform .3s; // mouse-hover effect
|
|
97
|
+
width: 100%;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.links__no-underline {
|
|
101
|
+
text-decoration: none;
|
|
102
|
+
&:hover {
|
|
103
|
+
text-decoration: none;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
@media screen and (min-width: 992px) {
|
|
108
|
+
.links__header-global--nav-local {
|
|
109
|
+
position: relative;
|
|
110
|
+
}
|
|
111
|
+
.active .links__header-global--nav-local::after {
|
|
112
|
+
background-color: $primary-red;
|
|
113
|
+
bottom: .125rem;
|
|
114
|
+
content: '';
|
|
115
|
+
display: block;
|
|
116
|
+
height: .145rem;
|
|
117
|
+
position: absolute;
|
|
118
|
+
width: calc(100% - 1rem);
|
|
119
|
+
}
|
|
120
|
+
}
|
|
@@ -0,0 +1,641 @@
|
|
|
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
|
+
& .nav-link:not([role=tab]) {
|
|
189
|
+
margin-left: 5px;
|
|
190
|
+
margin-right: 5px;
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.typography__nav-link {
|
|
195
|
+
color: $white;
|
|
196
|
+
font-family: $font-family-oswald;
|
|
197
|
+
font-size: 1.05rem;
|
|
198
|
+
font-weight: 400;
|
|
199
|
+
letter-spacing: 0.05rem;
|
|
200
|
+
text-transform: capitalize;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.typography__nav-local--nav-link {
|
|
204
|
+
font-family: $font-family-oswald;
|
|
205
|
+
font-size: 1rem;
|
|
206
|
+
font-weight: 500;
|
|
207
|
+
text-transform: uppercase;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.typography__nav-local--color {
|
|
211
|
+
color: $primary-blue;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
// "The POWER of Community" text
|
|
215
|
+
.typography__power-text {
|
|
216
|
+
color: $white;
|
|
217
|
+
font-family: $font-family-power;
|
|
218
|
+
font-size: 1.1rem;
|
|
219
|
+
font-weight: $font-weight-bold;
|
|
220
|
+
letter-spacing: .02em;
|
|
221
|
+
text-transform: uppercase;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
@media screen and (min-width: 360px) {
|
|
225
|
+
.typography__power-text {
|
|
226
|
+
font-size: 1.3rem;
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
@media screen and (min-width: 768px) {
|
|
231
|
+
.typography__power-text {
|
|
232
|
+
font-size: 2.2rem;
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
@media screen and (min-width: 992px) {
|
|
237
|
+
.typography__power-text {
|
|
238
|
+
font-size: 2.9rem;
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
@media screen and (min-width: 1200px) {
|
|
243
|
+
.typography__power-text {
|
|
244
|
+
font-size: 3.1rem;
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
// Content Headings
|
|
249
|
+
.typography__h2 {
|
|
250
|
+
color: $color-grey-heading;
|
|
251
|
+
font-family: $font-family-headings;
|
|
252
|
+
font-size: 2rem;
|
|
253
|
+
font-weight: $font-weight-boldish;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.typography__h3 {
|
|
257
|
+
color: $primary-blue;
|
|
258
|
+
font-family: $font-family-headings;
|
|
259
|
+
font-size: 1.75rem;
|
|
260
|
+
font-weight: $font-weight-bolder;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
.typography__h4 {
|
|
264
|
+
color: $primary-red;
|
|
265
|
+
font-family: $font-family-headings;
|
|
266
|
+
font-size: 1.7rem;
|
|
267
|
+
font-weight: $font-weight-bolder;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
.typography__h5 {
|
|
271
|
+
color: $color-grey-heading;
|
|
272
|
+
font-family: $font-family-headings;
|
|
273
|
+
font-weight: $font-weight-bold;
|
|
274
|
+
font-size: 1.5rem;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
.typography__h6 {
|
|
278
|
+
color: $color-grey-heading;
|
|
279
|
+
font-family: $font-family-headings;
|
|
280
|
+
font-weight: $font-weight-bold;
|
|
281
|
+
font-size: 1.4rem;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
.typography__h5--description {
|
|
285
|
+
color: $grey-6;
|
|
286
|
+
font-family: $font-family-oswald;
|
|
287
|
+
font-size: 1.25rem;
|
|
288
|
+
font-weight: 400;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
.typography__phone--span {
|
|
292
|
+
color: $white;
|
|
293
|
+
font-family: $font-family-oswald;
|
|
294
|
+
font-size: 1.3rem;
|
|
295
|
+
font-weight: $font-weight-regular;
|
|
296
|
+
letter-spacing: .07rem;
|
|
297
|
+
white-space: nowrap;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
@media screen and (min-width: 768px) {
|
|
301
|
+
.typography__phone--span {
|
|
302
|
+
font-size: 1.45rem;
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
@media screen and (min-width: 1024px) {
|
|
307
|
+
.typography__phone--span {
|
|
308
|
+
font-size: 1.5rem;
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.typography__p--bold {
|
|
313
|
+
color: $color-grey-heading;
|
|
314
|
+
font-family: $font-family-headings;
|
|
315
|
+
font-weight: $font-weight-bold;
|
|
316
|
+
font-size: 1.25rem;
|
|
317
|
+
line-height: 1.2;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
.typography__stories--quote {
|
|
321
|
+
color: $primary-blue;
|
|
322
|
+
font-family: 'Oswald', sans-serif;
|
|
323
|
+
font-size: 1.1em;
|
|
324
|
+
font-weight: 300;
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
@media screen and (min-width: 488px) {
|
|
328
|
+
.typography__stories--quote {
|
|
329
|
+
font-size: 1.3rem;
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
@media screen and (min-width: 768px) {
|
|
334
|
+
.typography__stories--quote {
|
|
335
|
+
font-size: 1.2rem;
|
|
336
|
+
}
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
@media screen and (min-width: 992px) {
|
|
340
|
+
.typography__stories--quote {
|
|
341
|
+
font-size: 1.4rem;
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
.typography__col--heading-underline {
|
|
346
|
+
background-image: url(/assets/img/heading-bg-underline.png);
|
|
347
|
+
background-repeat: no-repeat;
|
|
348
|
+
background-position: 0 50px;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
.typography__col--heading-underline-tan {
|
|
352
|
+
background-image: url(/assets/img/heading-bg-underline-tan.png);
|
|
353
|
+
background-repeat: no-repeat;
|
|
354
|
+
background-position: 0 50px;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
// Other font styles
|
|
358
|
+
|
|
359
|
+
p,
|
|
360
|
+
ul:not(.navbar-nav), // :not() selecter prevents unnecesary style override
|
|
361
|
+
ol { // Needed so list font looks the same as paragraph font
|
|
362
|
+
color: $color-grey-heading; // Bootstrap sets these things to black
|
|
363
|
+
font-family: $font-family-paragraph;
|
|
364
|
+
font-size: $font-size-base;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
.typography__tables th {
|
|
368
|
+
color: $primary-red;
|
|
369
|
+
font-family: $font-family-headings;
|
|
370
|
+
font-weight: $font-weight-bold;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
.typography__tables td {
|
|
374
|
+
color: $color-grey-heading; // Bootstrap sets these things to black
|
|
375
|
+
font-family: $font-family-paragraph;
|
|
376
|
+
font-size: $font-size-base;
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
h1 sup, h2 sup, h3 sup, h4 sup, h5 sup, h6 sup { // Make superscripts within headings a little bit smaller than reboot's styling
|
|
380
|
+
font-size: 45% !important;
|
|
381
|
+
top: -1em;
|
|
382
|
+
font-weight: normal;
|
|
383
|
+
}
|
|
384
|
+
.typography__register--h2 {
|
|
385
|
+
color: $white;
|
|
386
|
+
font-family: eurostile, sans-serif;
|
|
387
|
+
font-size: 2.4rem;
|
|
388
|
+
font-weight: $font-weight-boldish;
|
|
389
|
+
letter-spacing: .03rem;
|
|
390
|
+
position: relative;
|
|
391
|
+
top: 30%;
|
|
392
|
+
margin-bottom: -10px;
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
@media screen and (min-width: 400px) {
|
|
396
|
+
.typography__register--h2 {
|
|
397
|
+
font-size: 3rem;
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
@media screen and (min-width: 768px) {
|
|
402
|
+
.typography__register--h2 {
|
|
403
|
+
font-size: 5.2rem;
|
|
404
|
+
}
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
@media screen and (min-width: 1200px) {
|
|
408
|
+
.typography__register--h2 {
|
|
409
|
+
font-size: 6rem;
|
|
410
|
+
}
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
@media screen and (min-width: 1800px) {
|
|
414
|
+
.typography__register--h2 {
|
|
415
|
+
font-size: 6.6rem;
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
.typography__register--h3 {
|
|
420
|
+
color: $white;
|
|
421
|
+
font-family: eurostile, sans-serif;
|
|
422
|
+
font-size: 1.2rem;
|
|
423
|
+
font-weight: $font-weight-boldish;
|
|
424
|
+
letter-spacing: .03rem;
|
|
425
|
+
position: relative;
|
|
426
|
+
top: 31%;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
@media screen and (min-width: 400px) {
|
|
430
|
+
.typography__register--h3 {
|
|
431
|
+
font-size: 1.45rem;
|
|
432
|
+
top: 30.5%;
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
@media screen and (min-width: 768px) {
|
|
437
|
+
.typography__register--h3 {
|
|
438
|
+
font-size: 2.5rem;
|
|
439
|
+
top: 30%;
|
|
440
|
+
}
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
@media screen and (min-width: 1200px) {
|
|
444
|
+
.typography__register--h3 {
|
|
445
|
+
font-size: 2.6rem;
|
|
446
|
+
top: 30%;
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
@media screen and (min-width: 1800px) {
|
|
451
|
+
.typography__register--h3 {
|
|
452
|
+
font-size: 2.7rem;
|
|
453
|
+
top: 30%;
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
.typography__register--caption {
|
|
458
|
+
color: $white;
|
|
459
|
+
font-family: $font-family-oswald;
|
|
460
|
+
font-size: 1rem;
|
|
461
|
+
font-weight: $font-weight-boldish;
|
|
462
|
+
letter-spacing: .07rem;
|
|
463
|
+
position: absolute;
|
|
464
|
+
bottom: 15px;
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
@media screen and (min-width: 1200px) {
|
|
468
|
+
.typography__register--caption {
|
|
469
|
+
font-size: 1.2rem;
|
|
470
|
+
}
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
.typography__register-h4 {
|
|
474
|
+
font-family: $font-family-oswald;
|
|
475
|
+
font-size: 1.6rem;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
@media screen and (min-width: 768px) {
|
|
479
|
+
.typography__register-h4 {
|
|
480
|
+
font-size: 2rem;
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
@media screen and (min-width: 1200px) {
|
|
485
|
+
.typography__register-h4 {
|
|
486
|
+
font-size: 2rem;
|
|
487
|
+
}
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
@media screen and (min-width: 1800px) {
|
|
491
|
+
.typography__register-h4 {
|
|
492
|
+
font-size: 2.3rem;
|
|
493
|
+
}
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
.typography__register--h5 {
|
|
497
|
+
color: $primary-red;
|
|
498
|
+
font-family: $font-family-oswald;
|
|
499
|
+
font-size: 2rem;
|
|
500
|
+
font-weight: $font-weight-bold;
|
|
501
|
+
letter-spacing: .03rem;
|
|
502
|
+
margin-bottom: 50px;
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
@media screen and (min-width: 768px) {
|
|
506
|
+
.typography__register--h5 {
|
|
507
|
+
font-size: 2.8rem;
|
|
508
|
+
}
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
@media screen and (min-width: 992px) {
|
|
512
|
+
.typography__register--h5 {
|
|
513
|
+
margin-bottom: 60px;
|
|
514
|
+
}
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
@media screen and (min-width: 1200px) {
|
|
518
|
+
.typography__register-h5 {
|
|
519
|
+
font-size: 3rem;
|
|
520
|
+
}
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
.typography__register--student-p {
|
|
524
|
+
color: $black;
|
|
525
|
+
font-weight: 600;
|
|
526
|
+
font-size: 1.2em;
|
|
527
|
+
margin-top: 15px;
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
.typography__register--img-cap {
|
|
531
|
+
font-weight: 600;
|
|
532
|
+
display: block;
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
.typography__register-itransfer {
|
|
536
|
+
font-size: 1.7rem;
|
|
537
|
+
font-weight: 600;
|
|
538
|
+
line-height: 1;
|
|
539
|
+
position: absolute;
|
|
540
|
+
top: 4rem;
|
|
541
|
+
margin-left: -20px;
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
@media screen and (min-width: 400px) {
|
|
545
|
+
.typography__register-itransfer {
|
|
546
|
+
font-size: 1.8rem;
|
|
547
|
+
}
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
@media screen and (min-width: 768px) {
|
|
551
|
+
.typography__register-itransfer {
|
|
552
|
+
font-size: 1.9rem;
|
|
553
|
+
}
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
.typography__register--h6 {
|
|
557
|
+
color: $primary-red;
|
|
558
|
+
font-family: $font-family-saira;
|
|
559
|
+
font-weight: 700;
|
|
560
|
+
font-size: 2rem;
|
|
561
|
+
letter-spacing: .03rem;
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
#page-top::before {
|
|
565
|
+
display: block;
|
|
566
|
+
content: " ";
|
|
567
|
+
margin-top: -60px;
|
|
568
|
+
height: 60px;
|
|
569
|
+
visibility: hidden;
|
|
570
|
+
pointer-events: none;
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
.typography__larger-p {
|
|
574
|
+
font-size: 1.2rem;
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
.typography__register--thank-you {
|
|
578
|
+
color: $primary-blue;
|
|
579
|
+
font-family: $font-family-kcc;
|
|
580
|
+
font-size: 2rem;
|
|
581
|
+
&--message {
|
|
582
|
+
color: $primary-red;
|
|
583
|
+
font-family: $font-family-saira;
|
|
584
|
+
font-weight: $font-weight-bold;
|
|
585
|
+
font-size: 1.4rem;
|
|
586
|
+
}
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
@media screen and (min-width: 768px) {
|
|
590
|
+
.typography__register--thank-you {
|
|
591
|
+
font-size: 2.4rem;
|
|
592
|
+
margin-left: 100px;
|
|
593
|
+
margin-top: -10px;
|
|
594
|
+
&--message {
|
|
595
|
+
font-size: 1.6rem;
|
|
596
|
+
margin-left: 95px;
|
|
597
|
+
}
|
|
598
|
+
}
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
@media screen and (min-width: 1200px) {
|
|
602
|
+
.typography__register--thank-you {
|
|
603
|
+
font-size: 2.6rem;
|
|
604
|
+
}
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
@media screen and (min-width: 1800px) {
|
|
608
|
+
.typography__register--thank-you {
|
|
609
|
+
font-size: 3rem;
|
|
610
|
+
margin-top: -15px;
|
|
611
|
+
}
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
@media screen and (max-width: 992px) {
|
|
615
|
+
.typography__nowrap--sm {
|
|
616
|
+
white-space: nowrap;
|
|
617
|
+
}
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
.typography__color--inherit {
|
|
621
|
+
color: inherit;
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
.typography__dropdown--category {
|
|
625
|
+
color: $primary-blue !important;
|
|
626
|
+
font-size: 1.15em;
|
|
627
|
+
font-weight: 600;
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
.typography__my-kcc {
|
|
631
|
+
font-family: $font-family-kcc;
|
|
632
|
+
line-height: 1.2;
|
|
633
|
+
font-size: 1.2rem;
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
.typography__alert {
|
|
637
|
+
color: $color-alert;
|
|
638
|
+
&:last-child {
|
|
639
|
+
margin-bottom: 0;
|
|
640
|
+
}
|
|
641
|
+
}
|