landing-page-gem 2.1.1 → 2.1.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 323b4b729c10866cc17424407e5996cc932678cf09cff58e3b61a2e39911736d
4
- data.tar.gz: c42b6e0c3b25e70223dd9007356bf227322b01a2454806203bac10e1270fd26c
3
+ metadata.gz: 5f86f6f5d36ba6ef2d0f8cba9912d3e75b7a8db724961e2bc4a10130b381a7a3
4
+ data.tar.gz: ce418b37aedd7b988ffcda68bf7ec49c6496c46f169f836e88b21fcdff964165
5
5
  SHA512:
6
- metadata.gz: 5b7dc2bf7bdb7292747abe7bc6156fe163792a441a8f5ef7a8bd88c78b1ac83ed26ff04b8866ab414700627441201893c27fccbfe94bc987af0256c5a3f51945
7
- data.tar.gz: a7e5c20f67401bfbe5b36aa68f251856fc7b2afcb8f3ace51fbfe2f295bd5b148a106e310a2aa2a54c2f11e2e14e8deacc47430977777fc99d1b68f1eca7cd1f
6
+ metadata.gz: 46904e8167cdc6d177b104bfc9e24acfb6b8be42b8071db52d894d39c9a19ccea5b456479bb5ed96aac926bb7ede59e1c1acadd39a5f9645df01f76612d6d4bd
7
+ data.tar.gz: b415b1736e111297793fa0d1f20a5356e202e79ddccf3e8503ef4fd5e91f1980966855d402efa93101f399f8073e35d750e814584d2324ae1863f01bdaaac358
@@ -2,7 +2,7 @@
2
2
  <div class="container">
3
3
  <div class="row">
4
4
  <div class="col text-center">
5
- <h5 class="text-center benefits__typography--h5 benefits__typography--h5--mb">{{ page.icon_section_heading }}</h5>
5
+ <h2 class="text-center benefits__typography--h5 benefits__typography--h5--mb">{{ page.icon_section_heading }}</h2>
6
6
  </div>
7
7
  </div>
8
8
  <div class="row">
@@ -10,7 +10,7 @@
10
10
  <div class="text-center">
11
11
  {% include svg/save-money.html %}
12
12
  </div>
13
- <h6 class="benefits__typography--h6 text-center editable">Save Money</h6>
13
+ <h3 class="benefits__typography--h6 text-center editable">Save Money</h3>
14
14
  <div class="editable">
15
15
  <p class="text-center typography__larger-p"><strong>KCC costs 1/3 less</strong> than 4-year colleges and universities and offers the same great education. Plus, financial aid & scholarships can&nbsp;help.</p>
16
16
  </div>
@@ -19,7 +19,7 @@
19
19
  <div class="text-center">
20
20
  {% include svg/love.html %}
21
21
  </div>
22
- <h6 class="benefits__typography--h6 text-center editable">Love What You Do</h6>
22
+ <h3 class="benefits__typography--h6 text-center editable">Love What You Do</h3>
23
23
  <div class="editable">
24
24
  <p class="text-center typography__larger-p">KCC has degree & certificate <strong>options to fit your interests</strong>. You can transfer after KCC to complete a bachelor’s degree, or enter the&nbsp;workforce.</p>
25
25
  </div>
@@ -28,7 +28,7 @@
28
28
  <div class="text-center">
29
29
  {% include svg/goals.html %}
30
30
  </div>
31
- <h6 class="benefits__typography--h6 text-center editable">Reach Your Goals</h6>
31
+ <h3 class="benefits__typography--h6 text-center editable">Reach Your Goals</h3>
32
32
  <div class="editable">
33
33
  <p class="text-center typography__larger-p">We care about your progress and want you to succeed. KCC’s small class sizes, faculty and support services <strong>help you stay on track to&nbsp;graduate.</strong></p>
34
34
  </div>
@@ -41,7 +41,7 @@
41
41
  <div class="container">
42
42
  <div class="row">
43
43
  <div class="col">
44
- <h5 class="benefits__typography--h5 benefits__testimonials--mb text-center">{{ page.testimonials_heading }}</h5>
44
+ <h2 class="benefits__typography--h5 benefits__testimonials--mb text-center">{{ page.testimonials_heading }}</h2>
45
45
  </div>
46
46
  </div>
47
47
  {% include testimonials-template.html %}
@@ -52,7 +52,7 @@
52
52
  <div class="container">
53
53
  <div class="row">
54
54
  <div class="col">
55
- <h5 class="benefits__typography--h5 benefits__typography--h5--mb text-center">Recognized & Accredited</h5>
55
+ <h2 class="benefits__typography--h5 benefits__typography--h5--mb text-center">Recognized & Accredited</h2>
56
56
  </div>
