/* Shared footer has the same width and gutters on every public page. */
.tmf,.tmf *{box-sizing:border-box}
.tmf{align-self:stretch;min-width:0}
.tmf-in{width:100%;max-width:1240px;padding-left:clamp(20px,4vw,40px);padding-right:clamp(20px,4vw,40px)}
.tmf-top,.tmf-brand,.tmf-cols,.tmf-col{min-width:0}
.tmf a{overflow-wrap:anywhere}
@media(max-width:640px){
  .tmf-in{padding-left:20px;padding-right:20px}
  .tmf-col:last-child ul{display:flex;flex-direction:column}
}
