kcc-gem-theme 1.62.49 → 1.64.52

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: f7ed6b52a7f1595bd9195098f6daed833dba72bfd34b2f1b10bd6576b39c0552
4
- data.tar.gz: 4ae957a240611a5bafb3b58710890332300202775879a40b8a604757db278cc0
3
+ metadata.gz: ff11ebd739595bfb2972890537add8986272b4243b7a3eebf66f090d29cd02b1
4
+ data.tar.gz: 528b36d496def7db8aa8776c2dc1d6aa85aa42690444d7f68559d25eaf81969f
5
5
  SHA512:
6
- metadata.gz: 60a82be13dbb2ab529a9e224c96727560d33a24aba022d775d8698181dc8c8794a20ee3c063eb3e19e5c95e54a0ef30a90988a7fddeebca3e6c085a91cd922e9
7
- data.tar.gz: edeedb3b2a84362eb06777f91fa27c895ca56a0800d78aa9c02062ab3001805ebde86bfb3a21d406abdf133dd91d2e14c5e0e424415f1c1c428e8d1f155d4c39
6
+ metadata.gz: 977c6ce2166c9d60857028a7f8d897ffb4146ab18ad5c9c34365b61270e99fc255e1c31e485ff4033ab32714368a16a29f26336526ed73fcbce44729d88936b1
7
+ data.tar.gz: d4e643884059ece06a6b31cf0f9852842c9e3e10f7c875566002264ac3eed284502e55d7e586c632ec02fe79bb20b8957143dddd11f8a699154680b5fa814fc0
@@ -1 +1 @@
1
- 49416333b6d8370bb34bde4fc15f4bda ../assets/scss/kcc-theme.css
1
+ 2239faf539c3f16d62b66762c9f7f61d ../assets/scss/kcc-theme.css
@@ -1,5 +1,5 @@
1
- - link_text: Academics
2
- link_href: 'academics'
1
+ - link_text: Accordion
2
+ link_href: 'accordion'
3
3
  image:
4
4
  source: 'assets/img/e-tech_a-roberts_mar2016_D41_6690.jpg'
5
5
  alt: 'Student working in an electrical technology lab'
@@ -1 +1 @@
1
- da8b1245f0ead04fc327
1
+ a6fa30efef31da95ac4e
@@ -2,7 +2,7 @@
2
2
  <div class="col">
3
3
  <div class="editable">
4
4
  <h4 class="typography__h4">Need help?</h4>
5
- <a href="https://direct.lc.chat/9258945/" class="btn btn-primary">Chat now</a>&nbsp;with a Student Services representative or call <a href="tel:+18158028500">815-802-8500</a>.
5
+ <a href="https://direct.lc.chat/9258945/" class="btn btn-primary" target="_blank" rel="noopener noreferrer">Chat now</a>&nbsp;with a Student Services representative or call <a href="tel:+18158028500">815-802-8500</a>.
6
6
  </div>
7
7
  </div>
8
8
  </div>
@@ -1,6 +1,6 @@
1
1
  <header class="container-fluid header-global fixed-top">
2
2
  <nav id="headerGlobalNavbar" class="navbar navbar-expand-lg header-global__navbar--padding">
3
- <a class="navbar-brand header-global__brand" href="http://www.kcc.edu" aria-label="Kankakee Community College Home Page">
3
+ <a class="navbar-brand header-global__brand" href="/" aria-label="Kankakee Community College Home Page">
4
4
  {% include svg/kcc.html %}
5
5
  </a>
6
6
  <button id="openSearchButton" role="button" class="header-global__search-icon" aria-label="Open Search" aria-hidden="false" tabindex="0">
@@ -1,8 +1,8 @@
1
1
  <ul id="navGlobalBottom" class="navbar-nav header-global__nav-bottom justify-content-end header-global__navbar-nav--divider">
2
2
  {% for item in site.data.navigation %}
3
- <li class="nav-item dropdown header-global__dropdown header-global__dropdown--position">
4
- <a href="#" id="{{ item.link_text | downcase }}Dropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="nav-link dropdown-toggle header-global__nav-bottom--nav-link typography__nowrap--sm typography__header-global--nav-bottom">{{ item.link_text }}</a>
5
- <div class="dropdown-menu header-global__dropdown-menu--full-width py-3 px-3 px-lg-5" aria-labelledby="{{ item.link_text | downcase }}Dropdown">
3
+ <li data-nav="{{ item.link_text | downcase | replace: ' ', '-' | replace: '&', 'and' }}" class="nav-item dropdown header-global__dropdown header-global__dropdown--position">
4
+ <a href="#" id="{{ item.link_text | downcase | replace: ' ', '-' | replace: '&', 'and' }}-dropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="nav-link dropdown-toggle header-global__nav-bottom--nav-link typography__nowrap--sm typography__header-global--nav-bottom">{{ item.link_text }}</a>
5
+ <div class="dropdown-menu header-global__dropdown-menu--full-width py-3 px-3 px-lg-5" aria-labelledby="{{ item.link_text | downcase | replace: ' ', '-' | replace: '&', 'and' }}-dropdown">
6
6
  <div class="container">