57
57
  </div>
58
58
  <div class="row">
data/_includes/body.html CHANGED
@@ -1,4 +1,3 @@
1
1
  </head>
2
2
  <body data-bs-no-jquery>
3
- <h1 class="visually-hidden">{%- if page.outline_title -%}{{ page.outline_title }}{% else %}{{ page.title }}{%- endif -%}</h1>
4
3
  {% 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 %}
@@ -2,7 +2,7 @@
2
2
  <div class="container">
3
3
  <div class="row">
4
4
  <div class="col text-center">
5
- <h5 class="benefits__typography--h5--black text-center editable">Learn More About What Kankakee Community College Has to Offer.</h5>
5
+ <h2 class="benefits__typography--h5--black text-center editable">Learn More About What Kankakee Community College Has to Offer.</h2>
6
6
  <a href="#page-top" class="btn btn-primary btn-lg buttons__btn-marg buttons__blue-btn text-center">GET STARTED</a>
7
7
  </div>
8
8
  </div>
@@ -1 +1 @@
1
- 74c8b619091c6822b036
1
+ 8e3ed2309ff2536da34d
@@ -1,33 +1,34 @@
1
1
  <header id="content">
2
- <div class="container-fluid">
3
- <div class="row">
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 %}>
5
- <div class="row positioning__heading--row">
6
- <div class="col-8 offset-4 positioning__col--offset text-center">
7
- <h2 class="typography__register--h2 typography--text-shadow">{{ page.main_heading }}</h2>
8
- <h3 class="typography__register--h3 typography--text-shadow">{{ page.sub_heading }}</h3>
9
- </div>
2
+ <h1 class="visually-hidden">{%- if page.outline_title -%}{{ page.outline_title }}{% else %}{{ page.title }}{%- endif -%}</h1>
3
+ <div class="container-fluid">
4
+ <div class="row">
5
+ <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 %}>
6
+ <div class="row positioning__heading--row">
7
+ <div class="col-8 offset-4 positioning__col--offset text-center">
8
+ <h2 class="typography__register--h2 typography--text-shadow">{{ page.main_heading }}</h2>
9
+ <h3 class="typography__register--h3 typography--text-shadow">{{ page.sub_heading }}</h3>
10
10
  </div>
11
- <span class="typography__register--caption">Adrian Benfield, Class of 2017</span>
12
11
  </div>
13
- <div class="col-xl-4 positioning__form--margins">
14
- <h4 id="page-top" class="typography__register-h4 text-center">{{ page.form_heading }}</h4>
15
- {%- comment -%}
16
- <!--
17
- <h5 class="typography__register-h5 text-center">Classes Begin Jan. 7th</h5>
18
- <h5 class="typography__register-h5 text-center">Seats Are Filling Fast</h5>
19
- -->
20
- {%- endcomment -%}
21
- <div class="positioning--max-width-700">
22
- <iframe
23
- id="targetx-form"
24
- data-src="https://kccedu.my.salesforce-sites.com/Inquiry/TargetX_Base__InquiryForm#?formId=a0OUe0000002vS1MAI&formType=general&isEmbed=true"
25
- title="KCC Information Request form"
26
- width="100%"
27
- height="930px"
28
- ></iframe>
29
- </div>
12
+ <span class="typography__register--caption">Adrian Benfield, Class of 2017</span>
13
+ </div>
14
+ <div class="col-xl-4 positioning__form--margins">
15
+ <h2 id="page-top" class="typography__register-h4 text-center">{{ page.form_heading }}</h2>
16
+ {%- comment -%}
17
+ <!--
18
+ <h5 class="typography__register-h5 text-center">Classes Begin Jan. 7th</h5>
19
+ <h5 class="typography__register-h5 text-center">Seats Are Filling Fast</h5>
20
+ -->
21
+ {%- endcomment -%}
22
+ <div class="positioning--max-width-700">
23
+ <iframe
24
+ id="targetx-form"
25
+ data-src="https://kccedu.my.salesforce-sites.com/Inquiry/TargetX_Base__InquiryForm#?formId=a0OUe0000002vS1MAI&formType=general&isEmbed=true"
26
+ title="KCC Information Request form"
27
+ width="100%"
28
+ height="930px"
29
+ ></iframe>
30
30
  </div>
31
31
  </div>
32
32
  </div>
