kcc-gem-theme 1.73.77 → 1.74.77

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: 44bbd26e6354820ec6249295927b50581bea43f511bd3d0522c5b5edb23b1d30
4
- data.tar.gz: 427100a09de3f189358357c6977e234f3d439d0a7335cf58001fa1f4fff39773
3
+ metadata.gz: 4b6db866385fc4ba4787ce37e0aa169f6e196987dd6ebbaa20f4f97a34594171
4
+ data.tar.gz: eb83cb217a5f15f45a8bc49594421f8be439cef1f319cf3710d07ed7fbe5dad7
5
5
  SHA512:
6
- metadata.gz: 468dc1e0b9b9a4a382044a29fecad2291a2ce5fb35b1e35711c344eecdbdd245c4ea4077db903ed2618954fafb7c721bb1ea76b8ded0b958244e0884cfb495bd
7
- data.tar.gz: 11f97a4be2c07175b8f4e2600149cbb66f671cb28527f29897ad90f4b82a6759134cbb9d30e456c6ba6380aee22870cfef82b8e4f383df09bc817f38002b633e
6
+ metadata.gz: aa92fd4a4f46d1624134ac6a72a501af903465fc4d55ba1a77d8abbe3e7e683da1f637e9aab019aecc1786cd5ff8e7e1ddd77012722ec1a171be6bc62cbca2db
7
+ data.tar.gz: dc6f637b0172a3f38494933d347f222c360b19e29241e01b7cc9fb17e2be20f3083e63e41a8c9b2845bb86872ebe5ac0a5a7d939099d50276799f7af2bde3d95
@@ -1 +1 @@
1
- 2da2deffe4fcc05bdbcabb185b9dd19a ../assets/scss/kcc-theme.css
1
+ d69d9986252ce1abd26c7da09cc7cb8f ../assets/scss/kcc-theme.css
@@ -0,0 +1,32 @@
1
+ <div class="container">
2
+ <div class="row">
3
+ <div class="col">
4
+ <div class="row no-gutters">
5
+ <div class="col-md-4 px-1 my-1">
6
+ <a class="btn buttons__action"
7
+ target="_blank"
8
+ rel="noopener noreferrer"
9
+ href="https://kccedu.force.com/portal/TX_SiteLogin?startURL=%2Fportal%2FTargetX_Base__Portal">
10
+ {% include svg/check_circle-24px.html %}&nbsp;Apply
11
+ </a>
12
+ </div>
13
+ <div class="col-md-4 px-1 my-1">
14
+ <a class="btn buttons__action"
15
+ target="_blank"
16
+ rel="noopener noreferrer"
17
+ href="https://info.kcc.edu">
18
+ {% include svg/email-24px.html %}&nbsp;Request Info
19
+ </a>
20
+ </div>
21
+ <div class="col-md-4 px-1 my-1">
22
+ <a class="btn buttons__action"
23
+ target="_blank"
24
+ rel="noopener noreferrer"
25
+ href="https://visit.kcc.edu">
26
+ {% include svg/place-24px.html %}&nbsp;Visit KCC
27
+ </a>
28
+ </div>
29
+ </div>
30
+ </div>
31
+ </div>
32
+ </div>
@@ -0,0 +1,13 @@
1
+ {% comment %}
2
+ <!-- aria-hidden="true" b/c they add no meaning to the button -->
3
+ {% endcomment %}
4
+ <svg
5
+ aria-hidden="true"
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ viewBox="0 0 24 24"
8
+ class="svg--max-width svg__button svg__apply">
9
+ <path class="svg--fill-none" d="M0,0h24v24H0V0z"/>
10
+ <path class="svg--fill-white"
11
+ d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M10,17l-5-5l1.4-1.4
12
+ l3.6,3.6l7.6-7.6L19,8 L10,17z"/>
13
+ </svg>
@@ -0,0 +1,13 @@
1
+ {% comment %}
2
+ <!-- aria-hidden="true" b/c they add no meaning to the button -->
3
+ {% endcomment %}
4
+ <svg
5
+ aria-hidden="true"
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ viewBox="0 0 24 24"
8
+ class="svg--max-width svg__button svg__action">
9
+ <path class="svg--fill-white"
10
+ d="M20,4H4C2.9,4,2,4.9,2,6l0,12c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V6C22,4.9,21.1,4,20,4
11
+ z M20,8l-8,5L4,8V6l8,5 l8-5V8z"/>
12
+ <path class="svg--fill-none" d="M0,0h24v24H0V0z"/>
13
+ </svg>
@@ -0,0 +1,13 @@
1
+ {% comment %}
2
+ <!-- aria-hidden="true" b/c they add no meaning to the button -->
3
+ {% endcomment %}
4
+ <svg
5
+ aria-hidden="true"
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ viewBox="0 0 24 24"
8
+ class="svg--max-width svg__button svg__action--place">
9
+ <path class="svg--fill-white"
10
+ d="M12,2C8.1,2,5,5.1,5,9c0,5.2,7,13,7,13s7-7.8,7-13C19,5.1,15.9,2,12,2z M12,11.5
11
+ c-1.4,0-2.5-1.1-2.5-2.5 s1.1-2.5,2.5-2.5s2.5,1.1,2.5,2.5S13.4,11.5,12,11.5z"/>
12
+ <path class="svg--fill-none" d="M0,0h24v24H0V0z"/>
13
+ </svg>
@@ -16,6 +16,7 @@
16
16
  {% include header-global.html %}
17
17
  {% if site.core_root != true and page.no_alert != true %}{% include emergency-alerts.html %}{% endif %}
18
18
  {{ content }}
19
+ {% if site.core_site == true %}{% include main-call-to-action.html %}{% endif %}
19
20
  {% include footer.html %}
20
21
  {% include scripts/vendor-cdn.html %}
21
22
  {% include scripts/kcc-mega-nav.html %}