7
7
  <div class="row">
8
8
  {% if item.image %}
@@ -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,.links__offset:before{pointer-events:none!important}.links__offset:before{content:" ";display:block;height:171px;margin-top:-171px;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{position:absolute;left:1rem;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}@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){.header-global__nav-local{padding-bottom:.5rem;padding-top:.5rem}}.header-global__brand--svg{fill:#fff;height:36px;width:85%}.header-global__brand--svg .st0{fill:none}@media screen and (min-width:360px){.header-global__brand--svg{width:95%}}@media screen and (min-width:400px){.header-global__brand--svg{width:100%}}@media screen and (min-width:992px){.header-global__brand{top:3.125rem}}#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:992px){#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:992px){.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}}.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%}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:600}.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-decoration:none!important;vertical-align:middle;width:30px}.accordion__button.collapsed:before{content:" \002B"}.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)}}.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,.links__offset:before{pointer-events:none!important}.links__offset:before{content:" ";display:block;height:171px;margin-top:-171px;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{position:absolute;left:1rem;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}@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:36px;width:85%}.header-global__brand--svg .st0{fill:none}@media screen and (min-width:360px){.header-global__brand--svg{width:95%}}@media screen and (min-width:400px){.header-global__brand--svg{width:100%}}@media screen and (min-width:992px){.header-global__brand{top:3.125rem}}#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:992px){#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:992px){.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}}.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%}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:600}.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-decoration:none!important;vertical-align:middle;width:30px}.accordion__button.collapsed:before{content:" \002B"}.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)}}.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 +1 @@
1
- !function(t){var n={};function r(e){if(n[e])return n[e].exports;var o=n[e]={i:e,l:!1,exports:{}};return t[e].call(o.exports,o,o.exports,r),o.l=!0,o.exports}r.m=t,r.c=n,r.d=function(t,n,e){r.o(t,n)||Object.defineProperty(t,n,{enumerable:!0,get:e})},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.t=function(t,n){if(1&n&&(t=r(t)),8&n)return t;if(4&n&&"object"==typeof t&&t&&t.__esModule)return t;var e=Object.create(null);if(r.r(e),Object.defineProperty(e,"default",{enumerable:!0,value:t}),2&n&&"string"!=typeof t)for(var o in t)r.d(e,o,function(n){return t[n]}.bind(null,o));return e},r.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(n,"a",n),n},r.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)},r.p="",r(r.s=161)}([function(t,n,r){(function(n){var r=function(t){return t&&t.Math==Math&&t};t.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof n&&n)||Function("return this")()}).call(this,r(71))},function(t,n,r){var e=r(0),o=r(30),i=r(4),u=r(29),c=r(32),a=r(52),f=o("wks"),s=e.Symbol,l=a?s:s&&s.withoutSetter||u;t.exports=function(t){return i(f,t)||(c&&i(s,t)?f[t]=s[t]:f[t]=l("Symbol."+t)),f[t]}},function(t,n,r){var e=r(5);t.exports=function(t){if(!e(t))throw TypeError(String(t)+" is not an object");return t}},function(t,n){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,n){var r={}.hasOwnProperty;t.exports=function(t,n){return r.call(t,n)}},function(t,n){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,n,r){var e=r(0),o=r(27).f,i=r(9),u=r(11),c=r(28),a=r(47),f=r(51);t.exports=function(t,n){var r,s,l,p,v,d=t.target,y=t.global,h=t.stat;if(r=y?e:h?e[d]||c(d,{}):(e[d]||{}).prototype)for(s in n){if(p=n[s],l=t.noTargetGet?(v=o(r,s))&&v.value:r[s],!f(y?s:d+(h?".":"#")+s,t.forced)&&void 0!==l){if(typeof p==typeof l)continue;a(p,l)}(t.sham||l&&l.sham)&&i(p,"sham",!0),u(r,s,p,t)}}},function(t,n,r){var e=r(8),o=r(42),i=r(2),u=r(25),c=Object.defineProperty;n.f=e?c:function(t,n,r){if(i(t),n=u(n,!0),i(r),o)try{return c(t,n,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(t[n]=r.value),t}},function(t,n,r){var e=r(3);t.exports=!e((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(t,n,r){var e=r(8),o=r(7),i=r(18);t.exports=e?function(t,n,r){return o.f(t,n,i(1,r))}:function(t,n,r){return t[n]=r,t}},function(t,n){t.exports=!1},function(t,n,r){var e=r(0),o=r(9),i=r(4),u=r(28),c=r(37),a=r(15),f=a.get,s=a.enforce,l=String(String).split("String");(t.exports=function(t,n,r,c){var a=!!c&&!!c.unsafe,f=!!c&&!!c.enumerable,p=!!c&&!!c.noTargetGet;"function"==typeof r&&("string"!=typeof n||i(r,"name")||o(r,"name",n),s(r).source=l.join("string"==typeof n?n:"")),t!==e?(a?!p&&t[n]&&(f=!0):delete t[n],f?t[n]=r:o(t,n,r)):f?t[n]=r:u(n,r)})(Function.prototype,"toString",(function(){return"function"==typeof this&&f(this).source||c(this)}))},function(t,n,r){var e=r(41),o=r(20);t.exports=function(t){return e(o(t))}},function(t,n,r){var e=r(48),o=r(0),i=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,n){return arguments.length<2?i(e[t])||i(o[t]):e[t]&&e[t][n]||o[t]&&o[t][n]}},function(t,n){var r={}.toString;t.exports=function(t){return r.call(t).slice(8,-1)}},function(t,n,r){var e,o,i,u=r(66),c=r(0),a=r(5),f=r(9),s=r(4),l=r(26),p=r(21),v=c.WeakMap;if(u){var d=new v,y=d.get,h=d.has,g=d.set;e=function(t,n){return g.call(d,t,n),n},o=function(t){return y.call(d,t)||{}},i=function(t){return h.call(d,t)}}else{var x=l("state");p[x]=!0,e=function(t,n){return f(t,x,n),n},o=function(t){return s(t,x)?t[x]:{}},i=function(t){return s(t,x)}}t.exports={set:e,get:o,has:i,enforce:function(t){return i(t)?o(t):e(t,{})},getterFor:function(t){return function(n){var r;if(!a(n)||(r=o(n)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return r}}}},function(t,n,r){var e=r(22),o=Math.min;t.exports=function(t){return t>0?o(e(t),9007199254740991):0}},function(t,n,r){var e=r(20);t.exports=function(t){return Object(e(t))}},function(t,n){t.exports=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}}},function(t,n){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},function(t,n){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,n){t.exports={}},function(t,n){var r=Math.ceil,e=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?e:r)(t)}},function(t,n,r){var e=r(19);t.exports=function(t,n,r){if(e(t),void 0===n)return t;switch(r){case 0:return function(){return t.call(n)};case 1:return function(r){return t.call(n,r)};case 2:return function(r,e){return t.call(n,r,e)};case 3:return function(r,e,o){return t.call(n,r,e,o)}}return function(){return t.apply(n,arguments)}}},function(t,n){t.exports={}},function(t,n,r){var e=r(5);t.exports=function(t,n){if(!e(t))return t;var r,o;if(n&&"function"==typeof(r=t.toString)&&!e(o=r.call(t)))return o;if("function"==typeof(r=t.valueOf)&&!e(o=r.call(t)))return o;if(!n&&"function"==typeof(r=t.toString)&&!e(o=r.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},function(t,n,r){var e=r(30),o=r(29),i=e("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},function(t,n,r){var e=r(8),o=r(46),i=r(18),u=r(12),c=r(25),a=r(4),f=r(42),s=Object.getOwnPropertyDescriptor;n.f=e?s:function(t,n){if(t=u(t),n=c(n,!0),f)try{return s(t,n)}catch(t){}if(a(t,n))return i(!o.f.call(t,n),t[n])}},function(t,n,r){var e=r(0),o=r(9);t.exports=function(t,n){try{o(e,t,n)}catch(r){e[t]=n}return n}},function(t,n){var r=0,e=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++r+e).toString(36)}},function(t,n,r){var e=r(10),o=r(43);(t.exports=function(t,n){return o[t]||(o[t]=void 0!==n?n:{})})("versions",[]).push({version:"3.6.5",mode:e?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(t,n,r){var e=r(49),o=r(35).concat("length","prototype");n.f=Object.getOwnPropertyNames||function(t){return e(t,o)}},function(t,n,r){var e=r(3);t.exports=!!Object.getOwnPropertySymbols&&!e((function(){return!String(Symbol())}))},function(t,n,r){var e=r(7).f,o=r(4),i=r(1)("toStringTag");t.exports=function(t,n,r){t&&!o(t=r?t:t.prototype,i)&&e(t,i,{configurable:!0,value:n})}},function(t,n,r){var e=r(2),o=r(76),i=r(16),u=r(23),c=r(67),a=r(75),f=function(t,n){this.stopped=t,this.result=n};(t.exports=function(t,n,r,s,l){var p,v,d,y,h,g,x,b=u(n,r,s?2:1);if(l)p=t;else{if("function"!=typeof(v=c(t)))throw TypeError("Target is not iterable");if(o(v)){for(d=0,y=i(t.length);y>d;d++)if((h=s?b(e(x=t[d])[0],x[1]):b(t[d]))&&h instanceof f)return h;return new f(!1)}p=v.call(t)}for(g=p.next;!(x=g.call(p)).done;)if("object"==typeof(h=a(p,b,x.value,s))&&h&&h instanceof f)return h;return new f(!1)}).stop=function(t){return new f(!0,t)}},function(t,n){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(t,n,r){var e,o=r(2),i=r(89),u=r(35),c=r(21),a=r(73),f=r(38),s=r(26),l=s("IE_PROTO"),p=function(){},v=function(t){return"