/* Public footer: intentionally not loaded by join-teachers.html. */
.footer-grid.policies-footer{
  display:grid;
  grid-template-columns:minmax(300px,1.55fr) repeat(3,minmax(145px,1fr));
  align-items:start;
  gap:34px;
}

.policies-footer>div{
  min-width:0;
  gap:9px;
}

.policies-footer .footer-brand{
  padding-inline-end:30px;
  border-inline-end:1px solid rgba(255,255,255,.12);
}

.policies-footer .footer-brand img{
  width:178px;
  margin-bottom:5px;
}

.policies-footer .footer-brand p{
  max-width:390px;
  margin:0;
  color:#c7ddea;
  font-size:14px;
  line-height:1.95;
}

.policies-footer>div:not(.footer-brand)>b{
  position:relative;
  display:block;
  width:max-content;
  max-width:100%;
  margin-bottom:9px;
  padding-bottom:10px;
  color:#fff;
  font-size:15px;
  font-weight:900;
}

.policies-footer>div:not(.footer-brand)>b:after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:30px;
  height:3px;
  border-radius:999px;
  background:#f39200;
}

.policies-footer a{
  width:max-content;
  max-width:100%;
  color:#d8e8f1;
  font-size:13.5px;
  line-height:1.75;
  transition:color .18s ease,transform .18s ease;
}

.policies-footer a:hover{
  color:#fff;
  transform:translateX(-3px);
}

.policies-footer+.copyright{
  margin-top:38px;
  padding-top:18px;
}

@media(max-width:980px){
  .footer-grid.policies-footer{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:30px 36px;
  }

  .policies-footer .footer-brand{
    grid-column:1/-1;
    padding:0 0 23px;
    border-inline-end:0;
    border-bottom:1px solid rgba(255,255,255,.12);
  }
}

@media(max-width:680px){
  .footer-grid.policies-footer{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:28px 18px;
  }

  .policies-footer .footer-brand{
    grid-column:1/-1;
    padding-bottom:20px;
  }

  .policies-footer .footer-brand img{
    width:152px;
  }

  .policies-footer .footer-brand p{
    font-size:13px;
  }

  .policies-footer>div:last-child{
    grid-column:1/-1;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    column-gap:18px;
  }

  .policies-footer>div:last-child>b{
    grid-column:1/-1;
  }

  .policies-footer a{
    font-size:13px;
  }

  .policies-footer+.copyright{
    margin-top:29px;
  }
}

@media(max-width:400px){
  .footer-grid.policies-footer{
    grid-template-columns:1fr;
  }

  .policies-footer .footer-brand,
  .policies-footer>div:last-child{
    grid-column:auto;
  }

  .policies-footer>div:last-child{
    display:flex;
  }
}