33
- </header>
33
+ </div>
34
+ </header>
@@ -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 i=r[e]={exports:{}};return n[e].call(i.exports,i,i.exports,o),i.exports}o.m=n,o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,{a:t}),t},o.d=function(e,t){if(Array.isArray(t))for(var n=0;n<t.length;){var r=t[n++],i=t[n++];o.o(e,r)?0===i&&n++:0===i?Object.defineProperty(e,r,{enumerable:!0,value:t[n++]}):Object.defineProperty(e,r,{enumerable:!0,get:i})}else for(var r in t)o.o(t,r)&&!o.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},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"74c8b619091c6822b036"},o.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},e={},t="landing-page-gem:",o.l=function(n,r,i,a){if(e[n])e[n].push(r);else{var u,c;if(void 0!==i)for(var f=document.getElementsByTagName("script"),d=0;d<f.length;d++){var l=f[d];if(l.getAttribute("src")==n||l.getAttribute("data-webpack")==t+i){u=l;break}}u||(c=!0,(u=document.createElement("script")).charset="utf-8",o.nc&&u.setAttribute("nonce",o.nc),u.setAttribute("data-webpack",t+i),u.src=n),e[n]=[r];var s=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(s.bind(null,void 0,{type:"timeout",target:u}),12e4);u.onerror=s.bind(null,u.onerror),u.onload=s.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 i=new Promise(function(n,o){r=e[t]=[n,o]});n.push(r[2]=i);var a=o.p+o.u(t),u=new Error;o.l(a,function(n){if(o.o(e,t)&&(0!==(r=e[t])&&(e[t]=void 0),r)){var i=n&&("load"===n.type?"missing":n.type),a=n&&n.target&&n.target.src;u.message="Loading chunk "+t+" failed.\n("+i+": "+a+")",u.name="ChunkLoadError",u.type=i,u.request=a,r[1](u)}},"chunk-"+t,t)}};var t=function(t,n){var r,i,a=n[0],u=n[1],c=n[2],f=0;if(a.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);f<a.length;f++)i=a[f],o.o(e,i)&&e[i]&&e[i][0](),e[i]=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,6143));e()}const{default:e}=await o.e(102).then(o.bind(o,2102));if(e(),document.querySelector('a[href="#page-top"]')){const{default:e}=await o.e(917).then(o.bind(o,1917));e()}if(document.getElementById("SearchTermForm")){const{default:e}=await o.e(776).then(o.bind(o,3776));e()}})}();
1
+ !function(){"use strict";var e,t,n={},r={};function o(e){var t=r[e];if(void 0!==t)return t.exports;var i=r[e]={exports:{}};return n[e].call(i.exports,i,i.exports,o),i.exports}o.m=n,o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,{a:t}),t},o.d=function(e,t){if(Array.isArray(t))for(var n=0;n<t.length;){var r=t[n++],i=t[n++];o.o(e,r)?0===i&&n++:0===i?Object.defineProperty(e,r,{enumerable:!0,value:t[n++]}):Object.defineProperty(e,r,{enumerable:!0,get:i})}else for(var r in t)o.o(t,r)&&!o.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},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"8e3ed2309ff2536da34d"},o.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},e={},t="landing-page-gem:",o.l=function(n,r,i,a){if(e[n])e[n].push(r);else{var u,c;if(void 0!==i)for(var d=document.getElementsByTagName("script"),f=0;f<d.length;f++){var l=d[f];if(l.getAttribute("src")==n||l.getAttribute("data-webpack")==t+i){u=l;break}}u||(c=!0,(u=document.createElement("script")).charset="utf-8",o.nc&&u.setAttribute("nonce",o.nc),u.setAttribute("data-webpack",t+i),u.src=n),e[n]=[r];var s=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(s.bind(null,void 0,{type:"timeout",target:u}),12e4);u.onerror=s.bind(null,u.onerror),u.onload=s.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 i=new Promise(function(n,o){r=e[t]=[n,o]});n.push(r[2]=i);var a=o.p+o.u(t),u=new Error;o.l(a,function(n){if(o.o(e,t)&&(0!==(r=e[t])&&(e[t]=void 0),r)){var i=n&&("load"===n.type?"missing":n.type),a=n&&n.target&&n.target.src;u.message="Loading chunk "+t+" failed.\n("+i+": "+a+")",u.name="ChunkLoadError",u.type=i,u.request=a,r[1](u)}},"chunk-"+t,t)}};var t=function(t,n){var r,i,a=n[0],u=n[1],c=n[2],d=0;if(a.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<a.length;d++)i=a[d],o.o(e,i)&&e[i]&&e[i][0](),e[i]=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,6143));e()}const{default:e}=await o.e(102).then(o.bind(o,2102));if(e(),document.querySelector('a[href="#page-top"]')){const{default:e}=await o.e(917).then(o.bind(o,1917));e()}if(document.getElementById("SearchTermForm")){const{default:e}=await o.e(776).then(o.bind(o,3776));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;text-decoration:none !important}a.footer-link:hover{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__h1{color:#555;font-family:"Roboto",sans-serif;font-size:2rem;font-weight:500}.typography__h2{color:#0f3b63;font-family:"Roboto",sans-serif;font-size:1.75rem;font-weight:600}.typography__h3{color:#c61f48;font-family:"Roboto",sans-serif;font-size:1.7rem;font-weight:600}.typography__h4{color:#555;font-family:"Roboto",sans-serif;font-weight:700;font-size:1.5rem}.typography__h5{color:#555;font-family:"Roboto",sans-serif;font-weight:700;font-size:1.4rem}.typography__h6{color:#555;font-family:"Roboto",sans-serif;font-weight:700;font-size:1.3rem}.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)}}.positioning--max-width-700{margin-left:auto;margin-right:auto;max-width:700px}.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}}
@@ -112,41 +112,48 @@ body {
112
112
 
113
113
 
114
114
  // Content Headings
115
- .typography__h2 {
115
+ .typography__h1 {
116
116
  color: $color-grey-heading;
117
117
  font-family: $font-family-headings;
118
118
  font-size: 2rem;
119
119
  font-weight: $font-weight-boldish;
120
120
  }
121
121
 
122
- .typography__h3 {
122
+ .typography__h2 {
123
123
  color: $primary-blue;
124
124
  font-family: $font-family-headings;
125
125
  font-size: 1.75rem;
126
126
  font-weight: $font-weight-bolder;
127
127
  }
128
128
 
129
- .typography__h4 {
129
+ .typography__h3 {
130
130
  color: $primary-red;
131
131
  font-family: $font-family-headings;
132
132
  font-size: 1.7rem;
133
133
  font-weight: $font-weight-bolder;
134
134
  }
135
135
 
136
- .typography__h5 {
136
+ .typography__h4 {
137
137
  color: $color-grey-heading;
138
138
  font-family: $font-family-headings;
139
139
  font-weight: $font-weight-bold;
140
140
  font-size: 1.5rem;
141
141
  }
142
142
 
143
- .typography__h6 {
143
+ .typography__h5 {
144
144
  color: $color-grey-heading;
145
145
  font-family: $font-family-headings;
146
146
  font-weight: $font-weight-bold;
147
147
  font-size: 1.4rem;
148
148
  }
149
149
 
150
+ .typography__h6 {
151
+ color: $color-grey-heading;
152
+ font-family: $font-family-headings;
153
+ font-weight: $font-weight-bold;
154
+ font-size: 1.3rem;
155
+ }
156
+
150
157
  .typography__phone--span {
151
158
  color: $white;
152
159
  font-family: $font-family-oswald;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: landing-page-gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - wdzajicek
@@ -94,14 +94,14 @@ files:
94
94
  - assets/img/xitter.svg
95
95
  - assets/img/youtube-white.svg
96
96
  - assets/img/zippia.png
97
- - assets/js/dist/102.74c8b619091c6822b036.bundle.js
98
- - assets/js/dist/143.74c8b619091c6822b036.bundle.js
99
- - assets/js/dist/776.74c8b619091c6822b036.bundle.js
100
- - assets/js/dist/917.74c8b619091c6822b036.bundle.js
101
- - assets/js/dist/bootstrap.74c8b619091c6822b036.bundle.js
102
- - assets/js/dist/bootstrap.74c8b619091c6822b036.css
103
- - assets/js/dist/kcc-landing-page.74c8b619091c6822b036.bundle.js
104
- - assets/js/dist/kcc-landing-page.74c8b619091c6822b036.css
97
+ - assets/js/dist/102.8e3ed2309ff2536da34d.bundle.js
98
+ - assets/js/dist/143.8e3ed2309ff2536da34d.bundle.js
99
+ - assets/js/dist/776.8e3ed2309ff2536da34d.bundle.js
100
+ - assets/js/dist/917.8e3ed2309ff2536da34d.bundle.js
101
+ - assets/js/dist/bootstrap.8e3ed2309ff2536da34d.bundle.js
102
+ - assets/js/dist/bootstrap.8e3ed2309ff2536da34d.css
103
+ - assets/js/dist/kcc-landing-page.8e3ed2309ff2536da34d.bundle.js
104
+ - assets/js/dist/kcc-landing-page.8e3ed2309ff2536da34d.css
105
105
  - assets/js/src/bootstrap.js
106
106
  - assets/js/src/footerDate.js
107
107
  - 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;text-decoration:none !important}a.footer-link:hover{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)}}.positioning--max-width-700{margin-left:auto;margin-right:auto;max-width:700px}.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}}