/* Community Level Styles */
/* use top-level .design-style class to gain specificity */ 
/*e.g. .design-style .hero */

:root{
    --navbar-logo-max-width: 200px;
}

/* TTY */
.tty-text {
    display: block;
}

/* eBrochure */
.recaptcha-text a {
    color: inherit;
    transition: opacity 0.4s ease-in-out;
}

.recaptcha-text a:hover {
    opacity: 0.7;
}