landing-page-gem 1.2.9 → 1.3.0
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 +4 -4
- data/_includes/body.html +1 -0
- data/_includes/footer.html +14 -14
- data/_includes/hash/landing.yml +1 -1
- data/_includes/header.html +1 -1
- data/assets/js/dist/{kcc-landing-page.d0d2331e97c7f27e4d14.bundle.js → kcc-landing-page.578ec22d913d71699929.bundle.js} +1 -1
- data/assets/js/dist/kcc-landing-page.578ec22d913d71699929.css +1 -0
- data/assets/scss/1-base/_links.scss +15 -0
- metadata +10 -10
- data/assets/js/dist/kcc-landing-page.d0d2331e97c7f27e4d14.css +0 -1
- /data/assets/js/dist/{102.d0d2331e97c7f27e4d14.bundle.js → 102.578ec22d913d71699929.bundle.js} +0 -0
- /data/assets/js/dist/{143.d0d2331e97c7f27e4d14.bundle.js → 143.578ec22d913d71699929.bundle.js} +0 -0
- /data/assets/js/dist/{776.d0d2331e97c7f27e4d14.bundle.js → 776.578ec22d913d71699929.bundle.js} +0 -0
- /data/assets/js/dist/{917.d0d2331e97c7f27e4d14.bundle.js → 917.578ec22d913d71699929.bundle.js} +0 -0
- /data/assets/js/dist/{bootstrap.d0d2331e97c7f27e4d14.bundle.js → bootstrap.578ec22d913d71699929.bundle.js} +0 -0
- /data/assets/js/dist/{bootstrap.d0d2331e97c7f27e4d14.css → bootstrap.578ec22d913d71699929.css} +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 013243dae05c95ae9d11229a2efcb53290e778f342da84a1c39dec6d6b0c822f
|
4
|
+
data.tar.gz: f44b6dff2d6c6ba00d65d1ec665d4695b1ca0ac3f932873ad07e2934a5e3becb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 63af8a49e4cc9a3a3ac1f2bea1ddd3c095115e1aa4731bf86bcb2f4664775c97037efd317f98e39afc12b11fd63b7ff7bf8d9da2d7210b979e74839e694fe69d
|
7
|
+
data.tar.gz: baac3ad91d8b45c76929c167a44ca972aa28da875905b9df99ea4993ac9225e5fd4b6888710ca99e492bc89919d9921e48a4a1e42430392a07046185ba7916ec
|
data/_includes/body.html
CHANGED
@@ -1,3 +1,4 @@
|
|
1
1
|
</head>
|
2
2
|
<body data-bs-no-jquery>
|
3
3
|
<h1 class="visually-hidden">{%- if page.outline_title -%}{{ page.outline_title }}{% else %}{{ page.title }}{%- endif -%}</h1>
|
4
|
+
{% unless site.exclude_nav_skip_link == true or page.exclude_nav_skip_link == true %}<a class="visually-hidden-focusable links__skip-nav" href="#content">Jump to main content</a>{% endunless %}
|
data/_includes/footer.html
CHANGED
@@ -13,13 +13,13 @@
|
|
13
13
|
<div class="row">
|
14
14
|
<div class="col-lg-12 text-center">
|
15
15
|
<a href="{% if site.footer_link %}{{ site.footer_link }}{% else %}{{ site.public-url }}{% endif %}" class="footer-link">
|
16
|
-
<
|
16
|
+
<h2 class="typography__footer-heading{% if site.footer_link %}{% if site.footer_link.size > 20 %} typography__footer-heading--long{% endif %}{% else %}{% if site.public-url.size > 20 %} typography__footer-heading--long{% endif %}{% endif %}">
|
17
17
|
{% if site.footer_link_text %}
|
18
18
|
{{ site.footer_link_text }}
|
19
19
|
{% else %}
|
20
20
|
{{ site.public-url | replace: "https://", "" | replace: "http://", "" }}
|
21
21
|
{% endif %}
|
22
|
-
</
|
22
|
+
</h2>
|
23
23
|
</a>
|
24
24
|
</div>
|
25
25
|
</div>
|
@@ -27,63 +27,63 @@
|
|
27
27
|
<div class="col-lg-12 px-0">
|
28
28
|
<div class="text-center">
|
29
29
|
<span>
|
30
|
-
<a href="https://www.facebook.com/KankakeeCommunityCollege/" class="footer-social-links" target="_blank" rel="noopener" title="Facebook">
|
30
|
+
<a href="https://www.facebook.com/KankakeeCommunityCollege/" class="footer-social-links" target="_blank" rel="noopener" title="Visit the KCC Facebook">
|
31
31
|
<img
|
32
32
|
src="{{ page.baseurl }}assets/img/facebook-f_white.svg"
|
33
33
|
class="img-fluid footer-icons"
|
34
34
|
height="50px"
|
35
35
|
width="50px"
|
36
|
-
alt="Facebook">
|
36
|
+
alt="Visit the KCC Facebook">
|
37
37
|
</a>
|
38
38
|
</span>
|
39
39
|
<span>
|
40
|
-
<a href="https://twitter.com/KCCedu" class="footer-social-links" target="_blank" rel="noopener" title="X">
|
40
|
+
<a href="https://twitter.com/KCCedu" class="footer-social-links" target="_blank" rel="noopener" title="Visit the KCC X (formerly Twitter)">
|
41
41
|
<img
|
42
42
|
src="{{ page.baseurl }}assets/img/xitter.svg"
|
43
43
|
class="img-fluid footer-icons"
|
44
44
|
height="50px"
|
45
45
|
width="50px"
|
46
|
-
alt="X">
|
46
|
+
alt="Visit the KCC X (formerly Twitter)">
|
47
47
|
</a>
|
48
48
|
</span>
|
49
49
|
<span>
|
50
|
-
<a href="https://www.instagram.com/kccedu/" class="footer-social-links" target="_blank" rel="noopener" title="Instagram">
|
50
|
+
<a href="https://www.instagram.com/kccedu/" class="footer-social-links" target="_blank" rel="noopener" title="Visit the KCC Instagram">
|
51
51
|
<img
|
52
52
|
src="{{ page.baseurl }}assets/img/instagram-white.svg"
|
53
53
|
class="img-fluid footer-icons"
|
54
54
|
height="50px"
|
55
55
|
width="50px"
|
56
|
-
alt="Instagram">
|
56
|
+
alt="Visit the KCC Instagram">
|
57
57
|
</a>
|
58
58
|
</span>
|
59
59
|
<span>
|
60
|
-
<a href="https://www.youtube.com/user/KankakeeCommCollege" class="footer-social-links" target="_blank" rel="noopener" title="YouTube">
|
60
|
+
<a href="https://www.youtube.com/user/KankakeeCommCollege" class="footer-social-links" target="_blank" rel="noopener" title="Visit the KCC YouTube">
|
61
61
|
<img
|
62
62
|
src="{{ page.baseurl }}assets/img/youtube-white.svg"
|
63
63
|
class="img-fluid footer-icons"
|
64
64
|
height="50px"
|
65
65
|
width="50px"
|
66
|
-
alt="YouTube">
|
66
|
+
alt="Visit the KCC YouTube">
|
67
67
|
</a>
|
68
68
|
</span>
|
69
69
|
<span>
|
70
|
-
<a href="https://www.pinterest.com/kccedu/" class="footer-social-links" target="_blank" rel="noopener" title="Pinterest">
|
70
|
+
<a href="https://www.pinterest.com/kccedu/" class="footer-social-links" target="_blank" rel="noopener" title="Visit the KCC Pinterest">
|
71
71
|
<img
|
72
72
|
src="{{ page.baseurl }}assets/img/pinterest-p_white.svg"
|
73
73
|
class="img-fluid footer-icons"
|
74
74
|
height="50px"
|
75
75
|
width="50px"
|
76
|
-
alt="Pinterest">
|
76
|
+
alt="Visit the KCC Pinterest">
|
77
77
|
</a>
|
78
78
|
</span>
|
79
79
|
<span>
|
80
|
-
<a href="https://www.linkedin.com/company/kankakee-community-college" class="footer-social-links" target="_blank" rel="noopener" title="LinkedIn">
|
80
|
+
<a href="https://www.linkedin.com/company/kankakee-community-college" class="footer-social-links" target="_blank" rel="noopener" title="Visit the KCC LinkedIn">
|
81
81
|
<img
|
82
82
|
src="{{ page.baseurl }}assets/img/linkedin-white.svg"
|
83
83
|
class="img-fluid footer-icons"
|
84
84
|
height="50px"
|
85
85
|
width="50px"
|
86
|
-
alt="LinkedIn">
|
86
|
+
alt="Visit the KCC LinkedIn">
|
87
87
|
</a>
|
88
88
|
</span>
|
89
89
|
</div>
|
data/_includes/hash/landing.yml
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
578ec22d913d71699929
|
data/_includes/header.html
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
<header>
|
1
|
+
<header class="links__offset" id="content">
|
2
2
|
<div class="container-fluid">
|
3
3
|
<div class="row">
|
4
4
|
<div class="col-xl-8 header__bg positioning__offset-global-nav position-relative" {% if page.background_image %}style="background-image: url('{{ page.background_image }}');"{% endif %}>
|
@@ -1 +1 @@
|
|
1
|
-
!function(){"use strict";var e,t,n={},r={};function o(e){var t=r[e];if(void 0!==t)return t.exports;var a=r[e]={exports:{}};return n[e](a,a.exports,o),a.exports}o.m=n,o.f={},o.e=function(e){return Promise.all(Object.keys(o.f).reduce((function(t,n){return o.f[n](e,t),t}),[]))},o.u=function(e){return e+"."+o.h()+".bundle.js"},o.miniCssF=function(e){},o.h=function(){return"
|
1
|
+
!function(){"use strict";var e,t,n={},r={};function o(e){var t=r[e];if(void 0!==t)return t.exports;var a=r[e]={exports:{}};return n[e](a,a.exports,o),a.exports}o.m=n,o.f={},o.e=function(e){return Promise.all(Object.keys(o.f).reduce((function(t,n){return o.f[n](e,t),t}),[]))},o.u=function(e){return e+"."+o.h()+".bundle.js"},o.miniCssF=function(e){},o.h=function(){return"578ec22d913d71699929"},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},e={},t="landing-page-gem:",o.l=function(n,r,a,i){if(e[n])e[n].push(r);else{var u,c;if(void 0!==a)for(var d=document.getElementsByTagName("script"),s=0;s<d.length;s++){var f=d[s];if(f.getAttribute("src")==n||f.getAttribute("data-webpack")==t+a){u=f;break}}u||(c=!0,(u=document.createElement("script")).charset="utf-8",u.timeout=120,o.nc&&u.setAttribute("nonce",o.nc),u.setAttribute("data-webpack",t+a),u.src=n),e[n]=[r];var l=function(t,r){u.onerror=u.onload=null,clearTimeout(p);var o=e[n];if(delete e[n],u.parentNode&&u.parentNode.removeChild(u),o&&o.forEach((function(e){return e(r)})),t)return t(r)},p=setTimeout(l.bind(null,void 0,{type:"timeout",target:u}),12e4);u.onerror=l.bind(null,u.onerror),u.onload=l.bind(null,u.onload),c&&document.head.appendChild(u)}},o.p="/assets/js/dist/",function(){var e={622:0};o.f.j=function(t,n){var r=o.o(e,t)?e[t]:void 0;if(0!==r)if(r)n.push(r[2]);else{var a=new Promise((function(n,o){r=e[t]=[n,o]}));n.push(r[2]=a);var i=o.p+o.u(t),u=new Error;o.l(i,(function(n){if(o.o(e,t)&&(0!==(r=e[t])&&(e[t]=void 0),r)){var a=n&&("load"===n.type?"missing":n.type),i=n&&n.target&&n.target.src;u.message="Loading chunk "+t+" failed.\n("+a+": "+i+")",u.name="ChunkLoadError",u.type=a,u.request=i,r[1](u)}}),"chunk-"+t,t)}};var t=function(t,n){var r,a,i=n[0],u=n[1],c=n[2],d=0;if(i.some((function(t){return 0!==e[t]}))){for(r in u)o.o(u,r)&&(o.m[r]=u[r]);c&&c(o)}for(t&&t(n);d<i.length;d++)a=i[d],o.o(e,a)&&e[a]&&e[a][0](),e[a]=0},n=self.webpackChunklanding_page_gem=self.webpackChunklanding_page_gem||[];n.forEach(t.bind(null,0)),n.push=t.bind(null,n.push.bind(n))}(),window.addEventListener("load",(async()=>{if(document.querySelector("img[data-src]")){const{default:e}=await o.e(143).then(o.bind(o,143));e()}const{default:e}=await o.e(102).then(o.bind(o,102));if(e(),document.querySelector('a[href="#page-top"]')){const{default:e}=await o.e(917).then(o.bind(o,917));e()}if(document.getElementById("SearchTermForm")){const{default:e}=await o.e(776).then(o.bind(o,776));e()}}))}();
|
@@ -0,0 +1 @@
|
|
1
|
+
.navbar-brand{margin-right:0}@media screen and (min-width: 768px){.navbar-brand{margin-right:1rem}}.btn{vertical-align:baseline}.btn-primary{background-color:#0051a7;border-color:#003773}.btn-primary:hover{background-color:#022b55;border-color:#021e3d}.editor-link{display:none}.cms-editor-active .editor-link{display:block}.editor-button{display:none}.cms-editor-active .editor-button{display:inline-block}.targetx__wrapper{margin-top:-35px;z-index:-1}p.supportInfo{display:none}@media screen and (min-width: 1200px){.wForm form>div.oneField{margin-top:0 !important}}@media screen and (min-width: 1800px){.wForm form>div.oneField{margin-top:10px !important}}.wFormContainer{padding-left:5px !important;padding-right:5px !important}@media screen and (min-width: 1600px){.wFormContainer{padding:1rem 2rem !important}}#tfa_11::before{display:block;content:" ";margin-top:-60px;height:60px;visibility:hidden;pointer-events:none}@media screen and (min-width: 1800px){#tfa_775-D{margin-top:5px !important}}.oneField.field-container-D{max-width:100%}#submit_button{background-color:#0051a7 !important;border-color:#003773 !important;font-family:"Open Sans",sans-serif !important;font-weight:400 !important;font-size:1.25rem !important;padding-top:.5rem !important;padding-bottom:.5rem !important;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}#submit_button:hover{background-color:#022b55 !important;border-color:#021e3d !important}.footer__margin{margin-top:20px}.footer{background-color:#f8f9fa;margin-bottom:-56px;margin-top:60px;padding-bottom:40px;padding-top:40px;width:100%;border-top-color:rgba(0,0,0,.15);border-top-style:solid;border-top-width:thin}a.footer-link{color:#0f3b63}a.footer-link:hover{text-decoration:none !important;color:#c61f48}.footer-heading{transition-property:color;transition-timing-function:ease;transition-duration:.3s}.footer-icons{background-color:#c61f48;border-radius:50%;transition-property:background-color;transition-timing-function:ease;transition-duration:.3s;height:33px;margin:4px;padding:2px;width:33px}@media screen and (min-width: 330px){.footer-icons{height:40px;width:40px}}@media screen and (min-width: 360px){.footer-icons{height:40px;margin:5px;width:40px}}@media screen and (min-width: 412px){.footer-icons{height:45px;width:45px}}@media screen and (min-width: 576px){.footer-icons{height:50px;width:50px}}@media screen and (min-width: 992px){.footer-icons{height:45px;margin:3px;width:45px}}@media screen and (min-width: 1053px){.footer-icons{height:45px;margin:5px;width:45px}}@media screen and (min-width: 1200px){.footer-icons{height:50px;width:50px}}a.footer-social-links,a.footer-social-links .footer-icons{text-decoration:none !important}a.footer-social-links:hover .footer-icons{text-decoration:none !important;background-color:#0f3b63}.footer__mobile--margin-bottom{margin-bottom:20px}@media screen and (min-width: 992px){.footer__mobile--margin-bottom{margin-bottom:0}}.footer__svg--logo{height:36px;max-width:100%}.header__bg{background-image:url("/assets/img/banner-bg.jpg");background-size:cover;background-position:center;background-repeat:no-repeat;height:55%;height:55vh}@media screen and (min-width: 1200px){.header__bg{height:auto}}html{background-color:#b8babc}body{overflow-x:hidden}.links__darker-link{color:#006ce0}.links__phone--span{color:#fff;position:relative;text-decoration:none}.links__phone--span:visited{color:#fff}.links__phone--span:hover,.links__phone--span:focus{color:#fff;text-decoration:none}.links__phone--span:focus:after,.links__phone--span:hover:after{opacity:1;transform:translateY(-0.2em)}.links__phone--span:after{background-color:#f99e1b;bottom:-0.325rem;content:"";display:block;height:.1875rem;opacity:0;position:absolute;transition:opacity .3s,transform .3s;width:100%}.links__skip-nav{background-color:#0f3b63;color:#fff;left:2px;padding-bottom:.25rem;padding-left:.5rem;padding-right:.5rem;padding-top:.25rem;position:fixed;top:2px;z-index:2000}.svg__fill--blue{fill:#0f3b63}.svg__fill--white{fill:#fff}.svg{height:100px;width:100px}.svg--none{fill:none}.svg--blue{fill:#0f3b63}.svg--red{fill:#c61f48}.svg--max-width{max-width:100%}.svg__button{height:48px;width:48px}.svg--fill-none{fill:none}.svg--fill-white{fill:#fff}.svg--fill-blue{fill:#0f3b63}.svg--fill-green{fill:#00a14b}.svg__earn-more{transform:scale(1.35)}.svg__fill--bright-red{fill:#c81f49}.svg__fill--red-shadow{fill:#8f0f28}body{font-size:1rem}.typography__nav-heading{color:#0f3b63;display:inline;font-family:"Eurostile",sans-serif;font-size:1.5rem;font-style:italic;font-weight:700;text-transform:uppercase;transition-property:color;transition-timing-function:ease;transition-duration:.4s}.typography__nav-heading:hover,.typography__nav-heading:focus{color:#c61f48}.typography__nav-heading--smaller{font-size:1.25rem}@media screen and (min-width: 360px){.typography__nav-heading{font-size:1.8rem}.typography__nav-heading--smaller{font-size:1.5rem}}@media screen and (min-width: 410px){.typography__nav-heading{font-size:2rem}}@media screen and (min-width: 576px){.typography__nav-heading{font-size:2.3rem}}@media screen and (min-width: 768px){.typography__nav-heading{font-size:2.4rem}}@media screen and (min-width: 1500px){.typography__nav-heading{font-size:2.6rem}}.typography__footer-heading{font-family:"Roboto",sans-serif;font-size:1.95rem;font-weight:900}@media screen and (min-width: 360px){.typography__footer-heading{font-size:2.2rem}}@media screen and (min-width: 375px){.typography__footer-heading{font-size:2.4rem}}@media screen and (min-width: 410px){.typography__footer-heading{font-size:2.6rem}}.typography__footer-heading--long{font-size:1.75rem}@media screen and (min-width: 360px){.typography__footer-heading--long{font-size:1.75rem}}@media screen and (min-width: 375px){.typography__footer-heading--long{font-size:2rem}}@media screen and (min-width: 410px){.typography__footer-heading--long{font-size:2.2rem}}.typography__h2{color:#555;font-family:"Roboto",sans-serif;font-size:2rem;font-weight:500}.typography__h3{color:#0f3b63;font-family:"Roboto",sans-serif;font-size:1.75rem;font-weight:600}.typography__h4{color:#c61f48;font-family:"Roboto",sans-serif;font-size:1.7rem;font-weight:600}.typography__h5{color:#555;font-family:"Roboto",sans-serif;font-weight:700;font-size:1.5rem}.typography__h6{color:#555;font-family:"Roboto",sans-serif;font-weight:700;font-size:1.4rem}.typography__phone--span{color:#fff;font-family:"Oswald",sans-serif;font-size:1.3rem;font-weight:400;letter-spacing:.07rem;white-space:nowrap}@media screen and (min-width: 768px){.typography__phone--span{font-size:1.45rem}}@media screen and (min-width: 1024px){.typography__phone--span{font-size:1.5rem}}.typography__p,p,ul:not(.navbar-nav),ol{color:#555;font-family:"Open Sans",sans-serif;font-size:1rem}h1 sup,h2 sup,h3 sup,h4 sup,h5 sup,h6 sup{font-size:45% !important;top:-1em;font-weight:normal}.typography__register--h2{color:#fff;font-family:eurostile,sans-serif;font-size:2rem;font-weight:500;letter-spacing:.03rem;position:relative;top:30%;margin-bottom:-10px}@media screen and (min-width: 360px){.typography__register--h2{font-size:2.2rem}}@media screen and (min-width: 400px){.typography__register--h2{font-size:2.4rem}}@media screen and (min-width: 768px){.typography__register--h2{font-size:4rem}}@media screen and (min-width: 1200px){.typography__register--h2{font-size:4.5rem}}@media screen and (min-width: 1800px){.typography__register--h2{font-size:6.6rem}}.typography__register--h3{color:#fff;font-family:eurostile,sans-serif;font-size:1.4rem;font-weight:500;letter-spacing:.03rem;position:relative;top:31%}@media screen and (min-width: 400px){.typography__register--h3{font-size:1.6rem;top:30.5%}}@media screen and (min-width: 768px){.typography__register--h3{font-size:2.5rem;top:30%}}@media screen and (min-width: 1200px){.typography__register--h3{font-size:2.6rem;top:30%}}@media screen and (min-width: 1800px){.typography__register--h3{font-size:2.7rem;top:30%}}.typography__register--caption{bottom:15px;color:#fff;filter:drop-shadow(0 0 2px rgba(0, 0, 0, 0.25));font-family:"Oswald",sans-serif;font-size:1rem;font-weight:500;letter-spacing:.07rem;position:absolute;right:25px}@media screen and (min-width: 768px){.typography__register--caption{font-size:1.1rem}}@media screen and (min-width: 1000px){.typography__register--caption{font-size:1.2rem}}.typography__register-h4{font-family:"Oswald",sans-serif;font-size:1.6rem}@media screen and (min-width: 768px){.typography__register-h4{font-size:2rem}}@media screen and (min-width: 1200px){.typography__register-h4{font-size:2rem}}@media screen and (min-width: 1800px){.typography__register-h4{font-size:2.3rem}}.typography__larger-p{font-size:1.2rem}.typography__register--thank-you{color:#0f3b63;font-family:"Eurostile",sans-serif;font-size:2rem}.typography__register--thank-you--message{color:#c61f48;font-family:"Saira","sans-serif";font-weight:700;font-size:1.4rem}@media screen and (min-width: 768px){.typography__register--thank-you{font-size:2.4rem;margin-left:100px;margin-top:-10px}.typography__register--thank-you--message{font-size:1.6rem;margin-left:95px}}@media screen and (min-width: 1200px){.typography__register--thank-you{font-size:2.6rem}}@media screen and (min-width: 1800px){.typography__register--thank-you{font-size:3rem;margin-top:-15px}}.typography--text-shadow{text-shadow:0 0 10px rgba(0,0,0,.75)}.benefits__typography--h5{color:#c61f48;font-family:"Oswald",sans-serif;font-size:2rem;font-weight:700;letter-spacing:.03rem}.benefits__typography--h5--mb{margin-bottom:40px}@media screen and (min-width: 768px){.benefits__typography--h5{font-size:2.8rem}}@media screen and (min-width: 992px){.benefits__typography--h5--mb{margin-bottom:60px}}.benefits__testimonials--mb{margin-bottom:40px}@media screen and (min-width: 1200px){.benefits__testimonials--mb{margin-bottom:0}}.benefits__typography--h5--black{color:#000;font-family:"Oswald",sans-serif;font-size:2rem;font-weight:400;letter-spacing:.03rem;margin-bottom:60px}@media screen and (min-width: 768px){.benefits__typography--h5--black{font-size:2.1rem}}@media screen and (min-width: 1200px){.benefits__typography-h5--black{font-size:3rem}}.benefits__typography--student-p{font-family:"Open Sans",sans-serif;color:#000;font-weight:600;font-size:1.15rem;margin-top:15px;margin-bottom:.5rem}@media screen and (min-width: 1200px){.benefits__typography--student-p--larger{font-size:1.3rem}}.benefits__typography--img-cap{font-family:"Open Sans",sans-serif;font-size:1.35rem;font-weight:600;display:block}.benefits__typography--h6{color:#c61f48;font-family:"Saira","sans-serif";font-weight:700;font-size:2rem;letter-spacing:.03rem}.benefits__check-svg{margin-top:-60px;width:80px}.benefits__blue-section{background-color:#ccdde1;padding-bottom:25px;padding-top:25px}.benefits__first-section--marg{margin-top:15px;background-color:#ccdde1;padding-bottom:25px;padding-top:25px}@media screen and (min-width: 1200px){.benefits__first-section--marg{margin-top:15px}}.benefits__section--marg{margin-top:35px}@media screen and (min-width: 1200px){.benefits__section--marg{margin-top:65px}}.benefits__row--pad{margin-top:25px}@media screen and (min-width: 1200px){.benefits__row--pad{margin-top:0}}.benefits__idfpr-img{width:330px}@media screen and (max-width: 992px){.benefits__idfpr-img{margin-bottom:15px;margin-top:40px}}.benefits__iccb-img{width:250px}@media screen and (max-width: 992px){.benefits__iccb-img{margin-top:15px}}.benefits__accredited--span--source{display:block}.benefits__borders--circle-img{border:3px solid #fff;filter:drop-shadow(5px 5px 12px #b1b1b1);width:50%}@media screen and (min-width: 768px){.benefits__borders--circle-img{width:100%}}#page-top::before{display:block;content:" ";margin-top:-60px;height:60px;visibility:hidden;pointer-events:none}.breadcrumbs{background-color:rgba(0,0,0,0);border-bottom-color:rgba(0,0,0,.25);border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-style:solid;border-bottom-width:thin;margin-bottom:1.5rem}.breadcrumbs--margin-top{margin-top:125px}.breadcrumbs--home{vertical-align:bottom}.breadcrumbs--home--house{fill:none;stroke:#666;stroke-width:1.5;stroke-linejoin:round;stroke-miterlimit:10}.breadcrumbs--home--border{fill:none}.breadcrumb-item+.breadcrumb-item::before{content:url("/assets/img/keyboard_arrow_right.svg");opacity:.5}.error__main-heading{color:#c61f48;font-weight:700}.error__sub-heading{color:#0f3b63;font-weight:700}.error__main{min-height:50vh}@media screen and (min-width: 992px){.error__main{min-height:65vh}}.nav-landing{background-color:#c61f48;height:56px;margin-left:0;margin-right:0;max-width:100%;min-width:100%;padding-bottom:5px;padding-left:5%;padding-top:5px;width:100%;z-index:1031}.nav-landing__kcc-logo{margin-left:5px;width:190px}@media screen and (min-width: 360px){.nav-landing__kcc-logo{width:220px}}@media screen and (min-width: 375px){.nav-landing__kcc-logo{width:230px}}@media screen and (min-width: 410px){.nav-landing__kcc-logo{width:255px}}@media screen and (min-width: 488px){.nav-landing__kcc-logo{width:260px}}@media screen and (min-width: 576px){.nav-landing__kcc-logo{width:300px}}@media screen and (min-width: 768px){.nav-landing__kcc-logo{width:320px}}@media screen and (min-width: 992px)and (max-width: 1100px){.nav-landing__kcc-logo{margin-left:-25px;width:310px}}@media screen and (min-width: 1100px){.nav-landing__kcc-logo{margin-left:-25px;width:340px}}.nav-landing__kcc-logo-inverse{margin-left:-3px;width:50px;margin-right:-10px}@media screen and (min-width: 360px){.nav-landing__kcc-logo-inverse{width:60px}}@media screen and (min-width: 410px){.nav-landing__kcc-logo-inverse{width:68px}}@media screen and (min-width: 488px){.nav-landing__kcc-logo-inverse{width:68px}}@media screen and (min-width: 576px){.nav-landing__kcc-logo-inverse{width:73px}}@media screen and (min-width: 768px){.nav-landing__kcc-logo-inverse{width:80px}}@media screen and (min-width: 992px){.nav-landing__kcc-logo-inverse{width:80px;margin-left:-30px;margin-right:20px}}@media screen and (min-width: 1100px){.nav-landing__kcc-logo-inverse{width:85px;margin-right:15px}}@media screen and (min-width: 1300px){.nav-landing__kcc-logo-inverse{width:85px;margin-left:-35px}}@media screen and (min-width: 1400px){.nav-landing__kcc-logo-inverse{width:85px;margin-left:-40px}}.nav-landing__navbar-brand{margin-left:-10px}@media screen and (min-width: 410px){.nav-landing__navbar-brand{margin-left:-15px}}@media screen and (min-width: 488px){.nav-landing__navbar-brand{margin-left:-20px}}@media screen and (min-width: 576px){.nav-landing__navbar-brand{margin-left:-25px}}@media screen and (min-width: 768px){.nav-landing__navbar-brand{margin-left:-35px}}@media screen and (min-width: 992px){.nav-landing__navbar-brand{margin-left:-20px}}@media screen and (min-width: 1000px){.nav-landing__navbar-brand{margin-left:-18px}}@media screen and (min-width: 1080px){.nav-landing__navbar-brand{margin-left:-22px}}@media screen and (min-width: 1200px){.nav-landing__navbar-brand{margin-left:-2.5%}}@media screen and (min-width: 1600px){.nav-landing__navbar-brand{margin-left:-3%}}@media screen and (min-width: 1900px){.nav-landing__navbar-brand{margin-left:-3.25%}}@media screen and (min-width: 2000px){.nav-landing__navbar-brand{margin-left:-3.5%}}.positioning__offset-global-nav{margin-top:58px}.positioning__form--margins{margin-top:15px;padding-left:5px;padding-right:5px}@media screen and (min-width: 992px){.positioning__form--margins{margin-top:60px}}.positioning__heading--row{margin-top:35%}@media screen and (min-width: 768px){.positioning__heading--row{margin-top:26%}}@media screen and (min-width: 1200px){.positioning__heading--row{margin-top:35%}}@media screen and (min-width: 1800px){.positioning__heading--row{margin-top:25%}}.positioning__col--offset{margin-right:-25px}@media screen and (min-width: 768px){.positioning__col--offset{margin-right:-45px}}.positioning__max-width-600{max-width:600px;margin-left:auto;margin-right:auto}@media screen and (min-width: 992px){.positioning--min-height-100{min-height:calc(100vh - 265px)}}.thank-you__check-mark{height:75px;position:relative;top:-1rem;width:75px}.thank-you__main{min-height:50vh}@media screen and (min-width: 768px){.thank-you__check-mark{position:static}}@media screen and (min-width: 992px){.thank-you__main{min-height:65vh}}
|
@@ -38,3 +38,18 @@
|
|
38
38
|
transition: opacity .3s,transform .3s; // mouse-hover effect
|
39
39
|
width: 100%;
|
40
40
|
}
|
41
|
+
|
42
|
+
// Make sure the "Jump to main content" link is above the nav and
|
43
|
+
// visible against the dark-blue nav-bar.
|
44
|
+
.links__skip-nav {
|
45
|
+
background-color: $primary-blue;
|
46
|
+
color: #fff;
|
47
|
+
left: 2px; // Leave room for outline when focused
|
48
|
+
padding-bottom: .25rem;
|
49
|
+
padding-left: .5rem;
|
50
|
+
padding-right: .5rem;
|
51
|
+
padding-top: .25rem;
|
52
|
+
position: fixed;
|
53
|
+
top: 2px; // Leave room for outline when focused
|
54
|
+
z-index: 2000;
|
55
|
+
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: landing-page-gem
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- wdzajicek
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-03-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -96,14 +96,14 @@ files:
|
|
96
96
|
- assets/img/xitter.svg
|
97
97
|
- assets/img/youtube-white.svg
|
98
98
|
- assets/img/zippia.png
|
99
|
-
- assets/js/dist/102.
|
100
|
-
- assets/js/dist/143.
|
101
|
-
- assets/js/dist/776.
|
102
|
-
- assets/js/dist/917.
|
103
|
-
- assets/js/dist/bootstrap.
|
104
|
-
- assets/js/dist/bootstrap.
|
105
|
-
- assets/js/dist/kcc-landing-page.
|
106
|
-
- assets/js/dist/kcc-landing-page.
|
99
|
+
- assets/js/dist/102.578ec22d913d71699929.bundle.js
|
100
|
+
- assets/js/dist/143.578ec22d913d71699929.bundle.js
|
101
|
+
- assets/js/dist/776.578ec22d913d71699929.bundle.js
|
102
|
+
- assets/js/dist/917.578ec22d913d71699929.bundle.js
|
103
|
+
- assets/js/dist/bootstrap.578ec22d913d71699929.bundle.js
|
104
|
+
- assets/js/dist/bootstrap.578ec22d913d71699929.css
|
105
|
+
- assets/js/dist/kcc-landing-page.578ec22d913d71699929.bundle.js
|
106
|
+
- assets/js/dist/kcc-landing-page.578ec22d913d71699929.css
|
107
107
|
- assets/js/src/bootstrap.js
|
108
108
|
- assets/js/src/footerDate.js
|
109
109
|
- assets/js/src/landingPage.js
|
@@ -1 +0,0 @@
|
|
1
|
-
.navbar-brand{margin-right:0}@media screen and (min-width: 768px){.navbar-brand{margin-right:1rem}}.btn{vertical-align:baseline}.btn-primary{background-color:#0051a7;border-color:#003773}.btn-primary:hover{background-color:#022b55;border-color:#021e3d}.editor-link{display:none}.cms-editor-active .editor-link{display:block}.editor-button{display:none}.cms-editor-active .editor-button{display:inline-block}.targetx__wrapper{margin-top:-35px;z-index:-1}p.supportInfo{display:none}@media screen and (min-width: 1200px){.wForm form>div.oneField{margin-top:0 !important}}@media screen and (min-width: 1800px){.wForm form>div.oneField{margin-top:10px !important}}.wFormContainer{padding-left:5px !important;padding-right:5px !important}@media screen and (min-width: 1600px){.wFormContainer{padding:1rem 2rem !important}}#tfa_11::before{display:block;content:" ";margin-top:-60px;height:60px;visibility:hidden;pointer-events:none}@media screen and (min-width: 1800px){#tfa_775-D{margin-top:5px !important}}.oneField.field-container-D{max-width:100%}#submit_button{background-color:#0051a7 !important;border-color:#003773 !important;font-family:"Open Sans",sans-serif !important;font-weight:400 !important;font-size:1.25rem !important;padding-top:.5rem !important;padding-bottom:.5rem !important;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}#submit_button:hover{background-color:#022b55 !important;border-color:#021e3d !important}.footer__margin{margin-top:20px}.footer{background-color:#f8f9fa;margin-bottom:-56px;margin-top:60px;padding-bottom:40px;padding-top:40px;width:100%;border-top-color:rgba(0,0,0,.15);border-top-style:solid;border-top-width:thin}a.footer-link{color:#0f3b63}a.footer-link:hover{text-decoration:none !important;color:#c61f48}.footer-heading{transition-property:color;transition-timing-function:ease;transition-duration:.3s}.footer-icons{background-color:#c61f48;border-radius:50%;transition-property:background-color;transition-timing-function:ease;transition-duration:.3s;height:33px;margin:4px;padding:2px;width:33px}@media screen and (min-width: 330px){.footer-icons{height:40px;width:40px}}@media screen and (min-width: 360px){.footer-icons{height:40px;margin:5px;width:40px}}@media screen and (min-width: 412px){.footer-icons{height:45px;width:45px}}@media screen and (min-width: 576px){.footer-icons{height:50px;width:50px}}@media screen and (min-width: 992px){.footer-icons{height:45px;margin:3px;width:45px}}@media screen and (min-width: 1053px){.footer-icons{height:45px;margin:5px;width:45px}}@media screen and (min-width: 1200px){.footer-icons{height:50px;width:50px}}a.footer-social-links,a.footer-social-links .footer-icons{text-decoration:none !important}a.footer-social-links:hover .footer-icons{text-decoration:none !important;background-color:#0f3b63}.footer__mobile--margin-bottom{margin-bottom:20px}@media screen and (min-width: 992px){.footer__mobile--margin-bottom{margin-bottom:0}}.footer__svg--logo{height:36px;max-width:100%}.header__bg{background-image:url("/assets/img/banner-bg.jpg");background-size:cover;background-position:center;background-repeat:no-repeat;height:55%;height:55vh}@media screen and (min-width: 1200px){.header__bg{height:auto}}html{background-color:#b8babc}body{overflow-x:hidden}.links__darker-link{color:#006ce0}.links__phone--span{color:#fff;position:relative;text-decoration:none}.links__phone--span:visited{color:#fff}.links__phone--span:hover,.links__phone--span:focus{color:#fff;text-decoration:none}.links__phone--span:focus:after,.links__phone--span:hover:after{opacity:1;transform:translateY(-0.2em)}.links__phone--span:after{background-color:#f99e1b;bottom:-0.325rem;content:"";display:block;height:.1875rem;opacity:0;position:absolute;transition:opacity .3s,transform .3s;width:100%}.svg__fill--blue{fill:#0f3b63}.svg__fill--white{fill:#fff}.svg{height:100px;width:100px}.svg--none{fill:none}.svg--blue{fill:#0f3b63}.svg--red{fill:#c61f48}.svg--max-width{max-width:100%}.svg__button{height:48px;width:48px}.svg--fill-none{fill:none}.svg--fill-white{fill:#fff}.svg--fill-blue{fill:#0f3b63}.svg--fill-green{fill:#00a14b}.svg__earn-more{transform:scale(1.35)}.svg__fill--bright-red{fill:#c81f49}.svg__fill--red-shadow{fill:#8f0f28}body{font-size:1rem}.typography__nav-heading{color:#0f3b63;display:inline;font-family:"Eurostile",sans-serif;font-size:1.5rem;font-style:italic;font-weight:700;text-transform:uppercase;transition-property:color;transition-timing-function:ease;transition-duration:.4s}.typography__nav-heading:hover,.typography__nav-heading:focus{color:#c61f48}.typography__nav-heading--smaller{font-size:1.25rem}@media screen and (min-width: 360px){.typography__nav-heading{font-size:1.8rem}.typography__nav-heading--smaller{font-size:1.5rem}}@media screen and (min-width: 410px){.typography__nav-heading{font-size:2rem}}@media screen and (min-width: 576px){.typography__nav-heading{font-size:2.3rem}}@media screen and (min-width: 768px){.typography__nav-heading{font-size:2.4rem}}@media screen and (min-width: 1500px){.typography__nav-heading{font-size:2.6rem}}.typography__footer-heading{font-family:"Roboto",sans-serif;font-size:1.95rem;font-weight:900}@media screen and (min-width: 360px){.typography__footer-heading{font-size:2.2rem}}@media screen and (min-width: 375px){.typography__footer-heading{font-size:2.4rem}}@media screen and (min-width: 410px){.typography__footer-heading{font-size:2.6rem}}.typography__footer-heading--long{font-size:1.75rem}@media screen and (min-width: 360px){.typography__footer-heading--long{font-size:1.75rem}}@media screen and (min-width: 375px){.typography__footer-heading--long{font-size:2rem}}@media screen and (min-width: 410px){.typography__footer-heading--long{font-size:2.2rem}}.typography__h2{color:#555;font-family:"Roboto",sans-serif;font-size:2rem;font-weight:500}.typography__h3{color:#0f3b63;font-family:"Roboto",sans-serif;font-size:1.75rem;font-weight:600}.typography__h4{color:#c61f48;font-family:"Roboto",sans-serif;font-size:1.7rem;font-weight:600}.typography__h5{color:#555;font-family:"Roboto",sans-serif;font-weight:700;font-size:1.5rem}.typography__h6{color:#555;font-family:"Roboto",sans-serif;font-weight:700;font-size:1.4rem}.typography__phone--span{color:#fff;font-family:"Oswald",sans-serif;font-size:1.3rem;font-weight:400;letter-spacing:.07rem;white-space:nowrap}@media screen and (min-width: 768px){.typography__phone--span{font-size:1.45rem}}@media screen and (min-width: 1024px){.typography__phone--span{font-size:1.5rem}}.typography__p,p,ul:not(.navbar-nav),ol{color:#555;font-family:"Open Sans",sans-serif;font-size:1rem}h1 sup,h2 sup,h3 sup,h4 sup,h5 sup,h6 sup{font-size:45% !important;top:-1em;font-weight:normal}.typography__register--h2{color:#fff;font-family:eurostile,sans-serif;font-size:2rem;font-weight:500;letter-spacing:.03rem;position:relative;top:30%;margin-bottom:-10px}@media screen and (min-width: 360px){.typography__register--h2{font-size:2.2rem}}@media screen and (min-width: 400px){.typography__register--h2{font-size:2.4rem}}@media screen and (min-width: 768px){.typography__register--h2{font-size:4rem}}@media screen and (min-width: 1200px){.typography__register--h2{font-size:4.5rem}}@media screen and (min-width: 1800px){.typography__register--h2{font-size:6.6rem}}.typography__register--h3{color:#fff;font-family:eurostile,sans-serif;font-size:1.4rem;font-weight:500;letter-spacing:.03rem;position:relative;top:31%}@media screen and (min-width: 400px){.typography__register--h3{font-size:1.6rem;top:30.5%}}@media screen and (min-width: 768px){.typography__register--h3{font-size:2.5rem;top:30%}}@media screen and (min-width: 1200px){.typography__register--h3{font-size:2.6rem;top:30%}}@media screen and (min-width: 1800px){.typography__register--h3{font-size:2.7rem;top:30%}}.typography__register--caption{bottom:15px;color:#fff;filter:drop-shadow(0 0 2px rgba(0, 0, 0, 0.25));font-family:"Oswald",sans-serif;font-size:1rem;font-weight:500;letter-spacing:.07rem;position:absolute;right:25px}@media screen and (min-width: 768px){.typography__register--caption{font-size:1.1rem}}@media screen and (min-width: 1000px){.typography__register--caption{font-size:1.2rem}}.typography__register-h4{font-family:"Oswald",sans-serif;font-size:1.6rem}@media screen and (min-width: 768px){.typography__register-h4{font-size:2rem}}@media screen and (min-width: 1200px){.typography__register-h4{font-size:2rem}}@media screen and (min-width: 1800px){.typography__register-h4{font-size:2.3rem}}.typography__larger-p{font-size:1.2rem}.typography__register--thank-you{color:#0f3b63;font-family:"Eurostile",sans-serif;font-size:2rem}.typography__register--thank-you--message{color:#c61f48;font-family:"Saira","sans-serif";font-weight:700;font-size:1.4rem}@media screen and (min-width: 768px){.typography__register--thank-you{font-size:2.4rem;margin-left:100px;margin-top:-10px}.typography__register--thank-you--message{font-size:1.6rem;margin-left:95px}}@media screen and (min-width: 1200px){.typography__register--thank-you{font-size:2.6rem}}@media screen and (min-width: 1800px){.typography__register--thank-you{font-size:3rem;margin-top:-15px}}.typography--text-shadow{text-shadow:0 0 10px rgba(0,0,0,.75)}.benefits__typography--h5{color:#c61f48;font-family:"Oswald",sans-serif;font-size:2rem;font-weight:700;letter-spacing:.03rem}.benefits__typography--h5--mb{margin-bottom:40px}@media screen and (min-width: 768px){.benefits__typography--h5{font-size:2.8rem}}@media screen and (min-width: 992px){.benefits__typography--h5--mb{margin-bottom:60px}}.benefits__testimonials--mb{margin-bottom:40px}@media screen and (min-width: 1200px){.benefits__testimonials--mb{margin-bottom:0}}.benefits__typography--h5--black{color:#000;font-family:"Oswald",sans-serif;font-size:2rem;font-weight:400;letter-spacing:.03rem;margin-bottom:60px}@media screen and (min-width: 768px){.benefits__typography--h5--black{font-size:2.1rem}}@media screen and (min-width: 1200px){.benefits__typography-h5--black{font-size:3rem}}.benefits__typography--student-p{font-family:"Open Sans",sans-serif;color:#000;font-weight:600;font-size:1.15rem;margin-top:15px;margin-bottom:.5rem}@media screen and (min-width: 1200px){.benefits__typography--student-p--larger{font-size:1.3rem}}.benefits__typography--img-cap{font-family:"Open Sans",sans-serif;font-size:1.35rem;font-weight:600;display:block}.benefits__typography--h6{color:#c61f48;font-family:"Saira","sans-serif";font-weight:700;font-size:2rem;letter-spacing:.03rem}.benefits__check-svg{margin-top:-60px;width:80px}.benefits__blue-section{background-color:#ccdde1;padding-bottom:25px;padding-top:25px}.benefits__first-section--marg{margin-top:15px;background-color:#ccdde1;padding-bottom:25px;padding-top:25px}@media screen and (min-width: 1200px){.benefits__first-section--marg{margin-top:15px}}.benefits__section--marg{margin-top:35px}@media screen and (min-width: 1200px){.benefits__section--marg{margin-top:65px}}.benefits__row--pad{margin-top:25px}@media screen and (min-width: 1200px){.benefits__row--pad{margin-top:0}}.benefits__idfpr-img{width:330px}@media screen and (max-width: 992px){.benefits__idfpr-img{margin-bottom:15px;margin-top:40px}}.benefits__iccb-img{width:250px}@media screen and (max-width: 992px){.benefits__iccb-img{margin-top:15px}}.benefits__accredited--span--source{display:block}.benefits__borders--circle-img{border:3px solid #fff;filter:drop-shadow(5px 5px 12px #b1b1b1);width:50%}@media screen and (min-width: 768px){.benefits__borders--circle-img{width:100%}}#page-top::before{display:block;content:" ";margin-top:-60px;height:60px;visibility:hidden;pointer-events:none}.breadcrumbs{background-color:rgba(0,0,0,0);border-bottom-color:rgba(0,0,0,.25);border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-style:solid;border-bottom-width:thin;margin-bottom:1.5rem}.breadcrumbs--margin-top{margin-top:125px}.breadcrumbs--home{vertical-align:bottom}.breadcrumbs--home--house{fill:none;stroke:#666;stroke-width:1.5;stroke-linejoin:round;stroke-miterlimit:10}.breadcrumbs--home--border{fill:none}.breadcrumb-item+.breadcrumb-item::before{content:url("/assets/img/keyboard_arrow_right.svg");opacity:.5}.error__main-heading{color:#c61f48;font-weight:700}.error__sub-heading{color:#0f3b63;font-weight:700}.error__main{min-height:50vh}@media screen and (min-width: 992px){.error__main{min-height:65vh}}.nav-landing{background-color:#c61f48;height:56px;margin-left:0;margin-right:0;max-width:100%;min-width:100%;padding-bottom:5px;padding-left:5%;padding-top:5px;width:100%;z-index:1031}.nav-landing__kcc-logo{margin-left:5px;width:190px}@media screen and (min-width: 360px){.nav-landing__kcc-logo{width:220px}}@media screen and (min-width: 375px){.nav-landing__kcc-logo{width:230px}}@media screen and (min-width: 410px){.nav-landing__kcc-logo{width:255px}}@media screen and (min-width: 488px){.nav-landing__kcc-logo{width:260px}}@media screen and (min-width: 576px){.nav-landing__kcc-logo{width:300px}}@media screen and (min-width: 768px){.nav-landing__kcc-logo{width:320px}}@media screen and (min-width: 992px)and (max-width: 1100px){.nav-landing__kcc-logo{margin-left:-25px;width:310px}}@media screen and (min-width: 1100px){.nav-landing__kcc-logo{margin-left:-25px;width:340px}}.nav-landing__kcc-logo-inverse{margin-left:-3px;width:50px;margin-right:-10px}@media screen and (min-width: 360px){.nav-landing__kcc-logo-inverse{width:60px}}@media screen and (min-width: 410px){.nav-landing__kcc-logo-inverse{width:68px}}@media screen and (min-width: 488px){.nav-landing__kcc-logo-inverse{width:68px}}@media screen and (min-width: 576px){.nav-landing__kcc-logo-inverse{width:73px}}@media screen and (min-width: 768px){.nav-landing__kcc-logo-inverse{width:80px}}@media screen and (min-width: 992px){.nav-landing__kcc-logo-inverse{width:80px;margin-left:-30px;margin-right:20px}}@media screen and (min-width: 1100px){.nav-landing__kcc-logo-inverse{width:85px;margin-right:15px}}@media screen and (min-width: 1300px){.nav-landing__kcc-logo-inverse{width:85px;margin-left:-35px}}@media screen and (min-width: 1400px){.nav-landing__kcc-logo-inverse{width:85px;margin-left:-40px}}.nav-landing__navbar-brand{margin-left:-10px}@media screen and (min-width: 410px){.nav-landing__navbar-brand{margin-left:-15px}}@media screen and (min-width: 488px){.nav-landing__navbar-brand{margin-left:-20px}}@media screen and (min-width: 576px){.nav-landing__navbar-brand{margin-left:-25px}}@media screen and (min-width: 768px){.nav-landing__navbar-brand{margin-left:-35px}}@media screen and (min-width: 992px){.nav-landing__navbar-brand{margin-left:-20px}}@media screen and (min-width: 1000px){.nav-landing__navbar-brand{margin-left:-18px}}@media screen and (min-width: 1080px){.nav-landing__navbar-brand{margin-left:-22px}}@media screen and (min-width: 1200px){.nav-landing__navbar-brand{margin-left:-2.5%}}@media screen and (min-width: 1600px){.nav-landing__navbar-brand{margin-left:-3%}}@media screen and (min-width: 1900px){.nav-landing__navbar-brand{margin-left:-3.25%}}@media screen and (min-width: 2000px){.nav-landing__navbar-brand{margin-left:-3.5%}}.positioning__offset-global-nav{margin-top:58px}.positioning__form--margins{margin-top:15px;padding-left:5px;padding-right:5px}@media screen and (min-width: 992px){.positioning__form--margins{margin-top:60px}}.positioning__heading--row{margin-top:35%}@media screen and (min-width: 768px){.positioning__heading--row{margin-top:26%}}@media screen and (min-width: 1200px){.positioning__heading--row{margin-top:35%}}@media screen and (min-width: 1800px){.positioning__heading--row{margin-top:25%}}.positioning__col--offset{margin-right:-25px}@media screen and (min-width: 768px){.positioning__col--offset{margin-right:-45px}}.positioning__max-width-600{max-width:600px;margin-left:auto;margin-right:auto}@media screen and (min-width: 992px){.positioning--min-height-100{min-height:calc(100vh - 265px)}}.thank-you__check-mark{height:75px;position:relative;top:-1rem;width:75px}.thank-you__main{min-height:50vh}@media screen and (min-width: 768px){.thank-you__check-mark{position:static}}@media screen and (min-width: 992px){.thank-you__main{min-height:65vh}}
|
/data/assets/js/dist/{102.d0d2331e97c7f27e4d14.bundle.js → 102.578ec22d913d71699929.bundle.js}
RENAMED
File without changes
|
/data/assets/js/dist/{143.d0d2331e97c7f27e4d14.bundle.js → 143.578ec22d913d71699929.bundle.js}
RENAMED
File without changes
|
/data/assets/js/dist/{776.d0d2331e97c7f27e4d14.bundle.js → 776.578ec22d913d71699929.bundle.js}
RENAMED
File without changes
|
/data/assets/js/dist/{917.d0d2331e97c7f27e4d14.bundle.js → 917.578ec22d913d71699929.bundle.js}
RENAMED
File without changes
|
File without changes
|
/data/assets/js/dist/{bootstrap.d0d2331e97c7f27e4d14.css → bootstrap.578ec22d913d71699929.css}
RENAMED
File without changes
|