/* Shared RCA wordmark, used by every page header and footer. */
a.brand{display:inline-flex;flex-direction:column;gap:6px;width:max-content;flex-shrink:0;text-decoration:none;font-family:Arial,Helvetica,sans-serif;line-height:1;color:inherit}
.brand .brand-main{display:flex;align-items:baseline;gap:6px;margin:0;font-size:39px;font-weight:800;letter-spacing:-2.6px;line-height:.9}
.brand .brand-square{display:block;flex-shrink:0;width:7px;height:7px;margin:0;background:#7b9a50}
.opening .brand .brand-square{background:#d6f1a0}
.brand .brand-small{display:block;margin:0;font-size:8px;font-weight:400;letter-spacing:2px;line-height:1}
@media(max-width:760px){.brand .brand-main{font-size:33px}.brand .brand-small{font-size:6px;letter-spacing:1.8px}}
