/* For the old version */

/* General/global */
#MainNav .root-main-menu>li>.anchors>a:not(.toggle) {
    font-size: 0.95rem;
}
@media (min-width: 901px) and (max-width: 1100px) { 
    #MainNav .root-main-menu>li>.anchors>a:not(.toggle) {
        font-size: 0.75rem;
    }
}
@media (min-width: 1000px) {
    #MainNav .root-main-menu>li:nth-child(1) {
        width: auto;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media (min-width: 901px) { 
    html.js #MainNav ul.root-main-menu {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    html.js #MainNav .root-main-menu>li {
        float: none;
        width: auto;
    }
}
@media (min-width: 1000px) and (max-width: 1159px) {
    #MainNav .root-main-menu>li:nth-child(1) {
        width: auto;
        padding-left: 1rem;
        margin-right: 1rem;
    }
}
#ContentControls_print.cc-icon {
    background-position: 3.5rem 0;
    width: 4.75rem;
}
/* #block-mcu-breadcrumbs span._tci {
    margin-left: 0.25rem;
} */
#ContentType_breadrumbs ol li {
    display: inline;
}
#main .pager__items .pager__item {
    margin-right: 0.25rem;
}
#ContentType_header h1, #ContentType_header .pseudo-h1 {
    font-size: 1.75rem;
}

/* Infographics page */
@media(min-width: 901px) {
    #section-intro h1 {
        font-size: 7em;
    }
}
@media (max-width: 780px) {
    #section-intro h1 {
        font-size: 4em;
    }
}
#stickyFooter .whatis {
    font-size: 1.175em;
}

/* Glossary */
.field-glossary-terms h2 {
    margin-right: 0.25rem;
}

/* Search button */
#main-wrapper button {
    font-size: 1rem;
}

/* Share insurance estimator */
#SI_start_estimator {
    max-width: 33rem;
}