/* Charta 4.0.3 — globally loaded footer grid */
.charta-footer-shell .charta-education-footer-directory{
  display:grid!important;
  grid-template-columns:minmax(300px,1.35fr) repeat(3,minmax(170px,1fr))!important;
  align-items:start!important;
  justify-content:stretch!important;
  gap:clamp(34px,4vw,72px)!important;
  width:min(calc(100% - 64px),1540px)!important;
  max-width:1540px!important;
  margin:0 auto!important;
  padding:58px 0 44px!important;
  box-sizing:border-box!important;
  border-bottom:1px solid rgba(176,204,232,.14)!important;
}
.charta-footer-shell .charta-education-footer-directory article{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  width:100%!important;
  min-width:0!important;
  gap:11px!important;
  margin:0!important;
  padding:0!important;
}
.charta-footer-shell .charta-education-footer-directory .is-brand{
  max-width:430px!important;
  padding-right:20px!important;
}
.charta-footer-shell .charta-education-footer-directory h2{
  margin:6px 0 10px!important;
  font-size:30px!important;
  line-height:1.25!important;
}
.charta-footer-shell .charta-education-footer-directory h3{
  margin:0 0 10px!important;
  font-size:18px!important;
  line-height:1.35!important;
}
.charta-footer-shell .charta-education-footer-directory p{
  margin:0!important;
  max-width:420px!important;
  line-height:1.85!important;
}
.charta-footer-shell .charta-education-footer-directory a{
  display:block!important;
  width:auto!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  line-height:1.85!important;
  white-space:normal!important;
  word-break:break-word!important;
}
@media (max-width:1180px){
  .charta-footer-shell .charta-education-footer-directory{
    grid-template-columns:minmax(260px,1.2fr) repeat(3,minmax(145px,1fr))!important;
    gap:30px!important;
    width:min(calc(100% - 40px),1200px)!important;
  }
}
@media (max-width:900px){
  .charta-footer-shell .charta-education-footer-directory{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:34px 42px!important;
  }
  .charta-footer-shell .charta-education-footer-directory .is-brand{
    grid-column:1/-1!important;
    max-width:none!important;
    padding-right:0!important;
  }
}
@media (max-width:640px){
  .charta-footer-shell .charta-education-footer-directory{
    grid-template-columns:1fr!important;
    width:calc(100% - 28px)!important;
    gap:26px!important;
    padding:36px 0!important;
  }
  .charta-footer-shell .charta-education-footer-directory .is-brand{
    grid-column:auto!important;
  }
}
