body.bgos-site a.brand{display:flex;flex-direction:column;align-items:flex-start;gap:7px;text-decoration:none!important}
body.bgos-site .official-wordmark{display:block;width:210px;max-width:100%;line-height:0}
body.bgos-site .official-wordmark img{width:100%;height:auto;max-height:none;object-fit:contain;filter:none}
body.bgos-site .official-wordmark .brand-light{display:block}
body.bgos-site .official-wordmark .brand-dark{display:none}
html[data-theme=dark] body.bgos-site .official-wordmark .brand-light{display:none}
html[data-theme=dark] body.bgos-site .official-wordmark .brand-dark{display:block}
body.bgos-site a.brand small{display:block;font-size:12px;line-height:1.4;letter-spacing:normal;margin:0;color:inherit}
@media(max-width:600px){body.bgos-site #mainNav .official-wordmark{width:160px}body.bgos-site #mainNav a.brand small{font-size:11px}}

/* Use the supplied white wordmark on the brand teal in light mode. */
html:not([data-theme=dark]) body.bgos-site #mainNav a.brand{background:#00b3b8!important;color:#fff;padding:10px 12px;border-radius:6px}
html:not([data-theme=dark]) body.bgos-site #mainNav .official-wordmark .brand-light{display:none}
html:not([data-theme=dark]) body.bgos-site #mainNav .official-wordmark .brand-dark{display:block}
html:not([data-theme=dark]) body.bgos-site #mainNav a.brand small{color:#fff}
