/*add search text*/
#cms-header .utilities .search-item .sr-only {
    color: var(--search-icon);
    clip: auto;
    clip-path: unset;
    height: auto;
    width: auto;
    margin: 0;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* General font */
#app,
body,
html,
#cms-header .m4--menu-item,
.m4--menu-item-focusable .m4--menu-item-link,
.m4--menu-item-text,
.m4--menu-item-focusable,
#cms-header .org-name {
    font-family: Roboto Condensed, sans-serif !important;
}

/* Font size for the section headers/titles, footer headers */
@media only screen and (min-width: 960px) {

    #app h1:not(.org-name),
    #app .see-all-container h2 {
        font-size: 52px !important;
    }

    #app .see-all-container.monterrey h3 {
        font-size: 32px !important;
    }
}

#mainmenu .static-links {
    display: none;
}


/* CMS pages font change */
#page .pb-main {
    --font-family: Roboto Condensed, sans-serif !important;
}