@@ -1 +1 @@
1
- .nav-tabs{border-bottom:1px solid #b1b1b1}.nav-tabs .nav-link{background-color:#f8f9fa;border-left-color:#e5e8ed;border-left-style:solid;border-left-width:1px;border-right-color:#e5e8ed;border-right-style:solid;border-right-width:1px;border-top-color:#e5e8ed;border-top-style:solid;border-top-width:1px;border-bottom-color:#b1b1b1}.nav-tabs .nav-link.active{border-color:#b1b1b1 #b1b1b1 #fff}.navbar-brand{margin-right:0}@media screen and (min-width:768px){.navbar-brand{margin-right:1rem}}.btn{vertical-align:baseline}.modal-open .gsc-search-button{margin-right:15px}@media screen and (max-width:992px){.dropdown-toggle:after{transform:rotate(0deg);transition:transform .3s ease-in-out}.nav-item.dropdown.show .dropdown-toggle:after{transform:rotate(-180deg)}}.dropdown-toggle.btn:after{transform:rotate(0deg);transition:transform .3s ease-in-out}.nav-item.dropdown.show .dropdown-toggle.btn:after{transform:rotate(-180deg)}@media screen and (min-width:992px){.dropdown-toggle:not(.btn):after{display:none}}.editor-link{display:none}.cms-editor-active .editor-link{display:block}.editor-button{display:none}.cms-editor-active .editor-button{display:inline-block}.header-global__search-collapse #___gcse_0:focus #gsc-iw-id1,.header-global__search-collapse #___gcse_0:hover #gsc-iw-id1{filter:drop-shadow(2px 2px 6px rgba(128,128,128,.5))}.header-global__search-collapse #gsc-iw-id1{border-radius:2rem;padding-left:.5rem;border:thin solid #b1b1b1;line-height:1;padding-top:3px;padding-bottom:3px}.header-global__search-collapse .gsc-search-button-v2{background-color:transparent!important;border:none!important;pointer-events:auto;position:relative;right:-.5rem;top:-.25rem;transition-property:right;transition-duration:.2s}.header-global__search-collapse button.gsc-overrides__clear-x{right:.5rem;padding-right:5px!important}@media screen and (min-width:992px){.header-global__search-collapse .gsc-search-button-v2{top:0;right:.5rem}.header-global__search-collapse button.gsc-overrides__clear-x{right:1.125rem;padding-right:5px!important}}.header-global__search-collapse .gsst_a .gscb_a{vertical-align:middle}.header-global__search-collapse .gsc-search-button-v2 svg{fill:#0f3b63!important;height:1.25rem;width:1.25rem;transition-property:fill;transition-duration:.2s}.header-global__search-collapse .gsc-search-button-v2:focus svg,.header-global__search-collapse .gsc-search-button-v2:hover svg{fill:#c61f48!important}.header-global__search-collapse td.gsc-search-button{display:inline;pointer-events:none;position:absolute;right:50px}@media screen and (min-width:1400px){.header-global__search-collapse td.gsc-search-button{right:44px}}.header-global__search-collapse .gsc-search-box-tools .gsc-search-box .gsc-input{padding-right:0!important}.nav-global__gcse-wrapper #___gcse_0:focus #gsc-iw-id1,.nav-global__gcse-wrapper #___gcse_0:hover #gsc-iw-id1{filter:drop-shadow(2px 2px 6px rgba(128,128,128,.5))}.nav-global__gcse-wrapper #gsc-iw-id1{border-radius:2rem;padding-left:.5rem;border:thin solid #b1b1b1;line-height:1;padding-top:3px;padding-bottom:3px}.nav-global__gcse-wrapper .gsc-search-button-v2{background-color:transparent!important;border:none!important;pointer-events:auto;position:relative;right:30px;transition-property:right;transition-duration:.2s}.nav-global__gcse-wrapper .gsst_a .gscb_a{vertical-align:middle}.nav-global__gcse-wrapper button.gsc-overrides__clear-x{right:48px;padding-right:5px!important}.nav-global__gcse-wrapper .gsc-search-button-v2 svg{fill:#0f3b63!important;height:1.25rem;width:1.25rem;transition-property:fill;transition-duration:.2s}.nav-global__gcse-wrapper .gsc-search-button-v2:focus svg,.nav-global__gcse-wrapper .gsc-search-button-v2:hover svg{fill:#c61f48!important}.nav-global__gcse-wrapper td.gsc-search-button{display:inline;pointer-events:none;position:absolute;right:50px}@media screen and (min-width:1400px){.nav-global__gcse-wrapper td.gsc-search-button{right:44px}}.nav-global__search-collapse--visible #___gcse_0{margin-bottom:20px}.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}.goog-te-gadget-simple{white-space:nowrap;border-radius:20px;padding-left:10px;padding-right:10px;margin-right:5px;height:100%}#google_translate_element{position:fixed;bottom:.25rem;right:.25rem!important;z-index:99999}.goog-te-gadget{font-family:Roboto,Open Sans,sans-serif!important;text-transform:uppercase;font-weight:500}.goog-te-gadget:hover{color:#fff}.goog-te-gadget-simple{background-color:hsla(0,0%,100%,.85)!important;border:1px solid rgba(0,0,0,.95)!important;padding:8px!important;border-radius:4px!important;font-size:1rem!important;line-height:2rem!important;display:inline-block;transition:background-color .2s;cursor:pointer;zoom:1}.goog-te-gadget-simple:focus,.goog-te-gadget-simple:hover{background-color:rgba(0,123,255,.85)!important}.goog-te-menu2{max-width:100%;width:100%}.goog-te-gadget-simple:hover .goog-te-menu-value{color:#fff!important}.goog-te-menu-value{color:#000!important;text-decoration:none!important}.goog-te-menu-value:before{font-family:Material Icons;content:"\E927";margin-right:16px;font-size:2rem;vertical-align:-10px}.goog-te-menu-value span:nth-child(5){display:none}.goog-te-menu-value span:nth-child(3){border:none!important;font-family:Material Icons}.goog-te-menu-value span:nth-child(3):after{font-family:Material Icons;content:"\E5C5";font-size:1.5rem;vertical-align:-6px}.goog-te-gadget-icon{background-image:url(https://placehold.it/32)!important;background-position:0 0;height:32px!important;width:32px!important;margin-right:8px!important;display:none}.goog-te-banner-frame.skiptranslate{display:none!important}body{top:0!important}@media (max-width:667px){#google_translate_element{bottom:.25rem;left:16px!important;width:100%!important}#google_translate_element .skiptranslate,#google_translate_element goog-te-gadget{width:100%!important}#google_translate_element .goog-te-gadget-simple{width:calc(100% - 32px)!important;text-align:center}}a.goog-te-menu-value,a.goog-te-menu-value:hover{text-decoration:none!important}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:focus,.typography__nav-heading:hover{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__call-to-action{color:#c61f48;font-family:Oswald,sans-serif;font-size:2.8rem;font-weight:600;line-height:2.8rem;margin-bottom:30px;margin-top:20px}.typography__contacts--name{color:#0f3b63;font-size:1.3em}.typography__contacts--name,.typography__contacts--title{font-family:Roboto,sans-serif;font-weight:700;margin-bottom:.2rem}.typography__contacts--title{color:#666;font-size:1.1em}.typography__orange-h4{color:#f99e1b;font-family:Oswald,sans-serif;font-size:2.4rem}.typography__sub-nav--red-h2{color:#c61f48;font-family:Oswald,sans-serif;font-size:1.4rem;font-weight:500;text-transform:uppercase}@media screen and (min-width:768px){.typography__sub-nav--red-h2{font-size:1.8rem}}.typography__section--heading{color:#c61f48;font-family:Oswald,sans-serif;font-size:2rem;font-weight:500}.typography__header-global--nav-bottom,.typography__header-global--nav-local,.typography__header-global--nav-top{color:#0f3b63;font-family:Oswald,sans-serif;font-size:1rem;font-weight:500;letter-spacing:.05rem;padding-bottom:.25rem;padding-top:.25rem;text-transform:capitalize}@media screen and (min-width:992px){.typography__header-global--nav-top{color:#b8babc;font-size:1.1rem}.typography__header-global--nav-top:focus,.typography__header-global--nav-top:hover{color:#b8babc}}@media screen and (min-width:992px){.typography__header-global--nav-bottom{color:#fff;font-size:1.05rem;font-weight:400}}@media screen and (min-width:992px){.header-global__dropdown:focus .typography__header-global--nav-bottom,.header-global__dropdown:hover .typography__header-global--nav-bottom,.typography__header-global--nav-bottom:focus,.typography__header-global--nav-bottom:hover{color:#0f3b63}}@media screen and (min-width:992px){.typography__header-global--nav-local{font-size:1rem;font-weight:400}.nav-link:not([role=tab]){margin-left:5px;margin-right:5px}}.typography__nav-link{color:#fff;font-family:Oswald,sans-serif;font-size:1.05rem;font-weight:400;letter-spacing:.05rem;text-transform:capitalize}.typography__nav-local--nav-link{font-family:Oswald,sans-serif;font-size:1rem;font-weight:500;text-transform:uppercase}.typography__nav-local--color{color:#0f3b63}.typography__power-text{color:#fff;font-family:Libre Franklin,sans-serif;font-size:1.1rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}@media screen and (min-width:360px){.typography__power-text{font-size:1.3rem}}@media screen and (min-width:768px){.typography__power-text{font-size:2.2rem}}@media screen and (min-width:992px){.typography__power-text{font-size:2.9rem}}@media screen and (min-width:1200px){.typography__power-text{font-size:3.1rem}}.typography__h2{color:#666;font-family:Roboto,sans-serif;font-size:2rem;font-weight:500}.typography__h3{color:#0f3b63;font-size:1.75rem}.typography__h3,.typography__h4{font-family:Roboto,sans-serif;font-weight:600}.typography__h4{color:#c61f48;font-size:1.7rem}.typography__h5{font-size:1.5rem}.typography__h5,.typography__h6{color:#666;font-family:Roboto,sans-serif;font-weight:700}.typography__h6{font-size:1.4rem}.typography__h5--description{color:#58585b;font-family:Oswald,sans-serif;font-size:1.25rem;font-weight:400}.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--bold{color:#666;font-family:Roboto,sans-serif;font-weight:700;font-size:1.25rem;line-height:1.2}.typography__stories--quote{color:#0f3b63;font-family:Oswald,sans-serif;font-size:1.1em;font-weight:300}@media screen and (min-width:488px){.typography__stories--quote{font-size:1.3rem}}@media screen and (min-width:768px){.typography__stories--quote{font-size:1.2rem}}@media screen and (min-width:992px){.typography__stories--quote{font-size:1.4rem}}.typography__col--heading-underline{background-image:url(/assets/img/heading-bg-underline.png);background-repeat:no-repeat;background-position:0 50px}.typography__col--heading-underline-tan{background-image:url(/assets/img/heading-bg-underline-tan.png);background-repeat:no-repeat;background-position:0 50px}ol,p,ul:not(.navbar-nav){color:#666;font-family:Open Sans,sans-serif;font-size:1rem}.typography__tables th{color:#c61f48;font-family:Roboto,sans-serif;font-weight:700}.typography__tables td{color:#666;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:400}.typography__register--h2{color:#fff;font-family:eurostile,sans-serif;font-size:2.4rem;font-weight:500;letter-spacing:.03rem;position:relative;top:30%;margin-bottom:-10px}@media screen and (min-width:400px){.typography__register--h2{font-size:3rem}}@media screen and (min-width:768px){.typography__register--h2{font-size:5.2rem}}@media screen and (min-width:1200px){.typography__register--h2{font-size:6rem}}@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.2rem;font-weight:500;letter-spacing:.03rem;position:relative;top:31%}@media screen and (min-width:400px){.typography__register--h3{font-size:1.45rem;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{color:#fff;font-family:Oswald,sans-serif;font-size:1rem;font-weight:500;letter-spacing:.07rem;position:absolute;bottom:15px}@media screen and (min-width:1200px){.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__register--h5{color:#c61f48;font-family:Oswald,sans-serif;font-size:2rem;font-weight:700;letter-spacing:.03rem;margin-bottom:50px}@media screen and (min-width:768px){.typography__register--h5{font-size:2.8rem}}@media screen and (min-width:992px){.typography__register--h5{margin-bottom:60px}}@media screen and (min-width:1200px){.typography__register-h5{font-size:3rem}}.typography__register--student-p{color:#000;font-weight:600;font-size:1.2em;margin-top:15px}.typography__register--img-cap{font-weight:600;display:block}.typography__register-itransfer{font-size:1.7rem;font-weight:600;line-height:1;position:absolute;top:4rem;margin-left:-20px}@media screen and (min-width:400px){.typography__register-itransfer{font-size:1.8rem}}@media screen and (min-width:768px){.typography__register-itransfer{font-size:1.9rem}}.typography__register--h6{color:#c61f48;font-family:Saira,"sans-serif";font-weight:700;font-size:2rem;letter-spacing:.03rem}.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}}@media screen and (max-width:992px){.typography__nowrap--sm{white-space:nowrap}}.typography__color--inherit{color:inherit}.typography__dropdown--category{color:#0f3b63!important;font-size:1.15em;font-weight:600}.typography__my-kcc{font-family:Eurostile,sans-serif;line-height:1.2;font-size:1.2rem}.typography__alert{color:#856404}.typography__alert:last-child{margin-bottom:0}.links__kcc-logo{display:inline;float:left;width:120px;height:80px}.links__offset{pointer-events:none}.links__offset a,.links__offset button{pointer-events:auto}.links__offset:before{content:" ";display:block;height:171px;margin-top:-171px;pointer-events:none;visibility:hidden}@media screen and (min-width:768px){.links__offset:before{height:150px;margin-top:-150px}}.links__darker-link{color:#006ce0}.navbar-light .navbar-nav .nav-link.links__nav-link--color:not(.btn-primary){color:#0f3b63}.navbar-light .navbar-nav .nav-link.links__nav-link--color:not(.btn-primary):focus,.navbar-light .navbar-nav .nav-link.links__nav-link--color:not(.btn-primary):hover{color:#c61f48}.navbar-light .navbar-nav .nav-link.links__nav-link--color.btn-primary{color:#fff}.navbar-light .navbar-nav .active>.nav-link{border-bottom-color:#c61f48;border-bottom-style:solid;border-bottom-width:thick;color:#0f3b63;padding-bottom:0}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:#c61f48}.links__phone--span{color:#fff;position:relative;text-decoration:none}.links__phone--span:visited{color:#fff}.links__phone--span:focus,.links__phone--span:hover{color:#fff;text-decoration:none}.links__phone--span:focus:after,.links__phone--span:hover:after{opacity:1;transform:translateY(-.2em)}.links__phone--span:after{background-color:#f99e1b;bottom:-.325rem;content:"";display:block;height:.1875rem;opacity:0;position:absolute;transition:opacity .3s,transform .3s;width:100%}.links__no-underline,.links__no-underline:hover{text-decoration:none}@media screen and (min-width:992px){.links__header-global--nav-local{position:relative}.active .links__header-global--nav-local:after{background-color:#c61f48;bottom:.125rem;content:"";display:block;height:.145rem;position:absolute;width:calc(100% - 1rem)}}.navbar-light .navbar-nav .nav-link.buttons__btn-primary-custom{background-color:#c61f48;color:#fff}.navbar-light .navbar-nav .nav-link.buttons__btn-primary-custom:hover{background-color:#0f3b63}.buttons__yt-subscribe{display:inline-block;height:1rem;margin-top:-4px;margin-right:5px;transform:scale(1.8);vertical-align:middle;width:1rem}.buttons__custom-danger{margin-right:20px}.buttons__btn-margin-top{margin-top:20px}.btn-primary{background-color:#0051a7;border-color:#003773}.btn-primary:hover{background-color:#022b55;border-color:#021e3d}.buttons__no-decoration,.buttons__no-decoration:focus,.buttons__no-decoration:hover,.buttons__no-decoration:visited{text-decoration:none}.buttons{display:inline-block;padding:.125rem .9rem}.buttons__my-kcc{border-color:#7a7b7b;padding-top:.125rem;padding-bottom:.125rem;margin-top:.25rem;margin-bottom:.375rem}.buttons__my-kcc--mobile{position:absolute;bottom:.65rem;left:1rem}@media screen and (min-width:992px){.buttons__my-kcc:focus,.buttons__my-kcc:hover{background-color:#0c3050}}@media screen and (max-width:992px){.buttons__my-kcc:focus,.buttons__my-kcc:hover{color:#c61f48}}.img__responsive--svg{height:auto;max-width:100%}.img__full-width{width:100%}.img__shadow,.img__shadow--border{filter:drop-shadow(3px 3px 10px rgba(126,126,126,.45))}.img__shadow--border{border:3px solid #0f3b63}.header-global{padding-left:0;padding-right:0}.header-global__brand{left:1rem;position:absolute;right:3.25rem;top:0;z-index:1044}.header-global__navbar--padding{padding:0}.header-global__nav-top{background-color:#0f3b63;flex-direction:row;padding-left:1rem;padding-right:calc(2.5rem + 20px);width:100%}.header-global__nav-bottom{background-color:#c61f48;flex-direction:row;padding:.3125rem 1rem;width:100%}.header-global__nav-local{border-bottom-color:#b1b1b1;flex-direction:row;border-bottom-style:solid;border-bottom-width:1px;padding:.5rem 1rem;width:100%}.header-global__navbar--toggler{border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.5);position:absolute;right:1rem;top:3.25rem;z-index:1032}.header-global__navbar--toggler .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.header-global__close-icon,.header-global__search-icon{background-color:transparent;border:1px solid transparent;border-radius:.25rem;display:inline-block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;position:absolute;text-align:center;top:.125rem;right:.3125rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;transition-property:opacity;transition-timing-function:ease-in-out;transition-duration:.1s;z-index:1032}.header-global__open{bottom:0;overflow-x:hidden;overflow-y:auto}@media screen and (min-width:410px){.header-global__navbar--toggler{top:3.2rem}}@media screen and (min-width:576px){.header-global__navbar--toggler{top:3.25rem}}.header-global__close-icon--hidden,.header-global__search-icon--hidden{opacity:0;pointer-events:none;z-index:-1}@media screen and (max-width:992px){#headerGlobalNavbarContent.collapse.show .header-global__nav-top,#headerGlobalNavbarContent.collapsing .header-global__nav-top{padding-right:1rem}}@media screen and (max-width:992px){#headerGlobalNavbarContent.collapse.show .header-global__navbar-nav--divider:after,#headerGlobalNavbarContent.collapsing .header-global__navbar-nav--divider:after{background-color:#b1b1b1;content:"";display:block;height:.125rem;margin-bottom:1rem;margin-top:.5rem;width:100%}#headerGlobalNavbarContent.collapse.show .header-global__navbar-nav--divider:nth-child(2):after,#headerGlobalNavbarContent.collapsing .header-global__navbar-nav--divider:nth-child(2):after{margin-bottom:0}}#headerGlobalNavbar.header-global__navbar--search-toggle{top:3.5rem}@media screen and (min-width:992px){.navbar-expand-lg .navbar-nav .header-global__nav-local--navbar-brand.nav-link{padding-left:0}}@media screen and (min-width:992px){.header-global__nav-bottom--nav-link{padding-top:.75rem;padding-bottom:.75rem}}@media screen and (min-width:992px){.header-global__nav-top--nav-link{padding-top:.3125rem;padding-bottom:.3125rem}}@media screen and (min-width:992px){.navbar-expand-lg .navbar-nav .header-global__nav-top--nav-link{padding-left:.9rem;padding-right:.9rem}}@media screen and (min-width:992px){a.header-global__nav-top--nav-link{position:relative}a.header-global__nav-top--nav-link:after{background-color:#f99e1b;bottom:0;content:"";display:block;height:.125rem;opacity:0;position:absolute;transition:opacity .3s,transform .3s;width:calc(100% - 1.8rem)}a.header-global__nav-top--nav-link:focus:after,a.header-global__nav-top--nav-link:hover:after{opacity:1;transform:translateY(-.2em)}}@media screen and (min-width:992px){.header-global__nav-bottom{padding-bottom:0;padding-top:0}}@media screen and (min-width:992px){a.header-global__nav-bottom--nav-link{position:relative}a.header-global__nav-bottom--nav-link.header-global__nav-bottom--underlined:after{background-color:#f99e1b;color:#f99e1b;bottom:.25rem;border-top-width:.125rem;content:"";display:block;height:.125rem;margin-left:0;opacity:0;position:absolute;transition:opacity .3s,transform .3s;width:calc(100% - 1rem);opacity:1;transform:translateY(-.2em)}}@media screen and (min-width:992px){.header-global__nav-local{padding-bottom:.5rem;padding-top:.5rem}}.header-global__brand--svg{fill:#fff;height:28px;max-width:100%;transition:all .5s ease-in-out}.header-global__brand--svg .st0{fill:none}@media screen and (min-width:992px) and (max-width:1040px){.header-global__brand--svg{height:22px}}@media screen and (min-width:1041px){.header-global__brand--svg{height:26px}}@media screen and (min-width:992px){.header-global__brand{top:3.125rem;right:unset}}#headerGlobalNavbarContent.collapse.show .typography__nav-heading,#headerGlobalNavbarContent.collapsing .typography__nav-heading{font-size:1.5rem}#headerGlobalNavbarContent.collapse.show .navbar-nav,#headerGlobalNavbarContent.collapsing .navbar-nav{flex-direction:column;background-color:#f8f9fa}#headerGlobalNavbarContent.collapse.show .header-global__nav-top,#headerGlobalNavbarContent.collapsing .header-global__nav-top{position:relative;top:2.65rem;margin-bottom:2.65rem}#headerGlobalNavbarContent.collapse.show .header-global__nav-top:before,#headerGlobalNavbarContent.collapsing .header-global__nav-top:before{background-color:#c61f48;content:"";display:block;height:2.65rem;position:absolute;top:-2.65rem;left:0;right:0;width:100%;z-index:-1}@media screen and (max-width:991px){#headerGlobalNavbarContent.collapse:not(.show){display:block}#headerGlobalNavbarContent.collapse:not(.show) .header-global__nav-top{display:none;position:absolute}#headerGlobalNavbarContent.collapse:not(.show) .header-global__nav-bottom .nav-link,#headerGlobalNavbarContent.collapse:not(.show) .header-global__nav-local .nav-link:not(.navbar-brand){visibility:hidden}}.header-global__nav--close-icon,.header-global__nav--search-icon{background-size:20px 20px;background-position:50%;background-repeat:no-repeat;display:block;height:20px;margin-top:.3125rem;pointer-events:none;width:20px}.header-global__search-collapse{left:.5rem;margin-left:auto;margin-right:auto;position:absolute;right:2rem;top:-56px;width:95%}@media screen and (min-width:360px){.header-global__search-collapse{left:.55rem}}@media screen and (min-width:410px){.header-global__search-collapse{left:.65rem;left:1rem}}@media screen and (min-width:768px){.header-global__search-collapse{left:1.25rem}}@media screen and (min-width:992px){.header-global__search-collapse{left:1.5rem}}.header-global__search-collapse.header-global__search-collapse--visible{top:-46px}@media screen and (min-width:992px){.header-global__search-collapse.header-global__search-collapse--visible{top:-40px}}.header-global__navbar--search-toggle{top:50px}.header-global__navbar--search-toggle:before{background-color:#c61f48;content:"";display:block;height:64px;position:absolute;top:-60px;width:100%}@media screen and (min-width:992px){.header-global__navbar--search-toggle:before{background-color:#0f3b63}}@media screen and (min-width:992px){.header-global__dropdown.show{background-color:#b8babc}}@keyframes a{0%{opacity:0}to{opacity:1}}@media screen and (min-width:992px){.header-global__nav-bottom .dropdown .dropdown-menu:hover,.header-global__nav-bottom .dropdown:hover .dropdown-menu{animation-duration:.5s;animation-name:a;display:block!important}}.header-global__nav-bottom .dropdown-item{color:#666}.header-global__nav-bottom .dropdown-item:active{background-color:#0f3b63;color:#fff}.header-global__nav-bottom .dropdown-item:focus,.header-global__nav-bottom .dropdown-item:hover{background-color:#e2e3e4;border-radius:.175rem}@media screen and (min-width:992px){.header-global__nav-bottom .dropdown:hover{background-color:#b8babc}}@media screen and (min-width:992px){.nav-item.dropdown.header-global__dropdown--position{position:static}}@media screen and (min-width:992px){.header-global__dropdown-menu--full-width{left:.75rem;right:.75rem;top:5.77rem}}@media screen and (min-width:1300px){.header-global__dropdown-menu--full-width{left:1rem;right:1rem}}@media screen and (min-width:992px){.header-global__drodpown-menu--img{width:280px}.header-global__drodpown-menu--img--border{border:thin solid #d9d9d9}}@media screen and (max-width:991px){.header-global__core:after{content:"";display:block;height:60px;background-color:#f8f9fa;border-bottom-color:#b1b1b1;border-bottom-style:solid;border-bottom-width:1px}}@media screen and (min-width:992px){#navGlobalTop .header-global__nav-top--nav-link{margin-top:.3125rem}}.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}.header__bg{background-image:url(/assets/img/DSC_8724_4x3.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;height:55%;height:55vh}@media screen and (min-width:1200px){.header__bg{height:auto}}.footer__margin{margin-top:20px}.footer{background-color:#f8f9fa;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:360px){.footer-icons{height:40px;margin:5px;width:40px}}@media screen and (min-width:412px){.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}.slider-container{padding-left:0;padding-right:0}@media screen and (min-width:1400px){.index-slider-container,.slider-container{max-width:1300px}}.slider-row{margin-left:0;margin-right:0}.heading-container{border-left-color:#fff;border-left-style:solid;border-left-width:2px;margin-left:.9%;padding-left:5px;position:absolute;top:55%;width:7%;z-index:4444}@media screen and (min-width:488px){.heading-container{top:60%;width:6%}}@media screen and (min-width:768px){.heading-container{margin-left:.7%;padding-left:10px;top:61%;width:6%}}@media screen and (min-width:992px){.heading-container{margin-left:.6%;padding-left:20px;top:67%}}@media screen and (min-width:1200px){.heading-container{top:69%}}.baseballSlider .slide-img,.heroSlider .slide-img{position:relative;width:100%}.baseballSlider .slick-next,.heroSlider .slick-next{right:20px}.baseballSlider .slick-prev,.heroSlider .slick-prev{left:20px;z-index:4}@media screen and (min-width:576px){.baseballSlider .slick-next,.heroSlider .slick-next{right:25px}.baseballSlider .slick-prev,.heroSlider .slick-prev{left:25px;z-index:4}}.baseballSlider .slick-next,.baseballSlider .slick-prev,.heroSlider .slick-next,.heroSlider .slick-prev{height:25px;top:75%;width:25px}@media screen and (min-width:992px){.baseballSlider .slick-next,.baseballSlider .slick-prev,.heroSlider .slick-next,.heroSlider .slick-prev{height:40px;top:80%;width:40px}}.baseballSlider .slick-dots li button:before,.heroSlider .slick-dots li button:before{color:#e5e8ed;font-size:12px;line-height:30px;opacity:1;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.baseballSlider .slick-dots li.slick-active button:before,.heroSlider .slick-dots li.slick-active button:before{color:#0f3b63;opacity:1;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.baseballSlider .slick-dots li,.heroSlider .slick-dots li{margin-left:1px;margin-right:1px;padding-left:0;padding-right:0}.njcaa-link{margin-top:30px;position:absolute;right:15%;z-index:1000}@media screen and (min-width:1600px){.njcaa-link{right:20%}}@media screen and (min-width:1900px){.njcaa-link{right:25%}}@media screen and (min-width:1200px){.njcaa-logo{width:175px}}@media screen and (min-width:1600px){.njcaa-logo{width:200px}}.baseballSlider{visibility:hidden}.slick-track{margin-left:0}.social-icons__icons{background-color:#c61f48;border-radius:50%;height:33px;margin:4px;padding:2px;transition-property:background-color;transition-timing-function:ease;transition-duration:.3s;width:33px}@media screen and (min-width:360px){.social-icons__icons{height:40px;margin:5px;width:40px}}@media screen and (min-width:412px){.social-icons__icons{height:50px;width:50px}}a.social-icons__links,a.social-icons__links .social-icons__icons{text-decoration:none!important}a.social-icons__links:hover .social-icons__icons{text-decoration:none!important;background-color:#0f3b63}.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__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%}}.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}}.error__main-heading{color:#c61f48;font-weight:700}.error__sub-heading{color:#0f3b63;font-weight:700}.benefits__typography--caption{bottom:15px;color:#fff;filter:drop-shadow(0 0 2px rgba(0,0,0,.25));font-family:Oswald,sans-serif;font-size:1rem;font-weight:700;letter-spacing:.07rem;position:absolute;right:25px}@media screen and (min-width:768px){.benefits__typography--caption{font-size:1.1rem}}@media screen and (min-width:1000px){.benefits__typography--caption{font-size:1.2rem}}.benefits__typography-h4{font-family:Oswald,sans-serif;font-size:1.6rem;margin-bottom:.5rem}@media screen and (min-width:768px){.benefits__typography-h4{font-size:2rem}}@media screen and (min-width:1200px){.benefits__typography-h4{font-size:2rem;margin-bottom:1.5rem}}@media screen and (min-width:1800px){.benefits__typography-h4{font-size:2.4rem;margin-bottom:1.8rem}}.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-itransfer{font-size:1.7rem;font-weight:600;line-height:1;position:absolute;top:4rem;margin-left:-20px}@media screen and (min-width:400px){.benefits__typography-itransfer{font-size:1.8rem}}@media screen and (min-width:768px){.benefits__typography-itransfer{font-size:1.9rem}}.benefits__typography--h6{color:#c61f48;font-family:Saira,"sans-serif";font-weight:700;font-size:2rem;letter-spacing:.03rem}.benefits__typography--thank-you{color:#0f3b63;font-family:Eurostile,sans-serif;font-size:2rem}.benefits__typography--thank-you--message{color:#c61f48;font-family:Saira,"sans-serif";font-weight:700;font-size:1.4rem}@media screen and (min-width:768px){.benefits__typography--thank-you{font-size:2.4rem;margin-left:100px;margin-top:-10px}.benefits__typography--thank-you--message{font-size:1.6rem;margin-left:95px}}@media screen and (min-width:1200px){.benefits__typography--thank-you{font-size:2.6rem}}@media screen and (min-width:1800px){.benefits__typography--thank-you{font-size:3rem;margin-top:-15px}}.benefits__check-svg{margin-top:-60px;width:80px}.benefits__blue-section{background-color:#ccdde1;padding-bottom:25px;padding-top:25px}.benefits__card--spacing{margin-bottom:40px}.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__itransfer-img{width:120px;margin-top:40px}@media screen and (min-width:400px){.benefits__itransfer-img{width:140px}}@media screen and (min-width:768px){.benefits__itransfer-img{width:150px}}@media screen and (min-width:992px){.benefits__itransfer-img{margin-top:20px;width:160px}}.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__offset-global-nav{margin-top:60px}.benefits__accredited--card{background-color:#0f3b63;padding:15px 10px 25px;width:90%}@media screen and (min-width:400px){.benefits__accredited--card{width:75%}}@media screen and (min-width:768px){.benefits__accredited--card{width:50%}}@media screen and (min-width:992px){.benefits__accredited--card{width:100%}}@media screen and (min-width:1200px){.benefits__accredited--card{width:75%}}.benefits__accredited--span-l{color:#fff;font-size:2.1rem;font-weight:bolder;display:block;line-height:1;margin-top:-10px;margin-bottom:5px}.benefits__accredited--span-s{color:#fff;font-size:1.1rem;font-style:italic;line-height:.5;font-weight:600;letter-spacing:-.04rem}.benefits__accredited--span--source{display:block}.benefits__accredited--itransfer--wrapper{width:50%}.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}.hero-slider__slider--sub-heading{color:#fff;font-family:Roboto,sans-serif;font-size:.7em;font-weight:400;letter-spacing:.01em;margin-bottom:2px;padding-top:5px;text-transform:uppercase}@media screen and (min-width:768px){.hero-slider__slider--sub-heading{font-size:.9em}}@media screen and (min-width:992px){.hero-slider__slider--sub-heading{font-size:1em}}@media screen and (min-width:1200px){.hero-slider__slider--sub-heading{font-size:1.2em}}.hero-slider__slider--slide-heading{color:#fff;font-family:Libre Franklin,sans-serif;font-size:1em;font-weight:300;letter-spacing:.02em;text-transform:uppercase}@media screen and (min-width:360px){.hero-slider__slider--slide-heading{font-size:1.2em}}@media screen and (min-width:768px){.hero-slider__slider--slide-heading{font-size:2.1em}}@media screen and (min-width:992px){.hero-slider__slider--slide-heading{font-size:2.8em}}@media screen and (min-width:1200px){.hero-slider__slider--slide-heading{font-size:3em}}.hero-slider__heading--bold{color:#fff;filter:drop-shadow(2px 2px 5px #000);font-family:Libre Franklin,sans-serif;font-size:1em;font-weight:500;letter-spacing:.02em;text-transform:uppercase}@media screen and (min-width:360px){.hero-slider__heading--bold{font-size:1.2em}}@media screen and (min-width:768px){.hero-slider__heading--bold{font-size:2.1em}}@media screen and (min-width:992px){.hero-slider__heading--bold{font-size:2.8em}}@media screen and (min-width:1200px){.hero-slider__heading--bold{font-size:3em}}.hero-slider__slider{padding-left:0;padding-right:0}.hero-slider__slider--heading-container{margin-left:.5%;padding-left:5px;position:absolute;top:55%;width:10%;z-index:4444}@media screen and (min-width:488px){.hero-slider__slider--heading-container{top:63%}}@media screen and (min-width:576px){.hero-slider__slider--heading-container{top:64%}}@media screen and (min-width:768px){.hero-slider__slider--heading-container{padding-left:10px;top:64.5%}}@media screen and (min-width:992px){.hero-slider__slider--heading-container{padding-left:20px;top:70%}}@media screen and (min-width:1200px){.hero-slider__slider--heading-container{top:71%}}.hero-slider__slides-4{width:10%}.hero-slider__slides-8{width:5%}.hero-slider__slider--slide-img{position:relative;width:100%}.hero-slider__slider .slick-next{right:10px}.hero-slider__slider .slick-prev{left:10px;z-index:1}@media screen and (min-width:488px){.hero-slider__slider .slick-next{right:20px}}@media screen and (min-width:488px){.hero-slider__slider .slick-prev{left:20px}}@media screen and (min-width:576px){.hero-slider__slider .slick-next{right:25px}.hero-slider__slider .slick-prev{left:25px}}.hero-slider__slider .slick-next,.hero-slider__slider .slick-prev{height:25px;top:75%;width:25px}@media screen and (min-width:992px){.hero-slider__slider .slick-next,.hero-slider__slider .slick-prev{height:40px;top:80%;width:40px}}.hero-slider__slider .slick-dots li button:before{color:#e5e8ed;font-size:12px;line-height:30px;opacity:1;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.hero-slider__slider .slick-dots li.slick-active button:before{color:#0f3b63;opacity:1;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.hero-slider__slider .slick-dots li{margin-left:1px;margin-right:1px;padding-left:0;padding-right:0}.hero-slider__slide-img--border{border:thin solid #d9d9d9}.hero-slider__slider{visibility:hidden}.slick-initialized{visibility:visible}.slick-next:before{content:url(/assets/img/dbl-next_mobile.svg)}.slick-prev:before{content:url(/assets/img/dbl-prev_mobile.svg)}@media screen and (min-width:992px){.slick-next:before{content:url(/assets/img/dbl-next.svg)}.slick-prev:before{content:url(/assets/img/dbl-prev.svg)}}.hero-slider__button--toggle{background:transparent;border:none;color:transparent;cursor:pointer;display:block;font-size:0;height:25px;right:50%;margin-right:-12.5px;line-height:0;outline:none;padding:0;position:absolute;bottom:0;transform:translateY(-50%);width:25px}@media screen and (min-width:992px){.hero-slider__button--toggle{width:40px;bottom:25px;margin-right:-20px}}.hero-slider__button--toggle:before{content:url(/assets/img/pause_mobile.svg);opacity:.75}@media screen and (min-width:992px){.hero-slider__button--toggle:before{content:url(/assets/img/pause.svg)}}.hero-slider__button--play:before{content:url(/assets/img/play_mobile.svg);opacity:.75}@media screen and (min-width:992px){.hero-slider__button--play:before{content:url(/assets/img/play.svg)}}.hero-slider__button--toggle:focus,.hero-slider__button--toggle:hover{color:transparent;outline:none;background:transparent}.hero-slider__button--toggle:focus:before,.hero-slider__button--toggle:hover:before{opacity:1}.img-hover__img-wrapper{margin:0 0 15px;right:0}@media (min-width:767px){.img-hover__img-wrapper{margin:0 0 30px}}.img-hover__img-link{border-radius:5px;cursor:pointer;display:block;margin:0 auto;max-width:400px;overflow:hidden;position:relative}.img-hover__hover{background:#0f3b63;border:5px solid #c61f48;border-radius:5px;height:100%;position:absolute;transition:all .5s ease;width:100%;z-index:2;opacity:0}.img-hover__hover--inverse{opacity:.7}.img-hover__hover:hover,.img-hover__thumb-caption:hover+.img-hover__hover{opacity:.85}.img-hover__hover--inverse:hover,.img-hover__thumb-caption:hover+.img-hover__hover--inverse{opacity:0}.img-hover__img-ease{transition:all 1s ease-in-out}.img-hover__img-link:hover img.img-hover__img-ease{transform:scale(1.2)}.img-hover__thumb-caption{color:#fff;font-size:20px;height:20px;margin-top:-12px;position:absolute;text-align:center;top:50%;width:100%;z-index:3}.sub-nav__nav-link{color:#0f3b63;font-family:Oswald,sans-serif;font-weight:500;margin-left:10px;margin-right:10px;padding-left:5px;padding-right:5px}.sub-nav__nav-link:hover{color:#c61f48}.nav-item.active .sub-nav__nav-link{border-bottom-color:#c61f48;border-bottom-style:solid;border-bottom-width:thick;padding-bottom:0}.sub-nav__navbar{border:1px solid #b1b1b1;border-radius:3px}.sub-nav__content--wrapper{padding-left:25px;padding-right:25px}.card-section__col--margin-btm{margin-bottom:2.5rem}.card-section__text-wrapper{margin-bottom:10px;min-height:14rem}.contacts__section-margin{margin-top:40px}.contacts__col-bottom-margin{margin-bottom:40px}.contacts__padding-top{padding-top:40px}.contacts__col--img{margin-left:0;margin-right:-15px}@media screen and (min-width:360px){.contacts__col--img{margin-left:5px}}@media screen and (min-width:410px){.contacts__col--img{margin-left:10px}}@media screen and (min-width:992px){.contacts__padding-left{padding-left:50px}}@media screen and (min-width:1200px){.contacts__padding-left{padding-left:70px}}.contacts__portrait{border:5px solid #fff}.accordion__padding-left{padding-left:0}.accordion__typography--card-header .btn-link{color:#0f3b63;font-family:Open Sans,sans-serif;font-size:1.4rem;font-weight:700;text-align:left}.accordion__typography--card-header .btn-link:hover{color:#c61f48}.accordion__button:before{background-color:#0f3b63;border-radius:50%;color:#fff;content:" \002D";display:inline-block;font-family:Open Sans,sans-serif;font-size:2rem;font-weight:400;height:30px;line-height:30px;margin-right:10px;text-align:center;text-decoration:none!important;text-indent:0;vertical-align:middle;width:30px}.accordion__button.collapsed:before{content:" \002B"}.accordion__button{text-indent:-45px;margin-left:45px}.loader{text-align:center}.loader__img{height:100px;width:100px}.nav-global{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-global__kcc-logo{margin-left:5px;width:190px}@media screen and (min-width:360px){.nav-global__kcc-logo{width:220px}}@media screen and (min-width:375px){.nav-global__kcc-logo{width:230px}}@media screen and (min-width:410px){.nav-global__kcc-logo{width:255px}}@media screen and (min-width:488px){.nav-global__kcc-logo{width:260px}}@media screen and (min-width:576px){.nav-global__kcc-logo{width:300px}}@media screen and (min-width:768px){.nav-global__kcc-logo{width:320px}}@media screen and (min-width:992px) and (max-width:1100px){.nav-global__kcc-logo{margin-left:-25px;width:310px}}@media screen and (min-width:1100px){.nav-global__kcc-logo{margin-left:-25px;width:340px}}.clearSearch{background-position:center 72px;padding-top:72px}.search-row{background-color:#005bac;height:46px}.nav-global__gcse-wrapper{margin-left:-5px}@media screen and (min-width:992px){.nav-global__gcse-wrapper{display:block;float:right;margin-top:-18px;width:50%}}.nav-global__search-icon{background-position:50%;background-size:20px 20px;background-repeat:no-repeat;display:inline;height:22px;margin:4px;pointer-events:none;width:22px}@media screen and (min-width:360px){.nav-global__search-icon{background-size:21px 21px}}@media screen and (min-width:410px){.nav-global__search-icon{background-size:22px 22px}}@media screen and (min-width:576px){.nav-global__search-icon{background-size:24px 24px;height:24px;width:24px}}@media screen and (min-width:768px){.nav-global__search-icon{background-size:25px 25px;height:26px;width:26px}}.nav-global .nav-global__search-toggle .nav-global__search-icon{float:right}.nav-global__search-collapse{display:none;margin-top:-113px}@media screen and (min-width:576px){.nav-global__search-collapse{margin-top:-115px}}@media screen and (min-width:992px){.nav-global__search-collapse{display:block;margin-left:0;margin-right:0;margin-top:0}}.nav-global__search-collapse--visible{display:block;width:100%}.nav-global__search-toggle{top:40px;text-decoration:none!important}.nav-global__search--conatiner{max-width:1100px;margin-left:auto;margin-right:auto}.nav-global__search--open-background{width:120%;background-color:#c61f48;height:65px;position:absolute;z-index:-1;top:-60px;left:-40px}.nav-global__navbar-brand{margin-left:-10px}@media screen and (min-width:410px){.nav-global__navbar-brand{margin-left:-15px}}@media screen and (min-width:488px){.nav-global__navbar-brand{margin-left:-20px}}@media screen and (min-width:576px){.nav-global__navbar-brand{margin-left:-25px}}@media screen and (min-width:768px){.nav-global__navbar-brand{margin-left:-35px}}@media screen and (min-width:992px){.nav-global__navbar-brand{margin-left:-20px}}@media screen and (min-width:1000px){.nav-global__navbar-brand{margin-left:-18px}}@media screen and (min-width:1080px){.nav-global__navbar-brand{margin-left:-22px}}@media screen and (min-width:1200px){.nav-global__navbar-brand{margin-left:-2.5%}}@media screen and (min-width:1600px){.nav-global__navbar-brand{margin-left:-3%}}@media screen and (min-width:1900px){.nav-global__navbar-brand{margin-left:-3.25%}}@media screen and (min-width:2000px){.nav-global__navbar-brand{margin-left:-3.5%}}.nav-global__kcc-logo-inverse{margin-left:-3px;width:50px;margin-right:-10px}@media screen and (min-width:360px){.nav-global__kcc-logo-inverse{width:60px}}@media screen and (min-width:410px){.nav-global__kcc-logo-inverse{width:68px}}@media screen and (min-width:488px){.nav-global__kcc-logo-inverse{width:68px}}@media screen and (min-width:576px){.nav-global__kcc-logo-inverse{width:73px}}@media screen and (min-width:768px){.nav-global__kcc-logo-inverse{width:80px}}@media screen and (min-width:992px){.nav-global__kcc-logo-inverse{width:80px;margin-left:-30px;margin-right:20px}}@media screen and (min-width:1100px){.nav-global__kcc-logo-inverse{width:85px;margin-right:15px}}@media screen and (min-width:1300px){.nav-global__kcc-logo-inverse{width:85px;margin-left:-35px}}@media screen and (min-width:1400px){.nav-global__kcc-logo-inverse{width:85px;margin-left:-40px}}.nav-local{top:55px;border-bottom-color:#b1b1b1;border-bottom-style:solid;border-bottom-width:1px}.nav-local__search-toggle{top:86px}.nav-local .nav-link{margin-left:10px;margin-right:10px}@media screen and (min-width:992px){.nav-local .nav-link{margin-left:5px;margin-right:5px}}@media screen and (min-width:1200px){.nav-local .nav-link{margin-left:10px;margin-right:10px}}#mainNav .navbar-brand{transition:all .4s ease}@media screen and (min-width:992px){#mainNav.navbar-shrink{padding-top:0;padding-bottom:0;opacity:.96}#mainNav.navbar-shrink .navbar-brand{transform:scale(.8)}}.yt-embed__wrapper{height:0;overflow:hidden;padding-bottom:56.25%;padding-top:30px;position:relative}.yt-embed__wrapper iframe{height:100%;left:0;position:absolute;top:0;width:100%}.breadcrumbs{background-color:transparent;margin-bottom:1.5rem;border-bottom-color:rgba(0,0,0,.25);border-bottom-style:solid;border-bottom-width:thin}.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}.positioning__margin-bottom{margin-bottom:30px}@media screen and (min-width:1200px){.positioning__margin-bottom{margin-bottom:40px}}.positioning__margin-top{margin-top:30px}@media screen and (min-width:1200px){.positioning__margin-top{margin-top:40px}}.positioning__heading-margin-bottom{margin-bottom:15px}@media screen and (min-width:1200px){.positioning__heading-margin-bottom{margin-bottom:20px}}.position__offset-fixed-nav{margin-top:105px}@media screen and (min-width:360px){.position__offset-fixed-nav{margin-top:110px}}@media screen and (min-width:410px){.position__offset-fixed-nav{margin-top:120px}}@media screen and (min-width:576px){.position__offset-fixed-nav{margin-top:125px}}@media screen and (min-width:768px){.position__offset-fixed-nav{margin-top:130px}}@media screen and (min-width:992px){.position__offset-fixed-nav{margin-top:170px}}.position__sub-nav--offset-fixed-nav{margin-bottom:15px;margin-top:130px}@media screen and (min-width:360px){.position__sub-nav--offset-fixed-nav{margin-bottom:20px;margin-top:135px}}@media screen and (min-width:410px){.position__sub-nav--offset-fixed-nav{margin-top:140px}}@media screen and (min-width:576px){.position__sub-nav--offset-fixed-nav{margin-top:145px}}@media screen and (min-width:768px){.position__sub-nav--offset-fixed-nav{margin-top:150px}}@media screen and (min-width:992px){.position__sub-nav--offset-fixed-nav{margin-top:155px}}@media screen and (min-width:1200px){.position__sub-nav--offset-fixed-nav{margin-top:160px}}.positioning__iframe-wrapper{margin-bottom:20px;position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.positioning__iframe-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.positioning__accordian--padding{margin-top:15px;padding-left:5px;padding-right:5px}@media screen and (min-width:992px){.positioning__accordian--padding{margin-top:60px}}.positioning__accordian-marg{margin-top:75px}.positioning__card--spacing{margin-bottom:40px}.positioning__first-section--marg{margin-top:15px;background-color:#ccdde1;padding-bottom:25px;padding-top:25px}@media screen and (min-width:1200px){.positioning__first-section--marg{margin-top:15px}}.positioning__section--marg{margin-top:35px}@media screen and (min-width:1200px){.positioning__section--marg{margin-top:65px}}.positioning__row--pad{margin-top:25px}.positioning__register--itransfer-img{width:120px;margin-top:40px}@media screen and (min-width:400px){.positioning__register--itransfer-img{width:140px}}@media screen and (min-width:768px){.positioning__register--itransfer-img{width:150px}}@media screen and (min-width:992px){.positioning__register--itransfer-img{padding-left:25px}}.positioning__register--mobile-row--pad{padding-left:0}@media screen and (min-width:576px){.positioning__register--mobile-row--pad{padding-left:20%}}@media screen and (min-width:992px){.positioning__register--mobile-row--pad{padding-left:0}}.positioning__register--idfpr-img{width:330px;margin-top:60px}@media screen and (max-width:992px){.positioning__register--idfpr-img{margin-bottom:15px}}.positioning__register--iccb-img{width:250px}@media screen and (max-width:992px){.positioning__register--iccb-img{margin-top:15px}}.positioning__heading--row{margin-top:16%}.positioning__check-svg{margin-top:-60px;width:80px}.positioning__blue-section{background-color:#ccdde1;padding-bottom:25px;padding-top:25px}.positioning__col--offset{margin-right:-25px}@media screen and (min-width:768px){.positioning__col--offset{margin-right:-45px}}.positioning__offset-global-nav{margin-top:60px}@media screen and (min-width:768px){.position__col--min-height{min-height:15rem}}@media screen and (min-width:992px){.position__col--min-height{min-height:12rem}}@media screen and (min-width:1200px){.position__col--min-height{min-height:9rem}}.position__offset-core-nav{margin-top:99px}.position__offset-core-nav.position__campus-alerts--open{margin-top:109px}@media screen and (min-width:992px){.position__offset-core-nav{margin-top:80px}.position__offset-core-nav.position__campus-alerts--open{margin-top:93px}}.position__offset-alert{margin-top:125px;height:1px}.position__offset-alert--visible{height:auto}@media screen and (min-width:400px){.position__offset-alert{margin-top:135px}}@media screen and (min-width:576px){.position__offset-alert{margin-top:140px}}@media screen and (min-width:768px){.position__offset-alert{margin-top:145px}}@media screen and (min-width:992px){.position__offset-alert{margin-top:150px}}.position__offset-alert.position__offset-alert-core{margin-top:115px}@media screen and (min-width:992px){.position__offset-alert.position__offset-alert-core{margin-top:110px}}.margins__col--top{margin-top:40px}.margins__col--btm,.margins__heading--btm{margin-bottom:40px}.margins__heading-tan--btm{margin-bottom:21px}.margins__bottom--none{margin-bottom:0}.padding__col--mobile-none{padding-left:0;padding-right:0}@media screen and (min-width:992px){.padding__col--mobile-none{padding-left:15px;padding-right:15px}}.padding__x--none{padding-left:0;padding-right:0}.tables td,.tables th{border:thin solid gray;padding-left:5px;padding-right:5px}.section__heading-underline{background-image:url(/assets/img/heading-bg-underline.png);background-repeat:no-repeat;background-position:0 50px}.section__heading-underline--transparent{background-image:url(/assets/img/heading-bg-underline-transparent.png);background-repeat:no-repeat;background-position:0 50px}.section__heading-underline-tan{background-image:url(/assets/img/heading-bg-underline-tan.png);background-repeat:no-repeat;background-position:0 50px}.section__margin-bottom{margin-bottom:3rem}.background__color--tan{background-color:#fcf1d6}.thank-you__check-mark{height:75px;width:75px}.home__col--heading-underline{background-image:url(/assets/img/heading-bg-underline.png);background-repeat:no-repeat;background-position:0 50px}.home__col--heading-underline-tan{background-image:url(/assets/img/heading-bg-underline-tan.png);background-repeat:no-repeat;background-position:0 50px;bottom:-20px}
1
+ .nav-tabs{border-bottom:1px solid #b1b1b1}.nav-tabs .nav-link{background-color:#f8f9fa;border-left-color:#e5e8ed;border-left-style:solid;border-left-width:1px;border-right-color:#e5e8ed;border-right-style:solid;border-right-width:1px;border-top-color:#e5e8ed;border-top-style:solid;border-top-width:1px;border-bottom-color:#b1b1b1}.nav-tabs .nav-link.active{border-color:#b1b1b1 #b1b1b1 #fff}.navbar-brand{margin-right:0}@media screen and (min-width:768px){.navbar-brand{margin-right:1rem}}.btn{vertical-align:baseline}.modal-open .gsc-search-button{margin-right:15px}@media screen and (max-width:992px){.dropdown-toggle:after{transform:rotate(0deg);transition:transform .3s ease-in-out}.nav-item.dropdown.show .dropdown-toggle:after{transform:rotate(-180deg)}}.dropdown-toggle.btn:after{transform:rotate(0deg);transition:transform .3s ease-in-out}.nav-item.dropdown.show .dropdown-toggle.btn:after{transform:rotate(-180deg)}@media screen and (min-width:992px){.dropdown-toggle:not(.btn):after{display:none}}.editor-link{display:none}.cms-editor-active .editor-link{display:block}.editor-button{display:none}.cms-editor-active .editor-button{display:inline-block}.header-global__search-collapse #___gcse_0:focus #gsc-iw-id1,.header-global__search-collapse #___gcse_0:hover #gsc-iw-id1{filter:drop-shadow(2px 2px 6px rgba(128,128,128,.5))}.header-global__search-collapse #gsc-iw-id1{border-radius:2rem;padding-left:.5rem;border:thin solid #b1b1b1;line-height:1;padding-top:3px;padding-bottom:3px}.header-global__search-collapse .gsc-search-button-v2{background-color:transparent!important;border:none!important;pointer-events:auto;position:relative;right:-.5rem;top:-.25rem;transition-property:right;transition-duration:.2s}.header-global__search-collapse button.gsc-overrides__clear-x{right:.5rem;padding-right:5px!important}@media screen and (min-width:992px){.header-global__search-collapse .gsc-search-button-v2{top:0;right:.5rem}.header-global__search-collapse button.gsc-overrides__clear-x{right:1.125rem;padding-right:5px!important}}.header-global__search-collapse .gsst_a .gscb_a{vertical-align:middle}.header-global__search-collapse .gsc-search-button-v2 svg{fill:#0f3b63!important;height:1.25rem;width:1.25rem;transition-property:fill;transition-duration:.2s}.header-global__search-collapse .gsc-search-button-v2:focus svg,.header-global__search-collapse .gsc-search-button-v2:hover svg{fill:#c61f48!important}.header-global__search-collapse td.gsc-search-button{display:inline;pointer-events:none;position:absolute;right:50px}@media screen and (min-width:1400px){.header-global__search-collapse td.gsc-search-button{right:44px}}.header-global__search-collapse .gsc-search-box-tools .gsc-search-box .gsc-input{padding-right:0!important}.nav-global__gcse-wrapper #___gcse_0:focus #gsc-iw-id1,.nav-global__gcse-wrapper #___gcse_0:hover #gsc-iw-id1{filter:drop-shadow(2px 2px 6px rgba(128,128,128,.5))}.nav-global__gcse-wrapper #gsc-iw-id1{border-radius:2rem;padding-left:.5rem;border:thin solid #b1b1b1;line-height:1;padding-top:3px;padding-bottom:3px}.nav-global__gcse-wrapper .gsc-search-button-v2{background-color:transparent!important;border:none!important;pointer-events:auto;position:relative;right:30px;transition-property:right;transition-duration:.2s}.nav-global__gcse-wrapper .gsst_a .gscb_a{vertical-align:middle}.nav-global__gcse-wrapper button.gsc-overrides__clear-x{right:48px;padding-right:5px!important}.nav-global__gcse-wrapper .gsc-search-button-v2 svg{fill:#0f3b63!important;height:1.25rem;width:1.25rem;transition-property:fill;transition-duration:.2s}.nav-global__gcse-wrapper .gsc-search-button-v2:focus svg,.nav-global__gcse-wrapper .gsc-search-button-v2:hover svg{fill:#c61f48!important}.nav-global__gcse-wrapper td.gsc-search-button{display:inline;pointer-events:none;position:absolute;right:50px}@media screen and (min-width:1400px){.nav-global__gcse-wrapper td.gsc-search-button{right:44px}}.nav-global__search-collapse--visible #___gcse_0{margin-bottom:20px}.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}.goog-te-gadget-simple{white-space:nowrap;border-radius:20px;padding-left:10px;padding-right:10px;margin-right:5px;height:100%}#google_translate_element{position:fixed;bottom:.25rem;right:.25rem!important;z-index:99999}.goog-te-gadget{font-family:Roboto,Open Sans,sans-serif!important;text-transform:uppercase;font-weight:500}.goog-te-gadget:hover{color:#fff}.goog-te-gadget-simple{background-color:hsla(0,0%,100%,.85)!important;border:1px solid rgba(0,0,0,.95)!important;padding:8px!important;border-radius:4px!important;font-size:1rem!important;line-height:2rem!important;display:inline-block;transition:background-color .2s;cursor:pointer;zoom:1}.goog-te-gadget-simple:focus,.goog-te-gadget-simple:hover{background-color:rgba(0,123,255,.85)!important}.goog-te-menu2{max-width:100%;width:100%}.goog-te-gadget-simple:hover .goog-te-menu-value{color:#fff!important}.goog-te-menu-value{color:#000!important;text-decoration:none!important}.goog-te-menu-value:before{font-family:Material Icons;content:"\E927";margin-right:16px;font-size:2rem;vertical-align:-10px}.goog-te-menu-value span:nth-child(5){display:none}.goog-te-menu-value span:nth-child(3){border:none!important;font-family:Material Icons}.goog-te-menu-value span:nth-child(3):after{font-family:Material Icons;content:"\E5C5";font-size:1.5rem;vertical-align:-6px}.goog-te-gadget-icon{background-image:url(https://placehold.it/32)!important;background-position:0 0;height:32px!important;width:32px!important;margin-right:8px!important;display:none}.goog-te-banner-frame.skiptranslate{display:none!important}body{top:0!important}@media (max-width:667px){#google_translate_element{bottom:.25rem;left:16px!important;width:100%!important}#google_translate_element .skiptranslate,#google_translate_element goog-te-gadget{width:100%!important}#google_translate_element .goog-te-gadget-simple{width:calc(100% - 32px)!important;text-align:center}}a.goog-te-menu-value,a.goog-te-menu-value:hover{text-decoration:none!important}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:focus,.typography__nav-heading:hover{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__call-to-action{color:#c61f48;font-family:Oswald,sans-serif;font-size:2.8rem;font-weight:600;line-height:2.8rem;margin-bottom:30px;margin-top:20px}.typography__contacts--name{color:#0f3b63;font-size:1.3em}.typography__contacts--name,.typography__contacts--title{font-family:Roboto,sans-serif;font-weight:700;margin-bottom:.2rem}.typography__contacts--title{color:#666;font-size:1.1em}.typography__orange-h4{color:#f99e1b;font-family:Oswald,sans-serif;font-size:2.4rem}.typography__sub-nav--red-h2{color:#c61f48;font-family:Oswald,sans-serif;font-size:1.4rem;font-weight:500;text-transform:uppercase}@media screen and (min-width:768px){.typography__sub-nav--red-h2{font-size:1.8rem}}.typography__section--heading{color:#c61f48;font-family:Oswald,sans-serif;font-size:2rem;font-weight:500}.typography__header-global--nav-bottom,.typography__header-global--nav-local,.typography__header-global--nav-top{color:#0f3b63;font-family:Oswald,sans-serif;font-size:1rem;font-weight:500;letter-spacing:.05rem;padding-bottom:.25rem;padding-top:.25rem;text-transform:capitalize}@media screen and (min-width:992px){.typography__header-global--nav-top{color:#b8babc;font-size:1.1rem}.typography__header-global--nav-top:focus,.typography__header-global--nav-top:hover{color:#b8babc}}@media screen and (min-width:992px){.typography__header-global--nav-bottom{color:#fff;font-size:1.05rem;font-weight:400}}@media screen and (min-width:992px){.header-global__dropdown:focus .typography__header-global--nav-bottom,.header-global__dropdown:hover .typography__header-global--nav-bottom,.typography__header-global--nav-bottom:focus,.typography__header-global--nav-bottom:hover{color:#0f3b63}}@media screen and (min-width:992px){.typography__header-global--nav-local{font-size:1rem;font-weight:400}.nav-link:not([role=tab]){margin-left:5px;margin-right:5px}}.typography__nav-link{color:#fff;font-family:Oswald,sans-serif;font-size:1.05rem;font-weight:400;letter-spacing:.05rem;text-transform:capitalize}.typography__nav-local--nav-link{font-family:Oswald,sans-serif;font-size:1rem;font-weight:500;text-transform:uppercase}.typography__nav-local--color{color:#0f3b63}.typography__power-text{color:#fff;font-family:Libre Franklin,sans-serif;font-size:1.1rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}@media screen and (min-width:360px){.typography__power-text{font-size:1.3rem}}@media screen and (min-width:768px){.typography__power-text{font-size:2.2rem}}@media screen and (min-width:992px){.typography__power-text{font-size:2.9rem}}@media screen and (min-width:1200px){.typography__power-text{font-size:3.1rem}}.typography__h2{color:#666;font-family:Roboto,sans-serif;font-size:2rem;font-weight:500}.typography__h3{color:#0f3b63;font-size:1.75rem}.typography__h3,.typography__h4{font-family:Roboto,sans-serif;font-weight:600}.typography__h4{color:#c61f48;font-size:1.7rem}.typography__h5{font-size:1.5rem}.typography__h5,.typography__h6{color:#666;font-family:Roboto,sans-serif;font-weight:700}.typography__h6{font-size:1.4rem}.typography__h5--description{color:#58585b;font-family:Oswald,sans-serif;font-size:1.25rem;font-weight:400}.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--bold{color:#666;font-family:Roboto,sans-serif;font-weight:700;font-size:1.25rem;line-height:1.2}.typography__stories--quote{color:#0f3b63;font-family:Oswald,sans-serif;font-size:1.1em;font-weight:300}@media screen and (min-width:488px){.typography__stories--quote{font-size:1.3rem}}@media screen and (min-width:768px){.typography__stories--quote{font-size:1.2rem}}@media screen and (min-width:992px){.typography__stories--quote{font-size:1.4rem}}.typography__col--heading-underline{background-image:url(/assets/img/heading-bg-underline.png);background-repeat:no-repeat;background-position:0 50px}.typography__col--heading-underline-tan{background-image:url(/assets/img/heading-bg-underline-tan.png);background-repeat:no-repeat;background-position:0 50px}ol,p,ul:not(.navbar-nav){color:#666;font-family:Open Sans,sans-serif;font-size:1rem}.typography__tables th{color:#c61f48;font-family:Roboto,sans-serif;font-weight:700}.typography__tables td{color:#666;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:400}.typography__register--h2{color:#fff;font-family:eurostile,sans-serif;font-size:2.4rem;font-weight:500;letter-spacing:.03rem;position:relative;top:30%;margin-bottom:-10px}@media screen and (min-width:400px){.typography__register--h2{font-size:3rem}}@media screen and (min-width:768px){.typography__register--h2{font-size:5.2rem}}@media screen and (min-width:1200px){.typography__register--h2{font-size:6rem}}@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.2rem;font-weight:500;letter-spacing:.03rem;position:relative;top:31%}@media screen and (min-width:400px){.typography__register--h3{font-size:1.45rem;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{color:#fff;font-family:Oswald,sans-serif;font-size:1rem;font-weight:500;letter-spacing:.07rem;position:absolute;bottom:15px}@media screen and (min-width:1200px){.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__register--h5{color:#c61f48;font-family:Oswald,sans-serif;font-size:2rem;font-weight:700;letter-spacing:.03rem;margin-bottom:50px}@media screen and (min-width:768px){.typography__register--h5{font-size:2.8rem}}@media screen and (min-width:992px){.typography__register--h5{margin-bottom:60px}}@media screen and (min-width:1200px){.typography__register-h5{font-size:3rem}}.typography__register--student-p{color:#000;font-weight:600;font-size:1.2em;margin-top:15px}.typography__register--img-cap{font-weight:600;display:block}.typography__register-itransfer{font-size:1.7rem;font-weight:600;line-height:1;position:absolute;top:4rem;margin-left:-20px}@media screen and (min-width:400px){.typography__register-itransfer{font-size:1.8rem}}@media screen and (min-width:768px){.typography__register-itransfer{font-size:1.9rem}}.typography__register--h6{color:#c61f48;font-family:Saira,"sans-serif";font-weight:700;font-size:2rem;letter-spacing:.03rem}.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}}@media screen and (max-width:992px){.typography__nowrap--sm{white-space:nowrap}}.typography__color--inherit{color:inherit}.typography__dropdown--category{color:#0f3b63!important;font-size:1.15em;font-weight:600}.typography__my-kcc{font-family:Eurostile,sans-serif;line-height:1.2;font-size:1.2rem}.typography__alert{color:#856404}.typography__alert:last-child{margin-bottom:0}.links__kcc-logo{display:inline;float:left;width:120px;height:80px}.links__offset{pointer-events:none}.links__offset a,.links__offset button{pointer-events:auto}.links__offset:before{content:" ";display:block;height:171px;margin-top:-171px;pointer-events:none;visibility:hidden}@media screen and (min-width:768px){.links__offset:before{height:150px;margin-top:-150px}}.links__darker-link{color:#006ce0}.navbar-light .navbar-nav .nav-link.links__nav-link--color:not(.btn-primary){color:#0f3b63}.navbar-light .navbar-nav .nav-link.links__nav-link--color:not(.btn-primary):focus,.navbar-light .navbar-nav .nav-link.links__nav-link--color:not(.btn-primary):hover{color:#c61f48}.navbar-light .navbar-nav .nav-link.links__nav-link--color.btn-primary{color:#fff}.navbar-light .navbar-nav .active>.nav-link{border-bottom-color:#c61f48;border-bottom-style:solid;border-bottom-width:thick;color:#0f3b63;padding-bottom:0}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:#c61f48}.links__phone--span{color:#fff;position:relative;text-decoration:none}.links__phone--span:visited{color:#fff}.links__phone--span:focus,.links__phone--span:hover{color:#fff;text-decoration:none}.links__phone--span:focus:after,.links__phone--span:hover:after{opacity:1;transform:translateY(-.2em)}.links__phone--span:after{background-color:#f99e1b;bottom:-.325rem;content:"";display:block;height:.1875rem;opacity:0;position:absolute;transition:opacity .3s,transform .3s;width:100%}.links__no-underline,.links__no-underline:hover{text-decoration:none}@media screen and (min-width:992px){.links__header-global--nav-local{position:relative}.active .links__header-global--nav-local:after{background-color:#c61f48;bottom:.125rem;content:"";display:block;height:.145rem;position:absolute;width:calc(100% - 1rem)}}.navbar-light .navbar-nav .nav-link.buttons__btn-primary-custom{background-color:#c61f48;color:#fff}.navbar-light .navbar-nav .nav-link.buttons__btn-primary-custom:hover{background-color:#0f3b63}.buttons__yt-subscribe{display:inline-block;height:1rem;margin-top:-4px;margin-right:5px;transform:scale(1.8);vertical-align:middle;width:1rem}.buttons__custom-danger{margin-right:20px}.buttons__btn-margin-top{margin-top:20px}.btn-primary{background-color:#0051a7;border-color:#003773}.btn-primary:hover{background-color:#022b55;border-color:#021e3d}.buttons__no-decoration,.buttons__no-decoration:focus,.buttons__no-decoration:hover,.buttons__no-decoration:visited{text-decoration:none}.buttons{display:inline-block;padding:.125rem .9rem}.buttons__my-kcc{border-color:#7a7b7b;padding-top:.125rem;padding-bottom:.125rem;margin-top:.25rem;margin-bottom:.375rem}.buttons__my-kcc--mobile{position:absolute;bottom:.65rem;left:1rem}@media screen and (min-width:992px){.buttons__my-kcc:focus,.buttons__my-kcc:hover{background-color:#0c3050}}@media screen and (max-width:992px){.buttons__my-kcc:focus,.buttons__my-kcc:hover{color:#c61f48}}.buttons__action{color:#fff;background-color:#c61f48;border-color:#8a1632;font-family:Roboto,sans-serif;font-size:1.3rem;font-weight:600;line-height:36px;letter-spacing:.075rem;width:100%}.buttons__action:focus,.buttons__action:hover{color:#fff;background-color:#0f3b63}@media screen and (min-width:360px){.buttons__action{font-size:1.75rem;line-height:48px}}@media screen and (min-width:768px){.buttons__action{font-size:1.3rem;line-height:36px}}@media screen and (min-width:992px){.buttons__action{font-size:1.75rem;line-height:48px}}.img__responsive--svg{height:auto;max-width:100%}.img__full-width{width:100%}.img__shadow,.img__shadow--border{filter:drop-shadow(3px 3px 10px rgba(126,126,126,.45))}.img__shadow--border{border:3px solid #0f3b63}.header-global{padding-left:0;padding-right:0}.header-global__brand{left:1rem;position:absolute;right:3.25rem;top:0;z-index:1044}.header-global__navbar--padding{padding:0}.header-global__nav-top{background-color:#0f3b63;flex-direction:row;padding-left:1rem;padding-right:calc(2.5rem + 20px);width:100%}.header-global__nav-bottom{background-color:#c61f48;flex-direction:row;padding:.3125rem 1rem;width:100%}.header-global__nav-local{border-bottom-color:#b1b1b1;flex-direction:row;border-bottom-style:solid;border-bottom-width:1px;padding:.5rem 1rem;width:100%}.header-global__navbar--toggler{border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.5);position:absolute;right:1rem;top:3.25rem;z-index:1032}.header-global__navbar--toggler .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.header-global__close-icon,.header-global__search-icon{background-color:transparent;border:1px solid transparent;border-radius:.25rem;display:inline-block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;position:absolute;text-align:center;top:.125rem;right:.3125rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;transition-property:opacity;transition-timing-function:ease-in-out;transition-duration:.1s;z-index:1032}.header-global__open{bottom:0;overflow-x:hidden;overflow-y:auto}@media screen and (min-width:410px){.header-global__navbar--toggler{top:3.2rem}}@media screen and (min-width:576px){.header-global__navbar--toggler{top:3.25rem}}.header-global__close-icon--hidden,.header-global__search-icon--hidden{opacity:0;pointer-events:none;z-index:-1}@media screen and (max-width:992px){#headerGlobalNavbarContent.collapse.show .header-global__nav-top,#headerGlobalNavbarContent.collapsing .header-global__nav-top{padding-right:1rem}}@media screen and (max-width:992px){#headerGlobalNavbarContent.collapse.show .header-global__navbar-nav--divider:after,#headerGlobalNavbarContent.collapsing .header-global__navbar-nav--divider:after{background-color:#b1b1b1;content:"";display:block;height:.125rem;margin-bottom:1rem;margin-top:.5rem;width:100%}#headerGlobalNavbarContent.collapse.show .header-global__navbar-nav--divider:nth-child(2):after,#headerGlobalNavbarContent.collapsing .header-global__navbar-nav--divider:nth-child(2):after{margin-bottom:0}}#headerGlobalNavbar.header-global__navbar--search-toggle{top:3.5rem}@media screen and (min-width:992px){.navbar-expand-lg .navbar-nav .header-global__nav-local--navbar-brand.nav-link{padding-left:0}}@media screen and (min-width:992px){.header-global__nav-bottom--nav-link{padding-top:.75rem;padding-bottom:.75rem}}@media screen and (min-width:992px){.header-global__nav-top--nav-link{padding-top:.3125rem;padding-bottom:.3125rem}}@media screen and (min-width:992px){.navbar-expand-lg .navbar-nav .header-global__nav-top--nav-link{padding-left:.9rem;padding-right:.9rem}}@media screen and (min-width:992px){a.header-global__nav-top--nav-link{position:relative}a.header-global__nav-top--nav-link:after{background-color:#f99e1b;bottom:0;content:"";display:block;height:.125rem;opacity:0;position:absolute;transition:opacity .3s,transform .3s;width:calc(100% - 1.8rem)}a.header-global__nav-top--nav-link:focus:after,a.header-global__nav-top--nav-link:hover:after{opacity:1;transform:translateY(-.2em)}}@media screen and (min-width:992px){.header-global__nav-bottom{padding-bottom:0;padding-top:0}}@media screen and (min-width:992px){a.header-global__nav-bottom--nav-link{position:relative}a.header-global__nav-bottom--nav-link.header-global__nav-bottom--underlined:after{background-color:#f99e1b;color:#f99e1b;bottom:.25rem;border-top-width:.125rem;content:"";display:block;height:.125rem;margin-left:0;opacity:0;position:absolute;transition:opacity .3s,transform .3s;width:calc(100% - 1rem);opacity:1;transform:translateY(-.2em)}}@media screen and (min-width:992px){.header-global__nav-local{padding-bottom:.5rem;padding-top:.5rem}}.header-global__brand--svg{fill:#fff;height:28px;max-width:100%;transition:all .5s ease-in-out}.header-global__brand--svg .st0{fill:none}@media screen and (min-width:992px) and (max-width:1040px){.header-global__brand--svg{height:22px}}@media screen and (min-width:1041px){.header-global__brand--svg{height:26px}}@media screen and (min-width:992px){.header-global__brand{top:3.125rem;right:unset}}#headerGlobalNavbarContent.collapse.show .typography__nav-heading,#headerGlobalNavbarContent.collapsing .typography__nav-heading{font-size:1.5rem}#headerGlobalNavbarContent.collapse.show .navbar-nav,#headerGlobalNavbarContent.collapsing .navbar-nav{flex-direction:column;background-color:#f8f9fa}#headerGlobalNavbarContent.collapse.show .header-global__nav-top,#headerGlobalNavbarContent.collapsing .header-global__nav-top{position:relative;top:2.65rem;margin-bottom:2.65rem}#headerGlobalNavbarContent.collapse.show .header-global__nav-top:before,#headerGlobalNavbarContent.collapsing .header-global__nav-top:before{background-color:#c61f48;content:"";display:block;height:2.65rem;position:absolute;top:-2.65rem;left:0;right:0;width:100%;z-index:-1}@media screen and (max-width:991px){#headerGlobalNavbarContent.collapse:not(.show){display:block}#headerGlobalNavbarContent.collapse:not(.show) .header-global__nav-top{display:none;position:absolute}#headerGlobalNavbarContent.collapse:not(.show) .header-global__nav-bottom .nav-link,#headerGlobalNavbarContent.collapse:not(.show) .header-global__nav-local .nav-link:not(.navbar-brand){visibility:hidden}}.header-global__nav--close-icon,.header-global__nav--search-icon{background-size:20px 20px;background-position:50%;background-repeat:no-repeat;display:block;height:20px;margin-top:.3125rem;pointer-events:none;width:20px}.header-global__search-collapse{left:.5rem;margin-left:auto;margin-right:auto;position:absolute;right:2rem;top:-56px;width:95%}@media screen and (min-width:360px){.header-global__search-collapse{left:.55rem}}@media screen and (min-width:410px){.header-global__search-collapse{left:.65rem;left:1rem}}@media screen and (min-width:768px){.header-global__search-collapse{left:1.25rem}}@media screen and (min-width:992px){.header-global__search-collapse{left:1.5rem}}.header-global__search-collapse.header-global__search-collapse--visible{top:-46px}@media screen and (min-width:992px){.header-global__search-collapse.header-global__search-collapse--visible{top:-40px}}.header-global__navbar--search-toggle{top:50px}.header-global__navbar--search-toggle:before{background-color:#c61f48;content:"";display:block;height:64px;position:absolute;top:-60px;width:100%}@media screen and (min-width:992px){.header-global__navbar--search-toggle:before{background-color:#0f3b63}}@media screen and (min-width:992px){.header-global__dropdown.show{background-color:#b8babc}}@keyframes a{0%{opacity:0}to{opacity:1}}@media screen and (min-width:992px){.header-global__nav-bottom .dropdown .dropdown-menu:hover,.header-global__nav-bottom .dropdown:hover .dropdown-menu{animation-duration:.5s;animation-name:a;display:block!important}}.header-global__nav-bottom .dropdown-item{color:#666}.header-global__nav-bottom .dropdown-item:active{background-color:#0f3b63;color:#fff}.header-global__nav-bottom .dropdown-item:focus,.header-global__nav-bottom .dropdown-item:hover{background-color:#e2e3e4;border-radius:.175rem}@media screen and (min-width:992px){.header-global__nav-bottom .dropdown:hover{background-color:#b8babc}}@media screen and (min-width:992px){.nav-item.dropdown.header-global__dropdown--position{position:static}}@media screen and (min-width:992px){.header-global__dropdown-menu--full-width{left:.75rem;right:.75rem;top:5.77rem}}@media screen and (min-width:1300px){.header-global__dropdown-menu--full-width{left:1rem;right:1rem}}@media screen and (min-width:992px){.header-global__drodpown-menu--img{width:280px}.header-global__drodpown-menu--img--border{border:thin solid #d9d9d9}}@media screen and (max-width:991px){.header-global__core:after{content:"";display:block;height:60px;background-color:#f8f9fa;border-bottom-color:#b1b1b1;border-bottom-style:solid;border-bottom-width:1px}}@media screen and (min-width:992px){#navGlobalTop .header-global__nav-top--nav-link{margin-top:.3125rem}}.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__graphic{height:100px;width:100px}.svg__button{height:48px;width:48px}.svg--fill-none{fill:none}.svg--fill-white{fill:#fff}.svg--fill-blue{fill:#0f3b63}.svg__action--place{margin-left:-2rem}@media screen and (min-width:360px){.svg__action--place{margin-left:-3rem}}@media screen and (min-width:768px){.svg__action--place{margin-left:0}}@media screen and (min-width:360px){.svg__button{height:48px;width:48px}}@media screen and (min-width:768px){.svg__button{height:36px;width:36px}}@media screen and (min-width:992px){.svg__button{height:48px;width:48px}}.header__bg{background-image:url(/assets/img/DSC_8724_4x3.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;height:55%;height:55vh}@media screen and (min-width:1200px){.header__bg{height:auto}}.footer__margin{margin-top:20px}.footer{background-color:#f8f9fa;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:360px){.footer-icons{height:40px;margin:5px;width:40px}}@media screen and (min-width:412px){.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}.slider-container{padding-left:0;padding-right:0}@media screen and (min-width:1400px){.index-slider-container,.slider-container{max-width:1300px}}.slider-row{margin-left:0;margin-right:0}.heading-container{border-left-color:#fff;border-left-style:solid;border-left-width:2px;margin-left:.9%;padding-left:5px;position:absolute;top:55%;width:7%;z-index:4444}@media screen and (min-width:488px){.heading-container{top:60%;width:6%}}@media screen and (min-width:768px){.heading-container{margin-left:.7%;padding-left:10px;top:61%;width:6%}}@media screen and (min-width:992px){.heading-container{margin-left:.6%;padding-left:20px;top:67%}}@media screen and (min-width:1200px){.heading-container{top:69%}}.baseballSlider .slide-img,.heroSlider .slide-img{position:relative;width:100%}.baseballSlider .slick-next,.heroSlider .slick-next{right:20px}.baseballSlider .slick-prev,.heroSlider .slick-prev{left:20px;z-index:4}@media screen and (min-width:576px){.baseballSlider .slick-next,.heroSlider .slick-next{right:25px}.baseballSlider .slick-prev,.heroSlider .slick-prev{left:25px;z-index:4}}.baseballSlider .slick-next,.baseballSlider .slick-prev,.heroSlider .slick-next,.heroSlider .slick-prev{height:25px;top:75%;width:25px}@media screen and (min-width:992px){.baseballSlider .slick-next,.baseballSlider .slick-prev,.heroSlider .slick-next,.heroSlider .slick-prev{height:40px;top:80%;width:40px}}.baseballSlider .slick-dots li button:before,.heroSlider .slick-dots li button:before{color:#e5e8ed;font-size:12px;line-height:30px;opacity:1;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.baseballSlider .slick-dots li.slick-active button:before,.heroSlider .slick-dots li.slick-active button:before{color:#0f3b63;opacity:1;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.baseballSlider .slick-dots li,.heroSlider .slick-dots li{margin-left:1px;margin-right:1px;padding-left:0;padding-right:0}.njcaa-link{margin-top:30px;position:absolute;right:15%;z-index:1000}@media screen and (min-width:1600px){.njcaa-link{right:20%}}@media screen and (min-width:1900px){.njcaa-link{right:25%}}@media screen and (min-width:1200px){.njcaa-logo{width:175px}}@media screen and (min-width:1600px){.njcaa-logo{width:200px}}.baseballSlider{visibility:hidden}.slick-track{margin-left:0}.social-icons__icons{background-color:#c61f48;border-radius:50%;height:33px;margin:4px;padding:2px;transition-property:background-color;transition-timing-function:ease;transition-duration:.3s;width:33px}@media screen and (min-width:360px){.social-icons__icons{height:40px;margin:5px;width:40px}}@media screen and (min-width:412px){.social-icons__icons{height:50px;width:50px}}a.social-icons__links,a.social-icons__links .social-icons__icons{text-decoration:none!important}a.social-icons__links:hover .social-icons__icons{text-decoration:none!important;background-color:#0f3b63}.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__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%}}.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}}.error__main-heading{color:#c61f48;font-weight:700}.error__sub-heading{color:#0f3b63;font-weight:700}.benefits__typography--caption{bottom:15px;color:#fff;filter:drop-shadow(0 0 2px rgba(0,0,0,.25));font-family:Oswald,sans-serif;font-size:1rem;font-weight:700;letter-spacing:.07rem;position:absolute;right:25px}@media screen and (min-width:768px){.benefits__typography--caption{font-size:1.1rem}}@media screen and (min-width:1000px){.benefits__typography--caption{font-size:1.2rem}}.benefits__typography-h4{font-family:Oswald,sans-serif;font-size:1.6rem;margin-bottom:.5rem}@media screen and (min-width:768px){.benefits__typography-h4{font-size:2rem}}@media screen and (min-width:1200px){.benefits__typography-h4{font-size:2rem;margin-bottom:1.5rem}}@media screen and (min-width:1800px){.benefits__typography-h4{font-size:2.4rem;margin-bottom:1.8rem}}.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-itransfer{font-size:1.7rem;font-weight:600;line-height:1;position:absolute;top:4rem;margin-left:-20px}@media screen and (min-width:400px){.benefits__typography-itransfer{font-size:1.8rem}}@media screen and (min-width:768px){.benefits__typography-itransfer{font-size:1.9rem}}.benefits__typography--h6{color:#c61f48;font-family:Saira,"sans-serif";font-weight:700;font-size:2rem;letter-spacing:.03rem}.benefits__typography--thank-you{color:#0f3b63;font-family:Eurostile,sans-serif;font-size:2rem}.benefits__typography--thank-you--message{color:#c61f48;font-family:Saira,"sans-serif";font-weight:700;font-size:1.4rem}@media screen and (min-width:768px){.benefits__typography--thank-you{font-size:2.4rem;margin-left:100px;margin-top:-10px}.benefits__typography--thank-you--message{font-size:1.6rem;margin-left:95px}}@media screen and (min-width:1200px){.benefits__typography--thank-you{font-size:2.6rem}}@media screen and (min-width:1800px){.benefits__typography--thank-you{font-size:3rem;margin-top:-15px}}.benefits__check-svg{margin-top:-60px;width:80px}.benefits__blue-section{background-color:#ccdde1;padding-bottom:25px;padding-top:25px}.benefits__card--spacing{margin-bottom:40px}.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__itransfer-img{width:120px;margin-top:40px}@media screen and (min-width:400px){.benefits__itransfer-img{width:140px}}@media screen and (min-width:768px){.benefits__itransfer-img{width:150px}}@media screen and (min-width:992px){.benefits__itransfer-img{margin-top:20px;width:160px}}.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__offset-global-nav{margin-top:60px}.benefits__accredited--card{background-color:#0f3b63;padding:15px 10px 25px;width:90%}@media screen and (min-width:400px){.benefits__accredited--card{width:75%}}@media screen and (min-width:768px){.benefits__accredited--card{width:50%}}@media screen and (min-width:992px){.benefits__accredited--card{width:100%}}@media screen and (min-width:1200px){.benefits__accredited--card{width:75%}}.benefits__accredited--span-l{color:#fff;font-size:2.1rem;font-weight:bolder;display:block;line-height:1;margin-top:-10px;margin-bottom:5px}.benefits__accredited--span-s{color:#fff;font-size:1.1rem;font-style:italic;line-height:.5;font-weight:600;letter-spacing:-.04rem}.benefits__accredited--span--source{display:block}.benefits__accredited--itransfer--wrapper{width:50%}.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}.hero-slider__slider--sub-heading{color:#fff;font-family:Roboto,sans-serif;font-size:.7em;font-weight:400;letter-spacing:.01em;margin-bottom:2px;padding-top:5px;text-transform:uppercase}@media screen and (min-width:768px){.hero-slider__slider--sub-heading{font-size:.9em}}@media screen and (min-width:992px){.hero-slider__slider--sub-heading{font-size:1em}}@media screen and (min-width:1200px){.hero-slider__slider--sub-heading{font-size:1.2em}}.hero-slider__slider--slide-heading{color:#fff;font-family:Libre Franklin,sans-serif;font-size:1em;font-weight:300;letter-spacing:.02em;text-transform:uppercase}@media screen and (min-width:360px){.hero-slider__slider--slide-heading{font-size:1.2em}}@media screen and (min-width:768px){.hero-slider__slider--slide-heading{font-size:2.1em}}@media screen and (min-width:992px){.hero-slider__slider--slide-heading{font-size:2.8em}}@media screen and (min-width:1200px){.hero-slider__slider--slide-heading{font-size:3em}}.hero-slider__heading--bold{color:#fff;filter:drop-shadow(2px 2px 5px #000);font-family:Libre Franklin,sans-serif;font-size:1em;font-weight:500;letter-spacing:.02em;text-transform:uppercase}@media screen and (min-width:360px){.hero-slider__heading--bold{font-size:1.2em}}@media screen and (min-width:768px){.hero-slider__heading--bold{font-size:2.1em}}@media screen and (min-width:992px){.hero-slider__heading--bold{font-size:2.8em}}@media screen and (min-width:1200px){.hero-slider__heading--bold{font-size:3em}}.hero-slider__slider{padding-left:0;padding-right:0}.hero-slider__slider--heading-container{margin-left:.5%;padding-left:5px;position:absolute;top:55%;width:10%;z-index:4444}@media screen and (min-width:488px){.hero-slider__slider--heading-container{top:63%}}@media screen and (min-width:576px){.hero-slider__slider--heading-container{top:64%}}@media screen and (min-width:768px){.hero-slider__slider--heading-container{padding-left:10px;top:64.5%}}@media screen and (min-width:992px){.hero-slider__slider--heading-container{padding-left:20px;top:70%}}@media screen and (min-width:1200px){.hero-slider__slider--heading-container{top:71%}}.hero-slider__slides-4{width:10%}.hero-slider__slides-8{width:5%}.hero-slider__slider--slide-img{position:relative;width:100%}.hero-slider__slider .slick-next{right:10px}.hero-slider__slider .slick-prev{left:10px;z-index:1}@media screen and (min-width:488px){.hero-slider__slider .slick-next{right:20px}}@media screen and (min-width:488px){.hero-slider__slider .slick-prev{left:20px}}@media screen and (min-width:576px){.hero-slider__slider .slick-next{right:25px}.hero-slider__slider .slick-prev{left:25px}}.hero-slider__slider .slick-next,.hero-slider__slider .slick-prev{height:25px;top:75%;width:25px}@media screen and (min-width:992px){.hero-slider__slider .slick-next,.hero-slider__slider .slick-prev{height:40px;top:80%;width:40px}}.hero-slider__slider .slick-dots li button:before{color:#e5e8ed;font-size:12px;line-height:30px;opacity:1;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.hero-slider__slider .slick-dots li.slick-active button:before{color:#0f3b63;opacity:1;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.hero-slider__slider .slick-dots li{margin-left:1px;margin-right:1px;padding-left:0;padding-right:0}.hero-slider__slide-img--border{border:thin solid #d9d9d9}.hero-slider__slider{visibility:hidden}.slick-initialized{visibility:visible}.slick-next:before{content:url(/assets/img/dbl-next_mobile.svg)}.slick-prev:before{content:url(/assets/img/dbl-prev_mobile.svg)}@media screen and (min-width:992px){.slick-next:before{content:url(/assets/img/dbl-next.svg)}.slick-prev:before{content:url(/assets/img/dbl-prev.svg)}}.hero-slider__button--toggle{background:transparent;border:none;color:transparent;cursor:pointer;display:block;font-size:0;height:25px;right:50%;margin-right:-12.5px;line-height:0;outline:none;padding:0;position:absolute;bottom:0;transform:translateY(-50%);width:25px}@media screen and (min-width:992px){.hero-slider__button--toggle{width:40px;bottom:25px;margin-right:-20px}}.hero-slider__button--toggle:before{content:url(/assets/img/pause_mobile.svg);opacity:.75}@media screen and (min-width:992px){.hero-slider__button--toggle:before{content:url(/assets/img/pause.svg)}}.hero-slider__button--play:before{content:url(/assets/img/play_mobile.svg);opacity:.75}@media screen and (min-width:992px){.hero-slider__button--play:before{content:url(/assets/img/play.svg)}}.hero-slider__button--toggle:focus,.hero-slider__button--toggle:hover{color:transparent;outline:none;background:transparent}.hero-slider__button--toggle:focus:before,.hero-slider__button--toggle:hover:before{opacity:1}.img-hover__img-wrapper{margin:0 0 15px;right:0}@media (min-width:767px){.img-hover__img-wrapper{margin:0 0 30px}}.img-hover__img-link{border-radius:5px;cursor:pointer;display:block;margin:0 auto;max-width:400px;overflow:hidden;position:relative}.img-hover__hover{background:#0f3b63;border:5px solid #c61f48;border-radius:5px;height:100%;position:absolute;transition:all .5s ease;width:100%;z-index:2;opacity:0}.img-hover__hover--inverse{opacity:.7}.img-hover__hover:hover,.img-hover__thumb-caption:hover+.img-hover__hover{opacity:.85}.img-hover__hover--inverse:hover,.img-hover__thumb-caption:hover+.img-hover__hover--inverse{opacity:0}.img-hover__img-ease{transition:all 1s ease-in-out}.img-hover__img-link:hover img.img-hover__img-ease{transform:scale(1.2)}.img-hover__thumb-caption{color:#fff;font-size:20px;height:20px;margin-top:-12px;position:absolute;text-align:center;top:50%;width:100%;z-index:3}.sub-nav__nav-link{color:#0f3b63;font-family:Oswald,sans-serif;font-weight:500;margin-left:10px;margin-right:10px;padding-left:5px;padding-right:5px}.sub-nav__nav-link:hover{color:#c61f48}.nav-item.active .sub-nav__nav-link{border-bottom-color:#c61f48;border-bottom-style:solid;border-bottom-width:thick;padding-bottom:0}.sub-nav__navbar{border:1px solid #b1b1b1;border-radius:3px}.sub-nav__content--wrapper{padding-left:25px;padding-right:25px}.card-section__col--margin-btm{margin-bottom:2.5rem}.card-section__text-wrapper{margin-bottom:10px;min-height:14rem}.contacts__section-margin{margin-top:40px}.contacts__col-bottom-margin{margin-bottom:40px}.contacts__padding-top{padding-top:40px}.contacts__col--img{margin-left:0;margin-right:-15px}@media screen and (min-width:360px){.contacts__col--img{margin-left:5px}}@media screen and (min-width:410px){.contacts__col--img{margin-left:10px}}@media screen and (min-width:992px){.contacts__padding-left{padding-left:50px}}@media screen and (min-width:1200px){.contacts__padding-left{padding-left:70px}}.contacts__portrait{border:5px solid #fff}.accordion__padding-left{padding-left:0}.accordion__typography--card-header .btn-link{color:#0f3b63;font-family:Open Sans,sans-serif;font-size:1.4rem;font-weight:700;text-align:left}.accordion__typography--card-header .btn-link:hover{color:#c61f48}.accordion__button:before{background-color:#0f3b63;border-radius:50%;color:#fff;content:" \002D";display:inline-block;font-family:Open Sans,sans-serif;font-size:2rem;font-weight:400;height:30px;line-height:30px;margin-right:10px;text-align:center;text-decoration:none!important;text-indent:0;vertical-align:middle;width:30px}.accordion__button.collapsed:before{content:" \002B"}.accordion__button{text-indent:-45px;margin-left:45px}.loader{text-align:center}.loader__img{height:100px;width:100px}.nav-global{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-global__kcc-logo{margin-left:5px;width:190px}@media screen and (min-width:360px){.nav-global__kcc-logo{width:220px}}@media screen and (min-width:375px){.nav-global__kcc-logo{width:230px}}@media screen and (min-width:410px){.nav-global__kcc-logo{width:255px}}@media screen and (min-width:488px){.nav-global__kcc-logo{width:260px}}@media screen and (min-width:576px){.nav-global__kcc-logo{width:300px}}@media screen and (min-width:768px){.nav-global__kcc-logo{width:320px}}@media screen and (min-width:992px) and (max-width:1100px){.nav-global__kcc-logo{margin-left:-25px;width:310px}}@media screen and (min-width:1100px){.nav-global__kcc-logo{margin-left:-25px;width:340px}}.clearSearch{background-position:center 72px;padding-top:72px}.search-row{background-color:#005bac;height:46px}.nav-global__gcse-wrapper{margin-left:-5px}@media screen and (min-width:992px){.nav-global__gcse-wrapper{display:block;float:right;margin-top:-18px;width:50%}}.nav-global__search-icon{background-position:50%;background-size:20px 20px;background-repeat:no-repeat;display:inline;height:22px;margin:4px;pointer-events:none;width:22px}@media screen and (min-width:360px){.nav-global__search-icon{background-size:21px 21px}}@media screen and (min-width:410px){.nav-global__search-icon{background-size:22px 22px}}@media screen and (min-width:576px){.nav-global__search-icon{background-size:24px 24px;height:24px;width:24px}}@media screen and (min-width:768px){.nav-global__search-icon{background-size:25px 25px;height:26px;width:26px}}.nav-global .nav-global__search-toggle .nav-global__search-icon{float:right}.nav-global__search-collapse{display:none;margin-top:-113px}@media screen and (min-width:576px){.nav-global__search-collapse{margin-top:-115px}}@media screen and (min-width:992px){.nav-global__search-collapse{display:block;margin-left:0;margin-right:0;margin-top:0}}.nav-global__search-collapse--visible{display:block;width:100%}.nav-global__search-toggle{top:40px;text-decoration:none!important}.nav-global__search--conatiner{max-width:1100px;margin-left:auto;margin-right:auto}.nav-global__search--open-background{width:120%;background-color:#c61f48;height:65px;position:absolute;z-index:-1;top:-60px;left:-40px}.nav-global__navbar-brand{margin-left:-10px}@media screen and (min-width:410px){.nav-global__navbar-brand{margin-left:-15px}}@media screen and (min-width:488px){.nav-global__navbar-brand{margin-left:-20px}}@media screen and (min-width:576px){.nav-global__navbar-brand{margin-left:-25px}}@media screen and (min-width:768px){.nav-global__navbar-brand{margin-left:-35px}}@media screen and (min-width:992px){.nav-global__navbar-brand{margin-left:-20px}}@media screen and (min-width:1000px){.nav-global__navbar-brand{margin-left:-18px}}@media screen and (min-width:1080px){.nav-global__navbar-brand{margin-left:-22px}}@media screen and (min-width:1200px){.nav-global__navbar-brand{margin-left:-2.5%}}@media screen and (min-width:1600px){.nav-global__navbar-brand{margin-left:-3%}}@media screen and (min-width:1900px){.nav-global__navbar-brand{margin-left:-3.25%}}@media screen and (min-width:2000px){.nav-global__navbar-brand{margin-left:-3.5%}}.nav-global__kcc-logo-inverse{margin-left:-3px;width:50px;margin-right:-10px}@media screen and (min-width:360px){.nav-global__kcc-logo-inverse{width:60px}}@media screen and (min-width:410px){.nav-global__kcc-logo-inverse{width:68px}}@media screen and (min-width:488px){.nav-global__kcc-logo-inverse{width:68px}}@media screen and (min-width:576px){.nav-global__kcc-logo-inverse{width:73px}}@media screen and (min-width:768px){.nav-global__kcc-logo-inverse{width:80px}}@media screen and (min-width:992px){.nav-global__kcc-logo-inverse{width:80px;margin-left:-30px;margin-right:20px}}@media screen and (min-width:1100px){.nav-global__kcc-logo-inverse{width:85px;margin-right:15px}}@media screen and (min-width:1300px){.nav-global__kcc-logo-inverse{width:85px;margin-left:-35px}}@media screen and (min-width:1400px){.nav-global__kcc-logo-inverse{width:85px;margin-left:-40px}}.nav-local{top:55px;border-bottom-color:#b1b1b1;border-bottom-style:solid;border-bottom-width:1px}.nav-local__search-toggle{top:86px}.nav-local .nav-link{margin-left:10px;margin-right:10px}@media screen and (min-width:992px){.nav-local .nav-link{margin-left:5px;margin-right:5px}}@media screen and (min-width:1200px){.nav-local .nav-link{margin-left:10px;margin-right:10px}}#mainNav .navbar-brand{transition:all .4s ease}@media screen and (min-width:992px){#mainNav.navbar-shrink{padding-top:0;padding-bottom:0;opacity:.96}#mainNav.navbar-shrink .navbar-brand{transform:scale(.8)}}.yt-embed__wrapper{height:0;overflow:hidden;padding-bottom:56.25%;padding-top:30px;position:relative}.yt-embed__wrapper iframe{height:100%;left:0;position:absolute;top:0;width:100%}.breadcrumbs{background-color:transparent;margin-bottom:1.5rem;border-bottom-color:rgba(0,0,0,.25);border-bottom-style:solid;border-bottom-width:thin}.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}.positioning__margin-bottom{margin-bottom:30px}@media screen and (min-width:1200px){.positioning__margin-bottom{margin-bottom:40px}}.positioning__margin-top{margin-top:30px}@media screen and (min-width:1200px){.positioning__margin-top{margin-top:40px}}.positioning__heading-margin-bottom{margin-bottom:15px}@media screen and (min-width:1200px){.positioning__heading-margin-bottom{margin-bottom:20px}}.position__offset-fixed-nav{margin-top:105px}@media screen and (min-width:360px){.position__offset-fixed-nav{margin-top:110px}}@media screen and (min-width:410px){.position__offset-fixed-nav{margin-top:120px}}@media screen and (min-width:576px){.position__offset-fixed-nav{margin-top:125px}}@media screen and (min-width:768px){.position__offset-fixed-nav{margin-top:130px}}@media screen and (min-width:992px){.position__offset-fixed-nav{margin-top:170px}}.position__sub-nav--offset-fixed-nav{margin-bottom:15px;margin-top:130px}@media screen and (min-width:360px){.position__sub-nav--offset-fixed-nav{margin-bottom:20px;margin-top:135px}}@media screen and (min-width:410px){.position__sub-nav--offset-fixed-nav{margin-top:140px}}@media screen and (min-width:576px){.position__sub-nav--offset-fixed-nav{margin-top:145px}}@media screen and (min-width:768px){.position__sub-nav--offset-fixed-nav{margin-top:150px}}@media screen and (min-width:992px){.position__sub-nav--offset-fixed-nav{margin-top:155px}}@media screen and (min-width:1200px){.position__sub-nav--offset-fixed-nav{margin-top:160px}}.positioning__iframe-wrapper{margin-bottom:20px;position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.positioning__iframe-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.positioning__accordian--padding{margin-top:15px;padding-left:5px;padding-right:5px}@media screen and (min-width:992px){.positioning__accordian--padding{margin-top:60px}}.positioning__accordian-marg{margin-top:75px}.positioning__card--spacing{margin-bottom:40px}.positioning__first-section--marg{margin-top:15px;background-color:#ccdde1;padding-bottom:25px;padding-top:25px}@media screen and (min-width:1200px){.positioning__first-section--marg{margin-top:15px}}.positioning__section--marg{margin-top:35px}@media screen and (min-width:1200px){.positioning__section--marg{margin-top:65px}}.positioning__row--pad{margin-top:25px}.positioning__register--itransfer-img{width:120px;margin-top:40px}@media screen and (min-width:400px){.positioning__register--itransfer-img{width:140px}}@media screen and (min-width:768px){.positioning__register--itransfer-img{width:150px}}@media screen and (min-width:992px){.positioning__register--itransfer-img{padding-left:25px}}.positioning__register--mobile-row--pad{padding-left:0}@media screen and (min-width:576px){.positioning__register--mobile-row--pad{padding-left:20%}}@media screen and (min-width:992px){.positioning__register--mobile-row--pad{padding-left:0}}.positioning__register--idfpr-img{width:330px;margin-top:60px}@media screen and (max-width:992px){.positioning__register--idfpr-img{margin-bottom:15px}}.positioning__register--iccb-img{width:250px}@media screen and (max-width:992px){.positioning__register--iccb-img{margin-top:15px}}.positioning__heading--row{margin-top:16%}.positioning__check-svg{margin-top:-60px;width:80px}.positioning__blue-section{background-color:#ccdde1;padding-bottom:25px;padding-top:25px}.positioning__col--offset{margin-right:-25px}@media screen and (min-width:768px){.positioning__col--offset{margin-right:-45px}}.positioning__offset-global-nav{margin-top:60px}@media screen and (min-width:768px){.position__col--min-height{min-height:15rem}}@media screen and (min-width:992px){.position__col--min-height{min-height:12rem}}@media screen and (min-width:1200px){.position__col--min-height{min-height:9rem}}.position__offset-core-nav{margin-top:99px}.position__offset-core-nav.position__campus-alerts--open{margin-top:109px}@media screen and (min-width:992px){.position__offset-core-nav{margin-top:80px}.position__offset-core-nav.position__campus-alerts--open{margin-top:93px}}.position__offset-alert{margin-top:125px;height:1px}.position__offset-alert--visible{height:auto}@media screen and (min-width:400px){.position__offset-alert{margin-top:135px}}@media screen and (min-width:576px){.position__offset-alert{margin-top:140px}}@media screen and (min-width:768px){.position__offset-alert{margin-top:145px}}@media screen and (min-width:992px){.position__offset-alert{margin-top:150px}}.position__offset-alert.position__offset-alert-core{margin-top:115px}@media screen and (min-width:992px){.position__offset-alert.position__offset-alert-core{margin-top:110px}}.margins__col--top{margin-top:40px}.margins__col--btm,.margins__heading--btm{margin-bottom:40px}.margins__heading-tan--btm{margin-bottom:21px}.margins__bottom--none{margin-bottom:0}.padding__col--mobile-none{padding-left:0;padding-right:0}@media screen and (min-width:992px){.padding__col--mobile-none{padding-left:15px;padding-right:15px}}.padding__x--none{padding-left:0;padding-right:0}.tables td,.tables th{border:thin solid gray;padding-left:5px;padding-right:5px}.section__heading-underline{background-image:url(/assets/img/heading-bg-underline.png);background-repeat:no-repeat;background-position:0 50px}.section__heading-underline--transparent{background-image:url(/assets/img/heading-bg-underline-transparent.png);background-repeat:no-repeat;background-position:0 50px}.section__heading-underline-tan{background-image:url(/assets/img/heading-bg-underline-tan.png);background-repeat:no-repeat;background-position:0 50px}.section__margin-bottom{margin-bottom:3rem}.background__color--tan{background-color:#fcf1d6}.thank-you__check-mark{height:75px;width:75px}.home__col--heading-underline{background-image:url(/assets/img/heading-bg-underline.png);background-repeat:no-repeat;background-position:0 50px}.home__col--heading-underline-tan{background-image:url(/assets/img/heading-bg-underline-tan.png);background-repeat:no-repeat;background-position:0 50px;bottom:-20px}
@@ -35,6 +35,7 @@ $color-blue-grey: #7a7b7b;
35
35
  $color-blue-light-nav: #b8babc;
36
36
  $color-blue-lighter-nav: #e2e3e4;
37
37
  $color-black-light: rgba(0,0,0,.15);
38
+ $color-red-darker: #8a1632;
38
39
 
39
40
  $black: #000;
40
41
  $grey-1: #666;
@@ -81,3 +81,41 @@
81
81
  color: $primary-red;
82
82
  }
83
83
  }
