/* Official HOMETRUST logo usage. Never redraw, recolor or restyle the mark
   itself here -- only size the box it sits in. width is set explicitly per
   approved spec; height stays auto so the artwork's own ratio is preserved
   exactly (object-fit:contain guards against any container that forces
   both dimensions). */
.brand-mark{display:inline-flex;align-items:center}
.brand-mark img{height:auto;width:100%;object-fit:contain;display:block}
.brand-mark--header{width:170px}
.brand-mark--full{width:240px}
.brand-mark--footer{width:110px}
.brand-mark--symbol{width:32px;height:32px}
.brand-mark--symbol img{width:100%;height:100%}
@media(max-width:480px){.brand-mark--header{width:130px}.brand-mark--full{width:180px}.brand-mark--footer{width:96px}}