84
+
85
+ .buttons__action {
86
+ color: $white;
87
+ background-color: $primary-red;
88
+ border-color: $color-red-darker;
89
+ font-family: $font-family-headings;
90
+ font-size: 1.3rem;
91
+ font-weight: $font-weight-bolder; //dash
92
+ line-height: 36px;
93
+ letter-spacing: .075rem;
94
+ width: 100%;
95
+ &:hover,
96
+ &:focus {
97
+ color: $white;
98
+ background-color: $primary-blue;
99
+ }
100
+ }
101
+
102
+ @media screen and (min-width: 360px) {
103
+ .buttons__action {
104
+ font-size: 1.75rem;
105
+ line-height: 48px;
106
+ }
107
+ }
108
+
109
+ @media screen and (min-width: 768px) {
110
+ .buttons__action {
111
+ font-size: 1.3rem;
112
+ line-height: 36px;
113
+ }
114
+ }
115
+
116
+ @media screen and (min-width: 992px) {
117
+ .buttons__action {
118
+ font-size: 1.75rem;
119
+ line-height: 48px;
120
+ }
121
+ }
@@ -19,4 +19,65 @@
19
19
  &--red {
20
20
  fill: $primary-red;
21
21
  }
22
- }
22
+ }
23
+
24
+ .svg--max-width {
25
+ max-width: 100%;
26
+ }
27
+
28
+ .svg {
29
+ &__graphic {
30
+ height: 100px;
31
+ width: 100px;
32
+ }
33
+ &__button {
34
+ height: 48px;
35
+ width: 48px;
36
+ }
37
+ &--fill-none {
38
+ fill: none;
39
+ }
40
+ &--fill-white {
41
+ fill: $white;
42
+ }
43
+ &--fill-blue {
44
+ fill: $primary-blue;
45
+ }
46
+ }
47
+
48
+ .svg__action--place {
49
+ margin-left: -2rem;
50
+ }
51
+
52
+ @media screen and (min-width: 360px) {
53
+ .svg__action--place {
54
+ margin-left: -3rem;
55
+ }
56
+ }
57
+
58
+ @media screen and (min-width: 768px) {
59
+ .svg__action--place {
60
+ margin-left: 0;
61
+ }
62
+ }
63
+
64
+ @media screen and (min-width: 360px) {
65
+ .svg__button {
66
+ height: 48px;
67
+ width: 48px;
68
+ }
69
+ }
70
+
71
+ @media screen and (min-width: 768px) {
72
+ .svg__button {
73
+ height: 36px;
74
+ width: 36px;
75
+ }
76
+ }
77
+
78
+ @media screen and (min-width: 992px) {
79
+ .svg__button {
80
+ height: 48px;
81
+ width: 48px;
82
+ }
83
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kcc-gem-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.73.77
4
+ version: 1.74.77
5
5
  platform: ruby
6
6
  authors:
7
7
  - wdzajicek
@@ -85,6 +85,7 @@ files:
85
85
  - _includes/header.html
86
86
  - _includes/hero-slider.html
87
87
  - _includes/image-slider.html
88
+ - _includes/main-call-to-action.html
88
89
  - _includes/nav-global-bottom.html
89
90
  - _includes/nav-global-local.html
90
91
  - _includes/nav-global-top.html
@@ -111,11 +112,14 @@ files:
111
112
  - _includes/styles/main.html
112
113
  - _includes/styles/vendor.html
113
114
  - _includes/svg/check.html
115
+ - _includes/svg/check_circle-24px.html
116
+ - _includes/svg/email-24px.html
114
117
  - _includes/svg/goals.html
115
118
  - _includes/svg/kcc-copy.html
116
119
  - _includes/svg/kcc.html
117
120
  - _includes/svg/kcc.svg
118
121
  - _includes/svg/love.html
122
+ - _includes/svg/place-24px.html
119
123
  - _includes/svg/save-money.html
120
124
  - _includes/tabbed-content.html
121
125
  - _includes/targetx-form.html